blob: 12e26d772e7dcbe2708293a32051e218e015324e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
166AIO
167P: Benjamin LaHaise
168M: bcrl@kvack.org
169L: linux-aio@kvack.org
170S: Supported
171
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200172ABIT UGURU HARDWARE MONITOR DRIVER
173P: Hans de Goede
174M: j.w.r.degoede@hhs.nl
175L: lm-sensors@lm-sensors.org
176S: Maintained
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178ACENIC DRIVER
179P: Jes Sorensen
180M: jes@trained-monkey.org
181L: linux-acenic@sunsite.dk
182S: Maintained
183
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700184IPS SCSI RAID DRIVER
185P: Adaptec OEM Raid Solutions
186M: aacraid@adaptec.com
187L: linux-scsi@vger.kernel.org
188W: http://www.adaptec.com/
189S: Maintained
190
191DPT_I2O SCSI RAID DRIVER
192P: Adaptec OEM Raid Solutions
193M: aacraid@adaptec.com
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Maintained
197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198AACRAID SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700200M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700202W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203S: Supported
204
205ACPI
206P: Len Brown
207M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500208M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500209L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400210W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800211T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400215P: Alexey Starikovskiy
216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
218W: http://acpi.sourceforge.net/
219S: Supported
220
221ACPI EC DRIVER
222P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400223M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
225W: http://acpi.sourceforge.net/
226S: Supported
227
228ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400229P: Len Brown
230M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700235ACPI PCI HOTPLUG DRIVER
236P: Kristen Carlson Accardi
237M: kristen.c.accardi@intel.com
238L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400242P: Len Brown
243M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
245W: http://acpi.sourceforge.net/
246S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700247
Len Brown359acec2007-02-10 01:59:24 -0500248ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Rui Zhang
250M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
254
Carlos Corbachobff431e2008-02-05 02:17:04 +0000255ACPI WMI DRIVER
256P: Carlos Corbacho
257M: carlos@strangeworlds.co.uk
258L: linux-acpi@vger.kernel.org
259W: http://www.lesswatts.org/projects/acpi/
260S: Maintained
261
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262ADM1025 HARDWARE MONITOR DRIVER
263P: Jean Delvare
264M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200265L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266S: Maintained
267
Corentin Labbecae2caa2007-02-14 21:15:04 +0100268ADM1029 HARDWARE MONITOR DRIVER
269P: Corentin Labbe
270M: corentin.labbe@geomatys.fr
271L: lm-sensors@lm-sensors.org
272S: Maintained
273
Michael Wucc0b88c2007-08-31 01:15:25 -0400274ADM8211 WIRELESS DRIVER
275P: Michael Wu
276M: flamingice@sourmilk.net
277L: linux-wireless@vger.kernel.org
278W: http://linuxwireless.org/
279T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
280S: Maintained
281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282ADT746X FAN DRIVER
283P: Colin Leroy
284M: colin@colino.net
285S: Maintained
286
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400287ADVANSYS SCSI DRIVER
288P: Matthew Wilcox
289M: matthew@wil.cx
290L: linux-scsi@vger.kernel.org
291S: Maintained
292
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293AEDSP16 DRIVER
294P: Riccardo Facchetti
295M: fizban@tin.it
296S: Maintained
297
298AFFS FILE SYSTEM
299P: Roman Zippel
300M: zippel@linux-m68k.org
301S: Maintained
302
303AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400304P: David Airlie
305M: airlied@linux.ie
306T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307S: Maintained
308
309AHA152X SCSI DRIVER
310P: Juergen E. Fischer
311M: Juergen Fischer <fischer@norbit.de>
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Hannes Reinecke64624d42007-10-19 10:32:29 +0200315AIC7XXX / AIC79XX SCSI DRIVER
316P: Hannes Reinecke
317M: hare@suse.de
318L: linux-scsi@vger.kernel.org
319S: Maintained
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321ALCATEL SPEEDTOUCH USB DRIVER
322P: Duncan Sands
323M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.linux-usb.org/SpeedTouch/
326S: Maintained
327
Pierre Ossman272f1332007-05-14 21:25:26 +0200328ALCHEMY AU1XX0 MMC DRIVER
329S: Orphan
330
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000331ALI1563 I2C DRIVER
332P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100333M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200334L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335S: Maintained
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337ALPHA PORT
338P: Richard Henderson
339M: rth@twiddle.net
340S: Odd Fixes for 2.4; Maintained for 2.6.
341P: Ivan Kokshaysky
342M: ink@jurassic.park.msu.ru
343S: Maintained for 2.4; PCI support for 2.6.
344
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700345AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
346P: Thomas Dahlmann
347M: thomas.dahlmann@amd.com
348L: info-linux@geode.amd.com
349S: Supported
350
Jordan Crousef90b8112006-01-06 00:12:14 -0800351AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100352P: Jordan Crouse
353M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800354L: info-linux@geode.amd.com
355W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
356S: Supported
357
Stelian Pop284f42b2006-12-12 18:18:31 +0100358AMS (Apple Motion Sensor) DRIVER
359P: Stelian Pop
360M: stelian@popies.net
361P: Michael Hanselmann
362M: linux-kernel@hansmi.ch
363S: Supported
364
Tom Tuckerf94b5332006-09-22 15:22:48 -0700365AMSO1100 RNIC DRIVER
366P: Tom Tucker
367M: tom@opengridcomputing.com
368P: Steve Wise
369M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700370L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700371S: Maintained
372
Johannes Berg42269062006-07-25 16:15:50 +0200373AOA (Apple Onboard Audio) ALSA DRIVER
374P: Johannes Berg
375M: johannes@sipsolutions.net
376L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200377L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200378S: Maintained
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380APM DRIVER
381P: Stephen Rothwell
382M: sfr@canb.auug.org.au
383L: linux-laptop@vger.kernel.org
384W: http://www.canb.auug.org.au/~sfr/
385S: Supported
386
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700387APPLE SMC DRIVER
388P: Nicolas Boichat
389M: nicolas@boichat.ch
390L: mactel-linux-devel@lists.sourceforge.net
391S: Maintained
392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393APPLETALK NETWORK LAYER
394P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300395M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396S: Maintained
397
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400398APPLETOUCH TOUCHPAD DRIVER
399P: Johannes Berg
400M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400401L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400402S: Maintained
403
Jaya Kumar1154ea72005-06-21 17:17:04 -0700404ARC FRAMEBUFFER DRIVER
405P: Jaya Kumar
406M: jayalk@intworks.biz
407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409ARM MFM AND FLOPPY DRIVERS
410P: Ian Molton
411M: spyro@f2s.com
412S: Maintained
413
Russell King2761f5c2007-05-24 06:56:08 +0200414ARM PRIMECELL MMCI PL180/1 DRIVER
415P: Russell King
416M: rmk@arm.linux.org.uk
417L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
418S: Maintained
419
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800420ARM/ADI ROADRUNNER MACHINE SUPPORT
421P: Lennert Buytenhek
422M: kernel@wantstofly.org
423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424S: Maintained
425
426ARM/ADS SPHERE MACHINE SUPPORT
427P: Lennert Buytenhek
428M: kernel@wantstofly.org
429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430S: Maintained
431
432ARM/AJECO 1ARM MACHINE SUPPORT
433P: Lennert Buytenhek
434M: kernel@wantstofly.org
435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436S: Maintained
437
Andrew Victord4a89c72006-12-04 13:56:21 +0100438ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
439P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800440M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442W: http://maxim.org.za/at91_26.html
443S: Maintained
444
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800445ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
446P: Lennert Buytenhek
447M: kernel@wantstofly.org
448L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449S: Maintained
450
451ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457ARM/CORGI MACHINE SUPPORT
458P: Richard Purdie
459M: rpurdie@rpsys.net
460S: Maintained
461
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800462ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
463P: Lennert Buytenhek
464M: kernel@wantstofly.org
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Maintained
467
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100468ARM/HP JORNADA 7XX MACHINE SUPPORT
469P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100470M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100471W: www.jlime.com
472S: Maintained
473
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474ARM/INTEL IOP32X ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100477P: Dan Williams
478M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100480S: Supported
481
482ARM/INTEL IOP33X ARM ARCHITECTURE
483P: Dan Williams
484M: dan.j.williams@intel.com
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800487
488ARM/INTEL IOP13XX ARM ARCHITECTURE
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100491P: Dan Williams
492M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800493L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100494S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495
496ARM/INTEL IQ81342EX MACHINE SUPPORT
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100499P: Dan Williams
500M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100502S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503
504ARM/INTEL IXP2000 ARM ARCHITECTURE
505P: Lennert Buytenhek
506M: kernel@wantstofly.org
507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508S: Maintained
509
510ARM/INTEL IXDP2850 MACHINE SUPPORT
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
516ARM/INTEL IXP23XX ARM ARCHITECTURE
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
522ARM/INTEL XSC3 (MANZANO) ARM CORE
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100525P: Dan Williams
526M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100528S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529
530ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
531P: Lennert Buytenhek
532M: kernel@wantstofly.org
533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534S: Maintained
535
536ARM/LOGICPD PXA270 MACHINE SUPPORT
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
Dirk Opfer8459c152005-11-06 14:27:52 +0000542ARM/TOSA MACHINE SUPPORT
543P: Dirk Opfer
544M: dirk@opfer-online.de
545S: Maintained
546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547ARM/PLEB SUPPORT
548P: Peter Chubb
549M: pleb@gelato.unsw.edu.au
550W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
551S: Maintained
552
553ARM/PT DIGITAL BOARD PORT
554P: Stefan Eletzhofer
555M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557W: http://www.arm.linux.org.uk/
558S: Maintained
559
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560ARM/RADISYS ENP2611 MACHINE SUPPORT
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Maintained
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566ARM/SHARK MACHINE SUPPORT
567P: Alexander Schulz
568M: alex@shark-linux.de
569W: http://www.shark-linux.de/shark.html
570S: Maintained
571
572ARM/STRONGARM110 PORT
573P: Russell King
574M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576W: http://www.arm.linux.org.uk/
577S: Maintained
578
579ARM/S3C2410 ARM ARCHITECTURE
580P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800581M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.fluff.org/ben/linux/
584S: Maintained
585
586ARM/S3C2440 ARM ARCHITECTURE
587P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800588M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.fluff.org/ben/linux/
591S: Maintained
592
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
594P: Lennert Buytenhek
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained
598
599ARM/THECUS N2100 MACHINE SUPPORT
600P: Lennert Buytenhek
601M: kernel@wantstofly.org
602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603S: Maintained
604
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605ARPD SUPPORT
606P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700607L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608S: Maintained
609
610ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500611P: Corentin Chary
612M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613P: Karol Kozimor
614M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615L: acpi4asus-user@lists.sourceforge.net
616W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500617W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618S: Maintained
619
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400620ASUS ASB100 HARDWARE MONITOR DRIVER
621P: Mark M. Hoffman
622M: mhoffman@lightlink.com
623L: lm-sensors@lm-sensors.org
624S: Maintained
625
Corentin Chary85091b72007-01-26 14:04:30 +0100626ASUS LAPTOP EXTRAS DRIVER
627P: Corentin Chary
628M: corentincj@iksaif.net
629L: acpi4asus-user@lists.sourceforge.net
630W: http://sourceforge.net/projects/acpi4asus
631W: http://xf.iksaif.net/acpi4asus
632S: Maintained
633
Dan Williamsb3e5f262007-08-07 10:26:35 -0700634ASYNCHRONOUS TRANSFERS/TRANSFORMS API
635P: Dan Williams
636M: dan.j.williams@intel.com
637P: Shannon Nelson
638M: shannon.nelson@intel.com
639L: linux-kernel@vger.kernel.org
640W: http://sourceforge.net/projects/xscaleiop
641S: Supported
642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643ATA OVER ETHERNET DRIVER
644P: Ed L. Cashin
645M: ecashin@coraid.com
646W: http://www.coraid.com/support/linux
647S: Supported
648
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200649ATHEROS ATH5K WIRELESS DRIVER
650P: Jiri Slaby
651M: jirislaby@gmail.com
652P: Nick Kossifidis
653M: mickflemm@gmail.com
654P: Luis R. Rodriguez
655M: mcgrof@gmail.com
656L: linux-wireless@vger.kernel.org
657L: ath5k-devel@lists.ath5k.org
658S: Maintained
659
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600660ATL1 ETHERNET DRIVER
661P: Jay Cliburn
662M: jcliburn@gmail.com
663P: Chris Snook
664M: csnook@redhat.com
665L: atl1-devel@lists.sourceforge.net
666W: http://sourceforge.net/projects/atl1
667W: http://atl1.sourceforge.net
668S: Maintained
669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670ATM
671P: Chas Williams
672M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700673L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674W: http://linux-atm.sourceforge.net
675S: Maintained
676
Pierre Ossman272f1332007-05-14 21:25:26 +0200677ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200678P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800679M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200680L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681W: http://www.atmel.com/products/AT91/
682W: http://www.at91.com/
683S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200684
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800685ATMEL LCDFB DRIVER
686P: Nicolas Ferre
687M: nicolas.ferre@atmel.com
688L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
689S: Maintained
690
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100691ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100692P: Haavard Skinnemoen
693M: hskinnemoen@atmel.com
694S: Supported
695
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800696ATMEL SPI DRIVER
697P: Haavard Skinnemoen
698M: hskinnemoen@atmel.com
699S: Supported
700
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700701ATMEL USBA UDC DRIVER
702P: Haavard Skinnemoen
703M: hskinnemoen@atmel.com
704L: kernel@avr32linux.org
705W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
706S: Supported
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708ATMEL WIRELESS DRIVER
709P: Simon Kelley
710M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700711L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712W: http://www.thekelleys.org.uk/atmel
713W: http://atmelwlandriver.sourceforge.net/
714S: Maintained
715
Chris Wrighta92b7b82005-07-07 18:12:23 -0700716AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100717P: David Woodhouse
718M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700719L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100720W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800721T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700722S: Maintained
723
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800724AUXILIARY DISPLAY DRIVERS
725P: Miguel Ojeda Sandonis
726M: maxextreme@gmail.com
727L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700728W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800729S: Maintained
730
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700731AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700732P: Haavard Skinnemoen
733M: hskinnemoen@atmel.com
734W: http://www.atmel.com/products/AVR32/
735W: http://avr32linux.org/
736W: http://avrfreaks.net/
737S: Supported
738
739AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700740P: Haavard Skinnemoen
741M: hskinnemoen@atmel.com
742S: Supported
743
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744AX.25 NETWORK LAYER
745P: Ralf Baechle
746M: ralf@linux-mips.org
747L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200748W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749S: Maintained
750
Richard Purdie300abeb2007-02-07 22:21:07 +0000751BACKLIGHT CLASS/SUBSYSTEM
752P: Richard Purdie
753M: rpurdie@rpsys.net
754S: Maintained
755
Bryan Wu1394f032007-05-06 14:50:22 -0700756BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800757P: Bryan Wu
758M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800759L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
760W: http://blackfin.uclinux.org
761S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700762
Bryan Wue190d6b2007-07-17 14:43:44 +0800763BLACKFIN EMAC DRIVER
764P: Bryan Wu
765M: bryan.wu@analog.com
766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
769
Mike Frysinger566da5b2007-06-11 15:31:30 +0800770BLACKFIN RTC DRIVER
771P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800772M: vapier.adi@gmail.com
773L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
774W: http://blackfin.uclinux.org
775S: Supported
776
Bryan Wu1394f032007-05-06 14:50:22 -0700777BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800778P: Sonic Zhang
779M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800780L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
781W: http://blackfin.uclinux.org
782S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700783
Bryan Wu1e6d3202007-07-15 02:50:02 +0800784BLACKFIN WATCHDOG DRIVER
785P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800786M: vapier.adi@gmail.com
787L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
788W: http://blackfin.uclinux.org
789S: Supported
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791BAYCOM/HDLCDRV DRIVERS FOR AX.25
792P: Thomas Sailer
793M: t.sailer@alumni.ethz.ch
794L: linux-hams@vger.kernel.org
795W: http://www.baycom.org/~tom/ham/ham.html
796S: Maintained
797
Michael Buesche4d6b792007-09-18 15:39:42 -0400798B43 WIRELESS DRIVER
799P: Michael Buesch
800M: mb@bu3sch.de
801P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100802M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400803L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100804W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400805S: Maintained
806
Larry Finger75388ac2007-09-25 16:46:54 -0700807B43LEGACY WIRELESS DRIVER
808P: Larry Finger
809M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100810P: Stefano Brivio
811M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700812L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100813W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700814S: Maintained
815
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200816BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
817P: Larry Finger
818M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200819P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100820M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700821L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200822W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800823S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200824
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825BEFS FILE SYSTEM
826P: Sergey S. Kostyliov
827M: rathamahata@php4.ru
828L: linux-kernel@vger.kernel.org
829S: Maintained
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831BFS FILE SYSTEM
832P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800833M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834L: linux-kernel@vger.kernel.org
835S: Maintained
836
Bryan Wud24ecfc2007-05-01 23:26:32 +0200837BLACKFIN I2C TWI DRIVER
838P: Sonic Zhang
839M: sonic.zhang@analog.com
840L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
841W: http://blackfin.uclinux.org/
842S: Supported
843
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844BLOCK LAYER
845P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200846M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800848T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849S: Maintained
850
851BLUETOOTH SUBSYSTEM
852P: Marcel Holtmann
853M: marcel@holtmann.org
854P: Maxim Krasnyansky
855M: maxk@qualcomm.com
856L: bluez-devel@lists.sf.net
857W: http://bluez.sf.net
858W: http://www.bluez.org
859W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800860T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861S: Maintained
862
863BLUETOOTH RFCOMM LAYER
864P: Marcel Holtmann
865M: marcel@holtmann.org
866P: Maxim Krasnyansky
867M: maxk@qualcomm.com
868S: Maintained
869
870BLUETOOTH BNEP LAYER
871P: Marcel Holtmann
872M: marcel@holtmann.org
873P: Maxim Krasnyansky
874M: maxk@qualcomm.com
875S: Maintained
876
877BLUETOOTH CMTP LAYER
878P: Marcel Holtmann
879M: marcel@holtmann.org
880S: Maintained
881
882BLUETOOTH HIDP LAYER
883P: Marcel Holtmann
884M: marcel@holtmann.org
885S: Maintained
886
887BLUETOOTH HCI UART DRIVER
888P: Marcel Holtmann
889M: marcel@holtmann.org
890P: Maxim Krasnyansky
891M: maxk@qualcomm.com
892S: Maintained
893
894BLUETOOTH HCI USB DRIVER
895P: Marcel Holtmann
896M: marcel@holtmann.org
897P: Maxim Krasnyansky
898M: maxk@qualcomm.com
899S: Maintained
900
901BLUETOOTH HCI BCM203X DRIVER
902P: Marcel Holtmann
903M: marcel@holtmann.org
904S: Maintained
905
906BLUETOOTH HCI BPA10X DRIVER
907P: Marcel Holtmann
908M: marcel@holtmann.org
909S: Maintained
910
911BLUETOOTH HCI BFUSB DRIVER
912P: Marcel Holtmann
913M: marcel@holtmann.org
914S: Maintained
915
916BLUETOOTH HCI DTL1 DRIVER
917P: Marcel Holtmann
918M: marcel@holtmann.org
919S: Maintained
920
921BLUETOOTH HCI BLUECARD DRIVER
922P: Marcel Holtmann
923M: marcel@holtmann.org
924S: Maintained
925
926BLUETOOTH HCI BT3C DRIVER
927P: Marcel Holtmann
928M: marcel@holtmann.org
929S: Maintained
930
931BLUETOOTH HCI BTUART DRIVER
932P: Marcel Holtmann
933M: marcel@holtmann.org
934S: Maintained
935
936BLUETOOTH HCI VHCI DRIVER
937P: Maxim Krasnyansky
938M: maxk@qualcomm.com
939S: Maintained
940
941BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100942P: Jay Vosburgh
943M: fubar@us.ibm.com
944L: bonding-devel@lists.sourceforge.net
945W: http://sourceforge.net/projects/bonding/
946S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000948BROADBAND PROCESSOR ARCHITECTURE
949P: Arnd Bergmann
950M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100951L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400952W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000953S: Supported
954
Gary Zambrano39105892006-06-22 17:26:20 -0700955BROADCOM B44 10/100 ETHERNET DRIVER
956P: Gary Zambrano
957M: zambrano@broadcom.com
958L: netdev@vger.kernel.org
959S: Supported
960
Michael Chan948c51e2006-06-04 02:51:39 -0700961BROADCOM BNX2 GIGABIT ETHERNET DRIVER
962P: Michael Chan
963M: mchan@broadcom.com
964L: netdev@vger.kernel.org
965S: Supported
966
967BROADCOM TG3 GIGABIT ETHERNET DRIVER
968P: Michael Chan
969M: mchan@broadcom.com
970L: netdev@vger.kernel.org
971S: Supported
972
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200973BSG (block layer generic sg v4 driver)
974P: FUJITA Tomonori
975M: fujita.tomonori@lab.ntt.co.jp
976L: linux-scsi@vger.kernel.org
977S: Supported
978
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700980P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200981M: mchehab@infradead.org
982M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700984W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200985T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700986S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
Jonathan Corbet77d51402007-03-22 19:44:17 -0300988CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
989P: Jonathan Corbet
990M: corbet@lwn.net
991L: video4linux-list@redhat.com
992S: Maintained
993
Oliver Hartkoppbeca2222007-11-16 16:07:41 -0800994CAN NETWORK LAYER
995P: Urs Thuermann
996M: urs.thuermann@volkswagen.de
997P: Oliver Hartkopp
998M: oliver.hartkopp@volkswagen.de
999L: socketcan-core@lists.berlios.de
1000W: http://developer.berlios.de/projects/socketcan/
1001S: Maintained
1002
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001003CALGARY x86-64 IOMMU
1004P: Muli Ben-Yehuda
1005M: muli@il.ibm.com
1006P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001007M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001008L: linux-kernel@vger.kernel.org
1009L: discuss@x86-64.org
1010S: Maintained
1011
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001012CFAG12864B LCD DRIVER
1013P: Miguel Ojeda Sandonis
1014M: maxextreme@gmail.com
1015L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001016W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001017S: Maintained
1018
1019CFAG12864BFB LCD FRAMEBUFFER DRIVER
1020P: Miguel Ojeda Sandonis
1021M: maxextreme@gmail.com
1022L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001023W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001024S: Maintained
1025
Johannes Berg704232c2007-04-23 12:20:05 -07001026CFG80211 and NL80211
1027P: Johannes Berg
1028M: johannes@sipsolutions.net
1029L: linux-wireless@vger.kernel.org
1030S: Maintained
1031
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001032CHECKPATCH
1033P: Andy Whitcroft
1034M: apw@shadowen.org
1035P: Randy Dunlap
1036M: rdunlap@xenotime.net
1037P: Joel Schopp
1038M: jschopp@austin.ibm.com
1039S: Supported
1040
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041COMMON INTERNET FILE SYSTEM (CIFS)
1042P: Steve French
1043M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001044L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001046W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001047T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001048S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049
Joel Becker7063fbf2005-12-15 14:29:43 -08001050CONFIGFS
1051P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001052M: joel.becker@oracle.com
1053L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001054S: Supported
1055
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001056CIRRUS LOGIC EP93XX ETHERNET DRIVER
1057P: Lennert Buytenhek
1058M: kernel@wantstofly.org
1059L: netdev@vger.kernel.org
1060S: Maintained
1061
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001062CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1063P: Lennert Buytenhek
1064M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001065L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001066S: Maintained
1067
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1069P: Cirrus Logic Corporation (kernel 2.2 driver)
1070M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1071P: Nils Faerber (port to kernel 2.4)
1072M: Nils Faerber <nils@kernelconcepts.de>
1073S: Maintained
1074
1075CODA FILE SYSTEM
1076P: Jan Harkes
1077M: jaharkes@cs.cmu.edu
1078M: coda@cs.cmu.edu
1079L: codalist@coda.cs.cmu.edu
1080W: http://www.coda.cs.cmu.edu/
1081S: Maintained
1082
1083COMPACTPCI HOTPLUG CORE
1084P: Scott Murray
1085M: scottm@somanetworks.com
1086M: scott@spiteful.org
1087L: pcihpd-discuss@lists.sourceforge.net
1088S: Supported
1089
1090COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1091P: Scott Murray
1092M: scottm@somanetworks.com
1093M: scott@spiteful.org
1094L: pcihpd-discuss@lists.sourceforge.net
1095S: Supported
1096
1097COMPACTPCI HOTPLUG GENERIC DRIVER
1098P: Scott Murray
1099M: scottm@somanetworks.com
1100M: scott@spiteful.org
1101L: pcihpd-discuss@lists.sourceforge.net
1102S: Supported
1103
1104COMPUTONE INTELLIPORT MULTIPORT CARD
1105P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001106M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001108S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109
Simon Arlott949be0f2007-03-06 02:47:46 -08001110CONEXANT ACCESSRUNNER USB DRIVER
1111P: Simon Arlott
1112M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001113L: accessrunner-general@lists.sourceforge.net
1114W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001115S: Maintained
1116
Rudolf Marekbebe4672007-05-08 17:22:02 +02001117CORETEMP HARDWARE MONITORING DRIVER
1118P: Rudolf Marek
1119M: r.marek@assembler.cz
1120L: lm-sensors@lm-sensors.org
1121S: Maintained
1122
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123COSA/SRP SYNC SERIAL DRIVER
1124P: Jan "Yenya" Kasprzak
1125M: kas@fi.muni.cz
1126W: http://www.fi.muni.cz/~kas/cosa/
1127S: Maintained
1128
1129CPU FREQUENCY DRIVERS
1130P: Dave Jones
1131M: davej@codemonkey.org.uk
1132L: cpufreq@lists.linux.org.uk
1133W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001134T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135S: Maintained
1136
1137CPUID/MSR DRIVER
1138P: H. Peter Anvin
1139M: hpa@zytor.com
1140S: Maintained
1141
Paul Jacksoned90fb42005-09-27 21:45:37 -07001142CPUSETS
1143P: Paul Jackson
1144P: Simon Derr
1145M: pj@sgi.com
1146M: simon.derr@bull.net
1147L: linux-kernel@vger.kernel.org
1148W: http://www.bullopensource.org/cpuset/
1149S: Supported
1150
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001152W: http://sourceforge.net/projects/cramfs/
1153S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154
1155CRIS PORT
1156P: Mikael Starvik
1157M: starvik@axis.com
1158L: dev-etrax@axis.com
1159W: http://developer.axis.com
1160S: Maintained
1161
1162CRYPTO API
1163P: Herbert Xu
1164M: herbert@gondor.apana.org.au
1165P: David S. Miller
1166M: davem@davemloft.net
1167L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001168T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Maintained
1170
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001171CS5535 Audio ALSA driver
1172P: Jaya Kumar
1173M: jayakumar.alsa@gmail.com
1174S: Maintained
1175
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176CYBERPRO FB DRIVER
1177P: Russell King
1178M: rmk@arm.linux.org.uk
1179W: http://www.arm.linux.org.uk/
1180S: Maintained
1181
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001182CYBLAFB FRAMEBUFFER DRIVER
1183P: Knut Petersen
1184M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001185L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001186S: Maintained
1187
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188CYCLADES 2X SYNC CARD DRIVER
1189P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001190M: acme@ghostprotocols.net
1191W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192S: Maintained
1193
1194CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001196S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197
1198CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001200S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202DAMA SLAVE for AX.25
1203P: Joerg Reuter
1204M: jreuter@yaina.de
1205W: http://yaina.de/jreuter/
1206W: http://www.qsl.net/dl1bke/
1207L: linux-hams@vger.kernel.org
1208S: Maintained
1209
1210DC395x SCSI driver
1211P: Oliver Neukum
1212M: oliver@neukum.name
1213P: Ali Akcaagac
1214M: aliakc@web.de
1215P: Jamie Lenehan
1216M: lenehan@twibble.org
1217W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001218L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219L: http://lists.twibble.org/mailman/listinfo/dc395x/
1220S: Maintained
1221
1222DC390/AM53C974 SCSI driver
1223P: Kurt Garloff
1224M: garloff@suse.de
1225W: http://www.garloff.de/kurt/linux/dc390/
1226P: Guennadi Liakhovetski
1227M: g.liakhovetski@gmx.de
1228S: Maintained
1229
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001230DCCP PROTOCOL
1231P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001232M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001233L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001234W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001235S: Maintained
1236
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237DECnet NETWORK LAYER
1238P: Patrick Caulfield
1239M: patrick@tykepenguin.com
1240W: http://linux-decnet.sourceforge.net
1241L: linux-decnet-user@lists.sourceforge.net
1242S: Maintained
1243
1244DEFXX FDDI NETWORK DRIVER
1245P: Maciej W. Rozycki
1246M: macro@linux-mips.org
1247S: Maintained
1248
1249DELL LAPTOP SMM DRIVER
1250P: Massimo Dal Zotto
1251M: dz@debian.org
1252W: http://www.debian.org/~dz/i8k/
1253S: Maintained
1254
Doug Warzecha90563ec2005-09-06 15:17:15 -07001255DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1256P: Doug Warzecha
1257M: Douglas_Warzecha@dell.com
1258S: Maintained
1259
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001260DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261P: Alasdair Kergon
1262L: dm-devel@redhat.com
1263W: http://sources.redhat.com/dm
1264S: Maintained
1265
1266DEVICE NUMBER REGISTRY
1267P: Torben Mathiasen
1268M: device@lanana.org
1269W: http://lanana.org/docs/device-list/index.html
1270L: linux-kernel@vger.kernel.org
1271S: Maintained
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273DIGI INTL. EPCA DRIVER
1274P: Digi International, Inc
1275M: Eng.Linux@digi.com
1276L: Eng.Linux@digi.com
1277W: http://www.digi.com
1278S: Orphaned
1279
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280DIRECTORY NOTIFICATION
1281P: Stephen Rothwell
1282M: sfr@canb.auug.org.au
1283L: linux-kernel@vger.kernel.org
1284S: Supported
1285
1286DISK GEOMETRY AND PARTITION HANDLING
1287P: Andries Brouwer
1288M: aeb@cwi.nl
1289W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1290W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1291W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1292S: Maintained
1293
1294DISKQUOTA:
1295P: Jan Kara
1296M: jack@suse.cz
1297L: linux-kernel@vger.kernel.org
1298S: Maintained
1299
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001300DISTRIBUTED LOCK MANAGER
1301P: Patrick Caulfield
1302M: pcaulfie@redhat.com
1303P: David Teigland
1304M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001305L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001306W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001307T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1308T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001309S: Supported
1310
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1312P: Tobias Ringstrom
1313M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001314L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315S: Maintained
1316
Dan Williamsb3e5f262007-08-07 10:26:35 -07001317DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001318P: Shannon Nelson
1319M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001320P: Dan Williams
1321M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001322L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001323S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001324
Juerg Haefligerb8250372007-06-09 10:11:16 -04001325DME1737 HARDWARE MONITOR DRIVER
1326P: Juerg Haefliger
1327M: juergh@gmail.com
1328L: lm-sensors@lm-sensors.org
1329S: Maintained
1330
Martin Waitzba483d52005-06-17 13:20:59 -07001331DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001332P: Randy Dunlap
1333M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001334S: Maintained
1335
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001336DOCKING STATION DRIVER
1337P: Kristen Carlson Accardi
1338M: kristen.c.accardi@intel.com
1339L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001340S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001341
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342DOUBLETALK DRIVER
1343P: James R. Van Zandt
1344M: jrv@vanzandt.mv.com
1345L: blinux-list@redhat.com
1346S: Maintained
1347
1348DRIVER CORE, KOBJECTS, AND SYSFS
1349P: Greg Kroah-Hartman
1350M: gregkh@suse.de
1351L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001352T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353S: Supported
1354
1355DRM DRIVERS
1356P: David Airlie
1357M: airlied@linux.ie
1358L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001359T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360S: Maintained
1361
1362DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001363P: Francois Romieu
1364M: romieu@fr.zoreil.com
1365L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366S: Maintained
1367
1368DVB SUBSYSTEM AND DRIVERS
1369P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001370M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001372W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001373T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001374S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375
1376EATA-DMA SCSI DRIVER
1377P: Michael Neuffer
1378L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1379S: Maintained
1380
1381EATA ISA/EISA/PCI SCSI DRIVER
1382P: Dario Ballabio
1383M: ballabio_dario@emc.com
1384L: linux-scsi@vger.kernel.org
1385S: Maintained
1386
1387EATA-PIO SCSI DRIVER
1388P: Michael Neuffer
1389M: mike@i-Connect.Net
1390L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1391S: Maintained
1392
1393EBTABLES
1394P: Bart De Schuymer
1395M: bart.de.schuymer@pandora.be
1396L: ebtables-user@lists.sourceforge.net
1397L: ebtables-devel@lists.sourceforge.net
1398W: http://ebtables.sourceforge.net/
1399S: Maintained
1400
Michael Halcrow237fead2006-10-04 02:16:22 -07001401ECRYPT FILE SYSTEM
1402P: Mike Halcrow, Phillip Hellewell
1403M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1404L: ecryptfs-devel@lists.sourceforge.net
1405W: http://ecryptfs.sourceforge.net/
1406S: Supported
1407
Alan Coxda9bb1d2006-01-18 17:44:13 -08001408EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001409P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001411L: bluesmoke-devel@lists.sourceforge.net
1412W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001413S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001414
1415EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001416P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001417P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001418M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001419M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001420L: bluesmoke-devel@lists.sourceforge.net
1421W: bluesmoke.sourceforge.net
1422S: Maintained
1423
1424EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001425P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001426M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001427L: bluesmoke-devel@lists.sourceforge.net
1428W: bluesmoke.sourceforge.net
1429S: Maintained
1430
Douglas Thompson6bc78402007-07-19 01:50:12 -07001431EDAC-I82443BXGX
1432P: Tim Small
1433M: tim@buttersideup.com
1434L: bluesmoke-devel@lists.sourceforge.net
1435W: bluesmoke.sourceforge.net
1436S: Maintained
1437
1438EDAC-I3000
1439P: Jason Uhlenkott
1440M: juhlenko@akamai.com
1441L: bluesmoke-devel@lists.sourceforge.net
1442W: bluesmoke.sourceforge.net
1443S: Maintained
1444
1445EDAC-I5000
1446P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001447M: dougthompson@xmission.com
1448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
1452EDAC-I82975X
1453P: Ranganathan Desikan
1454P: Arvind R.
1455M: rdesikan@jetzbroadband.com
1456M: arvind@acarlab.com
1457L: bluesmoke-devel@lists.sourceforge.net
1458W: bluesmoke.sourceforge.net
1459S: Maintained
1460
1461EDAC-PASEMI
1462P: Egor Martovetsky
1463M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001464L: bluesmoke-devel@lists.sourceforge.net
1465W: bluesmoke.sourceforge.net
1466S: Maintained
1467
Dave Peterson0e438e32006-03-26 01:38:55 -08001468EDAC-R82600
1469P: Tim Small
1470M: tim@buttersideup.com
1471L: bluesmoke-devel@lists.sourceforge.net
1472W: bluesmoke.sourceforge.net
1473S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001474
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475EEPRO100 NETWORK DRIVER
1476P: Andrey V. Savochkin
1477M: saw@saw.sw.com.sg
1478S: Maintained
1479
Josh Triplett0bee8d22006-07-30 03:03:58 -07001480EFS FILESYSTEM
1481W: http://aeschi.ch.eu.org/efs/
1482S: Orphan
1483
Heiko J Schickfab97222006-09-22 15:22:22 -07001484EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1485P: Hoang-Nam Nguyen
1486M: hnguyen@de.ibm.com
1487P: Christoph Raisch
1488M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001489L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001490S: Supported
1491
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001492EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001493P: James Smart
1494M: james.smart@emulex.com
1495L: linux-scsi@vger.kernel.org
1496W: http://sourceforge.net/projects/lpfcxxxx
1497S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001498
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499EPSON 1355 FRAMEBUFFER DRIVER
1500P: Christopher Hoover
1501M: ch@murgatroid.com, ch@hpl.hp.com
1502S: Maintained
1503
1504ETHEREXPRESS-16 NETWORK DRIVER
1505P: Philip Blundell
1506M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001507L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510ETHERNET BRIDGE
1511P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001512M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001513L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514W: http://bridge.sourceforge.net/
1515S: Maintained
1516
1517ETHERTEAM 16I DRIVER
1518P: Mika Kuoppala
1519M: miku@iki.fi
1520S: Maintained
1521
1522EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001523L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524S: Maintained
1525
1526EXT3 FILE SYSTEM
1527P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001528M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001529L: linux-ext4@vger.kernel.org
1530S: Maintained
1531
1532EXT4 FILE SYSTEM
1533P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001534M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001535L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536S: Maintained
1537
Jean Delvaree53004e2006-01-09 23:26:14 +01001538F71805F HARDWARE MONITORING DRIVER
1539P: Jean Delvare
1540M: khali@linux-fr.org
1541L: lm-sensors@lm-sensors.org
1542S: Maintained
1543
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544FARSYNC SYNCHRONOUS DRIVER
1545P: Kevin Curtis
1546M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547W: http://www.farsite.co.uk/
1548S: Supported
1549
Akinobu Mitac5408b82007-04-23 14:41:20 -07001550FAULT INJECTION SUPPORT
1551P: Akinobu Mita
1552M: akinobu.mita@gmail.com
1553S: Supported
1554
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555FRAMEBUFFER LAYER
1556P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001557M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001558L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559W: http://linux-fbdev.sourceforge.net/
1560S: Maintained
1561
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001562FREESCALE SOC FS_ENET DRIVER
1563P: Pantelis Antoniou
1564M: pantelis.antoniou@gmail.com
1565P: Vitaly Bordug
1566M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001567L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001568L: netdev@vger.kernel.org
1569S: Maintained
1570
Li Yanga7205b32007-04-23 10:38:18 -07001571FREESCALE HIGHSPEED USB DEVICE DRIVER
1572P: Li Yang
1573M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001574L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001575L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001576S: Maintained
1577
Li Yangbeaf53b2007-05-25 13:54:02 +08001578FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1579P: Li Yang
1580M: leoli@freescale.com
1581L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001582L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001583S: Maintained
1584
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585FILE LOCKING (flock() and fcntl()/lockf())
1586P: Matthew Wilcox
1587M: matthew@wil.cx
1588L: linux-fsdevel@vger.kernel.org
1589S: Maintained
1590
1591FILESYSTEMS (VFS and infrastructure)
1592P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001593M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594S: Maintained
1595
Stefan Richterf148e202008-01-12 12:32:44 +01001596FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001597P: Kristian Hoegsberg, Stefan Richter
1598M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1599L: linux1394-devel@lists.sourceforge.net
1600W: http://www.linux1394.org/
1601T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1602S: Maintained
1603
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604FIRMWARE LOADER (request_firmware)
1605L: linux-kernel@vger.kernel.org
1606S: Orphan
1607
1608FPU EMULATOR
1609P: Bill Metzenthen
1610M: billm@suburbia.net
1611W: http://suburbia.net/~billm/floating-point/emulator/
1612S: Maintained
1613
1614FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1615P: Mike McLagan
1616M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001617L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618S: Maintained
1619
1620FREEVXFS FILESYSTEM
1621P: Christoph Hellwig
1622M: hch@infradead.org
1623W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1624S: Maintained
1625
David Howells5ab7ffe2007-04-10 15:10:45 +01001626FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627P: David Howells
1628M: dhowells@redhat.com
1629S: Maintained
1630
Miklos Szeredi04578f12005-09-09 13:10:22 -07001631FUSE: FILESYSTEM IN USERSPACE
1632P: Miklos Szeredi
1633M: miklos@szeredi.hu
1634L: fuse-devel@lists.sourceforge.net
1635W: http://fuse.sourceforge.net/
1636S: Maintained
1637
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1639P: Rik Faith
1640M: faith@cs.unc.edu
1641L: linux-scsi@vger.kernel.org
1642S: Odd fixes (e.g., new signatures)
1643
1644GDT SCSI DISK ARRAY CONTROLLER DRIVER
1645P: Achim Leubner
1646M: achim_leubner@adaptec.com
1647L: linux-scsi@vger.kernel.org
1648W: http://www.icp-vortex.com/
1649S: Supported
1650
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001651GENERIC GPIO I2C DRIVER
1652P: Haavard Skinnemoen
1653M: hskinnemoen@atmel.com
1654S: Supported
1655
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1657P: Krzysztof Halasa
1658M: khc@pm.waw.pl
1659W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1660S: Maintained
1661
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001662GFS2 FILE SYSTEM
1663P: Steven Whitehouse
1664M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001665L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001666W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001667T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1668T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001669S: Supported
1670
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001671GIGASET ISDN DRIVERS
1672P: Hansjoerg Lipp
1673M: hjlipp@web.de
1674P: Tilman Schmidt
1675M: tilman@imap.cc
1676L: gigaset307x-common@lists.sourceforge.net
1677W: http://gigaset307x.sourceforge.net/
1678S: Maintained
1679
Jean Delvare5b543962005-08-15 19:51:02 +02001680HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001681P: Mark M. Hoffman
1682M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001683L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001684W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001685T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1686T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001687S: Maintained
1688
Michael Buesch844dd052006-06-26 00:24:59 -07001689HARDWARE RANDOM NUMBER GENERATOR CORE
1690P: Michael Buesch
1691M: mb@bu3sch.de
1692S: Maintained
1693
Robert Love860e1d62005-08-31 23:57:59 -04001694HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1695P: Robert Love
1696M: rlove@rlove.org
1697M: linux-kernel@vger.kernel.org
1698W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1699S: Maintained
1700
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701HARMONY SOUND DRIVER
1702P: Kyle McMartin
1703M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001704L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705S: Maintained
1706
1707HAYES ESP SERIAL DRIVER
1708P: Andrew J. Robinson
1709M: arobinso@nyx.net
1710L: linux-kernel@vger.kernel.org
1711W: http://www.nyx.net/~arobinso
1712S: Maintained
1713
1714HFS FILESYSTEM
1715P: Roman Zippel
1716M: zippel@linux-m68k.org
1717L: linux-kernel@vger.kernel.org
1718S: Maintained
1719
1720HGA FRAMEBUFFER DRIVER
1721P: Ferenc Bakonyi
1722M: fero@drama.obuda.kando.hu
1723L: linux-nvidia@lists.surfsouth.com
1724W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1725S: Maintained
1726
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001727HID CORE LAYER
1728P: Jiri Kosina
1729M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001730L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001731T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001732S: Maintained
1733
Ingo Molnar38bed542007-02-22 09:09:34 +01001734HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1735P: Thomas Gleixner
1736M: tglx@linutronix.de
1737L: linux-kernel@vger.kernel.org
1738S: Maintained
1739
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740HIGH-SPEED SCC DRIVER FOR AX.25
1741P: Klaus Kudielka
1742M: klaus.kudielka@ieee.org
1743L: linux-hams@vger.kernel.org
1744W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1745S: Maintained
1746
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001747HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1748P: HighPoint Linux Team
1749M: linux@highpoint-tech.com
1750W: http://www.highpoint-tech.com
1751S: Supported
1752
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753HIPPI
1754P: Jes Sorensen
1755M: jes@trained-monkey.org
1756L: linux-hippi@sunsite.dk
1757S: Maintained
1758
1759HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1760P: Chirag Kantharia
1761M: chirag.kantharia@hp.com
1762L: iss_storagedev@hp.com
1763S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001764
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765HEWLETT-PACKARD SMART2 RAID DRIVER
1766P: Chirag Kantharia
1767M: chirag.kantharia@hp.com
1768L: iss_storagedev@hp.com
1769S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001770
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1772P: Mike Miller
1773M: mike.miller@hp.com
1774L: iss_storagedev@hp.com
1775S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001776
Jouni Malinenff1d2762005-05-12 22:54:16 -04001777HOST AP DRIVER
1778P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001779M: j@w1.fi
1780L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001781L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001782W: http://hostap.epitest.fi/
1783S: Maintained
1784
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1786P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001787M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788S: Maintained
1789
Bob Piccob9b03322005-11-07 00:59:19 -08001790HPET: High Precision Event Timers driver (hpet.c)
1791P: Clemens Ladisch
1792M: clemens@ladisch.de
1793S: Maintained
1794
1795HPET: i386
1796P: Venkatesh Pallipadi (Venki)
1797M: venkatesh.pallipadi@intel.com
1798S: Maintained
1799
1800HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001801P: Vojtech Pavlik
1802M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001803S: Maintained
1804
1805HPET: ACPI hpet.c
1806P: Bob Picco
1807M: bob.picco@hp.com
1808S: Maintained
1809
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810HPFS FILESYSTEM
1811P: Mikulas Patocka
1812M: mikulas@artax.karlin.mff.cuni.cz
1813W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1814S: Maintained
1815
1816HUGETLB FILESYSTEM
1817P: William Irwin
1818M: wli@holomorphy.com
1819S: Maintained
1820
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001821I2C/SMBUS STUB DRIVER
1822P: Mark M. Hoffman
1823M: mhoffman@lightlink.com
1824L: lm-sensors@lm-sensors.org
1825S: Maintained
1826
Jean Delvare5b543962005-08-15 19:51:02 +02001827I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828P: Jean Delvare
1829M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001830L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001831T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832S: Maintained
1833
Till Harbaume8c76ee2007-05-01 23:26:35 +02001834I2C-TINY-USB DRIVER
1835P: Till Harbaum
1836M: till@harbaum.org
1837L: i2c@lm-sensors.org
1838T: http://www.harbaum.org/till/i2c_tiny_usb
1839S: Maintained
1840
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001842P: H. Peter Anvin
1843M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844L: Linux-Kernel@vger.kernel.org
1845S: Maintained
1846
1847i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848P: H. Peter Anvin
1849M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001850T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851S: Maintained
1852
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853IA64 (Itanium) PLATFORM
1854P: Tony Luck
1855M: tony.luck@intel.com
1856L: linux-ia64@vger.kernel.org
1857W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001858T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859S: Maintained
1860
1861SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001862P: Jes Sorensen
1863M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864L: linux-altix@sgi.com
1865L: linux-ia64@vger.kernel.org
1866W: http://www.sgi.com/altix
1867S: Maintained
1868
1869IBM MCA SCSI SUBSYSTEM DRIVER
1870P: Michael Lang
1871M: langa2@kph.uni-mainz.de
1872W: http://www.uni-mainz.de/~langm000/linux.html
1873S: Maintained
1874
1875IBM Power Linux RAID adapter
1876P: Brian King
1877M: brking@us.ibm.com
1878S: Supported
1879
1880IBM ServeRAID RAID DRIVER
1881P: Jack Hammer
1882P: Dave Jeffery
1883M: ipslinux@adaptec.com
1884W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001885S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001887IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001889M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001891T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892S: Maintained
1893
1894IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001895P: Borislav Petkov
1896M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001897L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001898S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899
1900IDE/ATAPI FLOPPY DRIVERS
1901P: Paul Bristow
1902M: Paul Bristow <paul@paulbristow.net>
1903W: http://paulbristow.net/linux/idefloppy.html
1904L: linux-kernel@vger.kernel.org
1905S: Maintained
1906
1907IDE/ATAPI TAPE DRIVERS
1908P: Gadi Oxman
1909M: Gadi Oxman <gadio@netvision.net.il>
1910L: linux-kernel@vger.kernel.org
1911S: Maintained
1912
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001913IDE-SCSI DRIVER
1914L: linux-ide@vger.kernel.org
1915L: linux-scsi@vger.kernel.org
1916S: Orphan
1917
Stefan Richterf148e202008-01-12 12:32:44 +01001918IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001920M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001921P: Stefan Richter
1922M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923L: linux1394-devel@lists.sourceforge.net
1924W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001925T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926S: Maintained
1927
Stefan Richterf51a5a92007-04-23 14:41:10 -07001928IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929P: Dan Dennedy
1930M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001931P: Stefan Richter
1932M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001934S: Maintained
1935
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001937L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001938S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939
1940INFINIBAND SUBSYSTEM
1941P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001942M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001944M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001946M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001947L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001949T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950S: Supported
1951
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001952INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001953P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001954M: dmitry.torokhov@gmail.com
1955M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001956L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001957T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958S: Maintained
1959
Robert Lovec9f04f52005-07-15 12:21:07 -04001960INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001961P: John McCutchan
1962M: ttb@tentacle.dhs.org
1963P: Robert Love
1964M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001965L: linux-kernel@vger.kernel.org
1966S: Maintained
1967
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001968INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001969P: Sylvain Meyer
1970M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001971L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001972S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001973
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001975P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001976M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001977L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001978S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980INTEL IA32 MICROCODE UPDATE SUPPORT
1981P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001982M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983S: Maintained
1984
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001985INTEL I/OAT DMA DRIVER
1986P: Shannon Nelson
1987M: shannon.nelson@intel.com
1988L: linux-kernel@vger.kernel.org
1989S: Supported
1990
Dan Williamsb3e5f262007-08-07 10:26:35 -07001991INTEL IOP-ADMA DMA DRIVER
1992P: Dan Williams
1993M: dan.j.williams@intel.com
1994L: linux-kernel@vger.kernel.org
1995S: Supported
1996
Michael Buesch844dd052006-06-26 00:24:59 -07001997INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1998P: Deepak Saxena
1999M: dsaxena@plexity.net
2000S: Maintained
2001
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002002INTEL IXP2000 ETHERNET DRIVER
2003P: Lennert Buytenhek
2004M: kernel@wantstofly.org
2005L: netdev@vger.kernel.org
2006S: Maintained
2007
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002009P: Auke Kok
2010M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011P: Jesse Brandeburg
2012M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002013P: Jeff Kirsher
2014M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002015P: John Ronciak
2016M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002017L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018W: http://sourceforge.net/projects/e1000/
2019S: Supported
2020
2021INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002022P: Auke Kok
2023M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002024P: Jesse Brandeburg
2025M: jesse.brandeburg@intel.com
2026P: Jeff Kirsher
2027M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002028P: John Ronciak
2029M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002030L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031W: http://sourceforge.net/projects/e1000/
2032S: Supported
2033
2034INTEL PRO/10GbE SUPPORT
2035P: Ayyappan Veeraiyan
2036M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002037P: Auke Kok
2038M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002039P: Jesse Brandeburg
2040M: jesse.brandeburg@intel.com
2041P: John Ronciak
2042M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002043L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044W: http://sourceforge.net/projects/e1000/
2045S: Supported
2046
James Ketrenos826d2ab2005-11-07 18:56:59 -06002047INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002048P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002049M: yi.zhu@intel.com
2050P: James Ketrenos
2051M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002052P: Reinette Chatre
2053M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002054L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002055L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002056W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002057W: http://ipw2100.sourceforge.net
2058S: Supported
2059
2060INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002061P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002062M: yi.zhu@intel.com
2063P: James Ketrenos
2064M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002065P: Reinette Chatre
2066M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002067L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002068L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002069W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002070W: http://ipw2200.sourceforge.net
2071S: Supported
2072
Zhu Yib481de92007-09-25 17:54:57 -07002073INTEL WIRELESS WIFI LINK (iwlwifi)
2074P: Zhu Yi
2075M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002076P: Reinette Chatre
2077M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002078L: linux-wireless@vger.kernel.org
2079L: ipw3945-devel@lists.sourceforge.net
2080W: http://intellinuxwireless.org
2081T: git git://intellinuxwireless.org/repos/iwlwifi
2082S: Supported
2083
Ralf Baechlecb109a02007-08-30 23:56:30 -07002084IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085P: Ralf Baechle
2086M: ralf@linux-mips.org
2087L: linux-mips@linux-mips.org
2088S: Maintained
2089
Ralf Baechlecb109a02007-08-30 23:56:30 -07002090IOC3 SERIAL DRIVER
2091P: Pat Gefre
2092M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002093L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002094S: Maintained
2095
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096IP MASQUERADING:
2097P: Juanjo Ciarlante
2098M: jjciarla@raiz.uncu.edu.ar
2099S: Maintained
2100
Francois Romieu1202d6f2007-09-17 17:13:55 -07002101IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2102P: Francois Romieu
2103M: romieu@fr.zoreil.com
2104P: Sorbica Shieh
2105M: sorbica@icplus.com.tw
2106P: Jesse Huang
2107M: jesse@icplus.com.tw
2108L: netdev@vger.kernel.org
2109S: Maintained
2110
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002111IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002112P: Arthur Jones
2113M: infinipath@qlogic.com
2114L: general@lists.openfabrics.org
2115T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002116S: Supported
2117
Corey Minyard4409ebe2006-04-20 02:43:12 -07002118IPMI SUBSYSTEM
2119P: Corey Minyard
2120M: minyard@acm.org
2121L: openipmi-developer@lists.sourceforge.net
2122W: http://openipmi.sourceforge.net/
2123S: Supported
2124
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125IPX NETWORK LAYER
2126P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002127M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002128L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Maintained
2130
2131IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002132P: Samuel Ortiz
2133M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002134L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002136S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137
Mike Christie14816b12007-11-28 16:22:06 -08002138ISCSI
2139P: Mike Christie
2140M: michaelc@cs.wisc.edu
2141L: open-iscsi@googlegroups.com
2142W: www.open-iscsi.org
2143T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2144S: Maintained
2145
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146ISAPNP
2147P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002148M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149S: Maintained
2150
2151ISDN SUBSYSTEM
2152P: Karsten Keil
2153M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154L: isdn4linux@listserv.isdn4linux.de
2155W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002156T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Maintained
2158
2159ISDN SUBSYSTEM (Eicon active card driver)
2160P: Armin Schindler
2161M: mac@melware.de
2162L: isdn4linux@listserv.isdn4linux.de
2163W: http://www.melware.de
2164S: Maintained
2165
Hans Verkuil91821ff2007-12-02 09:35:33 -03002166IVTV VIDEO4LINUX DRIVER
2167P: Hans Verkuil
2168M: hverkuil@xs4all.nl
2169L: ivtv-devel@ivtvdriver.org
2170L: ivtv-users@ivtvdriver.org
2171L: video4linux-list@redhat.com
2172W: http://www.ivtvdriver.org
2173S: Maintained
2174
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2176P: David Woodhouse
2177M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002178L: linux-mtd@lists.infradead.org
2179W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180S: Maintained
2181
2182JFS FILESYSTEM
2183P: Dave Kleikamp
2184M: shaggy@austin.ibm.com
2185L: jfs-discussion@lists.sourceforge.net
2186W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002187T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188S: Supported
2189
Josh Triplettde456d32006-07-30 03:04:00 -07002190JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002191P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002192M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002193L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002194S: Maintained
2195
Rudolf Marek4660cb32006-10-08 22:01:26 +02002196K8TEMP HARDWARE MONITORING DRIVER
2197P: Rudolf Marek
2198M: r.marek@assembler.cz
2199L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200S: Maintained
2201
2202KCONFIG
2203P: Roman Zippel
2204M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002205L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206S: Maintained
2207
Vivek Goyalea6c2082006-05-20 14:59:55 -07002208KDUMP
2209P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002210M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002211P: Haren Myneni
2212M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002213L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002214L: linux-kernel@vger.kernel.org
2215W: http://lse.sourceforge.net/kdump/
2216S: Maintained
2217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218KERNEL AUTOMOUNTER (AUTOFS)
2219P: H. Peter Anvin
2220M: hpa@zytor.com
2221L: autofs@linux.kernel.org
2222S: Odd Fixes
2223
2224KERNEL AUTOMOUNTER v4 (AUTOFS4)
2225P: Ian Kent
2226M: raven@themaw.net
2227L: autofs@linux.kernel.org
2228S: Maintained
2229
2230KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231P: Sam Ravnborg
2232M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002233T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002234L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002235S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236
2237KERNEL JANITORS
2238P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002239L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241S: Maintained
2242
2243KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002244P: J. Bruce Fields
2245M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002247M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002248L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002250S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251
Avi Kivity426d62e2006-12-13 00:34:03 -08002252KERNEL VIRTUAL MACHINE (KVM)
2253P: Avi Kivity
2254M: avi@qumranet.com
2255L: kvm-devel@lists.sourceforge.net
2256W: kvm.sourceforge.net
2257S: Supported
2258
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002259KEXEC
2260P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002261M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002262W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002263L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002264L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002265S: Maintained
2266
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002267KPROBES
2268P: Prasanna S Panchamukhi
2269M: prasanna@in.ibm.com
2270P: Ananth N Mavinakayanahalli
2271M: ananth@in.ibm.com
2272P: Anil S Keshavamurthy
2273M: anil.s.keshavamurthy@intel.com
2274P: David S. Miller
2275M: davem@davemloft.net
2276L: linux-kernel@vger.kernel.org
2277S: Maintained
2278
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002279KS0108 LCD CONTROLLER DRIVER
2280P: Miguel Ojeda Sandonis
2281M: maxextreme@gmail.com
2282L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002283W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002284S: Maintained
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002288S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289
2290LASI 53c700 driver for PARISC
2291P: James E.J. Bottomley
2292M: James.Bottomley@HansenPartnership.com
2293L: linux-scsi@vger.kernel.org
2294S: Maintained
2295
Richard Purdie263de9b2006-05-15 09:44:16 -07002296LED SUBSYSTEM
2297P: Richard Purdie
2298M: rpurdie@rpsys.net
2299S: Maintained
2300
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301LEGO USB Tower driver
2302P: Juergen Stuber
2303M: starblue@users.sourceforge.net
2304L: legousb-devel@lists.sourceforge.net
2305W: http://legousb.sourceforge.net/
2306S: Maintained
2307
Rusty Russell568a17f2007-10-25 14:12:24 +10002308LGUEST
2309P: Rusty Russell
2310M: rusty@rustcorp.com.au
2311L: lguest@ozlabs.org
2312W: http://lguest.ozlabs.org/
2313S: Maintained
2314
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315LINUX FOR IBM pSERIES (RS/6000)
2316P: Paul Mackerras
2317M: paulus@au.ibm.com
2318W: http://www.ibm.com/linux/ltc/projects/ppc
2319S: Supported
2320
2321LINUX FOR NCR VOYAGER
2322P: James Bottomley
2323M: James.Bottomley@HansenPartnership.com
2324W: http://www.hansenpartnership.com/voyager
2325S: Maintained
2326
2327LINUX FOR POWERPC
2328P: Paul Mackerras
2329M: paulus@samba.org
2330W: http://www.penguinppc.org/
2331L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002332T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333S: Supported
2334
2335LINUX FOR POWER MACINTOSH
2336P: Benjamin Herrenschmidt
2337M: benh@kernel.crashing.org
2338W: http://www.penguinppc.org/
2339L: linuxppc-dev@ozlabs.org
2340S: Maintained
2341
2342LINUX FOR POWERPC EMBEDDED MPC52XX
2343P: Sylvain Munaut
2344M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002345P: Grant Likely
2346M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347W: http://www.246tNt.com/mpc52xx/
2348W: http://www.penguinppc.org/
2349L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350S: Maintained
2351
2352LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002353P: Josh Boyer
2354M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355P: Matt Porter
2356M: mporter@kernel.crashing.org
2357W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002358L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002359T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Maintained
2361
Grant Likely260c02a2007-10-02 12:15:34 +10002362LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2363P: Grant Likely
2364M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002365W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002366L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Maintained
2368
Tom Rinie93adf12005-07-26 12:49:53 -07002369LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370P: Tom Rini
2371M: trini@kernel.crashing.org
2372W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002373L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S: Maintained
2375
Tom Rinie93adf12005-07-26 12:49:53 -07002376LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002377P: Vitaly Bordug
2378M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002379P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002380M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002381W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002382L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002383S: Maintained
2384
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002386P: Kumar Gala
2387M: galak@kernel.crashing.org
2388W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002389L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002390S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391
Olof Johanssonab06ff32006-09-06 14:44:54 -05002392LINUX FOR POWERPC PA SEMI PWRFICIENT
2393P: Olof Johansson
2394M: olof@lixom.net
2395W: http://www.pasemi.com/
2396L: linuxppc-dev@ozlabs.org
2397S: Supported
2398
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399LLC (802.2)
2400P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002401M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402S: Maintained
2403
2404LINUX FOR 64BIT POWERPC
2405P: Paul Mackerras
2406M: paulus@samba.org
2407M: paulus@au.ibm.com
2408P: Anton Blanchard
2409M: anton@samba.org
2410M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002411W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002412L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413S: Supported
2414
2415LINUX SECURITY MODULE (LSM) FRAMEWORK
2416P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002417M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002418L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002420T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421S: Supported
2422
2423LM83 HARDWARE MONITOR DRIVER
2424P: Jean Delvare
2425M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002426L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427S: Maintained
2428
2429LM90 HARDWARE MONITOR DRIVER
2430P: Jean Delvare
2431M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002432L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002435LOCKDEP AND LOCKSTAT
2436P: Peter Zijlstra
2437M: peterz@infradead.org
2438P: Ingo Molnar
2439M: mingo@redhat.com
2440L: linux-kernel@vger.kernel.org
2441T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2442S: Maintained
2443
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002444LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445P: Richard Russon (FlatCap)
2446M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002447L: linux-ntfs-dev@lists.sourceforge.net
2448W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449S: Maintained
2450
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002451LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2452P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002453M: Eric.Moore@lsi.com
2454M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002455L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002456L: linux-scsi@vger.kernel.org
2457W: http://www.lsilogic.com/support
2458S: Supported
2459
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2461P: Matthew Wilcox
2462M: matthew@wil.cx
2463L: linux-scsi@vger.kernel.org
2464S: Maintained
2465
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002466M32R ARCHITECTURE
2467P: Hirokazu Takata
2468M: takata@linux-m32r.org
2469L: linux-m32r@ml.linux-m32r.org
2470L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2471W: http://www.linux-m32r.org/
2472S: Maintained
2473
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474M68K ARCHITECTURE
2475P: Geert Uytterhoeven
2476M: geert@linux-m68k.org
2477P: Roman Zippel
2478M: zippel@linux-m68k.org
2479L: linux-m68k@lists.linux-m68k.org
2480W: http://www.linux-m68k.org/
2481W: http://linux-m68k-cvs.ubb.ca/
2482S: Maintained
2483
2484M68K ON APPLE MACINTOSH
2485P: Joshua Thompson
2486M: funaho@jurai.org
2487W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002488L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489S: Maintained
2490
2491M68K ON HP9000/300
2492P: Philip Blundell
2493M: philb@gnu.org
2494W: http://www.tazenda.demon.co.uk/phil/linux-hp
2495S: Maintained
2496
Jiri Benc64a327a2007-05-05 11:47:08 -07002497MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002498P: Michael Wu
2499M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002500P: Johannes Berg
2501M: johannes@sipsolutions.net
2502P: Jiri Benc
2503M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002504L: linux-wireless@vger.kernel.org
2505W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002506T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002507S: Maintained
2508
Stefano Brivio1036d862007-12-23 04:46:27 +01002509MAC80211 PID RATE CONTROL
2510P: Stefano Brivio
2511M: stefano.brivio@polimi.it
2512P: Mattias Nissler
2513M: mattias.nissler@gmx.de
2514L: linux-wireless@vger.kernel.org
2515W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2516T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2517S: Maintained
2518
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002519MACVLAN DRIVER
2520P: Patrick McHardy
2521M: kaber@trash.net
2522L: netdev@vger.kernel.org
2523S: Maintained
2524
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525MARVELL YUKON / SYSKONNECT DRIVER
2526P: Mirko Lindner
2527M: mlindner@syskonnect.de
2528P: Ralph Roesler
2529M: rroesler@syskonnect.de
2530W: http://www.syskonnect.com
2531S: Supported
2532
Michael Kerriskfaf16682005-07-31 22:34:47 -07002533MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002534P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002535M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002536W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2537S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002538
Stefano Brivio74cda162007-11-19 20:27:46 +01002539MARVELL LIBERTAS WIRELESS DRIVER
2540P: Dan Williams
2541M: dcbw@redhat.com
2542L: libertas-dev@lists.infradead.org
2543S: Maintained
2544
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002545MARVELL MV643XX ETHERNET DRIVER
2546P: Dale Farnsworth
2547M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002549M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002550L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002551S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552
2553MATROX FRAMEBUFFER DRIVER
2554P: Petr Vandrovec
2555M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002556L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557S: Maintained
2558
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002559MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2560P: Hans J. Koch
2561M: hjk@linutronix.de
2562L: lm-sensors@lm-sensors.org
2563S: Maintained
2564
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002565MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002566P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002567M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002568S: linux-scsi@vger.kernel.org
2569W: http://megaraid.lsilogic.com
2570S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002571
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002572MEMORY MANAGEMENT
2573L: linux-mm@kvack.org
2574L: linux-kernel@vger.kernel.org
2575W: http://www.linux-mm.org
2576S: Maintained
2577
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002578MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579P: David Woodhouse
2580M: dwmw2@infradead.org
2581W: http://www.linux-mtd.infradead.org/
2582L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002583T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584S: Maintained
2585
Artem Bityutskiy48576402007-02-13 17:11:10 +02002586UNSORTED BLOCK IMAGES (UBI)
2587P: Artem Bityutskiy
2588M: dedekind@infradead.org
2589W: http://www.linux-mtd.infradead.org/
2590L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002591T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002592S: Maintained
2593
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594MICROTEK X6 SCANNER
2595P: Oliver Neukum
2596M: oliver@neukum.name
2597S: Maintained
2598
2599MIPS
2600P: Ralf Baechle
2601M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002602W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002604T: git www.linux-mips.org:/pub/scm/linux.git
2605S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606
2607MISCELLANEOUS MCA-SUPPORT
2608P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002609M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610L: linux-kernel@vger.kernel.org
2611S: Maintained
2612
2613MODULE SUPPORT
2614P: Rusty Russell
2615M: rusty@rustcorp.com.au
2616L: linux-kernel@vger.kernel.org
2617S: Maintained
2618
2619MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2620P: Stelian Pop
2621M: stelian@popies.net
2622W: http://popies.net/meye/
2623S: Maintained
2624
Pavel Pisac58ff042007-05-16 01:10:41 +02002625MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2626P: Pavel Pisa
2627M: ppisa@pikron.com
2628L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2629W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2630S: Maintained
2631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632MOUSE AND MISC DEVICES [GENERAL]
2633P: Alessandro Rubini
2634M: rubini@ipvvis.unipv.it
2635L: linux-kernel@vger.kernel.org
2636S: Maintained
2637
Jiri Slabyd7354102006-12-08 02:38:35 -08002638MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2639P: Jiri Slaby
2640M: jirislaby@gmail.com
2641L: linux-kernel@vger.kernel.org
2642S: Maintained
2643
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002644MSI LAPTOP SUPPORT
2645P: Lennart Poettering
2646M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002647W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002648W: http://0pointer.de/lennart/tchibo.html
2649S: Maintained
2650
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002651MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002652P: Pierre Ossman
2653M: drzeus-mmc@drzeus.cx
2654L: linux-kernel@vger.kernel.org
2655S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002656
David Brownell15a05802007-08-08 09:12:54 -07002657MULTIMEDIA CARD (MMC) ETC. OVER SPI
2658P: David Brownell
2659M: dbrownell@users.sourceforge.net
2660L: linux-kernel@vger.kernel.org
2661S: Odd fixes
2662
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663MULTISOUND SOUND DRIVER
2664P: Andrew Veliath
2665M: andrewtv@usa.net
2666S: Maintained
2667
Jiri Slabyd7354102006-12-08 02:38:35 -08002668MULTITECH MULTIPORT CARD (ISICOM)
2669P: Jiri Slaby
2670M: jirislaby@gmail.com
2671L: linux-kernel@vger.kernel.org
2672S: Maintained
2673
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674NATSEMI ETHERNET DRIVER (DP8381x)
2675P: Tim Hockin
2676M: thockin@hockin.org
2677S: Maintained
2678
2679NCP FILESYSTEM
2680P: Petr Vandrovec
2681M: vandrove@vc.cvut.cz
2682L: linware@sh.cvut.cz
2683S: Maintained
2684
2685NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2686P: James E.J. Bottomley
2687M: James.Bottomley@HansenPartnership.com
2688L: linux-scsi@vger.kernel.org
2689S: Maintained
2690
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002691NETEM NETWORK EMULATOR
2692P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002693M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002694L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002695S: Maintained
2696
Jiri Slaby4a584482007-08-30 23:56:39 -07002697NETERION (S2IO) Xframe 10GbE DRIVER
2698P: Ramkrishna Vepa
2699M: ram.vepa@neterion.com
2700P: Rastapur Santosh
2701M: santosh.rastapur@neterion.com
2702P: Sivakumar Subramani
2703M: sivakumar.subramani@neterion.com
2704P: Sreenivasa Honnur
2705M: sreenivasa.honnur@neterion.com
2706L: netdev@vger.kernel.org
2707W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2708S: Supported
2709
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710NETFILTER/IPTABLES/IPCHAINS
2711P: Rusty Russell
2712P: Marc Boucher
2713P: James Morris
2714P: Harald Welte
2715P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002716P: Patrick McHardy
2717M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002718L: netfilter-devel@vger.kernel.org
2719L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002720L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721W: http://www.netfilter.org/
2722W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723S: Supported
2724
Paul Moore4cc67732006-09-25 15:57:13 -07002725NETLABEL
2726P: Paul Moore
2727M: paul.moore@hp.com
2728W: http://netlabel.sf.net
2729L: netdev@vger.kernel.org
2730S: Supported
2731
Linus Torvalds1da177e2005-04-16 15:20:36 -07002732NETROM NETWORK LAYER
2733P: Ralf Baechle
2734M: ralf@linux-mips.org
2735L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002736W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737S: Maintained
2738
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002739NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740P: Paul Clements
2741M: Paul.Clements@steeleye.com
2742S: Maintained
2743
2744NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745P: Jeff Garzik
2746M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002747L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002748T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749S: Maintained
2750
2751NETWORKING [GENERAL]
2752P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002753M: netdev@vger.kernel.org
2754L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002755W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756S: Maintained
2757
2758NETWORKING [IPv4/IPv6]
2759P: David S. Miller
2760M: davem@davemloft.net
2761P: Alexey Kuznetsov
2762M: kuznet@ms2.inr.ac.ru
2763P: Pekka Savola (ipv6)
2764M: pekkas@netcore.fi
2765P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002766M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767P: Hideaki YOSHIFUJI
2768M: yoshfuji@linux-ipv6.org
2769P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002770M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002771L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002772T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773S: Maintained
2774
James Morris10e2ff12007-08-25 14:41:28 -07002775NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2776P: Paul Moore
2777M: paul.moore@hp.com
2778L: netdev@vger.kernel.org
2779S: Maintained
2780
John W. Linville29f8f632006-01-18 14:52:48 -08002781NETWORKING [WIRELESS]
2782P: John W. Linville
2783M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002784L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002785T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2786S: Maintained
2787
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002788NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002789P: Dhananjay Phadke
2790M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002791L: netdev@vger.kernel.org
2792W: http://www.netxen.com
2793S: Supported
2794
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795IPVS
2796P: Wensong Zhang
2797M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002798P: Simon Horman
2799M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800P: Julian Anastasov
2801M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002802L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803S: Maintained
2804
2805NFS CLIENT
2806P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002807M: Trond.Myklebust@netapp.com
2808L: linux-nfs@vger.kernel.org
2809W: http://client.linux-nfs.org
2810T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811S: Maintained
2812
2813NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002814P: Jan-Pascal van Best
2815M: janpascal@vanbest.org
2816P: Andreas Mohr
2817M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002818L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819S: Maintained
2820
2821NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2822P: YOKOTA Hiroshi
2823M: yokota@netlab.is.tsukuba.ac.jp
2824W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2825S: Maintained
2826
2827NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2828P: GOTO Masanori
2829M: gotom@debian.or.jp
2830P: YOKOTA Hiroshi
2831M: yokota@netlab.is.tsukuba.ac.jp
2832W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2833S: Maintained
2834
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835NTFS FILESYSTEM
2836P: Anton Altaparmakov
2837M: aia21@cantab.net
2838L: linux-ntfs-dev@lists.sourceforge.net
2839L: linux-kernel@vger.kernel.org
2840W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002841T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842S: Maintained
2843
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002844NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002845P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002846M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002847L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002848S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002850OPENCORES I2C BUS DRIVER
2851P: Peter Korsgaard
2852M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002853L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002854S: Maintained
2855
Mark Fashehccd979b2005-12-15 14:31:24 -08002856ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2857P: Mark Fasheh
2858M: mark.fasheh@oracle.com
2859P: Kurt Hackel
2860M: kurt.hackel@oracle.com
2861L: ocfs2-devel@oss.oracle.com
2862W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002863S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002864
Harald Weltec1986ee2005-11-13 16:06:29 -08002865OMNIKEY CARDMAN 4000 DRIVER
2866P: Harald Welte
2867M: laforge@gnumonks.org
2868S: Maintained
2869
Harald Welte77c44ab2005-11-13 16:06:26 -08002870OMNIKEY CARDMAN 4040 DRIVER
2871P: Harald Welte
2872M: laforge@gnumonks.org
2873S: Maintained
2874
Jonathan Corbet77d51402007-03-22 19:44:17 -03002875OMNIVISION OV7670 SENSOR DRIVER
2876P: Jonathan Corbet
2877M: corbet@lwn.net
2878L: video4linux-list@redhat.com
2879S: Maintained
2880
Thomas Gleixner431bca72007-05-02 09:31:35 +02002881ONENAND FLASH DRIVER
2882P: Kyungmin Park
2883M: kyungmin.park@samsung.com
2884L: linux-mtd@lists.infradead.org
2885S: Maintained
2886
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887ONSTREAM SCSI TAPE DRIVER
2888P: Willem Riede
2889M: osst@riede.org
2890L: osst-users@lists.sourceforge.net
2891L: linux-scsi@vger.kernel.org
2892S: Maintained
2893
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894OPROFILE
2895P: Philippe Elie
2896M: phil.el@wanadoo.fr
2897L: oprofile-list@lists.sf.net
2898S: Maintained
2899
2900ORINOCO DRIVER
2901P: Pavel Roskin
2902M: proski@gnu.org
2903P: David Gibson
2904M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002905L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002906L: orinoco-users@lists.sourceforge.net
2907L: orinoco-devel@lists.sourceforge.net
2908W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909S: Maintained
2910
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002911PA SEMI ETHERNET DRIVER
2912P: Olof Johansson
2913M: olof@lixom.net
2914L: netdev@vger.kernel.org
2915S: Maintained
2916
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002917PA SEMI SMBUS DRIVER
2918P: Olof Johansson
2919M: olof@lixom.net
2920L: i2c@lm-sensors.org
2921S: Maintained
2922
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002924L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002925S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926
2927PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2928P: Tim Waugh
2929M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002930L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931W: http://www.torque.net/linux-pp.html
2932S: Maintained
2933
2934PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002935P: Kyle McMartin
2936M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937P: Matthew Wilcox
2938M: matthew@wil.cx
2939P: Grant Grundler
2940M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002941L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002943T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944S: Maintained
2945
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002946PARAVIRT_OPS INTERFACE
2947P: Jeremy Fitzhardinge
2948M: jeremy@xensource.com
2949P: Chris Wright
2950M: chrisw@sous-sol.org
2951P: Zachary Amsden
2952M: zach@vmware.com
2953P: Rusty Russell
2954M: rusty@rustcorp.com.au
2955L: virtualization@lists.osdl.org
2956L: linux-kernel@vger.kernel.org
2957S: Supported
2958
Jim Cromie1662d322006-10-06 00:43:59 -07002959PC87360 HARDWARE MONITORING DRIVER
2960P: Jim Cromie
2961M: jim.cromie@gmail.com
2962L: lm-sensors@lm-sensors.org
2963S: Maintained
2964
2965PC8736x GPIO DRIVER
2966P: Jim Cromie
2967M: jim.cromie@gmail.com
2968S: Maintained
2969
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002970PCI ERROR RECOVERY
2971P: Linas Vepstas
2972M: linas@austin.ibm.com
2973L: linux-kernel@vger.kernel.org
2974L: linux-pci@atrey.karlin.mff.cuni.cz
2975S: Supported
2976
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977PCI SUBSYSTEM
2978P: Greg Kroah-Hartman
2979M: gregkh@suse.de
2980L: linux-kernel@vger.kernel.org
2981L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002982T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983S: Supported
2984
2985PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002986P: Kristen Carlson Accardi
2987M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988S: Supported
2989
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002990PCIE HOTPLUG DRIVER
2991P: Kristen Carlson Accardi
2992M: kristen.c.accardi@intel.com
2993L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002994S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002995
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002997P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002998L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002999W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003000T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003001S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002
3003PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003004P: Don Fry
3005M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003006L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007S: Maintained
3008
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003009PER-TASK DELAY ACCOUNTING
3010P: Shailabh Nagar
3011M: nagar@watson.ibm.com
3012L: linux-kernel@vger.kernel.org
3013S: Maintained
3014
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003015PERSONALITY HANDLING
3016P: Christoph Hellwig
3017M: hch@infradead.org
3018L: linux-abi-devel@lists.sourceforge.net
3019S: Maintained
3020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003022P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023M: joern@wh.fh-wedel.de
3024L: linux-mtd@lists.infradead.org
3025S: Maintained
3026
Peter Osterlund249a6772005-09-27 21:45:30 -07003027PKTCDVD DRIVER
3028P: Peter Osterlund
3029M: petero2@telia.com
3030L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003031S: Maintained
3032
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003034P: Thomas Gleixner
3035M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003036L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037S: Supported
3038
Anton Vorontsov3be86142007-07-15 04:43:36 +04003039POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3040P: Anton Vorontsov
3041M: cbou@mail.ru
3042P: David Woodhouse
3043M: dwmw2@infradead.org
3044L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003045T: git git.infradead.org/battery-2.6.git
3046S: Maintained
3047
Eugene Surovegin24682972005-10-14 03:00:53 -07003048POWERPC 4xx EMAC DRIVER
3049P: Eugene Surovegin
3050M: ebs@ebshome.net
3051W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003052L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003053L: netdev@vger.kernel.org
3054S: Maintained
3055
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056PNP SUPPORT
3057P: Adam Belay
3058M: ambx1@neo.rr.com
3059S: Maintained
3060
Vitaly Wool999445d2007-01-04 13:07:03 +01003061PNXxxxx I2C DRIVER
3062P: Vitaly Wool
3063M: vitalywool@gmail.com
3064L: i2c@lm-sensors.org
3065S: Maintained
3066
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067PPP PROTOCOL DRIVERS AND COMPRESSORS
3068P: Paul Mackerras
3069M: paulus@samba.org
3070L: linux-ppp@vger.kernel.org
3071S: Maintained
3072
3073PPP OVER ATM (RFC 2364)
3074P: Mitchell Blank Jr
3075M: mitch@sfgoth.com
3076S: Maintained
3077
3078PPP OVER ETHERNET
3079P: Michal Ostrowski
3080M: mostrows@speakeasy.net
3081S: Maintained
3082
James Chapmana6d23702007-06-27 15:53:17 -07003083PPP OVER L2TP
3084P: James Chapman
3085M: jchapman@katalix.com
3086S: Maintained
3087
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088PREEMPTIBLE KERNEL
3089P: Robert Love
3090M: rml@tech9.net
3091L: linux-kernel@vger.kernel.org
3092L: kpreempt-tech@lists.sourceforge.net
3093W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3094S: Supported
3095
Michael Wueff1a592007-09-25 18:11:01 -07003096P54 WIRELESS DRIVER
3097P: Michael Wu
3098M: flamingice@sourmilk.net
3099L: linux-wireless@vger.kernel.org
3100W: http://prism54.org
3101T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3102S: Maintained
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003105P: Luis R. Rodriguez
3106M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003107L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108W: http://prism54.org
3109S: Maintained
3110
3111PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3112P: Peter Denison
3113M: promise@pnd-pc.demon.co.uk
3114W: http://www.pnd-pc.demon.co.uk/promise/
3115S: Maintained
3116
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003117PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3118P: Mikael Pettersson
3119M: mikpe@it.uu.se
3120L: linux-ide@vger.kernel.org
3121S: Maintained
3122
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003123PS3 NETWORK SUPPORT
3124P: Masakazu Mokuno
3125M: mokuno@sm.sony.co.jp
3126L: netdev@vger.kernel.org
3127L: cbe-oss-dev@ozlabs.org
3128S: Supported
3129
Geoff Levandf58a9d12006-11-23 00:46:51 +01003130PS3 PLATFORM SUPPORT
3131P: Geoff Levand
3132M: geoffrey.levand@am.sony.com
3133L: linuxppc-dev@ozlabs.org
3134L: cbe-oss-dev@ozlabs.org
3135S: Supported
3136
Michael Krufky83202042006-07-03 00:24:18 -07003137PVRUSB2 VIDEO4LINUX DRIVER
3138P: Mike Isely
3139M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003140L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003141L: video4linux-list@redhat.com
3142W: http://www.isely.net/pvrusb2/
3143S: Maintained
3144
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145PXA2xx SUPPORT
3146P: Nicolas Pitre
3147M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003148L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149S: Maintained
3150
Pierre Ossman272f1332007-05-14 21:25:26 +02003151PXA MMCI DRIVER
3152S: Orphan
3153
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154QLOGIC QLA2XXX FC-SCSI DRIVER
3155P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003156M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157L: linux-scsi@vger.kernel.org
3158S: Supported
3159
Ron Mercer5a4faa82006-07-25 00:40:21 -07003160QLOGIC QLA3XXX NETWORK DRIVER
3161P: Ron Mercer
3162M: linux-driver@qlogic.com
3163L: netdev@vger.kernel.org
3164S: Supported
3165
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166QNX4 FILESYSTEM
3167P: Anders Larsen
3168M: al@alarsen.net
3169L: linux-kernel@vger.kernel.org
3170W: http://www.alarsen.net/linux/qnx4fs/
3171S: Maintained
3172
3173RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003174P: Benjamin Herrenschmidt
3175M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003176L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177S: Maintained
3178
3179RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003180P: Paul Mackerras
3181M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003182L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183S: Maintained
3184
3185RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3186P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003187M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003188L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189S: Maintained
3190
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003191RALINK RT2X00 WLAN DRIVER
3192P: rt2x00 project
3193L: linux-wireless@vger.kernel.org
3194L: rt2400-devel@lists.sourceforge.net
3195W: http://rt2x00.serialmonkey.com/
3196S: Maintained
3197F: drivers/net/wireless/rt2x00/
3198
Matt Mackall9e95ce22005-04-16 15:25:56 -07003199RANDOM NUMBER DRIVER
3200P: Matt Mackall
3201M: mpm@selenic.com
3202S: Maintained
3203
Matt Porter394b7012005-11-07 01:00:15 -08003204RAPIDIO SUBSYSTEM
3205P: Matt Porter
3206M: mporter@kernel.crashing.org
3207L: linux-kernel@vger.kernel.org
3208S: Maintained
3209
Florian Fainellidb17f392007-12-19 11:30:30 +01003210RDC R6040 FAST ETHERNET DRIVER
3211P: Florian Fainelli
3212M: florian.fainelli@telecomint.eu
3213L: netdev@vger.kernel.org
3214S: Maintained
3215
Josh Triplett595182b2006-10-04 02:17:21 -07003216READ-COPY UPDATE (RCU)
3217P: Dipankar Sarma
3218M: dipankar@in.ibm.com
3219W: http://www.rdrop.com/users/paulmck/rclock/
3220L: linux-kernel@vger.kernel.org
3221S: Supported
3222
3223RCUTORTURE MODULE
3224P: Josh Triplett
3225M: josh@freedesktop.org
3226L: linux-kernel@vger.kernel.org
3227S: Maintained
3228
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229REAL TIME CLOCK DRIVER
3230P: Paul Gortmaker
3231M: p_gortmaker@yahoo.com
3232L: linux-kernel@vger.kernel.org
3233S: Maintained
3234
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003235REAL TIME CLOCK (RTC) SUBSYSTEM
3236P: Alessandro Zummo
3237M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003238L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003239S: Maintained
3240
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241REISERFS FILE SYSTEM
3242P: Hans Reiser
3243M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003244L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245W: http://www.namesys.com
3246S: Supported
3247
3248ROCKETPORT DRIVER
3249P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250W: http://www.comtrol.com
3251S: Maintained
3252
3253ROSE NETWORK LAYER
3254P: Ralf Baechle
3255M: ralf@linux-mips.org
3256L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003257W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258S: Maintained
3259
3260RISCOM8 DRIVER
3261S: Orphan
3262
Michael Wu605bebe2007-05-14 01:41:02 -04003263RTL818X WIRELESS DRIVER
3264P: Michael Wu
3265M: flamingice@sourmilk.net
3266P: Andrea Merello
3267M: andreamrl@tiscali.it
3268L: linux-wireless@vger.kernel.org
3269W: http://linuxwireless.org/
3270T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3271S: Maintained
3272
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003273S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003274P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003275M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003276L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003277S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003278
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279S390
3280P: Martin Schwidefsky
3281M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003282P: Heiko Carstens
3283M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003285L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003286W: http://www.ibm.com/developerworks/linux/linux390/
3287S: Supported
3288
3289S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003290P: Ursula Braun
3291M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003292P: Frank Blaschka
3293M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003294M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003295L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003296W: http://www.ibm.com/developerworks/linux/linux390/
3297S: Supported
3298
3299S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003300P: Christof Schmitt
3301M: christof.schmitt@de.ibm.com
3302P: Martin Peschke
3303M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003304M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003305L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003306W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307S: Supported
3308
Ursula Braundd96df22007-09-19 13:09:02 +02003309S390 IUCV NETWORK LAYER
3310P: Ursula Braun
3311M: ubraun@linux.vnet.ibm.com
3312M: linux390@de.ibm.com
3313L: linux-s390@vger.kernel.org
3314W: http://www.ibm.com/developerworks/linux/linux390/
3315S: Supported
3316
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317SAA7146 VIDEO4LINUX-2 DRIVER
3318P: Michael Hunold
3319M: michael@mihu.de
3320W: http://www.mihu.de/linux/saa7146
3321S: Maintained
3322
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323SC1200 WDT DRIVER
3324P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003325M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326S: Maintained
3327
3328SCHEDULER
3329P: Ingo Molnar
3330M: mingo@elte.hu
3331P: Robert Love [the preemptible kernel bits]
3332M: rml@tech9.net
3333L: linux-kernel@vger.kernel.org
3334S: Maintained
3335
3336SCSI CDROM DRIVER
3337P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003338M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339L: linux-scsi@vger.kernel.org
3340W: http://www.kernel.dk
3341S: Maintained
3342
3343SCSI SG DRIVER
3344P: Doug Gilbert
3345M: dgilbert@interlog.com
3346L: linux-scsi@vger.kernel.org
3347W: http://www.torque.net/sg
3348S: Maintained
3349
3350SCSI SUBSYSTEM
3351P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003352M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003354T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003355T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3356T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357S: Maintained
3358
3359SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003360P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361M: Kai.Makisara@kolumbus.fi
3362L: linux-scsi@vger.kernel.org
3363S: Maintained
3364
3365SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003366P: Vlad Yasevich
3367M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003368P: Sridhar Samudrala
3369M: sri@us.ibm.com
3370L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003371W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003372S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373
3374SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003375P: Jim Cromie
3376M: jim.cromie@gmail.com
3377S: Odd Fixes
3378
3379SCx200 GPIO DRIVER
3380P: Jim Cromie
3381M: jim.cromie@gmail.com
3382S: Maintained
3383
3384SCx200 HRT CLOCKSOURCE DRIVER
3385P: Jim Cromie
3386M: jim.cromie@gmail.com
3387S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388
3389SECURITY CONTACT
3390P: Security Officers
3391M: security@kernel.org
3392S: Supported
3393
3394SELINUX SECURITY MODULE
3395P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003396M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003398M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003399P: Eric Paris
3400M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003402L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403W: http://www.nsa.gov/selinux
3404S: Supported
3405
Jiri Slabycef2cf02007-05-08 00:31:45 -07003406SENSABLE PHANTOM
3407P: Jiri Slaby
3408M: jirislaby@gmail.com
3409S: Maintained
3410
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411SERIAL ATA (SATA) SUBSYSTEM:
3412P: Jeff Garzik
3413M: jgarzik@pobox.com
3414L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003415T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416S: Supported
3417
3418SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3419P: Pat Gefre
3420M: pfg@sgi.com
3421L: linux-ia64@vger.kernel.org
3422S: Supported
3423
3424SGI VISUAL WORKSTATION 320 AND 540
3425P: Andrey Panin
3426M: pazke@donpac.ru
3427L: linux-visws-devel@lists.sf.net
3428W: http://linux-visws.sf.net
3429S: Maintained for 2.6.
3430
3431SIMTEC EB110ATX (Chalice CATS)
3432P: Ben Dooks
3433P: Vincent Sanders
3434M: support@simtec.co.uk
3435W: http://www.simtec.co.uk/products/EB110ATX/
3436S: Supported
3437
3438SIMTEC EB2410ITX (BAST)
3439P: Ben Dooks
3440P: Vincent Sanders
3441M: support@simtec.co.uk
3442W: http://www.simtec.co.uk/products/EB2410ITX/
3443S: Supported
3444
Francois Romieu92aab3c2005-07-30 13:11:18 +02003445SIS 190 ETHERNET DRIVER
3446P: Francois Romieu
3447M: romieu@fr.zoreil.com
3448L: netdev@vger.kernel.org
3449S: Maintained
3450
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451SIS 5513 IDE CONTROLLER DRIVER
3452P: Lionel Bouton
3453M: Lionel.Bouton@inet6.fr
3454W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3455W: http://gyver.homeip.net/sis5513/index.html
3456S: Maintained
3457
3458SIS 900/7016 FAST ETHERNET DRIVER
3459P: Daniele Venzano
3460M: venza@brownhat.org
3461W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003462L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463S: Maintained
3464
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003465SIS 96X I2C/SMBUS DRIVER
3466P: Mark M. Hoffman
3467M: mhoffman@lightlink.com
3468L: lm-sensors@lm-sensors.org
3469S: Maintained
3470
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471SIS FRAMEBUFFER DRIVER
3472P: Thomas Winischhofer
3473M: thomas@winischhofer.net
3474W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003475S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476
3477SIS USB2VGA DRIVER
3478P: Thomas Winischhofer
3479M: thomas@winischhofer.net
3480W: http://www.winischhofer.at/linuxsisusbvga.shtml
3481S: Maintained
3482
Christoph Lameter415ad262007-07-26 10:40:56 -07003483SLAB ALLOCATOR
3484P: Christoph Lameter
3485M: clameter@sgi.com
3486P: Pekka Enberg
3487M: penberg@cs.helsinki.fi
3488L: linux-mm@kvack.org
3489S: Maintained
3490
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491SMC91x ETHERNET DRIVER
3492P: Nicolas Pitre
3493M: nico@cam.org
3494S: Maintained
3495
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003496SMSC47B397 HARDWARE MONITOR DRIVER
3497P: Mark M. Hoffman
3498M: mhoffman@lightlink.com
3499L: lm-sensors@lm-sensors.org
3500S: Maintained
3501
Daniel Drake8f0f8502006-07-18 22:00:25 +01003502SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003503P: Daniel Drake
3504M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003505L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003506S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003507
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508SOFTWARE RAID (Multiple Disks) SUPPORT
3509P: Ingo Molnar
3510M: mingo@redhat.com
3511P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003512M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003514S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515
Pavel Machek95a631e2007-07-19 01:47:42 -07003516HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517P: Pavel Machek
3518M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003519P: Rafael J. Wysocki
3520M: rjw@sisk.pl
3521L: linux-pm@lists.linux-foundation.org
3522S: Supported
3523
3524SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003525P: Len Brown
3526M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003527P: Pavel Machek
3528M: pavel@suse.cz
3529P: Rafael J. Wysocki
3530M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003531L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003532S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533
3534SONIC NETWORK DRIVER
3535P: Thomas Bogendoerfer
3536M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003537L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538S: Maintained
3539
Michael Buesch61e115a2007-09-18 15:12:50 -04003540SONICS SILICON BACKPLANE DRIVER (SSB)
3541P: Michael Buesch
3542M: mb@bu3sch.de
3543L: netdev@vger.kernel.org
3544S: Maintained
3545
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003547P: Mattia Dongili
3548M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003549L: linux-acpi@vger.kernel.org
3550W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551S: Maintained
3552
3553SOUND
3554P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003555M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003556L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557S: Maintained
3558
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003559SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3560P: Liam Girdwood
3561M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003562P: Mark Brown
3563M: broonie@opensource.wolfsonmicro.com
3564T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003565L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003566S: Supported
3567
Kumar Gala025c3982006-04-02 16:05:54 -05003568SPI SUBSYSTEM
3569P: David Brownell
3570M: dbrownell@users.sourceforge.net
3571L: spi-devel-general@lists.sourceforge.net
3572S: Maintained
3573
Steven Rostedt855f46a2006-08-05 12:14:50 -07003574STABLE BRANCH:
3575P: Greg Kroah-Hartman
3576M: greg@kroah.com
3577P: Chris Wright
3578M: chrisw@sous-sol.org
3579L: stable@kernel.org
3580S: Maintained
3581
Kylene Hall1c72d462005-05-01 08:59:13 -07003582TPM DEVICE DRIVER
3583P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003584M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003585W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003586P: Marcel Selhorst
3587M: tpm@selhorst.net
3588W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003589L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003590S: Maintained
3591
Mark Gross1a80ba82005-10-30 15:02:55 -08003592Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003593P: Mark Gross
3594M: mark.gross@intel.com
3595S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003596
Chris Zankel48b415c2005-06-23 22:01:07 -07003597TENSILICA XTENSA PORT (xtensa):
3598P: Chris Zankel
3599M: chris@zankel.net
3600S: Maintained
3601
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003602THINKPAD ACPI EXTRAS DRIVER
3603P: Henrique de Moraes Holschuh
3604M: ibm-acpi@hmh.eng.br
3605L: ibm-acpi-devel@lists.sourceforge.net
3606W: http://ibm-acpi.sourceforge.net
3607W: http://thinkwiki.org/wiki/Ibm-acpi
3608T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3609S: Maintained
3610
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611UltraSPARC (sparc64):
3612P: David S. Miller
3613M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003615T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616S: Maintained
3617
3618SHARP LH SUPPORT (LH7952X & LH7A40X)
3619P: Marc Singer
3620M: elf@buici.com
3621W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003622L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623S: Maintained
3624
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003625SHPC HOTPLUG DRIVER
3626P: Kristen Carlson Accardi
3627M: kristen.c.accardi@intel.com
3628L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003629S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003630
Pierre Ossmand129bce2006-03-24 03:18:17 -08003631SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3632P: Pierre Ossman
3633M: drzeus-sdhci@drzeus.cx
3634L: sdhci-devel@list.drzeus.cx
3635W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3636S: Maintained
3637
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003638SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3639P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003640M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003641L: netdev@vger.kernel.org
3642S: Maintained
3643
Chris Boot1a87d942006-07-10 04:45:34 -07003644SOEKRIS NET48XX LED SUPPORT
3645P: Chris Boot
3646M: bootc@bootc.net
3647S: Maintained
3648
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649SPARC (sparc32):
3650P: William L. Irwin
3651M: wli@holomorphy.com
3652L: sparclinux@vger.kernel.org
3653S: Maintained
3654
3655SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3656P: Roger Wolff
3657M: R.E.Wolff@BitWizard.nl
3658L: linux-kernel@vger.kernel.org ?
3659S: Supported
3660
Jim Lewis2752e402006-09-29 02:01:19 -07003661SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003662P: Ishizaki Kou
3663M: kou.ishizaki@toshiba.co.jp
3664P: Jens Osterkamp
3665M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003666L: netdev@vger.kernel.org
3667S: Supported
3668
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669SRM (Alpha) environment access
3670P: Jan-Benedict Glaw
3671M: jbglaw@lug-owl.de
3672L: linux-kernel@vger.kernel.org
3673S: Maintained
3674
3675STARFIRE/DURALAN NETWORK DRIVER
3676P: Ion Badulescu
3677M: ionut@cs.columbia.edu
3678S: Maintained
3679
3680STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3681W: http://mosquitonet.Stanford.EDU/strip.html
3682S: Unsupported ?
3683
3684STRADIS MPEG-2 DECODER DRIVER
3685P: Nathan Laredo
3686M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687W: http://www.stradis.com/
3688S: Maintained
3689
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003690SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691P: Paul Mundt
3692M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003693L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003695T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696S: Maintained
3697
3698SUN3/3X
3699P: Sam Creasey
3700M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701W: http://sammy.net/sun3/
3702S: Maintained
3703
3704SVGA HANDLING
3705P: Martin Mares
3706M: mj@ucw.cz
3707L: linux-video@atrey.karlin.mff.cuni.cz
3708S: Maintained
3709
3710SYSV FILESYSTEM
3711P: Christoph Hellwig
3712M: hch@infradead.org
3713S: Maintained
3714
Stephen Hemminger781b4562006-07-10 20:25:29 -07003715TC CLASSIFIER
3716P: Jamal Hadi Salim
3717M: hadi@cyberus.ca
3718L: netdev@vger.kernel.org
3719S: Maintained
3720
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003721TCP LOW PRIORITY MODULE
3722P: Wong Hoi Sing, Edison
3723M: hswong3i@gmail.com
3724P: Hung Hing Lun, Mike
3725M: hlhung3i@gmail.com
3726W: http://tcp-lp-mod.sourceforge.net/
3727S: Maintained
3728
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003729TEHUTI ETHERNET DRIVER
3730P: Alexander Indenbaum
3731M: baum@tehutinetworks.net
3732P: Andy Gospodarek
3733M: andy@greyhouse.net
3734L: netdev@vger.kernel.org
3735S: Supported
3736
Alex Dubov4020f2d2006-10-04 02:15:37 -07003737TI FLASH MEDIA INTERFACE DRIVER
3738P: Alex Dubov
3739M: oakad@yahoo.com
3740S: Maintained
3741
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003742TI OMAP MMC INTERFACE DRIVER
3743P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003744M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003745W: http://linux.omap.com
3746W: http://www.muru.com/linux/omap/
3747S: Maintained
3748
Michael Buesch844dd052006-06-26 00:24:59 -07003749TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3750P: Deepak Saxena
3751M: dsaxena@plexity.net
3752S: Maintained
3753
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003754TASKSTATS STATISTICS INTERFACE
3755P: Shailabh Nagar
3756M: nagar@watson.ibm.com
3757L: linux-kernel@vger.kernel.org
3758S: Maintained
3759
Per Lidene86eaa32006-01-12 16:45:18 +01003760TIPC NETWORK LAYER
3761P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003762M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003763P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003764M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003765P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003766M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003767L: tipc-discussion@lists.sourceforge.net
3768W: http://tipc.sourceforge.net/
3769W: http://tipc.cslab.ericsson.net/
3770T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3771S: Maintained
3772
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773TLAN NETWORK DRIVER
3774P: Samuel Chessman
3775M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003776L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777W: http://sourceforge.net/projects/tlan/
3778S: Maintained
3779
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780TOSHIBA ACPI EXTRAS DRIVER
3781P: John Belmonte
3782M: toshiba_acpi@memebeam.org
3783W: http://memebeam.org/toys/ToshibaAcpiDriver
3784S: Maintained
3785
3786TOSHIBA SMM DRIVER
3787P: Jonathan Buzzard
3788M: jonathan@buzzard.org.uk
3789L: tlinux-users@tce.toshiba-dme.co.jp
3790W: http://www.buzzard.org.uk/toshiba/
3791S: Maintained
3792
3793TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3794P: Muli Ben-Yehuda
3795M: mulix@mulix.org
3796L: linux-kernel@vger.kernel.org
3797S: Maintained
3798
3799TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003800P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003801M: trivial@kernel.org
3802L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803S: Maintained
3804
3805TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806L: tulip-users@lists.sourceforge.net
3807W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003808S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809
3810TUN/TAP driver
3811P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003812M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813L: vtun@office.satix.net
3814W: http://vtun.sourceforge.net/tun
3815S: Maintained
3816
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003817TURBOCHANNEL SUBSYSTEM
3818P: Maciej W. Rozycki
3819M: macro@linux-mips.org
3820S: Maintained
3821
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822U14-34F SCSI DRIVER
3823P: Dario Ballabio
3824M: ballabio_dario@emc.com
3825L: linux-scsi@vger.kernel.org
3826S: Maintained
3827
3828UDF FILESYSTEM
3829P: Ben Fennema
3830M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831W: http://linux-udf.sourceforge.net
3832S: Maintained
3833
3834UNIFORM CDROM DRIVER
3835P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003836M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837L: linux-kernel@vger.kernel.org
3838W: http://www.kernel.dk
3839S: Maintained
3840
3841USB ACM DRIVER
3842P: Oliver Neukum
3843M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003844L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845S: Maintained
3846
3847USB BLOCK DRIVER (UB ub)
3848P: Pete Zaitcev
3849M: zaitcev@redhat.com
3850L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003851L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852S: Supported
3853
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854USB CDC ETHERNET DRIVER
3855P: Greg Kroah-Hartman
3856M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003857L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858S: Maintained
3859W: http://www.kroah.com/linux-usb/
3860
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003861USB DAVICOM DM9601 DRIVER
3862P: Peter Korsgaard
3863M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003864L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003865W: http://www.linux-usb.org/usbnet
3866S: Maintained
3867
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868USB EHCI DRIVER
3869P: David Brownell
3870M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003871L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003872S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873
Luca Risolia7ce08c92006-01-11 02:06:59 +00003874USB ET61X[12]51 DRIVER
3875P: Luca Risolia
3876M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003877L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003878L: video4linux-list@redhat.com
3879W: http://www.linux-projects.org
3880S: Maintained
3881
David Brownell69ae9e32006-11-14 02:03:31 -08003882USB GADGET/PERIPHERAL SUBSYSTEM
3883P: David Brownell
3884M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003885L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003886W: http://www.linux-usb.org/gadget
3887S: Maintained
3888
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003889USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003890P: Jiri Kosina
3891M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003892L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003893T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894S: Maintained
3895
Olav Kongas959eea22005-11-03 17:38:14 +02003896USB ISP116X DRIVER
3897P: Olav Kongas
3898M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003899L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003900S: Maintained
3901
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902USB KAWASAKI LSI DRIVER
3903P: Oliver Neukum
3904M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003905L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906S: Maintained
3907
3908USB MASS STORAGE DRIVER
3909P: Matthew Dharm
3910M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003911L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003912L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913S: Maintained
3914W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3915
3916USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003917P: David Brownell
3918M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003919L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003920S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921
Matthias Urlichsba460e42005-07-14 00:33:47 -07003922USB OPTION-CARD DRIVER
3923P: Matthias Urlichs
3924M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003925L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003926S: Maintained
3927
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928USB OV511 DRIVER
3929P: Mark McClelland
3930M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003931L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932W: http://alpha.dyndns.org/ov511/
3933S: Maintained
3934
3935USB PEGASUS DRIVER
3936P: Petko Manolov
3937M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003938L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003939L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940W: http://pegasus2.sourceforge.net/
3941S: Maintained
3942
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003943USB PRINTER DRIVER (usblp)
3944P: Pete Zaitcev
3945M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003946L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003947S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948
3949USB RTL8150 DRIVER
3950P: Petko Manolov
3951M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003952L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003953L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954W: http://pegasus2.sourceforge.net/
3955S: Maintained
3956
3957USB SE401 DRIVER
3958P: Jeroen Vreeken
3959M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003960L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961W: http://www.chello.nl/~j.vreeken/se401/
3962S: Maintained
3963
3964USB SERIAL CYBERJACK DRIVER
3965P: Matthias Bruestle and Harald Welte
3966M: support@reiner-sct.com
3967W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3968S: Maintained
3969
3970USB SERIAL DIGI ACCELEPORT DRIVER
3971P: Peter Berger and Al Borchers
3972M: pberger@brimson.com
3973M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003974L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975S: Maintained
3976
3977USB SERIAL DRIVER
3978P: Greg Kroah-Hartman
3979M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003980L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981S: Supported
3982
3983USB SERIAL BELKIN F5U103 DRIVER
3984P: William Greathouse
3985M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987S: Maintained
3988
3989USB SERIAL CYPRESS M8 DRIVER
3990P: Lonnie Mendez
3991M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003992L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993S: Maintained
3994W: http://geocities.com/i0xox0i
3995W: http://firstlight.net/cvs
3996
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997USB AUERSWALD DRIVER
3998P: Wolfgang Muees
3999M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004000L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001S: Maintained
4002
4003USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4004P: Gary Brubaker
4005M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004006L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007S: Maintained
4008
4009USB SERIAL KEYSPAN DRIVER
4010P: Greg Kroah-Hartman
4011M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004012L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013W: http://www.kroah.com/linux/
4014S: Maintained
4015
4016USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004017P: Support Department
4018M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004019L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020W: http://www.connecttech.com
4021S: Supported
4022
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004023USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024P: Luca Risolia
4025M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004026L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004027L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028W: http://www.linux-projects.org
4029S: Maintained
4030
4031USB SUBSYSTEM
4032P: Greg Kroah-Hartman
4033M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004034L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004036T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037S: Supported
4038
4039USB UHCI DRIVER
4040P: Alan Stern
4041M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004042L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043S: Maintained
4044
David Brownell69ae9e32006-11-14 02:03:31 -08004045USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046P: David Brownell
4047M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004048L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004049W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050S: Maintained
4051
4052USB W996[87]CF DRIVER
4053P: Luca Risolia
4054M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004055L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004056L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057W: http://www.linux-projects.org
4058S: Maintained
4059
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004060USB WIRELESS RNDIS DRIVER (rndis_wlan)
4061P: Jussi Kivilinna
4062M: jussi.kivilinna@mbnet.fi
4063L: linux-wireless@vger.kernel.org
4064S: Maintained
4065
Luca Risolia60f78052006-02-06 16:29:35 +00004066USB ZC0301 DRIVER
4067P: Luca Risolia
4068M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004069L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004070L: video4linux-list@redhat.com
4071W: http://www.linux-projects.org
4072S: Maintained
4073
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074USB ZD1201 DRIVER
4075P: Jeroen Vreeken
4076M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004077L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078W: http://linux-lc100020.sourceforge.net
4079S: Maintained
4080
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004081USB ZR364XX DRIVER
4082P: Antoine Jacquet
4083M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004084L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004085L: video4linux-list@redhat.com
4086W: http://royale.zerezo.com/zr364xx/
4087S: Maintained
4088
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089USER-MODE LINUX
4090P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004091M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092L: user-mode-linux-devel@lists.sourceforge.net
4093L: user-mode-linux-user@lists.sourceforge.net
4094W: http://user-mode-linux.sourceforge.net
4095S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004096
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004097USERSPACE I/O (UIO)
4098P: Hans J. Koch
4099M: hjk@linutronix.de
4100P: Greg Kroah-Hartman
4101M: gregkh@suse.de
4102L: linux-kernel@vger.kernel.org
4103S: Maintained
4104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105FAT/VFAT/MSDOS FILESYSTEM:
4106P: OGAWA Hirofumi
4107M: hirofumi@mail.parknet.co.jp
4108L: linux-kernel@vger.kernel.org
4109S: Maintained
4110
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111VIA RHINE NETWORK DRIVER
4112P: Roger Luethi
4113M: rl@hellgate.ch
4114S: Maintained
4115
Jean Delvare32c0a522005-09-22 21:47:58 +02004116VIAPRO SMBUS DRIVER
4117P: Jean Delvare
4118M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004119L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004120S: Maintained
4121
Francois Romieu01f20732007-01-26 00:57:17 -08004122VIA VELOCITY NETWORK DRIVER
4123P: Francois Romieu
4124M: romieu@fr.zoreil.com
4125L: netdev@vger.kernel.org
4126S: Maintained
4127
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128UCLINUX (AND M68KNOMMU)
4129P: Greg Ungerer
4130M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004132L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133S: Maintained
4134
4135UCLINUX FOR NEC V850
4136P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137
4138UCLINUX FOR RENESAS H8/300
4139P: Yoshinori Sato
4140M: ysato@users.sourceforge.jp
4141W: http://uclinux-h8.sourceforge.jp/
4142S: Supported
4143
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004144UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004145P: Evgeniy Dushistov
4146M: dushistov@mail.ru
4147L: linux-kernel@vger.kernel.org
4148S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004149
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150USB DIAMOND RIO500 DRIVER
4151P: Cesar Miquel
4152M: miquel@df.uba.ar
4153L: rio500-users@lists.sourceforge.net
4154W: http://rio500.sourceforge.net
4155S: Maintained
4156
4157VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004158P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004159M: mchehab@infradead.org
4160M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004162W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004163T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004164S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165
Patrick McHardybe7f8272007-10-23 20:26:36 -07004166VLAN (802.1Q)
4167P: Patrick McHardy
4168M: kaber@trash.net
4169L: netdev@vger.kernel.org
4170S: Maintained
4171
Juerg Haefligerab413192006-09-24 20:54:04 +02004172VT1211 HARDWARE MONITOR DRIVER
4173P: Juerg Haefliger
4174M: juergh@gmail.com
4175L: lm-sensors@lm-sensors.org
4176S: Maintained
4177
Roger Lucas1de9e372005-11-26 20:20:05 +01004178VT8231 HARDWARE MONITOR DRIVER
4179P: Roger Lucas
4180M: roger@planbit.co.uk
4181L: lm-sensors@lm-sensors.org
4182S: Maintained
4183
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184W1 DALLAS'S 1-WIRE BUS
4185P: Evgeniy Polyakov
4186M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187S: Maintained
4188
Charles Spirakis13927072006-07-05 18:05:15 +02004189W83791D HARDWARE MONITORING DRIVER
4190P: Charles Spirakis
4191M: bezaur@gmail.com
4192L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004193S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004194
Rudolf Marek61db0112006-12-12 18:18:30 +01004195W83793 HARDWARE MONITORING DRIVER
4196P: Rudolf Marek
4197M: r.marek@assembler.cz
4198L: lm-sensors@lm-sensors.org
4199S: Maintained
4200
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201W83L51xD SD/MMC CARD INTERFACE DRIVER
4202P: Pierre Ossman
4203M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004204L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205W: http://projects.drzeus.cx/wbsd
4206S: Maintained
4207
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004208WATCHDOG DEVICE DRIVERS
4209P: Wim Van Sebroeck
4210M: wim@iguana.be
4211T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4212S: Maintained
4213
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4215P: Jean Tourrilhes
4216M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004217L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4219S: Maintained
4220
4221WD7000 SCSI DRIVER
4222P: Miroslav Zagorac
4223M: zaga@fly.cc.fer.hr
4224L: linux-scsi@vger.kernel.org
4225S: Maintained
4226
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004227WISTRON LAPTOP BUTTON DRIVER
4228P: Miloslav Trmac
4229M: mitr@volny.cz
4230S: Maintained
4231
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232WL3501 WIRELESS PCMCIA CARD DRIVER
4233P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004234M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004235L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004236W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237S: Maintained
4238
4239X.25 NETWORK LAYER
4240P: Henner Eisen
4241M: eis@baty.hanse.de
4242L: linux-x25@vger.kernel.org
4243S: Maintained
4244
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004245XEN HYPERVISOR INTERFACE
4246P: Jeremy Fitzhardinge
4247M: jeremy@xensource.com
4248P: Chris Wright
4249M: chrisw@sous-sol.org
4250L: virtualization@lists.osdl.org
4251L: xen-devel@lists.xensource.com
4252S: Supported
4253
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254XFS FILESYSTEM
4255P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004256P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004258L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004260T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261S: Supported
4262
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004263XILINX SYSTEMACE DRIVER
4264P: Grant Likely
4265M: grant.likely@secretlab.ca
4266W: http://www.secretlab.ca/
4267L: linux-kernel@vger.kernel.org
4268S: Maintained
4269
Peter Korsgaard238b8722006-12-06 20:35:17 -08004270XILINX UARTLITE SERIAL DRIVER
4271P: Peter Korsgaard
4272M: jacmet@sunsite.dk
4273L: linux-serial@vger.kernel.org
4274S: Maintained
4275
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004276X86 ARCHITECTURE (32-BIT AND 64-BIT)
4277P: Thomas Gleixner
4278M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279P: Ingo Molnar
4280M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004281P: H. Peter Anvin
4282M: hpa@zytor.com
4283L: linux-kernel@vger.kernel.org
4284T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285S: Maintained
4286
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287YAM DRIVER FOR AX.25
4288P: Jean-Paul Roubelat
4289M: jpr@f6fbb.org
4290L: linux-hams@vger.kernel.org
4291S: Maintained
4292
Henkaf64a5e2005-10-12 15:02:56 +02004293YEALINK PHONE DRIVER
4294P: Henk Vergonet
4295M: Henk.Vergonet@gmail.com
4296L: usbb2k-api-dev@nongnu.org
4297S: Maintained
4298
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299Z8530 DRIVER FOR AX.25
4300P: Joerg Reuter
4301M: jreuter@yaina.de
4302W: http://yaina.de/jreuter/
4303W: http://www.qsl.net/dl1bke/
4304L: linux-hams@vger.kernel.org
4305S: Maintained
4306
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004307ZD1211RW WIRELESS DRIVER
4308P: Daniel Drake
4309M: dsd@gentoo.org
4310P: Ulrich Kunitz
4311M: kune@deine-taler.de
4312W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004313L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004314L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4315S: Maintained
4316
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317ZF MACHZ WATCHDOG
4318P: Fernando Fuganti
4319M: fuganti@netbank.com.br
4320W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4321S: Maintained
4322
4323ZR36067 VIDEO FOR LINUX DRIVER
4324P: Ronald Bultje
4325M: rbultje@ronald.bitfreak.net
4326L: mjpeg-users@lists.sourceforge.net
4327W: http://mjpeg.sourceforge.net/driver-zoran/
4328S: Maintained
4329
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004330ZS DECSTATION Z85C30 SERIAL DRIVER
4331P: Maciej W. Rozycki
4332M: macro@linux-mips.org
4333S: Maintained
4334
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335THE REST
4336P: Linus Torvalds
4337S: Buried alive in reporters