blob: 0cc08809e5368fb26cf29dd275caf8f6842aff61 [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
Sergey Lapin9c784f92008-08-03 02:29:48 +0100469ARM/AFEB9260 MACHINE SUPPORT
470P: Sergey Lapin
471M: slapin@ossfans.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800475ARM/AJECO 1ARM MACHINE SUPPORT
476P: Lennert Buytenhek
477M: kernel@wantstofly.org
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479S: Maintained
480
Andrew Victord4a89c72006-12-04 13:56:21 +0100481ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
482P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100483M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100484L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
485W: http://maxim.org.za/at91_26.html
486S: Maintained
487
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
494ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
495P: Lennert Buytenhek
496M: kernel@wantstofly.org
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Russell Kinga9da4f72008-07-12 21:42:04 +0100500ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
501P: Mike Rapoport
502M: mike@compulab.co.il
503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504S: Maintained
505
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506ARM/CORGI MACHINE SUPPORT
507P: Richard Purdie
508M: rpurdie@rpsys.net
509S: Maintained
510
Russell Kinga9da4f72008-07-12 21:42:04 +0100511ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
512P: Daniel Ribeiro
513M: drwyrm@gmail.com
514P: Stefan Schmidt
515M: stefan@openezx.org
516P: Harald Welte
517M: laforge@openezx.org
518L: openezx-devel@lists.openezx.org (subscribers-only)
519W: http://www.openezx.org/
520S: Maintained
521
Sascha Hauer86183a52008-07-24 23:50:35 +0200522ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
523P: Sascha Hauer
524M: kernel@pengutronix.de
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
529P: Lennert Buytenhek
530M: kernel@wantstofly.org
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100534ARM/GUMSTIX MACHINE SUPPORT
535P: Steve Sakoman
536M: sakoman@gmail.com
537L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
538S: Maintained
539
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100540ARM/HP JORNADA 7XX MACHINE SUPPORT
541P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100542M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100543W: www.jlime.com
544S: Maintained
545
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800546ARM/INTEL IOP32X ARM ARCHITECTURE
547P: Lennert Buytenhek
548M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100549P: Dan Williams
550M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100552S: Supported
553
554ARM/INTEL IOP33X ARM ARCHITECTURE
555P: Dan Williams
556M: dan.j.williams@intel.com
557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
558S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559
560ARM/INTEL IOP13XX ARM ARCHITECTURE
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100563P: Dan Williams
564M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100566S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567
568ARM/INTEL IQ81342EX MACHINE SUPPORT
569P: Lennert Buytenhek
570M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100571P: Dan Williams
572M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100574S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800575
576ARM/INTEL IXP2000 ARM ARCHITECTURE
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXDP2850 MACHINE SUPPORT
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL IXP23XX ARM ARCHITECTURE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592S: Maintained
593
594ARM/INTEL XSC3 (MANZANO) ARM CORE
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100597P: Dan Williams
598M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100600S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800601
602ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
608ARM/LOGICPD PXA270 MACHINE SUPPORT
609P: Lennert Buytenhek
610M: kernel@wantstofly.org
611L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
612S: Maintained
613
Philipp Zabel3b8861712008-07-09 21:27:15 +0100614ARM/MAGICIAN MACHINE SUPPORT
615P: Philipp Zabel
616M: philipp.zabel@gmail.com
617S: Maintained
618
Dirk Opfer8459c152005-11-06 14:27:52 +0000619ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100620P: Dmitry Baryshkov
621M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000622P: Dirk Opfer
623M: dirk@opfer-online.de
624S: Maintained
625
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100626ARM/PALMTX SUPPORT
627P: Marek Vasut
628M: marek.vasut@gmail.com
629W: http://hackndev.com
630S: Maintained
631
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632ARM/PLEB SUPPORT
633P: Peter Chubb
634M: pleb@gelato.unsw.edu.au
635W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
636S: Maintained
637
638ARM/PT DIGITAL BOARD PORT
639P: Stefan Eletzhofer
640M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700641L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642W: http://www.arm.linux.org.uk/
643S: Maintained
644
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800645ARM/RADISYS ENP2611 MACHINE SUPPORT
646P: Lennert Buytenhek
647M: kernel@wantstofly.org
648L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
649S: Maintained
650
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651ARM/SHARK MACHINE SUPPORT
652P: Alexander Schulz
653M: alex@shark-linux.de
654W: http://www.shark-linux.de/shark.html
655S: Maintained
656
657ARM/STRONGARM110 PORT
658P: Russell King
659M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700660L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661W: http://www.arm.linux.org.uk/
662S: Maintained
663
664ARM/S3C2410 ARM ARCHITECTURE
665P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800666M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700667L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668W: http://www.fluff.org/ben/linux/
669S: Maintained
670
671ARM/S3C2440 ARM ARCHITECTURE
672P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800673M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700674L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675W: http://www.fluff.org/ben/linux/
676S: Maintained
677
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800678ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
679P: Lennert Buytenhek
680M: kernel@wantstofly.org
681L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682S: Maintained
683
684ARM/THECUS N2100 MACHINE SUPPORT
685P: Lennert Buytenhek
686M: kernel@wantstofly.org
687L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
688S: Maintained
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690ARPD SUPPORT
691P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700692L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693S: Maintained
694
695ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500696P: Corentin Chary
697M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698P: Karol Kozimor
699M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700L: acpi4asus-user@lists.sourceforge.net
701W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500702W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703S: Maintained
704
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400705ASUS ASB100 HARDWARE MONITOR DRIVER
706P: Mark M. Hoffman
707M: mhoffman@lightlink.com
708L: lm-sensors@lm-sensors.org
709S: Maintained
710
Corentin Chary85091b72007-01-26 14:04:30 +0100711ASUS LAPTOP EXTRAS DRIVER
712P: Corentin Chary
713M: corentincj@iksaif.net
714L: acpi4asus-user@lists.sourceforge.net
715W: http://sourceforge.net/projects/acpi4asus
716W: http://xf.iksaif.net/acpi4asus
717S: Maintained
718
Dan Williamsb3e5f262007-08-07 10:26:35 -0700719ASYNCHRONOUS TRANSFERS/TRANSFORMS API
720P: Dan Williams
721M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100722P: Maciej Sosnowski
723M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700724L: linux-kernel@vger.kernel.org
725W: http://sourceforge.net/projects/xscaleiop
726S: Supported
727
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728ATA OVER ETHERNET DRIVER
729P: Ed L. Cashin
730M: ecashin@coraid.com
731W: http://www.coraid.com/support/linux
732S: Supported
733
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200734ATHEROS ATH5K WIRELESS DRIVER
735P: Jiri Slaby
736M: jirislaby@gmail.com
737P: Nick Kossifidis
738M: mickflemm@gmail.com
739P: Luis R. Rodriguez
740M: mcgrof@gmail.com
741L: linux-wireless@vger.kernel.org
742L: ath5k-devel@lists.ath5k.org
743S: Maintained
744
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700745ATHEROS ATH9K WIRELESS DRIVER
746P: Luis R. Rodriguez
747M: lrodriguez@atheros.com
748P: Jouni Malinen
749M: jmalinen@atheros.com
750L: linux-wireless@vger.kernel.org
751L: ath9k-devel@lists.ath9k.org
752S: Supported
753
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000754ATI_REMOTE2 DRIVER
755P: Ville Syrjala
756M: syrjala@sci.fi
757S: Maintained
758
Chris Snook7ae115b2008-09-09 03:26:57 -0400759ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600760P: Jay Cliburn
761M: jcliburn@gmail.com
762P: Chris Snook
763M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400764P: Jie Yang
765M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600766L: atl1-devel@lists.sourceforge.net
767W: http://sourceforge.net/projects/atl1
768W: http://atl1.sourceforge.net
769S: Maintained
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771ATM
772P: Chas Williams
773M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700774L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775W: http://linux-atm.sourceforge.net
776S: Maintained
777
Pierre Ossman272f1332007-05-14 21:25:26 +0200778ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200779P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800780M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200781L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
782W: http://www.atmel.com/products/AT91/
783W: http://www.at91.com/
784S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200785
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800786ATMEL AT91 / AT32 SERIAL DRIVER
787P: Haavard Skinnemoen
788M: hskinnemoen@atmel.com
789L: linux-kernel@vger.kernel.org
790S: Supported
791
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800792ATMEL LCDFB DRIVER
793P: Nicolas Ferre
794M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800795L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800796S: Maintained
797
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100798ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100799P: Haavard Skinnemoen
800M: hskinnemoen@atmel.com
801S: Supported
802
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800803ATMEL SPI DRIVER
804P: Haavard Skinnemoen
805M: hskinnemoen@atmel.com
806S: Supported
807
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700808ATMEL USBA UDC DRIVER
809P: Haavard Skinnemoen
810M: hskinnemoen@atmel.com
811L: kernel@avr32linux.org
812W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
813S: Supported
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815ATMEL WIRELESS DRIVER
816P: Simon Kelley
817M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700818L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819W: http://www.thekelleys.org.uk/atmel
820W: http://atmelwlandriver.sourceforge.net/
821S: Maintained
822
Chris Wrighta92b7b82005-07-07 18:12:23 -0700823AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400824P: Al Viro
825M: viro@zeniv.linux.org.uk
826P: Eric Paris
827M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700828L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100829W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400830T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700831S: Maintained
832
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800833AUXILIARY DISPLAY DRIVERS
834P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700835M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800836L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700837W: http://miguelojeda.es/auxdisplay.htm
838W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800839S: Maintained
840
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700841AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700842P: Haavard Skinnemoen
843M: hskinnemoen@atmel.com
844W: http://www.atmel.com/products/AVR32/
845W: http://avr32linux.org/
846W: http://avrfreaks.net/
847S: Supported
848
849AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700850P: Haavard Skinnemoen
851M: hskinnemoen@atmel.com
852S: Supported
853
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854AX.25 NETWORK LAYER
855P: Ralf Baechle
856M: ralf@linux-mips.org
857L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200858W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859S: Maintained
860
Richard Purdie300abeb2007-02-07 22:21:07 +0000861BACKLIGHT CLASS/SUBSYSTEM
862P: Richard Purdie
863M: rpurdie@rpsys.net
864S: Maintained
865
Bryan Wu1394f032007-05-06 14:50:22 -0700866BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800867P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800868M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800869L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
870W: http://blackfin.uclinux.org
871S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700872
Bryan Wue190d6b2007-07-17 14:43:44 +0800873BLACKFIN EMAC DRIVER
874P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800875M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800876L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
877W: http://blackfin.uclinux.org
878S: Supported
879
Mike Frysinger566da5b2007-06-11 15:31:30 +0800880BLACKFIN RTC DRIVER
881P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800882M: vapier.adi@gmail.com
883L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
884W: http://blackfin.uclinux.org
885S: Supported
886
Bryan Wu1394f032007-05-06 14:50:22 -0700887BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800888P: Sonic Zhang
889M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800890L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
891W: http://blackfin.uclinux.org
892S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700893
Bryan Wu1e6d3202007-07-15 02:50:02 +0800894BLACKFIN WATCHDOG DRIVER
895P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800896M: vapier.adi@gmail.com
897L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
898W: http://blackfin.uclinux.org
899S: Supported
900
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901BAYCOM/HDLCDRV DRIVERS FOR AX.25
902P: Thomas Sailer
903M: t.sailer@alumni.ethz.ch
904L: linux-hams@vger.kernel.org
905W: http://www.baycom.org/~tom/ham/ham.html
906S: Maintained
907
Michael Buesche4d6b792007-09-18 15:39:42 -0400908B43 WIRELESS DRIVER
909P: Michael Buesch
910M: mb@bu3sch.de
911P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100912M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400913L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100914W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400915S: Maintained
916
Larry Finger75388ac2007-09-25 16:46:54 -0700917B43LEGACY WIRELESS DRIVER
918P: Larry Finger
919M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100920P: Stefano Brivio
921M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700922L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100923W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700924S: Maintained
925
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926BEFS FILE SYSTEM
927P: Sergey S. Kostyliov
928M: rathamahata@php4.ru
929L: linux-kernel@vger.kernel.org
930S: Maintained
931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932BFS FILE SYSTEM
933P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800934M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935L: linux-kernel@vger.kernel.org
936S: Maintained
937
Bryan Wud24ecfc2007-05-01 23:26:32 +0200938BLACKFIN I2C TWI DRIVER
939P: Sonic Zhang
940M: sonic.zhang@analog.com
941L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
942W: http://blackfin.uclinux.org/
943S: Supported
944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945BLOCK LAYER
946P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200947M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800949T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950S: Maintained
951
Joern Engel2b54aae2008-02-06 01:38:02 -0800952BLOCK2MTD DRIVER
953P: Joern Engel
954M: joern@lazybastard.org
955L: linux-mtd@lists.infradead.org
956S: Maintained
957
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200958BLUETOOTH DRIVERS
959P: Marcel Holtmann
960M: marcel@holtmann.org
961L: linux-bluetooth@vger.kernel.org
962W: http://www.bluez.org/
963S: Maintained
964
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965BLUETOOTH SUBSYSTEM
966P: Marcel Holtmann
967M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700968L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200969W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800970T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971S: Maintained
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100974P: Jay Vosburgh
975M: fubar@us.ibm.com
976L: bonding-devel@lists.sourceforge.net
977W: http://sourceforge.net/projects/bonding/
978S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979
Gary Zambrano39105892006-06-22 17:26:20 -0700980BROADCOM B44 10/100 ETHERNET DRIVER
981P: Gary Zambrano
982M: zambrano@broadcom.com
983L: netdev@vger.kernel.org
984S: Supported
985
Michael Chan948c51e2006-06-04 02:51:39 -0700986BROADCOM BNX2 GIGABIT ETHERNET DRIVER
987P: Michael Chan
988M: mchan@broadcom.com
989L: netdev@vger.kernel.org
990S: Supported
991
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800992BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700993P: Eilon Greenstein
994M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800995L: netdev@vger.kernel.org
996S: Supported
997
Michael Chan948c51e2006-06-04 02:51:39 -0700998BROADCOM TG3 GIGABIT ETHERNET DRIVER
999P: Michael Chan
1000M: mchan@broadcom.com
1001L: netdev@vger.kernel.org
1002S: Supported
1003
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001004BSG (block layer generic sg v4 driver)
1005P: FUJITA Tomonori
1006M: fujita.tomonori@lab.ntt.co.jp
1007L: linux-scsi@vger.kernel.org
1008S: Supported
1009
Michael Bueschff1d5c22008-07-25 01:46:10 -07001010BT8XXGPIO DRIVER
1011P: Michael Buesch
1012M: mb@bu3sch.de
1013W: http://bu3sch.de/btgpio.php
1014S: Maintained
1015
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001017P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001018M: mchehab@infradead.org
1019M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001021W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001022T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001023S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024
Jonathan Corbet77d51402007-03-22 19:44:17 -03001025CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1026P: Jonathan Corbet
1027M: corbet@lwn.net
1028L: video4linux-list@redhat.com
1029S: Maintained
1030
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001031CAN NETWORK LAYER
1032P: Urs Thuermann
1033M: urs.thuermann@volkswagen.de
1034P: Oliver Hartkopp
1035M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001036L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001037W: http://developer.berlios.de/projects/socketcan/
1038S: Maintained
1039
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001040CALGARY x86-64 IOMMU
1041P: Muli Ben-Yehuda
1042M: muli@il.ibm.com
1043P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001044M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001045L: linux-kernel@vger.kernel.org
1046L: discuss@x86-64.org
1047S: Maintained
1048
Arnd Bergmannb8154542008-05-16 11:10:59 +02001049CELL BROADBAND ENGINE ARCHITECTURE
1050P: Arnd Bergmann
1051M: arnd@arndb.de
1052L: linuxppc-dev@ozlabs.org
1053L: cbe-oss-dev@ozlabs.org
1054W: http://www.ibm.com/developerworks/power/cell/
1055S: Supported
1056
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001057CFAG12864B LCD DRIVER
1058P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001059M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001060L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001061W: http://miguelojeda.es/auxdisplay.htm
1062W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001063S: Maintained
1064
1065CFAG12864BFB LCD FRAMEBUFFER DRIVER
1066P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001067M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001068L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001069W: http://miguelojeda.es/auxdisplay.htm
1070W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001071S: Maintained
1072
Johannes Berg704232c2007-04-23 12:20:05 -07001073CFG80211 and NL80211
1074P: Johannes Berg
1075M: johannes@sipsolutions.net
1076L: linux-wireless@vger.kernel.org
1077S: Maintained
1078
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001079CHECKPATCH
1080P: Andy Whitcroft
1081M: apw@shadowen.org
1082P: Randy Dunlap
1083M: rdunlap@xenotime.net
1084P: Joel Schopp
1085M: jschopp@austin.ibm.com
1086S: Supported
1087
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088COMMON INTERNET FILE SYSTEM (CIFS)
1089P: Steve French
1090M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001091L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001093W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001094T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001095S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096
Joel Becker7063fbf2005-12-15 14:29:43 -08001097CONFIGFS
1098P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001099M: joel.becker@oracle.com
1100L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001101S: Supported
1102
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001103CIRRUS LOGIC EP93XX ETHERNET DRIVER
1104P: Lennert Buytenhek
1105M: kernel@wantstofly.org
1106L: netdev@vger.kernel.org
1107S: Maintained
1108
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001109CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1110P: Lennert Buytenhek
1111M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001112L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001113S: Maintained
1114
Timur Tabid9e9d822008-04-24 08:45:26 +10001115CIRRUS LOGIC CS4270 SOUND DRIVER
1116P: Timur Tabi
1117M: timur@freescale.com
1118L: alsa-devel@alsa-project.org
1119S: Supported
1120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1122P: Cirrus Logic Corporation (kernel 2.2 driver)
1123M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1124P: Nils Faerber (port to kernel 2.4)
1125M: Nils Faerber <nils@kernelconcepts.de>
1126S: Maintained
1127
1128CODA FILE SYSTEM
1129P: Jan Harkes
1130M: jaharkes@cs.cmu.edu
1131M: coda@cs.cmu.edu
1132L: codalist@coda.cs.cmu.edu
1133W: http://www.coda.cs.cmu.edu/
1134S: Maintained
1135
1136COMPACTPCI HOTPLUG CORE
1137P: Scott Murray
1138M: scottm@somanetworks.com
1139M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001140L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141S: Supported
1142
1143COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1144P: Scott Murray
1145M: scottm@somanetworks.com
1146M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001147L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148S: Supported
1149
1150COMPACTPCI HOTPLUG GENERIC DRIVER
1151P: Scott Murray
1152M: scottm@somanetworks.com
1153M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001154L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155S: Supported
1156
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001157COMPAL LAPTOP SUPPORT
1158P: Cezary Jackiewicz
1159M: cezary.jackiewicz@gmail.com
1160S: Maintained
1161
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162COMPUTONE INTELLIPORT MULTIPORT CARD
1163P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001164M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001166S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167
Simon Arlott949be0f2007-03-06 02:47:46 -08001168CONEXANT ACCESSRUNNER USB DRIVER
1169P: Simon Arlott
1170M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001171L: accessrunner-general@lists.sourceforge.net
1172W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001173S: Maintained
1174
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001175CONTROL GROUPS (CGROUPS)
1176P: Paul Menage
1177M: menage@google.com
1178L: containers@lists.linux-foundation.org
1179S: Maintained
1180
Rudolf Marekbebe4672007-05-08 17:22:02 +02001181CORETEMP HARDWARE MONITORING DRIVER
1182P: Rudolf Marek
1183M: r.marek@assembler.cz
1184L: lm-sensors@lm-sensors.org
1185S: Maintained
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187COSA/SRP SYNC SERIAL DRIVER
1188P: Jan "Yenya" Kasprzak
1189M: kas@fi.muni.cz
1190W: http://www.fi.muni.cz/~kas/cosa/
1191S: Maintained
1192
1193CPU FREQUENCY DRIVERS
1194P: Dave Jones
1195M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001196L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001198T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199S: Maintained
1200
1201CPUID/MSR DRIVER
1202P: H. Peter Anvin
1203M: hpa@zytor.com
1204S: Maintained
1205
Paul Jacksoned90fb42005-09-27 21:45:37 -07001206CPUSETS
1207P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001208P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001209M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001210M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001211L: linux-kernel@vger.kernel.org
1212W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001213W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001214S: Supported
1215
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001217W: http://sourceforge.net/projects/cramfs/
1218S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219
1220CRIS PORT
1221P: Mikael Starvik
1222M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001223P: Jesper Nilsson
1224M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225L: dev-etrax@axis.com
1226W: http://developer.axis.com
1227S: Maintained
1228
1229CRYPTO API
1230P: Herbert Xu
1231M: herbert@gondor.apana.org.au
1232P: David S. Miller
1233M: davem@davemloft.net
1234L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001235T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236S: Maintained
1237
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001238CS5535 Audio ALSA driver
1239P: Jaya Kumar
1240M: jayakumar.alsa@gmail.com
1241S: Maintained
1242
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001243CX18 VIDEO4LINUX DRIVER
1244P: Hans Verkuil, Andy Walls
1245M: hverkuil@xs4all.nl, awalls@radix.net
1246L: ivtv-devel@ivtvdriver.org
1247L: ivtv-users@ivtvdriver.org
1248L: video4linux-list@redhat.com
1249W: http://linuxtv.org
1250S: Maintained
1251
Steve Wisee5ec3782008-05-20 14:06:33 -07001252CXGB3 ETHERNET DRIVER (CXGB3)
1253P: Divy Le Ray
1254M: divy@chelsio.com
1255L: netdev@vger.kernel.org
1256W: http://www.chelsio.com
1257S: Supported
1258
1259CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1260P: Steve Wise
1261M: swise@chelsio.com
1262L: general@lists.openfabrics.org
1263W: http://www.openfabrics.org
1264S: Supported
1265
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266CYBERPRO FB DRIVER
1267P: Russell King
1268M: rmk@arm.linux.org.uk
1269W: http://www.arm.linux.org.uk/
1270S: Maintained
1271
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001272CYBLAFB FRAMEBUFFER DRIVER
1273P: Knut Petersen
1274M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001275L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001276S: Maintained
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278CYCLADES 2X SYNC CARD DRIVER
1279P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001280M: acme@ghostprotocols.net
1281W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282S: Maintained
1283
1284CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001286S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287
1288CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001290S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292DAMA SLAVE for AX.25
1293P: Joerg Reuter
1294M: jreuter@yaina.de
1295W: http://yaina.de/jreuter/
1296W: http://www.qsl.net/dl1bke/
1297L: linux-hams@vger.kernel.org
1298S: Maintained
1299
1300DC395x SCSI driver
1301P: Oliver Neukum
1302M: oliver@neukum.name
1303P: Ali Akcaagac
1304M: aliakc@web.de
1305P: Jamie Lenehan
1306M: lenehan@twibble.org
1307W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001308L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309L: http://lists.twibble.org/mailman/listinfo/dc395x/
1310S: Maintained
1311
1312DC390/AM53C974 SCSI driver
1313P: Kurt Garloff
1314M: garloff@suse.de
1315W: http://www.garloff.de/kurt/linux/dc390/
1316P: Guennadi Liakhovetski
1317M: g.liakhovetski@gmx.de
1318S: Maintained
1319
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001320DCCP PROTOCOL
1321P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001322M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001323L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001324W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001325S: Maintained
1326
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001328P: Christine Caulfield
1329M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330W: http://linux-decnet.sourceforge.net
1331L: linux-decnet-user@lists.sourceforge.net
1332S: Maintained
1333
1334DEFXX FDDI NETWORK DRIVER
1335P: Maciej W. Rozycki
1336M: macro@linux-mips.org
1337S: Maintained
1338
1339DELL LAPTOP SMM DRIVER
1340P: Massimo Dal Zotto
1341M: dz@debian.org
1342W: http://www.debian.org/~dz/i8k/
1343S: Maintained
1344
Doug Warzecha90563ec2005-09-06 15:17:15 -07001345DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1346P: Doug Warzecha
1347M: Douglas_Warzecha@dell.com
1348S: Maintained
1349
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001350DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351P: Alasdair Kergon
1352L: dm-devel@redhat.com
1353W: http://sources.redhat.com/dm
1354S: Maintained
1355
1356DEVICE NUMBER REGISTRY
1357P: Torben Mathiasen
1358M: device@lanana.org
1359W: http://lanana.org/docs/device-list/index.html
1360L: linux-kernel@vger.kernel.org
1361S: Maintained
1362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363DIGI INTL. EPCA DRIVER
1364P: Digi International, Inc
1365M: Eng.Linux@digi.com
1366L: Eng.Linux@digi.com
1367W: http://www.digi.com
1368S: Orphaned
1369
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370DIRECTORY NOTIFICATION
1371P: Stephen Rothwell
1372M: sfr@canb.auug.org.au
1373L: linux-kernel@vger.kernel.org
1374S: Supported
1375
1376DISK GEOMETRY AND PARTITION HANDLING
1377P: Andries Brouwer
1378M: aeb@cwi.nl
1379W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1380W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1381W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1382S: Maintained
1383
1384DISKQUOTA:
1385P: Jan Kara
1386M: jack@suse.cz
1387L: linux-kernel@vger.kernel.org
1388S: Maintained
1389
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001390DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001391P: Christine Caulfield
1392M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001393P: David Teigland
1394M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001395L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001396W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001397T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001398S: Supported
1399
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1401P: Tobias Ringstrom
1402M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001403L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404S: Maintained
1405
Dan Williamsb3e5f262007-08-07 10:26:35 -07001406DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001407P: Maciej Sosnowski
1408M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001409P: Dan Williams
1410M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001411L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001412S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001413
Juerg Haefligerb8250372007-06-09 10:11:16 -04001414DME1737 HARDWARE MONITOR DRIVER
1415P: Juerg Haefliger
1416M: juergh@gmail.com
1417L: lm-sensors@lm-sensors.org
1418S: Maintained
1419
Martin Waitzba483d52005-06-17 13:20:59 -07001420DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001421P: Randy Dunlap
1422M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001423S: Maintained
1424
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001425DOCKING STATION DRIVER
1426P: Kristen Carlson Accardi
1427M: kristen.c.accardi@intel.com
1428L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001429S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001430
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001431DOCUMENTATION (/Documentation directory)
1432P: Michael Kerrisk
1433M: mtk.manpages@gmail.com
1434P: Randy Dunlap
1435M: rdunlap@xenotime.net
1436L: linux-doc@vger.kernel.org
1437S: Maintained
1438
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439DOUBLETALK DRIVER
1440P: James R. Van Zandt
1441M: jrv@vanzandt.mv.com
1442L: blinux-list@redhat.com
1443S: Maintained
1444
1445DRIVER CORE, KOBJECTS, AND SYSFS
1446P: Greg Kroah-Hartman
1447M: gregkh@suse.de
1448L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001449T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450S: Supported
1451
1452DRM DRIVERS
1453P: David Airlie
1454M: airlied@linux.ie
1455L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001456T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457S: Maintained
1458
1459DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001460P: Francois Romieu
1461M: romieu@fr.zoreil.com
1462L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463S: Maintained
1464
1465DVB SUBSYSTEM AND DRIVERS
1466P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001467M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001469W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001470T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001471S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001473DZ DECSTATION DZ11 SERIAL DRIVER
1474P: Maciej W. Rozycki
1475M: macro@linux-mips.org
1476S: Maintained
1477
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478EATA-DMA SCSI DRIVER
1479P: Michael Neuffer
1480L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1481S: Maintained
1482
1483EATA ISA/EISA/PCI SCSI DRIVER
1484P: Dario Ballabio
1485M: ballabio_dario@emc.com
1486L: linux-scsi@vger.kernel.org
1487S: Maintained
1488
1489EATA-PIO SCSI DRIVER
1490P: Michael Neuffer
1491M: mike@i-Connect.Net
1492L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1493S: Maintained
1494
1495EBTABLES
1496P: Bart De Schuymer
1497M: bart.de.schuymer@pandora.be
1498L: ebtables-user@lists.sourceforge.net
1499L: ebtables-devel@lists.sourceforge.net
1500W: http://ebtables.sourceforge.net/
1501S: Maintained
1502
Michael Halcrow237fead2006-10-04 02:16:22 -07001503ECRYPT FILE SYSTEM
1504P: Mike Halcrow, Phillip Hellewell
1505M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1506L: ecryptfs-devel@lists.sourceforge.net
1507W: http://ecryptfs.sourceforge.net/
1508S: Supported
1509
Alan Coxda9bb1d2006-01-18 17:44:13 -08001510EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001511P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001512M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001513L: bluesmoke-devel@lists.sourceforge.net
1514W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001515S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001516
1517EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001518P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001519P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001520M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001521M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001522L: bluesmoke-devel@lists.sourceforge.net
1523W: bluesmoke.sourceforge.net
1524S: Maintained
1525
1526EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001527P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001528M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001529L: bluesmoke-devel@lists.sourceforge.net
1530W: bluesmoke.sourceforge.net
1531S: Maintained
1532
Douglas Thompson6bc78402007-07-19 01:50:12 -07001533EDAC-I82443BXGX
1534P: Tim Small
1535M: tim@buttersideup.com
1536L: bluesmoke-devel@lists.sourceforge.net
1537W: bluesmoke.sourceforge.net
1538S: Maintained
1539
1540EDAC-I3000
1541P: Jason Uhlenkott
1542M: juhlenko@akamai.com
1543L: bluesmoke-devel@lists.sourceforge.net
1544W: bluesmoke.sourceforge.net
1545S: Maintained
1546
1547EDAC-I5000
1548P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001549M: dougthompson@xmission.com
1550L: bluesmoke-devel@lists.sourceforge.net
1551W: bluesmoke.sourceforge.net
1552S: Maintained
1553
1554EDAC-I82975X
1555P: Ranganathan Desikan
1556P: Arvind R.
1557M: rdesikan@jetzbroadband.com
1558M: arvind@acarlab.com
1559L: bluesmoke-devel@lists.sourceforge.net
1560W: bluesmoke.sourceforge.net
1561S: Maintained
1562
1563EDAC-PASEMI
1564P: Egor Martovetsky
1565M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001566L: bluesmoke-devel@lists.sourceforge.net
1567W: bluesmoke.sourceforge.net
1568S: Maintained
1569
Dave Peterson0e438e32006-03-26 01:38:55 -08001570EDAC-R82600
1571P: Tim Small
1572M: tim@buttersideup.com
1573L: bluesmoke-devel@lists.sourceforge.net
1574W: bluesmoke.sourceforge.net
1575S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001576
Eric Coopere59f8792008-03-13 12:55:46 +01001577EEEPC LAPTOP EXTRAS DRIVER
1578P: Corentin Chary
1579M: corentincj@iksaif.net
1580L: acpi4asus-user@lists.sourceforge.net
1581W: http://sourceforge.net/projects/acpi4asus
1582S: Maintained
1583
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584EEPRO100 NETWORK DRIVER
1585P: Andrey V. Savochkin
1586M: saw@saw.sw.com.sg
1587S: Maintained
1588
Josh Triplett0bee8d22006-07-30 03:03:58 -07001589EFS FILESYSTEM
1590W: http://aeschi.ch.eu.org/efs/
1591S: Orphan
1592
Heiko J Schickfab97222006-09-22 15:22:22 -07001593EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1594P: Hoang-Nam Nguyen
1595M: hnguyen@de.ibm.com
1596P: Christoph Raisch
1597M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001598L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001599S: Supported
1600
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001601EMBEDDED LINUX
1602P: Paul Gortmaker
1603M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001604P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001605M: dwmw2@infradead.org
1606L: linux-embedded@vger.kernel.org
1607S: Maintained
1608
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001609EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001610P: James Smart
1611M: james.smart@emulex.com
1612L: linux-scsi@vger.kernel.org
1613W: http://sourceforge.net/projects/lpfcxxxx
1614S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616EPSON 1355 FRAMEBUFFER DRIVER
1617P: Christopher Hoover
1618M: ch@murgatroid.com, ch@hpl.hp.com
1619S: Maintained
1620
1621ETHEREXPRESS-16 NETWORK DRIVER
1622P: Philip Blundell
1623M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001624L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625S: Maintained
1626
1627ETHERNET BRIDGE
1628P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001629M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001630L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001631W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632S: Maintained
1633
1634ETHERTEAM 16I DRIVER
1635P: Mika Kuoppala
1636M: miku@iki.fi
1637S: Maintained
1638
1639EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001640L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641S: Maintained
1642
1643EXT3 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
1647S: Maintained
1648
1649EXT4 FILE SYSTEM
1650P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001651M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001652L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653S: Maintained
1654
Jean Delvaree53004e2006-01-09 23:26:14 +01001655F71805F HARDWARE MONITORING DRIVER
1656P: Jean Delvare
1657M: khali@linux-fr.org
1658L: lm-sensors@lm-sensors.org
1659S: Maintained
1660
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661FARSYNC SYNCHRONOUS DRIVER
1662P: Kevin Curtis
1663M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664W: http://www.farsite.co.uk/
1665S: Supported
1666
Akinobu Mitac5408b82007-04-23 14:41:20 -07001667FAULT INJECTION SUPPORT
1668P: Akinobu Mita
1669M: akinobu.mita@gmail.com
1670S: Supported
1671
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672FRAMEBUFFER LAYER
1673P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001674M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001675L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676W: http://linux-fbdev.sourceforge.net/
1677S: Maintained
1678
Zhang Wei173acc72008-03-01 07:42:48 -07001679FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001680P: Li Yang
1681M: leoli@freescale.com
1682P: Zhang Wei
1683M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001684L: linuxppc-embedded@ozlabs.org
1685L: linux-kernel@vger.kernel.org
1686S: Maintained
1687
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001688FREESCALE I2C CPM DRIVER
1689P: Jochen Friedrich
1690M: jochen@scram.de
1691L: linuxppc-dev@ozlabs.org
1692L: i2c@lm-sensors.org
1693S: Maintained
1694
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001695FREESCALE SOC FS_ENET DRIVER
1696P: Pantelis Antoniou
1697M: pantelis.antoniou@gmail.com
1698P: Vitaly Bordug
1699M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001700L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001701L: netdev@vger.kernel.org
1702S: Maintained
1703
Timur Tabid9e9d822008-04-24 08:45:26 +10001704FREESCALE QUICC ENGINE LIBRARY
1705P: Timur Tabi
1706M: timur@freescale.com
1707L: linuxppc-dev@ozlabs.org
1708S: Supported
1709
Li Yanga7205b32007-04-23 10:38:18 -07001710FREESCALE HIGHSPEED USB DEVICE DRIVER
1711P: Li Yang
1712M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001713L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001714L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001715S: Maintained
1716
Li Yangbeaf53b2007-05-25 13:54:02 +08001717FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1718P: Li Yang
1719M: leoli@freescale.com
1720L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001721L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001722S: Maintained
1723
Timur Tabid9e9d822008-04-24 08:45:26 +10001724FREESCALE QUICC ENGINE UCC UART DRIVER
1725P: Timur Tabi
1726M: timur@freescale.com
1727L: linuxppc-dev@ozlabs.org
1728S: Supported
1729
1730FREESCALE SOC SOUND DRIVERS
1731P: Timur Tabi
1732M: timur@freescale.com
1733L: alsa-devel@alsa-project.org
1734L: linuxppc-dev@ozlabs.org
1735S: Supported
1736
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737FILE LOCKING (flock() and fcntl()/lockf())
1738P: Matthew Wilcox
1739M: matthew@wil.cx
1740L: linux-fsdevel@vger.kernel.org
1741S: Maintained
1742
1743FILESYSTEMS (VFS and infrastructure)
1744P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001745M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001746L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747S: Maintained
1748
Stefan Richterf148e202008-01-12 12:32:44 +01001749FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001750P: Kristian Hoegsberg, Stefan Richter
1751M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1752L: linux1394-devel@lists.sourceforge.net
1753W: http://www.linux1394.org/
1754T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1755S: Maintained
1756
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757FIRMWARE LOADER (request_firmware)
1758L: linux-kernel@vger.kernel.org
1759S: Orphan
1760
1761FPU EMULATOR
1762P: Bill Metzenthen
1763M: billm@suburbia.net
1764W: http://suburbia.net/~billm/floating-point/emulator/
1765S: Maintained
1766
1767FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1768P: Mike McLagan
1769M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001770L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771S: Maintained
1772
1773FREEVXFS FILESYSTEM
1774P: Christoph Hellwig
1775M: hch@infradead.org
1776W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1777S: Maintained
1778
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001779FTRACE
1780P: Steven Rostedt
1781M: srostedt@redhat.com
1782S: Maintained
1783
David Howells5ab7ffe2007-04-10 15:10:45 +01001784FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785P: David Howells
1786M: dhowells@redhat.com
1787S: Maintained
1788
Jonathan Woithe20b93732008-06-11 10:14:56 +09301789FUJITSU LAPTOP EXTRAS
1790P: Jonathan Woithe
1791M: jwoithe@physics.adelaide.edu.au
1792L: linux-acpi@vger.kernel.org
1793S: Maintained
1794
Miklos Szeredi04578f12005-09-09 13:10:22 -07001795FUSE: FILESYSTEM IN USERSPACE
1796P: Miklos Szeredi
1797M: miklos@szeredi.hu
1798L: fuse-devel@lists.sourceforge.net
1799W: http://fuse.sourceforge.net/
1800S: Maintained
1801
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1803P: Rik Faith
1804M: faith@cs.unc.edu
1805L: linux-scsi@vger.kernel.org
1806S: Odd fixes (e.g., new signatures)
1807
1808GDT SCSI DISK ARRAY CONTROLLER DRIVER
1809P: Achim Leubner
1810M: achim_leubner@adaptec.com
1811L: linux-scsi@vger.kernel.org
1812W: http://www.icp-vortex.com/
1813S: Supported
1814
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001815GENERIC GPIO I2C DRIVER
1816P: Haavard Skinnemoen
1817M: hskinnemoen@atmel.com
1818S: Supported
1819
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1821P: Krzysztof Halasa
1822M: khc@pm.waw.pl
1823W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1824S: Maintained
1825
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001826GFS2 FILE SYSTEM
1827P: Steven Whitehouse
1828M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001829L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001830W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001831T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1832T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001833S: Supported
1834
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001835GIGASET ISDN DRIVERS
1836P: Hansjoerg Lipp
1837M: hjlipp@web.de
1838P: Tilman Schmidt
1839M: tilman@imap.cc
1840L: gigaset307x-common@lists.sourceforge.net
1841W: http://gigaset307x.sourceforge.net/
1842S: Maintained
1843
Jean Delvare5b543962005-08-15 19:51:02 +02001844HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001845L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001846W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001847S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001848
Michael Buesch844dd052006-06-26 00:24:59 -07001849HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001850S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001851
Robert Love860e1d62005-08-31 23:57:59 -04001852HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1853P: Robert Love
1854M: rlove@rlove.org
1855M: linux-kernel@vger.kernel.org
1856W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1857S: Maintained
1858
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859HARMONY SOUND DRIVER
1860P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001861M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001862L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863S: Maintained
1864
1865HAYES ESP SERIAL DRIVER
1866P: Andrew J. Robinson
1867M: arobinso@nyx.net
1868L: linux-kernel@vger.kernel.org
1869W: http://www.nyx.net/~arobinso
1870S: Maintained
1871
1872HFS FILESYSTEM
1873P: Roman Zippel
1874M: zippel@linux-m68k.org
1875L: linux-kernel@vger.kernel.org
1876S: Maintained
1877
1878HGA FRAMEBUFFER DRIVER
1879P: Ferenc Bakonyi
1880M: fero@drama.obuda.kando.hu
1881L: linux-nvidia@lists.surfsouth.com
1882W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1883S: Maintained
1884
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001885HID CORE LAYER
1886P: Jiri Kosina
1887M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001888L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001889T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001890S: Maintained
1891
Ingo Molnar38bed542007-02-22 09:09:34 +01001892HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1893P: Thomas Gleixner
1894M: tglx@linutronix.de
1895L: linux-kernel@vger.kernel.org
1896S: Maintained
1897
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898HIGH-SPEED SCC DRIVER FOR AX.25
1899P: Klaus Kudielka
1900M: klaus.kudielka@ieee.org
1901L: linux-hams@vger.kernel.org
1902W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1903S: Maintained
1904
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001905HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1906P: HighPoint Linux Team
1907M: linux@highpoint-tech.com
1908W: http://www.highpoint-tech.com
1909S: Supported
1910
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911HIPPI
1912P: Jes Sorensen
1913M: jes@trained-monkey.org
1914L: linux-hippi@sunsite.dk
1915S: Maintained
1916
1917HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
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 SMART2 RAID DRIVER
1924P: Chirag Kantharia
1925M: chirag.kantharia@hp.com
1926L: iss_storagedev@hp.com
1927S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001928
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1930P: Mike Miller
1931M: mike.miller@hp.com
1932L: iss_storagedev@hp.com
1933S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001934
Jouni Malinenff1d2762005-05-12 22:54:16 -04001935HOST AP DRIVER
1936P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001937M: j@w1.fi
1938L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001939L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001940W: http://hostap.epitest.fi/
1941S: Maintained
1942
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1944P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001945M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946S: Maintained
1947
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001948HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1949P: Carlos Corbacho
1950M: carlos@strangeworlds.co.uk
1951S: Odd Fixes
1952
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001953HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001954P: Clemens Ladisch
1955M: clemens@ladisch.de
1956S: Maintained
1957
1958HPET: i386
1959P: Venkatesh Pallipadi (Venki)
1960M: venkatesh.pallipadi@intel.com
1961S: Maintained
1962
1963HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001964P: Vojtech Pavlik
1965M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001966S: Maintained
1967
1968HPET: ACPI hpet.c
1969P: Bob Picco
1970M: bob.picco@hp.com
1971S: Maintained
1972
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973HPFS FILESYSTEM
1974P: Mikulas Patocka
1975M: mikulas@artax.karlin.mff.cuni.cz
1976W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1977S: Maintained
1978
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001979HTCPEN TOUCHSCREEN DRIVER
1980P: Pau Oliva Fora
1981M: pof@eslack.org
1982L: linux-input@vger.kernel.org
1983S: Maintained
1984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985HUGETLB FILESYSTEM
1986P: William Irwin
1987M: wli@holomorphy.com
1988S: Maintained
1989
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001990I2C/SMBUS STUB DRIVER
1991P: Mark M. Hoffman
1992M: mhoffman@lightlink.com
1993L: lm-sensors@lm-sensors.org
1994S: Maintained
1995
Jean Delvare5b543962005-08-15 19:51:02 +02001996I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001997P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001999P: Ben Dooks (embedded platforms)
2000M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002001L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002002T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003S: Maintained
2004
Till Harbaume8c76ee2007-05-01 23:26:35 +02002005I2C-TINY-USB DRIVER
2006P: Till Harbaum
2007M: till@harbaum.org
2008L: i2c@lm-sensors.org
2009T: http://www.harbaum.org/till/i2c_tiny_usb
2010S: Maintained
2011
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002013P: H. Peter Anvin
2014M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015L: Linux-Kernel@vger.kernel.org
2016S: Maintained
2017
2018i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019P: H. Peter Anvin
2020M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002021T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022S: Maintained
2023
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024IA64 (Itanium) PLATFORM
2025P: Tony Luck
2026M: tony.luck@intel.com
2027L: linux-ia64@vger.kernel.org
2028W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002029T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030S: Maintained
2031
2032SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002033P: Jes Sorensen
2034M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035L: linux-altix@sgi.com
2036L: linux-ia64@vger.kernel.org
2037W: http://www.sgi.com/altix
2038S: Maintained
2039
2040IBM MCA SCSI SUBSYSTEM DRIVER
2041P: Michael Lang
2042M: langa2@kph.uni-mainz.de
2043W: http://www.uni-mainz.de/~langm000/linux.html
2044S: Maintained
2045
2046IBM Power Linux RAID adapter
2047P: Brian King
2048M: brking@us.ibm.com
2049S: Supported
2050
2051IBM ServeRAID RAID DRIVER
2052P: Jack Hammer
2053P: Dave Jeffery
2054M: ipslinux@adaptec.com
2055W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002056S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002058IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002060M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002062T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063S: Maintained
2064
2065IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002066P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002067M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002068L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002069S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070
2071IDE/ATAPI FLOPPY DRIVERS
2072P: Paul Bristow
2073M: Paul Bristow <paul@paulbristow.net>
2074W: http://paulbristow.net/linux/idefloppy.html
2075L: linux-kernel@vger.kernel.org
2076S: Maintained
2077
2078IDE/ATAPI TAPE DRIVERS
2079P: Gadi Oxman
2080M: Gadi Oxman <gadio@netvision.net.il>
2081L: linux-kernel@vger.kernel.org
2082S: Maintained
2083
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002084IDE-SCSI DRIVER
2085L: linux-ide@vger.kernel.org
2086L: linux-scsi@vger.kernel.org
2087S: Orphan
2088
Stefan Richterf148e202008-01-12 12:32:44 +01002089IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002091M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002092P: Stefan Richter
2093M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094L: linux1394-devel@lists.sourceforge.net
2095W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002096T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097S: Maintained
2098
Stefan Richterf51a5a92007-04-23 14:41:10 -07002099IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100P: Dan Dennedy
2101M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002102P: Stefan Richter
2103M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002105S: Maintained
2106
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002108L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002109S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
2111INFINIBAND SUBSYSTEM
2112P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002113M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002115M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002117M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002118L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002120T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121S: Supported
2122
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002123INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002124P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002125M: dmitry.torokhov@gmail.com
2126M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002127L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002128T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Maintained
2130
Robert Lovec9f04f52005-07-15 12:21:07 -04002131INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002132P: John McCutchan
2133M: ttb@tentacle.dhs.org
2134P: Robert Love
2135M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002136L: linux-kernel@vger.kernel.org
2137S: Maintained
2138
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002139INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002140P: Sylvain Meyer
2141M: sylvain.meyer@worldonline.fr
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
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002144
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002146P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002147M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002148L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002149S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151INTEL IA32 MICROCODE UPDATE SUPPORT
2152P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002153M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154S: Maintained
2155
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002156INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002157P: Maciej Sosnowski
2158M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002159L: linux-kernel@vger.kernel.org
2160S: Supported
2161
Dan Williamsb3e5f262007-08-07 10:26:35 -07002162INTEL IOP-ADMA DMA DRIVER
2163P: Dan Williams
2164M: dan.j.williams@intel.com
2165L: linux-kernel@vger.kernel.org
2166S: Supported
2167
Michael Buesch844dd052006-06-26 00:24:59 -07002168INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2169P: Deepak Saxena
2170M: dsaxena@plexity.net
2171S: Maintained
2172
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002173INTEL IXP2000 ETHERNET DRIVER
2174P: Lennert Buytenhek
2175M: kernel@wantstofly.org
2176L: netdev@vger.kernel.org
2177S: Maintained
2178
Auke Kokd94e6fe2008-03-03 14:37:47 -08002179INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002180P: Jeff Kirsher
2181M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002182P: Jesse Brandeburg
2183M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002184P: Bruce Allan
2185M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002186P: PJ Waskiewicz
2187M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002188P: John Ronciak
2189M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002190L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002191W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192S: Supported
2193
James Ketrenos826d2ab2005-11-07 18:56:59 -06002194INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002195P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002196M: yi.zhu@intel.com
2197P: James Ketrenos
2198M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002199P: Reinette Chatre
2200M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002201L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002202L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002203W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002204W: http://ipw2100.sourceforge.net
2205S: Supported
2206
2207INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002208P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002209M: yi.zhu@intel.com
2210P: James Ketrenos
2211M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002212P: Reinette Chatre
2213M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002214L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002215L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002216W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002217W: http://ipw2200.sourceforge.net
2218S: Supported
2219
Zhu Yib481de92007-09-25 17:54:57 -07002220INTEL WIRELESS WIFI LINK (iwlwifi)
2221P: Zhu Yi
2222M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002223P: Reinette Chatre
2224M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002225L: linux-wireless@vger.kernel.org
2226L: ipw3945-devel@lists.sourceforge.net
2227W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002228T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002229S: Supported
2230
Ralf Baechlecb109a02007-08-30 23:56:30 -07002231IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232P: Ralf Baechle
2233M: ralf@linux-mips.org
2234L: linux-mips@linux-mips.org
2235S: Maintained
2236
Ralf Baechlecb109a02007-08-30 23:56:30 -07002237IOC3 SERIAL DRIVER
2238P: Pat Gefre
2239M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002240L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002241S: Maintained
2242
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243IP MASQUERADING:
2244P: Juanjo Ciarlante
2245M: jjciarla@raiz.uncu.edu.ar
2246S: Maintained
2247
Francois Romieu1202d6f2007-09-17 17:13:55 -07002248IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2249P: Francois Romieu
2250M: romieu@fr.zoreil.com
2251P: Sorbica Shieh
2252M: sorbica@icplus.com.tw
2253P: Jesse Huang
2254M: jesse@icplus.com.tw
2255L: netdev@vger.kernel.org
2256S: Maintained
2257
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002258IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002259P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002260M: infinipath@qlogic.com
2261L: general@lists.openfabrics.org
2262T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002263S: Supported
2264
Corey Minyard4409ebe2006-04-20 02:43:12 -07002265IPMI SUBSYSTEM
2266P: Corey Minyard
2267M: minyard@acm.org
2268L: openipmi-developer@lists.sourceforge.net
2269W: http://openipmi.sourceforge.net/
2270S: Supported
2271
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272IPX NETWORK LAYER
2273P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002274M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002275L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276S: Maintained
2277
David Sterba099dc4f2008-02-07 10:57:12 +01002278IPWIRELES DRIVER
2279P: Jiri Kosina
2280M: jkosina@suse.cz
2281P: David Sterba
2282M: dsterba@suse.cz
2283S: Maintained
2284T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002287P: Samuel Ortiz
2288M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002289L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002291S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292
Mike Christie14816b12007-11-28 16:22:06 -08002293ISCSI
2294P: Mike Christie
2295M: michaelc@cs.wisc.edu
2296L: open-iscsi@googlegroups.com
2297W: www.open-iscsi.org
2298T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2299S: Maintained
2300
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301ISAPNP
2302P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002303M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304S: Maintained
2305
2306ISDN SUBSYSTEM
2307P: Karsten Keil
2308M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002309L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002311T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312S: Maintained
2313
2314ISDN SUBSYSTEM (Eicon active card driver)
2315P: Armin Schindler
2316M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002317L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318W: http://www.melware.de
2319S: Maintained
2320
Hans Verkuil91821ff2007-12-02 09:35:33 -03002321IVTV VIDEO4LINUX DRIVER
2322P: Hans Verkuil
2323M: hverkuil@xs4all.nl
2324L: ivtv-devel@ivtvdriver.org
2325L: ivtv-users@ivtvdriver.org
2326L: video4linux-list@redhat.com
2327W: http://www.ivtvdriver.org
2328S: Maintained
2329
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2331P: David Woodhouse
2332M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002333L: linux-mtd@lists.infradead.org
2334W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335S: Maintained
2336
Artem Bityutskiy95270562008-07-14 17:58:44 +03002337UBI FILE SYSTEM (UBIFS)
2338P: Artem Bityutskiy
2339M: dedekind@infradead.org
2340P: Adrian Hunter
2341M: ext-adrian.hunter@nokia.com
2342L: linux-mtd@lists.infradead.org
2343T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2344W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2345S: Maintained
2346
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347JFS FILESYSTEM
2348P: Dave Kleikamp
2349M: shaggy@austin.ibm.com
2350L: jfs-discussion@lists.sourceforge.net
2351W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002352T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353S: Supported
2354
Josh Triplettde456d32006-07-30 03:04:00 -07002355JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002356P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002357M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002358L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002359S: Maintained
2360
Rudolf Marek4660cb32006-10-08 22:01:26 +02002361K8TEMP HARDWARE MONITORING DRIVER
2362P: Rudolf Marek
2363M: r.marek@assembler.cz
2364L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365S: Maintained
2366
2367KCONFIG
2368P: Roman Zippel
2369M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002370L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Maintained
2372
Vivek Goyalea6c2082006-05-20 14:59:55 -07002373KDUMP
2374P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002375M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002376P: Haren Myneni
2377M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002378L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002379L: linux-kernel@vger.kernel.org
2380W: http://lse.sourceforge.net/kdump/
2381S: Maintained
2382
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383KERNEL AUTOMOUNTER (AUTOFS)
2384P: H. Peter Anvin
2385M: hpa@zytor.com
2386L: autofs@linux.kernel.org
2387S: Odd Fixes
2388
2389KERNEL AUTOMOUNTER v4 (AUTOFS4)
2390P: Ian Kent
2391M: raven@themaw.net
2392L: autofs@linux.kernel.org
2393S: Maintained
2394
2395KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396P: Sam Ravnborg
2397M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002398T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2399T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002400L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002401S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402
2403KERNEL JANITORS
2404P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002405L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S: Maintained
2408
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002409KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002410P: J. Bruce Fields
2411M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002413M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002414L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002416S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417
Avi Kivity426d62e2006-12-13 00:34:03 -08002418KERNEL VIRTUAL MACHINE (KVM)
2419P: Avi Kivity
2420M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002421L: kvm@vger.kernel.org
2422W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002423S: Supported
2424
Hollis Blanchard513014b2008-04-16 23:28:08 -05002425KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2426P: Hollis Blanchard
2427M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002428L: kvm-ppc@vger.kernel.org
2429W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002430S: Supported
2431
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002432KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002433P: Anthony Xu
2434M: anthony.xu@intel.com
2435P: Xiantao Zhang
2436M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002437L: kvm-ia64@vger.kernel.org
2438W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002439S: Supported
2440
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002441KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2442P: Carsten Otte
2443M: cotte@de.ibm.com
2444P: Christian Borntraeger
2445M: borntraeger@de.ibm.com
2446M: linux390@de.ibm.com
2447L: linux-s390@vger.kernel.org
2448W: http://www.ibm.com/developerworks/linux/linux390/
2449S: Supported
2450
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002451KEXEC
2452P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002453M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002454W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002455L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002456L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002457S: Maintained
2458
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002459KGDB
2460P: Jason Wessel
2461M: jason.wessel@windriver.com
2462L: kgdb-bugreport@lists.sourceforge.net
2463S: Maintained
2464
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002465KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002466P: Ananth N Mavinakayanahalli
2467M: ananth@in.ibm.com
2468P: Anil S Keshavamurthy
2469M: anil.s.keshavamurthy@intel.com
2470P: David S. Miller
2471M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002472P: Masami Hiramatsu
2473M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002474L: linux-kernel@vger.kernel.org
2475S: Maintained
2476
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002477KS0108 LCD CONTROLLER DRIVER
2478P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002479M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002480L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002481W: http://miguelojeda.es/auxdisplay.htm
2482W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002483S: Maintained
2484
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002487S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488
2489LASI 53c700 driver for PARISC
2490P: James E.J. Bottomley
2491M: James.Bottomley@HansenPartnership.com
2492L: linux-scsi@vger.kernel.org
2493S: Maintained
2494
Richard Purdie263de9b2006-05-15 09:44:16 -07002495LED SUBSYSTEM
2496P: Richard Purdie
2497M: rpurdie@rpsys.net
2498S: Maintained
2499
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500LEGO USB Tower driver
2501P: Juergen Stuber
2502M: starblue@users.sourceforge.net
2503L: legousb-devel@lists.sourceforge.net
2504W: http://legousb.sourceforge.net/
2505S: Maintained
2506
Rusty Russell568a17f2007-10-25 14:12:24 +10002507LGUEST
2508P: Rusty Russell
2509M: rusty@rustcorp.com.au
2510L: lguest@ozlabs.org
2511W: http://lguest.ozlabs.org/
2512S: Maintained
2513
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514LINUX FOR IBM pSERIES (RS/6000)
2515P: Paul Mackerras
2516M: paulus@au.ibm.com
2517W: http://www.ibm.com/linux/ltc/projects/ppc
2518S: Supported
2519
2520LINUX FOR NCR VOYAGER
2521P: James Bottomley
2522M: James.Bottomley@HansenPartnership.com
2523W: http://www.hansenpartnership.com/voyager
2524S: Maintained
2525
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002526LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527P: Paul Mackerras
2528M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002529P: Benjamin Herrenschmidt
2530M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531W: http://www.penguinppc.org/
2532L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002533T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534S: Supported
2535
2536LINUX FOR POWER MACINTOSH
2537P: Benjamin Herrenschmidt
2538M: benh@kernel.crashing.org
2539W: http://www.penguinppc.org/
2540L: linuxppc-dev@ozlabs.org
2541S: Maintained
2542
Grant Likely77a76362008-07-12 12:11:43 -06002543LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544P: Sylvain Munaut
2545M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002546P: Grant Likely
2547M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549S: Maintained
2550
2551LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002552P: Josh Boyer
2553M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554P: Matt Porter
2555M: mporter@kernel.crashing.org
2556W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002557L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002558T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Maintained
2560
Grant Likely260c02a2007-10-02 12:15:34 +10002561LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2562P: Grant Likely
2563M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002564W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002565L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566S: Maintained
2567
Tom Rinie93adf12005-07-26 12:49:53 -07002568LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002569P: Vitaly Bordug
2570M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002571P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002572M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002573W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002574L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002575S: Maintained
2576
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002578P: Kumar Gala
2579M: galak@kernel.crashing.org
2580W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002581L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002582S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583
Olof Johanssonab06ff32006-09-06 14:44:54 -05002584LINUX FOR POWERPC PA SEMI PWRFICIENT
2585P: Olof Johansson
2586M: olof@lixom.net
2587W: http://www.pasemi.com/
2588L: linuxppc-dev@ozlabs.org
2589S: Supported
2590
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591LLC (802.2)
2592P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002593M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594S: Maintained
2595
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596LINUX SECURITY MODULE (LSM) FRAMEWORK
2597P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002598M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002599L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002600T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601S: Supported
2602
2603LM83 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
2609LM90 HARDWARE MONITOR DRIVER
2610P: Jean Delvare
2611M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002612L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613S: Maintained
2614
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002615LOCKDEP AND LOCKSTAT
2616P: Peter Zijlstra
2617M: peterz@infradead.org
2618P: Ingo Molnar
2619M: mingo@redhat.com
2620L: linux-kernel@vger.kernel.org
2621T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2622S: Maintained
2623
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002624LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625P: Richard Russon (FlatCap)
2626M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002627L: linux-ntfs-dev@lists.sourceforge.net
2628W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629S: Maintained
2630
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002631LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2632P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002633M: Eric.Moore@lsi.com
2634M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002635L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002636L: linux-scsi@vger.kernel.org
2637W: http://www.lsilogic.com/support
2638S: Supported
2639
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2641P: Matthew Wilcox
2642M: matthew@wil.cx
2643L: linux-scsi@vger.kernel.org
2644S: Maintained
2645
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002646M32R ARCHITECTURE
2647P: Hirokazu Takata
2648M: takata@linux-m32r.org
2649L: linux-m32r@ml.linux-m32r.org
2650L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2651W: http://www.linux-m32r.org/
2652S: Maintained
2653
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654M68K ARCHITECTURE
2655P: Geert Uytterhoeven
2656M: geert@linux-m68k.org
2657P: Roman Zippel
2658M: zippel@linux-m68k.org
2659L: linux-m68k@lists.linux-m68k.org
2660W: http://www.linux-m68k.org/
2661W: http://linux-m68k-cvs.ubb.ca/
2662S: Maintained
2663
2664M68K ON APPLE MACINTOSH
2665P: Joshua Thompson
2666M: funaho@jurai.org
2667W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002668L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669S: Maintained
2670
2671M68K ON HP9000/300
2672P: Philip Blundell
2673M: philb@gnu.org
2674W: http://www.tazenda.demon.co.uk/phil/linux-hp
2675S: Maintained
2676
Jiri Benc64a327a2007-05-05 11:47:08 -07002677MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002678P: Johannes Berg
2679M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002680P: Michael Wu
2681M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002682L: linux-wireless@vger.kernel.org
2683W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002684T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002685S: Maintained
2686
Stefano Brivio1036d862007-12-23 04:46:27 +01002687MAC80211 PID RATE CONTROL
2688P: Stefano Brivio
2689M: stefano.brivio@polimi.it
2690P: Mattias Nissler
2691M: mattias.nissler@gmx.de
2692L: linux-wireless@vger.kernel.org
2693W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2694T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2695S: Maintained
2696
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002697MACVLAN DRIVER
2698P: Patrick McHardy
2699M: kaber@trash.net
2700L: netdev@vger.kernel.org
2701S: Maintained
2702
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703MARVELL YUKON / SYSKONNECT DRIVER
2704P: Mirko Lindner
2705M: mlindner@syskonnect.de
2706P: Ralph Roesler
2707M: rroesler@syskonnect.de
2708W: http://www.syskonnect.com
2709S: Supported
2710
Michael Kerriskfaf16682005-07-31 22:34:47 -07002711MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002712P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002713M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002714W: http://www.kernel.org/doc/man-pages
2715S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002716
Stefano Brivio74cda162007-11-19 20:27:46 +01002717MARVELL LIBERTAS WIRELESS DRIVER
2718P: Dan Williams
2719M: dcbw@redhat.com
2720L: libertas-dev@lists.infradead.org
2721S: Maintained
2722
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002723MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002724P: Lennert Buytenhek
2725M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002726L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002727S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728
2729MATROX FRAMEBUFFER DRIVER
2730P: Petr Vandrovec
2731M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002732L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733S: Maintained
2734
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002735MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2736P: Hans J. Koch
2737M: hjk@linutronix.de
2738L: lm-sensors@lm-sensors.org
2739S: Maintained
2740
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002741MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002742P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002743M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002744S: linux-scsi@vger.kernel.org
2745W: http://megaraid.lsilogic.com
2746S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002747
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002748MEMORY MANAGEMENT
2749L: linux-mm@kvack.org
2750L: linux-kernel@vger.kernel.org
2751W: http://www.linux-mm.org
2752S: Maintained
2753
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002754MEMORY RESOURCE CONTROLLER
2755P: Balbir Singh
2756M: balbir@linux.vnet.ibm.com
2757P: Pavel Emelyanov
2758M: xemul@openvz.org
2759P: KAMEZAWA Hiroyuki
2760M: kamezawa.hiroyu@jp.fujitsu.com
2761L: linux-mm@kvack.org
2762L: linux-kernel@vger.kernel.org
2763S: Maintained
2764
David Howellsb920de12008-02-08 04:19:31 -08002765MEI MN10300/AM33 PORT
2766P: David Howells
2767M: dhowells@redhat.com
2768P: Koichi Yasutake
2769M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002770L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002771W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2772S: Maintained
2773
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002774MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775P: David Woodhouse
2776M: dwmw2@infradead.org
2777W: http://www.linux-mtd.infradead.org/
2778L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002779T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780S: Maintained
2781
Artem Bityutskiy48576402007-02-13 17:11:10 +02002782UNSORTED BLOCK IMAGES (UBI)
2783P: Artem Bityutskiy
2784M: dedekind@infradead.org
2785W: http://www.linux-mtd.infradead.org/
2786L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002787T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002788S: Maintained
2789
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790MICROTEK X6 SCANNER
2791P: Oliver Neukum
2792M: oliver@neukum.name
2793S: Maintained
2794
2795MIPS
2796P: Ralf Baechle
2797M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002798W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002800T: git www.linux-mips.org:/pub/scm/linux.git
2801S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802
2803MISCELLANEOUS MCA-SUPPORT
2804P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002805M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806L: linux-kernel@vger.kernel.org
2807S: Maintained
2808
2809MODULE SUPPORT
2810P: Rusty Russell
2811M: rusty@rustcorp.com.au
2812L: linux-kernel@vger.kernel.org
2813S: Maintained
2814
2815MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2816P: Stelian Pop
2817M: stelian@popies.net
2818W: http://popies.net/meye/
2819S: Maintained
2820
Pavel Pisac58ff042007-05-16 01:10:41 +02002821MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2822P: Pavel Pisa
2823M: ppisa@pikron.com
2824L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002825S: Maintained
2826
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827MOUSE AND MISC DEVICES [GENERAL]
2828P: Alessandro Rubini
2829M: rubini@ipvvis.unipv.it
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
Jiri Slabyb9705b62008-04-30 00:53:48 -07002833MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002834P: Jiri Slaby
2835M: jirislaby@gmail.com
2836L: linux-kernel@vger.kernel.org
2837S: Maintained
2838
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002839MSI LAPTOP SUPPORT
2840P: Lennart Poettering
2841M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002842W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002843W: http://0pointer.de/lennart/tchibo.html
2844S: Maintained
2845
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002846MULTIFUNCTION DEVICES (MFD)
2847P: Samuel Ortiz
2848M: sameo@openedhand.com
2849L: linux-kernel@vger.kernel.org
2850S: Supported
2851
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002852MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002853P: Pierre Ossman
2854M: drzeus-mmc@drzeus.cx
2855L: linux-kernel@vger.kernel.org
2856S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002857
David Brownell15a05802007-08-08 09:12:54 -07002858MULTIMEDIA CARD (MMC) ETC. OVER SPI
2859P: David Brownell
2860M: dbrownell@users.sourceforge.net
2861L: linux-kernel@vger.kernel.org
2862S: Odd fixes
2863
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864MULTISOUND SOUND DRIVER
2865P: Andrew Veliath
2866M: andrewtv@usa.net
2867S: Maintained
2868
Jiri Slabyd7354102006-12-08 02:38:35 -08002869MULTITECH MULTIPORT CARD (ISICOM)
2870P: Jiri Slaby
2871M: jirislaby@gmail.com
2872L: linux-kernel@vger.kernel.org
2873S: Maintained
2874
Felipe Balbi550a7372008-07-24 12:27:36 +03002875MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2876P: Felipe Balbi
2877M: felipe.balbi@nokia.com
2878L: linux-usb@vger.kernel.org
2879S: Maintained
2880
Brice Goglin2d3cf582008-05-17 12:45:36 +02002881MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2882P: Andrew Gallatin
2883M: gallatin@myri.com
2884P: Brice Goglin
2885M: brice@myri.com
2886L: netdev@vger.kernel.org
2887W: http://www.myri.com/scs/download-Myri10GE.html
2888S: Supported
2889
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890NATSEMI ETHERNET DRIVER (DP8381x)
2891P: Tim Hockin
2892M: thockin@hockin.org
2893S: Maintained
2894
2895NCP FILESYSTEM
2896P: Petr Vandrovec
2897M: vandrove@vc.cvut.cz
2898L: linware@sh.cvut.cz
2899S: Maintained
2900
2901NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2902P: James E.J. Bottomley
2903M: James.Bottomley@HansenPartnership.com
2904L: linux-scsi@vger.kernel.org
2905S: Maintained
2906
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002907NETEFFECT IWARP RNIC DRIVER (IW_NES)
2908P: Faisal Latif
2909M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002910P: Chien Tung
2911M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002912L: general@lists.openfabrics.org
2913W: http://www.neteffect.com
2914S: Supported
2915F: drivers/infiniband/hw/nes/
2916
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002917NETEM NETWORK EMULATOR
2918P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002919M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002920L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002921S: Maintained
2922
Jiri Slaby4a584482007-08-30 23:56:39 -07002923NETERION (S2IO) Xframe 10GbE DRIVER
2924P: Ramkrishna Vepa
2925M: ram.vepa@neterion.com
2926P: Rastapur Santosh
2927M: santosh.rastapur@neterion.com
2928P: Sivakumar Subramani
2929M: sivakumar.subramani@neterion.com
2930P: Sreenivasa Honnur
2931M: sreenivasa.honnur@neterion.com
2932L: netdev@vger.kernel.org
2933W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2934S: Supported
2935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936NETFILTER/IPTABLES/IPCHAINS
2937P: Rusty Russell
2938P: Marc Boucher
2939P: James Morris
2940P: Harald Welte
2941P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002942P: Patrick McHardy
2943M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002944L: netfilter-devel@vger.kernel.org
2945L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002946L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947W: http://www.netfilter.org/
2948W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949S: Supported
2950
Paul Moore4cc67732006-09-25 15:57:13 -07002951NETLABEL
2952P: Paul Moore
2953M: paul.moore@hp.com
2954W: http://netlabel.sf.net
2955L: netdev@vger.kernel.org
2956S: Supported
2957
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958NETROM NETWORK LAYER
2959P: Ralf Baechle
2960M: ralf@linux-mips.org
2961L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002962W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963S: Maintained
2964
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002965NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966P: Paul Clements
2967M: Paul.Clements@steeleye.com
2968S: Maintained
2969
2970NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971P: Jeff Garzik
2972M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002973L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002974T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975S: Maintained
2976
2977NETWORKING [GENERAL]
2978P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002979M: netdev@vger.kernel.org
2980L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002981W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982S: Maintained
2983
2984NETWORKING [IPv4/IPv6]
2985P: David S. Miller
2986M: davem@davemloft.net
2987P: Alexey Kuznetsov
2988M: kuznet@ms2.inr.ac.ru
2989P: Pekka Savola (ipv6)
2990M: pekkas@netcore.fi
2991P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002992M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993P: Hideaki YOSHIFUJI
2994M: yoshfuji@linux-ipv6.org
2995P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002996M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002997L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002998T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999S: Maintained
3000
James Morris10e2ff12007-08-25 14:41:28 -07003001NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3002P: Paul Moore
3003M: paul.moore@hp.com
3004L: netdev@vger.kernel.org
3005S: Maintained
3006
John W. Linville29f8f632006-01-18 14:52:48 -08003007NETWORKING [WIRELESS]
3008P: John W. Linville
3009M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003010L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003011T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3012S: Maintained
3013
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003014NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003015P: Dhananjay Phadke
3016M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003017L: netdev@vger.kernel.org
3018W: http://www.netxen.com
3019S: Supported
3020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021IPVS
3022P: Wensong Zhang
3023M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003024P: Simon Horman
3025M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026P: Julian Anastasov
3027M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003028L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003029L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030S: Maintained
3031
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003032NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003034M: Trond.Myklebust@netapp.com
3035L: linux-nfs@vger.kernel.org
3036W: http://client.linux-nfs.org
3037T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038S: Maintained
3039
3040NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003041P: Jan-Pascal van Best
3042M: janpascal@vanbest.org
3043P: Andreas Mohr
3044M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003045L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046S: Maintained
3047
3048NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3049P: YOKOTA Hiroshi
3050M: yokota@netlab.is.tsukuba.ac.jp
3051W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3052S: Maintained
3053
3054NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3055P: GOTO Masanori
3056M: gotom@debian.or.jp
3057P: YOKOTA Hiroshi
3058M: yokota@netlab.is.tsukuba.ac.jp
3059W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3060S: Maintained
3061
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062NTFS FILESYSTEM
3063P: Anton Altaparmakov
3064M: aia21@cantab.net
3065L: linux-ntfs-dev@lists.sourceforge.net
3066L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003067W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003068T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069S: Maintained
3070
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003071NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003072P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003073M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003074L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003075S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003077OPENCORES I2C BUS DRIVER
3078P: Peter Korsgaard
3079M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003080L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003081S: Maintained
3082
Mark Fashehccd979b2005-12-15 14:31:24 -08003083ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3084P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003085M: mfasheh@suse.com
3086P: Joel Becker
3087M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003088L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003089W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003090T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003091S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003092
Bob Copeland0ad122d2008-07-25 19:45:18 -07003093OMFS FILESYSTEM
3094P: Bob Copeland
3095M: me@bobcopeland.com
3096L: linux-karma-devel@lists.sourceforge.net
3097S: Maintained
3098
Harald Weltec1986ee2005-11-13 16:06:29 -08003099OMNIKEY CARDMAN 4000 DRIVER
3100P: Harald Welte
3101M: laforge@gnumonks.org
3102S: Maintained
3103
Harald Welte77c44ab2005-11-13 16:06:26 -08003104OMNIKEY CARDMAN 4040 DRIVER
3105P: Harald Welte
3106M: laforge@gnumonks.org
3107S: Maintained
3108
Jonathan Corbet77d51402007-03-22 19:44:17 -03003109OMNIVISION OV7670 SENSOR DRIVER
3110P: Jonathan Corbet
3111M: corbet@lwn.net
3112L: video4linux-list@redhat.com
3113S: Maintained
3114
Thomas Gleixner431bca72007-05-02 09:31:35 +02003115ONENAND FLASH DRIVER
3116P: Kyungmin Park
3117M: kyungmin.park@samsung.com
3118L: linux-mtd@lists.infradead.org
3119S: Maintained
3120
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121ONSTREAM SCSI TAPE DRIVER
3122P: Willem Riede
3123M: osst@riede.org
3124L: osst-users@lists.sourceforge.net
3125L: linux-scsi@vger.kernel.org
3126S: Maintained
3127
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003129P: Robert Richter
3130M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131L: oprofile-list@lists.sf.net
3132S: Maintained
3133
3134ORINOCO DRIVER
3135P: Pavel Roskin
3136M: proski@gnu.org
3137P: David Gibson
3138M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003139L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003140L: orinoco-users@lists.sourceforge.net
3141L: orinoco-devel@lists.sourceforge.net
3142W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Maintained
3144
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003145PA SEMI ETHERNET DRIVER
3146P: Olof Johansson
3147M: olof@lixom.net
3148L: netdev@vger.kernel.org
3149S: Maintained
3150
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003151PA SEMI SMBUS DRIVER
3152P: Olof Johansson
3153M: olof@lixom.net
3154L: i2c@lm-sensors.org
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003158L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003159S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160
3161PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3162P: Tim Waugh
3163M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003164L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165W: http://www.torque.net/linux-pp.html
3166S: Maintained
3167
3168PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003169P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003170M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171P: Matthew Wilcox
3172M: matthew@wil.cx
3173P: Grant Grundler
3174M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003175L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003177T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178S: Maintained
3179
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003180PARAVIRT_OPS INTERFACE
3181P: Jeremy Fitzhardinge
3182M: jeremy@xensource.com
3183P: Chris Wright
3184M: chrisw@sous-sol.org
3185P: Zachary Amsden
3186M: zach@vmware.com
3187P: Rusty Russell
3188M: rusty@rustcorp.com.au
3189L: virtualization@lists.osdl.org
3190L: linux-kernel@vger.kernel.org
3191S: Supported
3192
Jim Cromie1662d322006-10-06 00:43:59 -07003193PC87360 HARDWARE MONITORING DRIVER
3194P: Jim Cromie
3195M: jim.cromie@gmail.com
3196L: lm-sensors@lm-sensors.org
3197S: Maintained
3198
3199PC8736x GPIO DRIVER
3200P: Jim Cromie
3201M: jim.cromie@gmail.com
3202S: Maintained
3203
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003204PCI ERROR RECOVERY
3205P: Linas Vepstas
3206M: linas@austin.ibm.com
3207L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003208L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003209S: Supported
3210
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003212P: Jesse Barnes
3213M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003215L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003216T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217S: Supported
3218
3219PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003220P: Kristen Carlson Accardi
3221M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222S: Supported
3223
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003224PCIE HOTPLUG DRIVER
3225P: Kristen Carlson Accardi
3226M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003227L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003228S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003229
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003231P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003232L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003233W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003234T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003235S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236
3237PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003238P: Don Fry
3239M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003240L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241S: Maintained
3242
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003243PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003244P: Balbir Singh
3245M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003246L: linux-kernel@vger.kernel.org
3247S: Maintained
3248
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003249PERSONALITY HANDLING
3250P: Christoph Hellwig
3251M: hch@infradead.org
3252L: linux-abi-devel@lists.sourceforge.net
3253S: Maintained
3254
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003256P: Joern Engel
3257M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258L: linux-mtd@lists.infradead.org
3259S: Maintained
3260
Peter Osterlund249a6772005-09-27 21:45:30 -07003261PKTCDVD DRIVER
3262P: Peter Osterlund
3263M: petero2@telia.com
3264L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003265S: Maintained
3266
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003268P: Thomas Gleixner
3269M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003270L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271S: Supported
3272
Anton Vorontsov3be86142007-07-15 04:43:36 +04003273POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3274P: Anton Vorontsov
3275M: cbou@mail.ru
3276P: David Woodhouse
3277M: dwmw2@infradead.org
3278L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003279T: git git.infradead.org/battery-2.6.git
3280S: Maintained
3281
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282PNP SUPPORT
3283P: Adam Belay
3284M: ambx1@neo.rr.com
3285S: Maintained
3286
Vitaly Wool999445d2007-01-04 13:07:03 +01003287PNXxxxx I2C DRIVER
3288P: Vitaly Wool
3289M: vitalywool@gmail.com
3290L: i2c@lm-sensors.org
3291S: Maintained
3292
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293PPP PROTOCOL DRIVERS AND COMPRESSORS
3294P: Paul Mackerras
3295M: paulus@samba.org
3296L: linux-ppp@vger.kernel.org
3297S: Maintained
3298
3299PPP OVER ATM (RFC 2364)
3300P: Mitchell Blank Jr
3301M: mitch@sfgoth.com
3302S: Maintained
3303
3304PPP OVER ETHERNET
3305P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003306M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307S: Maintained
3308
James Chapmana6d23702007-06-27 15:53:17 -07003309PPP OVER L2TP
3310P: James Chapman
3311M: jchapman@katalix.com
3312S: Maintained
3313
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314PREEMPTIBLE KERNEL
3315P: Robert Love
3316M: rml@tech9.net
3317L: linux-kernel@vger.kernel.org
3318L: kpreempt-tech@lists.sourceforge.net
3319W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3320S: Supported
3321
Michael Wueff1a592007-09-25 18:11:01 -07003322P54 WIRELESS DRIVER
3323P: Michael Wu
3324M: flamingice@sourmilk.net
3325L: linux-wireless@vger.kernel.org
3326W: http://prism54.org
3327T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3328S: Maintained
3329
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003331P: Luis R. Rodriguez
3332M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003333L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334W: http://prism54.org
3335S: Maintained
3336
3337PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3338P: Peter Denison
3339M: promise@pnd-pc.demon.co.uk
3340W: http://www.pnd-pc.demon.co.uk/promise/
3341S: Maintained
3342
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003343PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3344P: Mikael Pettersson
3345M: mikpe@it.uu.se
3346L: linux-ide@vger.kernel.org
3347S: Maintained
3348
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003349PS3 NETWORK SUPPORT
3350P: Masakazu Mokuno
3351M: mokuno@sm.sony.co.jp
3352L: netdev@vger.kernel.org
3353L: cbe-oss-dev@ozlabs.org
3354S: Supported
3355
Geoff Levandf58a9d12006-11-23 00:46:51 +01003356PS3 PLATFORM SUPPORT
3357P: Geoff Levand
3358M: geoffrey.levand@am.sony.com
3359L: linuxppc-dev@ozlabs.org
3360L: cbe-oss-dev@ozlabs.org
3361S: Supported
3362
Michael Krufky83202042006-07-03 00:24:18 -07003363PVRUSB2 VIDEO4LINUX DRIVER
3364P: Mike Isely
3365M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003366L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003367L: video4linux-list@redhat.com
3368W: http://www.isely.net/pvrusb2/
3369S: Maintained
3370
Eric Miao30ec2612008-06-12 15:21:41 -07003371PXA2xx/PXA3xx SUPPORT
3372P: Eric Miao
3373M: eric.miao@marvell.com
3374P: Russell King
3375M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003376L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377S: Maintained
3378
Pierre Ossman272f1332007-05-14 21:25:26 +02003379PXA MMCI DRIVER
3380S: Orphan
3381
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382QLOGIC QLA2XXX FC-SCSI DRIVER
3383P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003384M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385L: linux-scsi@vger.kernel.org
3386S: Supported
3387
Ron Mercer5a4faa82006-07-25 00:40:21 -07003388QLOGIC QLA3XXX NETWORK DRIVER
3389P: Ron Mercer
3390M: linux-driver@qlogic.com
3391L: netdev@vger.kernel.org
3392S: Supported
3393
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394QNX4 FILESYSTEM
3395P: Anders Larsen
3396M: al@alarsen.net
3397L: linux-kernel@vger.kernel.org
3398W: http://www.alarsen.net/linux/qnx4fs/
3399S: Maintained
3400
3401RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003402P: Benjamin Herrenschmidt
3403M: benh@kernel.crashing.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
3407RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003408P: Paul Mackerras
3409M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003410L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411S: Maintained
3412
3413RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3414P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003415M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003416L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417S: Maintained
3418
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003419RALINK RT2X00 WLAN DRIVER
3420P: rt2x00 project
3421L: linux-wireless@vger.kernel.org
3422L: rt2400-devel@lists.sourceforge.net
3423W: http://rt2x00.serialmonkey.com/
3424S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003425T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003426F: drivers/net/wireless/rt2x00/
3427
Nick Piggin9db55792008-02-08 04:19:49 -08003428RAMDISK RAM BLOCK DEVICE DRIVER
3429P: Nick Piggin
3430M: npiggin@suse.de
3431S: Maintained
3432
Matt Mackall9e95ce22005-04-16 15:25:56 -07003433RANDOM NUMBER DRIVER
3434P: Matt Mackall
3435M: mpm@selenic.com
3436S: Maintained
3437
Matt Porter394b7012005-11-07 01:00:15 -08003438RAPIDIO SUBSYSTEM
3439P: Matt Porter
3440M: mporter@kernel.crashing.org
3441L: linux-kernel@vger.kernel.org
3442S: Maintained
3443
Florian Fainellic1f766b2008-02-06 22:39:44 +01003444RDC R-321X SoC
3445P: Florian Fainelli
3446M: florian.fainelli@telecomint.eu
3447L: linux-kernel@vger.kernel.org
3448S: Maintained
3449
Florian Fainellidb17f392007-12-19 11:30:30 +01003450RDC R6040 FAST ETHERNET DRIVER
3451P: Florian Fainelli
3452M: florian.fainelli@telecomint.eu
3453L: netdev@vger.kernel.org
3454S: Maintained
3455
Josh Triplett595182b2006-10-04 02:17:21 -07003456READ-COPY UPDATE (RCU)
3457P: Dipankar Sarma
3458M: dipankar@in.ibm.com
3459W: http://www.rdrop.com/users/paulmck/rclock/
3460L: linux-kernel@vger.kernel.org
3461S: Supported
3462
3463RCUTORTURE MODULE
3464P: Josh Triplett
3465M: josh@freedesktop.org
3466L: linux-kernel@vger.kernel.org
3467S: Maintained
3468
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469REAL TIME CLOCK DRIVER
3470P: Paul Gortmaker
3471M: p_gortmaker@yahoo.com
3472L: linux-kernel@vger.kernel.org
3473S: Maintained
3474
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003475REAL TIME CLOCK (RTC) SUBSYSTEM
3476P: Alessandro Zummo
3477M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003478L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003479S: Maintained
3480
Linus Torvalds1da177e2005-04-16 15:20:36 -07003481REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003482L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483S: Supported
3484
Ivo van Doorne08976452008-04-12 19:23:55 +02003485RFKILL
3486P: Ivo van Doorn
3487M: IvDoorn@gmail.com
3488L: netdev@vger.kernel.org
3489S: Maintained
3490F: net/rfkill
3491
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492ROCKETPORT DRIVER
3493P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494W: http://www.comtrol.com
3495S: Maintained
3496
3497ROSE NETWORK LAYER
3498P: Ralf Baechle
3499M: ralf@linux-mips.org
3500L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003501W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502S: Maintained
3503
3504RISCOM8 DRIVER
3505S: Orphan
3506
Michael Wu605bebe2007-05-14 01:41:02 -04003507RTL818X WIRELESS DRIVER
3508P: Michael Wu
3509M: flamingice@sourmilk.net
3510P: Andrea Merello
3511M: andreamrl@tiscali.it
3512L: linux-wireless@vger.kernel.org
3513W: http://linuxwireless.org/
3514T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3515S: Maintained
3516
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003517S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003518P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003519M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003520L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003521S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003522
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S390
3524P: Martin Schwidefsky
3525M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003526P: Heiko Carstens
3527M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003529L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003530W: http://www.ibm.com/developerworks/linux/linux390/
3531S: Supported
3532
3533S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003534P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003535M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003536P: Frank Blaschka
3537M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003538M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003539L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003540W: http://www.ibm.com/developerworks/linux/linux390/
3541S: Supported
3542
3543S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003544P: Christof Schmitt
3545M: christof.schmitt@de.ibm.com
3546P: Martin Peschke
3547M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003548M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003549L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003550W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551S: Supported
3552
Ursula Braundd96df22007-09-19 13:09:02 +02003553S390 IUCV NETWORK LAYER
3554P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003555M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003556M: linux390@de.ibm.com
3557L: linux-s390@vger.kernel.org
3558W: http://www.ibm.com/developerworks/linux/linux390/
3559S: Supported
3560
Ben Dooks4dde7f72008-06-30 22:40:38 +01003561S3C24XX SD/MMC Driver
3562P: Ben Dooks
3563M: ben-linux@fluff.org
3564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3565L: linux-kernel@vger.kernel.org
3566S: Supported
3567
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568SAA7146 VIDEO4LINUX-2 DRIVER
3569P: Michael Hunold
3570M: michael@mihu.de
3571W: http://www.mihu.de/linux/saa7146
3572S: Maintained
3573
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574SC1200 WDT DRIVER
3575P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003576M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577S: Maintained
3578
3579SCHEDULER
3580P: Ingo Molnar
3581M: mingo@elte.hu
3582P: Robert Love [the preemptible kernel bits]
3583M: rml@tech9.net
3584L: linux-kernel@vger.kernel.org
3585S: Maintained
3586
3587SCSI CDROM DRIVER
3588P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003589M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590L: linux-scsi@vger.kernel.org
3591W: http://www.kernel.dk
3592S: Maintained
3593
3594SCSI SG DRIVER
3595P: Doug Gilbert
3596M: dgilbert@interlog.com
3597L: linux-scsi@vger.kernel.org
3598W: http://www.torque.net/sg
3599S: Maintained
3600
3601SCSI SUBSYSTEM
3602P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003603M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003605T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003606T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3607T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608S: Maintained
3609
3610SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003611P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612M: Kai.Makisara@kolumbus.fi
3613L: linux-scsi@vger.kernel.org
3614S: Maintained
3615
3616SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003617P: Vlad Yasevich
3618M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003619P: Sridhar Samudrala
3620M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003621L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003622W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003623S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003624
3625SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003626P: Jim Cromie
3627M: jim.cromie@gmail.com
3628S: Odd Fixes
3629
3630SCx200 GPIO DRIVER
3631P: Jim Cromie
3632M: jim.cromie@gmail.com
3633S: Maintained
3634
3635SCx200 HRT CLOCKSOURCE DRIVER
3636P: Jim Cromie
3637M: jim.cromie@gmail.com
3638S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639
Sascha Sommer6a369132008-07-15 14:21:29 +02003640SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3641P: Sascha Sommer
3642M: saschasommer@freenet.de
3643L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3644S: Maintained
3645
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646SECURITY CONTACT
3647P: Security Officers
3648M: security@kernel.org
3649S: Supported
3650
3651SELINUX SECURITY MODULE
3652P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003653M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003655M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003656P: Eric Paris
3657M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003659L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660W: http://www.nsa.gov/selinux
3661S: Supported
3662
Jiri Slabycef2cf02007-05-08 00:31:45 -07003663SENSABLE PHANTOM
3664P: Jiri Slaby
3665M: jirislaby@gmail.com
3666S: Maintained
3667
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668SERIAL ATA (SATA) SUBSYSTEM:
3669P: Jeff Garzik
3670M: jgarzik@pobox.com
3671L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003672T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673S: Supported
3674
3675SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3676P: Pat Gefre
3677M: pfg@sgi.com
3678L: linux-ia64@vger.kernel.org
3679S: Supported
3680
Ben Hutchings8ceee662008-04-27 12:55:59 +01003681SFC NETWORK DRIVER
3682P: Steve Hodgson
3683P: Ben Hutchings
3684P: Robert Stonehouse
3685M: linux-net-drivers@solarflare.com
3686S: Supported
3687
Linus Torvalds1da177e2005-04-16 15:20:36 -07003688SGI VISUAL WORKSTATION 320 AND 540
3689P: Andrey Panin
3690M: pazke@donpac.ru
3691L: linux-visws-devel@lists.sf.net
3692W: http://linux-visws.sf.net
3693S: Maintained for 2.6.
3694
Jack Steiner75312612008-08-15 00:40:42 -07003695SGI GRU DRIVER
3696P: Jack Steiner
3697M: steiner@sgi.com
3698S: Maintained
3699
3700SGI XP/XPC/XPNET DRIVER
3701P: Dean Nelson
3702M: dcn@sgi.com
3703S: Maintained
3704
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705SIMTEC EB110ATX (Chalice CATS)
3706P: Ben Dooks
3707P: Vincent Sanders
3708M: support@simtec.co.uk
3709W: http://www.simtec.co.uk/products/EB110ATX/
3710S: Supported
3711
3712SIMTEC EB2410ITX (BAST)
3713P: Ben Dooks
3714P: Vincent Sanders
3715M: support@simtec.co.uk
3716W: http://www.simtec.co.uk/products/EB2410ITX/
3717S: Supported
3718
Francois Romieu92aab3c2005-07-30 13:11:18 +02003719SIS 190 ETHERNET DRIVER
3720P: Francois Romieu
3721M: romieu@fr.zoreil.com
3722L: netdev@vger.kernel.org
3723S: Maintained
3724
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725SIS 900/7016 FAST ETHERNET DRIVER
3726P: Daniele Venzano
3727M: venza@brownhat.org
3728W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003729L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730S: Maintained
3731
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003732SIS 96X I2C/SMBUS DRIVER
3733P: Mark M. Hoffman
3734M: mhoffman@lightlink.com
3735L: lm-sensors@lm-sensors.org
3736S: Maintained
3737
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738SIS FRAMEBUFFER DRIVER
3739P: Thomas Winischhofer
3740M: thomas@winischhofer.net
3741W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003742S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743
3744SIS USB2VGA DRIVER
3745P: Thomas Winischhofer
3746M: thomas@winischhofer.net
3747W: http://www.winischhofer.at/linuxsisusbvga.shtml
3748S: Maintained
3749
Christoph Lameter415ad262007-07-26 10:40:56 -07003750SLAB ALLOCATOR
3751P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003752M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003753P: Pekka Enberg
3754M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003755P: Matt Mackall
3756M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003757L: linux-mm@kvack.org
3758S: Maintained
3759
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760SMC91x ETHERNET DRIVER
3761P: Nicolas Pitre
3762M: nico@cam.org
3763S: Maintained
3764
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003765SMSC47B397 HARDWARE MONITOR DRIVER
3766P: Mark M. Hoffman
3767M: mhoffman@lightlink.com
3768L: lm-sensors@lm-sensors.org
3769S: Maintained
3770
Ben Nizetteb54f2862008-03-13 22:27:30 +11003771SMX UIO Interface
3772P: Ben Nizette
3773M: bn@niasdigital.com
3774S: Maintained
3775
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003776SOC-CAMERA V4L2 SUBSYSTEM
3777P: Guennadi Liakhovetski
3778M: g.liakhovetski@gmx.de
3779L: video4linux-list@redhat.com
3780S: Maintained
3781
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782SOFTWARE RAID (Multiple Disks) SUPPORT
3783P: Ingo Molnar
3784M: mingo@redhat.com
3785P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003786M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003788S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789
Pavel Machek95a631e2007-07-19 01:47:42 -07003790HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791P: Pavel Machek
3792M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003793P: Rafael J. Wysocki
3794M: rjw@sisk.pl
3795L: linux-pm@lists.linux-foundation.org
3796S: Supported
3797
3798SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003799P: Len Brown
3800M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003801P: Pavel Machek
3802M: pavel@suse.cz
3803P: Rafael J. Wysocki
3804M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003805L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003806S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807
3808SONIC NETWORK DRIVER
3809P: Thomas Bogendoerfer
3810M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003811L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812S: Maintained
3813
Michael Buesch61e115a2007-09-18 15:12:50 -04003814SONICS SILICON BACKPLANE DRIVER (SSB)
3815P: Michael Buesch
3816M: mb@bu3sch.de
3817L: netdev@vger.kernel.org
3818S: Maintained
3819
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003821P: Mattia Dongili
3822M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003823L: linux-acpi@vger.kernel.org
3824W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825S: Maintained
3826
Alex Dubovbaf85322008-02-09 10:20:54 -08003827SONY MEMORYSTICK CARD SUPPORT
3828P: Alex Dubov
3829M: oakad@yahoo.com
3830L: linux-kernel@vger.kernel.org
3831W: http://tifmxx.berlios.de/
3832S: Maintained
3833
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834SOUND
3835P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003836M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003837L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838S: Maintained
3839
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003840SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3841P: Liam Girdwood
3842M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003843P: Mark Brown
3844M: broonie@opensource.wolfsonmicro.com
3845T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003846L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003847S: Supported
3848
Kumar Gala025c3982006-04-02 16:05:54 -05003849SPI SUBSYSTEM
3850P: David Brownell
3851M: dbrownell@users.sourceforge.net
3852L: spi-devel-general@lists.sourceforge.net
3853S: Maintained
3854
Arnd Bergmannb8154542008-05-16 11:10:59 +02003855SPU FILE SYSTEM
3856P: Jeremy Kerr
3857M: jk@ozlabs.org
3858L: linuxppc-dev@ozlabs.org
3859L: cbe-oss-dev@ozlabs.org
3860W: http://www.ibm.com/developerworks/power/cell/
3861S: Supported
3862
Steven Rostedt855f46a2006-08-05 12:14:50 -07003863STABLE BRANCH:
3864P: Greg Kroah-Hartman
3865M: greg@kroah.com
3866P: Chris Wright
3867M: chrisw@sous-sol.org
3868L: stable@kernel.org
3869S: Maintained
3870
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871SHARP LH SUPPORT (LH7952X & LH7A40X)
3872P: Marc Singer
3873M: elf@buici.com
3874W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003875L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876S: Maintained
3877
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003878SHPC HOTPLUG DRIVER
3879P: Kristen Carlson Accardi
3880M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003881L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003882S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003883
Pierre Ossmand129bce2006-03-24 03:18:17 -08003884SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3885P: Pierre Ossman
3886M: drzeus-sdhci@drzeus.cx
3887L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003888S: Maintained
3889
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003890SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3891P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003892M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003893L: netdev@vger.kernel.org
3894S: Maintained
3895
Chris Boot1a87d942006-07-10 04:45:34 -07003896SOEKRIS NET48XX LED SUPPORT
3897P: Chris Boot
3898M: bootc@bootc.net
3899S: Maintained
3900
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901SPARC (sparc32):
3902P: William L. Irwin
3903M: wli@holomorphy.com
3904L: sparclinux@vger.kernel.org
3905S: Maintained
3906
3907SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3908P: Roger Wolff
3909M: R.E.Wolff@BitWizard.nl
3910L: linux-kernel@vger.kernel.org ?
3911S: Supported
3912
Jim Lewis2752e402006-09-29 02:01:19 -07003913SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003914P: Ishizaki Kou
3915M: kou.ishizaki@toshiba.co.jp
3916P: Jens Osterkamp
3917M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003918L: netdev@vger.kernel.org
3919S: Supported
3920
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921SRM (Alpha) environment access
3922P: Jan-Benedict Glaw
3923M: jbglaw@lug-owl.de
3924L: linux-kernel@vger.kernel.org
3925S: Maintained
3926
3927STARFIRE/DURALAN NETWORK DRIVER
3928P: Ion Badulescu
3929M: ionut@cs.columbia.edu
3930S: Maintained
3931
3932STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3933W: http://mosquitonet.Stanford.EDU/strip.html
3934S: Unsupported ?
3935
3936STRADIS MPEG-2 DECODER DRIVER
3937P: Nathan Laredo
3938M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939W: http://www.stradis.com/
3940S: Maintained
3941
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003942SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943P: Paul Mundt
3944M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003945L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003947T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003948S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949
3950SUN3/3X
3951P: Sam Creasey
3952M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953W: http://sammy.net/sun3/
3954S: Maintained
3955
3956SVGA HANDLING
3957P: Martin Mares
3958M: mj@ucw.cz
3959L: linux-video@atrey.karlin.mff.cuni.cz
3960S: Maintained
3961
3962SYSV FILESYSTEM
3963P: Christoph Hellwig
3964M: hch@infradead.org
3965S: Maintained
3966
Alan Cox4e688522008-04-30 00:52:11 -07003967TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003968P: Balbir Singh
3969M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003970L: linux-kernel@vger.kernel.org
3971S: Maintained
3972
Stephen Hemminger781b4562006-07-10 20:25:29 -07003973TC CLASSIFIER
3974P: Jamal Hadi Salim
3975M: hadi@cyberus.ca
3976L: netdev@vger.kernel.org
3977S: Maintained
3978
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003979TCP LOW PRIORITY MODULE
3980P: Wong Hoi Sing, Edison
3981M: hswong3i@gmail.com
3982P: Hung Hing Lun, Mike
3983M: hlhung3i@gmail.com
3984W: http://tcp-lp-mod.sourceforge.net/
3985S: Maintained
3986
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003987TEHUTI ETHERNET DRIVER
3988P: Alexander Indenbaum
3989M: baum@tehutinetworks.net
3990P: Andy Gospodarek
3991M: andy@greyhouse.net
3992L: netdev@vger.kernel.org
3993S: Supported
3994
Alan Cox4e688522008-04-30 00:52:11 -07003995Telecom Clock Driver for MCPL0010
3996P: Mark Gross
3997M: mark.gross@intel.com
3998S: Supported
3999
4000TENSILICA XTENSA PORT (xtensa):
4001P: Chris Zankel
4002M: chris@zankel.net
4003S: Maintained
4004
4005THINKPAD ACPI EXTRAS DRIVER
4006P: Henrique de Moraes Holschuh
4007M: ibm-acpi@hmh.eng.br
4008L: ibm-acpi-devel@lists.sourceforge.net
4009W: http://ibm-acpi.sourceforge.net
4010W: http://thinkwiki.org/wiki/Ibm-acpi
4011T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4012S: Maintained
4013
Alex Dubov4020f2d2006-10-04 02:15:37 -07004014TI FLASH MEDIA INTERFACE DRIVER
4015P: Alex Dubov
4016M: oakad@yahoo.com
4017S: Maintained
4018
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004019TI OMAP MMC INTERFACE DRIVER
4020P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004021M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004022W: http://linux.omap.com
4023W: http://www.muru.com/linux/omap/
4024S: Maintained
4025
Michael Buesch844dd052006-06-26 00:24:59 -07004026TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4027P: Deepak Saxena
4028M: dsaxena@plexity.net
4029S: Maintained
4030
Per Lidene86eaa32006-01-12 16:45:18 +01004031TIPC NETWORK LAYER
4032P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004033M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004034P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004035M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004036P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004037M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004038L: tipc-discussion@lists.sourceforge.net
4039W: http://tipc.sourceforge.net/
4040W: http://tipc.cslab.ericsson.net/
4041T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4042S: Maintained
4043
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044TLAN NETWORK DRIVER
4045P: Samuel Chessman
4046M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004047L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048W: http://sourceforge.net/projects/tlan/
4049S: Maintained
4050
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051TOSHIBA ACPI EXTRAS DRIVER
4052P: John Belmonte
4053M: toshiba_acpi@memebeam.org
4054W: http://memebeam.org/toys/ToshibaAcpiDriver
4055S: Maintained
4056
4057TOSHIBA SMM DRIVER
4058P: Jonathan Buzzard
4059M: jonathan@buzzard.org.uk
4060L: tlinux-users@tce.toshiba-dme.co.jp
4061W: http://www.buzzard.org.uk/toshiba/
4062S: Maintained
4063
Alan Cox4e688522008-04-30 00:52:11 -07004064TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004065P: Debora Velarde
4066M: debora@linux.vnet.ibm.com
4067P: Rajiv Andrade
4068M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004069W: http://tpmdd.sourceforge.net
4070P: Marcel Selhorst
4071M: tpm@selhorst.net
4072W: http://www.prosec.rub.de/tpm/
4073L: tpmdd-devel@lists.sourceforge.net
4074S: Maintained
4075
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004077P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004078M: trivial@kernel.org
4079L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080S: Maintained
4081
Alan Cox4e688522008-04-30 00:52:11 -07004082TTY LAYER
4083P: Alan Cox
4084M: alan@lxorguk.ukuu.org.uk
4085L: linux-kernel@vger.kernel.org
4086S: Maintained
4087
Grant Grundler740db6d2008-02-17 11:53:49 -07004088TULIP NETWORK DRIVERS
4089P: Grant Grundler
4090M: grundler@parisc-linux.org
4091P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004092M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004093L: netdev@vger.kernel.org
4094S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095
4096TUN/TAP driver
4097P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004098M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099L: vtun@office.satix.net
4100W: http://vtun.sourceforge.net/tun
4101S: Maintained
4102
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004103TURBOCHANNEL SUBSYSTEM
4104P: Maciej W. Rozycki
4105M: macro@linux-mips.org
4106S: Maintained
4107
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108U14-34F SCSI DRIVER
4109P: Dario Ballabio
4110M: ballabio_dario@emc.com
4111L: linux-scsi@vger.kernel.org
4112S: Maintained
4113
Alan Coxcc2020e2008-05-19 14:21:51 +01004114UCLINUX (AND M68KNOMMU)
4115P: Greg Ungerer
4116M: gerg@uclinux.org
4117W: http://www.uclinux.org/
4118L: uclinux-dev@uclinux.org (subscribers-only)
4119S: Maintained
4120
Alan Coxcc2020e2008-05-19 14:21:51 +01004121UCLINUX FOR RENESAS H8/300
4122P: Yoshinori Sato
4123M: ysato@users.sourceforge.jp
4124W: http://uclinux-h8.sourceforge.jp/
4125S: Supported
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004128P: Jan Kara
4129M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130W: http://linux-udf.sourceforge.net
4131S: Maintained
4132
Alan Coxcc2020e2008-05-19 14:21:51 +01004133UFS FILESYSTEM
4134P: Evgeniy Dushistov
4135M: dushistov@mail.ru
4136L: linux-kernel@vger.kernel.org
4137S: Maintained
4138
4139UltraSPARC (sparc64):
4140P: David S. Miller
4141M: davem@davemloft.net
4142L: sparclinux@vger.kernel.org
4143T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4144S: Maintained
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146UNIFORM CDROM DRIVER
4147P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004148M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149L: linux-kernel@vger.kernel.org
4150W: http://www.kernel.dk
4151S: Maintained
4152
4153USB ACM DRIVER
4154P: Oliver Neukum
4155M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004156L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157S: Maintained
4158
4159USB BLOCK DRIVER (UB ub)
4160P: Pete Zaitcev
4161M: zaitcev@redhat.com
4162L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004163L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164S: Supported
4165
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166USB CDC ETHERNET DRIVER
4167P: Greg Kroah-Hartman
4168M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004169L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170S: Maintained
4171W: http://www.kroah.com/linux-usb/
4172
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004173USB CYPRESS C67X00 DRIVER
4174P: Peter Korsgaard
4175M: jacmet@sunsite.dk
4176L: linux-usb@vger.kernel.org
4177S: Maintained
4178
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004179USB DAVICOM DM9601 DRIVER
4180P: Peter Korsgaard
4181M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004182L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004183W: http://www.linux-usb.org/usbnet
4184S: Maintained
4185
Alan Coxcc2020e2008-05-19 14:21:51 +01004186USB DIAMOND RIO500 DRIVER
4187P: Cesar Miquel
4188M: miquel@df.uba.ar
4189L: rio500-users@lists.sourceforge.net
4190W: http://rio500.sourceforge.net
4191S: Maintained
4192
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193USB EHCI DRIVER
4194P: David Brownell
4195M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004196L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004197S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198
Luca Risolia7ce08c92006-01-11 02:06:59 +00004199USB ET61X[12]51 DRIVER
4200P: Luca Risolia
4201M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004202L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004203L: video4linux-list@redhat.com
4204W: http://www.linux-projects.org
4205S: Maintained
4206
David Brownell69ae9e32006-11-14 02:03:31 -08004207USB GADGET/PERIPHERAL SUBSYSTEM
4208P: David Brownell
4209M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004210L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004211W: http://www.linux-usb.org/gadget
4212S: Maintained
4213
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004214USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004215P: Jiri Kosina
4216M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004217L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004218T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219S: Maintained
4220
Olav Kongas959eea22005-11-03 17:38:14 +02004221USB ISP116X DRIVER
4222P: Olav Kongas
4223M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004224L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004225S: Maintained
4226
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227USB KAWASAKI LSI DRIVER
4228P: Oliver Neukum
4229M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004230L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231S: Maintained
4232
4233USB MASS STORAGE DRIVER
4234P: Matthew Dharm
4235M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004236L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004237L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238S: Maintained
4239W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4240
4241USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004242P: David Brownell
4243M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004244L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004245S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246
Matthias Urlichsba460e42005-07-14 00:33:47 -07004247USB OPTION-CARD DRIVER
4248P: Matthias Urlichs
4249M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004250L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004251S: Maintained
4252
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253USB OV511 DRIVER
4254P: Mark McClelland
4255M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004256L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257W: http://alpha.dyndns.org/ov511/
4258S: Maintained
4259
4260USB PEGASUS DRIVER
4261P: Petko Manolov
4262M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004263L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004264L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265W: http://pegasus2.sourceforge.net/
4266S: Maintained
4267
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004268USB PRINTER DRIVER (usblp)
4269P: Pete Zaitcev
4270M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004271L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004272S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273
4274USB RTL8150 DRIVER
4275P: Petko Manolov
4276M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004277L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004278L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279W: http://pegasus2.sourceforge.net/
4280S: Maintained
4281
4282USB SE401 DRIVER
4283P: Jeroen Vreeken
4284M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004285L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286W: http://www.chello.nl/~j.vreeken/se401/
4287S: Maintained
4288
Alan Cox4e688522008-04-30 00:52:11 -07004289USB SERIAL BELKIN F5U103 DRIVER
4290P: William Greathouse
4291M: wgreathouse@smva.com
4292L: linux-usb@vger.kernel.org
4293S: Maintained
4294
4295USB SERIAL CYPRESS M8 DRIVER
4296P: Lonnie Mendez
4297M: dignome@gmail.com
4298L: linux-usb@vger.kernel.org
4299S: Maintained
4300W: http://geocities.com/i0xox0i
4301W: http://firstlight.net/cvs
4302
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303USB SERIAL CYBERJACK DRIVER
4304P: Matthias Bruestle and Harald Welte
4305M: support@reiner-sct.com
4306W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4307S: Maintained
4308
4309USB SERIAL DIGI ACCELEPORT DRIVER
4310P: Peter Berger and Al Borchers
4311M: pberger@brimson.com
4312M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004313L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314S: Maintained
4315
4316USB SERIAL DRIVER
4317P: Greg Kroah-Hartman
4318M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004319L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320S: Supported
4321
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4323P: Gary Brubaker
4324M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004325L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326S: Maintained
4327
4328USB SERIAL KEYSPAN DRIVER
4329P: Greg Kroah-Hartman
4330M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004331L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332W: http://www.kroah.com/linux/
4333S: Maintained
4334
4335USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004336P: Support Department
4337M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339W: http://www.connecttech.com
4340S: Supported
4341
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004342USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343P: Luca Risolia
4344M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004345L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004346L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347W: http://www.linux-projects.org
4348S: Maintained
4349
4350USB SUBSYSTEM
4351P: Greg Kroah-Hartman
4352M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004353L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004355T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356S: Supported
4357
4358USB UHCI DRIVER
4359P: Alan Stern
4360M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004361L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362S: Maintained
4363
David Brownell69ae9e32006-11-14 02:03:31 -08004364USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365P: David Brownell
4366M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004367L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004368W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369S: Maintained
4370
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004371USB VIDEO CLASS
4372P: Laurent Pinchart
4373M: laurent.pinchart@skynet.be
4374L: linx-uvc-devel@berlios.de
4375L: video4linux-list@redhat.com
4376W: http://linux-uvc.berlios.de
4377S: Maintained
4378
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379USB W996[87]CF DRIVER
4380P: Luca Risolia
4381M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004382L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004383L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384W: http://www.linux-projects.org
4385S: Maintained
4386
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004387USB WIRELESS RNDIS DRIVER (rndis_wlan)
4388P: Jussi Kivilinna
4389M: jussi.kivilinna@mbnet.fi
4390L: linux-wireless@vger.kernel.org
4391S: Maintained
4392
Luca Risolia60f78052006-02-06 16:29:35 +00004393USB ZC0301 DRIVER
4394P: Luca Risolia
4395M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004396L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004397L: video4linux-list@redhat.com
4398W: http://www.linux-projects.org
4399S: Maintained
4400
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401USB ZD1201 DRIVER
4402P: Jeroen Vreeken
4403M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004404L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405W: http://linux-lc100020.sourceforge.net
4406S: Maintained
4407
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004408USB ZR364XX DRIVER
4409P: Antoine Jacquet
4410M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004411L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004412L: video4linux-list@redhat.com
4413W: http://royale.zerezo.com/zr364xx/
4414S: Maintained
4415
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416USER-MODE LINUX
4417P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004418M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419L: user-mode-linux-devel@lists.sourceforge.net
4420L: user-mode-linux-user@lists.sourceforge.net
4421W: http://user-mode-linux.sourceforge.net
4422S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004423
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004424USERSPACE I/O (UIO)
4425P: Hans J. Koch
4426M: hjk@linutronix.de
4427P: Greg Kroah-Hartman
4428M: gregkh@suse.de
4429L: linux-kernel@vger.kernel.org
4430S: Maintained
4431
Karel Zakf899b0a2008-05-23 13:04:21 -07004432UTIL-LINUX-NG PACKAGE
4433P: Karel Zak
4434M: kzak@redhat.com
4435L: util-linux-ng@vger.kernel.org
4436W: http://kernel.org/~kzak/util-linux-ng/
4437T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4438S: Maintained
4439
Alan Cox4e688522008-04-30 00:52:11 -07004440VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441P: OGAWA Hirofumi
4442M: hirofumi@mail.parknet.co.jp
4443L: linux-kernel@vger.kernel.org
4444S: Maintained
4445
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446VIA RHINE NETWORK DRIVER
4447P: Roger Luethi
4448M: rl@hellgate.ch
4449S: Maintained
4450
Jean Delvare32c0a522005-09-22 21:47:58 +02004451VIAPRO SMBUS DRIVER
4452P: Jean Delvare
4453M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004454L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004455S: Maintained
4456
Francois Romieu01f20732007-01-26 00:57:17 -08004457VIA VELOCITY NETWORK DRIVER
4458P: Francois Romieu
4459M: romieu@fr.zoreil.com
4460L: netdev@vger.kernel.org
4461S: Maintained
4462
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004464P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004465M: mchehab@infradead.org
4466M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004467L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004468W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004469T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004470S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004471
Patrick McHardybe7f8272007-10-23 20:26:36 -07004472VLAN (802.1Q)
4473P: Patrick McHardy
4474M: kaber@trash.net
4475L: netdev@vger.kernel.org
4476S: Maintained
4477
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004478VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4479P: Liam Girdwood
4480M: lg@opensource.wolfsonmicro.com
4481P: Mark Brown
4482M: broonie@opensource.wolfsonmicro.com
4483W: http://opensource.wolfsonmicro.com/node/15
4484T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4485S: Supported
4486
Juerg Haefligerab413192006-09-24 20:54:04 +02004487VT1211 HARDWARE MONITOR DRIVER
4488P: Juerg Haefliger
4489M: juergh@gmail.com
4490L: lm-sensors@lm-sensors.org
4491S: Maintained
4492
Roger Lucas1de9e372005-11-26 20:20:05 +01004493VT8231 HARDWARE MONITOR DRIVER
4494P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004495M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004496L: lm-sensors@lm-sensors.org
4497S: Maintained
4498
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499W1 DALLAS'S 1-WIRE BUS
4500P: Evgeniy Polyakov
4501M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004502S: Maintained
4503
Charles Spirakis13927072006-07-05 18:05:15 +02004504W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004505P: Marc Hulsman
4506M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004507L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004508S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004509
Rudolf Marek61db0112006-12-12 18:18:30 +01004510W83793 HARDWARE MONITORING DRIVER
4511P: Rudolf Marek
4512M: r.marek@assembler.cz
4513L: lm-sensors@lm-sensors.org
4514S: Maintained
4515
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516W83L51xD SD/MMC CARD INTERFACE DRIVER
4517P: Pierre Ossman
4518M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004519L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520S: Maintained
4521
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004522WATCHDOG DEVICE DRIVERS
4523P: Wim Van Sebroeck
4524M: wim@iguana.be
4525T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4526S: Maintained
4527
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4529P: Jean Tourrilhes
4530M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004531L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004532W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4533S: Maintained
4534
4535WD7000 SCSI DRIVER
4536P: Miroslav Zagorac
4537M: zaga@fly.cc.fer.hr
4538L: linux-scsi@vger.kernel.org
4539S: Maintained
4540
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004541WISTRON LAPTOP BUTTON DRIVER
4542P: Miloslav Trmac
4543M: mitr@volny.cz
4544S: Maintained
4545
Linus Torvalds1da177e2005-04-16 15:20:36 -07004546WL3501 WIRELESS PCMCIA CARD DRIVER
4547P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004548M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004549L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004550W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551S: Maintained
4552
Mark Brownfebf1df2008-04-02 00:51:09 -04004553WM97XX TOUCHSCREEN DRIVERS
4554P: Mark Brown
4555M: broonie@opensource.wolfsonmicro.com
4556P: Liam Girdwood
4557M: liam.girdwood@wolfsonmicro.com
4558L: linux-input@vger.kernel.org
4559T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4560W: http://opensource.wolfsonmicro.com/node/7
4561S: Supported
4562
Linus Torvalds1da177e2005-04-16 15:20:36 -07004563X.25 NETWORK LAYER
4564P: Henner Eisen
4565M: eis@baty.hanse.de
4566L: linux-x25@vger.kernel.org
4567S: Maintained
4568
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004569XEN HYPERVISOR INTERFACE
4570P: Jeremy Fitzhardinge
4571M: jeremy@xensource.com
4572P: Chris Wright
4573M: chrisw@sous-sol.org
4574L: virtualization@lists.osdl.org
4575L: xen-devel@lists.xensource.com
4576S: Supported
4577
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578XFS FILESYSTEM
4579P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004580P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004582L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004584T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585S: Supported
4586
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004587XILINX SYSTEMACE DRIVER
4588P: Grant Likely
4589M: grant.likely@secretlab.ca
4590W: http://www.secretlab.ca/
4591L: linux-kernel@vger.kernel.org
4592S: Maintained
4593
Peter Korsgaard238b8722006-12-06 20:35:17 -08004594XILINX UARTLITE SERIAL DRIVER
4595P: Peter Korsgaard
4596M: jacmet@sunsite.dk
4597L: linux-serial@vger.kernel.org
4598S: Maintained
4599
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004600X86 ARCHITECTURE (32-BIT AND 64-BIT)
4601P: Thomas Gleixner
4602M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603P: Ingo Molnar
4604M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004605P: H. Peter Anvin
4606M: hpa@zytor.com
4607L: linux-kernel@vger.kernel.org
4608T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004609S: Maintained
4610
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611YAM DRIVER FOR AX.25
4612P: Jean-Paul Roubelat
4613M: jpr@f6fbb.org
4614L: linux-hams@vger.kernel.org
4615S: Maintained
4616
Henkaf64a5e2005-10-12 15:02:56 +02004617YEALINK PHONE DRIVER
4618P: Henk Vergonet
4619M: Henk.Vergonet@gmail.com
4620L: usbb2k-api-dev@nongnu.org
4621S: Maintained
4622
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623Z8530 DRIVER FOR AX.25
4624P: Joerg Reuter
4625M: jreuter@yaina.de
4626W: http://yaina.de/jreuter/
4627W: http://www.qsl.net/dl1bke/
4628L: linux-hams@vger.kernel.org
4629S: Maintained
4630
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004631ZD1211RW WIRELESS DRIVER
4632P: Daniel Drake
4633M: dsd@gentoo.org
4634P: Ulrich Kunitz
4635M: kune@deine-taler.de
4636W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004637L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004638L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4639S: Maintained
4640
Linus Torvalds1da177e2005-04-16 15:20:36 -07004641ZR36067 VIDEO FOR LINUX DRIVER
4642P: Ronald Bultje
4643M: rbultje@ronald.bitfreak.net
4644L: mjpeg-users@lists.sourceforge.net
4645W: http://mjpeg.sourceforge.net/driver-zoran/
4646S: Maintained
4647
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004648ZS DECSTATION Z85C30 SERIAL DRIVER
4649P: Maciej W. Rozycki
4650M: macro@linux-mips.org
4651S: Maintained
4652
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653THE REST
4654P: Linus Torvalds
4655S: Buried alive in reporters