blob: d0662dc7ea370a08f4f80352cd472b6aa46871a5 [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 Becker62ca3d262006-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 Hemminger65ebe6342007-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 Peake18b36c712006-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
Reinette Chatre1d43d312007-11-06 22:06:28 -08002039P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002040M: yi.zhu@intel.com
2041P: James Ketrenos
2042M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002043P: Reinette Chatre
2044M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002045L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002046L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002047W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002048W: http://ipw2100.sourceforge.net
2049S: Supported
2050
2051INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002052P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002053M: yi.zhu@intel.com
2054P: James Ketrenos
2055M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002056P: Reinette Chatre
2057M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002058L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002059L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002060W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002061W: http://ipw2200.sourceforge.net
2062S: Supported
2063
Zhu Yib481de92007-09-25 17:54:57 -07002064INTEL WIRELESS WIFI LINK (iwlwifi)
2065P: Zhu Yi
2066M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002067P: Reinette Chatre
2068M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002069L: linux-wireless@vger.kernel.org
2070L: ipw3945-devel@lists.sourceforge.net
2071W: http://intellinuxwireless.org
2072T: git git://intellinuxwireless.org/repos/iwlwifi
2073S: Supported
2074
Ralf Baechlecb109a02007-08-30 23:56:30 -07002075IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076P: Ralf Baechle
2077M: ralf@linux-mips.org
2078L: linux-mips@linux-mips.org
2079S: Maintained
2080
Ralf Baechlecb109a02007-08-30 23:56:30 -07002081IOC3 SERIAL DRIVER
2082P: Pat Gefre
2083M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002084L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002085S: Maintained
2086
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087IP MASQUERADING:
2088P: Juanjo Ciarlante
2089M: jjciarla@raiz.uncu.edu.ar
2090S: Maintained
2091
Francois Romieu1202d6f2007-09-17 17:13:55 -07002092IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2093P: Francois Romieu
2094M: romieu@fr.zoreil.com
2095P: Sorbica Shieh
2096M: sorbica@icplus.com.tw
2097P: Jesse Huang
2098M: jesse@icplus.com.tw
2099L: netdev@vger.kernel.org
2100S: Maintained
2101
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002102IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002103P: Arthur Jones
2104M: infinipath@qlogic.com
2105L: general@lists.openfabrics.org
2106T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002107S: Supported
2108
Corey Minyard4409ebe2006-04-20 02:43:12 -07002109IPMI SUBSYSTEM
2110P: Corey Minyard
2111M: minyard@acm.org
2112L: openipmi-developer@lists.sourceforge.net
2113W: http://openipmi.sourceforge.net/
2114S: Supported
2115
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116IPX NETWORK LAYER
2117P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002118M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002119L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120S: Maintained
2121
2122IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002123P: Samuel Ortiz
2124M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002125L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002127S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128
Mike Christie14816b1e2007-11-28 16:22:06 -08002129ISCSI
2130P: Mike Christie
2131M: michaelc@cs.wisc.edu
2132L: open-iscsi@googlegroups.com
2133W: www.open-iscsi.org
2134T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2135S: Maintained
2136
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137ISAPNP
2138P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002139M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140S: Maintained
2141
2142ISDN SUBSYSTEM
2143P: Karsten Keil
2144M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145L: isdn4linux@listserv.isdn4linux.de
2146W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002147T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148S: Maintained
2149
2150ISDN SUBSYSTEM (Eicon active card driver)
2151P: Armin Schindler
2152M: mac@melware.de
2153L: isdn4linux@listserv.isdn4linux.de
2154W: http://www.melware.de
2155S: Maintained
2156
Hans Verkuil91821ff2007-12-02 09:35:33 -03002157IVTV VIDEO4LINUX DRIVER
2158P: Hans Verkuil
2159M: hverkuil@xs4all.nl
2160L: ivtv-devel@ivtvdriver.org
2161L: ivtv-users@ivtvdriver.org
2162L: video4linux-list@redhat.com
2163W: http://www.ivtvdriver.org
2164S: Maintained
2165
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2167P: David Woodhouse
2168M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002169L: linux-mtd@lists.infradead.org
2170W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171S: Maintained
2172
2173JFS FILESYSTEM
2174P: Dave Kleikamp
2175M: shaggy@austin.ibm.com
2176L: jfs-discussion@lists.sourceforge.net
2177W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002178T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179S: Supported
2180
Josh Triplettde456d32006-07-30 03:04:00 -07002181JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002182P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002183M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002184L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002185S: Maintained
2186
Rudolf Marek4660cb32006-10-08 22:01:26 +02002187K8TEMP HARDWARE MONITORING DRIVER
2188P: Rudolf Marek
2189M: r.marek@assembler.cz
2190L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Maintained
2192
2193KCONFIG
2194P: Roman Zippel
2195M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002196L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197S: Maintained
2198
Vivek Goyalea6c2082006-05-20 14:59:55 -07002199KDUMP
2200P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002201M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002202P: Haren Myneni
2203M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002204L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002205L: linux-kernel@vger.kernel.org
2206W: http://lse.sourceforge.net/kdump/
2207S: Maintained
2208
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209KERNEL AUTOMOUNTER (AUTOFS)
2210P: H. Peter Anvin
2211M: hpa@zytor.com
2212L: autofs@linux.kernel.org
2213S: Odd Fixes
2214
2215KERNEL AUTOMOUNTER v4 (AUTOFS4)
2216P: Ian Kent
2217M: raven@themaw.net
2218L: autofs@linux.kernel.org
2219S: Maintained
2220
2221KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222P: Sam Ravnborg
2223M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002224T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002225L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002226S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
2228KERNEL JANITORS
2229P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002230L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232S: Maintained
2233
2234KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002235P: J. Bruce Fields
2236M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002238M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239L: nfs@lists.sourceforge.net
2240W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002241S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242
Avi Kivity426d62e2006-12-13 00:34:03 -08002243KERNEL VIRTUAL MACHINE (KVM)
2244P: Avi Kivity
2245M: avi@qumranet.com
2246L: kvm-devel@lists.sourceforge.net
2247W: kvm.sourceforge.net
2248S: Supported
2249
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002250KEXEC
2251P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002252M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002253W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002254L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002255L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002256S: Maintained
2257
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002258KPROBES
2259P: Prasanna S Panchamukhi
2260M: prasanna@in.ibm.com
2261P: Ananth N Mavinakayanahalli
2262M: ananth@in.ibm.com
2263P: Anil S Keshavamurthy
2264M: anil.s.keshavamurthy@intel.com
2265P: David S. Miller
2266M: davem@davemloft.net
2267L: linux-kernel@vger.kernel.org
2268S: Maintained
2269
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002270KS0108 LCD CONTROLLER DRIVER
2271P: Miguel Ojeda Sandonis
2272M: maxextreme@gmail.com
2273L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002274W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002275S: Maintained
2276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002279S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280
2281LASI 53c700 driver for PARISC
2282P: James E.J. Bottomley
2283M: James.Bottomley@HansenPartnership.com
2284L: linux-scsi@vger.kernel.org
2285S: Maintained
2286
Richard Purdie263de9b2006-05-15 09:44:16 -07002287LED SUBSYSTEM
2288P: Richard Purdie
2289M: rpurdie@rpsys.net
2290S: Maintained
2291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292LEGO USB Tower driver
2293P: Juergen Stuber
2294M: starblue@users.sourceforge.net
2295L: legousb-devel@lists.sourceforge.net
2296W: http://legousb.sourceforge.net/
2297S: Maintained
2298
Rusty Russell568a17f2007-10-25 14:12:24 +10002299LGUEST
2300P: Rusty Russell
2301M: rusty@rustcorp.com.au
2302L: lguest@ozlabs.org
2303W: http://lguest.ozlabs.org/
2304S: Maintained
2305
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306LINUX FOR IBM pSERIES (RS/6000)
2307P: Paul Mackerras
2308M: paulus@au.ibm.com
2309W: http://www.ibm.com/linux/ltc/projects/ppc
2310S: Supported
2311
2312LINUX FOR NCR VOYAGER
2313P: James Bottomley
2314M: James.Bottomley@HansenPartnership.com
2315W: http://www.hansenpartnership.com/voyager
2316S: Maintained
2317
2318LINUX FOR POWERPC
2319P: Paul Mackerras
2320M: paulus@samba.org
2321W: http://www.penguinppc.org/
2322L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002323T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324S: Supported
2325
2326LINUX FOR POWER MACINTOSH
2327P: Benjamin Herrenschmidt
2328M: benh@kernel.crashing.org
2329W: http://www.penguinppc.org/
2330L: linuxppc-dev@ozlabs.org
2331S: Maintained
2332
2333LINUX FOR POWERPC EMBEDDED MPC52XX
2334P: Sylvain Munaut
2335M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002336P: Grant Likely
2337M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338W: http://www.246tNt.com/mpc52xx/
2339W: http://www.penguinppc.org/
2340L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341S: Maintained
2342
2343LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002344P: Josh Boyer
2345M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346P: Matt Porter
2347M: mporter@kernel.crashing.org
2348W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002349L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002350T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Maintained
2352
Grant Likely260c02a2007-10-02 12:15:34 +10002353LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2354P: Grant Likely
2355M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002356W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002357L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358S: Maintained
2359
Tom Rinie93adf12005-07-26 12:49:53 -07002360LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361P: Tom Rini
2362M: trini@kernel.crashing.org
2363W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002364L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365S: Maintained
2366
Tom Rinie93adf12005-07-26 12:49:53 -07002367LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002368P: Vitaly Bordug
2369M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002370P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002371M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002372W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002373L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002374S: Maintained
2375
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002377P: Kumar Gala
2378M: galak@kernel.crashing.org
2379W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002380L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002381S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382
Olof Johanssonab06ff32006-09-06 14:44:54 -05002383LINUX FOR POWERPC PA SEMI PWRFICIENT
2384P: Olof Johansson
2385M: olof@lixom.net
2386W: http://www.pasemi.com/
2387L: linuxppc-dev@ozlabs.org
2388S: Supported
2389
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390LLC (802.2)
2391P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002392M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Maintained
2394
2395LINUX FOR 64BIT POWERPC
2396P: Paul Mackerras
2397M: paulus@samba.org
2398M: paulus@au.ibm.com
2399P: Anton Blanchard
2400M: anton@samba.org
2401M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002402W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002403L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404S: Supported
2405
2406LINUX SECURITY MODULE (LSM) FRAMEWORK
2407P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002408M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002409L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002411T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Supported
2413
2414LM83 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
2420LM90 HARDWARE MONITOR DRIVER
2421P: Jean Delvare
2422M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002423L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424S: Maintained
2425
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002426LOCKDEP AND LOCKSTAT
2427P: Peter Zijlstra
2428M: peterz@infradead.org
2429P: Ingo Molnar
2430M: mingo@redhat.com
2431L: linux-kernel@vger.kernel.org
2432T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2433S: Maintained
2434
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002435LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436P: Richard Russon (FlatCap)
2437M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002438L: linux-ntfs-dev@lists.sourceforge.net
2439W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440S: Maintained
2441
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002442LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2443P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002444M: Eric.Moore@lsi.com
2445M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002446L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002447L: linux-scsi@vger.kernel.org
2448W: http://www.lsilogic.com/support
2449S: Supported
2450
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2452P: Matthew Wilcox
2453M: matthew@wil.cx
2454L: linux-scsi@vger.kernel.org
2455S: Maintained
2456
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002457M32R ARCHITECTURE
2458P: Hirokazu Takata
2459M: takata@linux-m32r.org
2460L: linux-m32r@ml.linux-m32r.org
2461L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2462W: http://www.linux-m32r.org/
2463S: Maintained
2464
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465M68K ARCHITECTURE
2466P: Geert Uytterhoeven
2467M: geert@linux-m68k.org
2468P: Roman Zippel
2469M: zippel@linux-m68k.org
2470L: linux-m68k@lists.linux-m68k.org
2471W: http://www.linux-m68k.org/
2472W: http://linux-m68k-cvs.ubb.ca/
2473S: Maintained
2474
2475M68K ON APPLE MACINTOSH
2476P: Joshua Thompson
2477M: funaho@jurai.org
2478W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002479L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480S: Maintained
2481
2482M68K ON HP9000/300
2483P: Philip Blundell
2484M: philb@gnu.org
2485W: http://www.tazenda.demon.co.uk/phil/linux-hp
2486S: Maintained
2487
Jiri Benc64a327a2007-05-05 11:47:08 -07002488MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002489P: Michael Wu
2490M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002491P: Johannes Berg
2492M: johannes@sipsolutions.net
2493P: Jiri Benc
2494M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002495L: linux-wireless@vger.kernel.org
2496W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002497T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002498S: Maintained
2499
Stefano Brivio1036d862007-12-23 04:46:27 +01002500MAC80211 PID RATE CONTROL
2501P: Stefano Brivio
2502M: stefano.brivio@polimi.it
2503P: Mattias Nissler
2504M: mattias.nissler@gmx.de
2505L: linux-wireless@vger.kernel.org
2506W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2507T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2508S: Maintained
2509
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002510MACVLAN DRIVER
2511P: Patrick McHardy
2512M: kaber@trash.net
2513L: netdev@vger.kernel.org
2514S: Maintained
2515
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516MARVELL YUKON / SYSKONNECT DRIVER
2517P: Mirko Lindner
2518M: mlindner@syskonnect.de
2519P: Ralph Roesler
2520M: rroesler@syskonnect.de
2521W: http://www.syskonnect.com
2522S: Supported
2523
Michael Kerriskfaf16682005-07-31 22:34:47 -07002524MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002525P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002526M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002527W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2528S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002529
Stefano Brivio74cda162007-11-19 20:27:46 +01002530MARVELL LIBERTAS WIRELESS DRIVER
2531P: Dan Williams
2532M: dcbw@redhat.com
2533L: libertas-dev@lists.infradead.org
2534S: Maintained
2535
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002536MARVELL MV643XX ETHERNET DRIVER
2537P: Dale Farnsworth
2538M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002540M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002541L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002542S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543
2544MATROX FRAMEBUFFER DRIVER
2545P: Petr Vandrovec
2546M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002547L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548S: Maintained
2549
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002550MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2551P: Hans J. Koch
2552M: hjk@linutronix.de
2553L: lm-sensors@lm-sensors.org
2554S: Maintained
2555
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002556MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002557P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002558M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002559S: linux-scsi@vger.kernel.org
2560W: http://megaraid.lsilogic.com
2561S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002562
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002563MEMORY MANAGEMENT
2564L: linux-mm@kvack.org
2565L: linux-kernel@vger.kernel.org
2566W: http://www.linux-mm.org
2567S: Maintained
2568
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002569MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570P: David Woodhouse
2571M: dwmw2@infradead.org
2572W: http://www.linux-mtd.infradead.org/
2573L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002574T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575S: Maintained
2576
Artem Bityutskiy48576402007-02-13 17:11:10 +02002577UNSORTED BLOCK IMAGES (UBI)
2578P: Artem Bityutskiy
2579M: dedekind@infradead.org
2580W: http://www.linux-mtd.infradead.org/
2581L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002582T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002583S: Maintained
2584
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585MICROTEK X6 SCANNER
2586P: Oliver Neukum
2587M: oliver@neukum.name
2588S: Maintained
2589
2590MIPS
2591P: Ralf Baechle
2592M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002593W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002595T: git www.linux-mips.org:/pub/scm/linux.git
2596S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597
2598MISCELLANEOUS MCA-SUPPORT
2599P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002600M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601L: linux-kernel@vger.kernel.org
2602S: Maintained
2603
2604MODULE SUPPORT
2605P: Rusty Russell
2606M: rusty@rustcorp.com.au
2607L: linux-kernel@vger.kernel.org
2608S: Maintained
2609
2610MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2611P: Stelian Pop
2612M: stelian@popies.net
2613W: http://popies.net/meye/
2614S: Maintained
2615
Pavel Pisac58ff042007-05-16 01:10:41 +02002616MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2617P: Pavel Pisa
2618M: ppisa@pikron.com
2619L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2620W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2621S: Maintained
2622
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623MOUSE AND MISC DEVICES [GENERAL]
2624P: Alessandro Rubini
2625M: rubini@ipvvis.unipv.it
2626L: linux-kernel@vger.kernel.org
2627S: Maintained
2628
Jiri Slabyd7354102006-12-08 02:38:35 -08002629MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2630P: Jiri Slaby
2631M: jirislaby@gmail.com
2632L: linux-kernel@vger.kernel.org
2633S: Maintained
2634
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002635MSI LAPTOP SUPPORT
2636P: Lennart Poettering
2637M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002638W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002639W: http://0pointer.de/lennart/tchibo.html
2640S: Maintained
2641
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002642MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002643P: Pierre Ossman
2644M: drzeus-mmc@drzeus.cx
2645L: linux-kernel@vger.kernel.org
2646S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002647
David Brownell15a05802007-08-08 09:12:54 -07002648MULTIMEDIA CARD (MMC) ETC. OVER SPI
2649P: David Brownell
2650M: dbrownell@users.sourceforge.net
2651L: linux-kernel@vger.kernel.org
2652S: Odd fixes
2653
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654MULTISOUND SOUND DRIVER
2655P: Andrew Veliath
2656M: andrewtv@usa.net
2657S: Maintained
2658
Jiri Slabyd7354102006-12-08 02:38:35 -08002659MULTITECH MULTIPORT CARD (ISICOM)
2660P: Jiri Slaby
2661M: jirislaby@gmail.com
2662L: linux-kernel@vger.kernel.org
2663S: Maintained
2664
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665NATSEMI ETHERNET DRIVER (DP8381x)
2666P: Tim Hockin
2667M: thockin@hockin.org
2668S: Maintained
2669
2670NCP FILESYSTEM
2671P: Petr Vandrovec
2672M: vandrove@vc.cvut.cz
2673L: linware@sh.cvut.cz
2674S: Maintained
2675
2676NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2677P: James E.J. Bottomley
2678M: James.Bottomley@HansenPartnership.com
2679L: linux-scsi@vger.kernel.org
2680S: Maintained
2681
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002682NETEM NETWORK EMULATOR
2683P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002684M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002685L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002686S: Maintained
2687
Jiri Slaby4a584482007-08-30 23:56:39 -07002688NETERION (S2IO) Xframe 10GbE DRIVER
2689P: Ramkrishna Vepa
2690M: ram.vepa@neterion.com
2691P: Rastapur Santosh
2692M: santosh.rastapur@neterion.com
2693P: Sivakumar Subramani
2694M: sivakumar.subramani@neterion.com
2695P: Sreenivasa Honnur
2696M: sreenivasa.honnur@neterion.com
2697L: netdev@vger.kernel.org
2698W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2699S: Supported
2700
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701NETFILTER/IPTABLES/IPCHAINS
2702P: Rusty Russell
2703P: Marc Boucher
2704P: James Morris
2705P: Harald Welte
2706P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002707P: Patrick McHardy
2708M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002709L: netfilter-devel@vger.kernel.org
2710L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002711L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712W: http://www.netfilter.org/
2713W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714S: Supported
2715
Paul Moore4cc67732006-09-25 15:57:13 -07002716NETLABEL
2717P: Paul Moore
2718M: paul.moore@hp.com
2719W: http://netlabel.sf.net
2720L: netdev@vger.kernel.org
2721S: Supported
2722
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723NETROM NETWORK LAYER
2724P: Ralf Baechle
2725M: ralf@linux-mips.org
2726L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002727W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728S: Maintained
2729
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002730NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731P: Paul Clements
2732M: Paul.Clements@steeleye.com
2733S: Maintained
2734
2735NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736P: Jeff Garzik
2737M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002738L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002739T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740S: Maintained
2741
2742NETWORKING [GENERAL]
2743P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002744M: netdev@vger.kernel.org
2745L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002746W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747S: Maintained
2748
2749NETWORKING [IPv4/IPv6]
2750P: David S. Miller
2751M: davem@davemloft.net
2752P: Alexey Kuznetsov
2753M: kuznet@ms2.inr.ac.ru
2754P: Pekka Savola (ipv6)
2755M: pekkas@netcore.fi
2756P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002757M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758P: Hideaki YOSHIFUJI
2759M: yoshfuji@linux-ipv6.org
2760P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002761M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002762L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002763T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764S: Maintained
2765
James Morris10e2ff12007-08-25 14:41:28 -07002766NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2767P: Paul Moore
2768M: paul.moore@hp.com
2769L: netdev@vger.kernel.org
2770S: Maintained
2771
John W. Linville29f8f632006-01-18 14:52:48 -08002772NETWORKING [WIRELESS]
2773P: John W. Linville
2774M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002775L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002776T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2777S: Maintained
2778
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002779NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002780P: Dhananjay Phadke
2781M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002782L: netdev@vger.kernel.org
2783W: http://www.netxen.com
2784S: Supported
2785
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786IPVS
2787P: Wensong Zhang
2788M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002789P: Simon Horman
2790M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791P: Julian Anastasov
2792M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002793L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794S: Maintained
2795
2796NFS CLIENT
2797P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002798M: Trond.Myklebust@netapp.com
2799L: linux-nfs@vger.kernel.org
2800W: http://client.linux-nfs.org
2801T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802S: Maintained
2803
2804NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002805P: Jan-Pascal van Best
2806M: janpascal@vanbest.org
2807P: Andreas Mohr
2808M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002809L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810S: Maintained
2811
2812NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2813P: YOKOTA Hiroshi
2814M: yokota@netlab.is.tsukuba.ac.jp
2815W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2816S: Maintained
2817
2818NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2819P: GOTO Masanori
2820M: gotom@debian.or.jp
2821P: YOKOTA Hiroshi
2822M: yokota@netlab.is.tsukuba.ac.jp
2823W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2824S: Maintained
2825
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826NTFS FILESYSTEM
2827P: Anton Altaparmakov
2828M: aia21@cantab.net
2829L: linux-ntfs-dev@lists.sourceforge.net
2830L: linux-kernel@vger.kernel.org
2831W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002832T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833S: Maintained
2834
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002835NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002836P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002837M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002838L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002839S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002841OPENCORES I2C BUS DRIVER
2842P: Peter Korsgaard
2843M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002844L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002845S: Maintained
2846
Mark Fashehccd979b2005-12-15 14:31:24 -08002847ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2848P: Mark Fasheh
2849M: mark.fasheh@oracle.com
2850P: Kurt Hackel
2851M: kurt.hackel@oracle.com
2852L: ocfs2-devel@oss.oracle.com
2853W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002854S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002855
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856OLYMPIC NETWORK DRIVER
2857P: Peter De Shrijver
2858M: p2@ace.ulyssis.student.kuleuven.ac.be
2859P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002860M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002861L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862W: http://www.linuxtr.net
2863S: Maintained
2864
Harald Weltec1986ee2005-11-13 16:06:29 -08002865OMNIKEY CARDMAN 4000 DRIVER
2866P: Harald Welte
2867M: laforge@gnumonks.org
2868S: Maintained
2869
Harald Welte77c44ab2005-11-13 16:06:26 -08002870OMNIKEY CARDMAN 4040 DRIVER
2871P: Harald Welte
2872M: laforge@gnumonks.org
2873S: Maintained
2874
Jonathan Corbet77d51402007-03-22 19:44:17 -03002875OMNIVISION OV7670 SENSOR DRIVER
2876P: Jonathan Corbet
2877M: corbet@lwn.net
2878L: video4linux-list@redhat.com
2879S: Maintained
2880
Thomas Gleixner431bca72007-05-02 09:31:35 +02002881ONENAND FLASH DRIVER
2882P: Kyungmin Park
2883M: kyungmin.park@samsung.com
2884L: linux-mtd@lists.infradead.org
2885S: Maintained
2886
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887ONSTREAM SCSI TAPE DRIVER
2888P: Willem Riede
2889M: osst@riede.org
2890L: osst-users@lists.sourceforge.net
2891L: linux-scsi@vger.kernel.org
2892S: Maintained
2893
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894OPROFILE
2895P: Philippe Elie
2896M: phil.el@wanadoo.fr
2897L: oprofile-list@lists.sf.net
2898S: Maintained
2899
2900ORINOCO DRIVER
2901P: Pavel Roskin
2902M: proski@gnu.org
2903P: David Gibson
2904M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002905L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002906L: orinoco-users@lists.sourceforge.net
2907L: orinoco-devel@lists.sourceforge.net
2908W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909S: Maintained
2910
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002911PA SEMI ETHERNET DRIVER
2912P: Olof Johansson
2913M: olof@lixom.net
2914L: netdev@vger.kernel.org
2915S: Maintained
2916
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002917PA SEMI SMBUS DRIVER
2918P: Olof Johansson
2919M: olof@lixom.net
2920L: i2c@lm-sensors.org
2921S: Maintained
2922
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002924L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002925S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926
2927PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2928P: Tim Waugh
2929M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002930L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931W: http://www.torque.net/linux-pp.html
2932S: Maintained
2933
2934PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002935P: Kyle McMartin
2936M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937P: Matthew Wilcox
2938M: matthew@wil.cx
2939P: Grant Grundler
2940M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002941L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002943T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944S: Maintained
2945
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002946PARAVIRT_OPS INTERFACE
2947P: Jeremy Fitzhardinge
2948M: jeremy@xensource.com
2949P: Chris Wright
2950M: chrisw@sous-sol.org
2951P: Zachary Amsden
2952M: zach@vmware.com
2953P: Rusty Russell
2954M: rusty@rustcorp.com.au
2955L: virtualization@lists.osdl.org
2956L: linux-kernel@vger.kernel.org
2957S: Supported
2958
Jim Cromie1662d322006-10-06 00:43:59 -07002959PC87360 HARDWARE MONITORING DRIVER
2960P: Jim Cromie
2961M: jim.cromie@gmail.com
2962L: lm-sensors@lm-sensors.org
2963S: Maintained
2964
2965PC8736x GPIO DRIVER
2966P: Jim Cromie
2967M: jim.cromie@gmail.com
2968S: Maintained
2969
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002970PCI ERROR RECOVERY
2971P: Linas Vepstas
2972M: linas@austin.ibm.com
2973L: linux-kernel@vger.kernel.org
2974L: linux-pci@atrey.karlin.mff.cuni.cz
2975S: Supported
2976
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977PCI SUBSYSTEM
2978P: Greg Kroah-Hartman
2979M: gregkh@suse.de
2980L: linux-kernel@vger.kernel.org
2981L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002982T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983S: Supported
2984
2985PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002986P: Kristen Carlson Accardi
2987M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988S: Supported
2989
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002990PCIE HOTPLUG DRIVER
2991P: Kristen Carlson Accardi
2992M: kristen.c.accardi@intel.com
2993L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002994S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002995
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002997P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002998L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002999W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003000T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003001S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002
3003PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003004P: Don Fry
3005M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003006L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007S: Maintained
3008
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003009PER-TASK DELAY ACCOUNTING
3010P: Shailabh Nagar
3011M: nagar@watson.ibm.com
3012L: linux-kernel@vger.kernel.org
3013S: Maintained
3014
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003015PERSONALITY HANDLING
3016P: Christoph Hellwig
3017M: hch@infradead.org
3018L: linux-abi-devel@lists.sourceforge.net
3019S: Maintained
3020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003022P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023M: joern@wh.fh-wedel.de
3024L: linux-mtd@lists.infradead.org
3025S: Maintained
3026
Peter Osterlund249a6772005-09-27 21:45:30 -07003027PKTCDVD DRIVER
3028P: Peter Osterlund
3029M: petero2@telia.com
3030L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003031S: Maintained
3032
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003034P: Thomas Gleixner
3035M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003036L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037S: Supported
3038
Anton Vorontsov3be86142007-07-15 04:43:36 +04003039POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3040P: Anton Vorontsov
3041M: cbou@mail.ru
3042P: David Woodhouse
3043M: dwmw2@infradead.org
3044L: linux-kernel@vger.kernel.org
3045L: kernel-discuss@handhelds.org
3046T: git git.infradead.org/battery-2.6.git
3047S: Maintained
3048
Eugene Surovegin24682972005-10-14 03:00:53 -07003049POWERPC 4xx EMAC DRIVER
3050P: Eugene Surovegin
3051M: ebs@ebshome.net
3052W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003053L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003054L: netdev@vger.kernel.org
3055S: Maintained
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057PNP SUPPORT
3058P: Adam Belay
3059M: ambx1@neo.rr.com
3060S: Maintained
3061
Vitaly Wool999445d2007-01-04 13:07:03 +01003062PNXxxxx I2C DRIVER
3063P: Vitaly Wool
3064M: vitalywool@gmail.com
3065L: i2c@lm-sensors.org
3066S: Maintained
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068PPP PROTOCOL DRIVERS AND COMPRESSORS
3069P: Paul Mackerras
3070M: paulus@samba.org
3071L: linux-ppp@vger.kernel.org
3072S: Maintained
3073
3074PPP OVER ATM (RFC 2364)
3075P: Mitchell Blank Jr
3076M: mitch@sfgoth.com
3077S: Maintained
3078
3079PPP OVER ETHERNET
3080P: Michal Ostrowski
3081M: mostrows@speakeasy.net
3082S: Maintained
3083
James Chapmana6d23702007-06-27 15:53:17 -07003084PPP OVER L2TP
3085P: James Chapman
3086M: jchapman@katalix.com
3087S: Maintained
3088
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089PREEMPTIBLE KERNEL
3090P: Robert Love
3091M: rml@tech9.net
3092L: linux-kernel@vger.kernel.org
3093L: kpreempt-tech@lists.sourceforge.net
3094W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3095S: Supported
3096
Michael Wueff1a592007-09-25 18:11:01 -07003097P54 WIRELESS DRIVER
3098P: Michael Wu
3099M: flamingice@sourmilk.net
3100L: linux-wireless@vger.kernel.org
3101W: http://prism54.org
3102T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3103S: Maintained
3104
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003106P: Luis R. Rodriguez
3107M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003108L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109W: http://prism54.org
3110S: Maintained
3111
3112PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3113P: Peter Denison
3114M: promise@pnd-pc.demon.co.uk
3115W: http://www.pnd-pc.demon.co.uk/promise/
3116S: Maintained
3117
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003118PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3119P: Mikael Pettersson
3120M: mikpe@it.uu.se
3121L: linux-ide@vger.kernel.org
3122S: Maintained
3123
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003124PS3 NETWORK SUPPORT
3125P: Masakazu Mokuno
3126M: mokuno@sm.sony.co.jp
3127L: netdev@vger.kernel.org
3128L: cbe-oss-dev@ozlabs.org
3129S: Supported
3130
Geoff Levandf58a9d12006-11-23 00:46:51 +01003131PS3 PLATFORM SUPPORT
3132P: Geoff Levand
3133M: geoffrey.levand@am.sony.com
3134L: linuxppc-dev@ozlabs.org
3135L: cbe-oss-dev@ozlabs.org
3136S: Supported
3137
Michael Krufky83202042006-07-03 00:24:18 -07003138PVRUSB2 VIDEO4LINUX DRIVER
3139P: Mike Isely
3140M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003141L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003142L: video4linux-list@redhat.com
3143W: http://www.isely.net/pvrusb2/
3144S: Maintained
3145
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146PXA2xx SUPPORT
3147P: Nicolas Pitre
3148M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003149L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
Pierre Ossman272f1332007-05-14 21:25:26 +02003152PXA MMCI DRIVER
3153S: Orphan
3154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155QLOGIC QLA2XXX FC-SCSI DRIVER
3156P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003157M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158L: linux-scsi@vger.kernel.org
3159S: Supported
3160
Ron Mercer5a4faa872006-07-25 00:40:21 -07003161QLOGIC QLA3XXX NETWORK DRIVER
3162P: Ron Mercer
3163M: linux-driver@qlogic.com
3164L: netdev@vger.kernel.org
3165S: Supported
3166
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167QNX4 FILESYSTEM
3168P: Anders Larsen
3169M: al@alarsen.net
3170L: linux-kernel@vger.kernel.org
3171W: http://www.alarsen.net/linux/qnx4fs/
3172S: Maintained
3173
3174RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003175P: Benjamin Herrenschmidt
3176M: benh@kernel.crashing.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
3180RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003181P: Paul Mackerras
3182M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003183L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184S: Maintained
3185
3186RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3187P: Corey Thomas
3188M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003189L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190S: Maintained
3191
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003192RALINK RT2X00 WLAN DRIVER
3193P: rt2x00 project
3194L: linux-wireless@vger.kernel.org
3195L: rt2400-devel@lists.sourceforge.net
3196W: http://rt2x00.serialmonkey.com/
3197S: Maintained
3198F: drivers/net/wireless/rt2x00/
3199
Matt Mackall9e95ce22005-04-16 15:25:56 -07003200RANDOM NUMBER DRIVER
3201P: Matt Mackall
3202M: mpm@selenic.com
3203S: Maintained
3204
Matt Porter394b7012005-11-07 01:00:15 -08003205RAPIDIO SUBSYSTEM
3206P: Matt Porter
3207M: mporter@kernel.crashing.org
3208L: linux-kernel@vger.kernel.org
3209S: Maintained
3210
Josh Triplett595182b2006-10-04 02:17:21 -07003211READ-COPY UPDATE (RCU)
3212P: Dipankar Sarma
3213M: dipankar@in.ibm.com
3214W: http://www.rdrop.com/users/paulmck/rclock/
3215L: linux-kernel@vger.kernel.org
3216S: Supported
3217
3218RCUTORTURE MODULE
3219P: Josh Triplett
3220M: josh@freedesktop.org
3221L: linux-kernel@vger.kernel.org
3222S: Maintained
3223
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224REAL TIME CLOCK DRIVER
3225P: Paul Gortmaker
3226M: p_gortmaker@yahoo.com
3227L: linux-kernel@vger.kernel.org
3228S: Maintained
3229
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003230REAL TIME CLOCK (RTC) SUBSYSTEM
3231P: Alessandro Zummo
3232M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003233L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003234S: Maintained
3235
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236REISERFS FILE SYSTEM
3237P: Hans Reiser
3238M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003239L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240W: http://www.namesys.com
3241S: Supported
3242
3243ROCKETPORT DRIVER
3244P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245W: http://www.comtrol.com
3246S: Maintained
3247
3248ROSE NETWORK LAYER
3249P: Ralf Baechle
3250M: ralf@linux-mips.org
3251L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003252W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253S: Maintained
3254
3255RISCOM8 DRIVER
3256S: Orphan
3257
Michael Wu605bebe2007-05-14 01:41:02 -04003258RTL818X WIRELESS DRIVER
3259P: Michael Wu
3260M: flamingice@sourmilk.net
3261P: Andrea Merello
3262M: andreamrl@tiscali.it
3263L: linux-wireless@vger.kernel.org
3264W: http://linuxwireless.org/
3265T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3266S: Maintained
3267
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003268S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003269P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003270M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003271L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003272S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274S390
3275P: Martin Schwidefsky
3276M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003277P: Heiko Carstens
3278M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003280L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003281W: http://www.ibm.com/developerworks/linux/linux390/
3282S: Supported
3283
3284S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003285P: Ursula Braun
3286M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003287P: Frank Blaschka
3288M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003289M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003290L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003291W: http://www.ibm.com/developerworks/linux/linux390/
3292S: Supported
3293
3294S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003295P: Christof Schmitt
3296M: christof.schmitt@de.ibm.com
3297P: Martin Peschke
3298M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003299M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003300L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003301W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302S: Supported
3303
Ursula Braundd96df22007-09-19 13:09:02 +02003304S390 IUCV NETWORK LAYER
3305P: Ursula Braun
3306M: ubraun@linux.vnet.ibm.com
3307M: linux390@de.ibm.com
3308L: linux-s390@vger.kernel.org
3309W: http://www.ibm.com/developerworks/linux/linux390/
3310S: Supported
3311
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312SAA7146 VIDEO4LINUX-2 DRIVER
3313P: Michael Hunold
3314M: michael@mihu.de
3315W: http://www.mihu.de/linux/saa7146
3316S: Maintained
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318SC1200 WDT DRIVER
3319P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003320M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321S: Maintained
3322
3323SCHEDULER
3324P: Ingo Molnar
3325M: mingo@elte.hu
3326P: Robert Love [the preemptible kernel bits]
3327M: rml@tech9.net
3328L: linux-kernel@vger.kernel.org
3329S: Maintained
3330
3331SCSI CDROM DRIVER
3332P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003333M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334L: linux-scsi@vger.kernel.org
3335W: http://www.kernel.dk
3336S: Maintained
3337
3338SCSI SG DRIVER
3339P: Doug Gilbert
3340M: dgilbert@interlog.com
3341L: linux-scsi@vger.kernel.org
3342W: http://www.torque.net/sg
3343S: Maintained
3344
3345SCSI SUBSYSTEM
3346P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003347M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003349T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003350T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3351T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352S: Maintained
3353
3354SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003355P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356M: Kai.Makisara@kolumbus.fi
3357L: linux-scsi@vger.kernel.org
3358S: Maintained
3359
3360SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003361P: Vlad Yasevich
3362M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003363P: Sridhar Samudrala
3364M: sri@us.ibm.com
3365L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003366W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003367S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368
3369SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003370P: Jim Cromie
3371M: jim.cromie@gmail.com
3372S: Odd Fixes
3373
3374SCx200 GPIO DRIVER
3375P: Jim Cromie
3376M: jim.cromie@gmail.com
3377S: Maintained
3378
3379SCx200 HRT CLOCKSOURCE DRIVER
3380P: Jim Cromie
3381M: jim.cromie@gmail.com
3382S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383
3384SECURITY CONTACT
3385P: Security Officers
3386M: security@kernel.org
3387S: Supported
3388
3389SELINUX SECURITY MODULE
3390P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003391M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003393M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003394P: Eric Paris
3395M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003397L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398W: http://www.nsa.gov/selinux
3399S: Supported
3400
Jiri Slabycef2cf02007-05-08 00:31:45 -07003401SENSABLE PHANTOM
3402P: Jiri Slaby
3403M: jirislaby@gmail.com
3404S: Maintained
3405
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406SERIAL ATA (SATA) SUBSYSTEM:
3407P: Jeff Garzik
3408M: jgarzik@pobox.com
3409L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003410T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411S: Supported
3412
3413SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3414P: Pat Gefre
3415M: pfg@sgi.com
3416L: linux-ia64@vger.kernel.org
3417S: Supported
3418
3419SGI VISUAL WORKSTATION 320 AND 540
3420P: Andrey Panin
3421M: pazke@donpac.ru
3422L: linux-visws-devel@lists.sf.net
3423W: http://linux-visws.sf.net
3424S: Maintained for 2.6.
3425
3426SIMTEC EB110ATX (Chalice CATS)
3427P: Ben Dooks
3428P: Vincent Sanders
3429M: support@simtec.co.uk
3430W: http://www.simtec.co.uk/products/EB110ATX/
3431S: Supported
3432
3433SIMTEC EB2410ITX (BAST)
3434P: Ben Dooks
3435P: Vincent Sanders
3436M: support@simtec.co.uk
3437W: http://www.simtec.co.uk/products/EB2410ITX/
3438S: Supported
3439
Francois Romieu92aab3c2005-07-30 13:11:18 +02003440SIS 190 ETHERNET DRIVER
3441P: Francois Romieu
3442M: romieu@fr.zoreil.com
3443L: netdev@vger.kernel.org
3444S: Maintained
3445
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446SIS 5513 IDE CONTROLLER DRIVER
3447P: Lionel Bouton
3448M: Lionel.Bouton@inet6.fr
3449W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3450W: http://gyver.homeip.net/sis5513/index.html
3451S: Maintained
3452
3453SIS 900/7016 FAST ETHERNET DRIVER
3454P: Daniele Venzano
3455M: venza@brownhat.org
3456W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003457L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458S: Maintained
3459
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003460SIS 96X I2C/SMBUS DRIVER
3461P: Mark M. Hoffman
3462M: mhoffman@lightlink.com
3463L: lm-sensors@lm-sensors.org
3464S: Maintained
3465
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466SIS FRAMEBUFFER DRIVER
3467P: Thomas Winischhofer
3468M: thomas@winischhofer.net
3469W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003470S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471
3472SIS USB2VGA DRIVER
3473P: Thomas Winischhofer
3474M: thomas@winischhofer.net
3475W: http://www.winischhofer.at/linuxsisusbvga.shtml
3476S: Maintained
3477
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003478SLAB ALLOCATOR
3479P: Christoph Lameter
3480M: clameter@sgi.com
3481P: Pekka Enberg
3482M: penberg@cs.helsinki.fi
3483L: linux-mm@kvack.org
3484S: Maintained
3485
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486SMC91x ETHERNET DRIVER
3487P: Nicolas Pitre
3488M: nico@cam.org
3489S: Maintained
3490
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003491SMSC47B397 HARDWARE MONITOR DRIVER
3492P: Mark M. Hoffman
3493M: mhoffman@lightlink.com
3494L: lm-sensors@lm-sensors.org
3495S: Maintained
3496
Daniel Drake8f0f8502006-07-18 22:00:25 +01003497SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003498P: Daniel Drake
3499M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003500L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003501S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003502
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503SOFTWARE RAID (Multiple Disks) SUPPORT
3504P: Ingo Molnar
3505M: mingo@redhat.com
3506P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003507M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003509S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510
Pavel Machek95a631e2007-07-19 01:47:42 -07003511HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512P: Pavel Machek
3513M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003514P: Rafael J. Wysocki
3515M: rjw@sisk.pl
3516L: linux-pm@lists.linux-foundation.org
3517S: Supported
3518
3519SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003520P: Len Brown
3521M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003522P: Pavel Machek
3523M: pavel@suse.cz
3524P: Rafael J. Wysocki
3525M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003526L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003527S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528
3529SONIC NETWORK DRIVER
3530P: Thomas Bogendoerfer
3531M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003532L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533S: Maintained
3534
Michael Buesch61e115a2007-09-18 15:12:50 -04003535SONICS SILICON BACKPLANE DRIVER (SSB)
3536P: Michael Buesch
3537M: mb@bu3sch.de
3538L: netdev@vger.kernel.org
3539S: Maintained
3540
Linus Torvalds1da177e2005-04-16 15:20:36 -07003541SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003542P: Mattia Dongili
3543M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003544L: linux-acpi@vger.kernel.org
3545W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546S: Maintained
3547
3548SOUND
3549P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003550M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003551L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552S: Maintained
3553
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003554SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3555P: Liam Girdwood
3556M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003557L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003558S: Supported
3559
Kumar Gala025c3982006-04-02 16:05:54 -05003560SPI SUBSYSTEM
3561P: David Brownell
3562M: dbrownell@users.sourceforge.net
3563L: spi-devel-general@lists.sourceforge.net
3564S: Maintained
3565
Steven Rostedt855f46a2006-08-05 12:14:50 -07003566STABLE BRANCH:
3567P: Greg Kroah-Hartman
3568M: greg@kroah.com
3569P: Chris Wright
3570M: chrisw@sous-sol.org
3571L: stable@kernel.org
3572S: Maintained
3573
Kylene Hall1c72d462005-05-01 08:59:13 -07003574TPM DEVICE DRIVER
3575P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003576M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003577W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003578P: Marcel Selhorst
3579M: tpm@selhorst.net
3580W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003581L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003582S: Maintained
3583
Mark Gross1a80ba82005-10-30 15:02:55 -08003584Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003585P: Mark Gross
3586M: mark.gross@intel.com
3587S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003588
Chris Zankel48b415c2005-06-23 22:01:07 -07003589TENSILICA XTENSA PORT (xtensa):
3590P: Chris Zankel
3591M: chris@zankel.net
3592S: Maintained
3593
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003594THINKPAD ACPI EXTRAS DRIVER
3595P: Henrique de Moraes Holschuh
3596M: ibm-acpi@hmh.eng.br
3597L: ibm-acpi-devel@lists.sourceforge.net
3598W: http://ibm-acpi.sourceforge.net
3599W: http://thinkwiki.org/wiki/Ibm-acpi
3600T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3601S: Maintained
3602
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603UltraSPARC (sparc64):
3604P: David S. Miller
3605M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003607T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608S: Maintained
3609
3610SHARP LH SUPPORT (LH7952X & LH7A40X)
3611P: Marc Singer
3612M: elf@buici.com
3613W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003614L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615S: Maintained
3616
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003617SHPC HOTPLUG DRIVER
3618P: Kristen Carlson Accardi
3619M: kristen.c.accardi@intel.com
3620L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003621S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003622
Pierre Ossmand129bce2006-03-24 03:18:17 -08003623SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3624P: Pierre Ossman
3625M: drzeus-sdhci@drzeus.cx
3626L: sdhci-devel@list.drzeus.cx
3627W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3628S: Maintained
3629
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003630SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3631P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003632M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003633L: netdev@vger.kernel.org
3634S: Maintained
3635
Chris Boot1a87d942006-07-10 04:45:34 -07003636SOEKRIS NET48XX LED SUPPORT
3637P: Chris Boot
3638M: bootc@bootc.net
3639S: Maintained
3640
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641SPARC (sparc32):
3642P: William L. Irwin
3643M: wli@holomorphy.com
3644L: sparclinux@vger.kernel.org
3645S: Maintained
3646
3647SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3648P: Roger Wolff
3649M: R.E.Wolff@BitWizard.nl
3650L: linux-kernel@vger.kernel.org ?
3651S: Supported
3652
Jim Lewis2752e402006-09-29 02:01:19 -07003653SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003654P: Ishizaki Kou
3655M: kou.ishizaki@toshiba.co.jp
3656P: Jens Osterkamp
3657M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003658L: netdev@vger.kernel.org
3659S: Supported
3660
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661SRM (Alpha) environment access
3662P: Jan-Benedict Glaw
3663M: jbglaw@lug-owl.de
3664L: linux-kernel@vger.kernel.org
3665S: Maintained
3666
3667STARFIRE/DURALAN NETWORK DRIVER
3668P: Ion Badulescu
3669M: ionut@cs.columbia.edu
3670S: Maintained
3671
3672STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3673W: http://mosquitonet.Stanford.EDU/strip.html
3674S: Unsupported ?
3675
3676STRADIS MPEG-2 DECODER DRIVER
3677P: Nathan Laredo
3678M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679W: http://www.stradis.com/
3680S: Maintained
3681
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003682SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683P: Paul Mundt
3684M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003685L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003687T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003688S: Maintained
3689
3690SUN3/3X
3691P: Sam Creasey
3692M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693W: http://sammy.net/sun3/
3694S: Maintained
3695
3696SVGA HANDLING
3697P: Martin Mares
3698M: mj@ucw.cz
3699L: linux-video@atrey.karlin.mff.cuni.cz
3700S: Maintained
3701
3702SYSV FILESYSTEM
3703P: Christoph Hellwig
3704M: hch@infradead.org
3705S: Maintained
3706
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003707TC CLASSIFIER
3708P: Jamal Hadi Salim
3709M: hadi@cyberus.ca
3710L: netdev@vger.kernel.org
3711S: Maintained
3712
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003713TCP LOW PRIORITY MODULE
3714P: Wong Hoi Sing, Edison
3715M: hswong3i@gmail.com
3716P: Hung Hing Lun, Mike
3717M: hlhung3i@gmail.com
3718W: http://tcp-lp-mod.sourceforge.net/
3719S: Maintained
3720
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003721TEHUTI ETHERNET DRIVER
3722P: Alexander Indenbaum
3723M: baum@tehutinetworks.net
3724P: Andy Gospodarek
3725M: andy@greyhouse.net
3726L: netdev@vger.kernel.org
3727S: Supported
3728
Alex Dubov4020f2d2006-10-04 02:15:37 -07003729TI FLASH MEDIA INTERFACE DRIVER
3730P: Alex Dubov
3731M: oakad@yahoo.com
3732S: Maintained
3733
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003734TI OMAP MMC INTERFACE DRIVER
3735P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003736M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003737W: http://linux.omap.com
3738W: http://www.muru.com/linux/omap/
3739S: Maintained
3740
Michael Buesch844dd052006-06-26 00:24:59 -07003741TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3742P: Deepak Saxena
3743M: dsaxena@plexity.net
3744S: Maintained
3745
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003746TASKSTATS STATISTICS INTERFACE
3747P: Shailabh Nagar
3748M: nagar@watson.ibm.com
3749L: linux-kernel@vger.kernel.org
3750S: Maintained
3751
Per Lidene86eaa32006-01-12 16:45:18 +01003752TIPC NETWORK LAYER
3753P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003754M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003755P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003756M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003757P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003758M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003759L: tipc-discussion@lists.sourceforge.net
3760W: http://tipc.sourceforge.net/
3761W: http://tipc.cslab.ericsson.net/
3762T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3763S: Maintained
3764
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765TLAN NETWORK DRIVER
3766P: Samuel Chessman
3767M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003768L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769W: http://sourceforge.net/projects/tlan/
3770S: Maintained
3771
3772TOKEN-RING NETWORK DRIVER
3773P: Mike Phillips
3774M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003775L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776W: http://www.linuxtr.net
3777S: Maintained
3778
3779TOSHIBA ACPI EXTRAS DRIVER
3780P: John Belmonte
3781M: toshiba_acpi@memebeam.org
3782W: http://memebeam.org/toys/ToshibaAcpiDriver
3783S: Maintained
3784
3785TOSHIBA SMM DRIVER
3786P: Jonathan Buzzard
3787M: jonathan@buzzard.org.uk
3788L: tlinux-users@tce.toshiba-dme.co.jp
3789W: http://www.buzzard.org.uk/toshiba/
3790S: Maintained
3791
3792TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3793P: Muli Ben-Yehuda
3794M: mulix@mulix.org
3795L: linux-kernel@vger.kernel.org
3796S: Maintained
3797
3798TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003799P: Adrian Bunk
3800M: trivial@kernel.org
3801L: linux-kernel@vger.kernel.org
3802W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3803T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3804S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805
3806TMS380 TOKEN-RING NETWORK DRIVER
3807P: Adam Fritzler
3808M: mid@auk.cx
3809L: linux-tr@linuxtr.net
3810W: http://www.auk.cx/tms380tr/
3811S: Maintained
3812
3813TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814L: tulip-users@lists.sourceforge.net
3815W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003816S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817
3818TUN/TAP driver
3819P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003820M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821L: vtun@office.satix.net
3822W: http://vtun.sourceforge.net/tun
3823S: Maintained
3824
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003825TURBOCHANNEL SUBSYSTEM
3826P: Maciej W. Rozycki
3827M: macro@linux-mips.org
3828S: Maintained
3829
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830U14-34F SCSI DRIVER
3831P: Dario Ballabio
3832M: ballabio_dario@emc.com
3833L: linux-scsi@vger.kernel.org
3834S: Maintained
3835
3836UDF FILESYSTEM
3837P: Ben Fennema
3838M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839W: http://linux-udf.sourceforge.net
3840S: Maintained
3841
3842UNIFORM CDROM DRIVER
3843P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003844M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845L: linux-kernel@vger.kernel.org
3846W: http://www.kernel.dk
3847S: Maintained
3848
3849USB ACM DRIVER
3850P: Oliver Neukum
3851M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003852L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853S: Maintained
3854
3855USB BLOCK DRIVER (UB ub)
3856P: Pete Zaitcev
3857M: zaitcev@redhat.com
3858L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003859L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860S: Supported
3861
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862USB CDC ETHERNET DRIVER
3863P: Greg Kroah-Hartman
3864M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003865L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866S: Maintained
3867W: http://www.kroah.com/linux-usb/
3868
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003869USB DAVICOM DM9601 DRIVER
3870P: Peter Korsgaard
3871M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003872L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003873W: http://www.linux-usb.org/usbnet
3874S: Maintained
3875
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876USB EHCI DRIVER
3877P: David Brownell
3878M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003879L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003880S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881
Luca Risolia7ce08c92006-01-11 02:06:59 +00003882USB ET61X[12]51 DRIVER
3883P: Luca Risolia
3884M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003885L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003886L: video4linux-list@redhat.com
3887W: http://www.linux-projects.org
3888S: Maintained
3889
David Brownell69ae9e32006-11-14 02:03:31 -08003890USB GADGET/PERIPHERAL SUBSYSTEM
3891P: David Brownell
3892M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003893L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003894W: http://www.linux-usb.org/gadget
3895S: Maintained
3896
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003897USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003898P: Jiri Kosina
3899M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003900L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003901T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902S: Maintained
3903
Olav Kongas959eea22005-11-03 17:38:14 +02003904USB ISP116X DRIVER
3905P: Olav Kongas
3906M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003907L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003908S: Maintained
3909
Linus Torvalds1da177e2005-04-16 15:20:36 -07003910USB KAWASAKI LSI DRIVER
3911P: Oliver Neukum
3912M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003913L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914S: Maintained
3915
3916USB MASS STORAGE DRIVER
3917P: Matthew Dharm
3918M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003919L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003920L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921S: Maintained
3922W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3923
3924USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003925P: David Brownell
3926M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003927L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003928S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003929
Matthias Urlichsba460e42005-07-14 00:33:47 -07003930USB OPTION-CARD DRIVER
3931P: Matthias Urlichs
3932M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003933L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003934S: Maintained
3935
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936USB OV511 DRIVER
3937P: Mark McClelland
3938M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003939L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940W: http://alpha.dyndns.org/ov511/
3941S: Maintained
3942
3943USB PEGASUS DRIVER
3944P: Petko Manolov
3945M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003946L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003947L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948W: http://pegasus2.sourceforge.net/
3949S: Maintained
3950
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003951USB PRINTER DRIVER (usblp)
3952P: Pete Zaitcev
3953M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003954L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003955S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956
3957USB RTL8150 DRIVER
3958P: Petko Manolov
3959M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003960L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003961L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962W: http://pegasus2.sourceforge.net/
3963S: Maintained
3964
3965USB SE401 DRIVER
3966P: Jeroen Vreeken
3967M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003968L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969W: http://www.chello.nl/~j.vreeken/se401/
3970S: Maintained
3971
3972USB SERIAL CYBERJACK DRIVER
3973P: Matthias Bruestle and Harald Welte
3974M: support@reiner-sct.com
3975W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3976S: Maintained
3977
3978USB SERIAL DIGI ACCELEPORT DRIVER
3979P: Peter Berger and Al Borchers
3980M: pberger@brimson.com
3981M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003982L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983S: Maintained
3984
3985USB SERIAL DRIVER
3986P: Greg Kroah-Hartman
3987M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003988L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989S: Supported
3990
3991USB SERIAL BELKIN F5U103 DRIVER
3992P: William Greathouse
3993M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003994L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995S: Maintained
3996
3997USB SERIAL CYPRESS M8 DRIVER
3998P: Lonnie Mendez
3999M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004000L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001S: Maintained
4002W: http://geocities.com/i0xox0i
4003W: http://firstlight.net/cvs
4004
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005USB AUERSWALD DRIVER
4006P: Wolfgang Muees
4007M: wolfgang@iksw-muees.de
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 EMPEG EMPEG-CAR MARK I/II DRIVER
4012P: Gary Brubaker
4013M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004014L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015S: Maintained
4016
4017USB SERIAL KEYSPAN DRIVER
4018P: Greg Kroah-Hartman
4019M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004020L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021W: http://www.kroah.com/linux/
4022S: Maintained
4023
4024USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004025P: Support Department
4026M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004027L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028W: http://www.connecttech.com
4029S: Supported
4030
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004031USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032P: Luca Risolia
4033M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004034L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004035L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036W: http://www.linux-projects.org
4037S: Maintained
4038
4039USB SUBSYSTEM
4040P: Greg Kroah-Hartman
4041M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004042L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004044T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045S: Supported
4046
4047USB UHCI DRIVER
4048P: Alan Stern
4049M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004050L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051S: Maintained
4052
David Brownell69ae9e32006-11-14 02:03:31 -08004053USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054P: David Brownell
4055M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004056L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004057W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058S: Maintained
4059
4060USB W996[87]CF DRIVER
4061P: Luca Risolia
4062M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004063L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004064L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065W: http://www.linux-projects.org
4066S: Maintained
4067
Luca Risolia60f78052006-02-06 16:29:35 +00004068USB ZC0301 DRIVER
4069P: Luca Risolia
4070M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004071L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004072L: video4linux-list@redhat.com
4073W: http://www.linux-projects.org
4074S: Maintained
4075
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076USB ZD1201 DRIVER
4077P: Jeroen Vreeken
4078M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004079L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080W: http://linux-lc100020.sourceforge.net
4081S: Maintained
4082
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004083USB ZR364XX DRIVER
4084P: Antoine Jacquet
4085M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004086L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004087L: video4linux-list@redhat.com
4088W: http://royale.zerezo.com/zr364xx/
4089S: Maintained
4090
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091USER-MODE LINUX
4092P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004093M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094L: user-mode-linux-devel@lists.sourceforge.net
4095L: user-mode-linux-user@lists.sourceforge.net
4096W: http://user-mode-linux.sourceforge.net
4097S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004098
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004099USERSPACE I/O (UIO)
4100P: Hans J. Koch
4101M: hjk@linutronix.de
4102P: Greg Kroah-Hartman
4103M: gregkh@suse.de
4104L: linux-kernel@vger.kernel.org
4105S: Maintained
4106
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107FAT/VFAT/MSDOS FILESYSTEM:
4108P: OGAWA Hirofumi
4109M: hirofumi@mail.parknet.co.jp
4110L: linux-kernel@vger.kernel.org
4111S: Maintained
4112
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113VIA RHINE NETWORK DRIVER
4114P: Roger Luethi
4115M: rl@hellgate.ch
4116S: Maintained
4117
Jean Delvare32c0a522005-09-22 21:47:58 +02004118VIAPRO SMBUS DRIVER
4119P: Jean Delvare
4120M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004121L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004122S: Maintained
4123
Francois Romieu01f20732007-01-26 00:57:17 -08004124VIA VELOCITY NETWORK DRIVER
4125P: Francois Romieu
4126M: romieu@fr.zoreil.com
4127L: netdev@vger.kernel.org
4128S: Maintained
4129
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130UCLINUX (AND M68KNOMMU)
4131P: Greg Ungerer
4132M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004134L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135S: Maintained
4136
4137UCLINUX FOR NEC V850
4138P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139
4140UCLINUX FOR RENESAS H8/300
4141P: Yoshinori Sato
4142M: ysato@users.sourceforge.jp
4143W: http://uclinux-h8.sourceforge.jp/
4144S: Supported
4145
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004146UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004147P: Evgeniy Dushistov
4148M: dushistov@mail.ru
4149L: linux-kernel@vger.kernel.org
4150S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004151
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152USB DIAMOND RIO500 DRIVER
4153P: Cesar Miquel
4154M: miquel@df.uba.ar
4155L: rio500-users@lists.sourceforge.net
4156W: http://rio500.sourceforge.net
4157S: Maintained
4158
4159VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004160P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004161M: mchehab@infradead.org
4162M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004164W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004165T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004166S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167
Patrick McHardybe7f8272007-10-23 20:26:36 -07004168VLAN (802.1Q)
4169P: Patrick McHardy
4170M: kaber@trash.net
4171L: netdev@vger.kernel.org
4172S: Maintained
4173
Juerg Haefligerab413192006-09-24 20:54:04 +02004174VT1211 HARDWARE MONITOR DRIVER
4175P: Juerg Haefliger
4176M: juergh@gmail.com
4177L: lm-sensors@lm-sensors.org
4178S: Maintained
4179
Roger Lucas1de9e372005-11-26 20:20:05 +01004180VT8231 HARDWARE MONITOR DRIVER
4181P: Roger Lucas
4182M: roger@planbit.co.uk
4183L: lm-sensors@lm-sensors.org
4184S: Maintained
4185
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186W1 DALLAS'S 1-WIRE BUS
4187P: Evgeniy Polyakov
4188M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189S: Maintained
4190
Charles Spirakis13927072006-07-05 18:05:15 +02004191W83791D HARDWARE MONITORING DRIVER
4192P: Charles Spirakis
4193M: bezaur@gmail.com
4194L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004195S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004196
Rudolf Marek61db0112006-12-12 18:18:30 +01004197W83793 HARDWARE MONITORING DRIVER
4198P: Rudolf Marek
4199M: r.marek@assembler.cz
4200L: lm-sensors@lm-sensors.org
4201S: Maintained
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203W83L51xD SD/MMC CARD INTERFACE DRIVER
4204P: Pierre Ossman
4205M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004206L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207W: http://projects.drzeus.cx/wbsd
4208S: Maintained
4209
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004210WATCHDOG DEVICE DRIVERS
4211P: Wim Van Sebroeck
4212M: wim@iguana.be
4213T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4214S: Maintained
4215
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4217P: Jean Tourrilhes
4218M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004219L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4221S: Maintained
4222
4223WD7000 SCSI DRIVER
4224P: Miroslav Zagorac
4225M: zaga@fly.cc.fer.hr
4226L: linux-scsi@vger.kernel.org
4227S: Maintained
4228
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004229WISTRON LAPTOP BUTTON DRIVER
4230P: Miloslav Trmac
4231M: mitr@volny.cz
4232S: Maintained
4233
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234WL3501 WIRELESS PCMCIA CARD DRIVER
4235P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004236M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004237L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004238W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239S: Maintained
4240
4241X.25 NETWORK LAYER
4242P: Henner Eisen
4243M: eis@baty.hanse.de
4244L: linux-x25@vger.kernel.org
4245S: Maintained
4246
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004247XEN HYPERVISOR INTERFACE
4248P: Jeremy Fitzhardinge
4249M: jeremy@xensource.com
4250P: Chris Wright
4251M: chrisw@sous-sol.org
4252L: virtualization@lists.osdl.org
4253L: xen-devel@lists.xensource.com
4254S: Supported
4255
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256XFS FILESYSTEM
4257P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004258P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004260L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004262T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263S: Supported
4264
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004265XILINX SYSTEMACE DRIVER
4266P: Grant Likely
4267M: grant.likely@secretlab.ca
4268W: http://www.secretlab.ca/
4269L: linux-kernel@vger.kernel.org
4270S: Maintained
4271
Peter Korsgaard238b8722006-12-06 20:35:17 -08004272XILINX UARTLITE SERIAL DRIVER
4273P: Peter Korsgaard
4274M: jacmet@sunsite.dk
4275L: linux-serial@vger.kernel.org
4276S: Maintained
4277
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004278X86 ARCHITECTURE (32-BIT AND 64-BIT)
4279P: Thomas Gleixner
4280M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281P: Ingo Molnar
4282M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004283P: H. Peter Anvin
4284M: hpa@zytor.com
4285L: linux-kernel@vger.kernel.org
4286T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287S: Maintained
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289YAM DRIVER FOR AX.25
4290P: Jean-Paul Roubelat
4291M: jpr@f6fbb.org
4292L: linux-hams@vger.kernel.org
4293S: Maintained
4294
Henkaf64a5e2005-10-12 15:02:56 +02004295YEALINK PHONE DRIVER
4296P: Henk Vergonet
4297M: Henk.Vergonet@gmail.com
4298L: usbb2k-api-dev@nongnu.org
4299S: Maintained
4300
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301Z8530 DRIVER FOR AX.25
4302P: Joerg Reuter
4303M: jreuter@yaina.de
4304W: http://yaina.de/jreuter/
4305W: http://www.qsl.net/dl1bke/
4306L: linux-hams@vger.kernel.org
4307S: Maintained
4308
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004309ZD1211RW WIRELESS DRIVER
4310P: Daniel Drake
4311M: dsd@gentoo.org
4312P: Ulrich Kunitz
4313M: kune@deine-taler.de
4314W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004315L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004316L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4317S: Maintained
4318
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319ZF MACHZ WATCHDOG
4320P: Fernando Fuganti
4321M: fuganti@netbank.com.br
4322W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4323S: Maintained
4324
4325ZR36067 VIDEO FOR LINUX DRIVER
4326P: Ronald Bultje
4327M: rbultje@ronald.bitfreak.net
4328L: mjpeg-users@lists.sourceforge.net
4329W: http://mjpeg.sourceforge.net/driver-zoran/
4330S: Maintained
4331
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004332ZS DECSTATION Z85C30 SERIAL DRIVER
4333P: Maciej W. Rozycki
4334M: macro@linux-mips.org
4335S: Maintained
4336
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337THE REST
4338P: Linus Torvalds
4339S: Buried alive in reporters