blob: 676f0f81b9e1bf43b6130a17a38cc35131d388fb [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
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001053W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001123W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113P: 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
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700166AACRAID SCSI RAID DRIVER
167P: Adaptec OEM Raid Solutions
168M: aacraid@adaptec.com
169L: linux-scsi@vger.kernel.org
170W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171S: Supported
172
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700173ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200174P: Hans de Goede
175M: j.w.r.degoede@hhs.nl
176L: lm-sensors@lm-sensors.org
177S: Maintained
178
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700179ABIT UGURU 3 HARDWARE MONITOR DRIVER
180P: Alistair John Strachan
181M: alistair@devzero.co.uk
182L: lm-sensors@lm-sensors.org
183S: Maintained
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185ACENIC DRIVER
186P: Jes Sorensen
187M: jes@trained-monkey.org
188L: linux-acenic@sunsite.dk
189S: Maintained
190
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000191ACER WMI LAPTOP EXTRAS
192P: Carlos Corbacho
193M: carlos@strangeworlds.co.uk
194L: aceracpi@googlegroups.com (subscribers-only)
195W: http://code.google.com/p/aceracpi
196S: Maintained
197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200199P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500200M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500201L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400202W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800203T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500204S: Supported
205
206ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400207P: Alexey Starikovskiy
208M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500209L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300210W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500211S: Supported
212
213ACPI EC DRIVER
214P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400215M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500216L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300217W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500218S: Supported
219
220ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400221P: Zhang Rui
222M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500223L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300224W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500225S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700227ACPI PCI HOTPLUG DRIVER
228P: Kristen Carlson Accardi
229M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700230L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500231S: Supported
232
233ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400234P: Zhang Rui
235M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500236L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300237W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500238S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700239
Len Brown359acec2007-02-10 01:59:24 -0500240ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400241P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400242M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500243L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300244W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500245S: Supported
246
Carlos Corbachobff431e2008-02-05 02:17:04 +0000247ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200248P: Carlos Corbacho
249M: carlos@strangeworlds.co.uk
250L: linux-acpi@vger.kernel.org
251W: http://www.lesswatts.org/projects/acpi/
252S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000253
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100254AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200255P: Kyle McMartin
256M: kyle@mcmartin.ca
257P: Thibaut Varene
258M: T-Bone@parisc-linux.org
259W: http://wiki.parisc-linux.org/AD1889
260L: linux-parisc@vger.kernel.org
261S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100262
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263ADM1025 HARDWARE MONITOR DRIVER
264P: Jean Delvare
265M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200266L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267S: Maintained
268
Corentin Labbecae2caa2007-02-14 21:15:04 +0100269ADM1029 HARDWARE MONITOR DRIVER
270P: Corentin Labbe
271M: corentin.labbe@geomatys.fr
272L: lm-sensors@lm-sensors.org
273S: Maintained
274
Michael Wucc0b88c2007-08-31 01:15:25 -0400275ADM8211 WIRELESS DRIVER
276P: Michael Wu
277M: flamingice@sourmilk.net
278L: linux-wireless@vger.kernel.org
279W: http://linuxwireless.org/
280T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
281S: Maintained
282
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283ADT746X FAN DRIVER
284P: Colin Leroy
285M: colin@colino.net
286S: Maintained
287
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400288ADVANSYS SCSI DRIVER
289P: Matthew Wilcox
290M: matthew@wil.cx
291L: linux-scsi@vger.kernel.org
292S: Maintained
293
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294AEDSP16 DRIVER
295P: Riccardo Facchetti
296M: fizban@tin.it
297S: Maintained
298
299AFFS FILE SYSTEM
300P: Roman Zippel
301M: zippel@linux-m68k.org
302S: Maintained
303
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700304AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
305P: David Howells
306M: dhowells@redhat.com
307L: linux-afs@lists.infradead.org
308S: Supported
309
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400311P: David Airlie
312M: airlied@linux.ie
313T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314S: Maintained
315
316AHA152X SCSI DRIVER
317P: Juergen E. Fischer
318M: Juergen Fischer <fischer@norbit.de>
319L: linux-scsi@vger.kernel.org
320S: Maintained
321
Hannes Reinecke64624d42007-10-19 10:32:29 +0200322AIC7XXX / AIC79XX SCSI DRIVER
323P: Hannes Reinecke
324M: hare@suse.de
325L: linux-scsi@vger.kernel.org
326S: Maintained
327
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700328AIO
329P: Benjamin LaHaise
330M: bcrl@kvack.org
331L: linux-aio@kvack.org
332S: Supported
333
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334ALCATEL SPEEDTOUCH USB DRIVER
335P: Duncan Sands
336M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700337L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338W: http://www.linux-usb.org/SpeedTouch/
339S: Maintained
340
Pierre Ossman272f1332007-05-14 21:25:26 +0200341ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200342P: Manuel Lauss
343M: manuel.lauss@gmail.com
344S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200345
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000346ALI1563 I2C DRIVER
347P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100348M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200349L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000350S: Maintained
351
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352ALPHA PORT
353P: Richard Henderson
354M: rth@twiddle.net
355S: Odd Fixes for 2.4; Maintained for 2.6.
356P: Ivan Kokshaysky
357M: ink@jurassic.park.msu.ru
358S: Maintained for 2.4; PCI support for 2.6.
359
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700360AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
361P: Thomas Dahlmann
362M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700363L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700364S: Supported
365
Jordan Crousef90b8112006-01-06 00:12:14 -0800366AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100367P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700368L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800369W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
370S: Supported
371
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200372AMD IOMMU (AMD-VI)
373P: Joerg Roedel
374M: joerg.roedel@amd.com
375L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200376T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200377S: Supported
378
Peter Orubae7f5b302008-07-28 18:44:11 +0200379AMD MICROCODE UPDATE SUPPORT
380P: Peter Oruba
381M: peter.oruba@amd.com
382S: Supported
383
Stelian Pop284f42b2006-12-12 18:18:31 +0100384AMS (Apple Motion Sensor) DRIVER
385P: Stelian Pop
386M: stelian@popies.net
387P: Michael Hanselmann
388M: linux-kernel@hansmi.ch
389S: Supported
390
Tom Tuckerf94b5332006-09-22 15:22:48 -0700391AMSO1100 RNIC DRIVER
392P: Tom Tucker
393M: tom@opengridcomputing.com
394P: Steve Wise
395M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700396L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700397S: Maintained
398
Johannes Berg42269062006-07-25 16:15:50 +0200399AOA (Apple Onboard Audio) ALSA DRIVER
400P: Johannes Berg
401M: johannes@sipsolutions.net
402L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200403L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200404S: Maintained
405
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406APM DRIVER
407P: Stephen Rothwell
408M: sfr@canb.auug.org.au
409L: linux-laptop@vger.kernel.org
410W: http://www.canb.auug.org.au/~sfr/
411S: Supported
412
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700413APPLE BCM5974 MULTITOUCH DRIVER
414P: Henrik Rydberg
415M: rydberg@euromail.se
416L: linux-input@vger.kernel.org
417S: Maintained
418
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700419APPLE SMC DRIVER
420P: Nicolas Boichat
421M: nicolas@boichat.ch
422L: mactel-linux-devel@lists.sourceforge.net
423S: Maintained
424
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425APPLETALK NETWORK LAYER
426P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300427M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428S: Maintained
429
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400430APPLETOUCH TOUCHPAD DRIVER
431P: Johannes Berg
432M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400433L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400434S: Maintained
435
Jaya Kumar1154ea72005-06-21 17:17:04 -0700436ARC FRAMEBUFFER DRIVER
437P: Jaya Kumar
438M: jayalk@intworks.biz
439S: Maintained
440
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441ARM MFM AND FLOPPY DRIVERS
442P: Ian Molton
443M: spyro@f2s.com
444S: Maintained
445
Russell King2761f5c2007-05-24 06:56:08 +0200446ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200447S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200448
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800449ARM/ADI ROADRUNNER MACHINE SUPPORT
450P: Lennert Buytenhek
451M: kernel@wantstofly.org
452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S: Maintained
454
455ARM/ADS SPHERE MACHINE SUPPORT
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S: Maintained
460
Sergey Lapin9c784f92008-08-03 02:29:48 +0100461ARM/AFEB9260 MACHINE SUPPORT
462P: Sergey Lapin
463M: slapin@ossfans.org
464L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
465S: Maintained
466
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800467ARM/AJECO 1ARM MACHINE SUPPORT
468P: Lennert Buytenhek
469M: kernel@wantstofly.org
470L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
471S: Maintained
472
Andrew Victord4a89c72006-12-04 13:56:21 +0100473ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200474P: Andrew Victor
475M: linux@maxim.org.za
476L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
477W: http://maxim.org.za/at91_26.html
478S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100479
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800480ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
481P: Lennert Buytenhek
482M: kernel@wantstofly.org
483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484S: Maintained
485
486ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
487P: Lennert Buytenhek
488M: kernel@wantstofly.org
489L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
490S: Maintained
491
Mike Rapoportd48134e2008-08-20 09:03:26 +0100492ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100493P: Mike Rapoport
494M: mike@compulab.co.il
495L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
496S: Maintained
497
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498ARM/CORGI MACHINE SUPPORT
499P: Richard Purdie
500M: rpurdie@rpsys.net
501S: Maintained
502
Russell Kinga9da4f72008-07-12 21:42:04 +0100503ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
504P: Daniel Ribeiro
505M: drwyrm@gmail.com
506P: Stefan Schmidt
507M: stefan@openezx.org
508P: Harald Welte
509M: laforge@openezx.org
510L: openezx-devel@lists.openezx.org (subscribers-only)
511W: http://www.openezx.org/
512S: Maintained
513
Sascha Hauer86183a52008-07-24 23:50:35 +0200514ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
515P: Sascha Hauer
516M: kernel@pengutronix.de
517L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
518S: Maintained
519
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800520ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
521P: Lennert Buytenhek
522M: kernel@wantstofly.org
523L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524S: Maintained
525
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100526ARM/GUMSTIX MACHINE SUPPORT
527P: Steve Sakoman
528M: sakoman@gmail.com
529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
530S: Maintained
531
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100532ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200533P: Kristoffer Ericson
534M: kristoffer.ericson@gmail.com
535W: www.jlime.com
536S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100537
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800538ARM/INTEL IOP32X ARM ARCHITECTURE
539P: Lennert Buytenhek
540M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100541P: Dan Williams
542M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800543L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100544S: Supported
545
546ARM/INTEL IOP33X ARM ARCHITECTURE
547P: Dan Williams
548M: dan.j.williams@intel.com
549L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800551
552ARM/INTEL IOP13XX ARM ARCHITECTURE
553P: Lennert Buytenhek
554M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100555P: Dan Williams
556M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100558S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559
560ARM/INTEL IQ81342EX MACHINE SUPPORT
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 IXP2000 ARM ARCHITECTURE
569P: Lennert Buytenhek
570M: kernel@wantstofly.org
571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572S: Maintained
573
574ARM/INTEL IXDP2850 MACHINE SUPPORT
575P: Lennert Buytenhek
576M: kernel@wantstofly.org
577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578S: Maintained
579
580ARM/INTEL IXP23XX ARM ARCHITECTURE
581P: Lennert Buytenhek
582M: kernel@wantstofly.org
583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584S: Maintained
585
586ARM/INTEL XSC3 (MANZANO) ARM CORE
587P: Lennert Buytenhek
588M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100589P: Dan Williams
590M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100592S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593
594ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
600ARM/LOGICPD PXA270 MACHINE SUPPORT
601P: Lennert Buytenhek
602M: kernel@wantstofly.org
603L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
604S: Maintained
605
Philipp Zabel3b8861712008-07-09 21:27:15 +0100606ARM/MAGICIAN MACHINE SUPPORT
607P: Philipp Zabel
608M: philipp.zabel@gmail.com
609S: Maintained
610
Dirk Opfer8459c152005-11-06 14:27:52 +0000611ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100612P: Dmitry Baryshkov
613M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000614P: Dirk Opfer
615M: dirk@opfer-online.de
616S: Maintained
617
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100618ARM/PALMTX SUPPORT
619P: Marek Vasut
620M: marek.vasut@gmail.com
621W: http://hackndev.com
622S: Maintained
623
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100624ARM/PALMZ72 SUPPORT
625P: Sergey Lapin
626M: slapin@ossfans.org
627W: http://hackndev.com
628S: Maintained
629
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630ARM/PLEB SUPPORT
631P: Peter Chubb
632M: pleb@gelato.unsw.edu.au
633W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
634S: Maintained
635
636ARM/PT DIGITAL BOARD PORT
637P: Stefan Eletzhofer
638M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700639L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640W: http://www.arm.linux.org.uk/
641S: Maintained
642
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800643ARM/RADISYS ENP2611 MACHINE SUPPORT
644P: Lennert Buytenhek
645M: kernel@wantstofly.org
646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
647S: Maintained
648
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649ARM/SHARK MACHINE SUPPORT
650P: Alexander Schulz
651M: alex@shark-linux.de
652W: http://www.shark-linux.de/shark.html
653S: Maintained
654
655ARM/STRONGARM110 PORT
656P: Russell King
657M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700658L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659W: http://www.arm.linux.org.uk/
660S: Maintained
661
662ARM/S3C2410 ARM ARCHITECTURE
663P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800664M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666W: http://www.fluff.org/ben/linux/
667S: Maintained
668
669ARM/S3C2440 ARM ARCHITECTURE
670P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800671M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673W: http://www.fluff.org/ben/linux/
674S: Maintained
675
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800676ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
677P: Lennert Buytenhek
678M: kernel@wantstofly.org
679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
680S: Maintained
681
682ARM/THECUS N2100 MACHINE SUPPORT
683P: Lennert Buytenhek
684M: kernel@wantstofly.org
685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
686S: Maintained
687
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688ARPD SUPPORT
689P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700690L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691S: Maintained
692
693ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500694P: Corentin Chary
695M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696P: Karol Kozimor
697M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698L: acpi4asus-user@lists.sourceforge.net
699W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500700W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701S: Maintained
702
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400703ASUS ASB100 HARDWARE MONITOR DRIVER
704P: Mark M. Hoffman
705M: mhoffman@lightlink.com
706L: lm-sensors@lm-sensors.org
707S: Maintained
708
Corentin Chary85091b72007-01-26 14:04:30 +0100709ASUS LAPTOP EXTRAS DRIVER
710P: Corentin Chary
711M: corentincj@iksaif.net
712L: acpi4asus-user@lists.sourceforge.net
713W: http://sourceforge.net/projects/acpi4asus
714W: http://xf.iksaif.net/acpi4asus
715S: Maintained
716
Dan Williamsb3e5f262007-08-07 10:26:35 -0700717ASYNCHRONOUS TRANSFERS/TRANSFORMS API
718P: Dan Williams
719M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100720P: Maciej Sosnowski
721M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700722L: linux-kernel@vger.kernel.org
723W: http://sourceforge.net/projects/xscaleiop
724S: Supported
725
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726ATA OVER ETHERNET DRIVER
727P: Ed L. Cashin
728M: ecashin@coraid.com
729W: http://www.coraid.com/support/linux
730S: Supported
731
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200732ATHEROS ATH5K WIRELESS DRIVER
733P: Jiri Slaby
734M: jirislaby@gmail.com
735P: Nick Kossifidis
736M: mickflemm@gmail.com
737P: Luis R. Rodriguez
738M: mcgrof@gmail.com
739L: linux-wireless@vger.kernel.org
740L: ath5k-devel@lists.ath5k.org
741S: Maintained
742
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700743ATHEROS ATH9K WIRELESS DRIVER
744P: Luis R. Rodriguez
745M: lrodriguez@atheros.com
746P: Jouni Malinen
747M: jmalinen@atheros.com
748L: linux-wireless@vger.kernel.org
749L: ath9k-devel@lists.ath9k.org
750S: Supported
751
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000752ATI_REMOTE2 DRIVER
753P: Ville Syrjala
754M: syrjala@sci.fi
755S: Maintained
756
Chris Snook7ae115b2008-09-09 03:26:57 -0400757ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600758P: Jay Cliburn
759M: jcliburn@gmail.com
760P: Chris Snook
761M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400762P: Jie Yang
763M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600764L: atl1-devel@lists.sourceforge.net
765W: http://sourceforge.net/projects/atl1
766W: http://atl1.sourceforge.net
767S: Maintained
768
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769ATM
770P: Chas Williams
771M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700772L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773W: http://linux-atm.sourceforge.net
774S: Maintained
775
Pierre Ossman272f1332007-05-14 21:25:26 +0200776ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200777P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800778M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200779L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
780W: http://www.atmel.com/products/AT91/
781W: http://www.at91.com/
782S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200783
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800784ATMEL AT91 / AT32 SERIAL DRIVER
785P: Haavard Skinnemoen
786M: hskinnemoen@atmel.com
787L: linux-kernel@vger.kernel.org
788S: Supported
789
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800790ATMEL LCDFB DRIVER
791P: Nicolas Ferre
792M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800793L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800794S: Maintained
795
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100796ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100797P: Haavard Skinnemoen
798M: hskinnemoen@atmel.com
799S: Supported
800
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800801ATMEL SPI DRIVER
802P: Haavard Skinnemoen
803M: hskinnemoen@atmel.com
804S: Supported
805
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700806ATMEL USBA UDC DRIVER
807P: Haavard Skinnemoen
808M: hskinnemoen@atmel.com
809L: kernel@avr32linux.org
810W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
811S: Supported
812
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813ATMEL WIRELESS DRIVER
814P: Simon Kelley
815M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700816L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817W: http://www.thekelleys.org.uk/atmel
818W: http://atmelwlandriver.sourceforge.net/
819S: Maintained
820
Chris Wrighta92b7b82005-07-07 18:12:23 -0700821AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400822P: Al Viro
823M: viro@zeniv.linux.org.uk
824P: Eric Paris
825M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700826L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100827W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400828T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700829S: Maintained
830
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800831AUXILIARY DISPLAY DRIVERS
832P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700833M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800834L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700835W: http://miguelojeda.es/auxdisplay.htm
836W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800837S: Maintained
838
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700839AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700840P: Haavard Skinnemoen
841M: hskinnemoen@atmel.com
842W: http://www.atmel.com/products/AVR32/
843W: http://avr32linux.org/
844W: http://avrfreaks.net/
845S: Supported
846
847AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700848P: Haavard Skinnemoen
849M: hskinnemoen@atmel.com
850S: Supported
851
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852AX.25 NETWORK LAYER
853P: Ralf Baechle
854M: ralf@linux-mips.org
855L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200856W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857S: Maintained
858
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700859B43 WIRELESS DRIVER
860P: Michael Buesch
861M: mb@bu3sch.de
862P: Stefano Brivio
863M: stefano.brivio@polimi.it
864L: linux-wireless@vger.kernel.org
865W: http://linuxwireless.org/en/users/Drivers/b43
866S: Maintained
867
868B43LEGACY WIRELESS DRIVER
869P: Larry Finger
870M: Larry.Finger@lwfinger.net
871P: Stefano Brivio
872M: stefano.brivio@polimi.it
873L: linux-wireless@vger.kernel.org
874W: http://linuxwireless.org/en/users/Drivers/b43
875S: Maintained
876
Richard Purdie300abeb2007-02-07 22:21:07 +0000877BACKLIGHT CLASS/SUBSYSTEM
878P: Richard Purdie
879M: rpurdie@rpsys.net
880S: Maintained
881
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700882BAYCOM/HDLCDRV DRIVERS FOR AX.25
883P: Thomas Sailer
884M: t.sailer@alumni.ethz.ch
885L: linux-hams@vger.kernel.org
886W: http://www.baycom.org/~tom/ham/ham.html
887S: Maintained
888
889BEFS FILE SYSTEM
890P: Sergey S. Kostyliov
891M: rathamahata@php4.ru
892L: linux-kernel@vger.kernel.org
893S: Maintained
894
895BFS FILE SYSTEM
896P: Tigran A. Aivazian
897M: tigran@aivazian.fsnet.co.uk
898L: linux-kernel@vger.kernel.org
899S: Maintained
900
Bryan Wu1394f032007-05-06 14:50:22 -0700901BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800902P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800903M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800904L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
905W: http://blackfin.uclinux.org
906S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700907
Bryan Wue190d6b2007-07-17 14:43:44 +0800908BLACKFIN EMAC DRIVER
909P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800910M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800911L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
912W: http://blackfin.uclinux.org
913S: Supported
914
Mike Frysinger566da5b2007-06-11 15:31:30 +0800915BLACKFIN RTC DRIVER
916P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800917M: vapier.adi@gmail.com
918L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
919W: http://blackfin.uclinux.org
920S: Supported
921
Bryan Wu1394f032007-05-06 14:50:22 -0700922BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800923P: Sonic Zhang
924M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800925L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
926W: http://blackfin.uclinux.org
927S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700928
Bryan Wu1e6d3202007-07-15 02:50:02 +0800929BLACKFIN WATCHDOG DRIVER
930P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800931M: vapier.adi@gmail.com
932L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
933W: http://blackfin.uclinux.org
934S: Supported
935
Bryan Wud24ecfc2007-05-01 23:26:32 +0200936BLACKFIN I2C TWI DRIVER
937P: Sonic Zhang
938M: sonic.zhang@analog.com
939L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
940W: http://blackfin.uclinux.org/
941S: Supported
942
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943BLOCK LAYER
944P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200945M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800947T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948S: Maintained
949
Joern Engel2b54aae2008-02-06 01:38:02 -0800950BLOCK2MTD DRIVER
951P: Joern Engel
952M: joern@lazybastard.org
953L: linux-mtd@lists.infradead.org
954S: Maintained
955
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200956BLUETOOTH DRIVERS
957P: Marcel Holtmann
958M: marcel@holtmann.org
959L: linux-bluetooth@vger.kernel.org
960W: http://www.bluez.org/
961S: Maintained
962
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963BLUETOOTH SUBSYSTEM
964P: Marcel Holtmann
965M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700966L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200967W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800968T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969S: Maintained
970
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100972P: Jay Vosburgh
973M: fubar@us.ibm.com
974L: bonding-devel@lists.sourceforge.net
975W: http://sourceforge.net/projects/bonding/
976S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
Gary Zambrano39105892006-06-22 17:26:20 -0700978BROADCOM B44 10/100 ETHERNET DRIVER
979P: Gary Zambrano
980M: zambrano@broadcom.com
981L: netdev@vger.kernel.org
982S: Supported
983
Michael Chan948c51e2006-06-04 02:51:39 -0700984BROADCOM BNX2 GIGABIT ETHERNET DRIVER
985P: Michael Chan
986M: mchan@broadcom.com
987L: netdev@vger.kernel.org
988S: Supported
989
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800990BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700991P: Eilon Greenstein
992M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800993L: netdev@vger.kernel.org
994S: Supported
995
Michael Chan948c51e2006-06-04 02:51:39 -0700996BROADCOM TG3 GIGABIT ETHERNET DRIVER
997P: Michael Chan
998M: mchan@broadcom.com
999L: netdev@vger.kernel.org
1000S: Supported
1001
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001002BSG (block layer generic sg v4 driver)
1003P: FUJITA Tomonori
1004M: fujita.tomonori@lab.ntt.co.jp
1005L: linux-scsi@vger.kernel.org
1006S: Supported
1007
Michael Bueschff1d5c22008-07-25 01:46:10 -07001008BT8XXGPIO DRIVER
1009P: Michael Buesch
1010M: mb@bu3sch.de
1011W: http://bu3sch.de/btgpio.php
1012S: Maintained
1013
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001015P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001016M: mchehab@infradead.org
1017M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001019W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001020T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001021S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022
Jonathan Corbet77d51402007-03-22 19:44:17 -03001023CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001024P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001025M: corbet@lwn.net
1026L: video4linux-list@redhat.com
1027S: Maintained
1028
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001029CALGARY x86-64 IOMMU
1030P: Muli Ben-Yehuda
1031M: muli@il.ibm.com
1032P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001033M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001034L: linux-kernel@vger.kernel.org
1035L: discuss@x86-64.org
1036S: Maintained
1037
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001038CAN NETWORK LAYER
1039P: Urs Thuermann
1040M: urs.thuermann@volkswagen.de
1041P: Oliver Hartkopp
1042M: oliver.hartkopp@volkswagen.de
1043L: socketcan-core@lists.berlios.de (subscribers-only)
1044W: http://developer.berlios.de/projects/socketcan/
1045S: Maintained
1046
Arnd Bergmannb8154542008-05-16 11:10:59 +02001047CELL BROADBAND ENGINE ARCHITECTURE
1048P: Arnd Bergmann
1049M: arnd@arndb.de
1050L: linuxppc-dev@ozlabs.org
1051L: cbe-oss-dev@ozlabs.org
1052W: http://www.ibm.com/developerworks/power/cell/
1053S: Supported
1054
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001055CFAG12864B LCD DRIVER
1056P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001057M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001058L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001059W: http://miguelojeda.es/auxdisplay.htm
1060W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001061S: Maintained
1062
1063CFAG12864BFB LCD FRAMEBUFFER DRIVER
1064P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001065M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001066L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001067W: http://miguelojeda.es/auxdisplay.htm
1068W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001069S: Maintained
1070
Johannes Berg704232c2007-04-23 12:20:05 -07001071CFG80211 and NL80211
1072P: Johannes Berg
1073M: johannes@sipsolutions.net
1074L: linux-wireless@vger.kernel.org
1075S: Maintained
1076
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001077CHECKPATCH
1078P: Andy Whitcroft
1079M: apw@shadowen.org
1080P: Randy Dunlap
1081M: rdunlap@xenotime.net
1082P: Joel Schopp
1083M: jschopp@austin.ibm.com
1084S: Supported
1085
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001086CISCO 10G ETHERNET DRIVER
1087P: Scott Feldman
1088M: scofeldm@cisco.com
1089P: Joe Eykholt
1090M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001091S: Supported
1092
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001093CIRRUS LOGIC EP93XX ETHERNET DRIVER
1094P: Lennert Buytenhek
1095M: kernel@wantstofly.org
1096L: netdev@vger.kernel.org
1097S: Maintained
1098
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001099CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1100P: Lennert Buytenhek
1101M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001102L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001103S: Maintained
1104
Timur Tabid9e9d822008-04-24 08:45:26 +10001105CIRRUS LOGIC CS4270 SOUND DRIVER
1106P: Timur Tabi
1107M: timur@freescale.com
1108L: alsa-devel@alsa-project.org
1109S: Supported
1110
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1112P: Cirrus Logic Corporation (kernel 2.2 driver)
1113M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1114P: Nils Faerber (port to kernel 2.4)
1115M: Nils Faerber <nils@kernelconcepts.de>
1116S: Maintained
1117
1118CODA FILE SYSTEM
1119P: Jan Harkes
1120M: jaharkes@cs.cmu.edu
1121M: coda@cs.cmu.edu
1122L: codalist@coda.cs.cmu.edu
1123W: http://www.coda.cs.cmu.edu/
1124S: Maintained
1125
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001126COMMON INTERNET FILE SYSTEM (CIFS)
1127P: Steve French
1128M: sfrench@samba.org
1129L: linux-cifs-client@lists.samba.org
1130L: samba-technical@lists.samba.org
1131W: http://linux-cifs.samba.org/
1132T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1133S: Supported
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135COMPACTPCI HOTPLUG CORE
1136P: Scott Murray
1137M: scottm@somanetworks.com
1138M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001139L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140S: Supported
1141
1142COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1143P: Scott Murray
1144M: scottm@somanetworks.com
1145M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001146L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147S: Supported
1148
1149COMPACTPCI HOTPLUG GENERIC DRIVER
1150P: Scott Murray
1151M: scottm@somanetworks.com
1152M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001153L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154S: Supported
1155
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001156COMPAL LAPTOP SUPPORT
1157P: Cezary Jackiewicz
1158M: cezary.jackiewicz@gmail.com
1159S: Maintained
1160
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161COMPUTONE INTELLIPORT MULTIPORT CARD
1162P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001163M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001165S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166
Simon Arlott949be0f2007-03-06 02:47:46 -08001167CONEXANT ACCESSRUNNER USB DRIVER
1168P: Simon Arlott
1169M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001170L: accessrunner-general@lists.sourceforge.net
1171W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001172S: Maintained
1173
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001174CONFIGFS
1175P: Joel Becker
1176M: joel.becker@oracle.com
1177L: linux-kernel@vger.kernel.org
1178S: Supported
1179
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001180CONTROL GROUPS (CGROUPS)
1181P: Paul Menage
1182M: menage@google.com
1183L: containers@lists.linux-foundation.org
1184S: Maintained
1185
Rudolf Marekbebe4672007-05-08 17:22:02 +02001186CORETEMP HARDWARE MONITORING DRIVER
1187P: Rudolf Marek
1188M: r.marek@assembler.cz
1189L: lm-sensors@lm-sensors.org
1190S: Maintained
1191
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192COSA/SRP SYNC SERIAL DRIVER
1193P: Jan "Yenya" Kasprzak
1194M: kas@fi.muni.cz
1195W: http://www.fi.muni.cz/~kas/cosa/
1196S: Maintained
1197
1198CPU FREQUENCY DRIVERS
1199P: Dave Jones
1200M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001201L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001203T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204S: Maintained
1205
1206CPUID/MSR DRIVER
1207P: H. Peter Anvin
1208M: hpa@zytor.com
1209S: Maintained
1210
Paul Jacksoned90fb42005-09-27 21:45:37 -07001211CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001212P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001213M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001214L: linux-kernel@vger.kernel.org
1215W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001216W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001217S: Supported
1218
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001220W: http://sourceforge.net/projects/cramfs/
1221S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222
1223CRIS PORT
1224P: Mikael Starvik
1225M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001226P: Jesper Nilsson
1227M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228L: dev-etrax@axis.com
1229W: http://developer.axis.com
1230S: Maintained
1231
1232CRYPTO API
1233P: Herbert Xu
1234M: herbert@gondor.apana.org.au
1235P: David S. Miller
1236M: davem@davemloft.net
1237L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001238T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239S: Maintained
1240
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001241CS5535 Audio ALSA driver
1242P: Jaya Kumar
1243M: jayakumar.alsa@gmail.com
1244S: Maintained
1245
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001246CX18 VIDEO4LINUX DRIVER
1247P: Hans Verkuil, Andy Walls
1248M: hverkuil@xs4all.nl, awalls@radix.net
1249L: ivtv-devel@ivtvdriver.org
1250L: ivtv-users@ivtvdriver.org
1251L: video4linux-list@redhat.com
1252W: http://linuxtv.org
1253S: Maintained
1254
Steve Wisee5ec3782008-05-20 14:06:33 -07001255CXGB3 ETHERNET DRIVER (CXGB3)
1256P: Divy Le Ray
1257M: divy@chelsio.com
1258L: netdev@vger.kernel.org
1259W: http://www.chelsio.com
1260S: Supported
1261
1262CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1263P: Steve Wise
1264M: swise@chelsio.com
1265L: general@lists.openfabrics.org
1266W: http://www.openfabrics.org
1267S: Supported
1268
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269CYBERPRO FB DRIVER
1270P: Russell King
1271M: rmk@arm.linux.org.uk
1272W: http://www.arm.linux.org.uk/
1273S: Maintained
1274
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001275CYBLAFB FRAMEBUFFER DRIVER
1276P: Knut Petersen
1277M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001278L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001279S: Maintained
1280
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281CYCLADES 2X SYNC CARD DRIVER
1282P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001283M: acme@ghostprotocols.net
1284W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285S: Maintained
1286
1287CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001289S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290
1291CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001293S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295DAMA SLAVE for AX.25
1296P: Joerg Reuter
1297M: jreuter@yaina.de
1298W: http://yaina.de/jreuter/
1299W: http://www.qsl.net/dl1bke/
1300L: linux-hams@vger.kernel.org
1301S: Maintained
1302
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001303DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1304P: Tobias Ringstrom
1305M: tori@unhappy.mine.nu
1306L: netdev@vger.kernel.org
1307S: Maintained
1308
1309DC390/AM53C974 SCSI driver
1310P: Kurt Garloff
1311M: garloff@suse.de
1312W: http://www.garloff.de/kurt/linux/dc390/
1313P: Guennadi Liakhovetski
1314M: g.liakhovetski@gmx.de
1315S: Maintained
1316
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317DC395x SCSI driver
1318P: Oliver Neukum
1319M: oliver@neukum.name
1320P: Ali Akcaagac
1321M: aliakc@web.de
1322P: Jamie Lenehan
1323M: lenehan@twibble.org
1324W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001325L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326L: http://lists.twibble.org/mailman/listinfo/dc395x/
1327S: Maintained
1328
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001329DCCP PROTOCOL
1330P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001331M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001332L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001333W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001334S: Maintained
1335
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001337P: Christine Caulfield
1338M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339W: http://linux-decnet.sourceforge.net
1340L: linux-decnet-user@lists.sourceforge.net
1341S: Maintained
1342
1343DEFXX FDDI NETWORK DRIVER
1344P: Maciej W. Rozycki
1345M: macro@linux-mips.org
1346S: Maintained
1347
1348DELL LAPTOP SMM DRIVER
1349P: Massimo Dal Zotto
1350M: dz@debian.org
1351W: http://www.debian.org/~dz/i8k/
1352S: Maintained
1353
Doug Warzecha90563ec2005-09-06 15:17:15 -07001354DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1355P: Doug Warzecha
1356M: Douglas_Warzecha@dell.com
1357S: Maintained
1358
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359DEVICE NUMBER REGISTRY
1360P: Torben Mathiasen
1361M: device@lanana.org
1362W: http://lanana.org/docs/device-list/index.html
1363L: linux-kernel@vger.kernel.org
1364S: Maintained
1365
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001366DEVICE-MAPPER (LVM)
1367P: Alasdair Kergon
1368L: dm-devel@redhat.com
1369W: http://sources.redhat.com/dm
1370S: Maintained
1371
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372DIGI INTL. EPCA DRIVER
1373P: Digi International, Inc
1374M: Eng.Linux@digi.com
1375L: Eng.Linux@digi.com
1376W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001377S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379DIRECTORY NOTIFICATION
1380P: Stephen Rothwell
1381M: sfr@canb.auug.org.au
1382L: linux-kernel@vger.kernel.org
1383S: Supported
1384
1385DISK GEOMETRY AND PARTITION HANDLING
1386P: Andries Brouwer
1387M: aeb@cwi.nl
1388W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1389W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1390W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1391S: Maintained
1392
1393DISKQUOTA:
1394P: Jan Kara
1395M: jack@suse.cz
1396L: linux-kernel@vger.kernel.org
1397S: Maintained
1398
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001399DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001400P: Christine Caulfield
1401M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001402P: David Teigland
1403M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001404L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001405W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001406T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001407S: Supported
1408
Dan Williamsb3e5f262007-08-07 10:26:35 -07001409DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001410P: Maciej Sosnowski
1411M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001412P: Dan Williams
1413M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001414L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001415S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001416
Juerg Haefligerb8250372007-06-09 10:11:16 -04001417DME1737 HARDWARE MONITOR DRIVER
1418P: Juerg Haefliger
1419M: juergh@gmail.com
1420L: lm-sensors@lm-sensors.org
1421S: Maintained
1422
Martin Waitzba483d52005-06-17 13:20:59 -07001423DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001424P: Randy Dunlap
1425M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001426S: Maintained
1427
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001428DOCKING STATION DRIVER
1429P: Kristen Carlson Accardi
1430M: kristen.c.accardi@intel.com
1431L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001432S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001433
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001434DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001435P: Michael Kerrisk
1436M: mtk.manpages@gmail.com
1437P: Randy Dunlap
1438M: rdunlap@xenotime.net
1439L: linux-doc@vger.kernel.org
1440S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001441
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442DOUBLETALK DRIVER
1443P: James R. Van Zandt
1444M: jrv@vanzandt.mv.com
1445L: blinux-list@redhat.com
1446S: Maintained
1447
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001448DPT_I2O SCSI RAID DRIVER
1449P: Adaptec OEM Raid Solutions
1450M: aacraid@adaptec.com
1451L: linux-scsi@vger.kernel.org
1452W: http://www.adaptec.com/
1453S: Maintained
1454
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455DRIVER CORE, KOBJECTS, AND SYSFS
1456P: Greg Kroah-Hartman
1457M: gregkh@suse.de
1458L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001459T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460S: Supported
1461
1462DRM DRIVERS
1463P: David Airlie
1464M: airlied@linux.ie
1465L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001466T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467S: Maintained
1468
1469DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001470P: Francois Romieu
1471M: romieu@fr.zoreil.com
1472L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473S: Maintained
1474
1475DVB SUBSYSTEM AND DRIVERS
1476P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001477M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001478L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001479W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001480T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001481S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001483DZ DECSTATION DZ11 SERIAL DRIVER
1484P: Maciej W. Rozycki
1485M: macro@linux-mips.org
1486S: Maintained
1487
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488EATA-DMA SCSI DRIVER
1489P: Michael Neuffer
1490L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1491S: Maintained
1492
1493EATA ISA/EISA/PCI SCSI DRIVER
1494P: Dario Ballabio
1495M: ballabio_dario@emc.com
1496L: linux-scsi@vger.kernel.org
1497S: Maintained
1498
1499EATA-PIO SCSI DRIVER
1500P: Michael Neuffer
1501M: mike@i-Connect.Net
1502L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1503S: Maintained
1504
1505EBTABLES
1506P: Bart De Schuymer
1507M: bart.de.schuymer@pandora.be
1508L: ebtables-user@lists.sourceforge.net
1509L: ebtables-devel@lists.sourceforge.net
1510W: http://ebtables.sourceforge.net/
1511S: Maintained
1512
Michael Halcrow237fead2006-10-04 02:16:22 -07001513ECRYPT FILE SYSTEM
1514P: Mike Halcrow, Phillip Hellewell
1515M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1516L: ecryptfs-devel@lists.sourceforge.net
1517W: http://ecryptfs.sourceforge.net/
1518S: Supported
1519
Alan Coxda9bb1d2006-01-18 17:44:13 -08001520EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001521P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001522M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001523L: bluesmoke-devel@lists.sourceforge.net
1524W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001525S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001526
1527EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001528P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001529P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001530M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001531M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001532L: bluesmoke-devel@lists.sourceforge.net
1533W: bluesmoke.sourceforge.net
1534S: Maintained
1535
1536EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001537P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001538M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001539L: bluesmoke-devel@lists.sourceforge.net
1540W: bluesmoke.sourceforge.net
1541S: Maintained
1542
Douglas Thompson6bc78402007-07-19 01:50:12 -07001543EDAC-I82443BXGX
1544P: Tim Small
1545M: tim@buttersideup.com
1546L: bluesmoke-devel@lists.sourceforge.net
1547W: bluesmoke.sourceforge.net
1548S: Maintained
1549
1550EDAC-I3000
1551P: Jason Uhlenkott
1552M: juhlenko@akamai.com
1553L: bluesmoke-devel@lists.sourceforge.net
1554W: bluesmoke.sourceforge.net
1555S: Maintained
1556
1557EDAC-I5000
1558P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001559M: dougthompson@xmission.com
1560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
1564EDAC-I82975X
1565P: Ranganathan Desikan
1566P: Arvind R.
1567M: rdesikan@jetzbroadband.com
1568M: arvind@acarlab.com
1569L: bluesmoke-devel@lists.sourceforge.net
1570W: bluesmoke.sourceforge.net
1571S: Maintained
1572
1573EDAC-PASEMI
1574P: Egor Martovetsky
1575M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
1579
Dave Peterson0e438e32006-03-26 01:38:55 -08001580EDAC-R82600
1581P: Tim Small
1582M: tim@buttersideup.com
1583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001586
Eric Coopere59f8792008-03-13 12:55:46 +01001587EEEPC LAPTOP EXTRAS DRIVER
1588P: Corentin Chary
1589M: corentincj@iksaif.net
1590L: acpi4asus-user@lists.sourceforge.net
1591W: http://sourceforge.net/projects/acpi4asus
1592S: Maintained
1593
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594EEPRO100 NETWORK DRIVER
1595P: Andrey V. Savochkin
1596M: saw@saw.sw.com.sg
1597S: Maintained
1598
Josh Triplett0bee8d22006-07-30 03:03:58 -07001599EFS FILESYSTEM
1600W: http://aeschi.ch.eu.org/efs/
1601S: Orphan
1602
Heiko J Schickfab97222006-09-22 15:22:22 -07001603EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1604P: Hoang-Nam Nguyen
1605M: hnguyen@de.ibm.com
1606P: Christoph Raisch
1607M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001608L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001609S: Supported
1610
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001611EMBEDDED LINUX
1612P: Paul Gortmaker
1613M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001614P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001615M: dwmw2@infradead.org
1616L: linux-embedded@vger.kernel.org
1617S: Maintained
1618
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001619EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001620P: James Smart
1621M: james.smart@emulex.com
1622L: linux-scsi@vger.kernel.org
1623W: http://sourceforge.net/projects/lpfcxxxx
1624S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001625
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626EPSON 1355 FRAMEBUFFER DRIVER
1627P: Christopher Hoover
1628M: ch@murgatroid.com, ch@hpl.hp.com
1629S: Maintained
1630
1631ETHEREXPRESS-16 NETWORK DRIVER
1632P: Philip Blundell
1633M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001634L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635S: Maintained
1636
1637ETHERNET BRIDGE
1638P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001639M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001640L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001641W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642S: Maintained
1643
1644ETHERTEAM 16I DRIVER
1645P: Mika Kuoppala
1646M: miku@iki.fi
1647S: Maintained
1648
1649EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001650L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651S: Maintained
1652
1653EXT3 FILE SYSTEM
1654P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001655M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001656L: linux-ext4@vger.kernel.org
1657S: Maintained
1658
1659EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001660P: Theodore Ts'o
1661M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001662L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001663W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664S: Maintained
1665
Jean Delvaree53004e2006-01-09 23:26:14 +01001666F71805F HARDWARE MONITORING DRIVER
1667P: Jean Delvare
1668M: khali@linux-fr.org
1669L: lm-sensors@lm-sensors.org
1670S: Maintained
1671
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672FARSYNC SYNCHRONOUS DRIVER
1673P: Kevin Curtis
1674M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675W: http://www.farsite.co.uk/
1676S: Supported
1677
Akinobu Mitac5408b82007-04-23 14:41:20 -07001678FAULT INJECTION SUPPORT
1679P: Akinobu Mita
1680M: akinobu.mita@gmail.com
1681S: Supported
1682
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001683FILE LOCKING (flock() and fcntl()/lockf())
1684P: Matthew Wilcox
1685M: matthew@wil.cx
1686L: linux-fsdevel@vger.kernel.org
1687S: Maintained
1688
1689FILESYSTEMS (VFS and infrastructure)
1690P: Alexander Viro
1691M: viro@zeniv.linux.org.uk
1692L: linux-fsdevel@vger.kernel.org
1693S: Maintained
1694
1695FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1696P: Kristian Hoegsberg, Stefan Richter
1697M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1698L: linux1394-devel@lists.sourceforge.net
1699W: http://www.linux1394.org/
1700T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1701S: Maintained
1702
1703FIRMWARE LOADER (request_firmware)
1704L: linux-kernel@vger.kernel.org
1705S: Orphan
1706
1707FPU EMULATOR
1708P: Bill Metzenthen
1709M: billm@suburbia.net
1710W: http://suburbia.net/~billm/floating-point/emulator/
1711S: Maintained
1712
1713FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1714P: Mike McLagan
1715M: mike.mclagan@linux.org
1716L: netdev@vger.kernel.org
1717S: Maintained
1718
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719FRAMEBUFFER LAYER
1720P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001721M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001722L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723W: http://linux-fbdev.sourceforge.net/
1724S: Maintained
1725
Zhang Wei173acc72008-03-01 07:42:48 -07001726FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001727P: Li Yang
1728M: leoli@freescale.com
1729P: Zhang Wei
1730M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001731L: linuxppc-embedded@ozlabs.org
1732L: linux-kernel@vger.kernel.org
1733S: Maintained
1734
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001735FREESCALE I2C CPM DRIVER
1736P: Jochen Friedrich
1737M: jochen@scram.de
1738L: linuxppc-dev@ozlabs.org
1739L: i2c@lm-sensors.org
1740S: Maintained
1741
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001742FREESCALE SOC FS_ENET DRIVER
1743P: Pantelis Antoniou
1744M: pantelis.antoniou@gmail.com
1745P: Vitaly Bordug
1746M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001747L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001748L: netdev@vger.kernel.org
1749S: Maintained
1750
Timur Tabid9e9d822008-04-24 08:45:26 +10001751FREESCALE QUICC ENGINE LIBRARY
1752P: Timur Tabi
1753M: timur@freescale.com
1754L: linuxppc-dev@ozlabs.org
1755S: Supported
1756
Li Yanga7205b32007-04-23 10:38:18 -07001757FREESCALE HIGHSPEED USB DEVICE DRIVER
1758P: Li Yang
1759M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001760L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001761L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001762S: Maintained
1763
Li Yangbeaf53b2007-05-25 13:54:02 +08001764FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1765P: Li Yang
1766M: leoli@freescale.com
1767L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001768L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001769S: Maintained
1770
Timur Tabid9e9d822008-04-24 08:45:26 +10001771FREESCALE QUICC ENGINE UCC UART DRIVER
1772P: Timur Tabi
1773M: timur@freescale.com
1774L: linuxppc-dev@ozlabs.org
1775S: Supported
1776
1777FREESCALE SOC SOUND DRIVERS
1778P: Timur Tabi
1779M: timur@freescale.com
1780L: alsa-devel@alsa-project.org
1781L: linuxppc-dev@ozlabs.org
1782S: Supported
1783
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784FREEVXFS FILESYSTEM
1785P: Christoph Hellwig
1786M: hch@infradead.org
1787W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1788S: Maintained
1789
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001790FTRACE
1791P: Steven Rostedt
1792M: srostedt@redhat.com
1793S: Maintained
1794
David Howells5ab7ffe2007-04-10 15:10:45 +01001795FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796P: David Howells
1797M: dhowells@redhat.com
1798S: Maintained
1799
Jonathan Woithe20b93732008-06-11 10:14:56 +09301800FUJITSU LAPTOP EXTRAS
1801P: Jonathan Woithe
1802M: jwoithe@physics.adelaide.edu.au
1803L: linux-acpi@vger.kernel.org
1804S: Maintained
1805
Miklos Szeredi04578f12005-09-09 13:10:22 -07001806FUSE: FILESYSTEM IN USERSPACE
1807P: Miklos Szeredi
1808M: miklos@szeredi.hu
1809L: fuse-devel@lists.sourceforge.net
1810W: http://fuse.sourceforge.net/
1811S: Maintained
1812
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1814P: Rik Faith
1815M: faith@cs.unc.edu
1816L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001817S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818
1819GDT SCSI DISK ARRAY CONTROLLER DRIVER
1820P: Achim Leubner
1821M: achim_leubner@adaptec.com
1822L: linux-scsi@vger.kernel.org
1823W: http://www.icp-vortex.com/
1824S: Supported
1825
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001826GENERIC GPIO I2C DRIVER
1827P: Haavard Skinnemoen
1828M: hskinnemoen@atmel.com
1829S: Supported
1830
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1832P: Krzysztof Halasa
1833M: khc@pm.waw.pl
1834W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1835S: Maintained
1836
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001837GFS2 FILE SYSTEM
1838P: Steven Whitehouse
1839M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001840L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001841W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001842T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1843T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001844S: Supported
1845
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001846GIGASET ISDN DRIVERS
1847P: Hansjoerg Lipp
1848M: hjlipp@web.de
1849P: Tilman Schmidt
1850M: tilman@imap.cc
1851L: gigaset307x-common@lists.sourceforge.net
1852W: http://gigaset307x.sourceforge.net/
1853S: Maintained
1854
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001855HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1856P: Robert Love
1857M: rlove@rlove.org
1858M: linux-kernel@vger.kernel.org
1859W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1860S: Maintained
1861
Jean Delvare5b543962005-08-15 19:51:02 +02001862HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001863L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001864W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001865S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001866
Michael Buesch844dd052006-06-26 00:24:59 -07001867HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001868S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001869
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870HARMONY SOUND DRIVER
1871P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001872M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001873L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874S: Maintained
1875
1876HAYES ESP SERIAL DRIVER
1877P: Andrew J. Robinson
1878M: arobinso@nyx.net
1879L: linux-kernel@vger.kernel.org
1880W: http://www.nyx.net/~arobinso
1881S: Maintained
1882
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001883HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1884P: Chirag Kantharia
1885M: chirag.kantharia@hp.com
1886L: iss_storagedev@hp.com
1887S: Maintained
1888
1889HEWLETT-PACKARD SMART2 RAID DRIVER
1890P: Chirag Kantharia
1891M: chirag.kantharia@hp.com
1892L: iss_storagedev@hp.com
1893S: Maintained
1894
1895HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1896P: Mike Miller
1897M: mike.miller@hp.com
1898L: iss_storagedev@hp.com
1899S: Supported
1900
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901HFS FILESYSTEM
1902P: Roman Zippel
1903M: zippel@linux-m68k.org
1904L: linux-kernel@vger.kernel.org
1905S: Maintained
1906
1907HGA FRAMEBUFFER DRIVER
1908P: Ferenc Bakonyi
1909M: fero@drama.obuda.kando.hu
1910L: linux-nvidia@lists.surfsouth.com
1911W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1912S: Maintained
1913
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001914HIBERNATION (aka Software Suspend, aka swsusp):
1915P: Pavel Machek
1916M: pavel@suse.cz
1917P: Rafael J. Wysocki
1918M: rjw@sisk.pl
1919L: linux-pm@lists.linux-foundation.org
1920S: Supported
1921
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001922HID CORE LAYER
1923P: Jiri Kosina
1924M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001925L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001926T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001927S: Maintained
1928
Ingo Molnar38bed542007-02-22 09:09:34 +01001929HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1930P: Thomas Gleixner
1931M: tglx@linutronix.de
1932L: linux-kernel@vger.kernel.org
1933S: Maintained
1934
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935HIGH-SPEED SCC DRIVER FOR AX.25
1936P: Klaus Kudielka
1937M: klaus.kudielka@ieee.org
1938L: linux-hams@vger.kernel.org
1939W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1940S: Maintained
1941
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001942HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1943P: HighPoint Linux Team
1944M: linux@highpoint-tech.com
1945W: http://www.highpoint-tech.com
1946S: Supported
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948HIPPI
1949P: Jes Sorensen
1950M: jes@trained-monkey.org
1951L: linux-hippi@sunsite.dk
1952S: Maintained
1953
Jouni Malinenff1d2762005-05-12 22:54:16 -04001954HOST AP DRIVER
1955P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001956M: j@w1.fi
1957L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001958L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001959W: http://hostap.epitest.fi/
1960S: Maintained
1961
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001962HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1963P: Carlos Corbacho
1964M: carlos@strangeworlds.co.uk
1965S: Odd Fixes
1966
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001967HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1968P: Jaroslav Kysela
1969M: perex@perex.cz
1970S: Maintained
1971
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001972HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001973P: Clemens Ladisch
1974M: clemens@ladisch.de
1975S: Maintained
1976
1977HPET: i386
1978P: Venkatesh Pallipadi (Venki)
1979M: venkatesh.pallipadi@intel.com
1980S: Maintained
1981
1982HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001983P: Vojtech Pavlik
1984M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001985S: Maintained
1986
1987HPET: ACPI hpet.c
1988P: Bob Picco
1989M: bob.picco@hp.com
1990S: Maintained
1991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992HPFS FILESYSTEM
1993P: Mikulas Patocka
1994M: mikulas@artax.karlin.mff.cuni.cz
1995W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1996S: Maintained
1997
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001998HTCPEN TOUCHSCREEN DRIVER
1999P: Pau Oliva Fora
2000M: pof@eslack.org
2001L: linux-input@vger.kernel.org
2002S: Maintained
2003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004HUGETLB FILESYSTEM
2005P: William Irwin
2006M: wli@holomorphy.com
2007S: Maintained
2008
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002009I2C/SMBUS STUB DRIVER
2010P: Mark M. Hoffman
2011M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02002012L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002013S: Maintained
2014
Jean Delvare5b543962005-08-15 19:51:02 +02002015I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002016P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002018P: Ben Dooks (embedded platforms)
2019M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002020L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002021T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022S: Maintained
2023
Till Harbaume8c76ee2007-05-01 23:26:35 +02002024I2C-TINY-USB DRIVER
2025P: Till Harbaum
2026M: till@harbaum.org
2027L: i2c@lm-sensors.org
2028T: http://www.harbaum.org/till/i2c_tiny_usb
2029S: Maintained
2030
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002032P: H. Peter Anvin
2033M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034L: Linux-Kernel@vger.kernel.org
2035S: Maintained
2036
2037i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038P: H. Peter Anvin
2039M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002040T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041S: Maintained
2042
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043IA64 (Itanium) PLATFORM
2044P: Tony Luck
2045M: tony.luck@intel.com
2046L: linux-ia64@vger.kernel.org
2047W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002048T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049S: Maintained
2050
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051IBM MCA SCSI SUBSYSTEM DRIVER
2052P: Michael Lang
2053M: langa2@kph.uni-mainz.de
2054W: http://www.uni-mainz.de/~langm000/linux.html
2055S: Maintained
2056
2057IBM Power Linux RAID adapter
2058P: Brian King
2059M: brking@us.ibm.com
2060S: Supported
2061
2062IBM ServeRAID RAID DRIVER
2063P: Jack Hammer
2064P: Dave Jeffery
2065M: ipslinux@adaptec.com
2066W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002067S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002069IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002071M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002073T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074S: Maintained
2075
2076IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002077P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002078M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002079L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002080S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081
2082IDE/ATAPI FLOPPY DRIVERS
2083P: Paul Bristow
2084M: Paul Bristow <paul@paulbristow.net>
2085W: http://paulbristow.net/linux/idefloppy.html
2086L: linux-kernel@vger.kernel.org
2087S: Maintained
2088
2089IDE/ATAPI TAPE DRIVERS
2090P: Gadi Oxman
2091M: Gadi Oxman <gadio@netvision.net.il>
2092L: linux-kernel@vger.kernel.org
2093S: Maintained
2094
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002095IDE-SCSI DRIVER
2096L: linux-ide@vger.kernel.org
2097L: linux-scsi@vger.kernel.org
2098S: Orphan
2099
Stefan Richterf148e202008-01-12 12:32:44 +01002100IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002102M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002103P: Stefan Richter
2104M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105L: linux1394-devel@lists.sourceforge.net
2106W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002107T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108S: Maintained
2109
Stefan Richterf51a5a92007-04-23 14:41:10 -07002110IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111P: Dan Dennedy
2112M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002113P: Stefan Richter
2114M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002116S: Maintained
2117
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002119L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002120S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121
2122INFINIBAND SUBSYSTEM
2123P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002124M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002126M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002128M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002129L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002131T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132S: Supported
2133
Robert Lovec9f04f52005-07-15 12:21:07 -04002134INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002135P: John McCutchan
2136M: ttb@tentacle.dhs.org
2137P: Robert Love
2138M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002139L: linux-kernel@vger.kernel.org
2140S: Maintained
2141
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002142INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2143P: Dmitry Torokhov
2144M: dmitry.torokhov@gmail.com
2145M: dtor@mail.ru
2146L: linux-input@vger.kernel.org
2147T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2148S: Maintained
2149
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002150INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002151P: Sylvain Meyer
2152M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002153L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002154S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002155
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002157P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002158M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002159L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002160S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162INTEL IA32 MICROCODE UPDATE SUPPORT
2163P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002164M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002167INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002168P: Maciej Sosnowski
2169M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002170L: linux-kernel@vger.kernel.org
2171S: Supported
2172
Dan Williamsb3e5f262007-08-07 10:26:35 -07002173INTEL IOP-ADMA DMA DRIVER
2174P: Dan Williams
2175M: dan.j.williams@intel.com
2176L: linux-kernel@vger.kernel.org
2177S: Supported
2178
Michael Buesch844dd052006-06-26 00:24:59 -07002179INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2180P: Deepak Saxena
2181M: dsaxena@plexity.net
2182S: Maintained
2183
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002184INTEL IXP2000 ETHERNET DRIVER
2185P: Lennert Buytenhek
2186M: kernel@wantstofly.org
2187L: netdev@vger.kernel.org
2188S: Maintained
2189
Auke Kokd94e6fe2008-03-03 14:37:47 -08002190INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002191P: Jeff Kirsher
2192M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002193P: Jesse Brandeburg
2194M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002195P: Bruce Allan
2196M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002197P: PJ Waskiewicz
2198M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002199P: John Ronciak
2200M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002201L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002202W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203S: Supported
2204
James Ketrenos826d2ab2005-11-07 18:56:59 -06002205INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002206P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002207M: yi.zhu@intel.com
2208P: James Ketrenos
2209M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002210P: Reinette Chatre
2211M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002212L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002213L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002214W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002215W: http://ipw2100.sourceforge.net
2216S: Supported
2217
2218INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002219P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002220M: yi.zhu@intel.com
2221P: James Ketrenos
2222M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002223P: Reinette Chatre
2224M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002225L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002226L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002227W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002228W: http://ipw2200.sourceforge.net
2229S: Supported
2230
Zhu Yib481de92007-09-25 17:54:57 -07002231INTEL WIRELESS WIFI LINK (iwlwifi)
2232P: Zhu Yi
2233M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002234P: Reinette Chatre
2235M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002236L: linux-wireless@vger.kernel.org
2237L: ipw3945-devel@lists.sourceforge.net
2238W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002239T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002240S: Supported
2241
Ralf Baechlecb109a02007-08-30 23:56:30 -07002242IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243P: Ralf Baechle
2244M: ralf@linux-mips.org
2245L: linux-mips@linux-mips.org
2246S: Maintained
2247
Ralf Baechlecb109a02007-08-30 23:56:30 -07002248IOC3 SERIAL DRIVER
2249P: Pat Gefre
2250M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002251L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002252S: Maintained
2253
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254IP MASQUERADING:
2255P: Juanjo Ciarlante
2256M: jjciarla@raiz.uncu.edu.ar
2257S: Maintained
2258
Francois Romieu1202d6f2007-09-17 17:13:55 -07002259IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2260P: Francois Romieu
2261M: romieu@fr.zoreil.com
2262P: Sorbica Shieh
2263M: sorbica@icplus.com.tw
2264P: Jesse Huang
2265M: jesse@icplus.com.tw
2266L: netdev@vger.kernel.org
2267S: Maintained
2268
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002269IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002270P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002271M: infinipath@qlogic.com
2272L: general@lists.openfabrics.org
2273T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002274S: Supported
2275
Corey Minyard4409ebe2006-04-20 02:43:12 -07002276IPMI SUBSYSTEM
2277P: Corey Minyard
2278M: minyard@acm.org
2279L: openipmi-developer@lists.sourceforge.net
2280W: http://openipmi.sourceforge.net/
2281S: Supported
2282
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002283IPS SCSI RAID DRIVER
2284P: Adaptec OEM Raid Solutions
2285M: aacraid@adaptec.com
2286L: linux-scsi@vger.kernel.org
2287W: http://www.adaptec.com/
2288S: Maintained
2289
2290IPVS
2291P: Wensong Zhang
2292M: wensong@linux-vs.org
2293P: Simon Horman
2294M: horms@verge.net.au
2295P: Julian Anastasov
2296M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002297L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002298L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299S: Maintained
2300
David Sterba099dc4f2008-02-07 10:57:12 +01002301IPWIRELES DRIVER
2302P: Jiri Kosina
2303M: jkosina@suse.cz
2304P: David Sterba
2305M: dsterba@suse.cz
2306S: Maintained
2307T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2308
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002309IPX NETWORK LAYER
2310P: Arnaldo Carvalho de Melo
2311M: acme@ghostprotocols.net
2312L: netdev@vger.kernel.org
2313S: Maintained
2314
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002316P: Samuel Ortiz
2317M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002318L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002320S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002322ISAPNP
2323P: Jaroslav Kysela
2324M: perex@perex.cz
2325S: Maintained
2326
Mike Christie14816b12007-11-28 16:22:06 -08002327ISCSI
2328P: Mike Christie
2329M: michaelc@cs.wisc.edu
2330L: open-iscsi@googlegroups.com
2331W: www.open-iscsi.org
2332T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2333S: Maintained
2334
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335ISDN SUBSYSTEM
2336P: Karsten Keil
2337M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002338L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002340T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341S: Maintained
2342
2343ISDN SUBSYSTEM (Eicon active card driver)
2344P: Armin Schindler
2345M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002346L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347W: http://www.melware.de
2348S: Maintained
2349
Hans Verkuil91821ff2007-12-02 09:35:33 -03002350IVTV VIDEO4LINUX DRIVER
2351P: Hans Verkuil
2352M: hverkuil@xs4all.nl
2353L: ivtv-devel@ivtvdriver.org
2354L: ivtv-users@ivtvdriver.org
2355L: video4linux-list@redhat.com
2356W: http://www.ivtvdriver.org
2357S: Maintained
2358
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002359JFS FILESYSTEM
2360P: Dave Kleikamp
2361M: shaggy@austin.ibm.com
2362L: jfs-discussion@lists.sourceforge.net
2363W: http://jfs.sourceforge.net/
2364T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2365S: Supported
2366
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002367JME NETWORK DRIVER
2368P: Guo-Fu Tseng
2369M: cooldavid@cooldavid.org
2370L: netdev@vger.kernel.org
2371S: Maintained
2372
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2374P: David Woodhouse
2375M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002376L: linux-mtd@lists.infradead.org
2377W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Maintained
2379
Josh Triplettde456d32006-07-30 03:04:00 -07002380JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002381P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002382M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002383L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002384S: Maintained
2385
Rudolf Marek4660cb32006-10-08 22:01:26 +02002386K8TEMP HARDWARE MONITORING DRIVER
2387P: Rudolf Marek
2388M: r.marek@assembler.cz
2389L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390S: Maintained
2391
2392KCONFIG
2393P: Roman Zippel
2394M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002395L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396S: Maintained
2397
Vivek Goyalea6c2082006-05-20 14:59:55 -07002398KDUMP
2399P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002400M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002401P: Haren Myneni
2402M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002403L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002404L: linux-kernel@vger.kernel.org
2405W: http://lse.sourceforge.net/kdump/
2406S: Maintained
2407
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408KERNEL AUTOMOUNTER (AUTOFS)
2409P: H. Peter Anvin
2410M: hpa@zytor.com
2411L: autofs@linux.kernel.org
2412S: Odd Fixes
2413
2414KERNEL AUTOMOUNTER v4 (AUTOFS4)
2415P: Ian Kent
2416M: raven@themaw.net
2417L: autofs@linux.kernel.org
2418S: Maintained
2419
2420KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421P: Sam Ravnborg
2422M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002423T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2424T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002425L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002426S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427
2428KERNEL JANITORS
2429P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002430L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432S: Maintained
2433
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002434KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002435P: J. Bruce Fields
2436M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002438M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002439L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002441S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
Avi Kivity426d62e2006-12-13 00:34:03 -08002443KERNEL VIRTUAL MACHINE (KVM)
2444P: Avi Kivity
2445M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002446L: kvm@vger.kernel.org
2447W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002448S: Supported
2449
Hollis Blanchard513014b2008-04-16 23:28:08 -05002450KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2451P: Hollis Blanchard
2452M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002453L: kvm-ppc@vger.kernel.org
2454W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002455S: Supported
2456
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002457KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002458P: Anthony Xu
2459M: anthony.xu@intel.com
2460P: Xiantao Zhang
2461M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002462L: kvm-ia64@vger.kernel.org
2463W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002464S: Supported
2465
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002466KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2467P: Carsten Otte
2468M: cotte@de.ibm.com
2469P: Christian Borntraeger
2470M: borntraeger@de.ibm.com
2471M: linux390@de.ibm.com
2472L: linux-s390@vger.kernel.org
2473W: http://www.ibm.com/developerworks/linux/linux390/
2474S: Supported
2475
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002476KEXEC
2477P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002478M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002479W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002480L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002481L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002482S: Maintained
2483
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002484KGDB
2485P: Jason Wessel
2486M: jason.wessel@windriver.com
2487L: kgdb-bugreport@lists.sourceforge.net
2488S: Maintained
2489
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002490KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002491P: Ananth N Mavinakayanahalli
2492M: ananth@in.ibm.com
2493P: Anil S Keshavamurthy
2494M: anil.s.keshavamurthy@intel.com
2495P: David S. Miller
2496M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002497P: Masami Hiramatsu
2498M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002499L: linux-kernel@vger.kernel.org
2500S: Maintained
2501
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002502KS0108 LCD CONTROLLER DRIVER
2503P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002504M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002505L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002506W: http://miguelojeda.es/auxdisplay.htm
2507W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002508S: Maintained
2509
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002512S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513
2514LASI 53c700 driver for PARISC
2515P: James E.J. Bottomley
2516M: James.Bottomley@HansenPartnership.com
2517L: linux-scsi@vger.kernel.org
2518S: Maintained
2519
Richard Purdie263de9b2006-05-15 09:44:16 -07002520LED SUBSYSTEM
2521P: Richard Purdie
2522M: rpurdie@rpsys.net
2523S: Maintained
2524
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525LEGO USB Tower driver
2526P: Juergen Stuber
2527M: starblue@users.sourceforge.net
2528L: legousb-devel@lists.sourceforge.net
2529W: http://legousb.sourceforge.net/
2530S: Maintained
2531
Rusty Russell568a17f2007-10-25 14:12:24 +10002532LGUEST
2533P: Rusty Russell
2534M: rusty@rustcorp.com.au
2535L: lguest@ozlabs.org
2536W: http://lguest.ozlabs.org/
2537S: Maintained
2538
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539LINUX FOR IBM pSERIES (RS/6000)
2540P: Paul Mackerras
2541M: paulus@au.ibm.com
2542W: http://www.ibm.com/linux/ltc/projects/ppc
2543S: Supported
2544
2545LINUX FOR NCR VOYAGER
2546P: James Bottomley
2547M: James.Bottomley@HansenPartnership.com
2548W: http://www.hansenpartnership.com/voyager
2549S: Maintained
2550
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002551LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552P: Paul Mackerras
2553M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002554P: Benjamin Herrenschmidt
2555M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556W: http://www.penguinppc.org/
2557L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002558T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Supported
2560
2561LINUX FOR POWER MACINTOSH
2562P: Benjamin Herrenschmidt
2563M: benh@kernel.crashing.org
2564W: http://www.penguinppc.org/
2565L: linuxppc-dev@ozlabs.org
2566S: Maintained
2567
Grant Likely77a76362008-07-12 12:11:43 -06002568LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569P: Sylvain Munaut
2570M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002571P: Grant Likely
2572M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574S: Maintained
2575
2576LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002577P: Josh Boyer
2578M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579P: Matt Porter
2580M: mporter@kernel.crashing.org
2581W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002582L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002583T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584S: Maintained
2585
Grant Likely260c02a2007-10-02 12:15:34 +10002586LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2587P: Grant Likely
2588M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002589W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002590L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591S: Maintained
2592
Tom Rinie93adf12005-07-26 12:49:53 -07002593LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002594P: Vitaly Bordug
2595M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002596P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002597M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002598W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002599L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002600S: Maintained
2601
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002603P: Kumar Gala
2604M: galak@kernel.crashing.org
2605W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002606L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002607S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608
Olof Johanssonab06ff32006-09-06 14:44:54 -05002609LINUX FOR POWERPC PA SEMI PWRFICIENT
2610P: Olof Johansson
2611M: olof@lixom.net
2612W: http://www.pasemi.com/
2613L: linuxppc-dev@ozlabs.org
2614S: Supported
2615
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616LINUX SECURITY MODULE (LSM) FRAMEWORK
2617P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002618M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002619L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002620T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Supported
2622
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002623LLC (802.2)
2624P: Arnaldo Carvalho de Melo
2625M: acme@ghostprotocols.net
2626S: Maintained
2627
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628LM83 HARDWARE MONITOR DRIVER
2629P: Jean Delvare
2630M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002631L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632S: Maintained
2633
2634LM90 HARDWARE MONITOR DRIVER
2635P: Jean Delvare
2636M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002637L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002640LOCKDEP AND LOCKSTAT
2641P: Peter Zijlstra
2642M: peterz@infradead.org
2643P: Ingo Molnar
2644M: mingo@redhat.com
2645L: linux-kernel@vger.kernel.org
2646T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2647S: Maintained
2648
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002649LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650P: Richard Russon (FlatCap)
2651M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002652L: linux-ntfs-dev@lists.sourceforge.net
2653W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654S: Maintained
2655
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002656LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2657P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002658M: Eric.Moore@lsi.com
2659M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002660L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002661L: linux-scsi@vger.kernel.org
2662W: http://www.lsilogic.com/support
2663S: Supported
2664
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2666P: Matthew Wilcox
2667M: matthew@wil.cx
2668L: linux-scsi@vger.kernel.org
2669S: Maintained
2670
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002671M32R ARCHITECTURE
2672P: Hirokazu Takata
2673M: takata@linux-m32r.org
2674L: linux-m32r@ml.linux-m32r.org
2675L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2676W: http://www.linux-m32r.org/
2677S: Maintained
2678
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679M68K ARCHITECTURE
2680P: Geert Uytterhoeven
2681M: geert@linux-m68k.org
2682P: Roman Zippel
2683M: zippel@linux-m68k.org
2684L: linux-m68k@lists.linux-m68k.org
2685W: http://www.linux-m68k.org/
2686W: http://linux-m68k-cvs.ubb.ca/
2687S: Maintained
2688
2689M68K ON APPLE MACINTOSH
2690P: Joshua Thompson
2691M: funaho@jurai.org
2692W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002693L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694S: Maintained
2695
2696M68K ON HP9000/300
2697P: Philip Blundell
2698M: philb@gnu.org
2699W: http://www.tazenda.demon.co.uk/phil/linux-hp
2700S: Maintained
2701
Jiri Benc64a327a2007-05-05 11:47:08 -07002702MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002703P: Johannes Berg
2704M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002705P: Michael Wu
2706M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002707L: linux-wireless@vger.kernel.org
2708W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002709T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002710S: Maintained
2711
Stefano Brivio1036d862007-12-23 04:46:27 +01002712MAC80211 PID RATE CONTROL
2713P: Stefano Brivio
2714M: stefano.brivio@polimi.it
2715P: Mattias Nissler
2716M: mattias.nissler@gmx.de
2717L: linux-wireless@vger.kernel.org
2718W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2719T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2720S: Maintained
2721
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002722MACVLAN DRIVER
2723P: Patrick McHardy
2724M: kaber@trash.net
2725L: netdev@vger.kernel.org
2726S: Maintained
2727
Michael Kerriskfaf16682005-07-31 22:34:47 -07002728MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002729P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002730M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002731W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002732L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002733S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002734
Stefano Brivio74cda162007-11-19 20:27:46 +01002735MARVELL LIBERTAS WIRELESS DRIVER
2736P: Dan Williams
2737M: dcbw@redhat.com
2738L: libertas-dev@lists.infradead.org
2739S: Maintained
2740
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002741MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002742P: Lennert Buytenhek
2743M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002744L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002745S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002747MARVELL YUKON / SYSKONNECT DRIVER
2748P: Mirko Lindner
2749M: mlindner@syskonnect.de
2750P: Ralph Roesler
2751M: rroesler@syskonnect.de
2752W: http://www.syskonnect.com
2753S: Supported
2754
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755MATROX FRAMEBUFFER DRIVER
2756P: Petr Vandrovec
2757M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002758L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002761MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2762P: Hans J. Koch
2763M: hjk@linutronix.de
2764L: lm-sensors@lm-sensors.org
2765S: Maintained
2766
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002767MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002768P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002769M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002770L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002771W: http://megaraid.lsilogic.com
2772S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002773
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002774MEMORY MANAGEMENT
2775L: linux-mm@kvack.org
2776L: linux-kernel@vger.kernel.org
2777W: http://www.linux-mm.org
2778S: Maintained
2779
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002780MEMORY RESOURCE CONTROLLER
2781P: Balbir Singh
2782M: balbir@linux.vnet.ibm.com
2783P: Pavel Emelyanov
2784M: xemul@openvz.org
2785P: KAMEZAWA Hiroyuki
2786M: kamezawa.hiroyu@jp.fujitsu.com
2787L: linux-mm@kvack.org
2788L: linux-kernel@vger.kernel.org
2789S: Maintained
2790
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002791MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792P: David Woodhouse
2793M: dwmw2@infradead.org
2794W: http://www.linux-mtd.infradead.org/
2795L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002796T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797S: Maintained
2798
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002799MEI MN10300/AM33 PORT
2800P: David Howells
2801M: dhowells@redhat.com
2802P: Koichi Yasutake
2803M: yasutake.koichi@jp.panasonic.com
2804L: linux-am33-list@redhat.com (moderated for non-subscribers)
2805W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
Artem Bityutskiy48576402007-02-13 17:11:10 +02002806S: Maintained
2807
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808MICROTEK X6 SCANNER
2809P: Oliver Neukum
2810M: oliver@neukum.name
2811S: Maintained
2812
2813MIPS
2814P: Ralf Baechle
2815M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002816W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002818T: git www.linux-mips.org:/pub/scm/linux.git
2819S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820
2821MISCELLANEOUS MCA-SUPPORT
2822P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002823M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
2827MODULE SUPPORT
2828P: Rusty Russell
2829M: rusty@rustcorp.com.au
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
2833MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2834P: Stelian Pop
2835M: stelian@popies.net
2836W: http://popies.net/meye/
2837S: Maintained
2838
Pavel Pisac58ff042007-05-16 01:10:41 +02002839MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2840P: Pavel Pisa
2841M: ppisa@pikron.com
2842L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002843S: Maintained
2844
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845MOUSE AND MISC DEVICES [GENERAL]
2846P: Alessandro Rubini
2847M: rubini@ipvvis.unipv.it
2848L: linux-kernel@vger.kernel.org
2849S: Maintained
2850
Jiri Slabyb9705b62008-04-30 00:53:48 -07002851MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002852P: Jiri Slaby
2853M: jirislaby@gmail.com
2854L: linux-kernel@vger.kernel.org
2855S: Maintained
2856
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002857MSI LAPTOP SUPPORT
2858P: Lennart Poettering
2859M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002860W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002861W: http://0pointer.de/lennart/tchibo.html
2862S: Maintained
2863
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002864MULTIFUNCTION DEVICES (MFD)
2865P: Samuel Ortiz
2866M: sameo@openedhand.com
2867L: linux-kernel@vger.kernel.org
2868S: Supported
2869
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002870MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002871P: Pierre Ossman
2872M: drzeus-mmc@drzeus.cx
2873L: linux-kernel@vger.kernel.org
2874S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002875
David Brownell15a05802007-08-08 09:12:54 -07002876MULTIMEDIA CARD (MMC) ETC. OVER SPI
2877P: David Brownell
2878M: dbrownell@users.sourceforge.net
2879L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002880S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002881
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882MULTISOUND SOUND DRIVER
2883P: Andrew Veliath
2884M: andrewtv@usa.net
2885S: Maintained
2886
Jiri Slabyd7354102006-12-08 02:38:35 -08002887MULTITECH MULTIPORT CARD (ISICOM)
2888P: Jiri Slaby
2889M: jirislaby@gmail.com
2890L: linux-kernel@vger.kernel.org
2891S: Maintained
2892
Felipe Balbi550a7372008-07-24 12:27:36 +03002893MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002894P: Felipe Balbi
2895M: felipe.balbi@nokia.com
2896L: linux-usb@vger.kernel.org
2897S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002898
Brice Goglin2d3cf582008-05-17 12:45:36 +02002899MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2900P: Andrew Gallatin
2901M: gallatin@myri.com
2902P: Brice Goglin
2903M: brice@myri.com
2904L: netdev@vger.kernel.org
2905W: http://www.myri.com/scs/download-Myri10GE.html
2906S: Supported
2907
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002909P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910M: thockin@hockin.org
2911S: Maintained
2912
2913NCP FILESYSTEM
2914P: Petr Vandrovec
2915M: vandrove@vc.cvut.cz
2916L: linware@sh.cvut.cz
2917S: Maintained
2918
2919NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2920P: James E.J. Bottomley
2921M: James.Bottomley@HansenPartnership.com
2922L: linux-scsi@vger.kernel.org
2923S: Maintained
2924
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002925NETEFFECT IWARP RNIC DRIVER (IW_NES)
2926P: Faisal Latif
2927M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002928P: Chien Tung
2929M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002930L: general@lists.openfabrics.org
2931W: http://www.neteffect.com
2932S: Supported
2933F: drivers/infiniband/hw/nes/
2934
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002935NETEM NETWORK EMULATOR
2936P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002937M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002938L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002939S: Maintained
2940
Jiri Slaby4a584482007-08-30 23:56:39 -07002941NETERION (S2IO) Xframe 10GbE DRIVER
2942P: Ramkrishna Vepa
2943M: ram.vepa@neterion.com
2944P: Rastapur Santosh
2945M: santosh.rastapur@neterion.com
2946P: Sivakumar Subramani
2947M: sivakumar.subramani@neterion.com
2948P: Sreenivasa Honnur
2949M: sreenivasa.honnur@neterion.com
2950L: netdev@vger.kernel.org
2951W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2952S: Supported
2953
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954NETFILTER/IPTABLES/IPCHAINS
2955P: Rusty Russell
2956P: Marc Boucher
2957P: James Morris
2958P: Harald Welte
2959P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002960P: Patrick McHardy
2961M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002962L: netfilter-devel@vger.kernel.org
2963L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002964L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965W: http://www.netfilter.org/
2966W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967S: Supported
2968
Paul Moore4cc67732006-09-25 15:57:13 -07002969NETLABEL
2970P: Paul Moore
2971M: paul.moore@hp.com
2972W: http://netlabel.sf.net
2973L: netdev@vger.kernel.org
2974S: Supported
2975
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976NETROM NETWORK LAYER
2977P: Ralf Baechle
2978M: ralf@linux-mips.org
2979L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002980W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981S: Maintained
2982
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002983NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984P: Paul Clements
2985M: Paul.Clements@steeleye.com
2986S: Maintained
2987
2988NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989P: Jeff Garzik
2990M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002991L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002992T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993S: Maintained
2994
2995NETWORKING [GENERAL]
2996P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002997M: netdev@vger.kernel.org
2998L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002999W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000S: Maintained
3001
3002NETWORKING [IPv4/IPv6]
3003P: David S. Miller
3004M: davem@davemloft.net
3005P: Alexey Kuznetsov
3006M: kuznet@ms2.inr.ac.ru
3007P: Pekka Savola (ipv6)
3008M: pekkas@netcore.fi
3009P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003010M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011P: Hideaki YOSHIFUJI
3012M: yoshfuji@linux-ipv6.org
3013P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003014M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003015L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003016T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017S: Maintained
3018
James Morris10e2ff12007-08-25 14:41:28 -07003019NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3020P: Paul Moore
3021M: paul.moore@hp.com
3022L: netdev@vger.kernel.org
3023S: Maintained
3024
John W. Linville29f8f632006-01-18 14:52:48 -08003025NETWORKING [WIRELESS]
3026P: John W. Linville
3027M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003028L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003029T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3030S: Maintained
3031
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003032NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003033P: Dhananjay Phadke
3034M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003035L: netdev@vger.kernel.org
3036W: http://www.netxen.com
3037S: Supported
3038
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003039NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003041M: Trond.Myklebust@netapp.com
3042L: linux-nfs@vger.kernel.org
3043W: http://client.linux-nfs.org
3044T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045S: Maintained
3046
3047NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003048P: Jan-Pascal van Best
3049M: janpascal@vanbest.org
3050P: Andreas Mohr
3051M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003052L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053S: Maintained
3054
3055NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3056P: YOKOTA Hiroshi
3057M: yokota@netlab.is.tsukuba.ac.jp
3058W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3059S: Maintained
3060
3061NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3062P: GOTO Masanori
3063M: gotom@debian.or.jp
3064P: YOKOTA Hiroshi
3065M: yokota@netlab.is.tsukuba.ac.jp
3066W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3067S: Maintained
3068
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069NTFS FILESYSTEM
3070P: Anton Altaparmakov
3071M: aia21@cantab.net
3072L: linux-ntfs-dev@lists.sourceforge.net
3073L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003074W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003075T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076S: Maintained
3077
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003078NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003079P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003080M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003081L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003082S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083
Bob Copeland0ad122d2008-07-25 19:45:18 -07003084OMFS FILESYSTEM
3085P: Bob Copeland
3086M: me@bobcopeland.com
3087L: linux-karma-devel@lists.sourceforge.net
3088S: Maintained
3089
Harald Weltec1986ee2005-11-13 16:06:29 -08003090OMNIKEY CARDMAN 4000 DRIVER
3091P: Harald Welte
3092M: laforge@gnumonks.org
3093S: Maintained
3094
Harald Welte77c44ab2005-11-13 16:06:26 -08003095OMNIKEY CARDMAN 4040 DRIVER
3096P: Harald Welte
3097M: laforge@gnumonks.org
3098S: Maintained
3099
Jonathan Corbet77d51402007-03-22 19:44:17 -03003100OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003101P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003102M: corbet@lwn.net
3103L: video4linux-list@redhat.com
3104S: Maintained
3105
Thomas Gleixner431bca72007-05-02 09:31:35 +02003106ONENAND FLASH DRIVER
3107P: Kyungmin Park
3108M: kyungmin.park@samsung.com
3109L: linux-mtd@lists.infradead.org
3110S: Maintained
3111
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112ONSTREAM SCSI TAPE DRIVER
3113P: Willem Riede
3114M: osst@riede.org
3115L: osst-users@lists.sourceforge.net
3116L: linux-scsi@vger.kernel.org
3117S: Maintained
3118
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003119OPENCORES I2C BUS DRIVER
3120P: Peter Korsgaard
3121M: jacmet@sunsite.dk
3122L: i2c@lm-sensors.org
3123S: Maintained
3124
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003126P: Robert Richter
3127M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128L: oprofile-list@lists.sf.net
3129S: Maintained
3130
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003131ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3132P: Mark Fasheh
3133M: mfasheh@suse.com
3134P: Joel Becker
3135M: joel.becker@oracle.com
3136L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3137W: http://oss.oracle.com/projects/ocfs2/
3138T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3139S: Supported
3140
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141ORINOCO DRIVER
3142P: Pavel Roskin
3143M: proski@gnu.org
3144P: David Gibson
3145M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003146L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003147L: orinoco-users@lists.sourceforge.net
3148L: orinoco-devel@lists.sourceforge.net
3149W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003152P54 WIRELESS DRIVER
3153P: Michael Wu
3154M: flamingice@sourmilk.net
3155L: linux-wireless@vger.kernel.org
3156W: http://prism54.org
3157T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3158S: Maintained
3159
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003160PA SEMI ETHERNET DRIVER
3161P: Olof Johansson
3162M: olof@lixom.net
3163L: netdev@vger.kernel.org
3164S: Maintained
3165
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003166PA SEMI SMBUS DRIVER
3167P: Olof Johansson
3168M: olof@lixom.net
3169L: i2c@lm-sensors.org
3170S: Maintained
3171
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003173L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003174S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003176PARAVIRT_OPS INTERFACE
3177P: Jeremy Fitzhardinge
3178M: jeremy@xensource.com
3179P: Chris Wright
3180M: chrisw@sous-sol.org
3181P: Zachary Amsden
3182M: zach@vmware.com
3183P: Rusty Russell
3184M: rusty@rustcorp.com.au
3185L: virtualization@lists.osdl.org
3186L: linux-kernel@vger.kernel.org
3187S: Supported
3188
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3190P: Tim Waugh
3191M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003192L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193W: http://www.torque.net/linux-pp.html
3194S: Maintained
3195
3196PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003197P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003198M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199P: Matthew Wilcox
3200M: matthew@wil.cx
3201P: Grant Grundler
3202M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003203L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003205T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206S: Maintained
3207
Jim Cromie1662d322006-10-06 00:43:59 -07003208PC87360 HARDWARE MONITORING DRIVER
3209P: Jim Cromie
3210M: jim.cromie@gmail.com
3211L: lm-sensors@lm-sensors.org
3212S: Maintained
3213
3214PC8736x GPIO DRIVER
3215P: Jim Cromie
3216M: jim.cromie@gmail.com
3217S: Maintained
3218
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003219PCI ERROR RECOVERY
3220P: Linas Vepstas
3221M: linas@austin.ibm.com
3222L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003223L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003224S: Supported
3225
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003227P: Jesse Barnes
3228M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003230L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003231T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232S: Supported
3233
3234PCI HOTPLUG CORE
Jean Delvare795fb7e2008-09-20 12:33:08 +02003235P: Kristen Carlson Accardi
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003236M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237S: Supported
3238
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003239PCIE HOTPLUG DRIVER
3240P: Kristen Carlson Accardi
3241M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003242L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003243S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003244
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003246P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003247L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003248W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003249T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003250S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251
3252PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003253P: Don Fry
3254M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003255L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256S: Maintained
3257
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003258PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003259P: Balbir Singh
3260M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003261L: linux-kernel@vger.kernel.org
3262S: Maintained
3263
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003264PERSONALITY HANDLING
3265P: Christoph Hellwig
3266M: hch@infradead.org
3267L: linux-abi-devel@lists.sourceforge.net
3268S: Maintained
3269
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003271P: Joern Engel
3272M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273L: linux-mtd@lists.infradead.org
3274S: Maintained
3275
Peter Osterlund249a6772005-09-27 21:45:30 -07003276PKTCDVD DRIVER
3277P: Peter Osterlund
3278M: petero2@telia.com
3279L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003280S: Maintained
3281
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003283P: Thomas Gleixner
3284M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003285L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286S: Supported
3287
Anton Vorontsov3be86142007-07-15 04:43:36 +04003288POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3289P: Anton Vorontsov
3290M: cbou@mail.ru
3291P: David Woodhouse
3292M: dwmw2@infradead.org
3293L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003294T: git git.infradead.org/battery-2.6.git
3295S: Maintained
3296
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297PNP SUPPORT
3298P: Adam Belay
3299M: ambx1@neo.rr.com
3300S: Maintained
3301
Vitaly Wool999445d2007-01-04 13:07:03 +01003302PNXxxxx I2C DRIVER
3303P: Vitaly Wool
3304M: vitalywool@gmail.com
3305L: i2c@lm-sensors.org
3306S: Maintained
3307
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308PPP PROTOCOL DRIVERS AND COMPRESSORS
3309P: Paul Mackerras
3310M: paulus@samba.org
3311L: linux-ppp@vger.kernel.org
3312S: Maintained
3313
3314PPP OVER ATM (RFC 2364)
3315P: Mitchell Blank Jr
3316M: mitch@sfgoth.com
3317S: Maintained
3318
3319PPP OVER ETHERNET
3320P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003321M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322S: Maintained
3323
James Chapmana6d23702007-06-27 15:53:17 -07003324PPP OVER L2TP
3325P: James Chapman
3326M: jchapman@katalix.com
3327S: Maintained
3328
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329PREEMPTIBLE KERNEL
3330P: Robert Love
3331M: rml@tech9.net
3332L: linux-kernel@vger.kernel.org
3333L: kpreempt-tech@lists.sourceforge.net
3334W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3335S: Supported
3336
3337PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003338P: Luis R. Rodriguez
3339M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003340L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341W: http://prism54.org
3342S: Maintained
3343
3344PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3345P: Peter Denison
3346M: promise@pnd-pc.demon.co.uk
3347W: http://www.pnd-pc.demon.co.uk/promise/
3348S: Maintained
3349
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003350PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3351P: Mikael Pettersson
3352M: mikpe@it.uu.se
3353L: linux-ide@vger.kernel.org
3354S: Maintained
3355
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003356PS3 NETWORK SUPPORT
3357P: Masakazu Mokuno
3358M: mokuno@sm.sony.co.jp
3359L: netdev@vger.kernel.org
3360L: cbe-oss-dev@ozlabs.org
3361S: Supported
3362
Geoff Levandf58a9d12006-11-23 00:46:51 +01003363PS3 PLATFORM SUPPORT
3364P: Geoff Levand
3365M: geoffrey.levand@am.sony.com
3366L: linuxppc-dev@ozlabs.org
3367L: cbe-oss-dev@ozlabs.org
3368S: Supported
3369
Michael Krufky83202042006-07-03 00:24:18 -07003370PVRUSB2 VIDEO4LINUX DRIVER
3371P: Mike Isely
3372M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003373L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003374L: video4linux-list@redhat.com
3375W: http://www.isely.net/pvrusb2/
3376S: Maintained
3377
Eric Miao30ec2612008-06-12 15:21:41 -07003378PXA2xx/PXA3xx SUPPORT
3379P: Eric Miao
3380M: eric.miao@marvell.com
3381P: Russell King
3382M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003383L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384S: Maintained
3385
Pierre Ossman272f1332007-05-14 21:25:26 +02003386PXA MMCI DRIVER
3387S: Orphan
3388
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389QLOGIC QLA2XXX FC-SCSI DRIVER
3390P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003391M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392L: linux-scsi@vger.kernel.org
3393S: Supported
3394
Ron Mercer5a4faa82006-07-25 00:40:21 -07003395QLOGIC QLA3XXX NETWORK DRIVER
3396P: Ron Mercer
3397M: linux-driver@qlogic.com
3398L: netdev@vger.kernel.org
3399S: Supported
3400
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003401QLOGIC QLGE 10Gb ETHERNET DRIVER
3402P: Ron Mercer
3403M: linux-driver@qlogic.com
3404M: ron.mercer@qlogic.com
3405L: netdev@vger.kernel.org
3406S: Supported
3407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408QNX4 FILESYSTEM
3409P: Anders Larsen
3410M: al@alarsen.net
3411L: linux-kernel@vger.kernel.org
3412W: http://www.alarsen.net/linux/qnx4fs/
3413S: Maintained
3414
3415RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003416P: Benjamin Herrenschmidt
3417M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003418L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419S: Maintained
3420
3421RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003422P: Paul Mackerras
3423M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003424L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425S: Maintained
3426
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003427RALINK RT2X00 WLAN DRIVER
3428P: rt2x00 project
3429L: linux-wireless@vger.kernel.org
3430L: rt2400-devel@lists.sourceforge.net
3431W: http://rt2x00.serialmonkey.com/
3432S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003433T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003434F: drivers/net/wireless/rt2x00/
3435
Nick Piggin9db55792008-02-08 04:19:49 -08003436RAMDISK RAM BLOCK DEVICE DRIVER
3437P: Nick Piggin
3438M: npiggin@suse.de
3439S: Maintained
3440
Matt Mackall9e95ce22005-04-16 15:25:56 -07003441RANDOM NUMBER DRIVER
3442P: Matt Mackall
3443M: mpm@selenic.com
3444S: Maintained
3445
Matt Porter394b7012005-11-07 01:00:15 -08003446RAPIDIO SUBSYSTEM
3447P: Matt Porter
3448M: mporter@kernel.crashing.org
3449L: linux-kernel@vger.kernel.org
3450S: Maintained
3451
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003452RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3453P: Corey Thomas
3454M: coreythomas@charter.net
3455L: linux-wireless@vger.kernel.org
3456S: Maintained
3457
3458RCUTORTURE MODULE
3459P: Josh Triplett
3460M: josh@freedesktop.org
3461L: linux-kernel@vger.kernel.org
3462S: Maintained
3463
Florian Fainellic1f766b2008-02-06 22:39:44 +01003464RDC R-321X SoC
3465P: Florian Fainelli
3466M: florian.fainelli@telecomint.eu
3467L: linux-kernel@vger.kernel.org
3468S: Maintained
3469
Florian Fainellidb17f392007-12-19 11:30:30 +01003470RDC R6040 FAST ETHERNET DRIVER
3471P: Florian Fainelli
3472M: florian.fainelli@telecomint.eu
3473L: netdev@vger.kernel.org
3474S: Maintained
3475
Josh Triplett595182b2006-10-04 02:17:21 -07003476READ-COPY UPDATE (RCU)
3477P: Dipankar Sarma
3478M: dipankar@in.ibm.com
3479W: http://www.rdrop.com/users/paulmck/rclock/
3480L: linux-kernel@vger.kernel.org
3481S: Supported
3482
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483REAL TIME CLOCK DRIVER
3484P: Paul Gortmaker
3485M: p_gortmaker@yahoo.com
3486L: linux-kernel@vger.kernel.org
3487S: Maintained
3488
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003489REAL TIME CLOCK (RTC) SUBSYSTEM
3490P: Alessandro Zummo
3491M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003492L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003493S: Maintained
3494
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003496L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497S: Supported
3498
Ivo van Doorne08976452008-04-12 19:23:55 +02003499RFKILL
3500P: Ivo van Doorn
3501M: IvDoorn@gmail.com
3502L: netdev@vger.kernel.org
3503S: Maintained
3504F: net/rfkill
3505
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003506RISCOM8 DRIVER
3507S: Orphan
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509ROCKETPORT DRIVER
3510P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511W: http://www.comtrol.com
3512S: Maintained
3513
3514ROSE NETWORK LAYER
3515P: Ralf Baechle
3516M: ralf@linux-mips.org
3517L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003518W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519S: Maintained
3520
Michael Wu605bebe2007-05-14 01:41:02 -04003521RTL818X WIRELESS DRIVER
3522P: Michael Wu
3523M: flamingice@sourmilk.net
3524P: Andrea Merello
3525M: andreamrl@tiscali.it
3526L: linux-wireless@vger.kernel.org
3527W: http://linuxwireless.org/
3528T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3529S: Maintained
3530
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003531S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003532P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003533M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003534L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003535S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003536
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537S390
3538P: Martin Schwidefsky
3539M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003540P: Heiko Carstens
3541M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003543L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003544W: http://www.ibm.com/developerworks/linux/linux390/
3545S: Supported
3546
3547S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003548P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003549M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003550P: Frank Blaschka
3551M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003552M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003553L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003554W: http://www.ibm.com/developerworks/linux/linux390/
3555S: Supported
3556
3557S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003558P: Christof Schmitt
3559M: christof.schmitt@de.ibm.com
3560P: Martin Peschke
3561M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003562M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003563L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003564W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565S: Supported
3566
Ursula Braundd96df22007-09-19 13:09:02 +02003567S390 IUCV NETWORK LAYER
3568P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003569M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003570M: linux390@de.ibm.com
3571L: linux-s390@vger.kernel.org
3572W: http://www.ibm.com/developerworks/linux/linux390/
3573S: Supported
3574
Ben Dooks4dde7f72008-06-30 22:40:38 +01003575S3C24XX SD/MMC Driver
3576P: Ben Dooks
3577M: ben-linux@fluff.org
3578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3579L: linux-kernel@vger.kernel.org
3580S: Supported
3581
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582SAA7146 VIDEO4LINUX-2 DRIVER
3583P: Michael Hunold
3584M: michael@mihu.de
3585W: http://www.mihu.de/linux/saa7146
3586S: Maintained
3587
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588SC1200 WDT DRIVER
3589P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003590M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591S: Maintained
3592
3593SCHEDULER
3594P: Ingo Molnar
3595M: mingo@elte.hu
3596P: Robert Love [the preemptible kernel bits]
3597M: rml@tech9.net
3598L: linux-kernel@vger.kernel.org
3599S: Maintained
3600
3601SCSI CDROM DRIVER
3602P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003603M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604L: linux-scsi@vger.kernel.org
3605W: http://www.kernel.dk
3606S: Maintained
3607
3608SCSI SG DRIVER
3609P: Doug Gilbert
3610M: dgilbert@interlog.com
3611L: linux-scsi@vger.kernel.org
3612W: http://www.torque.net/sg
3613S: Maintained
3614
3615SCSI SUBSYSTEM
3616P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003617M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003619T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003620T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3621T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622S: Maintained
3623
3624SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003625P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626M: Kai.Makisara@kolumbus.fi
3627L: linux-scsi@vger.kernel.org
3628S: Maintained
3629
3630SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003631P: Vlad Yasevich
3632M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003633P: Sridhar Samudrala
3634M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003635L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003636W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003637S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638
3639SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003640P: Jim Cromie
3641M: jim.cromie@gmail.com
3642S: Odd Fixes
3643
3644SCx200 GPIO DRIVER
3645P: Jim Cromie
3646M: jim.cromie@gmail.com
3647S: Maintained
3648
3649SCx200 HRT CLOCKSOURCE DRIVER
3650P: Jim Cromie
3651M: jim.cromie@gmail.com
3652S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653
Sascha Sommer6a369132008-07-15 14:21:29 +02003654SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3655P: Sascha Sommer
3656M: saschasommer@freenet.de
3657L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3658S: Maintained
3659
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003660SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3661P: Pierre Ossman
3662M: drzeus-sdhci@drzeus.cx
3663L: sdhci-devel@list.drzeus.cx
3664S: Maintained
3665
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666SECURITY CONTACT
3667P: Security Officers
3668M: security@kernel.org
3669S: Supported
3670
3671SELINUX SECURITY MODULE
3672P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003673M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003675M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003676P: Eric Paris
3677M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003679L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003680W: http://selinuxproject.org
3681T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682S: Supported
3683
Jiri Slabycef2cf02007-05-08 00:31:45 -07003684SENSABLE PHANTOM
3685P: Jiri Slaby
3686M: jirislaby@gmail.com
3687S: Maintained
3688
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689SERIAL ATA (SATA) SUBSYSTEM:
3690P: Jeff Garzik
3691M: jgarzik@pobox.com
3692L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003693T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694S: Supported
3695
Ben Hutchings8ceee662008-04-27 12:55:59 +01003696SFC NETWORK DRIVER
3697P: Steve Hodgson
3698P: Ben Hutchings
3699P: Robert Stonehouse
3700M: linux-net-drivers@solarflare.com
3701S: Supported
3702
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003703SGI GRU DRIVER
3704P: Jack Steiner
3705M: steiner@sgi.com
3706S: Maintained
3707
3708SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3709P: Pat Gefre
3710M: pfg@sgi.com
3711L: linux-ia64@vger.kernel.org
3712S: Supported
3713
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714SGI VISUAL WORKSTATION 320 AND 540
3715P: Andrey Panin
3716M: pazke@donpac.ru
3717L: linux-visws-devel@lists.sf.net
3718W: http://linux-visws.sf.net
3719S: Maintained for 2.6.
3720
Jack Steiner75312612008-08-15 00:40:42 -07003721SGI XP/XPC/XPNET DRIVER
3722P: Dean Nelson
3723M: dcn@sgi.com
3724S: Maintained
3725
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003726SHARP LH SUPPORT (LH7952X & LH7A40X)
3727P: Marc Singer
3728M: elf@buici.com
3729W: http://projects.buici.com/arm
3730L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3731S: Maintained
3732
3733SHPC HOTPLUG DRIVER
3734P: Kristen Carlson Accardi
3735M: kristen.c.accardi@intel.com
3736L: linux-pci@vger.kernel.org
3737S: Supported
3738
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739SIMTEC EB110ATX (Chalice CATS)
3740P: Ben Dooks
3741P: Vincent Sanders
3742M: support@simtec.co.uk
3743W: http://www.simtec.co.uk/products/EB110ATX/
3744S: Supported
3745
3746SIMTEC EB2410ITX (BAST)
3747P: Ben Dooks
3748P: Vincent Sanders
3749M: support@simtec.co.uk
3750W: http://www.simtec.co.uk/products/EB2410ITX/
3751S: Supported
3752
Francois Romieu92aab3c2005-07-30 13:11:18 +02003753SIS 190 ETHERNET DRIVER
3754P: Francois Romieu
3755M: romieu@fr.zoreil.com
3756L: netdev@vger.kernel.org
3757S: Maintained
3758
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759SIS 900/7016 FAST ETHERNET DRIVER
3760P: Daniele Venzano
3761M: venza@brownhat.org
3762W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003763L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764S: Maintained
3765
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003766SIS 96X I2C/SMBUS DRIVER
3767P: Mark M. Hoffman
3768M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02003769L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003770S: Maintained
3771
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772SIS FRAMEBUFFER DRIVER
3773P: Thomas Winischhofer
3774M: thomas@winischhofer.net
3775W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003776S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777
3778SIS USB2VGA DRIVER
3779P: Thomas Winischhofer
3780M: thomas@winischhofer.net
3781W: http://www.winischhofer.at/linuxsisusbvga.shtml
3782S: Maintained
3783
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003784SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3785P: Stephen Hemminger
3786M: shemminger@linux-foundation.org
3787L: netdev@vger.kernel.org
3788S: Maintained
3789
Christoph Lameter415ad262007-07-26 10:40:56 -07003790SLAB ALLOCATOR
3791P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003792M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003793P: Pekka Enberg
3794M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003795P: Matt Mackall
3796M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003797L: linux-mm@kvack.org
3798S: Maintained
3799
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800SMC91x ETHERNET DRIVER
3801P: Nicolas Pitre
3802M: nico@cam.org
3803S: Maintained
3804
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003805SMSC47B397 HARDWARE MONITOR DRIVER
3806P: Mark M. Hoffman
3807M: mhoffman@lightlink.com
3808L: lm-sensors@lm-sensors.org
3809S: Maintained
3810
Ben Nizetteb54f2862008-03-13 22:27:30 +11003811SMX UIO Interface
3812P: Ben Nizette
3813M: bn@niasdigital.com
3814S: Maintained
3815
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003816SN-IA64 (Itanium) SUB-PLATFORM
3817P: Jes Sorensen
3818M: jes@sgi.com
3819L: linux-altix@sgi.com
3820L: linux-ia64@vger.kernel.org
3821W: http://www.sgi.com/altix
3822S: Maintained
3823
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003824SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003825P: Guennadi Liakhovetski
3826M: g.liakhovetski@gmx.de
3827L: video4linux-list@redhat.com
3828S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003829
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003830SOEKRIS NET48XX LED SUPPORT
3831P: Chris Boot
3832M: bootc@bootc.net
3833S: Maintained
3834
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835SOFTWARE RAID (Multiple Disks) SUPPORT
3836P: Ingo Molnar
3837M: mingo@redhat.com
3838P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003839M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003841S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843SONIC NETWORK DRIVER
3844P: Thomas Bogendoerfer
3845M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003846L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847S: Maintained
3848
Michael Buesch61e115a2007-09-18 15:12:50 -04003849SONICS SILICON BACKPLANE DRIVER (SSB)
3850P: Michael Buesch
3851M: mb@bu3sch.de
3852L: netdev@vger.kernel.org
3853S: Maintained
3854
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003856P: Mattia Dongili
3857M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003858L: linux-acpi@vger.kernel.org
3859W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860S: Maintained
3861
Alex Dubovbaf85322008-02-09 10:20:54 -08003862SONY MEMORYSTICK CARD SUPPORT
3863P: Alex Dubov
3864M: oakad@yahoo.com
3865L: linux-kernel@vger.kernel.org
3866W: http://tifmxx.berlios.de/
3867S: Maintained
3868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869SOUND
3870P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003871M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003872P: Takashi Iwai
3873M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003874L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875S: Maintained
3876
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003877SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3878P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003879M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003880P: Mark Brown
3881M: broonie@opensource.wolfsonmicro.com
3882T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003883L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003884W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003885S: Supported
3886
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887SPARC (sparc32):
3888P: William L. Irwin
3889M: wli@holomorphy.com
3890L: sparclinux@vger.kernel.org
3891S: Maintained
3892
3893SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3894P: Roger Wolff
3895M: R.E.Wolff@BitWizard.nl
3896L: linux-kernel@vger.kernel.org ?
3897S: Supported
3898
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003899SPI SUBSYSTEM
3900P: David Brownell
3901M: dbrownell@users.sourceforge.net
3902L: spi-devel-general@lists.sourceforge.net
3903S: Maintained
3904
Jim Lewis2752e402006-09-29 02:01:19 -07003905SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003906P: Ishizaki Kou
3907M: kou.ishizaki@toshiba.co.jp
3908P: Jens Osterkamp
3909M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003910L: netdev@vger.kernel.org
3911S: Supported
3912
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003913SPU FILE SYSTEM
3914P: Jeremy Kerr
3915M: jk@ozlabs.org
3916L: linuxppc-dev@ozlabs.org
3917L: cbe-oss-dev@ozlabs.org
3918W: http://www.ibm.com/developerworks/power/cell/
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
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003927STABLE BRANCH:
3928P: Greg Kroah-Hartman
3929M: greg@kroah.com
3930P: Chris Wright
3931M: chrisw@sous-sol.org
3932L: stable@kernel.org
3933S: Maintained
3934
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935STARFIRE/DURALAN NETWORK DRIVER
3936P: Ion Badulescu
3937M: ionut@cs.columbia.edu
3938S: Maintained
3939
3940STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3941W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003942S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943
3944STRADIS MPEG-2 DECODER DRIVER
3945P: Nathan Laredo
3946M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947W: http://www.stradis.com/
3948S: Maintained
3949
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003950SUN3/3X
3951P: Sam Creasey
3952M: sammy@sammy.net
3953W: http://sammy.net/sun3/
3954S: Maintained
3955
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003956SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957P: Paul Mundt
3958M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003959L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003961T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003962S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003964SUSPEND TO RAM:
3965P: Len Brown
3966M: len.brown@intel.com
3967P: Pavel Machek
3968M: pavel@suse.cz
3969P: Rafael J. Wysocki
3970M: rjw@sisk.pl
3971L: linux-pm@lists.linux-foundation.org
3972S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973
3974SVGA HANDLING
3975P: Martin Mares
3976M: mj@ucw.cz
3977L: linux-video@atrey.karlin.mff.cuni.cz
3978S: Maintained
3979
3980SYSV FILESYSTEM
3981P: Christoph Hellwig
3982M: hch@infradead.org
3983S: Maintained
3984
Alan Cox4e688522008-04-30 00:52:11 -07003985TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003986P: Balbir Singh
3987M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003988L: linux-kernel@vger.kernel.org
3989S: Maintained
3990
Stephen Hemminger781b4562006-07-10 20:25:29 -07003991TC CLASSIFIER
3992P: Jamal Hadi Salim
3993M: hadi@cyberus.ca
3994L: netdev@vger.kernel.org
3995S: Maintained
3996
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003997TCP LOW PRIORITY MODULE
3998P: Wong Hoi Sing, Edison
3999M: hswong3i@gmail.com
4000P: Hung Hing Lun, Mike
4001M: hlhung3i@gmail.com
4002W: http://tcp-lp-mod.sourceforge.net/
4003S: Maintained
4004
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004005TEHUTI ETHERNET DRIVER
4006P: Alexander Indenbaum
4007M: baum@tehutinetworks.net
4008P: Andy Gospodarek
4009M: andy@greyhouse.net
4010L: netdev@vger.kernel.org
4011S: Supported
4012
Alan Cox4e688522008-04-30 00:52:11 -07004013Telecom Clock Driver for MCPL0010
4014P: Mark Gross
4015M: mark.gross@intel.com
4016S: Supported
4017
4018TENSILICA XTENSA PORT (xtensa):
4019P: Chris Zankel
4020M: chris@zankel.net
4021S: Maintained
4022
4023THINKPAD ACPI EXTRAS DRIVER
4024P: Henrique de Moraes Holschuh
4025M: ibm-acpi@hmh.eng.br
4026L: ibm-acpi-devel@lists.sourceforge.net
4027W: http://ibm-acpi.sourceforge.net
4028W: http://thinkwiki.org/wiki/Ibm-acpi
4029T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4030S: Maintained
4031
Alex Dubov4020f2d2006-10-04 02:15:37 -07004032TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004033P: Alex Dubov
4034M: oakad@yahoo.com
4035S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004036
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004037TI OMAP MMC INTERFACE DRIVER
4038P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004039M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004040W: http://linux.omap.com
4041W: http://www.muru.com/linux/omap/
4042S: Maintained
4043
Michael Buesch844dd052006-06-26 00:24:59 -07004044TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4045P: Deepak Saxena
4046M: dsaxena@plexity.net
4047S: Maintained
4048
Per Lidene86eaa32006-01-12 16:45:18 +01004049TIPC NETWORK LAYER
4050P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004051M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004052P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004053M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004054P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004055M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004056L: tipc-discussion@lists.sourceforge.net
4057W: http://tipc.sourceforge.net/
4058W: http://tipc.cslab.ericsson.net/
4059T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4060S: Maintained
4061
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062TLAN NETWORK DRIVER
4063P: Samuel Chessman
4064M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004065L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066W: http://sourceforge.net/projects/tlan/
4067S: Maintained
4068
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069TOSHIBA ACPI EXTRAS DRIVER
4070P: John Belmonte
4071M: toshiba_acpi@memebeam.org
4072W: http://memebeam.org/toys/ToshibaAcpiDriver
4073S: Maintained
4074
4075TOSHIBA SMM DRIVER
4076P: Jonathan Buzzard
4077M: jonathan@buzzard.org.uk
4078L: tlinux-users@tce.toshiba-dme.co.jp
4079W: http://www.buzzard.org.uk/toshiba/
4080S: Maintained
4081
Alan Cox4e688522008-04-30 00:52:11 -07004082TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004083P: Debora Velarde
4084M: debora@linux.vnet.ibm.com
4085P: Rajiv Andrade
4086M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004087W: http://tpmdd.sourceforge.net
4088P: Marcel Selhorst
4089M: tpm@selhorst.net
4090W: http://www.prosec.rub.de/tpm/
4091L: tpmdd-devel@lists.sourceforge.net
4092S: Maintained
4093
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004095P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004096M: trivial@kernel.org
4097L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098S: Maintained
4099
Alan Cox4e688522008-04-30 00:52:11 -07004100TTY LAYER
4101P: Alan Cox
4102M: alan@lxorguk.ukuu.org.uk
4103L: linux-kernel@vger.kernel.org
4104S: Maintained
4105
Grant Grundler740db6d2008-02-17 11:53:49 -07004106TULIP NETWORK DRIVERS
4107P: Grant Grundler
4108M: grundler@parisc-linux.org
4109P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004110M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004111L: netdev@vger.kernel.org
4112S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113
4114TUN/TAP driver
4115P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004116M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117L: vtun@office.satix.net
4118W: http://vtun.sourceforge.net/tun
4119S: Maintained
4120
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004121TURBOCHANNEL SUBSYSTEM
4122P: Maciej W. Rozycki
4123M: macro@linux-mips.org
4124S: Maintained
4125
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126U14-34F SCSI DRIVER
4127P: Dario Ballabio
4128M: ballabio_dario@emc.com
4129L: linux-scsi@vger.kernel.org
4130S: Maintained
4131
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004132UBI FILE SYSTEM (UBIFS)
4133P: Artem Bityutskiy
4134M: dedekind@infradead.org
4135P: Adrian Hunter
4136M: ext-adrian.hunter@nokia.com
4137L: linux-mtd@lists.infradead.org
4138T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
4139W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4140S: Maintained
4141
Alan Coxcc2020e2008-05-19 14:21:51 +01004142UCLINUX (AND M68KNOMMU)
4143P: Greg Ungerer
4144M: gerg@uclinux.org
4145W: http://www.uclinux.org/
4146L: uclinux-dev@uclinux.org (subscribers-only)
4147S: Maintained
4148
Alan Coxcc2020e2008-05-19 14:21:51 +01004149UCLINUX FOR RENESAS H8/300
4150P: Yoshinori Sato
4151M: ysato@users.sourceforge.jp
4152W: http://uclinux-h8.sourceforge.jp/
4153S: Supported
4154
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004156P: Jan Kara
4157M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158W: http://linux-udf.sourceforge.net
4159S: Maintained
4160
Alan Coxcc2020e2008-05-19 14:21:51 +01004161UFS FILESYSTEM
4162P: Evgeniy Dushistov
4163M: dushistov@mail.ru
4164L: linux-kernel@vger.kernel.org
4165S: Maintained
4166
4167UltraSPARC (sparc64):
4168P: David S. Miller
4169M: davem@davemloft.net
4170L: sparclinux@vger.kernel.org
4171T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4172S: Maintained
4173
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174UNIFORM CDROM DRIVER
4175P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004176M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177L: linux-kernel@vger.kernel.org
4178W: http://www.kernel.dk
4179S: Maintained
4180
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004181UNSORTED BLOCK IMAGES (UBI)
4182P: Artem Bityutskiy
4183M: dedekind@infradead.org
4184W: http://www.linux-mtd.infradead.org/
4185L: linux-mtd@lists.infradead.org
4186T: git git://git.infradead.org/~dedekind/ubi-2.6.git
4187S: Maintained
4188
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189USB ACM DRIVER
4190P: Oliver Neukum
4191M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004192L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193S: Maintained
4194
4195USB BLOCK DRIVER (UB ub)
4196P: Pete Zaitcev
4197M: zaitcev@redhat.com
4198L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004199L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200S: Supported
4201
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202USB CDC ETHERNET DRIVER
4203P: Greg Kroah-Hartman
4204M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004205L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206S: Maintained
4207W: http://www.kroah.com/linux-usb/
4208
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004209USB CYPRESS C67X00 DRIVER
4210P: Peter Korsgaard
4211M: jacmet@sunsite.dk
4212L: linux-usb@vger.kernel.org
4213S: Maintained
4214
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004215USB DAVICOM DM9601 DRIVER
4216P: Peter Korsgaard
4217M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004218L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004219W: http://www.linux-usb.org/usbnet
4220S: Maintained
4221
Alan Coxcc2020e2008-05-19 14:21:51 +01004222USB DIAMOND RIO500 DRIVER
4223P: Cesar Miquel
4224M: miquel@df.uba.ar
4225L: rio500-users@lists.sourceforge.net
4226W: http://rio500.sourceforge.net
4227S: Maintained
4228
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229USB EHCI DRIVER
4230P: David Brownell
4231M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004232L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004233S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234
Luca Risolia7ce08c92006-01-11 02:06:59 +00004235USB ET61X[12]51 DRIVER
4236P: Luca Risolia
4237M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004238L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004239L: video4linux-list@redhat.com
4240W: http://www.linux-projects.org
4241S: Maintained
4242
David Brownell69ae9e32006-11-14 02:03:31 -08004243USB GADGET/PERIPHERAL SUBSYSTEM
4244P: David Brownell
4245M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004246L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004247W: http://www.linux-usb.org/gadget
4248S: Maintained
4249
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004250USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004251P: Jiri Kosina
4252M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004253L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004254T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255S: Maintained
4256
Olav Kongas959eea22005-11-03 17:38:14 +02004257USB ISP116X DRIVER
4258P: Olav Kongas
4259M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004260L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004261S: Maintained
4262
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263USB KAWASAKI LSI DRIVER
4264P: Oliver Neukum
4265M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004266L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267S: Maintained
4268
4269USB MASS STORAGE DRIVER
4270P: Matthew Dharm
4271M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004272L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004273L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274S: Maintained
4275W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4276
4277USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004278P: David Brownell
4279M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004280L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004281S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282
Matthias Urlichsba460e42005-07-14 00:33:47 -07004283USB OPTION-CARD DRIVER
4284P: Matthias Urlichs
4285M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004286L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004287S: Maintained
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289USB OV511 DRIVER
4290P: Mark McClelland
4291M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004292L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293W: http://alpha.dyndns.org/ov511/
4294S: Maintained
4295
4296USB PEGASUS DRIVER
4297P: Petko Manolov
4298M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004299L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004300L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301W: http://pegasus2.sourceforge.net/
4302S: Maintained
4303
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004304USB PRINTER DRIVER (usblp)
4305P: Pete Zaitcev
4306M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004307L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004308S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309
4310USB RTL8150 DRIVER
4311P: Petko Manolov
4312M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004313L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004314L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315W: http://pegasus2.sourceforge.net/
4316S: Maintained
4317
4318USB SE401 DRIVER
4319P: Jeroen Vreeken
4320M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004321L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322W: http://www.chello.nl/~j.vreeken/se401/
4323S: Maintained
4324
Alan Cox4e688522008-04-30 00:52:11 -07004325USB SERIAL BELKIN F5U103 DRIVER
4326P: William Greathouse
4327M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004328L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004329S: Maintained
4330
4331USB SERIAL CYPRESS M8 DRIVER
4332P: Lonnie Mendez
4333M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004334L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004335S: Maintained
4336W: http://geocities.com/i0xox0i
4337W: http://firstlight.net/cvs
4338
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339USB SERIAL CYBERJACK DRIVER
4340P: Matthias Bruestle and Harald Welte
4341M: support@reiner-sct.com
4342W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4343S: Maintained
4344
4345USB SERIAL DIGI ACCELEPORT DRIVER
4346P: Peter Berger and Al Borchers
4347M: pberger@brimson.com
4348M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004349L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350S: Maintained
4351
4352USB SERIAL DRIVER
4353P: Greg Kroah-Hartman
4354M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004355L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356S: Supported
4357
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4359P: Gary Brubaker
4360M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004361L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362S: Maintained
4363
4364USB SERIAL KEYSPAN DRIVER
4365P: Greg Kroah-Hartman
4366M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004367L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368W: http://www.kroah.com/linux/
4369S: Maintained
4370
4371USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004372P: Support Department
4373M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004374L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375W: http://www.connecttech.com
4376S: Supported
4377
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004378USB SMSC95XX ETHERNET DRIVER
4379P: Steve Glendinning
4380M: steve.glendinning@smsc.com
4381L: netdev@vger.kernel.org
4382S: Supported
4383
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004384USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385P: Luca Risolia
4386M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004387L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004388L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389W: http://www.linux-projects.org
4390S: Maintained
4391
4392USB SUBSYSTEM
4393P: Greg Kroah-Hartman
4394M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004395L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004397T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398S: Supported
4399
4400USB UHCI DRIVER
4401P: Alan Stern
4402M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004403L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404S: Maintained
4405
David Brownell69ae9e32006-11-14 02:03:31 -08004406USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407P: David Brownell
4408M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004409L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004410W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411S: Maintained
4412
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004413USB VIDEO CLASS
4414P: Laurent Pinchart
4415M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004416L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004417L: video4linux-list@redhat.com
4418W: http://linux-uvc.berlios.de
4419S: Maintained
4420
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421USB W996[87]CF DRIVER
4422P: Luca Risolia
4423M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004424L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004425L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426W: http://www.linux-projects.org
4427S: Maintained
4428
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004429USB WIRELESS RNDIS DRIVER (rndis_wlan)
4430P: Jussi Kivilinna
4431M: jussi.kivilinna@mbnet.fi
4432L: linux-wireless@vger.kernel.org
4433S: Maintained
4434
Luca Risolia60f78052006-02-06 16:29:35 +00004435USB ZC0301 DRIVER
4436P: Luca Risolia
4437M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004438L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004439L: video4linux-list@redhat.com
4440W: http://www.linux-projects.org
4441S: Maintained
4442
Linus Torvalds1da177e2005-04-16 15:20:36 -07004443USB ZD1201 DRIVER
4444P: Jeroen Vreeken
4445M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004446L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447W: http://linux-lc100020.sourceforge.net
4448S: Maintained
4449
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004450USB ZR364XX DRIVER
4451P: Antoine Jacquet
4452M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004453L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004454L: video4linux-list@redhat.com
4455W: http://royale.zerezo.com/zr364xx/
4456S: Maintained
4457
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458USER-MODE LINUX
4459P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004460M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461L: user-mode-linux-devel@lists.sourceforge.net
4462L: user-mode-linux-user@lists.sourceforge.net
4463W: http://user-mode-linux.sourceforge.net
4464S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004465
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004466USERSPACE I/O (UIO)
4467P: Hans J. Koch
4468M: hjk@linutronix.de
4469P: Greg Kroah-Hartman
4470M: gregkh@suse.de
4471L: linux-kernel@vger.kernel.org
4472S: Maintained
4473
Karel Zakf899b0a2008-05-23 13:04:21 -07004474UTIL-LINUX-NG PACKAGE
4475P: Karel Zak
4476M: kzak@redhat.com
4477L: util-linux-ng@vger.kernel.org
4478W: http://kernel.org/~kzak/util-linux-ng/
4479T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4480S: Maintained
4481
Alan Cox4e688522008-04-30 00:52:11 -07004482VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483P: OGAWA Hirofumi
4484M: hirofumi@mail.parknet.co.jp
4485L: linux-kernel@vger.kernel.org
4486S: Maintained
4487
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488VIA RHINE NETWORK DRIVER
4489P: Roger Luethi
4490M: rl@hellgate.ch
4491S: Maintained
4492
Jean Delvare32c0a522005-09-22 21:47:58 +02004493VIAPRO SMBUS DRIVER
4494P: Jean Delvare
4495M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004496L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004497S: Maintained
4498
Francois Romieu01f20732007-01-26 00:57:17 -08004499VIA VELOCITY NETWORK DRIVER
4500P: Francois Romieu
4501M: romieu@fr.zoreil.com
4502L: netdev@vger.kernel.org
4503S: Maintained
4504
Linus Torvalds1da177e2005-04-16 15:20:36 -07004505VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004506P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004507M: mchehab@infradead.org
4508M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004510W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004511T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004512S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513
Patrick McHardybe7f8272007-10-23 20:26:36 -07004514VLAN (802.1Q)
4515P: Patrick McHardy
4516M: kaber@trash.net
4517L: netdev@vger.kernel.org
4518S: Maintained
4519
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004520VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4521P: Liam Girdwood
4522M: lg@opensource.wolfsonmicro.com
4523P: Mark Brown
4524M: broonie@opensource.wolfsonmicro.com
4525W: http://opensource.wolfsonmicro.com/node/15
4526T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4527S: Supported
4528
Juerg Haefligerab413192006-09-24 20:54:04 +02004529VT1211 HARDWARE MONITOR DRIVER
4530P: Juerg Haefliger
4531M: juergh@gmail.com
4532L: lm-sensors@lm-sensors.org
4533S: Maintained
4534
Roger Lucas1de9e372005-11-26 20:20:05 +01004535VT8231 HARDWARE MONITOR DRIVER
4536P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004537M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004538L: lm-sensors@lm-sensors.org
4539S: Maintained
4540
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541W1 DALLAS'S 1-WIRE BUS
4542P: Evgeniy Polyakov
4543M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544S: Maintained
4545
Charles Spirakis13927072006-07-05 18:05:15 +02004546W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004547P: Marc Hulsman
4548M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004549L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004550S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004551
Rudolf Marek61db0112006-12-12 18:18:30 +01004552W83793 HARDWARE MONITORING DRIVER
4553P: Rudolf Marek
4554M: r.marek@assembler.cz
4555L: lm-sensors@lm-sensors.org
4556S: Maintained
4557
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558W83L51xD SD/MMC CARD INTERFACE DRIVER
4559P: Pierre Ossman
4560M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004561L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562S: Maintained
4563
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004564WATCHDOG DEVICE DRIVERS
4565P: Wim Van Sebroeck
4566M: wim@iguana.be
4567T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4568S: Maintained
4569
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4571P: Jean Tourrilhes
4572M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004573L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4575S: Maintained
4576
4577WD7000 SCSI DRIVER
4578P: Miroslav Zagorac
4579M: zaga@fly.cc.fer.hr
4580L: linux-scsi@vger.kernel.org
4581S: Maintained
4582
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004583WISTRON LAPTOP BUTTON DRIVER
4584P: Miloslav Trmac
4585M: mitr@volny.cz
4586S: Maintained
4587
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588WL3501 WIRELESS PCMCIA CARD DRIVER
4589P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004590M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004591L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004592W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593S: Maintained
4594
Mark Brownfebf1df2008-04-02 00:51:09 -04004595WM97XX TOUCHSCREEN DRIVERS
4596P: Mark Brown
4597M: broonie@opensource.wolfsonmicro.com
4598P: Liam Girdwood
4599M: liam.girdwood@wolfsonmicro.com
4600L: linux-input@vger.kernel.org
4601T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4602W: http://opensource.wolfsonmicro.com/node/7
4603S: Supported
4604
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605X.25 NETWORK LAYER
4606P: Henner Eisen
4607M: eis@baty.hanse.de
4608L: linux-x25@vger.kernel.org
4609S: Maintained
4610
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004611X86 ARCHITECTURE (32-BIT AND 64-BIT)
4612P: Thomas Gleixner
4613M: tglx@linutronix.de
4614P: Ingo Molnar
4615M: mingo@redhat.com
4616P: H. Peter Anvin
4617M: hpa@zytor.com
4618L: linux-kernel@vger.kernel.org
4619T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4620S: Maintained
4621
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004622XEN HYPERVISOR INTERFACE
4623P: Jeremy Fitzhardinge
4624M: jeremy@xensource.com
4625P: Chris Wright
4626M: chrisw@sous-sol.org
4627L: virtualization@lists.osdl.org
4628L: xen-devel@lists.xensource.com
4629S: Supported
4630
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631XFS FILESYSTEM
4632P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004633P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004634M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004635L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004637T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004638S: Supported
4639
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004640XILINX SYSTEMACE DRIVER
4641P: Grant Likely
4642M: grant.likely@secretlab.ca
4643W: http://www.secretlab.ca/
4644L: linux-kernel@vger.kernel.org
4645S: Maintained
4646
Peter Korsgaard238b8722006-12-06 20:35:17 -08004647XILINX UARTLITE SERIAL DRIVER
4648P: Peter Korsgaard
4649M: jacmet@sunsite.dk
4650L: linux-serial@vger.kernel.org
4651S: Maintained
4652
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653YAM DRIVER FOR AX.25
4654P: Jean-Paul Roubelat
4655M: jpr@f6fbb.org
4656L: linux-hams@vger.kernel.org
4657S: Maintained
4658
Henkaf64a5e2005-10-12 15:02:56 +02004659YEALINK PHONE DRIVER
4660P: Henk Vergonet
4661M: Henk.Vergonet@gmail.com
4662L: usbb2k-api-dev@nongnu.org
4663S: Maintained
4664
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665Z8530 DRIVER FOR AX.25
4666P: Joerg Reuter
4667M: jreuter@yaina.de
4668W: http://yaina.de/jreuter/
4669W: http://www.qsl.net/dl1bke/
4670L: linux-hams@vger.kernel.org
4671S: Maintained
4672
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004673ZD1211RW WIRELESS DRIVER
4674P: Daniel Drake
4675M: dsd@gentoo.org
4676P: Ulrich Kunitz
4677M: kune@deine-taler.de
4678W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004679L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004680L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4681S: Maintained
4682
Linus Torvalds1da177e2005-04-16 15:20:36 -07004683ZR36067 VIDEO FOR LINUX DRIVER
4684P: Ronald Bultje
4685M: rbultje@ronald.bitfreak.net
4686L: mjpeg-users@lists.sourceforge.net
4687W: http://mjpeg.sourceforge.net/driver-zoran/
4688S: Maintained
4689
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004690ZS DECSTATION Z85C30 SERIAL DRIVER
4691P: Maciej W. Rozycki
4692M: macro@linux-mips.org
4693S: Maintained
4694
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695THE REST
4696P: Linus Torvalds
4697S: Buried alive in reporters