blob: cdc2198db754f4e65a35da6a338adfe658d7258f [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
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070097L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070098S: Maintained
99
Steffen Klasserta6d89912007-08-10 14:05:27 -07001003C59X NETWORK DRIVER
101P: Steffen Klassert
102M: klassert@mathematik.tu-chemnitz.de
103L: netdev@vger.kernel.org
104S: Maintained
105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063CR990 NETWORK DRIVER
107P: David Dillow
108M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700109L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110S: Maintained
111
1123W-XXXX ATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
1193W-9XXX SATA-RAID CONTROLLER DRIVER
120P: Adam Radford
121M: linuxraid@amcc.com
122L: linux-scsi@vger.kernel.org
123W: http://www.amcc.com
124S: Supported
125
12653C700 AND 53C700-66 SCSI DRIVER
127P: James E.J. Bottomley
128M: James.Bottomley@HansenPartnership.com
129L: linux-scsi@vger.kernel.org
130S: Maintained
131
1326PACK NETWORK DRIVER FOR AX.25
133P: Andreas Koensgen
134M: ajk@iehk.rwth-aachen.de
135L: linux-hams@vger.kernel.org
136S: Maintained
137
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388169 10/100/1000 GIGABIT ETHERNET DRIVER
139P: Francois Romieu
140M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700141L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142S: Maintained
143
1448250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145L: linux-serial@vger.kernel.org
146W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100147S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
1498390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
150P: Paul Gortmaker
151M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153S: Maintained
154
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001559P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100156P: Eric Van Hensbergen
157M: ericvh@gmail.com
158P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500159M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100160P: Latchesar Ionkov
161M: lucho@ionkov.net
162L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500163W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100164T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
165S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167A2232 SERIAL BOARD DRIVER
168P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169M: A2232@gmx.net
170L: linux-m68k@lists.linux-m68k.org
171S: Maintained
172
173AIO
174P: Benjamin LaHaise
175M: bcrl@kvack.org
176L: linux-aio@kvack.org
177S: Supported
178
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179ABIT UGURU HARDWARE MONITOR DRIVER
180P: Hans de Goede
181M: j.w.r.degoede@hhs.nl
182L: lm-sensors@lm-sensors.org
183S: Maintained
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185ACENIC DRIVER
186P: Jes Sorensen
187M: jes@trained-monkey.org
188L: linux-acenic@sunsite.dk
189S: Maintained
190
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700191IPS 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
198DPT_I2O SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
200M: aacraid@adaptec.com
201L: linux-scsi@vger.kernel.org
202W: http://www.adaptec.com/
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205AACRAID SCSI RAID DRIVER
206P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700207M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700209W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210S: Supported
211
212ACPI
213P: Len Brown
214M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500215M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500216L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400217W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800218T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400222P: Alexey Starikovskiy
223M: 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 EC DRIVER
229P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400230M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
234
235ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400236P: Len Brown
237M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500238L: linux-acpi@vger.kernel.org
239W: http://acpi.sourceforge.net/
240S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700242ACPI PCI HOTPLUG DRIVER
243P: Kristen Carlson Accardi
244M: kristen.c.accardi@intel.com
245L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
247
248ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Len Brown
250M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254
Len Brown359acec2007-02-10 01:59:24 -0500255ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400256P: Rui Zhang
257M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500258L: linux-acpi@vger.kernel.org
259W: http://acpi.sourceforge.net/
260S: Supported
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
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600649ATL1 ETHERNET DRIVER
650P: Jay Cliburn
651M: jcliburn@gmail.com
652P: Chris Snook
653M: csnook@redhat.com
654L: atl1-devel@lists.sourceforge.net
655W: http://sourceforge.net/projects/atl1
656W: http://atl1.sourceforge.net
657S: Maintained
658
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659ATM
660P: Chas Williams
661M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700662L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663W: http://linux-atm.sourceforge.net
664S: Maintained
665
Pierre Ossman272f1332007-05-14 21:25:26 +0200666ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200667P: Nicolas Ferre
668M: nicolas.ferre@rfo.atmel.com
669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670W: http://www.atmel.com/products/AT91/
671W: http://www.at91.com/
672S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200673
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100674ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100675P: Haavard Skinnemoen
676M: hskinnemoen@atmel.com
677S: Supported
678
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800679ATMEL SPI DRIVER
680P: Haavard Skinnemoen
681M: hskinnemoen@atmel.com
682S: Supported
683
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700684ATMEL USBA UDC DRIVER
685P: Haavard Skinnemoen
686M: hskinnemoen@atmel.com
687L: kernel@avr32linux.org
688W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
689S: Supported
690
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691ATMEL WIRELESS DRIVER
692P: Simon Kelley
693M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700694L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695W: http://www.thekelleys.org.uk/atmel
696W: http://atmelwlandriver.sourceforge.net/
697S: Maintained
698
Chris Wrighta92b7b82005-07-07 18:12:23 -0700699AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100700P: David Woodhouse
701M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700702L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100703W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800704T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700705S: Maintained
706
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800707AUXILIARY DISPLAY DRIVERS
708P: Miguel Ojeda Sandonis
709M: maxextreme@gmail.com
710L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700711W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800712S: Maintained
713
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700714AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700715P: Haavard Skinnemoen
716M: hskinnemoen@atmel.com
717W: http://www.atmel.com/products/AVR32/
718W: http://avr32linux.org/
719W: http://avrfreaks.net/
720S: Supported
721
722AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700723P: Haavard Skinnemoen
724M: hskinnemoen@atmel.com
725S: Supported
726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727AX.25 NETWORK LAYER
728P: Ralf Baechle
729M: ralf@linux-mips.org
730L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200731W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732S: Maintained
733
Richard Purdie300abeb2007-02-07 22:21:07 +0000734BACKLIGHT CLASS/SUBSYSTEM
735P: Richard Purdie
736M: rpurdie@rpsys.net
737S: Maintained
738
Bryan Wu1394f032007-05-06 14:50:22 -0700739BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800740P: Bryan Wu
741M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800742L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
743W: http://blackfin.uclinux.org
744S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700745
Bryan Wue190d6b2007-07-17 14:43:44 +0800746BLACKFIN EMAC DRIVER
747P: Bryan Wu
748M: bryan.wu@analog.com
749L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
750W: http://blackfin.uclinux.org
751S: Supported
752
Mike Frysinger566da5b2007-06-11 15:31:30 +0800753BLACKFIN RTC DRIVER
754P: Mike Frysinger
755M: michael.frysinger@analog.com
756M: vapier.adi@gmail.com
757L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
758W: http://blackfin.uclinux.org
759S: Supported
760
Bryan Wu1394f032007-05-06 14:50:22 -0700761BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800762P: Aubrey Li
763M: aubrey.li@analog.com
764L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
765W: http://blackfin.uclinux.org
766S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700767
Bryan Wu1e6d3202007-07-15 02:50:02 +0800768BLACKFIN WATCHDOG DRIVER
769P: Mike Frysinger
770M: michael.frysinger@analog.com
771M: vapier.adi@gmail.com
772L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
773W: http://blackfin.uclinux.org
774S: Supported
775
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776BAYCOM/HDLCDRV DRIVERS FOR AX.25
777P: Thomas Sailer
778M: t.sailer@alumni.ethz.ch
779L: linux-hams@vger.kernel.org
780W: http://www.baycom.org/~tom/ham/ham.html
781S: Maintained
782
Michael Buesche4d6b792007-09-18 15:39:42 -0400783B43 WIRELESS DRIVER
784P: Michael Buesch
785M: mb@bu3sch.de
786P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100787M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400788L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100789W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400790S: Maintained
791
Larry Finger75388ac2007-09-25 16:46:54 -0700792B43LEGACY WIRELESS DRIVER
793P: Larry Finger
794M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100795P: Stefano Brivio
796M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700797L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100798W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700799S: Maintained
800
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200801BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
802P: Larry Finger
803M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200804P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100805M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700806L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200807W: http://bcm43xx.berlios.de/
808S: Maintained
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810BEFS FILE SYSTEM
811P: Sergey S. Kostyliov
812M: rathamahata@php4.ru
813L: linux-kernel@vger.kernel.org
814S: Maintained
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816BFS FILE SYSTEM
817P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800818M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819L: linux-kernel@vger.kernel.org
820S: Maintained
821
Bryan Wud24ecfc2007-05-01 23:26:32 +0200822BLACKFIN I2C TWI DRIVER
823P: Sonic Zhang
824M: sonic.zhang@analog.com
825L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
826W: http://blackfin.uclinux.org/
827S: Supported
828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829BLOCK LAYER
830P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200831M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800833T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834S: Maintained
835
836BLUETOOTH SUBSYSTEM
837P: Marcel Holtmann
838M: marcel@holtmann.org
839P: Maxim Krasnyansky
840M: maxk@qualcomm.com
841L: bluez-devel@lists.sf.net
842W: http://bluez.sf.net
843W: http://www.bluez.org
844W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800845T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846S: Maintained
847
848BLUETOOTH RFCOMM LAYER
849P: Marcel Holtmann
850M: marcel@holtmann.org
851P: Maxim Krasnyansky
852M: maxk@qualcomm.com
853S: Maintained
854
855BLUETOOTH BNEP LAYER
856P: Marcel Holtmann
857M: marcel@holtmann.org
858P: Maxim Krasnyansky
859M: maxk@qualcomm.com
860S: Maintained
861
862BLUETOOTH CMTP LAYER
863P: Marcel Holtmann
864M: marcel@holtmann.org
865S: Maintained
866
867BLUETOOTH HIDP LAYER
868P: Marcel Holtmann
869M: marcel@holtmann.org
870S: Maintained
871
872BLUETOOTH HCI UART DRIVER
873P: Marcel Holtmann
874M: marcel@holtmann.org
875P: Maxim Krasnyansky
876M: maxk@qualcomm.com
877S: Maintained
878
879BLUETOOTH HCI USB DRIVER
880P: Marcel Holtmann
881M: marcel@holtmann.org
882P: Maxim Krasnyansky
883M: maxk@qualcomm.com
884S: Maintained
885
886BLUETOOTH HCI BCM203X DRIVER
887P: Marcel Holtmann
888M: marcel@holtmann.org
889S: Maintained
890
891BLUETOOTH HCI BPA10X DRIVER
892P: Marcel Holtmann
893M: marcel@holtmann.org
894S: Maintained
895
896BLUETOOTH HCI BFUSB DRIVER
897P: Marcel Holtmann
898M: marcel@holtmann.org
899S: Maintained
900
901BLUETOOTH HCI DTL1 DRIVER
902P: Marcel Holtmann
903M: marcel@holtmann.org
904S: Maintained
905
906BLUETOOTH HCI BLUECARD DRIVER
907P: Marcel Holtmann
908M: marcel@holtmann.org
909S: Maintained
910
911BLUETOOTH HCI BT3C DRIVER
912P: Marcel Holtmann
913M: marcel@holtmann.org
914S: Maintained
915
916BLUETOOTH HCI BTUART DRIVER
917P: Marcel Holtmann
918M: marcel@holtmann.org
919S: Maintained
920
921BLUETOOTH HCI VHCI DRIVER
922P: Maxim Krasnyansky
923M: maxk@qualcomm.com
924S: Maintained
925
926BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100927P: Chad Tindel
928M: ctindel@users.sourceforge.net
929P: Jay Vosburgh
930M: fubar@us.ibm.com
931L: bonding-devel@lists.sourceforge.net
932W: http://sourceforge.net/projects/bonding/
933S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000935BROADBAND PROCESSOR ARCHITECTURE
936P: Arnd Bergmann
937M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100938L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400939W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000940S: Supported
941
Gary Zambrano39105892006-06-22 17:26:20 -0700942BROADCOM B44 10/100 ETHERNET DRIVER
943P: Gary Zambrano
944M: zambrano@broadcom.com
945L: netdev@vger.kernel.org
946S: Supported
947
Michael Chan948c51e2006-06-04 02:51:39 -0700948BROADCOM BNX2 GIGABIT ETHERNET DRIVER
949P: Michael Chan
950M: mchan@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
954BROADCOM TG3 GIGABIT ETHERNET DRIVER
955P: Michael Chan
956M: mchan@broadcom.com
957L: netdev@vger.kernel.org
958S: Supported
959
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200960BSG (block layer generic sg v4 driver)
961P: FUJITA Tomonori
962M: fujita.tomonori@lab.ntt.co.jp
963L: linux-scsi@vger.kernel.org
964S: Supported
965
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700967P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200968M: mchehab@infradead.org
969M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700971W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200972T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974
Jonathan Corbet77d51402007-03-22 19:44:17 -0300975CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
976P: Jonathan Corbet
977M: corbet@lwn.net
978L: video4linux-list@redhat.com
979S: Maintained
980
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200981CALGARY x86-64 IOMMU
982P: Muli Ben-Yehuda
983M: muli@il.ibm.com
984P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200985M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200986L: linux-kernel@vger.kernel.org
987L: discuss@x86-64.org
988S: Maintained
989
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800990CFAG12864B LCD DRIVER
991P: Miguel Ojeda Sandonis
992M: maxextreme@gmail.com
993L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700994W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800995S: Maintained
996
997CFAG12864BFB LCD FRAMEBUFFER DRIVER
998P: Miguel Ojeda Sandonis
999M: maxextreme@gmail.com
1000L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001001W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001002S: Maintained
1003
Johannes Berg704232c2007-04-23 12:20:05 -07001004CFG80211 and NL80211
1005P: Johannes Berg
1006M: johannes@sipsolutions.net
1007L: linux-wireless@vger.kernel.org
1008S: Maintained
1009
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001010CHECKPATCH
1011P: Andy Whitcroft
1012M: apw@shadowen.org
1013P: Randy Dunlap
1014M: rdunlap@xenotime.net
1015P: Joel Schopp
1016M: jschopp@austin.ibm.com
1017S: Supported
1018
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019COMMON INTERNET FILE SYSTEM (CIFS)
1020P: Steve French
1021M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001022L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001024W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001025T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001026S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027
Joel Becker7063fbf2005-12-15 14:29:43 -08001028CONFIGFS
1029P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001030M: joel.becker@oracle.com
1031L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001032S: Supported
1033
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001034CIRRUS LOGIC EP93XX ETHERNET DRIVER
1035P: Lennert Buytenhek
1036M: kernel@wantstofly.org
1037L: netdev@vger.kernel.org
1038S: Maintained
1039
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001040CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1041P: Lennert Buytenhek
1042M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001043L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001044S: Maintained
1045
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1047P: Cirrus Logic Corporation (kernel 2.2 driver)
1048M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1049P: Nils Faerber (port to kernel 2.4)
1050M: Nils Faerber <nils@kernelconcepts.de>
1051S: Maintained
1052
1053CODA FILE SYSTEM
1054P: Jan Harkes
1055M: jaharkes@cs.cmu.edu
1056M: coda@cs.cmu.edu
1057L: codalist@coda.cs.cmu.edu
1058W: http://www.coda.cs.cmu.edu/
1059S: Maintained
1060
1061COMPACTPCI HOTPLUG CORE
1062P: Scott Murray
1063M: scottm@somanetworks.com
1064M: scott@spiteful.org
1065L: pcihpd-discuss@lists.sourceforge.net
1066S: Supported
1067
1068COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1069P: Scott Murray
1070M: scottm@somanetworks.com
1071M: scott@spiteful.org
1072L: pcihpd-discuss@lists.sourceforge.net
1073S: Supported
1074
1075COMPACTPCI HOTPLUG GENERIC DRIVER
1076P: Scott Murray
1077M: scottm@somanetworks.com
1078M: scott@spiteful.org
1079L: pcihpd-discuss@lists.sourceforge.net
1080S: Supported
1081
1082COMPUTONE INTELLIPORT MULTIPORT CARD
1083P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001084M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001086S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087
Simon Arlott949be0f2007-03-06 02:47:46 -08001088CONEXANT ACCESSRUNNER USB DRIVER
1089P: Simon Arlott
1090M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001091L: accessrunner-general@lists.sourceforge.net
1092W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001093S: Maintained
1094
Rudolf Marekbebe4672007-05-08 17:22:02 +02001095CORETEMP HARDWARE MONITORING DRIVER
1096P: Rudolf Marek
1097M: r.marek@assembler.cz
1098L: lm-sensors@lm-sensors.org
1099S: Maintained
1100
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101COSA/SRP SYNC SERIAL DRIVER
1102P: Jan "Yenya" Kasprzak
1103M: kas@fi.muni.cz
1104W: http://www.fi.muni.cz/~kas/cosa/
1105S: Maintained
1106
1107CPU FREQUENCY DRIVERS
1108P: Dave Jones
1109M: davej@codemonkey.org.uk
1110L: cpufreq@lists.linux.org.uk
1111W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001112T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113S: Maintained
1114
1115CPUID/MSR DRIVER
1116P: H. Peter Anvin
1117M: hpa@zytor.com
1118S: Maintained
1119
Paul Jacksoned90fb42005-09-27 21:45:37 -07001120CPUSETS
1121P: Paul Jackson
1122P: Simon Derr
1123M: pj@sgi.com
1124M: simon.derr@bull.net
1125L: linux-kernel@vger.kernel.org
1126W: http://www.bullopensource.org/cpuset/
1127S: Supported
1128
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001130W: http://sourceforge.net/projects/cramfs/
1131S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
1133CRIS PORT
1134P: Mikael Starvik
1135M: starvik@axis.com
1136L: dev-etrax@axis.com
1137W: http://developer.axis.com
1138S: Maintained
1139
1140CRYPTO API
1141P: Herbert Xu
1142M: herbert@gondor.apana.org.au
1143P: David S. Miller
1144M: davem@davemloft.net
1145L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001146T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147S: Maintained
1148
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001149CS5535 Audio ALSA driver
1150P: Jaya Kumar
1151M: jayakumar.alsa@gmail.com
1152S: Maintained
1153
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154CYBERPRO FB DRIVER
1155P: Russell King
1156M: rmk@arm.linux.org.uk
1157W: http://www.arm.linux.org.uk/
1158S: Maintained
1159
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001160CYBLAFB FRAMEBUFFER DRIVER
1161P: Knut Petersen
1162M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001163L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001164S: Maintained
1165
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166CYCLADES 2X SYNC CARD DRIVER
1167P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001168M: acme@ghostprotocols.net
1169W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170S: Maintained
1171
1172CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001174S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175
1176CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001178S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180DAMA SLAVE for AX.25
1181P: Joerg Reuter
1182M: jreuter@yaina.de
1183W: http://yaina.de/jreuter/
1184W: http://www.qsl.net/dl1bke/
1185L: linux-hams@vger.kernel.org
1186S: Maintained
1187
1188DC395x SCSI driver
1189P: Oliver Neukum
1190M: oliver@neukum.name
1191P: Ali Akcaagac
1192M: aliakc@web.de
1193P: Jamie Lenehan
1194M: lenehan@twibble.org
1195W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001196L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197L: http://lists.twibble.org/mailman/listinfo/dc395x/
1198S: Maintained
1199
1200DC390/AM53C974 SCSI driver
1201P: Kurt Garloff
1202M: garloff@suse.de
1203W: http://www.garloff.de/kurt/linux/dc390/
1204P: Guennadi Liakhovetski
1205M: g.liakhovetski@gmx.de
1206S: Maintained
1207
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001208DCCP PROTOCOL
1209P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001210M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001211L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001212W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001213S: Maintained
1214
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215DECnet NETWORK LAYER
1216P: Patrick Caulfield
1217M: patrick@tykepenguin.com
1218W: http://linux-decnet.sourceforge.net
1219L: linux-decnet-user@lists.sourceforge.net
1220S: Maintained
1221
1222DEFXX FDDI NETWORK DRIVER
1223P: Maciej W. Rozycki
1224M: macro@linux-mips.org
1225S: Maintained
1226
1227DELL LAPTOP SMM DRIVER
1228P: Massimo Dal Zotto
1229M: dz@debian.org
1230W: http://www.debian.org/~dz/i8k/
1231S: Maintained
1232
Doug Warzecha90563ec2005-09-06 15:17:15 -07001233DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1234P: Doug Warzecha
1235M: Douglas_Warzecha@dell.com
1236S: Maintained
1237
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001238DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239P: Alasdair Kergon
1240L: dm-devel@redhat.com
1241W: http://sources.redhat.com/dm
1242S: Maintained
1243
1244DEVICE NUMBER REGISTRY
1245P: Torben Mathiasen
1246M: device@lanana.org
1247W: http://lanana.org/docs/device-list/index.html
1248L: linux-kernel@vger.kernel.org
1249S: Maintained
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251DIGI INTL. EPCA DRIVER
1252P: Digi International, Inc
1253M: Eng.Linux@digi.com
1254L: Eng.Linux@digi.com
1255W: http://www.digi.com
1256S: Orphaned
1257
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258DIRECTORY NOTIFICATION
1259P: Stephen Rothwell
1260M: sfr@canb.auug.org.au
1261L: linux-kernel@vger.kernel.org
1262S: Supported
1263
1264DISK GEOMETRY AND PARTITION HANDLING
1265P: Andries Brouwer
1266M: aeb@cwi.nl
1267W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1268W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1269W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1270S: Maintained
1271
1272DISKQUOTA:
1273P: Jan Kara
1274M: jack@suse.cz
1275L: linux-kernel@vger.kernel.org
1276S: Maintained
1277
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001278DISTRIBUTED LOCK MANAGER
1279P: Patrick Caulfield
1280M: pcaulfie@redhat.com
1281P: David Teigland
1282M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001283L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001284W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001285T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1286T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001287S: Supported
1288
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1290P: Tobias Ringstrom
1291M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001292L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
Dan Williamsb3e5f262007-08-07 10:26:35 -07001295DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001296P: Shannon Nelson
1297M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001298P: Dan Williams
1299M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001300L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302
Juerg Haefligerb8250372007-06-09 10:11:16 -04001303DME1737 HARDWARE MONITOR DRIVER
1304P: Juerg Haefliger
1305M: juergh@gmail.com
1306L: lm-sensors@lm-sensors.org
1307S: Maintained
1308
Martin Waitzba483d52005-06-17 13:20:59 -07001309DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001310P: Randy Dunlap
1311M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001312S: Maintained
1313
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001314DOCKING STATION DRIVER
1315P: Kristen Carlson Accardi
1316M: kristen.c.accardi@intel.com
1317L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001318S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001319
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320DOUBLETALK DRIVER
1321P: James R. Van Zandt
1322M: jrv@vanzandt.mv.com
1323L: blinux-list@redhat.com
1324S: Maintained
1325
1326DRIVER CORE, KOBJECTS, AND SYSFS
1327P: Greg Kroah-Hartman
1328M: gregkh@suse.de
1329L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001330T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331S: Supported
1332
1333DRM DRIVERS
1334P: David Airlie
1335M: airlied@linux.ie
1336L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001337T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338S: Maintained
1339
1340DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001341P: Francois Romieu
1342M: romieu@fr.zoreil.com
1343L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346DVB SUBSYSTEM AND DRIVERS
1347P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001348M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001350W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001351T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001352S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353
1354EATA-DMA SCSI DRIVER
1355P: Michael Neuffer
1356L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1357S: Maintained
1358
1359EATA ISA/EISA/PCI SCSI DRIVER
1360P: Dario Ballabio
1361M: ballabio_dario@emc.com
1362L: linux-scsi@vger.kernel.org
1363S: Maintained
1364
1365EATA-PIO SCSI DRIVER
1366P: Michael Neuffer
1367M: mike@i-Connect.Net
1368L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1369S: Maintained
1370
1371EBTABLES
1372P: Bart De Schuymer
1373M: bart.de.schuymer@pandora.be
1374L: ebtables-user@lists.sourceforge.net
1375L: ebtables-devel@lists.sourceforge.net
1376W: http://ebtables.sourceforge.net/
1377S: Maintained
1378
Michael Halcrow237fead2006-10-04 02:16:22 -07001379ECRYPT FILE SYSTEM
1380P: Mike Halcrow, Phillip Hellewell
1381M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1382L: ecryptfs-devel@lists.sourceforge.net
1383W: http://ecryptfs.sourceforge.net/
1384S: Supported
1385
Alan Coxda9bb1d2006-01-18 17:44:13 -08001386EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001387P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001388M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001389L: bluesmoke-devel@lists.sourceforge.net
1390W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001391S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001392
1393EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001394P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001395P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001396M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001397M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001398L: bluesmoke-devel@lists.sourceforge.net
1399W: bluesmoke.sourceforge.net
1400S: Maintained
1401
1402EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001403P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001404M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001405L: bluesmoke-devel@lists.sourceforge.net
1406W: bluesmoke.sourceforge.net
1407S: Maintained
1408
Douglas Thompson6bc78402007-07-19 01:50:12 -07001409EDAC-I82443BXGX
1410P: Tim Small
1411M: tim@buttersideup.com
1412L: bluesmoke-devel@lists.sourceforge.net
1413W: bluesmoke.sourceforge.net
1414S: Maintained
1415
1416EDAC-I3000
1417P: Jason Uhlenkott
1418M: juhlenko@akamai.com
1419L: bluesmoke-devel@lists.sourceforge.net
1420W: bluesmoke.sourceforge.net
1421S: Maintained
1422
1423EDAC-I5000
1424P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001425M: dougthompson@xmission.com
1426L: bluesmoke-devel@lists.sourceforge.net
1427W: bluesmoke.sourceforge.net
1428S: Maintained
1429
1430EDAC-I82975X
1431P: Ranganathan Desikan
1432P: Arvind R.
1433M: rdesikan@jetzbroadband.com
1434M: arvind@acarlab.com
1435L: bluesmoke-devel@lists.sourceforge.net
1436W: bluesmoke.sourceforge.net
1437S: Maintained
1438
1439EDAC-PASEMI
1440P: Egor Martovetsky
1441M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001442L: bluesmoke-devel@lists.sourceforge.net
1443W: bluesmoke.sourceforge.net
1444S: Maintained
1445
Dave Peterson0e438e32006-03-26 01:38:55 -08001446EDAC-R82600
1447P: Tim Small
1448M: tim@buttersideup.com
1449L: bluesmoke-devel@lists.sourceforge.net
1450W: bluesmoke.sourceforge.net
1451S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001452
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453EEPRO100 NETWORK DRIVER
1454P: Andrey V. Savochkin
1455M: saw@saw.sw.com.sg
1456S: Maintained
1457
Josh Triplett0bee8d22006-07-30 03:03:58 -07001458EFS FILESYSTEM
1459W: http://aeschi.ch.eu.org/efs/
1460S: Orphan
1461
Heiko J Schickfab97222006-09-22 15:22:22 -07001462EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1463P: Hoang-Nam Nguyen
1464M: hnguyen@de.ibm.com
1465P: Christoph Raisch
1466M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001467L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001468S: Supported
1469
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001470EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001471P: James Smart
1472M: james.smart@emulex.com
1473L: linux-scsi@vger.kernel.org
1474W: http://sourceforge.net/projects/lpfcxxxx
1475S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477EPSON 1355 FRAMEBUFFER DRIVER
1478P: Christopher Hoover
1479M: ch@murgatroid.com, ch@hpl.hp.com
1480S: Maintained
1481
1482ETHEREXPRESS-16 NETWORK DRIVER
1483P: Philip Blundell
1484M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001485L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486S: Maintained
1487
1488ETHERNET BRIDGE
1489P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001490M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001491L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492W: http://bridge.sourceforge.net/
1493S: Maintained
1494
1495ETHERTEAM 16I DRIVER
1496P: Mika Kuoppala
1497M: miku@iki.fi
1498S: Maintained
1499
1500EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001501L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502S: Maintained
1503
1504EXT3 FILE SYSTEM
1505P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001506M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001507L: linux-ext4@vger.kernel.org
1508S: Maintained
1509
1510EXT4 FILE SYSTEM
1511P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001512M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001513L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514S: Maintained
1515
Jean Delvaree53004e2006-01-09 23:26:14 +01001516F71805F HARDWARE MONITORING DRIVER
1517P: Jean Delvare
1518M: khali@linux-fr.org
1519L: lm-sensors@lm-sensors.org
1520S: Maintained
1521
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522FARSYNC SYNCHRONOUS DRIVER
1523P: Kevin Curtis
1524M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525W: http://www.farsite.co.uk/
1526S: Supported
1527
Akinobu Mitac5408b82007-04-23 14:41:20 -07001528FAULT INJECTION SUPPORT
1529P: Akinobu Mita
1530M: akinobu.mita@gmail.com
1531S: Supported
1532
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533FRAMEBUFFER LAYER
1534P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001535M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001536L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537W: http://linux-fbdev.sourceforge.net/
1538S: Maintained
1539
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001540FREESCALE SOC FS_ENET DRIVER
1541P: Pantelis Antoniou
1542M: pantelis.antoniou@gmail.com
1543P: Vitaly Bordug
1544M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001545L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001546L: netdev@vger.kernel.org
1547S: Maintained
1548
Li Yanga7205b32007-04-23 10:38:18 -07001549FREESCALE HIGHSPEED USB DEVICE DRIVER
1550P: Li Yang
1551M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001552L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001553L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001554S: Maintained
1555
Li Yangbeaf53b2007-05-25 13:54:02 +08001556FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1557P: Li Yang
1558M: leoli@freescale.com
1559L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001560L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001561S: Maintained
1562
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563FILE LOCKING (flock() and fcntl()/lockf())
1564P: Matthew Wilcox
1565M: matthew@wil.cx
1566L: linux-fsdevel@vger.kernel.org
1567S: Maintained
1568
1569FILESYSTEMS (VFS and infrastructure)
1570P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001571M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572S: Maintained
1573
Stefan Richterb3274472007-05-30 20:44:52 -04001574FIREWIRE SUBSYSTEM
1575P: Kristian Hoegsberg, Stefan Richter
1576M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1577L: linux1394-devel@lists.sourceforge.net
1578W: http://www.linux1394.org/
1579T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1580S: Maintained
1581
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582FIRMWARE LOADER (request_firmware)
1583L: linux-kernel@vger.kernel.org
1584S: Orphan
1585
1586FPU EMULATOR
1587P: Bill Metzenthen
1588M: billm@suburbia.net
1589W: http://suburbia.net/~billm/floating-point/emulator/
1590S: Maintained
1591
1592FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1593P: Mike McLagan
1594M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001595L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596S: Maintained
1597
1598FREEVXFS FILESYSTEM
1599P: Christoph Hellwig
1600M: hch@infradead.org
1601W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1602S: Maintained
1603
David Howells5ab7ffe2007-04-10 15:10:45 +01001604FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605P: David Howells
1606M: dhowells@redhat.com
1607S: Maintained
1608
Miklos Szeredi04578f12005-09-09 13:10:22 -07001609FUSE: FILESYSTEM IN USERSPACE
1610P: Miklos Szeredi
1611M: miklos@szeredi.hu
1612L: fuse-devel@lists.sourceforge.net
1613W: http://fuse.sourceforge.net/
1614S: Maintained
1615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1617P: Rik Faith
1618M: faith@cs.unc.edu
1619L: linux-scsi@vger.kernel.org
1620S: Odd fixes (e.g., new signatures)
1621
1622GDT SCSI DISK ARRAY CONTROLLER DRIVER
1623P: Achim Leubner
1624M: achim_leubner@adaptec.com
1625L: linux-scsi@vger.kernel.org
1626W: http://www.icp-vortex.com/
1627S: Supported
1628
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001629GENERIC GPIO I2C DRIVER
1630P: Haavard Skinnemoen
1631M: hskinnemoen@atmel.com
1632S: Supported
1633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1635P: Krzysztof Halasa
1636M: khc@pm.waw.pl
1637W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1638S: Maintained
1639
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001640GFS2 FILE SYSTEM
1641P: Steven Whitehouse
1642M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001643L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001644W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001645T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1646T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001647S: Supported
1648
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001649GIGASET ISDN DRIVERS
1650P: Hansjoerg Lipp
1651M: hjlipp@web.de
1652P: Tilman Schmidt
1653M: tilman@imap.cc
1654L: gigaset307x-common@lists.sourceforge.net
1655W: http://gigaset307x.sourceforge.net/
1656S: Maintained
1657
Jean Delvare5b543962005-08-15 19:51:02 +02001658HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001659P: Mark M. Hoffman
1660M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001661L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001662W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001663T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1664T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001665S: Maintained
1666
Michael Buesch844dd052006-06-26 00:24:59 -07001667HARDWARE RANDOM NUMBER GENERATOR CORE
1668P: Michael Buesch
1669M: mb@bu3sch.de
1670S: Maintained
1671
Robert Love860e1d62005-08-31 23:57:59 -04001672HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1673P: Robert Love
1674M: rlove@rlove.org
1675M: linux-kernel@vger.kernel.org
1676W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1677S: Maintained
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679HARMONY SOUND DRIVER
1680P: Kyle McMartin
1681M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001682L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683S: Maintained
1684
1685HAYES ESP SERIAL DRIVER
1686P: Andrew J. Robinson
1687M: arobinso@nyx.net
1688L: linux-kernel@vger.kernel.org
1689W: http://www.nyx.net/~arobinso
1690S: Maintained
1691
1692HFS FILESYSTEM
1693P: Roman Zippel
1694M: zippel@linux-m68k.org
1695L: linux-kernel@vger.kernel.org
1696S: Maintained
1697
1698HGA FRAMEBUFFER DRIVER
1699P: Ferenc Bakonyi
1700M: fero@drama.obuda.kando.hu
1701L: linux-nvidia@lists.surfsouth.com
1702W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1703S: Maintained
1704
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001705HID CORE LAYER
1706P: Jiri Kosina
1707M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001708L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001709T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001710S: Maintained
1711
Ingo Molnar38bed542007-02-22 09:09:34 +01001712HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1713P: Thomas Gleixner
1714M: tglx@linutronix.de
1715L: linux-kernel@vger.kernel.org
1716S: Maintained
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718HIGH-SPEED SCC DRIVER FOR AX.25
1719P: Klaus Kudielka
1720M: klaus.kudielka@ieee.org
1721L: linux-hams@vger.kernel.org
1722W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1723S: Maintained
1724
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001725HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1726P: HighPoint Linux Team
1727M: linux@highpoint-tech.com
1728W: http://www.highpoint-tech.com
1729S: Supported
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731HIPPI
1732P: Jes Sorensen
1733M: jes@trained-monkey.org
1734L: linux-hippi@sunsite.dk
1735S: Maintained
1736
1737HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1738P: Chirag Kantharia
1739M: chirag.kantharia@hp.com
1740L: iss_storagedev@hp.com
1741S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743HEWLETT-PACKARD SMART2 RAID DRIVER
1744P: Chirag Kantharia
1745M: chirag.kantharia@hp.com
1746L: iss_storagedev@hp.com
1747S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1750P: Mike Miller
1751M: mike.miller@hp.com
1752L: iss_storagedev@hp.com
1753S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001754
Jouni Malinenff1d2762005-05-12 22:54:16 -04001755HOST AP DRIVER
1756P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001757M: j@w1.fi
1758L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001759L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001760W: http://hostap.epitest.fi/
1761S: Maintained
1762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1764P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001765M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766S: Maintained
1767
Bob Piccob9b03322005-11-07 00:59:19 -08001768HPET: High Precision Event Timers driver (hpet.c)
1769P: Clemens Ladisch
1770M: clemens@ladisch.de
1771S: Maintained
1772
1773HPET: i386
1774P: Venkatesh Pallipadi (Venki)
1775M: venkatesh.pallipadi@intel.com
1776S: Maintained
1777
1778HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001779P: Vojtech Pavlik
1780M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001781S: Maintained
1782
1783HPET: ACPI hpet.c
1784P: Bob Picco
1785M: bob.picco@hp.com
1786S: Maintained
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788HPFS FILESYSTEM
1789P: Mikulas Patocka
1790M: mikulas@artax.karlin.mff.cuni.cz
1791W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1792S: Maintained
1793
1794HUGETLB FILESYSTEM
1795P: William Irwin
1796M: wli@holomorphy.com
1797S: Maintained
1798
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001799I2C/SMBUS STUB DRIVER
1800P: Mark M. Hoffman
1801M: mhoffman@lightlink.com
1802L: lm-sensors@lm-sensors.org
1803S: Maintained
1804
Jean Delvare5b543962005-08-15 19:51:02 +02001805I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806P: Jean Delvare
1807M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001808L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001809T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810S: Maintained
1811
Till Harbaume8c76ee2007-05-01 23:26:35 +02001812I2C-TINY-USB DRIVER
1813P: Till Harbaum
1814M: till@harbaum.org
1815L: i2c@lm-sensors.org
1816T: http://www.harbaum.org/till/i2c_tiny_usb
1817S: Maintained
1818
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001820P: H. Peter Anvin
1821M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822L: Linux-Kernel@vger.kernel.org
1823S: Maintained
1824
1825i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826P: H. Peter Anvin
1827M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001828T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829S: Maintained
1830
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831IA64 (Itanium) PLATFORM
1832P: Tony Luck
1833M: tony.luck@intel.com
1834L: linux-ia64@vger.kernel.org
1835W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001836T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837S: Maintained
1838
1839SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001840P: Jes Sorensen
1841M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842L: linux-altix@sgi.com
1843L: linux-ia64@vger.kernel.org
1844W: http://www.sgi.com/altix
1845S: Maintained
1846
1847IBM MCA SCSI SUBSYSTEM DRIVER
1848P: Michael Lang
1849M: langa2@kph.uni-mainz.de
1850W: http://www.uni-mainz.de/~langm000/linux.html
1851S: Maintained
1852
1853IBM Power Linux RAID adapter
1854P: Brian King
1855M: brking@us.ibm.com
1856S: Supported
1857
1858IBM ServeRAID RAID DRIVER
1859P: Jack Hammer
1860P: Dave Jeffery
1861M: ipslinux@adaptec.com
1862W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001863S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001865IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001867M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870S: Maintained
1871
1872IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001873L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001874S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875
1876IDE/ATAPI FLOPPY DRIVERS
1877P: Paul Bristow
1878M: Paul Bristow <paul@paulbristow.net>
1879W: http://paulbristow.net/linux/idefloppy.html
1880L: linux-kernel@vger.kernel.org
1881S: Maintained
1882
1883IDE/ATAPI TAPE DRIVERS
1884P: Gadi Oxman
1885M: Gadi Oxman <gadio@netvision.net.il>
1886L: linux-kernel@vger.kernel.org
1887S: Maintained
1888
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001889IDE-SCSI DRIVER
1890L: linux-ide@vger.kernel.org
1891L: linux-scsi@vger.kernel.org
1892S: Orphan
1893
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894IEEE 1394 SUBSYSTEM
1895P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001896M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001897P: Stefan Richter
1898M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899L: linux1394-devel@lists.sourceforge.net
1900W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001901T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902S: Maintained
1903
Stefan Richterf51a5a92007-04-23 14:41:10 -07001904IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905P: Dan Dennedy
1906M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001907P: Stefan Richter
1908M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001910S: Maintained
1911
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001913L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001914S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
1916INFINIBAND SUBSYSTEM
1917P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001918M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919P: Sean Hefty
1920M: mshefty@ichips.intel.com
1921P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001922M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001923L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001925T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926S: Supported
1927
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001928INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001929P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001930M: dmitry.torokhov@gmail.com
1931M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001932L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001933T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Maintained
1935
Robert Lovec9f04f52005-07-15 12:21:07 -04001936INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001937P: John McCutchan
1938M: ttb@tentacle.dhs.org
1939P: Robert Love
1940M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001941L: linux-kernel@vger.kernel.org
1942S: Maintained
1943
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001944INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001945P: Sylvain Meyer
1946M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001947L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001948S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001949
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001951P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001952M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001953L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001954S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956INTEL IA32 MICROCODE UPDATE SUPPORT
1957P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001958M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959S: Maintained
1960
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001961INTEL I/OAT DMA DRIVER
1962P: Shannon Nelson
1963M: shannon.nelson@intel.com
1964L: linux-kernel@vger.kernel.org
1965S: Supported
1966
Dan Williamsb3e5f262007-08-07 10:26:35 -07001967INTEL IOP-ADMA DMA DRIVER
1968P: Dan Williams
1969M: dan.j.williams@intel.com
1970L: linux-kernel@vger.kernel.org
1971S: Supported
1972
Michael Buesch844dd052006-06-26 00:24:59 -07001973INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1974P: Deepak Saxena
1975M: dsaxena@plexity.net
1976S: Maintained
1977
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001978INTEL IXP2000 ETHERNET DRIVER
1979P: Lennert Buytenhek
1980M: kernel@wantstofly.org
1981L: netdev@vger.kernel.org
1982S: Maintained
1983
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984INTEL PRO/100 ETHERNET SUPPORT
1985P: John Ronciak
1986M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987P: Jesse Brandeburg
1988M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001989P: Jeff Kirsher
1990M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001991P: Auke Kok
1992M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001993L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994W: http://sourceforge.net/projects/e1000/
1995S: Supported
1996
1997INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1998P: Jeb Cramer
1999M: cramerj@intel.com
2000P: John Ronciak
2001M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002002P: Jesse Brandeburg
2003M: jesse.brandeburg@intel.com
2004P: Jeff Kirsher
2005M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002006P: Auke Kok
2007M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002008L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009W: http://sourceforge.net/projects/e1000/
2010S: Supported
2011
2012INTEL PRO/10GbE SUPPORT
2013P: Ayyappan Veeraiyan
2014M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002015P: Auke Kok
2016M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002017P: Jesse Brandeburg
2018M: jesse.brandeburg@intel.com
2019P: John Ronciak
2020M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002021L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022W: http://sourceforge.net/projects/e1000/
2023S: Supported
2024
James Ketrenos826d2ab2005-11-07 18:56:59 -06002025INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2026P: Yi Zhu
2027M: yi.zhu@intel.com
2028P: James Ketrenos
2029M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002030L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002031L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002032L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2033W: http://ipw2100.sourceforge.net
2034S: Supported
2035
2036INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2037P: Yi Zhu
2038M: yi.zhu@intel.com
2039P: James Ketrenos
2040M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002041L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002042L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002043L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2044W: http://ipw2200.sourceforge.net
2045S: Supported
2046
Zhu Yib481de92007-09-25 17:54:57 -07002047INTEL WIRELESS WIFI LINK (iwlwifi)
2048P: Zhu Yi
2049M: yi.zhu@intel.com
2050L: linux-wireless@vger.kernel.org
2051L: ipw3945-devel@lists.sourceforge.net
2052W: http://intellinuxwireless.org
2053T: git git://intellinuxwireless.org/repos/iwlwifi
2054S: Supported
2055
Ralf Baechlecb109a02007-08-30 23:56:30 -07002056IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057P: Ralf Baechle
2058M: ralf@linux-mips.org
2059L: linux-mips@linux-mips.org
2060S: Maintained
2061
Ralf Baechlecb109a02007-08-30 23:56:30 -07002062IOC3 SERIAL DRIVER
2063P: Pat Gefre
2064M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002065L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002066S: Maintained
2067
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068IP MASQUERADING:
2069P: Juanjo Ciarlante
2070M: jjciarla@raiz.uncu.edu.ar
2071S: Maintained
2072
Francois Romieu1202d6f2007-09-17 17:13:55 -07002073IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2074P: Francois Romieu
2075M: romieu@fr.zoreil.com
2076P: Sorbica Shieh
2077M: sorbica@icplus.com.tw
2078P: Jesse Huang
2079M: jesse@icplus.com.tw
2080L: netdev@vger.kernel.org
2081S: Maintained
2082
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002083IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002084P: Arthur Jones
2085M: infinipath@qlogic.com
2086L: general@lists.openfabrics.org
2087T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002088S: Supported
2089
Corey Minyard4409ebe2006-04-20 02:43:12 -07002090IPMI SUBSYSTEM
2091P: Corey Minyard
2092M: minyard@acm.org
2093L: openipmi-developer@lists.sourceforge.net
2094W: http://openipmi.sourceforge.net/
2095S: Supported
2096
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097IPX NETWORK LAYER
2098P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002099M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101S: Maintained
2102
2103IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002104P: Samuel Ortiz
2105M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002106L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002108S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109
Mike Christie14816b1e2007-11-28 16:22:06 -08002110ISCSI
2111P: Mike Christie
2112M: michaelc@cs.wisc.edu
2113L: open-iscsi@googlegroups.com
2114W: www.open-iscsi.org
2115T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2116S: Maintained
2117
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118ISAPNP
2119P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002120M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121S: Maintained
2122
2123ISDN SUBSYSTEM
2124P: Karsten Keil
2125M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126L: isdn4linux@listserv.isdn4linux.de
2127W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002128T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Maintained
2130
2131ISDN SUBSYSTEM (Eicon active card driver)
2132P: Armin Schindler
2133M: mac@melware.de
2134L: isdn4linux@listserv.isdn4linux.de
2135W: http://www.melware.de
2136S: Maintained
2137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2139P: David Woodhouse
2140M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002141L: linux-mtd@lists.infradead.org
2142W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143S: Maintained
2144
2145JFS FILESYSTEM
2146P: Dave Kleikamp
2147M: shaggy@austin.ibm.com
2148L: jfs-discussion@lists.sourceforge.net
2149W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002150T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151S: Supported
2152
Josh Triplettde456d32006-07-30 03:04:00 -07002153JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002154P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002155M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002156L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002157S: Maintained
2158
Rudolf Marek4660cb32006-10-08 22:01:26 +02002159K8TEMP HARDWARE MONITORING DRIVER
2160P: Rudolf Marek
2161M: r.marek@assembler.cz
2162L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163S: Maintained
2164
2165KCONFIG
2166P: Roman Zippel
2167M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002168L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169S: Maintained
2170
Vivek Goyalea6c2082006-05-20 14:59:55 -07002171KDUMP
2172P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002173M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002174P: Haren Myneni
2175M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002176L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002177L: linux-kernel@vger.kernel.org
2178W: http://lse.sourceforge.net/kdump/
2179S: Maintained
2180
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181KERNEL AUTOMOUNTER (AUTOFS)
2182P: H. Peter Anvin
2183M: hpa@zytor.com
2184L: autofs@linux.kernel.org
2185S: Odd Fixes
2186
2187KERNEL AUTOMOUNTER v4 (AUTOFS4)
2188P: Ian Kent
2189M: raven@themaw.net
2190L: autofs@linux.kernel.org
2191S: Maintained
2192
2193KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194P: Sam Ravnborg
2195M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002196T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002197L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002198S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199
2200KERNEL JANITORS
2201P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002202L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204S: Maintained
2205
2206KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002207P: J. Bruce Fields
2208M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002210M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211L: nfs@lists.sourceforge.net
2212W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002213S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214
Avi Kivity426d62e2006-12-13 00:34:03 -08002215KERNEL VIRTUAL MACHINE (KVM)
2216P: Avi Kivity
2217M: avi@qumranet.com
2218L: kvm-devel@lists.sourceforge.net
2219W: kvm.sourceforge.net
2220S: Supported
2221
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002222KEXEC
2223P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002224M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002225W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002226L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002227L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002228S: Maintained
2229
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002230KPROBES
2231P: Prasanna S Panchamukhi
2232M: prasanna@in.ibm.com
2233P: Ananth N Mavinakayanahalli
2234M: ananth@in.ibm.com
2235P: Anil S Keshavamurthy
2236M: anil.s.keshavamurthy@intel.com
2237P: David S. Miller
2238M: davem@davemloft.net
2239L: linux-kernel@vger.kernel.org
2240S: Maintained
2241
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002242KS0108 LCD CONTROLLER DRIVER
2243P: Miguel Ojeda Sandonis
2244M: maxextreme@gmail.com
2245L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002246W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002247S: Maintained
2248
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002251S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252
2253LASI 53c700 driver for PARISC
2254P: James E.J. Bottomley
2255M: James.Bottomley@HansenPartnership.com
2256L: linux-scsi@vger.kernel.org
2257S: Maintained
2258
Richard Purdie263de9b2006-05-15 09:44:16 -07002259LED SUBSYSTEM
2260P: Richard Purdie
2261M: rpurdie@rpsys.net
2262S: Maintained
2263
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264LEGO USB Tower driver
2265P: Juergen Stuber
2266M: starblue@users.sourceforge.net
2267L: legousb-devel@lists.sourceforge.net
2268W: http://legousb.sourceforge.net/
2269S: Maintained
2270
Rusty Russell568a17f2007-10-25 14:12:24 +10002271LGUEST
2272P: Rusty Russell
2273M: rusty@rustcorp.com.au
2274L: lguest@ozlabs.org
2275W: http://lguest.ozlabs.org/
2276S: Maintained
2277
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278LINUX FOR IBM pSERIES (RS/6000)
2279P: Paul Mackerras
2280M: paulus@au.ibm.com
2281W: http://www.ibm.com/linux/ltc/projects/ppc
2282S: Supported
2283
2284LINUX FOR NCR VOYAGER
2285P: James Bottomley
2286M: James.Bottomley@HansenPartnership.com
2287W: http://www.hansenpartnership.com/voyager
2288S: Maintained
2289
2290LINUX FOR POWERPC
2291P: Paul Mackerras
2292M: paulus@samba.org
2293W: http://www.penguinppc.org/
2294L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002295T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296S: Supported
2297
2298LINUX FOR POWER MACINTOSH
2299P: Benjamin Herrenschmidt
2300M: benh@kernel.crashing.org
2301W: http://www.penguinppc.org/
2302L: linuxppc-dev@ozlabs.org
2303S: Maintained
2304
2305LINUX FOR POWERPC EMBEDDED MPC52XX
2306P: Sylvain Munaut
2307M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002308P: Grant Likely
2309M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310W: http://www.246tNt.com/mpc52xx/
2311W: http://www.penguinppc.org/
2312L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313S: Maintained
2314
2315LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002316P: Josh Boyer
2317M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318P: Matt Porter
2319M: mporter@kernel.crashing.org
2320W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002321L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002322T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323S: Maintained
2324
Grant Likely260c02a2007-10-02 12:15:34 +10002325LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2326P: Grant Likely
2327M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002328W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002329L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330S: Maintained
2331
Tom Rinie93adf12005-07-26 12:49:53 -07002332LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333P: Tom Rini
2334M: trini@kernel.crashing.org
2335W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002336L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337S: Maintained
2338
Tom Rinie93adf12005-07-26 12:49:53 -07002339LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002340P: Vitaly Bordug
2341M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002342P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002343M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002344W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002345L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002346S: Maintained
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002349P: Kumar Gala
2350M: galak@kernel.crashing.org
2351W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002352L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002353S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354
Olof Johanssonab06ff32006-09-06 14:44:54 -05002355LINUX FOR POWERPC PA SEMI PWRFICIENT
2356P: Olof Johansson
2357M: olof@lixom.net
2358W: http://www.pasemi.com/
2359L: linuxppc-dev@ozlabs.org
2360S: Supported
2361
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362LLC (802.2)
2363P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002364M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365S: Maintained
2366
2367LINUX FOR 64BIT POWERPC
2368P: Paul Mackerras
2369M: paulus@samba.org
2370M: paulus@au.ibm.com
2371P: Anton Blanchard
2372M: anton@samba.org
2373M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002374W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002375L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Supported
2377
2378LINUX SECURITY MODULE (LSM) FRAMEWORK
2379P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002380M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002381L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002383T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384S: Supported
2385
2386LM83 HARDWARE MONITOR DRIVER
2387P: Jean Delvare
2388M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002389L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390S: Maintained
2391
2392LM90 HARDWARE MONITOR DRIVER
2393P: Jean Delvare
2394M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002395L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396S: Maintained
2397
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002398LOCKDEP AND LOCKSTAT
2399P: Peter Zijlstra
2400M: peterz@infradead.org
2401P: Ingo Molnar
2402M: mingo@redhat.com
2403L: linux-kernel@vger.kernel.org
2404T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2405S: Maintained
2406
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002407LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408P: Richard Russon (FlatCap)
2409M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002410L: linux-ntfs-dev@lists.sourceforge.net
2411W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002414LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2415P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002416M: Eric.Moore@lsi.com
2417M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002418L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002419L: linux-scsi@vger.kernel.org
2420W: http://www.lsilogic.com/support
2421S: Supported
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2424P: Matthew Wilcox
2425M: matthew@wil.cx
2426L: linux-scsi@vger.kernel.org
2427S: Maintained
2428
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002429M32R ARCHITECTURE
2430P: Hirokazu Takata
2431M: takata@linux-m32r.org
2432L: linux-m32r@ml.linux-m32r.org
2433L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2434W: http://www.linux-m32r.org/
2435S: Maintained
2436
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437M68K ARCHITECTURE
2438P: Geert Uytterhoeven
2439M: geert@linux-m68k.org
2440P: Roman Zippel
2441M: zippel@linux-m68k.org
2442L: linux-m68k@lists.linux-m68k.org
2443W: http://www.linux-m68k.org/
2444W: http://linux-m68k-cvs.ubb.ca/
2445S: Maintained
2446
2447M68K ON APPLE MACINTOSH
2448P: Joshua Thompson
2449M: funaho@jurai.org
2450W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002451L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452S: Maintained
2453
2454M68K ON HP9000/300
2455P: Philip Blundell
2456M: philb@gnu.org
2457W: http://www.tazenda.demon.co.uk/phil/linux-hp
2458S: Maintained
2459
Jiri Benc64a327a2007-05-05 11:47:08 -07002460MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002461P: Michael Wu
2462M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002463P: Johannes Berg
2464M: johannes@sipsolutions.net
2465P: Jiri Benc
2466M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002467L: linux-wireless@vger.kernel.org
2468W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002469T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002470S: Maintained
2471
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002472MACVLAN DRIVER
2473P: Patrick McHardy
2474M: kaber@trash.net
2475L: netdev@vger.kernel.org
2476S: Maintained
2477
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478MARVELL YUKON / SYSKONNECT DRIVER
2479P: Mirko Lindner
2480M: mlindner@syskonnect.de
2481P: Ralph Roesler
2482M: rroesler@syskonnect.de
2483W: http://www.syskonnect.com
2484S: Supported
2485
Michael Kerriskfaf16682005-07-31 22:34:47 -07002486MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002487P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002488M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002489W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2490S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002491
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002492MARVELL MV643XX ETHERNET DRIVER
2493P: Dale Farnsworth
2494M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002496M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002497L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002498S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499
2500MATROX FRAMEBUFFER DRIVER
2501P: Petr Vandrovec
2502M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002503L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504S: Maintained
2505
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002506MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2507P: Hans J. Koch
2508M: hjk@linutronix.de
2509L: lm-sensors@lm-sensors.org
2510S: Maintained
2511
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002512MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002513P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002514M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002515S: linux-scsi@vger.kernel.org
2516W: http://megaraid.lsilogic.com
2517S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002518
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002519MEMORY MANAGEMENT
2520L: linux-mm@kvack.org
2521L: linux-kernel@vger.kernel.org
2522W: http://www.linux-mm.org
2523S: Maintained
2524
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002525MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526P: David Woodhouse
2527M: dwmw2@infradead.org
2528W: http://www.linux-mtd.infradead.org/
2529L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002530T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531S: Maintained
2532
Artem Bityutskiy48576402007-02-13 17:11:10 +02002533UNSORTED BLOCK IMAGES (UBI)
2534P: Artem Bityutskiy
2535M: dedekind@infradead.org
2536W: http://www.linux-mtd.infradead.org/
2537L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002538T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002539S: Maintained
2540
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541MICROTEK X6 SCANNER
2542P: Oliver Neukum
2543M: oliver@neukum.name
2544S: Maintained
2545
2546MIPS
2547P: Ralf Baechle
2548M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002549W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002551T: git www.linux-mips.org:/pub/scm/linux.git
2552S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
2554MISCELLANEOUS MCA-SUPPORT
2555P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002556M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557L: linux-kernel@vger.kernel.org
2558S: Maintained
2559
2560MODULE SUPPORT
2561P: Rusty Russell
2562M: rusty@rustcorp.com.au
2563L: linux-kernel@vger.kernel.org
2564S: Maintained
2565
2566MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2567P: Stelian Pop
2568M: stelian@popies.net
2569W: http://popies.net/meye/
2570S: Maintained
2571
Pavel Pisac58ff042007-05-16 01:10:41 +02002572MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2573P: Pavel Pisa
2574M: ppisa@pikron.com
2575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2576W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2577S: Maintained
2578
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579MOUSE AND MISC DEVICES [GENERAL]
2580P: Alessandro Rubini
2581M: rubini@ipvvis.unipv.it
2582L: linux-kernel@vger.kernel.org
2583S: Maintained
2584
Jiri Slabyd7354102006-12-08 02:38:35 -08002585MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2586P: Jiri Slaby
2587M: jirislaby@gmail.com
2588L: linux-kernel@vger.kernel.org
2589S: Maintained
2590
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002591MSI LAPTOP SUPPORT
2592P: Lennart Poettering
2593M: mzxreary@0pointer.de
2594L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2595W: http://0pointer.de/lennart/tchibo.html
2596S: Maintained
2597
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002598MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002599P: Pierre Ossman
2600M: drzeus-mmc@drzeus.cx
2601L: linux-kernel@vger.kernel.org
2602S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002603
David Brownell15a05802007-08-08 09:12:54 -07002604MULTIMEDIA CARD (MMC) ETC. OVER SPI
2605P: David Brownell
2606M: dbrownell@users.sourceforge.net
2607L: linux-kernel@vger.kernel.org
2608S: Odd fixes
2609
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610MULTISOUND SOUND DRIVER
2611P: Andrew Veliath
2612M: andrewtv@usa.net
2613S: Maintained
2614
Jiri Slabyd7354102006-12-08 02:38:35 -08002615MULTITECH MULTIPORT CARD (ISICOM)
2616P: Jiri Slaby
2617M: jirislaby@gmail.com
2618L: linux-kernel@vger.kernel.org
2619S: Maintained
2620
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621NATSEMI ETHERNET DRIVER (DP8381x)
2622P: Tim Hockin
2623M: thockin@hockin.org
2624S: Maintained
2625
2626NCP FILESYSTEM
2627P: Petr Vandrovec
2628M: vandrove@vc.cvut.cz
2629L: linware@sh.cvut.cz
2630S: Maintained
2631
2632NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2633P: James E.J. Bottomley
2634M: James.Bottomley@HansenPartnership.com
2635L: linux-scsi@vger.kernel.org
2636S: Maintained
2637
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002638NETEM NETWORK EMULATOR
2639P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002640M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002641L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002642S: Maintained
2643
Jiri Slaby4a584482007-08-30 23:56:39 -07002644NETERION (S2IO) Xframe 10GbE DRIVER
2645P: Ramkrishna Vepa
2646M: ram.vepa@neterion.com
2647P: Rastapur Santosh
2648M: santosh.rastapur@neterion.com
2649P: Sivakumar Subramani
2650M: sivakumar.subramani@neterion.com
2651P: Sreenivasa Honnur
2652M: sreenivasa.honnur@neterion.com
2653L: netdev@vger.kernel.org
2654W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2655S: Supported
2656
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657NETFILTER/IPTABLES/IPCHAINS
2658P: Rusty Russell
2659P: Marc Boucher
2660P: James Morris
2661P: Harald Welte
2662P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002663P: Patrick McHardy
2664M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002665L: netfilter-devel@vger.kernel.org
2666L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002667L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668W: http://www.netfilter.org/
2669W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670S: Supported
2671
Paul Moore4cc67732006-09-25 15:57:13 -07002672NETLABEL
2673P: Paul Moore
2674M: paul.moore@hp.com
2675W: http://netlabel.sf.net
2676L: netdev@vger.kernel.org
2677S: Supported
2678
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679NETROM NETWORK LAYER
2680P: Ralf Baechle
2681M: ralf@linux-mips.org
2682L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002683W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684S: Maintained
2685
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002686NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687P: Paul Clements
2688M: Paul.Clements@steeleye.com
2689S: Maintained
2690
2691NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692P: Jeff Garzik
2693M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002694L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002695T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696S: Maintained
2697
2698NETWORKING [GENERAL]
2699P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002700M: netdev@vger.kernel.org
2701L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002702W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703S: Maintained
2704
2705NETWORKING [IPv4/IPv6]
2706P: David S. Miller
2707M: davem@davemloft.net
2708P: Alexey Kuznetsov
2709M: kuznet@ms2.inr.ac.ru
2710P: Pekka Savola (ipv6)
2711M: pekkas@netcore.fi
2712P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002713M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714P: Hideaki YOSHIFUJI
2715M: yoshfuji@linux-ipv6.org
2716P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002717M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002718L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002719T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720S: Maintained
2721
James Morris10e2ff12007-08-25 14:41:28 -07002722NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2723P: Paul Moore
2724M: paul.moore@hp.com
2725L: netdev@vger.kernel.org
2726S: Maintained
2727
John W. Linville29f8f632006-01-18 14:52:48 -08002728NETWORKING [WIRELESS]
2729P: John W. Linville
2730M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002731L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002732T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2733S: Maintained
2734
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002735NETXEN (1/10) GbE SUPPORT
2736P: Amit S. Kale
2737M: amitkale@netxen.com
2738L: netdev@vger.kernel.org
2739W: http://www.netxen.com
2740S: Supported
2741
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742IPVS
2743P: Wensong Zhang
2744M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002745P: Simon Horman
2746M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747P: Julian Anastasov
2748M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002749L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750S: Maintained
2751
2752NFS CLIENT
2753P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002754M: Trond.Myklebust@netapp.com
2755L: linux-nfs@vger.kernel.org
2756W: http://client.linux-nfs.org
2757T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
2760NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002761P: Jan-Pascal van Best
2762M: janpascal@vanbest.org
2763P: Andreas Mohr
2764M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002765L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766S: Maintained
2767
2768NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2769P: YOKOTA Hiroshi
2770M: yokota@netlab.is.tsukuba.ac.jp
2771W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2772S: Maintained
2773
2774NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2775P: GOTO Masanori
2776M: gotom@debian.or.jp
2777P: YOKOTA Hiroshi
2778M: yokota@netlab.is.tsukuba.ac.jp
2779W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2780S: Maintained
2781
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782NTFS FILESYSTEM
2783P: Anton Altaparmakov
2784M: aia21@cantab.net
2785L: linux-ntfs-dev@lists.sourceforge.net
2786L: linux-kernel@vger.kernel.org
2787W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002788T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789S: Maintained
2790
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002791NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002792P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002793M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002794L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002795S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002797OPENCORES I2C BUS DRIVER
2798P: Peter Korsgaard
2799M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002800L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002801S: Maintained
2802
Mark Fashehccd979b2005-12-15 14:31:24 -08002803ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2804P: Mark Fasheh
2805M: mark.fasheh@oracle.com
2806P: Kurt Hackel
2807M: kurt.hackel@oracle.com
2808L: ocfs2-devel@oss.oracle.com
2809W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002810S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002811
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812OLYMPIC NETWORK DRIVER
2813P: Peter De Shrijver
2814M: p2@ace.ulyssis.student.kuleuven.ac.be
2815P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002816M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002817L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818W: http://www.linuxtr.net
2819S: Maintained
2820
Harald Weltec1986ee2005-11-13 16:06:29 -08002821OMNIKEY CARDMAN 4000 DRIVER
2822P: Harald Welte
2823M: laforge@gnumonks.org
2824S: Maintained
2825
Harald Welte77c44ab2005-11-13 16:06:26 -08002826OMNIKEY CARDMAN 4040 DRIVER
2827P: Harald Welte
2828M: laforge@gnumonks.org
2829S: Maintained
2830
Jonathan Corbet77d51402007-03-22 19:44:17 -03002831OMNIVISION OV7670 SENSOR DRIVER
2832P: Jonathan Corbet
2833M: corbet@lwn.net
2834L: video4linux-list@redhat.com
2835S: Maintained
2836
Thomas Gleixner431bca72007-05-02 09:31:35 +02002837ONENAND FLASH DRIVER
2838P: Kyungmin Park
2839M: kyungmin.park@samsung.com
2840L: linux-mtd@lists.infradead.org
2841S: Maintained
2842
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843ONSTREAM SCSI TAPE DRIVER
2844P: Willem Riede
2845M: osst@riede.org
2846L: osst-users@lists.sourceforge.net
2847L: linux-scsi@vger.kernel.org
2848S: Maintained
2849
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850OPROFILE
2851P: Philippe Elie
2852M: phil.el@wanadoo.fr
2853L: oprofile-list@lists.sf.net
2854S: Maintained
2855
2856ORINOCO DRIVER
2857P: Pavel Roskin
2858M: proski@gnu.org
2859P: David Gibson
2860M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002861L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002862L: orinoco-users@lists.sourceforge.net
2863L: orinoco-devel@lists.sourceforge.net
2864W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865S: Maintained
2866
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002867PA SEMI ETHERNET DRIVER
2868P: Olof Johansson
2869M: olof@lixom.net
2870L: netdev@vger.kernel.org
2871S: Maintained
2872
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002873PA SEMI SMBUS DRIVER
2874P: Olof Johansson
2875M: olof@lixom.net
2876L: i2c@lm-sensors.org
2877S: Maintained
2878
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002880L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002881S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882
2883PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2884P: Tim Waugh
2885M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002886L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887W: http://www.torque.net/linux-pp.html
2888S: Maintained
2889
2890PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002891P: Kyle McMartin
2892M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893P: Matthew Wilcox
2894M: matthew@wil.cx
2895P: Grant Grundler
2896M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002897L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002899T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900S: Maintained
2901
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002902PARAVIRT_OPS INTERFACE
2903P: Jeremy Fitzhardinge
2904M: jeremy@xensource.com
2905P: Chris Wright
2906M: chrisw@sous-sol.org
2907P: Zachary Amsden
2908M: zach@vmware.com
2909P: Rusty Russell
2910M: rusty@rustcorp.com.au
2911L: virtualization@lists.osdl.org
2912L: linux-kernel@vger.kernel.org
2913S: Supported
2914
Jim Cromie1662d322006-10-06 00:43:59 -07002915PC87360 HARDWARE MONITORING DRIVER
2916P: Jim Cromie
2917M: jim.cromie@gmail.com
2918L: lm-sensors@lm-sensors.org
2919S: Maintained
2920
2921PC8736x GPIO DRIVER
2922P: Jim Cromie
2923M: jim.cromie@gmail.com
2924S: Maintained
2925
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002926PCI ERROR RECOVERY
2927P: Linas Vepstas
2928M: linas@austin.ibm.com
2929L: linux-kernel@vger.kernel.org
2930L: linux-pci@atrey.karlin.mff.cuni.cz
2931S: Supported
2932
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933PCI SUBSYSTEM
2934P: Greg Kroah-Hartman
2935M: gregkh@suse.de
2936L: linux-kernel@vger.kernel.org
2937L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002938T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939S: Supported
2940
2941PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002942P: Kristen Carlson Accardi
2943M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944S: Supported
2945
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002946PCIE HOTPLUG DRIVER
2947P: Kristen Carlson Accardi
2948M: kristen.c.accardi@intel.com
2949L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002950S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002951
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002953P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002954L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002955W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002956T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002957S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958
2959PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002960P: Don Fry
2961M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002962L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963S: Maintained
2964
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002965PER-TASK DELAY ACCOUNTING
2966P: Shailabh Nagar
2967M: nagar@watson.ibm.com
2968L: linux-kernel@vger.kernel.org
2969S: Maintained
2970
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002971PERSONALITY HANDLING
2972P: Christoph Hellwig
2973M: hch@infradead.org
2974L: linux-abi-devel@lists.sourceforge.net
2975S: Maintained
2976
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002978P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979M: joern@wh.fh-wedel.de
2980L: linux-mtd@lists.infradead.org
2981S: Maintained
2982
Peter Osterlund249a6772005-09-27 21:45:30 -07002983PKTCDVD DRIVER
2984P: Peter Osterlund
2985M: petero2@telia.com
2986L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002987S: Maintained
2988
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002990P: Thomas Gleixner
2991M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002992L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993S: Supported
2994
Anton Vorontsov3be86142007-07-15 04:43:36 +04002995POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2996P: Anton Vorontsov
2997M: cbou@mail.ru
2998P: David Woodhouse
2999M: dwmw2@infradead.org
3000L: linux-kernel@vger.kernel.org
3001L: kernel-discuss@handhelds.org
3002T: git git.infradead.org/battery-2.6.git
3003S: Maintained
3004
Eugene Surovegin24682972005-10-14 03:00:53 -07003005POWERPC 4xx EMAC DRIVER
3006P: Eugene Surovegin
3007M: ebs@ebshome.net
3008W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003009L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003010L: netdev@vger.kernel.org
3011S: Maintained
3012
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013PNP SUPPORT
3014P: Adam Belay
3015M: ambx1@neo.rr.com
3016S: Maintained
3017
Vitaly Wool999445d2007-01-04 13:07:03 +01003018PNXxxxx I2C DRIVER
3019P: Vitaly Wool
3020M: vitalywool@gmail.com
3021L: i2c@lm-sensors.org
3022S: Maintained
3023
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024PPP PROTOCOL DRIVERS AND COMPRESSORS
3025P: Paul Mackerras
3026M: paulus@samba.org
3027L: linux-ppp@vger.kernel.org
3028S: Maintained
3029
3030PPP OVER ATM (RFC 2364)
3031P: Mitchell Blank Jr
3032M: mitch@sfgoth.com
3033S: Maintained
3034
3035PPP OVER ETHERNET
3036P: Michal Ostrowski
3037M: mostrows@speakeasy.net
3038S: Maintained
3039
James Chapmana6d23702007-06-27 15:53:17 -07003040PPP OVER L2TP
3041P: James Chapman
3042M: jchapman@katalix.com
3043S: Maintained
3044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045PREEMPTIBLE KERNEL
3046P: Robert Love
3047M: rml@tech9.net
3048L: linux-kernel@vger.kernel.org
3049L: kpreempt-tech@lists.sourceforge.net
3050W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3051S: Supported
3052
Michael Wueff1a592007-09-25 18:11:01 -07003053P54 WIRELESS DRIVER
3054P: Michael Wu
3055M: flamingice@sourmilk.net
3056L: linux-wireless@vger.kernel.org
3057W: http://prism54.org
3058T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3059S: Maintained
3060
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003062P: Luis R. Rodriguez
3063M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003064L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065W: http://prism54.org
3066S: Maintained
3067
3068PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3069P: Peter Denison
3070M: promise@pnd-pc.demon.co.uk
3071W: http://www.pnd-pc.demon.co.uk/promise/
3072S: Maintained
3073
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003074PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3075P: Mikael Pettersson
3076M: mikpe@it.uu.se
3077L: linux-ide@vger.kernel.org
3078S: Maintained
3079
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003080PS3 NETWORK SUPPORT
3081P: Masakazu Mokuno
3082M: mokuno@sm.sony.co.jp
3083L: netdev@vger.kernel.org
3084L: cbe-oss-dev@ozlabs.org
3085S: Supported
3086
Geoff Levandf58a9d12006-11-23 00:46:51 +01003087PS3 PLATFORM SUPPORT
3088P: Geoff Levand
3089M: geoffrey.levand@am.sony.com
3090L: linuxppc-dev@ozlabs.org
3091L: cbe-oss-dev@ozlabs.org
3092S: Supported
3093
Michael Krufky83202042006-07-03 00:24:18 -07003094PVRUSB2 VIDEO4LINUX DRIVER
3095P: Mike Isely
3096M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003097L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003098L: video4linux-list@redhat.com
3099W: http://www.isely.net/pvrusb2/
3100S: Maintained
3101
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102PXA2xx SUPPORT
3103P: Nicolas Pitre
3104M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003105L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106S: Maintained
3107
Pierre Ossman272f1332007-05-14 21:25:26 +02003108PXA MMCI DRIVER
3109S: Orphan
3110
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111QLOGIC QLA2XXX FC-SCSI DRIVER
3112P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003113M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114L: linux-scsi@vger.kernel.org
3115S: Supported
3116
Ron Mercer5a4faa872006-07-25 00:40:21 -07003117QLOGIC QLA3XXX NETWORK DRIVER
3118P: Ron Mercer
3119M: linux-driver@qlogic.com
3120L: netdev@vger.kernel.org
3121S: Supported
3122
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123QNX4 FILESYSTEM
3124P: Anders Larsen
3125M: al@alarsen.net
3126L: linux-kernel@vger.kernel.org
3127W: http://www.alarsen.net/linux/qnx4fs/
3128S: Maintained
3129
3130RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003131P: Benjamin Herrenschmidt
3132M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003133L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134S: Maintained
3135
3136RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003137P: Paul Mackerras
3138M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003139L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140S: Maintained
3141
3142RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3143P: Corey Thomas
3144M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003145L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146S: Maintained
3147
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003148RALINK RT2X00 WLAN DRIVER
3149P: rt2x00 project
3150L: linux-wireless@vger.kernel.org
3151L: rt2400-devel@lists.sourceforge.net
3152W: http://rt2x00.serialmonkey.com/
3153S: Maintained
3154F: drivers/net/wireless/rt2x00/
3155
Matt Mackall9e95ce22005-04-16 15:25:56 -07003156RANDOM NUMBER DRIVER
3157P: Matt Mackall
3158M: mpm@selenic.com
3159S: Maintained
3160
Matt Porter394b7012005-11-07 01:00:15 -08003161RAPIDIO SUBSYSTEM
3162P: Matt Porter
3163M: mporter@kernel.crashing.org
3164L: linux-kernel@vger.kernel.org
3165S: Maintained
3166
Josh Triplett595182b2006-10-04 02:17:21 -07003167READ-COPY UPDATE (RCU)
3168P: Dipankar Sarma
3169M: dipankar@in.ibm.com
3170W: http://www.rdrop.com/users/paulmck/rclock/
3171L: linux-kernel@vger.kernel.org
3172S: Supported
3173
3174RCUTORTURE MODULE
3175P: Josh Triplett
3176M: josh@freedesktop.org
3177L: linux-kernel@vger.kernel.org
3178S: Maintained
3179
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180REAL TIME CLOCK DRIVER
3181P: Paul Gortmaker
3182M: p_gortmaker@yahoo.com
3183L: linux-kernel@vger.kernel.org
3184S: Maintained
3185
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003186REAL TIME CLOCK (RTC) SUBSYSTEM
3187P: Alessandro Zummo
3188M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003189L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003190S: Maintained
3191
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192REISERFS FILE SYSTEM
3193P: Hans Reiser
3194M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003195L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196W: http://www.namesys.com
3197S: Supported
3198
3199ROCKETPORT DRIVER
3200P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201W: http://www.comtrol.com
3202S: Maintained
3203
3204ROSE NETWORK LAYER
3205P: Ralf Baechle
3206M: ralf@linux-mips.org
3207L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003208W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209S: Maintained
3210
3211RISCOM8 DRIVER
3212S: Orphan
3213
Michael Wu605bebe2007-05-14 01:41:02 -04003214RTL818X WIRELESS DRIVER
3215P: Michael Wu
3216M: flamingice@sourmilk.net
3217P: Andrea Merello
3218M: andreamrl@tiscali.it
3219L: linux-wireless@vger.kernel.org
3220W: http://linuxwireless.org/
3221T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3222S: Maintained
3223
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003224S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003225P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003226M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003227L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003228S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003229
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230S390
3231P: Martin Schwidefsky
3232M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003233P: Heiko Carstens
3234M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003236L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003237W: http://www.ibm.com/developerworks/linux/linux390/
3238S: Supported
3239
3240S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003241P: Ursula Braun
3242M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003243P: Frank Blaschka
3244M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003245M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003246L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003247W: http://www.ibm.com/developerworks/linux/linux390/
3248S: Supported
3249
3250S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003251P: Swen Schillig
3252M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003253M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003254L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003255W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256S: Supported
3257
Ursula Braundd96df22007-09-19 13:09:02 +02003258S390 IUCV NETWORK LAYER
3259P: Ursula Braun
3260M: ubraun@linux.vnet.ibm.com
3261M: linux390@de.ibm.com
3262L: linux-s390@vger.kernel.org
3263W: http://www.ibm.com/developerworks/linux/linux390/
3264S: Supported
3265
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266SAA7146 VIDEO4LINUX-2 DRIVER
3267P: Michael Hunold
3268M: michael@mihu.de
3269W: http://www.mihu.de/linux/saa7146
3270S: Maintained
3271
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272SC1200 WDT DRIVER
3273P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003274M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275S: Maintained
3276
3277SCHEDULER
3278P: Ingo Molnar
3279M: mingo@elte.hu
3280P: Robert Love [the preemptible kernel bits]
3281M: rml@tech9.net
3282L: linux-kernel@vger.kernel.org
3283S: Maintained
3284
3285SCSI CDROM DRIVER
3286P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003287M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288L: linux-scsi@vger.kernel.org
3289W: http://www.kernel.dk
3290S: Maintained
3291
3292SCSI SG DRIVER
3293P: Doug Gilbert
3294M: dgilbert@interlog.com
3295L: linux-scsi@vger.kernel.org
3296W: http://www.torque.net/sg
3297S: Maintained
3298
3299SCSI SUBSYSTEM
3300P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003301M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003303T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003304T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3305T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306S: Maintained
3307
3308SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003309P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310M: Kai.Makisara@kolumbus.fi
3311L: linux-scsi@vger.kernel.org
3312S: Maintained
3313
3314SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003315P: Vlad Yasevich
3316M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003317P: Sridhar Samudrala
3318M: sri@us.ibm.com
3319L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003320W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003321S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322
3323SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003324P: Jim Cromie
3325M: jim.cromie@gmail.com
3326S: Odd Fixes
3327
3328SCx200 GPIO DRIVER
3329P: Jim Cromie
3330M: jim.cromie@gmail.com
3331S: Maintained
3332
3333SCx200 HRT CLOCKSOURCE DRIVER
3334P: Jim Cromie
3335M: jim.cromie@gmail.com
3336S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337
3338SECURITY CONTACT
3339P: Security Officers
3340M: security@kernel.org
3341S: Supported
3342
3343SELINUX SECURITY MODULE
3344P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003345M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003347M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003348P: Eric Paris
3349M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003351L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352W: http://www.nsa.gov/selinux
3353S: Supported
3354
Jiri Slabycef2cf02007-05-08 00:31:45 -07003355SENSABLE PHANTOM
3356P: Jiri Slaby
3357M: jirislaby@gmail.com
3358S: Maintained
3359
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360SERIAL ATA (SATA) SUBSYSTEM:
3361P: Jeff Garzik
3362M: jgarzik@pobox.com
3363L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003364T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365S: Supported
3366
3367SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3368P: Pat Gefre
3369M: pfg@sgi.com
3370L: linux-ia64@vger.kernel.org
3371S: Supported
3372
3373SGI VISUAL WORKSTATION 320 AND 540
3374P: Andrey Panin
3375M: pazke@donpac.ru
3376L: linux-visws-devel@lists.sf.net
3377W: http://linux-visws.sf.net
3378S: Maintained for 2.6.
3379
3380SIMTEC EB110ATX (Chalice CATS)
3381P: Ben Dooks
3382P: Vincent Sanders
3383M: support@simtec.co.uk
3384W: http://www.simtec.co.uk/products/EB110ATX/
3385S: Supported
3386
3387SIMTEC EB2410ITX (BAST)
3388P: Ben Dooks
3389P: Vincent Sanders
3390M: support@simtec.co.uk
3391W: http://www.simtec.co.uk/products/EB2410ITX/
3392S: Supported
3393
Francois Romieu92aab3c2005-07-30 13:11:18 +02003394SIS 190 ETHERNET DRIVER
3395P: Francois Romieu
3396M: romieu@fr.zoreil.com
3397L: netdev@vger.kernel.org
3398S: Maintained
3399
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400SIS 5513 IDE CONTROLLER DRIVER
3401P: Lionel Bouton
3402M: Lionel.Bouton@inet6.fr
3403W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3404W: http://gyver.homeip.net/sis5513/index.html
3405S: Maintained
3406
3407SIS 900/7016 FAST ETHERNET DRIVER
3408P: Daniele Venzano
3409M: venza@brownhat.org
3410W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003411L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412S: Maintained
3413
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003414SIS 96X I2C/SMBUS DRIVER
3415P: Mark M. Hoffman
3416M: mhoffman@lightlink.com
3417L: lm-sensors@lm-sensors.org
3418S: Maintained
3419
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420SIS FRAMEBUFFER DRIVER
3421P: Thomas Winischhofer
3422M: thomas@winischhofer.net
3423W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003424S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425
3426SIS USB2VGA DRIVER
3427P: Thomas Winischhofer
3428M: thomas@winischhofer.net
3429W: http://www.winischhofer.at/linuxsisusbvga.shtml
3430S: Maintained
3431
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003432SLAB ALLOCATOR
3433P: Christoph Lameter
3434M: clameter@sgi.com
3435P: Pekka Enberg
3436M: penberg@cs.helsinki.fi
3437L: linux-mm@kvack.org
3438S: Maintained
3439
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440SMC91x ETHERNET DRIVER
3441P: Nicolas Pitre
3442M: nico@cam.org
3443S: Maintained
3444
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003445SMSC47B397 HARDWARE MONITOR DRIVER
3446P: Mark M. Hoffman
3447M: mhoffman@lightlink.com
3448L: lm-sensors@lm-sensors.org
3449S: Maintained
3450
Daniel Drake8f0f8502006-07-18 22:00:25 +01003451SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003452P: Daniel Drake
3453M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003454L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003455S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003456
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457SOFTWARE RAID (Multiple Disks) SUPPORT
3458P: Ingo Molnar
3459M: mingo@redhat.com
3460P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003461M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003463S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464
Pavel Machek95a631e2007-07-19 01:47:42 -07003465HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466P: Pavel Machek
3467M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003468P: Rafael J. Wysocki
3469M: rjw@sisk.pl
3470L: linux-pm@lists.linux-foundation.org
3471S: Supported
3472
3473SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003474P: Len Brown
3475M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003476P: Pavel Machek
3477M: pavel@suse.cz
3478P: Rafael J. Wysocki
3479M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003480L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003481S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482
3483SONIC NETWORK DRIVER
3484P: Thomas Bogendoerfer
3485M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003486L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487S: Maintained
3488
Michael Buesch61e115a2007-09-18 15:12:50 -04003489SONICS SILICON BACKPLANE DRIVER (SSB)
3490P: Michael Buesch
3491M: mb@bu3sch.de
3492L: netdev@vger.kernel.org
3493S: Maintained
3494
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003496P: Mattia Dongili
3497M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003498L: linux-acpi@vger.kernel.org
3499W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500S: Maintained
3501
3502SOUND
3503P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003504M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003505L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506S: Maintained
3507
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003508SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3509P: Liam Girdwood
3510M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003511L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003512S: Supported
3513
Kumar Gala025c3982006-04-02 16:05:54 -05003514SPI SUBSYSTEM
3515P: David Brownell
3516M: dbrownell@users.sourceforge.net
3517L: spi-devel-general@lists.sourceforge.net
3518S: Maintained
3519
Steven Rostedt855f46a2006-08-05 12:14:50 -07003520STABLE BRANCH:
3521P: Greg Kroah-Hartman
3522M: greg@kroah.com
3523P: Chris Wright
3524M: chrisw@sous-sol.org
3525L: stable@kernel.org
3526S: Maintained
3527
Kylene Hall1c72d462005-05-01 08:59:13 -07003528TPM DEVICE DRIVER
3529P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003530M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003531W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003532P: Marcel Selhorst
3533M: tpm@selhorst.net
3534W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003535L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003536S: Maintained
3537
Mark Gross1a80ba82005-10-30 15:02:55 -08003538Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003539P: Mark Gross
3540M: mark.gross@intel.com
3541S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003542
Chris Zankel48b415c2005-06-23 22:01:07 -07003543TENSILICA XTENSA PORT (xtensa):
3544P: Chris Zankel
3545M: chris@zankel.net
3546S: Maintained
3547
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003548THINKPAD ACPI EXTRAS DRIVER
3549P: Henrique de Moraes Holschuh
3550M: ibm-acpi@hmh.eng.br
3551L: ibm-acpi-devel@lists.sourceforge.net
3552W: http://ibm-acpi.sourceforge.net
3553W: http://thinkwiki.org/wiki/Ibm-acpi
3554T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3555S: Maintained
3556
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557UltraSPARC (sparc64):
3558P: David S. Miller
3559M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003561T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562S: Maintained
3563
3564SHARP LH SUPPORT (LH7952X & LH7A40X)
3565P: Marc Singer
3566M: elf@buici.com
3567W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569S: Maintained
3570
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003571SHPC HOTPLUG DRIVER
3572P: Kristen Carlson Accardi
3573M: kristen.c.accardi@intel.com
3574L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003575S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003576
Pierre Ossmand129bce2006-03-24 03:18:17 -08003577SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3578P: Pierre Ossman
3579M: drzeus-sdhci@drzeus.cx
3580L: sdhci-devel@list.drzeus.cx
3581W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3582S: Maintained
3583
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003584SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3585P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003586M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003587L: netdev@vger.kernel.org
3588S: Maintained
3589
Chris Boot1a87d942006-07-10 04:45:34 -07003590SOEKRIS NET48XX LED SUPPORT
3591P: Chris Boot
3592M: bootc@bootc.net
3593S: Maintained
3594
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595SPARC (sparc32):
3596P: William L. Irwin
3597M: wli@holomorphy.com
3598L: sparclinux@vger.kernel.org
3599S: Maintained
3600
3601SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3602P: Roger Wolff
3603M: R.E.Wolff@BitWizard.nl
3604L: linux-kernel@vger.kernel.org ?
3605S: Supported
3606
Jim Lewis2752e402006-09-29 02:01:19 -07003607SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003608P: Linas Vepstas
3609M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003610L: netdev@vger.kernel.org
3611S: Supported
3612
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613SRM (Alpha) environment access
3614P: Jan-Benedict Glaw
3615M: jbglaw@lug-owl.de
3616L: linux-kernel@vger.kernel.org
3617S: Maintained
3618
3619STARFIRE/DURALAN NETWORK DRIVER
3620P: Ion Badulescu
3621M: ionut@cs.columbia.edu
3622S: Maintained
3623
3624STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3625W: http://mosquitonet.Stanford.EDU/strip.html
3626S: Unsupported ?
3627
3628STRADIS MPEG-2 DECODER DRIVER
3629P: Nathan Laredo
3630M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631W: http://www.stradis.com/
3632S: Maintained
3633
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003634SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635P: Paul Mundt
3636M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003637L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003639T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640S: Maintained
3641
3642SUN3/3X
3643P: Sam Creasey
3644M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645W: http://sammy.net/sun3/
3646S: Maintained
3647
3648SVGA HANDLING
3649P: Martin Mares
3650M: mj@ucw.cz
3651L: linux-video@atrey.karlin.mff.cuni.cz
3652S: Maintained
3653
3654SYSV FILESYSTEM
3655P: Christoph Hellwig
3656M: hch@infradead.org
3657S: Maintained
3658
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003659TC CLASSIFIER
3660P: Jamal Hadi Salim
3661M: hadi@cyberus.ca
3662L: netdev@vger.kernel.org
3663S: Maintained
3664
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003665TCP LOW PRIORITY MODULE
3666P: Wong Hoi Sing, Edison
3667M: hswong3i@gmail.com
3668P: Hung Hing Lun, Mike
3669M: hlhung3i@gmail.com
3670W: http://tcp-lp-mod.sourceforge.net/
3671S: Maintained
3672
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003673TEHUTI ETHERNET DRIVER
3674P: Alexander Indenbaum
3675M: baum@tehutinetworks.net
3676P: Andy Gospodarek
3677M: andy@greyhouse.net
3678L: netdev@vger.kernel.org
3679S: Supported
3680
Alex Dubov4020f2d2006-10-04 02:15:37 -07003681TI FLASH MEDIA INTERFACE DRIVER
3682P: Alex Dubov
3683M: oakad@yahoo.com
3684S: Maintained
3685
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003686TI OMAP MMC INTERFACE DRIVER
3687P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003688M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003689W: http://linux.omap.com
3690W: http://www.muru.com/linux/omap/
3691S: Maintained
3692
Michael Buesch844dd052006-06-26 00:24:59 -07003693TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3694P: Deepak Saxena
3695M: dsaxena@plexity.net
3696S: Maintained
3697
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003698TASKSTATS STATISTICS INTERFACE
3699P: Shailabh Nagar
3700M: nagar@watson.ibm.com
3701L: linux-kernel@vger.kernel.org
3702S: Maintained
3703
Per Lidene86eaa32006-01-12 16:45:18 +01003704TIPC NETWORK LAYER
3705P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003706M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003707P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003708M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003709P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003710M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003711L: tipc-discussion@lists.sourceforge.net
3712W: http://tipc.sourceforge.net/
3713W: http://tipc.cslab.ericsson.net/
3714T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3715S: Maintained
3716
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717TLAN NETWORK DRIVER
3718P: Samuel Chessman
3719M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003720L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721W: http://sourceforge.net/projects/tlan/
3722S: Maintained
3723
3724TOKEN-RING NETWORK DRIVER
3725P: Mike Phillips
3726M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003727L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728W: http://www.linuxtr.net
3729S: Maintained
3730
3731TOSHIBA ACPI EXTRAS DRIVER
3732P: John Belmonte
3733M: toshiba_acpi@memebeam.org
3734W: http://memebeam.org/toys/ToshibaAcpiDriver
3735S: Maintained
3736
3737TOSHIBA SMM DRIVER
3738P: Jonathan Buzzard
3739M: jonathan@buzzard.org.uk
3740L: tlinux-users@tce.toshiba-dme.co.jp
3741W: http://www.buzzard.org.uk/toshiba/
3742S: Maintained
3743
3744TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3745P: Muli Ben-Yehuda
3746M: mulix@mulix.org
3747L: linux-kernel@vger.kernel.org
3748S: Maintained
3749
3750TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003751P: Adrian Bunk
3752M: trivial@kernel.org
3753L: linux-kernel@vger.kernel.org
3754W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3755T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3756S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757
3758TMS380 TOKEN-RING NETWORK DRIVER
3759P: Adam Fritzler
3760M: mid@auk.cx
3761L: linux-tr@linuxtr.net
3762W: http://www.auk.cx/tms380tr/
3763S: Maintained
3764
3765TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766L: tulip-users@lists.sourceforge.net
3767W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003768S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769
3770TUN/TAP driver
3771P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003772M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773L: vtun@office.satix.net
3774W: http://vtun.sourceforge.net/tun
3775S: Maintained
3776
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003777TURBOCHANNEL SUBSYSTEM
3778P: Maciej W. Rozycki
3779M: macro@linux-mips.org
3780S: Maintained
3781
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782U14-34F SCSI DRIVER
3783P: Dario Ballabio
3784M: ballabio_dario@emc.com
3785L: linux-scsi@vger.kernel.org
3786S: Maintained
3787
3788UDF FILESYSTEM
3789P: Ben Fennema
3790M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791W: http://linux-udf.sourceforge.net
3792S: Maintained
3793
3794UNIFORM CDROM DRIVER
3795P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003796M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797L: linux-kernel@vger.kernel.org
3798W: http://www.kernel.dk
3799S: Maintained
3800
3801USB ACM DRIVER
3802P: Oliver Neukum
3803M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003804L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805S: Maintained
3806
3807USB BLOCK DRIVER (UB ub)
3808P: Pete Zaitcev
3809M: zaitcev@redhat.com
3810L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003811L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812S: Supported
3813
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814USB CDC ETHERNET DRIVER
3815P: Greg Kroah-Hartman
3816M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003817L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818S: Maintained
3819W: http://www.kroah.com/linux-usb/
3820
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003821USB DAVICOM DM9601 DRIVER
3822P: Peter Korsgaard
3823M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003824L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003825W: http://www.linux-usb.org/usbnet
3826S: Maintained
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828USB EHCI DRIVER
3829P: David Brownell
3830M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003831L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003832S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833
Luca Risolia7ce08c92006-01-11 02:06:59 +00003834USB ET61X[12]51 DRIVER
3835P: Luca Risolia
3836M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003837L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003838L: video4linux-list@redhat.com
3839W: http://www.linux-projects.org
3840S: Maintained
3841
David Brownell69ae9e32006-11-14 02:03:31 -08003842USB GADGET/PERIPHERAL SUBSYSTEM
3843P: David Brownell
3844M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003845L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003846W: http://www.linux-usb.org/gadget
3847S: Maintained
3848
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003849USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003850P: Jiri Kosina
3851M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003852L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003853T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854S: Maintained
3855
Olav Kongas959eea22005-11-03 17:38:14 +02003856USB ISP116X DRIVER
3857P: Olav Kongas
3858M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003859L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003860S: Maintained
3861
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862USB KAWASAKI LSI DRIVER
3863P: Oliver Neukum
3864M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003865L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866S: Maintained
3867
3868USB MASS STORAGE DRIVER
3869P: Matthew Dharm
3870M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003871L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003872L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873S: Maintained
3874W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3875
3876USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003877P: David Brownell
3878M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003879L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003880S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881
Matthias Urlichsba460e42005-07-14 00:33:47 -07003882USB OPTION-CARD DRIVER
3883P: Matthias Urlichs
3884M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003885L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003886S: Maintained
3887
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888USB OV511 DRIVER
3889P: Mark McClelland
3890M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003891L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892W: http://alpha.dyndns.org/ov511/
3893S: Maintained
3894
3895USB PEGASUS DRIVER
3896P: Petko Manolov
3897M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003898L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003899L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900W: http://pegasus2.sourceforge.net/
3901S: Maintained
3902
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003903USB PRINTER DRIVER (usblp)
3904P: Pete Zaitcev
3905M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003906L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003907S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908
3909USB RTL8150 DRIVER
3910P: Petko Manolov
3911M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003912L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003913L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914W: http://pegasus2.sourceforge.net/
3915S: Maintained
3916
3917USB SE401 DRIVER
3918P: Jeroen Vreeken
3919M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003920L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921W: http://www.chello.nl/~j.vreeken/se401/
3922S: Maintained
3923
3924USB SERIAL CYBERJACK DRIVER
3925P: Matthias Bruestle and Harald Welte
3926M: support@reiner-sct.com
3927W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3928S: Maintained
3929
3930USB SERIAL DIGI ACCELEPORT DRIVER
3931P: Peter Berger and Al Borchers
3932M: pberger@brimson.com
3933M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003934L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935S: Maintained
3936
3937USB SERIAL DRIVER
3938P: Greg Kroah-Hartman
3939M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003940L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941S: Supported
3942
3943USB SERIAL BELKIN F5U103 DRIVER
3944P: William Greathouse
3945M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003946L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947S: Maintained
3948
3949USB SERIAL CYPRESS M8 DRIVER
3950P: Lonnie Mendez
3951M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003952L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953S: Maintained
3954W: http://geocities.com/i0xox0i
3955W: http://firstlight.net/cvs
3956
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957USB AUERSWALD DRIVER
3958P: Wolfgang Muees
3959M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003960L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961S: Maintained
3962
3963USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3964P: Gary Brubaker
3965M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003966L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967S: Maintained
3968
3969USB SERIAL KEYSPAN DRIVER
3970P: Greg Kroah-Hartman
3971M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003972L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973W: http://www.kroah.com/linux/
3974S: Maintained
3975
3976USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003977P: Support Department
3978M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003979L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980W: http://www.connecttech.com
3981S: Supported
3982
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003983USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984P: Luca Risolia
3985M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003987L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003988W: http://www.linux-projects.org
3989S: Maintained
3990
3991USB SUBSYSTEM
3992P: Greg Kroah-Hartman
3993M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003994L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003996T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997S: Supported
3998
3999USB UHCI DRIVER
4000P: Alan Stern
4001M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004002L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003S: Maintained
4004
David Brownell69ae9e32006-11-14 02:03:31 -08004005USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006P: David Brownell
4007M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004008L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004009W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010S: Maintained
4011
4012USB W996[87]CF DRIVER
4013P: Luca Risolia
4014M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004015L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004016L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017W: http://www.linux-projects.org
4018S: Maintained
4019
Luca Risolia60f78052006-02-06 16:29:35 +00004020USB ZC0301 DRIVER
4021P: Luca Risolia
4022M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004023L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004024L: video4linux-list@redhat.com
4025W: http://www.linux-projects.org
4026S: Maintained
4027
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028USB ZD1201 DRIVER
4029P: Jeroen Vreeken
4030M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004031L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032W: http://linux-lc100020.sourceforge.net
4033S: Maintained
4034
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004035USB ZR364XX DRIVER
4036P: Antoine Jacquet
4037M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004038L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004039L: video4linux-list@redhat.com
4040W: http://royale.zerezo.com/zr364xx/
4041S: Maintained
4042
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043USER-MODE LINUX
4044P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004045M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046L: user-mode-linux-devel@lists.sourceforge.net
4047L: user-mode-linux-user@lists.sourceforge.net
4048W: http://user-mode-linux.sourceforge.net
4049S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004050
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051FAT/VFAT/MSDOS FILESYSTEM:
4052P: OGAWA Hirofumi
4053M: hirofumi@mail.parknet.co.jp
4054L: linux-kernel@vger.kernel.org
4055S: Maintained
4056
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057VIA RHINE NETWORK DRIVER
4058P: Roger Luethi
4059M: rl@hellgate.ch
4060S: Maintained
4061
Jean Delvare32c0a522005-09-22 21:47:58 +02004062VIAPRO SMBUS DRIVER
4063P: Jean Delvare
4064M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004065L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004066S: Maintained
4067
Francois Romieu01f20732007-01-26 00:57:17 -08004068VIA VELOCITY NETWORK DRIVER
4069P: Francois Romieu
4070M: romieu@fr.zoreil.com
4071L: netdev@vger.kernel.org
4072S: Maintained
4073
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074UCLINUX (AND M68KNOMMU)
4075P: Greg Ungerer
4076M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004078L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079S: Maintained
4080
4081UCLINUX FOR NEC V850
4082P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083
4084UCLINUX FOR RENESAS H8/300
4085P: Yoshinori Sato
4086M: ysato@users.sourceforge.jp
4087W: http://uclinux-h8.sourceforge.jp/
4088S: Supported
4089
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004090UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004091P: Evgeniy Dushistov
4092M: dushistov@mail.ru
4093L: linux-kernel@vger.kernel.org
4094S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004095
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096USB DIAMOND RIO500 DRIVER
4097P: Cesar Miquel
4098M: miquel@df.uba.ar
4099L: rio500-users@lists.sourceforge.net
4100W: http://rio500.sourceforge.net
4101S: Maintained
4102
4103VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004104P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004105M: mchehab@infradead.org
4106M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004108W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004109T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004110S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111
Patrick McHardybe7f8272007-10-23 20:26:36 -07004112VLAN (802.1Q)
4113P: Patrick McHardy
4114M: kaber@trash.net
4115L: netdev@vger.kernel.org
4116S: Maintained
4117
Juerg Haefligerab413192006-09-24 20:54:04 +02004118VT1211 HARDWARE MONITOR DRIVER
4119P: Juerg Haefliger
4120M: juergh@gmail.com
4121L: lm-sensors@lm-sensors.org
4122S: Maintained
4123
Roger Lucas1de9e372005-11-26 20:20:05 +01004124VT8231 HARDWARE MONITOR DRIVER
4125P: Roger Lucas
4126M: roger@planbit.co.uk
4127L: lm-sensors@lm-sensors.org
4128S: Maintained
4129
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130W1 DALLAS'S 1-WIRE BUS
4131P: Evgeniy Polyakov
4132M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133S: Maintained
4134
Charles Spirakis13927072006-07-05 18:05:15 +02004135W83791D HARDWARE MONITORING DRIVER
4136P: Charles Spirakis
4137M: bezaur@gmail.com
4138L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004139S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004140
Rudolf Marek61db0112006-12-12 18:18:30 +01004141W83793 HARDWARE MONITORING DRIVER
4142P: Rudolf Marek
4143M: r.marek@assembler.cz
4144L: lm-sensors@lm-sensors.org
4145S: Maintained
4146
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147W83L51xD SD/MMC CARD INTERFACE DRIVER
4148P: Pierre Ossman
4149M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004150L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151W: http://projects.drzeus.cx/wbsd
4152S: Maintained
4153
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004154WATCHDOG DEVICE DRIVERS
4155P: Wim Van Sebroeck
4156M: wim@iguana.be
4157T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4158S: Maintained
4159
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4161P: Jean Tourrilhes
4162M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004163L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4165S: Maintained
4166
4167WD7000 SCSI DRIVER
4168P: Miroslav Zagorac
4169M: zaga@fly.cc.fer.hr
4170L: linux-scsi@vger.kernel.org
4171S: Maintained
4172
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004173WISTRON LAPTOP BUTTON DRIVER
4174P: Miloslav Trmac
4175M: mitr@volny.cz
4176S: Maintained
4177
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178WL3501 WIRELESS PCMCIA CARD DRIVER
4179P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004180M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004181L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004182W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183S: Maintained
4184
4185X.25 NETWORK LAYER
4186P: Henner Eisen
4187M: eis@baty.hanse.de
4188L: linux-x25@vger.kernel.org
4189S: Maintained
4190
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004191XEN HYPERVISOR INTERFACE
4192P: Jeremy Fitzhardinge
4193M: jeremy@xensource.com
4194P: Chris Wright
4195M: chrisw@sous-sol.org
4196L: virtualization@lists.osdl.org
4197L: xen-devel@lists.xensource.com
4198S: Supported
4199
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200XFS FILESYSTEM
4201P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004202P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004204L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004206T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207S: Supported
4208
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004209XILINX SYSTEMACE DRIVER
4210P: Grant Likely
4211M: grant.likely@secretlab.ca
4212W: http://www.secretlab.ca/
4213L: linux-kernel@vger.kernel.org
4214S: Maintained
4215
Peter Korsgaard238b8722006-12-06 20:35:17 -08004216XILINX UARTLITE SERIAL DRIVER
4217P: Peter Korsgaard
4218M: jacmet@sunsite.dk
4219L: linux-serial@vger.kernel.org
4220S: Maintained
4221
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004222X86 ARCHITECTURE (32-BIT AND 64-BIT)
4223P: Thomas Gleixner
4224M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225P: Ingo Molnar
4226M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004227P: H. Peter Anvin
4228M: hpa@zytor.com
4229L: linux-kernel@vger.kernel.org
4230T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231S: Maintained
4232
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233YAM DRIVER FOR AX.25
4234P: Jean-Paul Roubelat
4235M: jpr@f6fbb.org
4236L: linux-hams@vger.kernel.org
4237S: Maintained
4238
Henkaf64a5e2005-10-12 15:02:56 +02004239YEALINK PHONE DRIVER
4240P: Henk Vergonet
4241M: Henk.Vergonet@gmail.com
4242L: usbb2k-api-dev@nongnu.org
4243S: Maintained
4244
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245Z8530 DRIVER FOR AX.25
4246P: Joerg Reuter
4247M: jreuter@yaina.de
4248W: http://yaina.de/jreuter/
4249W: http://www.qsl.net/dl1bke/
4250L: linux-hams@vger.kernel.org
4251S: Maintained
4252
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004253ZD1211RW WIRELESS DRIVER
4254P: Daniel Drake
4255M: dsd@gentoo.org
4256P: Ulrich Kunitz
4257M: kune@deine-taler.de
4258W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004259L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004260L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4261S: Maintained
4262
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263ZF MACHZ WATCHDOG
4264P: Fernando Fuganti
4265M: fuganti@netbank.com.br
4266W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4267S: Maintained
4268
4269ZR36067 VIDEO FOR LINUX DRIVER
4270P: Ronald Bultje
4271M: rbultje@ronald.bitfreak.net
4272L: mjpeg-users@lists.sourceforge.net
4273W: http://mjpeg.sourceforge.net/driver-zoran/
4274S: Maintained
4275
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004276ZS DECSTATION Z85C30 SERIAL DRIVER
4277P: Maciej W. Rozycki
4278M: macro@linux-mips.org
4279S: Maintained
4280
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281THE REST
4282P: Linus Torvalds
4283S: Buried alive in reporters