blob: 4a61578be86f6b6f7669cf1dedacaa1c1237a27a [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
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800668M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669L: 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
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800674ATMEL LCDFB DRIVER
675P: Nicolas Ferre
676M: nicolas.ferre@atmel.com
677L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
678S: Maintained
679
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100680ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100681P: Haavard Skinnemoen
682M: hskinnemoen@atmel.com
683S: Supported
684
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800685ATMEL SPI DRIVER
686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688S: Supported
689
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700690ATMEL USBA UDC DRIVER
691P: Haavard Skinnemoen
692M: hskinnemoen@atmel.com
693L: kernel@avr32linux.org
694W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
695S: Supported
696
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697ATMEL WIRELESS DRIVER
698P: Simon Kelley
699M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700700L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701W: http://www.thekelleys.org.uk/atmel
702W: http://atmelwlandriver.sourceforge.net/
703S: Maintained
704
Chris Wrighta92b7b82005-07-07 18:12:23 -0700705AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100706P: David Woodhouse
707M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700708L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100709W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800710T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700711S: Maintained
712
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800713AUXILIARY DISPLAY DRIVERS
714P: Miguel Ojeda Sandonis
715M: maxextreme@gmail.com
716L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700717W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800718S: Maintained
719
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700720AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700721P: Haavard Skinnemoen
722M: hskinnemoen@atmel.com
723W: http://www.atmel.com/products/AVR32/
724W: http://avr32linux.org/
725W: http://avrfreaks.net/
726S: Supported
727
728AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700729P: Haavard Skinnemoen
730M: hskinnemoen@atmel.com
731S: Supported
732
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733AX.25 NETWORK LAYER
734P: Ralf Baechle
735M: ralf@linux-mips.org
736L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200737W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738S: Maintained
739
Richard Purdie300abeb2007-02-07 22:21:07 +0000740BACKLIGHT CLASS/SUBSYSTEM
741P: Richard Purdie
742M: rpurdie@rpsys.net
743S: Maintained
744
Bryan Wu1394f032007-05-06 14:50:22 -0700745BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800746P: Bryan Wu
747M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800748L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
749W: http://blackfin.uclinux.org
750S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700751
Bryan Wue190d6b2007-07-17 14:43:44 +0800752BLACKFIN EMAC DRIVER
753P: Bryan Wu
754M: bryan.wu@analog.com
755L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
756W: http://blackfin.uclinux.org
757S: Supported
758
Mike Frysinger566da5b2007-06-11 15:31:30 +0800759BLACKFIN RTC DRIVER
760P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800761M: vapier.adi@gmail.com
762L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
763W: http://blackfin.uclinux.org
764S: Supported
765
Bryan Wu1394f032007-05-06 14:50:22 -0700766BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800767P: Sonic Zhang
768M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800769L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
770W: http://blackfin.uclinux.org
771S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700772
Bryan Wu1e6d3202007-07-15 02:50:02 +0800773BLACKFIN WATCHDOG DRIVER
774P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800775M: vapier.adi@gmail.com
776L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
777W: http://blackfin.uclinux.org
778S: Supported
779
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780BAYCOM/HDLCDRV DRIVERS FOR AX.25
781P: Thomas Sailer
782M: t.sailer@alumni.ethz.ch
783L: linux-hams@vger.kernel.org
784W: http://www.baycom.org/~tom/ham/ham.html
785S: Maintained
786
Michael Buesche4d6b792007-09-18 15:39:42 -0400787B43 WIRELESS DRIVER
788P: Michael Buesch
789M: mb@bu3sch.de
790P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100791M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400792L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100793W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400794S: Maintained
795
Larry Finger75388ac2007-09-25 16:46:54 -0700796B43LEGACY WIRELESS DRIVER
797P: Larry Finger
798M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100799P: Stefano Brivio
800M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700801L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100802W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700803S: Maintained
804
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200805BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
806P: Larry Finger
807M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200808P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100809M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700810L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200811W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800812S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814BEFS FILE SYSTEM
815P: Sergey S. Kostyliov
816M: rathamahata@php4.ru
817L: linux-kernel@vger.kernel.org
818S: Maintained
819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820BFS FILE SYSTEM
821P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800822M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823L: linux-kernel@vger.kernel.org
824S: Maintained
825
Bryan Wud24ecfc2007-05-01 23:26:32 +0200826BLACKFIN I2C TWI DRIVER
827P: Sonic Zhang
828M: sonic.zhang@analog.com
829L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W: http://blackfin.uclinux.org/
831S: Supported
832
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833BLOCK LAYER
834P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200835M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800837T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838S: Maintained
839
840BLUETOOTH SUBSYSTEM
841P: Marcel Holtmann
842M: marcel@holtmann.org
843P: Maxim Krasnyansky
844M: maxk@qualcomm.com
845L: bluez-devel@lists.sf.net
846W: http://bluez.sf.net
847W: http://www.bluez.org
848W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800849T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850S: Maintained
851
852BLUETOOTH RFCOMM LAYER
853P: Marcel Holtmann
854M: marcel@holtmann.org
855P: Maxim Krasnyansky
856M: maxk@qualcomm.com
857S: Maintained
858
859BLUETOOTH BNEP LAYER
860P: Marcel Holtmann
861M: marcel@holtmann.org
862P: Maxim Krasnyansky
863M: maxk@qualcomm.com
864S: Maintained
865
866BLUETOOTH CMTP LAYER
867P: Marcel Holtmann
868M: marcel@holtmann.org
869S: Maintained
870
871BLUETOOTH HIDP LAYER
872P: Marcel Holtmann
873M: marcel@holtmann.org
874S: Maintained
875
876BLUETOOTH HCI UART DRIVER
877P: Marcel Holtmann
878M: marcel@holtmann.org
879P: Maxim Krasnyansky
880M: maxk@qualcomm.com
881S: Maintained
882
883BLUETOOTH HCI USB DRIVER
884P: Marcel Holtmann
885M: marcel@holtmann.org
886P: Maxim Krasnyansky
887M: maxk@qualcomm.com
888S: Maintained
889
890BLUETOOTH HCI BCM203X DRIVER
891P: Marcel Holtmann
892M: marcel@holtmann.org
893S: Maintained
894
895BLUETOOTH HCI BPA10X DRIVER
896P: Marcel Holtmann
897M: marcel@holtmann.org
898S: Maintained
899
900BLUETOOTH HCI BFUSB DRIVER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903S: Maintained
904
905BLUETOOTH HCI DTL1 DRIVER
906P: Marcel Holtmann
907M: marcel@holtmann.org
908S: Maintained
909
910BLUETOOTH HCI BLUECARD DRIVER
911P: Marcel Holtmann
912M: marcel@holtmann.org
913S: Maintained
914
915BLUETOOTH HCI BT3C DRIVER
916P: Marcel Holtmann
917M: marcel@holtmann.org
918S: Maintained
919
920BLUETOOTH HCI BTUART DRIVER
921P: Marcel Holtmann
922M: marcel@holtmann.org
923S: Maintained
924
925BLUETOOTH HCI VHCI DRIVER
926P: Maxim Krasnyansky
927M: maxk@qualcomm.com
928S: Maintained
929
930BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100931P: Chad Tindel
932M: ctindel@users.sourceforge.net
933P: Jay Vosburgh
934M: fubar@us.ibm.com
935L: bonding-devel@lists.sourceforge.net
936W: http://sourceforge.net/projects/bonding/
937S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000939BROADBAND PROCESSOR ARCHITECTURE
940P: Arnd Bergmann
941M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100942L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400943W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000944S: Supported
945
Gary Zambrano39105892006-06-22 17:26:20 -0700946BROADCOM B44 10/100 ETHERNET DRIVER
947P: Gary Zambrano
948M: zambrano@broadcom.com
949L: netdev@vger.kernel.org
950S: Supported
951
Michael Chan948c51e2006-06-04 02:51:39 -0700952BROADCOM BNX2 GIGABIT ETHERNET DRIVER
953P: Michael Chan
954M: mchan@broadcom.com
955L: netdev@vger.kernel.org
956S: Supported
957
958BROADCOM TG3 GIGABIT ETHERNET DRIVER
959P: Michael Chan
960M: mchan@broadcom.com
961L: netdev@vger.kernel.org
962S: Supported
963
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200964BSG (block layer generic sg v4 driver)
965P: FUJITA Tomonori
966M: fujita.tomonori@lab.ntt.co.jp
967L: linux-scsi@vger.kernel.org
968S: Supported
969
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700971P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200972M: mchehab@infradead.org
973M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700975W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200976T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700977S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
Jonathan Corbet77d51402007-03-22 19:44:17 -0300979CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
980P: Jonathan Corbet
981M: corbet@lwn.net
982L: video4linux-list@redhat.com
983S: Maintained
984
Oliver Hartkoppbeca2222007-11-16 16:07:41 -0800985CAN NETWORK LAYER
986P: Urs Thuermann
987M: urs.thuermann@volkswagen.de
988P: Oliver Hartkopp
989M: oliver.hartkopp@volkswagen.de
990L: socketcan-core@lists.berlios.de
991W: http://developer.berlios.de/projects/socketcan/
992S: Maintained
993
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200994CALGARY x86-64 IOMMU
995P: Muli Ben-Yehuda
996M: muli@il.ibm.com
997P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200998M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200999L: linux-kernel@vger.kernel.org
1000L: discuss@x86-64.org
1001S: Maintained
1002
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001003CFAG12864B LCD DRIVER
1004P: Miguel Ojeda Sandonis
1005M: maxextreme@gmail.com
1006L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001007W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001008S: Maintained
1009
1010CFAG12864BFB LCD FRAMEBUFFER DRIVER
1011P: Miguel Ojeda Sandonis
1012M: maxextreme@gmail.com
1013L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001014W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001015S: Maintained
1016
Johannes Berg704232c2007-04-23 12:20:05 -07001017CFG80211 and NL80211
1018P: Johannes Berg
1019M: johannes@sipsolutions.net
1020L: linux-wireless@vger.kernel.org
1021S: Maintained
1022
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001023CHECKPATCH
1024P: Andy Whitcroft
1025M: apw@shadowen.org
1026P: Randy Dunlap
1027M: rdunlap@xenotime.net
1028P: Joel Schopp
1029M: jschopp@austin.ibm.com
1030S: Supported
1031
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032COMMON INTERNET FILE SYSTEM (CIFS)
1033P: Steve French
1034M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001035L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001037W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001038T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001039S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Joel Becker7063fbf2005-12-15 14:29:43 -08001041CONFIGFS
1042P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001043M: joel.becker@oracle.com
1044L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001045S: Supported
1046
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001047CIRRUS LOGIC EP93XX ETHERNET DRIVER
1048P: Lennert Buytenhek
1049M: kernel@wantstofly.org
1050L: netdev@vger.kernel.org
1051S: Maintained
1052
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001053CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1054P: Lennert Buytenhek
1055M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001056L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001057S: Maintained
1058
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1060P: Cirrus Logic Corporation (kernel 2.2 driver)
1061M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1062P: Nils Faerber (port to kernel 2.4)
1063M: Nils Faerber <nils@kernelconcepts.de>
1064S: Maintained
1065
1066CODA FILE SYSTEM
1067P: Jan Harkes
1068M: jaharkes@cs.cmu.edu
1069M: coda@cs.cmu.edu
1070L: codalist@coda.cs.cmu.edu
1071W: http://www.coda.cs.cmu.edu/
1072S: Maintained
1073
1074COMPACTPCI HOTPLUG CORE
1075P: Scott Murray
1076M: scottm@somanetworks.com
1077M: scott@spiteful.org
1078L: pcihpd-discuss@lists.sourceforge.net
1079S: Supported
1080
1081COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1082P: Scott Murray
1083M: scottm@somanetworks.com
1084M: scott@spiteful.org
1085L: pcihpd-discuss@lists.sourceforge.net
1086S: Supported
1087
1088COMPACTPCI HOTPLUG GENERIC DRIVER
1089P: Scott Murray
1090M: scottm@somanetworks.com
1091M: scott@spiteful.org
1092L: pcihpd-discuss@lists.sourceforge.net
1093S: Supported
1094
1095COMPUTONE INTELLIPORT MULTIPORT CARD
1096P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001097M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001099S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100
Simon Arlott949be0f2007-03-06 02:47:46 -08001101CONEXANT ACCESSRUNNER USB DRIVER
1102P: Simon Arlott
1103M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001104L: accessrunner-general@lists.sourceforge.net
1105W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001106S: Maintained
1107
Rudolf Marekbebe4672007-05-08 17:22:02 +02001108CORETEMP HARDWARE MONITORING DRIVER
1109P: Rudolf Marek
1110M: r.marek@assembler.cz
1111L: lm-sensors@lm-sensors.org
1112S: Maintained
1113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114COSA/SRP SYNC SERIAL DRIVER
1115P: Jan "Yenya" Kasprzak
1116M: kas@fi.muni.cz
1117W: http://www.fi.muni.cz/~kas/cosa/
1118S: Maintained
1119
1120CPU FREQUENCY DRIVERS
1121P: Dave Jones
1122M: davej@codemonkey.org.uk
1123L: cpufreq@lists.linux.org.uk
1124W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001125T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126S: Maintained
1127
1128CPUID/MSR DRIVER
1129P: H. Peter Anvin
1130M: hpa@zytor.com
1131S: Maintained
1132
Paul Jacksoned90fb42005-09-27 21:45:37 -07001133CPUSETS
1134P: Paul Jackson
1135P: Simon Derr
1136M: pj@sgi.com
1137M: simon.derr@bull.net
1138L: linux-kernel@vger.kernel.org
1139W: http://www.bullopensource.org/cpuset/
1140S: Supported
1141
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001143W: http://sourceforge.net/projects/cramfs/
1144S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145
1146CRIS PORT
1147P: Mikael Starvik
1148M: starvik@axis.com
1149L: dev-etrax@axis.com
1150W: http://developer.axis.com
1151S: Maintained
1152
1153CRYPTO API
1154P: Herbert Xu
1155M: herbert@gondor.apana.org.au
1156P: David S. Miller
1157M: davem@davemloft.net
1158L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001159T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160S: Maintained
1161
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001162CS5535 Audio ALSA driver
1163P: Jaya Kumar
1164M: jayakumar.alsa@gmail.com
1165S: Maintained
1166
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167CYBERPRO FB DRIVER
1168P: Russell King
1169M: rmk@arm.linux.org.uk
1170W: http://www.arm.linux.org.uk/
1171S: Maintained
1172
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001173CYBLAFB FRAMEBUFFER DRIVER
1174P: Knut Petersen
1175M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001176L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001177S: Maintained
1178
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179CYCLADES 2X SYNC CARD DRIVER
1180P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001181M: acme@ghostprotocols.net
1182W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Maintained
1184
1185CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001187S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188
1189CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001191S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193DAMA SLAVE for AX.25
1194P: Joerg Reuter
1195M: jreuter@yaina.de
1196W: http://yaina.de/jreuter/
1197W: http://www.qsl.net/dl1bke/
1198L: linux-hams@vger.kernel.org
1199S: Maintained
1200
1201DC395x SCSI driver
1202P: Oliver Neukum
1203M: oliver@neukum.name
1204P: Ali Akcaagac
1205M: aliakc@web.de
1206P: Jamie Lenehan
1207M: lenehan@twibble.org
1208W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001209L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210L: http://lists.twibble.org/mailman/listinfo/dc395x/
1211S: Maintained
1212
1213DC390/AM53C974 SCSI driver
1214P: Kurt Garloff
1215M: garloff@suse.de
1216W: http://www.garloff.de/kurt/linux/dc390/
1217P: Guennadi Liakhovetski
1218M: g.liakhovetski@gmx.de
1219S: Maintained
1220
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001221DCCP PROTOCOL
1222P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001223M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001224L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001225W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001226S: Maintained
1227
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228DECnet NETWORK LAYER
1229P: Patrick Caulfield
1230M: patrick@tykepenguin.com
1231W: http://linux-decnet.sourceforge.net
1232L: linux-decnet-user@lists.sourceforge.net
1233S: Maintained
1234
1235DEFXX FDDI NETWORK DRIVER
1236P: Maciej W. Rozycki
1237M: macro@linux-mips.org
1238S: Maintained
1239
1240DELL LAPTOP SMM DRIVER
1241P: Massimo Dal Zotto
1242M: dz@debian.org
1243W: http://www.debian.org/~dz/i8k/
1244S: Maintained
1245
Doug Warzecha90563ec2005-09-06 15:17:15 -07001246DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1247P: Doug Warzecha
1248M: Douglas_Warzecha@dell.com
1249S: Maintained
1250
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001251DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252P: Alasdair Kergon
1253L: dm-devel@redhat.com
1254W: http://sources.redhat.com/dm
1255S: Maintained
1256
1257DEVICE NUMBER REGISTRY
1258P: Torben Mathiasen
1259M: device@lanana.org
1260W: http://lanana.org/docs/device-list/index.html
1261L: linux-kernel@vger.kernel.org
1262S: Maintained
1263
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264DIGI INTL. EPCA DRIVER
1265P: Digi International, Inc
1266M: Eng.Linux@digi.com
1267L: Eng.Linux@digi.com
1268W: http://www.digi.com
1269S: Orphaned
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271DIRECTORY NOTIFICATION
1272P: Stephen Rothwell
1273M: sfr@canb.auug.org.au
1274L: linux-kernel@vger.kernel.org
1275S: Supported
1276
1277DISK GEOMETRY AND PARTITION HANDLING
1278P: Andries Brouwer
1279M: aeb@cwi.nl
1280W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1281W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1282W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1283S: Maintained
1284
1285DISKQUOTA:
1286P: Jan Kara
1287M: jack@suse.cz
1288L: linux-kernel@vger.kernel.org
1289S: Maintained
1290
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001291DISTRIBUTED LOCK MANAGER
1292P: Patrick Caulfield
1293M: pcaulfie@redhat.com
1294P: David Teigland
1295M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001296L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001297W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001298T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1299T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001300S: Supported
1301
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1303P: Tobias Ringstrom
1304M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001305L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306S: Maintained
1307
Dan Williamsb3e5f262007-08-07 10:26:35 -07001308DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001309P: Shannon Nelson
1310M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001311P: Dan Williams
1312M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001313L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001314S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001315
Juerg Haefligerb8250372007-06-09 10:11:16 -04001316DME1737 HARDWARE MONITOR DRIVER
1317P: Juerg Haefliger
1318M: juergh@gmail.com
1319L: lm-sensors@lm-sensors.org
1320S: Maintained
1321
Martin Waitzba483d52005-06-17 13:20:59 -07001322DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001323P: Randy Dunlap
1324M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001325S: Maintained
1326
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001327DOCKING STATION DRIVER
1328P: Kristen Carlson Accardi
1329M: kristen.c.accardi@intel.com
1330L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001331S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001332
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333DOUBLETALK DRIVER
1334P: James R. Van Zandt
1335M: jrv@vanzandt.mv.com
1336L: blinux-list@redhat.com
1337S: Maintained
1338
1339DRIVER CORE, KOBJECTS, AND SYSFS
1340P: Greg Kroah-Hartman
1341M: gregkh@suse.de
1342L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001343T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Supported
1345
1346DRM DRIVERS
1347P: David Airlie
1348M: airlied@linux.ie
1349L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001350T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351S: Maintained
1352
1353DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001354P: Francois Romieu
1355M: romieu@fr.zoreil.com
1356L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357S: Maintained
1358
1359DVB SUBSYSTEM AND DRIVERS
1360P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001361M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001363W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001364T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001365S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366
1367EATA-DMA SCSI DRIVER
1368P: Michael Neuffer
1369L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1370S: Maintained
1371
1372EATA ISA/EISA/PCI SCSI DRIVER
1373P: Dario Ballabio
1374M: ballabio_dario@emc.com
1375L: linux-scsi@vger.kernel.org
1376S: Maintained
1377
1378EATA-PIO SCSI DRIVER
1379P: Michael Neuffer
1380M: mike@i-Connect.Net
1381L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1382S: Maintained
1383
1384EBTABLES
1385P: Bart De Schuymer
1386M: bart.de.schuymer@pandora.be
1387L: ebtables-user@lists.sourceforge.net
1388L: ebtables-devel@lists.sourceforge.net
1389W: http://ebtables.sourceforge.net/
1390S: Maintained
1391
Michael Halcrow237fead2006-10-04 02:16:22 -07001392ECRYPT FILE SYSTEM
1393P: Mike Halcrow, Phillip Hellewell
1394M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1395L: ecryptfs-devel@lists.sourceforge.net
1396W: http://ecryptfs.sourceforge.net/
1397S: Supported
1398
Alan Coxda9bb1d2006-01-18 17:44:13 -08001399EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001400P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001401M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001402L: bluesmoke-devel@lists.sourceforge.net
1403W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001404S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001405
1406EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001407P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001408P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001411L: bluesmoke-devel@lists.sourceforge.net
1412W: bluesmoke.sourceforge.net
1413S: Maintained
1414
1415EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001416P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001417M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001418L: bluesmoke-devel@lists.sourceforge.net
1419W: bluesmoke.sourceforge.net
1420S: Maintained
1421
Douglas Thompson6bc78402007-07-19 01:50:12 -07001422EDAC-I82443BXGX
1423P: Tim Small
1424M: tim@buttersideup.com
1425L: bluesmoke-devel@lists.sourceforge.net
1426W: bluesmoke.sourceforge.net
1427S: Maintained
1428
1429EDAC-I3000
1430P: Jason Uhlenkott
1431M: juhlenko@akamai.com
1432L: bluesmoke-devel@lists.sourceforge.net
1433W: bluesmoke.sourceforge.net
1434S: Maintained
1435
1436EDAC-I5000
1437P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001438M: dougthompson@xmission.com
1439L: bluesmoke-devel@lists.sourceforge.net
1440W: bluesmoke.sourceforge.net
1441S: Maintained
1442
1443EDAC-I82975X
1444P: Ranganathan Desikan
1445P: Arvind R.
1446M: rdesikan@jetzbroadband.com
1447M: arvind@acarlab.com
1448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
1452EDAC-PASEMI
1453P: Egor Martovetsky
1454M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001455L: bluesmoke-devel@lists.sourceforge.net
1456W: bluesmoke.sourceforge.net
1457S: Maintained
1458
Dave Peterson0e438e32006-03-26 01:38:55 -08001459EDAC-R82600
1460P: Tim Small
1461M: tim@buttersideup.com
1462L: bluesmoke-devel@lists.sourceforge.net
1463W: bluesmoke.sourceforge.net
1464S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466EEPRO100 NETWORK DRIVER
1467P: Andrey V. Savochkin
1468M: saw@saw.sw.com.sg
1469S: Maintained
1470
Josh Triplett0bee8d22006-07-30 03:03:58 -07001471EFS FILESYSTEM
1472W: http://aeschi.ch.eu.org/efs/
1473S: Orphan
1474
Heiko J Schickfab97222006-09-22 15:22:22 -07001475EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1476P: Hoang-Nam Nguyen
1477M: hnguyen@de.ibm.com
1478P: Christoph Raisch
1479M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001480L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001481S: Supported
1482
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001483EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001484P: James Smart
1485M: james.smart@emulex.com
1486L: linux-scsi@vger.kernel.org
1487W: http://sourceforge.net/projects/lpfcxxxx
1488S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001489
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490EPSON 1355 FRAMEBUFFER DRIVER
1491P: Christopher Hoover
1492M: ch@murgatroid.com, ch@hpl.hp.com
1493S: Maintained
1494
1495ETHEREXPRESS-16 NETWORK DRIVER
1496P: Philip Blundell
1497M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001498L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499S: Maintained
1500
1501ETHERNET BRIDGE
1502P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001503M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001504L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505W: http://bridge.sourceforge.net/
1506S: Maintained
1507
1508ETHERTEAM 16I DRIVER
1509P: Mika Kuoppala
1510M: miku@iki.fi
1511S: Maintained
1512
1513EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001514L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515S: Maintained
1516
1517EXT3 FILE SYSTEM
1518P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001519M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001520L: linux-ext4@vger.kernel.org
1521S: Maintained
1522
1523EXT4 FILE SYSTEM
1524P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001525M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001526L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527S: Maintained
1528
Jean Delvaree53004e2006-01-09 23:26:14 +01001529F71805F HARDWARE MONITORING DRIVER
1530P: Jean Delvare
1531M: khali@linux-fr.org
1532L: lm-sensors@lm-sensors.org
1533S: Maintained
1534
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535FARSYNC SYNCHRONOUS DRIVER
1536P: Kevin Curtis
1537M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538W: http://www.farsite.co.uk/
1539S: Supported
1540
Akinobu Mitac5408b82007-04-23 14:41:20 -07001541FAULT INJECTION SUPPORT
1542P: Akinobu Mita
1543M: akinobu.mita@gmail.com
1544S: Supported
1545
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546FRAMEBUFFER LAYER
1547P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001548M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001549L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550W: http://linux-fbdev.sourceforge.net/
1551S: Maintained
1552
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001553FREESCALE SOC FS_ENET DRIVER
1554P: Pantelis Antoniou
1555M: pantelis.antoniou@gmail.com
1556P: Vitaly Bordug
1557M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001558L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001559L: netdev@vger.kernel.org
1560S: Maintained
1561
Li Yanga7205b32007-04-23 10:38:18 -07001562FREESCALE HIGHSPEED USB DEVICE DRIVER
1563P: Li Yang
1564M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001565L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001566L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001567S: Maintained
1568
Li Yangbeaf53b2007-05-25 13:54:02 +08001569FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1570P: Li Yang
1571M: leoli@freescale.com
1572L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001573L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001574S: Maintained
1575
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576FILE LOCKING (flock() and fcntl()/lockf())
1577P: Matthew Wilcox
1578M: matthew@wil.cx
1579L: linux-fsdevel@vger.kernel.org
1580S: Maintained
1581
1582FILESYSTEMS (VFS and infrastructure)
1583P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001584M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585S: Maintained
1586
Stefan Richterb3274472007-05-30 20:44:52 -04001587FIREWIRE SUBSYSTEM
1588P: Kristian Hoegsberg, Stefan Richter
1589M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1590L: linux1394-devel@lists.sourceforge.net
1591W: http://www.linux1394.org/
1592T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1593S: Maintained
1594
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595FIRMWARE LOADER (request_firmware)
1596L: linux-kernel@vger.kernel.org
1597S: Orphan
1598
1599FPU EMULATOR
1600P: Bill Metzenthen
1601M: billm@suburbia.net
1602W: http://suburbia.net/~billm/floating-point/emulator/
1603S: Maintained
1604
1605FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1606P: Mike McLagan
1607M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001608L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609S: Maintained
1610
1611FREEVXFS FILESYSTEM
1612P: Christoph Hellwig
1613M: hch@infradead.org
1614W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1615S: Maintained
1616
David Howells5ab7ffe2007-04-10 15:10:45 +01001617FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618P: David Howells
1619M: dhowells@redhat.com
1620S: Maintained
1621
Miklos Szeredi04578f12005-09-09 13:10:22 -07001622FUSE: FILESYSTEM IN USERSPACE
1623P: Miklos Szeredi
1624M: miklos@szeredi.hu
1625L: fuse-devel@lists.sourceforge.net
1626W: http://fuse.sourceforge.net/
1627S: Maintained
1628
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1630P: Rik Faith
1631M: faith@cs.unc.edu
1632L: linux-scsi@vger.kernel.org
1633S: Odd fixes (e.g., new signatures)
1634
1635GDT SCSI DISK ARRAY CONTROLLER DRIVER
1636P: Achim Leubner
1637M: achim_leubner@adaptec.com
1638L: linux-scsi@vger.kernel.org
1639W: http://www.icp-vortex.com/
1640S: Supported
1641
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001642GENERIC GPIO I2C DRIVER
1643P: Haavard Skinnemoen
1644M: hskinnemoen@atmel.com
1645S: Supported
1646
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1648P: Krzysztof Halasa
1649M: khc@pm.waw.pl
1650W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1651S: Maintained
1652
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001653GFS2 FILE SYSTEM
1654P: Steven Whitehouse
1655M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001656L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001657W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001658T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1659T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001660S: Supported
1661
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001662GIGASET ISDN DRIVERS
1663P: Hansjoerg Lipp
1664M: hjlipp@web.de
1665P: Tilman Schmidt
1666M: tilman@imap.cc
1667L: gigaset307x-common@lists.sourceforge.net
1668W: http://gigaset307x.sourceforge.net/
1669S: Maintained
1670
Jean Delvare5b543962005-08-15 19:51:02 +02001671HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001672P: Mark M. Hoffman
1673M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001674L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001675W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001676T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1677T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001678S: Maintained
1679
Michael Buesch844dd052006-06-26 00:24:59 -07001680HARDWARE RANDOM NUMBER GENERATOR CORE
1681P: Michael Buesch
1682M: mb@bu3sch.de
1683S: Maintained
1684
Robert Love860e1d62005-08-31 23:57:59 -04001685HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1686P: Robert Love
1687M: rlove@rlove.org
1688M: linux-kernel@vger.kernel.org
1689W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1690S: Maintained
1691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692HARMONY SOUND DRIVER
1693P: Kyle McMartin
1694M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001695L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696S: Maintained
1697
1698HAYES ESP SERIAL DRIVER
1699P: Andrew J. Robinson
1700M: arobinso@nyx.net
1701L: linux-kernel@vger.kernel.org
1702W: http://www.nyx.net/~arobinso
1703S: Maintained
1704
1705HFS FILESYSTEM
1706P: Roman Zippel
1707M: zippel@linux-m68k.org
1708L: linux-kernel@vger.kernel.org
1709S: Maintained
1710
1711HGA FRAMEBUFFER DRIVER
1712P: Ferenc Bakonyi
1713M: fero@drama.obuda.kando.hu
1714L: linux-nvidia@lists.surfsouth.com
1715W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1716S: Maintained
1717
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001718HID CORE LAYER
1719P: Jiri Kosina
1720M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001721L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001722T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001723S: Maintained
1724
Ingo Molnar38bed542007-02-22 09:09:34 +01001725HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1726P: Thomas Gleixner
1727M: tglx@linutronix.de
1728L: linux-kernel@vger.kernel.org
1729S: Maintained
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731HIGH-SPEED SCC DRIVER FOR AX.25
1732P: Klaus Kudielka
1733M: klaus.kudielka@ieee.org
1734L: linux-hams@vger.kernel.org
1735W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1736S: Maintained
1737
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001738HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1739P: HighPoint Linux Team
1740M: linux@highpoint-tech.com
1741W: http://www.highpoint-tech.com
1742S: Supported
1743
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744HIPPI
1745P: Jes Sorensen
1746M: jes@trained-monkey.org
1747L: linux-hippi@sunsite.dk
1748S: Maintained
1749
1750HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1751P: Chirag Kantharia
1752M: chirag.kantharia@hp.com
1753L: iss_storagedev@hp.com
1754S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756HEWLETT-PACKARD SMART2 RAID DRIVER
1757P: Chirag Kantharia
1758M: chirag.kantharia@hp.com
1759L: iss_storagedev@hp.com
1760S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1763P: Mike Miller
1764M: mike.miller@hp.com
1765L: iss_storagedev@hp.com
1766S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001767
Jouni Malinenff1d2762005-05-12 22:54:16 -04001768HOST AP DRIVER
1769P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001770M: j@w1.fi
1771L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001772L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001773W: http://hostap.epitest.fi/
1774S: Maintained
1775
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1777P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001778M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779S: Maintained
1780
Bob Piccob9b03322005-11-07 00:59:19 -08001781HPET: High Precision Event Timers driver (hpet.c)
1782P: Clemens Ladisch
1783M: clemens@ladisch.de
1784S: Maintained
1785
1786HPET: i386
1787P: Venkatesh Pallipadi (Venki)
1788M: venkatesh.pallipadi@intel.com
1789S: Maintained
1790
1791HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001792P: Vojtech Pavlik
1793M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001794S: Maintained
1795
1796HPET: ACPI hpet.c
1797P: Bob Picco
1798M: bob.picco@hp.com
1799S: Maintained
1800
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801HPFS FILESYSTEM
1802P: Mikulas Patocka
1803M: mikulas@artax.karlin.mff.cuni.cz
1804W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1805S: Maintained
1806
1807HUGETLB FILESYSTEM
1808P: William Irwin
1809M: wli@holomorphy.com
1810S: Maintained
1811
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001812I2C/SMBUS STUB DRIVER
1813P: Mark M. Hoffman
1814M: mhoffman@lightlink.com
1815L: lm-sensors@lm-sensors.org
1816S: Maintained
1817
Jean Delvare5b543962005-08-15 19:51:02 +02001818I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819P: Jean Delvare
1820M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001821L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001822T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823S: Maintained
1824
Till Harbaume8c76ee2007-05-01 23:26:35 +02001825I2C-TINY-USB DRIVER
1826P: Till Harbaum
1827M: till@harbaum.org
1828L: i2c@lm-sensors.org
1829T: http://www.harbaum.org/till/i2c_tiny_usb
1830S: Maintained
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001833P: H. Peter Anvin
1834M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835L: Linux-Kernel@vger.kernel.org
1836S: Maintained
1837
1838i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839P: H. Peter Anvin
1840M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001841T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842S: Maintained
1843
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844IA64 (Itanium) PLATFORM
1845P: Tony Luck
1846M: tony.luck@intel.com
1847L: linux-ia64@vger.kernel.org
1848W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001849T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850S: Maintained
1851
1852SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001853P: Jes Sorensen
1854M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855L: linux-altix@sgi.com
1856L: linux-ia64@vger.kernel.org
1857W: http://www.sgi.com/altix
1858S: Maintained
1859
1860IBM MCA SCSI SUBSYSTEM DRIVER
1861P: Michael Lang
1862M: langa2@kph.uni-mainz.de
1863W: http://www.uni-mainz.de/~langm000/linux.html
1864S: Maintained
1865
1866IBM Power Linux RAID adapter
1867P: Brian King
1868M: brking@us.ibm.com
1869S: Supported
1870
1871IBM ServeRAID RAID DRIVER
1872P: Jack Hammer
1873P: Dave Jeffery
1874M: ipslinux@adaptec.com
1875W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001876S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001878IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001880M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001882T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883S: Maintained
1884
1885IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001886P: Borislav Petkov
1887M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001888L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001889S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890
1891IDE/ATAPI FLOPPY DRIVERS
1892P: Paul Bristow
1893M: Paul Bristow <paul@paulbristow.net>
1894W: http://paulbristow.net/linux/idefloppy.html
1895L: linux-kernel@vger.kernel.org
1896S: Maintained
1897
1898IDE/ATAPI TAPE DRIVERS
1899P: Gadi Oxman
1900M: Gadi Oxman <gadio@netvision.net.il>
1901L: linux-kernel@vger.kernel.org
1902S: Maintained
1903
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001904IDE-SCSI DRIVER
1905L: linux-ide@vger.kernel.org
1906L: linux-scsi@vger.kernel.org
1907S: Orphan
1908
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909IEEE 1394 SUBSYSTEM
1910P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001911M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001912P: Stefan Richter
1913M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914L: linux1394-devel@lists.sourceforge.net
1915W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001916T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917S: Maintained
1918
Stefan Richterf51a5a92007-04-23 14:41:10 -07001919IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920P: Dan Dennedy
1921M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001922P: Stefan Richter
1923M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001925S: Maintained
1926
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001928L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001929S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930
1931INFINIBAND SUBSYSTEM
1932P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001933M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001935M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001937M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001938L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001940T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941S: Supported
1942
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001943INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001944P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001945M: dmitry.torokhov@gmail.com
1946M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001947L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001948T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949S: Maintained
1950
Robert Lovec9f04f52005-07-15 12:21:07 -04001951INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001952P: John McCutchan
1953M: ttb@tentacle.dhs.org
1954P: Robert Love
1955M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001956L: linux-kernel@vger.kernel.org
1957S: Maintained
1958
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001959INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001960P: Sylvain Meyer
1961M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001962L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001963S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001964
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001966P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001967M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001968L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001969S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971INTEL IA32 MICROCODE UPDATE SUPPORT
1972P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001973M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974S: Maintained
1975
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001976INTEL I/OAT DMA DRIVER
1977P: Shannon Nelson
1978M: shannon.nelson@intel.com
1979L: linux-kernel@vger.kernel.org
1980S: Supported
1981
Dan Williamsb3e5f262007-08-07 10:26:35 -07001982INTEL IOP-ADMA DMA DRIVER
1983P: Dan Williams
1984M: dan.j.williams@intel.com
1985L: linux-kernel@vger.kernel.org
1986S: Supported
1987
Michael Buesch844dd052006-06-26 00:24:59 -07001988INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1989P: Deepak Saxena
1990M: dsaxena@plexity.net
1991S: Maintained
1992
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001993INTEL IXP2000 ETHERNET DRIVER
1994P: Lennert Buytenhek
1995M: kernel@wantstofly.org
1996L: netdev@vger.kernel.org
1997S: Maintained
1998
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002000P: Auke Kok
2001M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002P: Jesse Brandeburg
2003M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002004P: Jeff Kirsher
2005M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002006P: John Ronciak
2007M: john.ronciak@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/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002013P: Auke Kok
2014M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002015P: Jesse Brandeburg
2016M: jesse.brandeburg@intel.com
2017P: Jeff Kirsher
2018M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002019P: 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
2025INTEL PRO/10GbE SUPPORT
2026P: Ayyappan Veeraiyan
2027M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002028P: Auke Kok
2029M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002030P: Jesse Brandeburg
2031M: jesse.brandeburg@intel.com
2032P: John Ronciak
2033M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002034L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035W: http://sourceforge.net/projects/e1000/
2036S: Supported
2037
James Ketrenos826d2ab2005-11-07 18:56:59 -06002038INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2039P: Yi Zhu
2040M: yi.zhu@intel.com
2041P: James Ketrenos
2042M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002043L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002044L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002045W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002046W: http://ipw2100.sourceforge.net
2047S: Supported
2048
2049INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2050P: Yi Zhu
2051M: yi.zhu@intel.com
2052P: James Ketrenos
2053M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002054L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002055L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002056W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002057W: http://ipw2200.sourceforge.net
2058S: Supported
2059
Zhu Yib481de92007-09-25 17:54:57 -07002060INTEL WIRELESS WIFI LINK (iwlwifi)
2061P: Zhu Yi
2062M: yi.zhu@intel.com
2063L: linux-wireless@vger.kernel.org
2064L: ipw3945-devel@lists.sourceforge.net
2065W: http://intellinuxwireless.org
2066T: git git://intellinuxwireless.org/repos/iwlwifi
2067S: Supported
2068
Ralf Baechlecb109a02007-08-30 23:56:30 -07002069IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070P: Ralf Baechle
2071M: ralf@linux-mips.org
2072L: linux-mips@linux-mips.org
2073S: Maintained
2074
Ralf Baechlecb109a02007-08-30 23:56:30 -07002075IOC3 SERIAL DRIVER
2076P: Pat Gefre
2077M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002078L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002079S: Maintained
2080
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081IP MASQUERADING:
2082P: Juanjo Ciarlante
2083M: jjciarla@raiz.uncu.edu.ar
2084S: Maintained
2085
Francois Romieu1202d6f2007-09-17 17:13:55 -07002086IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2087P: Francois Romieu
2088M: romieu@fr.zoreil.com
2089P: Sorbica Shieh
2090M: sorbica@icplus.com.tw
2091P: Jesse Huang
2092M: jesse@icplus.com.tw
2093L: netdev@vger.kernel.org
2094S: Maintained
2095
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002096IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002097P: Arthur Jones
2098M: infinipath@qlogic.com
2099L: general@lists.openfabrics.org
2100T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002101S: Supported
2102
Corey Minyard4409ebe2006-04-20 02:43:12 -07002103IPMI SUBSYSTEM
2104P: Corey Minyard
2105M: minyard@acm.org
2106L: openipmi-developer@lists.sourceforge.net
2107W: http://openipmi.sourceforge.net/
2108S: Supported
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110IPX NETWORK LAYER
2111P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002112M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002113L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114S: Maintained
2115
2116IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002117P: Samuel Ortiz
2118M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002119L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002121S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122
Mike Christie14816b12007-11-28 16:22:06 -08002123ISCSI
2124P: Mike Christie
2125M: michaelc@cs.wisc.edu
2126L: open-iscsi@googlegroups.com
2127W: www.open-iscsi.org
2128T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131ISAPNP
2132P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002133M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
2136ISDN SUBSYSTEM
2137P: Karsten Keil
2138M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139L: isdn4linux@listserv.isdn4linux.de
2140W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002141T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142S: Maintained
2143
2144ISDN SUBSYSTEM (Eicon active card driver)
2145P: Armin Schindler
2146M: mac@melware.de
2147L: isdn4linux@listserv.isdn4linux.de
2148W: http://www.melware.de
2149S: Maintained
2150
Hans Verkuil91821ff2007-12-02 09:35:33 -03002151IVTV VIDEO4LINUX DRIVER
2152P: Hans Verkuil
2153M: hverkuil@xs4all.nl
2154L: ivtv-devel@ivtvdriver.org
2155L: ivtv-users@ivtvdriver.org
2156L: video4linux-list@redhat.com
2157W: http://www.ivtvdriver.org
2158S: Maintained
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2161P: David Woodhouse
2162M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002163L: linux-mtd@lists.infradead.org
2164W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
2167JFS FILESYSTEM
2168P: Dave Kleikamp
2169M: shaggy@austin.ibm.com
2170L: jfs-discussion@lists.sourceforge.net
2171W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002172T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173S: Supported
2174
Josh Triplettde456d32006-07-30 03:04:00 -07002175JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002176P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002177M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002178L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002179S: Maintained
2180
Rudolf Marek4660cb32006-10-08 22:01:26 +02002181K8TEMP HARDWARE MONITORING DRIVER
2182P: Rudolf Marek
2183M: r.marek@assembler.cz
2184L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185S: Maintained
2186
2187KCONFIG
2188P: Roman Zippel
2189M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002190L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Maintained
2192
Vivek Goyalea6c2082006-05-20 14:59:55 -07002193KDUMP
2194P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002195M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002196P: Haren Myneni
2197M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002198L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002199L: linux-kernel@vger.kernel.org
2200W: http://lse.sourceforge.net/kdump/
2201S: Maintained
2202
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203KERNEL AUTOMOUNTER (AUTOFS)
2204P: H. Peter Anvin
2205M: hpa@zytor.com
2206L: autofs@linux.kernel.org
2207S: Odd Fixes
2208
2209KERNEL AUTOMOUNTER v4 (AUTOFS4)
2210P: Ian Kent
2211M: raven@themaw.net
2212L: autofs@linux.kernel.org
2213S: Maintained
2214
2215KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216P: Sam Ravnborg
2217M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002218T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002219L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002220S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221
2222KERNEL JANITORS
2223P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002224L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Maintained
2227
2228KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002229P: J. Bruce Fields
2230M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002232M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233L: nfs@lists.sourceforge.net
2234W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002235S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236
Avi Kivity426d62e2006-12-13 00:34:03 -08002237KERNEL VIRTUAL MACHINE (KVM)
2238P: Avi Kivity
2239M: avi@qumranet.com
2240L: kvm-devel@lists.sourceforge.net
2241W: kvm.sourceforge.net
2242S: Supported
2243
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002244KEXEC
2245P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002246M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002247W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002248L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002249L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002250S: Maintained
2251
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002252KPROBES
2253P: Prasanna S Panchamukhi
2254M: prasanna@in.ibm.com
2255P: Ananth N Mavinakayanahalli
2256M: ananth@in.ibm.com
2257P: Anil S Keshavamurthy
2258M: anil.s.keshavamurthy@intel.com
2259P: David S. Miller
2260M: davem@davemloft.net
2261L: linux-kernel@vger.kernel.org
2262S: Maintained
2263
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002264KS0108 LCD CONTROLLER DRIVER
2265P: Miguel Ojeda Sandonis
2266M: maxextreme@gmail.com
2267L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002268W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002269S: Maintained
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002273S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274
2275LASI 53c700 driver for PARISC
2276P: James E.J. Bottomley
2277M: James.Bottomley@HansenPartnership.com
2278L: linux-scsi@vger.kernel.org
2279S: Maintained
2280
Richard Purdie263de9b2006-05-15 09:44:16 -07002281LED SUBSYSTEM
2282P: Richard Purdie
2283M: rpurdie@rpsys.net
2284S: Maintained
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286LEGO USB Tower driver
2287P: Juergen Stuber
2288M: starblue@users.sourceforge.net
2289L: legousb-devel@lists.sourceforge.net
2290W: http://legousb.sourceforge.net/
2291S: Maintained
2292
Rusty Russell568a17f2007-10-25 14:12:24 +10002293LGUEST
2294P: Rusty Russell
2295M: rusty@rustcorp.com.au
2296L: lguest@ozlabs.org
2297W: http://lguest.ozlabs.org/
2298S: Maintained
2299
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300LINUX FOR IBM pSERIES (RS/6000)
2301P: Paul Mackerras
2302M: paulus@au.ibm.com
2303W: http://www.ibm.com/linux/ltc/projects/ppc
2304S: Supported
2305
2306LINUX FOR NCR VOYAGER
2307P: James Bottomley
2308M: James.Bottomley@HansenPartnership.com
2309W: http://www.hansenpartnership.com/voyager
2310S: Maintained
2311
2312LINUX FOR POWERPC
2313P: Paul Mackerras
2314M: paulus@samba.org
2315W: http://www.penguinppc.org/
2316L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002317T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318S: Supported
2319
2320LINUX FOR POWER MACINTOSH
2321P: Benjamin Herrenschmidt
2322M: benh@kernel.crashing.org
2323W: http://www.penguinppc.org/
2324L: linuxppc-dev@ozlabs.org
2325S: Maintained
2326
2327LINUX FOR POWERPC EMBEDDED MPC52XX
2328P: Sylvain Munaut
2329M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002330P: Grant Likely
2331M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332W: http://www.246tNt.com/mpc52xx/
2333W: http://www.penguinppc.org/
2334L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335S: Maintained
2336
2337LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002338P: Josh Boyer
2339M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340P: Matt Porter
2341M: mporter@kernel.crashing.org
2342W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002343L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002344T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Maintained
2346
Grant Likely260c02a2007-10-02 12:15:34 +10002347LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2348P: Grant Likely
2349M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002350W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002351L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
Tom Rinie93adf12005-07-26 12:49:53 -07002354LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355P: Tom Rini
2356M: trini@kernel.crashing.org
2357W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002358L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Maintained
2360
Tom Rinie93adf12005-07-26 12:49:53 -07002361LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002362P: Vitaly Bordug
2363M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002364P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002365M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002366W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002367L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002368S: Maintained
2369
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002371P: Kumar Gala
2372M: galak@kernel.crashing.org
2373W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002374L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002375S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376
Olof Johanssonab06ff32006-09-06 14:44:54 -05002377LINUX FOR POWERPC PA SEMI PWRFICIENT
2378P: Olof Johansson
2379M: olof@lixom.net
2380W: http://www.pasemi.com/
2381L: linuxppc-dev@ozlabs.org
2382S: Supported
2383
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384LLC (802.2)
2385P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002386M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Maintained
2388
2389LINUX FOR 64BIT POWERPC
2390P: Paul Mackerras
2391M: paulus@samba.org
2392M: paulus@au.ibm.com
2393P: Anton Blanchard
2394M: anton@samba.org
2395M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002396W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002397L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398S: Supported
2399
2400LINUX SECURITY MODULE (LSM) FRAMEWORK
2401P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002402M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002403L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002405T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406S: Supported
2407
2408LM83 HARDWARE MONITOR DRIVER
2409P: Jean Delvare
2410M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002411L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
2414LM90 HARDWARE MONITOR DRIVER
2415P: Jean Delvare
2416M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002417L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418S: Maintained
2419
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002420LOCKDEP AND LOCKSTAT
2421P: Peter Zijlstra
2422M: peterz@infradead.org
2423P: Ingo Molnar
2424M: mingo@redhat.com
2425L: linux-kernel@vger.kernel.org
2426T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2427S: Maintained
2428
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002429LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430P: Richard Russon (FlatCap)
2431M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002432L: linux-ntfs-dev@lists.sourceforge.net
2433W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434S: Maintained
2435
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002436LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2437P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002438M: Eric.Moore@lsi.com
2439M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002440L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002441L: linux-scsi@vger.kernel.org
2442W: http://www.lsilogic.com/support
2443S: Supported
2444
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2446P: Matthew Wilcox
2447M: matthew@wil.cx
2448L: linux-scsi@vger.kernel.org
2449S: Maintained
2450
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002451M32R ARCHITECTURE
2452P: Hirokazu Takata
2453M: takata@linux-m32r.org
2454L: linux-m32r@ml.linux-m32r.org
2455L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2456W: http://www.linux-m32r.org/
2457S: Maintained
2458
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459M68K ARCHITECTURE
2460P: Geert Uytterhoeven
2461M: geert@linux-m68k.org
2462P: Roman Zippel
2463M: zippel@linux-m68k.org
2464L: linux-m68k@lists.linux-m68k.org
2465W: http://www.linux-m68k.org/
2466W: http://linux-m68k-cvs.ubb.ca/
2467S: Maintained
2468
2469M68K ON APPLE MACINTOSH
2470P: Joshua Thompson
2471M: funaho@jurai.org
2472W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002473L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474S: Maintained
2475
2476M68K ON HP9000/300
2477P: Philip Blundell
2478M: philb@gnu.org
2479W: http://www.tazenda.demon.co.uk/phil/linux-hp
2480S: Maintained
2481
Jiri Benc64a327a2007-05-05 11:47:08 -07002482MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002483P: Michael Wu
2484M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002485P: Johannes Berg
2486M: johannes@sipsolutions.net
2487P: Jiri Benc
2488M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002489L: linux-wireless@vger.kernel.org
2490W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002491T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002492S: Maintained
2493
Stefano Brivio1036d862007-12-23 04:46:27 +01002494MAC80211 PID RATE CONTROL
2495P: Stefano Brivio
2496M: stefano.brivio@polimi.it
2497P: Mattias Nissler
2498M: mattias.nissler@gmx.de
2499L: linux-wireless@vger.kernel.org
2500W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2501T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2502S: Maintained
2503
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002504MACVLAN DRIVER
2505P: Patrick McHardy
2506M: kaber@trash.net
2507L: netdev@vger.kernel.org
2508S: Maintained
2509
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510MARVELL YUKON / SYSKONNECT DRIVER
2511P: Mirko Lindner
2512M: mlindner@syskonnect.de
2513P: Ralph Roesler
2514M: rroesler@syskonnect.de
2515W: http://www.syskonnect.com
2516S: Supported
2517
Michael Kerriskfaf16682005-07-31 22:34:47 -07002518MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002519P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002520M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002521W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2522S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002523
Stefano Brivio74cda162007-11-19 20:27:46 +01002524MARVELL LIBERTAS WIRELESS DRIVER
2525P: Dan Williams
2526M: dcbw@redhat.com
2527L: libertas-dev@lists.infradead.org
2528S: Maintained
2529
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002530MARVELL MV643XX ETHERNET DRIVER
2531P: Dale Farnsworth
2532M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002534M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002535L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002536S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537
2538MATROX FRAMEBUFFER DRIVER
2539P: Petr Vandrovec
2540M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002541L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542S: Maintained
2543
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002544MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2545P: Hans J. Koch
2546M: hjk@linutronix.de
2547L: lm-sensors@lm-sensors.org
2548S: Maintained
2549
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002550MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002551P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002552M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002553S: linux-scsi@vger.kernel.org
2554W: http://megaraid.lsilogic.com
2555S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002556
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002557MEMORY MANAGEMENT
2558L: linux-mm@kvack.org
2559L: linux-kernel@vger.kernel.org
2560W: http://www.linux-mm.org
2561S: Maintained
2562
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002563MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564P: David Woodhouse
2565M: dwmw2@infradead.org
2566W: http://www.linux-mtd.infradead.org/
2567L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002568T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569S: Maintained
2570
Artem Bityutskiy48576402007-02-13 17:11:10 +02002571UNSORTED BLOCK IMAGES (UBI)
2572P: Artem Bityutskiy
2573M: dedekind@infradead.org
2574W: http://www.linux-mtd.infradead.org/
2575L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002576T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002577S: Maintained
2578
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579MICROTEK X6 SCANNER
2580P: Oliver Neukum
2581M: oliver@neukum.name
2582S: Maintained
2583
2584MIPS
2585P: Ralf Baechle
2586M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002587W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002589T: git www.linux-mips.org:/pub/scm/linux.git
2590S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591
2592MISCELLANEOUS MCA-SUPPORT
2593P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002594M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595L: linux-kernel@vger.kernel.org
2596S: Maintained
2597
2598MODULE SUPPORT
2599P: Rusty Russell
2600M: rusty@rustcorp.com.au
2601L: linux-kernel@vger.kernel.org
2602S: Maintained
2603
2604MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2605P: Stelian Pop
2606M: stelian@popies.net
2607W: http://popies.net/meye/
2608S: Maintained
2609
Pavel Pisac58ff042007-05-16 01:10:41 +02002610MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2611P: Pavel Pisa
2612M: ppisa@pikron.com
2613L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2614W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2615S: Maintained
2616
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617MOUSE AND MISC DEVICES [GENERAL]
2618P: Alessandro Rubini
2619M: rubini@ipvvis.unipv.it
2620L: linux-kernel@vger.kernel.org
2621S: Maintained
2622
Jiri Slabyd7354102006-12-08 02:38:35 -08002623MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2624P: Jiri Slaby
2625M: jirislaby@gmail.com
2626L: linux-kernel@vger.kernel.org
2627S: Maintained
2628
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002629MSI LAPTOP SUPPORT
2630P: Lennart Poettering
2631M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002632W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002633W: http://0pointer.de/lennart/tchibo.html
2634S: Maintained
2635
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002636MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002637P: Pierre Ossman
2638M: drzeus-mmc@drzeus.cx
2639L: linux-kernel@vger.kernel.org
2640S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002641
David Brownell15a05802007-08-08 09:12:54 -07002642MULTIMEDIA CARD (MMC) ETC. OVER SPI
2643P: David Brownell
2644M: dbrownell@users.sourceforge.net
2645L: linux-kernel@vger.kernel.org
2646S: Odd fixes
2647
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648MULTISOUND SOUND DRIVER
2649P: Andrew Veliath
2650M: andrewtv@usa.net
2651S: Maintained
2652
Jiri Slabyd7354102006-12-08 02:38:35 -08002653MULTITECH MULTIPORT CARD (ISICOM)
2654P: Jiri Slaby
2655M: jirislaby@gmail.com
2656L: linux-kernel@vger.kernel.org
2657S: Maintained
2658
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659NATSEMI ETHERNET DRIVER (DP8381x)
2660P: Tim Hockin
2661M: thockin@hockin.org
2662S: Maintained
2663
2664NCP FILESYSTEM
2665P: Petr Vandrovec
2666M: vandrove@vc.cvut.cz
2667L: linware@sh.cvut.cz
2668S: Maintained
2669
2670NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2671P: James E.J. Bottomley
2672M: James.Bottomley@HansenPartnership.com
2673L: linux-scsi@vger.kernel.org
2674S: Maintained
2675
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002676NETEM NETWORK EMULATOR
2677P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002678M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002679L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002680S: Maintained
2681
Jiri Slaby4a584482007-08-30 23:56:39 -07002682NETERION (S2IO) Xframe 10GbE DRIVER
2683P: Ramkrishna Vepa
2684M: ram.vepa@neterion.com
2685P: Rastapur Santosh
2686M: santosh.rastapur@neterion.com
2687P: Sivakumar Subramani
2688M: sivakumar.subramani@neterion.com
2689P: Sreenivasa Honnur
2690M: sreenivasa.honnur@neterion.com
2691L: netdev@vger.kernel.org
2692W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2693S: Supported
2694
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695NETFILTER/IPTABLES/IPCHAINS
2696P: Rusty Russell
2697P: Marc Boucher
2698P: James Morris
2699P: Harald Welte
2700P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002701P: Patrick McHardy
2702M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002703L: netfilter-devel@vger.kernel.org
2704L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002705L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706W: http://www.netfilter.org/
2707W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708S: Supported
2709
Paul Moore4cc67732006-09-25 15:57:13 -07002710NETLABEL
2711P: Paul Moore
2712M: paul.moore@hp.com
2713W: http://netlabel.sf.net
2714L: netdev@vger.kernel.org
2715S: Supported
2716
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717NETROM NETWORK LAYER
2718P: Ralf Baechle
2719M: ralf@linux-mips.org
2720L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002721W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722S: Maintained
2723
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002724NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725P: Paul Clements
2726M: Paul.Clements@steeleye.com
2727S: Maintained
2728
2729NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730P: Jeff Garzik
2731M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002732L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002733T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734S: Maintained
2735
2736NETWORKING [GENERAL]
2737P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002738M: netdev@vger.kernel.org
2739L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002740W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741S: Maintained
2742
2743NETWORKING [IPv4/IPv6]
2744P: David S. Miller
2745M: davem@davemloft.net
2746P: Alexey Kuznetsov
2747M: kuznet@ms2.inr.ac.ru
2748P: Pekka Savola (ipv6)
2749M: pekkas@netcore.fi
2750P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002751M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752P: Hideaki YOSHIFUJI
2753M: yoshfuji@linux-ipv6.org
2754P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002755M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002756L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002757T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
James Morris10e2ff12007-08-25 14:41:28 -07002760NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2761P: Paul Moore
2762M: paul.moore@hp.com
2763L: netdev@vger.kernel.org
2764S: Maintained
2765
John W. Linville29f8f632006-01-18 14:52:48 -08002766NETWORKING [WIRELESS]
2767P: John W. Linville
2768M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002769L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002770T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2771S: Maintained
2772
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002773NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002774P: Dhananjay Phadke
2775M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002776L: netdev@vger.kernel.org
2777W: http://www.netxen.com
2778S: Supported
2779
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780IPVS
2781P: Wensong Zhang
2782M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002783P: Simon Horman
2784M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785P: Julian Anastasov
2786M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002787L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788S: Maintained
2789
2790NFS CLIENT
2791P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002792M: Trond.Myklebust@netapp.com
2793L: linux-nfs@vger.kernel.org
2794W: http://client.linux-nfs.org
2795T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796S: Maintained
2797
2798NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002799P: Jan-Pascal van Best
2800M: janpascal@vanbest.org
2801P: Andreas Mohr
2802M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002803L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804S: Maintained
2805
2806NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2807P: YOKOTA Hiroshi
2808M: yokota@netlab.is.tsukuba.ac.jp
2809W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2810S: Maintained
2811
2812NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2813P: GOTO Masanori
2814M: gotom@debian.or.jp
2815P: YOKOTA Hiroshi
2816M: yokota@netlab.is.tsukuba.ac.jp
2817W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2818S: Maintained
2819
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820NTFS FILESYSTEM
2821P: Anton Altaparmakov
2822M: aia21@cantab.net
2823L: linux-ntfs-dev@lists.sourceforge.net
2824L: linux-kernel@vger.kernel.org
2825W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002826T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827S: Maintained
2828
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002829NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002830P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002831M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002832L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002833S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002835OPENCORES I2C BUS DRIVER
2836P: Peter Korsgaard
2837M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002838L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002839S: Maintained
2840
Mark Fashehccd979b2005-12-15 14:31:24 -08002841ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2842P: Mark Fasheh
2843M: mark.fasheh@oracle.com
2844P: Kurt Hackel
2845M: kurt.hackel@oracle.com
2846L: ocfs2-devel@oss.oracle.com
2847W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002848S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002849
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850OLYMPIC NETWORK DRIVER
2851P: Peter De Shrijver
2852M: p2@ace.ulyssis.student.kuleuven.ac.be
2853P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002854M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002855L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856W: http://www.linuxtr.net
2857S: Maintained
2858
Harald Weltec1986ee2005-11-13 16:06:29 -08002859OMNIKEY CARDMAN 4000 DRIVER
2860P: Harald Welte
2861M: laforge@gnumonks.org
2862S: Maintained
2863
Harald Welte77c44ab2005-11-13 16:06:26 -08002864OMNIKEY CARDMAN 4040 DRIVER
2865P: Harald Welte
2866M: laforge@gnumonks.org
2867S: Maintained
2868
Jonathan Corbet77d51402007-03-22 19:44:17 -03002869OMNIVISION OV7670 SENSOR DRIVER
2870P: Jonathan Corbet
2871M: corbet@lwn.net
2872L: video4linux-list@redhat.com
2873S: Maintained
2874
Thomas Gleixner431bca72007-05-02 09:31:35 +02002875ONENAND FLASH DRIVER
2876P: Kyungmin Park
2877M: kyungmin.park@samsung.com
2878L: linux-mtd@lists.infradead.org
2879S: Maintained
2880
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881ONSTREAM SCSI TAPE DRIVER
2882P: Willem Riede
2883M: osst@riede.org
2884L: osst-users@lists.sourceforge.net
2885L: linux-scsi@vger.kernel.org
2886S: Maintained
2887
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888OPROFILE
2889P: Philippe Elie
2890M: phil.el@wanadoo.fr
2891L: oprofile-list@lists.sf.net
2892S: Maintained
2893
2894ORINOCO DRIVER
2895P: Pavel Roskin
2896M: proski@gnu.org
2897P: David Gibson
2898M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002899L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002900L: orinoco-users@lists.sourceforge.net
2901L: orinoco-devel@lists.sourceforge.net
2902W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903S: Maintained
2904
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002905PA SEMI ETHERNET DRIVER
2906P: Olof Johansson
2907M: olof@lixom.net
2908L: netdev@vger.kernel.org
2909S: Maintained
2910
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002911PA SEMI SMBUS DRIVER
2912P: Olof Johansson
2913M: olof@lixom.net
2914L: i2c@lm-sensors.org
2915S: Maintained
2916
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002918L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002919S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920
2921PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2922P: Tim Waugh
2923M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002924L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925W: http://www.torque.net/linux-pp.html
2926S: Maintained
2927
2928PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002929P: Kyle McMartin
2930M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931P: Matthew Wilcox
2932M: matthew@wil.cx
2933P: Grant Grundler
2934M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002935L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002937T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938S: Maintained
2939
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002940PARAVIRT_OPS INTERFACE
2941P: Jeremy Fitzhardinge
2942M: jeremy@xensource.com
2943P: Chris Wright
2944M: chrisw@sous-sol.org
2945P: Zachary Amsden
2946M: zach@vmware.com
2947P: Rusty Russell
2948M: rusty@rustcorp.com.au
2949L: virtualization@lists.osdl.org
2950L: linux-kernel@vger.kernel.org
2951S: Supported
2952
Jim Cromie1662d322006-10-06 00:43:59 -07002953PC87360 HARDWARE MONITORING DRIVER
2954P: Jim Cromie
2955M: jim.cromie@gmail.com
2956L: lm-sensors@lm-sensors.org
2957S: Maintained
2958
2959PC8736x GPIO DRIVER
2960P: Jim Cromie
2961M: jim.cromie@gmail.com
2962S: Maintained
2963
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002964PCI ERROR RECOVERY
2965P: Linas Vepstas
2966M: linas@austin.ibm.com
2967L: linux-kernel@vger.kernel.org
2968L: linux-pci@atrey.karlin.mff.cuni.cz
2969S: Supported
2970
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971PCI SUBSYSTEM
2972P: Greg Kroah-Hartman
2973M: gregkh@suse.de
2974L: linux-kernel@vger.kernel.org
2975L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002976T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977S: Supported
2978
2979PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002980P: Kristen Carlson Accardi
2981M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982S: Supported
2983
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002984PCIE HOTPLUG DRIVER
2985P: Kristen Carlson Accardi
2986M: kristen.c.accardi@intel.com
2987L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002988S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002989
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002991P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002992L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002993W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002994T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002995S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996
2997PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002998P: Don Fry
2999M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003000L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001S: Maintained
3002
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003003PER-TASK DELAY ACCOUNTING
3004P: Shailabh Nagar
3005M: nagar@watson.ibm.com
3006L: linux-kernel@vger.kernel.org
3007S: Maintained
3008
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003009PERSONALITY HANDLING
3010P: Christoph Hellwig
3011M: hch@infradead.org
3012L: linux-abi-devel@lists.sourceforge.net
3013S: Maintained
3014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003016P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017M: joern@wh.fh-wedel.de
3018L: linux-mtd@lists.infradead.org
3019S: Maintained
3020
Peter Osterlund249a6772005-09-27 21:45:30 -07003021PKTCDVD DRIVER
3022P: Peter Osterlund
3023M: petero2@telia.com
3024L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003025S: Maintained
3026
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003028P: Thomas Gleixner
3029M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003030L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031S: Supported
3032
Anton Vorontsov3be86142007-07-15 04:43:36 +04003033POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3034P: Anton Vorontsov
3035M: cbou@mail.ru
3036P: David Woodhouse
3037M: dwmw2@infradead.org
3038L: linux-kernel@vger.kernel.org
3039L: kernel-discuss@handhelds.org
3040T: git git.infradead.org/battery-2.6.git
3041S: Maintained
3042
Eugene Surovegin24682972005-10-14 03:00:53 -07003043POWERPC 4xx EMAC DRIVER
3044P: Eugene Surovegin
3045M: ebs@ebshome.net
3046W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003047L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003048L: netdev@vger.kernel.org
3049S: Maintained
3050
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051PNP SUPPORT
3052P: Adam Belay
3053M: ambx1@neo.rr.com
3054S: Maintained
3055
Vitaly Wool999445d2007-01-04 13:07:03 +01003056PNXxxxx I2C DRIVER
3057P: Vitaly Wool
3058M: vitalywool@gmail.com
3059L: i2c@lm-sensors.org
3060S: Maintained
3061
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062PPP PROTOCOL DRIVERS AND COMPRESSORS
3063P: Paul Mackerras
3064M: paulus@samba.org
3065L: linux-ppp@vger.kernel.org
3066S: Maintained
3067
3068PPP OVER ATM (RFC 2364)
3069P: Mitchell Blank Jr
3070M: mitch@sfgoth.com
3071S: Maintained
3072
3073PPP OVER ETHERNET
3074P: Michal Ostrowski
3075M: mostrows@speakeasy.net
3076S: Maintained
3077
James Chapmana6d23702007-06-27 15:53:17 -07003078PPP OVER L2TP
3079P: James Chapman
3080M: jchapman@katalix.com
3081S: Maintained
3082
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083PREEMPTIBLE KERNEL
3084P: Robert Love
3085M: rml@tech9.net
3086L: linux-kernel@vger.kernel.org
3087L: kpreempt-tech@lists.sourceforge.net
3088W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3089S: Supported
3090
Michael Wueff1a592007-09-25 18:11:01 -07003091P54 WIRELESS DRIVER
3092P: Michael Wu
3093M: flamingice@sourmilk.net
3094L: linux-wireless@vger.kernel.org
3095W: http://prism54.org
3096T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3097S: Maintained
3098
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003100P: Luis R. Rodriguez
3101M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003102L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103W: http://prism54.org
3104S: Maintained
3105
3106PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3107P: Peter Denison
3108M: promise@pnd-pc.demon.co.uk
3109W: http://www.pnd-pc.demon.co.uk/promise/
3110S: Maintained
3111
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003112PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3113P: Mikael Pettersson
3114M: mikpe@it.uu.se
3115L: linux-ide@vger.kernel.org
3116S: Maintained
3117
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003118PS3 NETWORK SUPPORT
3119P: Masakazu Mokuno
3120M: mokuno@sm.sony.co.jp
3121L: netdev@vger.kernel.org
3122L: cbe-oss-dev@ozlabs.org
3123S: Supported
3124
Geoff Levandf58a9d12006-11-23 00:46:51 +01003125PS3 PLATFORM SUPPORT
3126P: Geoff Levand
3127M: geoffrey.levand@am.sony.com
3128L: linuxppc-dev@ozlabs.org
3129L: cbe-oss-dev@ozlabs.org
3130S: Supported
3131
Michael Krufky83202042006-07-03 00:24:18 -07003132PVRUSB2 VIDEO4LINUX DRIVER
3133P: Mike Isely
3134M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003135L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003136L: video4linux-list@redhat.com
3137W: http://www.isely.net/pvrusb2/
3138S: Maintained
3139
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140PXA2xx SUPPORT
3141P: Nicolas Pitre
3142M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003143L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144S: Maintained
3145
Pierre Ossman272f1332007-05-14 21:25:26 +02003146PXA MMCI DRIVER
3147S: Orphan
3148
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149QLOGIC QLA2XXX FC-SCSI DRIVER
3150P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003151M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152L: linux-scsi@vger.kernel.org
3153S: Supported
3154
Ron Mercer5a4faa82006-07-25 00:40:21 -07003155QLOGIC QLA3XXX NETWORK DRIVER
3156P: Ron Mercer
3157M: linux-driver@qlogic.com
3158L: netdev@vger.kernel.org
3159S: Supported
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161QNX4 FILESYSTEM
3162P: Anders Larsen
3163M: al@alarsen.net
3164L: linux-kernel@vger.kernel.org
3165W: http://www.alarsen.net/linux/qnx4fs/
3166S: Maintained
3167
3168RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003169P: Benjamin Herrenschmidt
3170M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003171L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172S: Maintained
3173
3174RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003175P: Paul Mackerras
3176M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003177L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178S: Maintained
3179
3180RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3181P: Corey Thomas
3182M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003183L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184S: Maintained
3185
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003186RALINK RT2X00 WLAN DRIVER
3187P: rt2x00 project
3188L: linux-wireless@vger.kernel.org
3189L: rt2400-devel@lists.sourceforge.net
3190W: http://rt2x00.serialmonkey.com/
3191S: Maintained
3192F: drivers/net/wireless/rt2x00/
3193
Matt Mackall9e95ce22005-04-16 15:25:56 -07003194RANDOM NUMBER DRIVER
3195P: Matt Mackall
3196M: mpm@selenic.com
3197S: Maintained
3198
Matt Porter394b7012005-11-07 01:00:15 -08003199RAPIDIO SUBSYSTEM
3200P: Matt Porter
3201M: mporter@kernel.crashing.org
3202L: linux-kernel@vger.kernel.org
3203S: Maintained
3204
Josh Triplett595182b2006-10-04 02:17:21 -07003205READ-COPY UPDATE (RCU)
3206P: Dipankar Sarma
3207M: dipankar@in.ibm.com
3208W: http://www.rdrop.com/users/paulmck/rclock/
3209L: linux-kernel@vger.kernel.org
3210S: Supported
3211
3212RCUTORTURE MODULE
3213P: Josh Triplett
3214M: josh@freedesktop.org
3215L: linux-kernel@vger.kernel.org
3216S: Maintained
3217
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218REAL TIME CLOCK DRIVER
3219P: Paul Gortmaker
3220M: p_gortmaker@yahoo.com
3221L: linux-kernel@vger.kernel.org
3222S: Maintained
3223
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003224REAL TIME CLOCK (RTC) SUBSYSTEM
3225P: Alessandro Zummo
3226M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003227L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003228S: Maintained
3229
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230REISERFS FILE SYSTEM
3231P: Hans Reiser
3232M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003233L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234W: http://www.namesys.com
3235S: Supported
3236
3237ROCKETPORT DRIVER
3238P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239W: http://www.comtrol.com
3240S: Maintained
3241
3242ROSE NETWORK LAYER
3243P: Ralf Baechle
3244M: ralf@linux-mips.org
3245L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003246W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247S: Maintained
3248
3249RISCOM8 DRIVER
3250S: Orphan
3251
Michael Wu605bebe2007-05-14 01:41:02 -04003252RTL818X WIRELESS DRIVER
3253P: Michael Wu
3254M: flamingice@sourmilk.net
3255P: Andrea Merello
3256M: andreamrl@tiscali.it
3257L: linux-wireless@vger.kernel.org
3258W: http://linuxwireless.org/
3259T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3260S: Maintained
3261
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003262S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003263P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003264M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003265L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003266S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003267
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268S390
3269P: Martin Schwidefsky
3270M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003271P: Heiko Carstens
3272M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003274L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003275W: http://www.ibm.com/developerworks/linux/linux390/
3276S: Supported
3277
3278S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003279P: Ursula Braun
3280M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003281P: Frank Blaschka
3282M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003283M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003284L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003285W: http://www.ibm.com/developerworks/linux/linux390/
3286S: Supported
3287
3288S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003289P: Christof Schmitt
3290M: christof.schmitt@de.ibm.com
3291P: Martin Peschke
3292M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003293M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003294L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003295W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296S: Supported
3297
Ursula Braundd96df22007-09-19 13:09:02 +02003298S390 IUCV NETWORK LAYER
3299P: Ursula Braun
3300M: ubraun@linux.vnet.ibm.com
3301M: linux390@de.ibm.com
3302L: linux-s390@vger.kernel.org
3303W: http://www.ibm.com/developerworks/linux/linux390/
3304S: Supported
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306SAA7146 VIDEO4LINUX-2 DRIVER
3307P: Michael Hunold
3308M: michael@mihu.de
3309W: http://www.mihu.de/linux/saa7146
3310S: Maintained
3311
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312SC1200 WDT DRIVER
3313P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003314M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315S: Maintained
3316
3317SCHEDULER
3318P: Ingo Molnar
3319M: mingo@elte.hu
3320P: Robert Love [the preemptible kernel bits]
3321M: rml@tech9.net
3322L: linux-kernel@vger.kernel.org
3323S: Maintained
3324
3325SCSI CDROM DRIVER
3326P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003327M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328L: linux-scsi@vger.kernel.org
3329W: http://www.kernel.dk
3330S: Maintained
3331
3332SCSI SG DRIVER
3333P: Doug Gilbert
3334M: dgilbert@interlog.com
3335L: linux-scsi@vger.kernel.org
3336W: http://www.torque.net/sg
3337S: Maintained
3338
3339SCSI SUBSYSTEM
3340P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003341M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003343T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003344T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3345T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346S: Maintained
3347
3348SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003349P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350M: Kai.Makisara@kolumbus.fi
3351L: linux-scsi@vger.kernel.org
3352S: Maintained
3353
3354SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003355P: Vlad Yasevich
3356M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003357P: Sridhar Samudrala
3358M: sri@us.ibm.com
3359L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003360W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003361S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362
3363SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003364P: Jim Cromie
3365M: jim.cromie@gmail.com
3366S: Odd Fixes
3367
3368SCx200 GPIO DRIVER
3369P: Jim Cromie
3370M: jim.cromie@gmail.com
3371S: Maintained
3372
3373SCx200 HRT CLOCKSOURCE DRIVER
3374P: Jim Cromie
3375M: jim.cromie@gmail.com
3376S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377
3378SECURITY CONTACT
3379P: Security Officers
3380M: security@kernel.org
3381S: Supported
3382
3383SELINUX SECURITY MODULE
3384P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003385M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003387M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003388P: Eric Paris
3389M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003391L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392W: http://www.nsa.gov/selinux
3393S: Supported
3394
Jiri Slabycef2cf02007-05-08 00:31:45 -07003395SENSABLE PHANTOM
3396P: Jiri Slaby
3397M: jirislaby@gmail.com
3398S: Maintained
3399
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400SERIAL ATA (SATA) SUBSYSTEM:
3401P: Jeff Garzik
3402M: jgarzik@pobox.com
3403L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003404T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405S: Supported
3406
3407SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3408P: Pat Gefre
3409M: pfg@sgi.com
3410L: linux-ia64@vger.kernel.org
3411S: Supported
3412
3413SGI VISUAL WORKSTATION 320 AND 540
3414P: Andrey Panin
3415M: pazke@donpac.ru
3416L: linux-visws-devel@lists.sf.net
3417W: http://linux-visws.sf.net
3418S: Maintained for 2.6.
3419
3420SIMTEC EB110ATX (Chalice CATS)
3421P: Ben Dooks
3422P: Vincent Sanders
3423M: support@simtec.co.uk
3424W: http://www.simtec.co.uk/products/EB110ATX/
3425S: Supported
3426
3427SIMTEC EB2410ITX (BAST)
3428P: Ben Dooks
3429P: Vincent Sanders
3430M: support@simtec.co.uk
3431W: http://www.simtec.co.uk/products/EB2410ITX/
3432S: Supported
3433
Francois Romieu92aab3c2005-07-30 13:11:18 +02003434SIS 190 ETHERNET DRIVER
3435P: Francois Romieu
3436M: romieu@fr.zoreil.com
3437L: netdev@vger.kernel.org
3438S: Maintained
3439
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440SIS 5513 IDE CONTROLLER DRIVER
3441P: Lionel Bouton
3442M: Lionel.Bouton@inet6.fr
3443W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3444W: http://gyver.homeip.net/sis5513/index.html
3445S: Maintained
3446
3447SIS 900/7016 FAST ETHERNET DRIVER
3448P: Daniele Venzano
3449M: venza@brownhat.org
3450W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003451L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452S: Maintained
3453
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003454SIS 96X I2C/SMBUS DRIVER
3455P: Mark M. Hoffman
3456M: mhoffman@lightlink.com
3457L: lm-sensors@lm-sensors.org
3458S: Maintained
3459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460SIS FRAMEBUFFER DRIVER
3461P: Thomas Winischhofer
3462M: thomas@winischhofer.net
3463W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003464S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465
3466SIS USB2VGA DRIVER
3467P: Thomas Winischhofer
3468M: thomas@winischhofer.net
3469W: http://www.winischhofer.at/linuxsisusbvga.shtml
3470S: Maintained
3471
Christoph Lameter415ad262007-07-26 10:40:56 -07003472SLAB ALLOCATOR
3473P: Christoph Lameter
3474M: clameter@sgi.com
3475P: Pekka Enberg
3476M: penberg@cs.helsinki.fi
3477L: linux-mm@kvack.org
3478S: Maintained
3479
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480SMC91x ETHERNET DRIVER
3481P: Nicolas Pitre
3482M: nico@cam.org
3483S: Maintained
3484
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003485SMSC47B397 HARDWARE MONITOR DRIVER
3486P: Mark M. Hoffman
3487M: mhoffman@lightlink.com
3488L: lm-sensors@lm-sensors.org
3489S: Maintained
3490
Daniel Drake8f0f8502006-07-18 22:00:25 +01003491SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003492P: Daniel Drake
3493M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003494L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003495S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003496
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497SOFTWARE RAID (Multiple Disks) SUPPORT
3498P: Ingo Molnar
3499M: mingo@redhat.com
3500P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003501M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003503S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504
Pavel Machek95a631e2007-07-19 01:47:42 -07003505HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506P: Pavel Machek
3507M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003508P: Rafael J. Wysocki
3509M: rjw@sisk.pl
3510L: linux-pm@lists.linux-foundation.org
3511S: Supported
3512
3513SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003514P: Len Brown
3515M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003516P: Pavel Machek
3517M: pavel@suse.cz
3518P: Rafael J. Wysocki
3519M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003520L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003521S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522
3523SONIC NETWORK DRIVER
3524P: Thomas Bogendoerfer
3525M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003526L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527S: Maintained
3528
Michael Buesch61e115a2007-09-18 15:12:50 -04003529SONICS SILICON BACKPLANE DRIVER (SSB)
3530P: Michael Buesch
3531M: mb@bu3sch.de
3532L: netdev@vger.kernel.org
3533S: Maintained
3534
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003536P: Mattia Dongili
3537M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003538L: linux-acpi@vger.kernel.org
3539W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540S: Maintained
3541
3542SOUND
3543P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003544M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003545L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546S: Maintained
3547
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003548SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3549P: Liam Girdwood
3550M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003551L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003552S: Supported
3553
Kumar Gala025c3982006-04-02 16:05:54 -05003554SPI SUBSYSTEM
3555P: David Brownell
3556M: dbrownell@users.sourceforge.net
3557L: spi-devel-general@lists.sourceforge.net
3558S: Maintained
3559
Steven Rostedt855f46a2006-08-05 12:14:50 -07003560STABLE BRANCH:
3561P: Greg Kroah-Hartman
3562M: greg@kroah.com
3563P: Chris Wright
3564M: chrisw@sous-sol.org
3565L: stable@kernel.org
3566S: Maintained
3567
Kylene Hall1c72d462005-05-01 08:59:13 -07003568TPM DEVICE DRIVER
3569P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003570M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003571W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003572P: Marcel Selhorst
3573M: tpm@selhorst.net
3574W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003575L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003576S: Maintained
3577
Mark Gross1a80ba82005-10-30 15:02:55 -08003578Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003579P: Mark Gross
3580M: mark.gross@intel.com
3581S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003582
Chris Zankel48b415c2005-06-23 22:01:07 -07003583TENSILICA XTENSA PORT (xtensa):
3584P: Chris Zankel
3585M: chris@zankel.net
3586S: Maintained
3587
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003588THINKPAD ACPI EXTRAS DRIVER
3589P: Henrique de Moraes Holschuh
3590M: ibm-acpi@hmh.eng.br
3591L: ibm-acpi-devel@lists.sourceforge.net
3592W: http://ibm-acpi.sourceforge.net
3593W: http://thinkwiki.org/wiki/Ibm-acpi
3594T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3595S: Maintained
3596
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597UltraSPARC (sparc64):
3598P: David S. Miller
3599M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003601T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602S: Maintained
3603
3604SHARP LH SUPPORT (LH7952X & LH7A40X)
3605P: Marc Singer
3606M: elf@buici.com
3607W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609S: Maintained
3610
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003611SHPC HOTPLUG DRIVER
3612P: Kristen Carlson Accardi
3613M: kristen.c.accardi@intel.com
3614L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003615S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003616
Pierre Ossmand129bce2006-03-24 03:18:17 -08003617SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3618P: Pierre Ossman
3619M: drzeus-sdhci@drzeus.cx
3620L: sdhci-devel@list.drzeus.cx
3621W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3622S: Maintained
3623
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003624SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3625P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003626M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003627L: netdev@vger.kernel.org
3628S: Maintained
3629
Chris Boot1a87d942006-07-10 04:45:34 -07003630SOEKRIS NET48XX LED SUPPORT
3631P: Chris Boot
3632M: bootc@bootc.net
3633S: Maintained
3634
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635SPARC (sparc32):
3636P: William L. Irwin
3637M: wli@holomorphy.com
3638L: sparclinux@vger.kernel.org
3639S: Maintained
3640
3641SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3642P: Roger Wolff
3643M: R.E.Wolff@BitWizard.nl
3644L: linux-kernel@vger.kernel.org ?
3645S: Supported
3646
Jim Lewis2752e402006-09-29 02:01:19 -07003647SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003648P: Ishizaki Kou
3649M: kou.ishizaki@toshiba.co.jp
3650P: Jens Osterkamp
3651M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003652L: netdev@vger.kernel.org
3653S: Supported
3654
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655SRM (Alpha) environment access
3656P: Jan-Benedict Glaw
3657M: jbglaw@lug-owl.de
3658L: linux-kernel@vger.kernel.org
3659S: Maintained
3660
3661STARFIRE/DURALAN NETWORK DRIVER
3662P: Ion Badulescu
3663M: ionut@cs.columbia.edu
3664S: Maintained
3665
3666STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3667W: http://mosquitonet.Stanford.EDU/strip.html
3668S: Unsupported ?
3669
3670STRADIS MPEG-2 DECODER DRIVER
3671P: Nathan Laredo
3672M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673W: http://www.stradis.com/
3674S: Maintained
3675
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003676SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677P: Paul Mundt
3678M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003679L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003681T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682S: Maintained
3683
3684SUN3/3X
3685P: Sam Creasey
3686M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687W: http://sammy.net/sun3/
3688S: Maintained
3689
3690SVGA HANDLING
3691P: Martin Mares
3692M: mj@ucw.cz
3693L: linux-video@atrey.karlin.mff.cuni.cz
3694S: Maintained
3695
3696SYSV FILESYSTEM
3697P: Christoph Hellwig
3698M: hch@infradead.org
3699S: Maintained
3700
Stephen Hemminger781b4562006-07-10 20:25:29 -07003701TC CLASSIFIER
3702P: Jamal Hadi Salim
3703M: hadi@cyberus.ca
3704L: netdev@vger.kernel.org
3705S: Maintained
3706
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003707TCP LOW PRIORITY MODULE
3708P: Wong Hoi Sing, Edison
3709M: hswong3i@gmail.com
3710P: Hung Hing Lun, Mike
3711M: hlhung3i@gmail.com
3712W: http://tcp-lp-mod.sourceforge.net/
3713S: Maintained
3714
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003715TEHUTI ETHERNET DRIVER
3716P: Alexander Indenbaum
3717M: baum@tehutinetworks.net
3718P: Andy Gospodarek
3719M: andy@greyhouse.net
3720L: netdev@vger.kernel.org
3721S: Supported
3722
Alex Dubov4020f2d2006-10-04 02:15:37 -07003723TI FLASH MEDIA INTERFACE DRIVER
3724P: Alex Dubov
3725M: oakad@yahoo.com
3726S: Maintained
3727
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003728TI OMAP MMC INTERFACE DRIVER
3729P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003730M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003731W: http://linux.omap.com
3732W: http://www.muru.com/linux/omap/
3733S: Maintained
3734
Michael Buesch844dd052006-06-26 00:24:59 -07003735TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3736P: Deepak Saxena
3737M: dsaxena@plexity.net
3738S: Maintained
3739
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003740TASKSTATS STATISTICS INTERFACE
3741P: Shailabh Nagar
3742M: nagar@watson.ibm.com
3743L: linux-kernel@vger.kernel.org
3744S: Maintained
3745
Per Lidene86eaa32006-01-12 16:45:18 +01003746TIPC NETWORK LAYER
3747P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003748M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003749P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003750M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003751P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003752M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003753L: tipc-discussion@lists.sourceforge.net
3754W: http://tipc.sourceforge.net/
3755W: http://tipc.cslab.ericsson.net/
3756T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3757S: Maintained
3758
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759TLAN NETWORK DRIVER
3760P: Samuel Chessman
3761M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003762L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763W: http://sourceforge.net/projects/tlan/
3764S: Maintained
3765
3766TOKEN-RING NETWORK DRIVER
3767P: Mike Phillips
3768M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003769L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770W: http://www.linuxtr.net
3771S: Maintained
3772
3773TOSHIBA ACPI EXTRAS DRIVER
3774P: John Belmonte
3775M: toshiba_acpi@memebeam.org
3776W: http://memebeam.org/toys/ToshibaAcpiDriver
3777S: Maintained
3778
3779TOSHIBA SMM DRIVER
3780P: Jonathan Buzzard
3781M: jonathan@buzzard.org.uk
3782L: tlinux-users@tce.toshiba-dme.co.jp
3783W: http://www.buzzard.org.uk/toshiba/
3784S: Maintained
3785
3786TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3787P: Muli Ben-Yehuda
3788M: mulix@mulix.org
3789L: linux-kernel@vger.kernel.org
3790S: Maintained
3791
3792TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003793P: Adrian Bunk
3794M: trivial@kernel.org
3795L: linux-kernel@vger.kernel.org
3796W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3797T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3798S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799
3800TMS380 TOKEN-RING NETWORK DRIVER
3801P: Adam Fritzler
3802M: mid@auk.cx
3803L: linux-tr@linuxtr.net
3804W: http://www.auk.cx/tms380tr/
3805S: Maintained
3806
3807TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808L: tulip-users@lists.sourceforge.net
3809W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003810S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811
3812TUN/TAP driver
3813P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003814M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815L: vtun@office.satix.net
3816W: http://vtun.sourceforge.net/tun
3817S: Maintained
3818
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003819TURBOCHANNEL SUBSYSTEM
3820P: Maciej W. Rozycki
3821M: macro@linux-mips.org
3822S: Maintained
3823
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824U14-34F SCSI DRIVER
3825P: Dario Ballabio
3826M: ballabio_dario@emc.com
3827L: linux-scsi@vger.kernel.org
3828S: Maintained
3829
3830UDF FILESYSTEM
3831P: Ben Fennema
3832M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833W: http://linux-udf.sourceforge.net
3834S: Maintained
3835
3836UNIFORM CDROM DRIVER
3837P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003838M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839L: linux-kernel@vger.kernel.org
3840W: http://www.kernel.dk
3841S: Maintained
3842
3843USB ACM DRIVER
3844P: Oliver Neukum
3845M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003846L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847S: Maintained
3848
3849USB BLOCK DRIVER (UB ub)
3850P: Pete Zaitcev
3851M: zaitcev@redhat.com
3852L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003853L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854S: Supported
3855
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856USB CDC ETHERNET DRIVER
3857P: Greg Kroah-Hartman
3858M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003859L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860S: Maintained
3861W: http://www.kroah.com/linux-usb/
3862
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003863USB DAVICOM DM9601 DRIVER
3864P: Peter Korsgaard
3865M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003866L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003867W: http://www.linux-usb.org/usbnet
3868S: Maintained
3869
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870USB EHCI DRIVER
3871P: David Brownell
3872M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003873L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003874S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875
Luca Risolia7ce08c92006-01-11 02:06:59 +00003876USB ET61X[12]51 DRIVER
3877P: Luca Risolia
3878M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003879L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003880L: video4linux-list@redhat.com
3881W: http://www.linux-projects.org
3882S: Maintained
3883
David Brownell69ae9e32006-11-14 02:03:31 -08003884USB GADGET/PERIPHERAL SUBSYSTEM
3885P: David Brownell
3886M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003887L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003888W: http://www.linux-usb.org/gadget
3889S: Maintained
3890
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003891USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003892P: Jiri Kosina
3893M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003894L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003895T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896S: Maintained
3897
Olav Kongas959eea22005-11-03 17:38:14 +02003898USB ISP116X DRIVER
3899P: Olav Kongas
3900M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003901L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003902S: Maintained
3903
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904USB KAWASAKI LSI DRIVER
3905P: Oliver Neukum
3906M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003907L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908S: Maintained
3909
3910USB MASS STORAGE DRIVER
3911P: Matthew Dharm
3912M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003913L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003914L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915S: Maintained
3916W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3917
3918USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003919P: David Brownell
3920M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003921L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003922S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923
Matthias Urlichsba460e42005-07-14 00:33:47 -07003924USB OPTION-CARD DRIVER
3925P: Matthias Urlichs
3926M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003927L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003928S: Maintained
3929
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930USB OV511 DRIVER
3931P: Mark McClelland
3932M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003933L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934W: http://alpha.dyndns.org/ov511/
3935S: Maintained
3936
3937USB PEGASUS DRIVER
3938P: Petko Manolov
3939M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003940L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003941L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942W: http://pegasus2.sourceforge.net/
3943S: Maintained
3944
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003945USB PRINTER DRIVER (usblp)
3946P: Pete Zaitcev
3947M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003948L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003949S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950
3951USB RTL8150 DRIVER
3952P: Petko Manolov
3953M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003954L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003955L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956W: http://pegasus2.sourceforge.net/
3957S: Maintained
3958
3959USB SE401 DRIVER
3960P: Jeroen Vreeken
3961M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003962L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963W: http://www.chello.nl/~j.vreeken/se401/
3964S: Maintained
3965
3966USB SERIAL CYBERJACK DRIVER
3967P: Matthias Bruestle and Harald Welte
3968M: support@reiner-sct.com
3969W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3970S: Maintained
3971
3972USB SERIAL DIGI ACCELEPORT DRIVER
3973P: Peter Berger and Al Borchers
3974M: pberger@brimson.com
3975M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003976L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977S: Maintained
3978
3979USB SERIAL DRIVER
3980P: Greg Kroah-Hartman
3981M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003982L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983S: Supported
3984
3985USB SERIAL BELKIN F5U103 DRIVER
3986P: William Greathouse
3987M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003988L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989S: Maintained
3990
3991USB SERIAL CYPRESS M8 DRIVER
3992P: Lonnie Mendez
3993M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003994L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995S: Maintained
3996W: http://geocities.com/i0xox0i
3997W: http://firstlight.net/cvs
3998
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999USB AUERSWALD DRIVER
4000P: Wolfgang Muees
4001M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004002L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003S: Maintained
4004
4005USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4006P: Gary Brubaker
4007M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004008L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009S: Maintained
4010
4011USB SERIAL KEYSPAN DRIVER
4012P: Greg Kroah-Hartman
4013M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004014L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015W: http://www.kroah.com/linux/
4016S: Maintained
4017
4018USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004019P: Support Department
4020M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004021L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022W: http://www.connecttech.com
4023S: Supported
4024
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004025USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026P: Luca Risolia
4027M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004028L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004029L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030W: http://www.linux-projects.org
4031S: Maintained
4032
4033USB SUBSYSTEM
4034P: Greg Kroah-Hartman
4035M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004036L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004038T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039S: Supported
4040
4041USB UHCI DRIVER
4042P: Alan Stern
4043M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004044L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045S: Maintained
4046
David Brownell69ae9e32006-11-14 02:03:31 -08004047USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048P: David Brownell
4049M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004050L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004051W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052S: Maintained
4053
4054USB W996[87]CF DRIVER
4055P: Luca Risolia
4056M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004057L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004058L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059W: http://www.linux-projects.org
4060S: Maintained
4061
Luca Risolia60f78052006-02-06 16:29:35 +00004062USB ZC0301 DRIVER
4063P: Luca Risolia
4064M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004065L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004066L: video4linux-list@redhat.com
4067W: http://www.linux-projects.org
4068S: Maintained
4069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070USB ZD1201 DRIVER
4071P: Jeroen Vreeken
4072M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004073L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074W: http://linux-lc100020.sourceforge.net
4075S: Maintained
4076
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004077USB ZR364XX DRIVER
4078P: Antoine Jacquet
4079M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004080L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004081L: video4linux-list@redhat.com
4082W: http://royale.zerezo.com/zr364xx/
4083S: Maintained
4084
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085USER-MODE LINUX
4086P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004087M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088L: user-mode-linux-devel@lists.sourceforge.net
4089L: user-mode-linux-user@lists.sourceforge.net
4090W: http://user-mode-linux.sourceforge.net
4091S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004092
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004093USERSPACE I/O (UIO)
4094P: Hans J. Koch
4095M: hjk@linutronix.de
4096P: Greg Kroah-Hartman
4097M: gregkh@suse.de
4098L: linux-kernel@vger.kernel.org
4099S: Maintained
4100
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101FAT/VFAT/MSDOS FILESYSTEM:
4102P: OGAWA Hirofumi
4103M: hirofumi@mail.parknet.co.jp
4104L: linux-kernel@vger.kernel.org
4105S: Maintained
4106
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107VIA RHINE NETWORK DRIVER
4108P: Roger Luethi
4109M: rl@hellgate.ch
4110S: Maintained
4111
Jean Delvare32c0a522005-09-22 21:47:58 +02004112VIAPRO SMBUS DRIVER
4113P: Jean Delvare
4114M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004115L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004116S: Maintained
4117
Francois Romieu01f20732007-01-26 00:57:17 -08004118VIA VELOCITY NETWORK DRIVER
4119P: Francois Romieu
4120M: romieu@fr.zoreil.com
4121L: netdev@vger.kernel.org
4122S: Maintained
4123
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124UCLINUX (AND M68KNOMMU)
4125P: Greg Ungerer
4126M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004128L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129S: Maintained
4130
4131UCLINUX FOR NEC V850
4132P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133
4134UCLINUX FOR RENESAS H8/300
4135P: Yoshinori Sato
4136M: ysato@users.sourceforge.jp
4137W: http://uclinux-h8.sourceforge.jp/
4138S: Supported
4139
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004140UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004141P: Evgeniy Dushistov
4142M: dushistov@mail.ru
4143L: linux-kernel@vger.kernel.org
4144S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146USB DIAMOND RIO500 DRIVER
4147P: Cesar Miquel
4148M: miquel@df.uba.ar
4149L: rio500-users@lists.sourceforge.net
4150W: http://rio500.sourceforge.net
4151S: Maintained
4152
4153VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004154P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004155M: mchehab@infradead.org
4156M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004158W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004159T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004160S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161
Patrick McHardybe7f8272007-10-23 20:26:36 -07004162VLAN (802.1Q)
4163P: Patrick McHardy
4164M: kaber@trash.net
4165L: netdev@vger.kernel.org
4166S: Maintained
4167
Juerg Haefligerab413192006-09-24 20:54:04 +02004168VT1211 HARDWARE MONITOR DRIVER
4169P: Juerg Haefliger
4170M: juergh@gmail.com
4171L: lm-sensors@lm-sensors.org
4172S: Maintained
4173
Roger Lucas1de9e372005-11-26 20:20:05 +01004174VT8231 HARDWARE MONITOR DRIVER
4175P: Roger Lucas
4176M: roger@planbit.co.uk
4177L: lm-sensors@lm-sensors.org
4178S: Maintained
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180W1 DALLAS'S 1-WIRE BUS
4181P: Evgeniy Polyakov
4182M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183S: Maintained
4184
Charles Spirakis13927072006-07-05 18:05:15 +02004185W83791D HARDWARE MONITORING DRIVER
4186P: Charles Spirakis
4187M: bezaur@gmail.com
4188L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004189S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004190
Rudolf Marek61db0112006-12-12 18:18:30 +01004191W83793 HARDWARE MONITORING DRIVER
4192P: Rudolf Marek
4193M: r.marek@assembler.cz
4194L: lm-sensors@lm-sensors.org
4195S: Maintained
4196
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197W83L51xD SD/MMC CARD INTERFACE DRIVER
4198P: Pierre Ossman
4199M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004200L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201W: http://projects.drzeus.cx/wbsd
4202S: Maintained
4203
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004204WATCHDOG DEVICE DRIVERS
4205P: Wim Van Sebroeck
4206M: wim@iguana.be
4207T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4208S: Maintained
4209
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4211P: Jean Tourrilhes
4212M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004213L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4215S: Maintained
4216
4217WD7000 SCSI DRIVER
4218P: Miroslav Zagorac
4219M: zaga@fly.cc.fer.hr
4220L: linux-scsi@vger.kernel.org
4221S: Maintained
4222
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004223WISTRON LAPTOP BUTTON DRIVER
4224P: Miloslav Trmac
4225M: mitr@volny.cz
4226S: Maintained
4227
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228WL3501 WIRELESS PCMCIA CARD DRIVER
4229P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004230M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004231L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004232W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233S: Maintained
4234
4235X.25 NETWORK LAYER
4236P: Henner Eisen
4237M: eis@baty.hanse.de
4238L: linux-x25@vger.kernel.org
4239S: Maintained
4240
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004241XEN HYPERVISOR INTERFACE
4242P: Jeremy Fitzhardinge
4243M: jeremy@xensource.com
4244P: Chris Wright
4245M: chrisw@sous-sol.org
4246L: virtualization@lists.osdl.org
4247L: xen-devel@lists.xensource.com
4248S: Supported
4249
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250XFS FILESYSTEM
4251P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004252P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004254L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004256T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257S: Supported
4258
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004259XILINX SYSTEMACE DRIVER
4260P: Grant Likely
4261M: grant.likely@secretlab.ca
4262W: http://www.secretlab.ca/
4263L: linux-kernel@vger.kernel.org
4264S: Maintained
4265
Peter Korsgaard238b8722006-12-06 20:35:17 -08004266XILINX UARTLITE SERIAL DRIVER
4267P: Peter Korsgaard
4268M: jacmet@sunsite.dk
4269L: linux-serial@vger.kernel.org
4270S: Maintained
4271
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004272X86 ARCHITECTURE (32-BIT AND 64-BIT)
4273P: Thomas Gleixner
4274M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004275P: Ingo Molnar
4276M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004277P: H. Peter Anvin
4278M: hpa@zytor.com
4279L: linux-kernel@vger.kernel.org
4280T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281S: Maintained
4282
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283YAM DRIVER FOR AX.25
4284P: Jean-Paul Roubelat
4285M: jpr@f6fbb.org
4286L: linux-hams@vger.kernel.org
4287S: Maintained
4288
Henkaf64a5e2005-10-12 15:02:56 +02004289YEALINK PHONE DRIVER
4290P: Henk Vergonet
4291M: Henk.Vergonet@gmail.com
4292L: usbb2k-api-dev@nongnu.org
4293S: Maintained
4294
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295Z8530 DRIVER FOR AX.25
4296P: Joerg Reuter
4297M: jreuter@yaina.de
4298W: http://yaina.de/jreuter/
4299W: http://www.qsl.net/dl1bke/
4300L: linux-hams@vger.kernel.org
4301S: Maintained
4302
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004303ZD1211RW WIRELESS DRIVER
4304P: Daniel Drake
4305M: dsd@gentoo.org
4306P: Ulrich Kunitz
4307M: kune@deine-taler.de
4308W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004309L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004310L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4311S: Maintained
4312
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313ZF MACHZ WATCHDOG
4314P: Fernando Fuganti
4315M: fuganti@netbank.com.br
4316W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4317S: Maintained
4318
4319ZR36067 VIDEO FOR LINUX DRIVER
4320P: Ronald Bultje
4321M: rbultje@ronald.bitfreak.net
4322L: mjpeg-users@lists.sourceforge.net
4323W: http://mjpeg.sourceforge.net/driver-zoran/
4324S: Maintained
4325
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004326ZS DECSTATION Z85C30 SERIAL DRIVER
4327P: Maciej W. Rozycki
4328M: macro@linux-mips.org
4329S: Maintained
4330
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331THE REST
4332P: Linus Torvalds
4333S: Buried alive in reporters