blob: 59db481c77de81e808c489ec9a95be3f411dce35 [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
761M: michael.frysinger@analog.com
762M: vapier.adi@gmail.com
763L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
764W: http://blackfin.uclinux.org
765S: Supported
766
Bryan Wu1394f032007-05-06 14:50:22 -0700767BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800768P: Aubrey Li
769M: aubrey.li@analog.com
770L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
771W: http://blackfin.uclinux.org
772S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700773
Bryan Wu1e6d3202007-07-15 02:50:02 +0800774BLACKFIN WATCHDOG DRIVER
775P: Mike Frysinger
776M: michael.frysinger@analog.com
777M: vapier.adi@gmail.com
778L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
779W: http://blackfin.uclinux.org
780S: Supported
781
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782BAYCOM/HDLCDRV DRIVERS FOR AX.25
783P: Thomas Sailer
784M: t.sailer@alumni.ethz.ch
785L: linux-hams@vger.kernel.org
786W: http://www.baycom.org/~tom/ham/ham.html
787S: Maintained
788
Michael Buesche4d6b792007-09-18 15:39:42 -0400789B43 WIRELESS DRIVER
790P: Michael Buesch
791M: mb@bu3sch.de
792P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100793M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400794L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100795W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400796S: Maintained
797
Larry Finger75388ac2007-09-25 16:46:54 -0700798B43LEGACY WIRELESS DRIVER
799P: Larry Finger
800M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100801P: Stefano Brivio
802M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700803L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100804W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700805S: Maintained
806
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200807BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
808P: Larry Finger
809M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200810P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100811M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700812L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200813W: http://bcm43xx.berlios.de/
814S: Maintained
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816BEFS FILE SYSTEM
817P: Sergey S. Kostyliov
818M: rathamahata@php4.ru
819L: linux-kernel@vger.kernel.org
820S: Maintained
821
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822BFS FILE SYSTEM
823P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800824M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825L: linux-kernel@vger.kernel.org
826S: Maintained
827
Bryan Wud24ecfc2007-05-01 23:26:32 +0200828BLACKFIN I2C TWI DRIVER
829P: Sonic Zhang
830M: sonic.zhang@analog.com
831L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
832W: http://blackfin.uclinux.org/
833S: Supported
834
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835BLOCK LAYER
836P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200837M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800839T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840S: Maintained
841
842BLUETOOTH SUBSYSTEM
843P: Marcel Holtmann
844M: marcel@holtmann.org
845P: Maxim Krasnyansky
846M: maxk@qualcomm.com
847L: bluez-devel@lists.sf.net
848W: http://bluez.sf.net
849W: http://www.bluez.org
850W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800851T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852S: Maintained
853
854BLUETOOTH RFCOMM LAYER
855P: Marcel Holtmann
856M: marcel@holtmann.org
857P: Maxim Krasnyansky
858M: maxk@qualcomm.com
859S: Maintained
860
861BLUETOOTH BNEP LAYER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864P: Maxim Krasnyansky
865M: maxk@qualcomm.com
866S: Maintained
867
868BLUETOOTH CMTP LAYER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871S: Maintained
872
873BLUETOOTH HIDP LAYER
874P: Marcel Holtmann
875M: marcel@holtmann.org
876S: Maintained
877
878BLUETOOTH HCI UART DRIVER
879P: Marcel Holtmann
880M: marcel@holtmann.org
881P: Maxim Krasnyansky
882M: maxk@qualcomm.com
883S: Maintained
884
885BLUETOOTH HCI USB DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888P: Maxim Krasnyansky
889M: maxk@qualcomm.com
890S: Maintained
891
892BLUETOOTH HCI BCM203X DRIVER
893P: Marcel Holtmann
894M: marcel@holtmann.org
895S: Maintained
896
897BLUETOOTH HCI BPA10X DRIVER
898P: Marcel Holtmann
899M: marcel@holtmann.org
900S: Maintained
901
902BLUETOOTH HCI BFUSB DRIVER
903P: Marcel Holtmann
904M: marcel@holtmann.org
905S: Maintained
906
907BLUETOOTH HCI DTL1 DRIVER
908P: Marcel Holtmann
909M: marcel@holtmann.org
910S: Maintained
911
912BLUETOOTH HCI BLUECARD DRIVER
913P: Marcel Holtmann
914M: marcel@holtmann.org
915S: Maintained
916
917BLUETOOTH HCI BT3C DRIVER
918P: Marcel Holtmann
919M: marcel@holtmann.org
920S: Maintained
921
922BLUETOOTH HCI BTUART DRIVER
923P: Marcel Holtmann
924M: marcel@holtmann.org
925S: Maintained
926
927BLUETOOTH HCI VHCI DRIVER
928P: Maxim Krasnyansky
929M: maxk@qualcomm.com
930S: Maintained
931
932BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100933P: Chad Tindel
934M: ctindel@users.sourceforge.net
935P: Jay Vosburgh
936M: fubar@us.ibm.com
937L: bonding-devel@lists.sourceforge.net
938W: http://sourceforge.net/projects/bonding/
939S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000941BROADBAND PROCESSOR ARCHITECTURE
942P: Arnd Bergmann
943M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100944L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400945W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000946S: Supported
947
Gary Zambrano39105892006-06-22 17:26:20 -0700948BROADCOM B44 10/100 ETHERNET DRIVER
949P: Gary Zambrano
950M: zambrano@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
Michael Chan948c51e2006-06-04 02:51:39 -0700954BROADCOM BNX2 GIGABIT ETHERNET DRIVER
955P: Michael Chan
956M: mchan@broadcom.com
957L: netdev@vger.kernel.org
958S: Supported
959
960BROADCOM TG3 GIGABIT ETHERNET DRIVER
961P: Michael Chan
962M: mchan@broadcom.com
963L: netdev@vger.kernel.org
964S: Supported
965
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200966BSG (block layer generic sg v4 driver)
967P: FUJITA Tomonori
968M: fujita.tomonori@lab.ntt.co.jp
969L: linux-scsi@vger.kernel.org
970S: Supported
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200974M: mchehab@infradead.org
975M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700977W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200978T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700979S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
Jonathan Corbet77d51402007-03-22 19:44:17 -0300981CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
982P: Jonathan Corbet
983M: corbet@lwn.net
984L: video4linux-list@redhat.com
985S: Maintained
986
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200987CALGARY x86-64 IOMMU
988P: Muli Ben-Yehuda
989M: muli@il.ibm.com
990P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200991M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200992L: linux-kernel@vger.kernel.org
993L: discuss@x86-64.org
994S: Maintained
995
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800996CFAG12864B LCD DRIVER
997P: Miguel Ojeda Sandonis
998M: maxextreme@gmail.com
999L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001000W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001001S: Maintained
1002
1003CFAG12864BFB LCD FRAMEBUFFER 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
Johannes Berg704232c2007-04-23 12:20:05 -07001010CFG80211 and NL80211
1011P: Johannes Berg
1012M: johannes@sipsolutions.net
1013L: linux-wireless@vger.kernel.org
1014S: Maintained
1015
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001016CHECKPATCH
1017P: Andy Whitcroft
1018M: apw@shadowen.org
1019P: Randy Dunlap
1020M: rdunlap@xenotime.net
1021P: Joel Schopp
1022M: jschopp@austin.ibm.com
1023S: Supported
1024
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025COMMON INTERNET FILE SYSTEM (CIFS)
1026P: Steve French
1027M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001028L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001030W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001031T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001032S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033
Joel Becker7063fbf2005-12-15 14:29:43 -08001034CONFIGFS
1035P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001036M: joel.becker@oracle.com
1037L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001038S: Supported
1039
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001040CIRRUS LOGIC EP93XX ETHERNET DRIVER
1041P: Lennert Buytenhek
1042M: kernel@wantstofly.org
1043L: netdev@vger.kernel.org
1044S: Maintained
1045
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001046CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1047P: Lennert Buytenhek
1048M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001049L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001050S: Maintained
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1053P: Cirrus Logic Corporation (kernel 2.2 driver)
1054M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1055P: Nils Faerber (port to kernel 2.4)
1056M: Nils Faerber <nils@kernelconcepts.de>
1057S: Maintained
1058
1059CODA FILE SYSTEM
1060P: Jan Harkes
1061M: jaharkes@cs.cmu.edu
1062M: coda@cs.cmu.edu
1063L: codalist@coda.cs.cmu.edu
1064W: http://www.coda.cs.cmu.edu/
1065S: Maintained
1066
1067COMPACTPCI HOTPLUG CORE
1068P: Scott Murray
1069M: scottm@somanetworks.com
1070M: scott@spiteful.org
1071L: pcihpd-discuss@lists.sourceforge.net
1072S: Supported
1073
1074COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1075P: Scott Murray
1076M: scottm@somanetworks.com
1077M: scott@spiteful.org
1078L: pcihpd-discuss@lists.sourceforge.net
1079S: Supported
1080
1081COMPACTPCI HOTPLUG GENERIC DRIVER
1082P: Scott Murray
1083M: scottm@somanetworks.com
1084M: scott@spiteful.org
1085L: pcihpd-discuss@lists.sourceforge.net
1086S: Supported
1087
1088COMPUTONE INTELLIPORT MULTIPORT CARD
1089P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001090M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001092S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093
Simon Arlott949be0f2007-03-06 02:47:46 -08001094CONEXANT ACCESSRUNNER USB DRIVER
1095P: Simon Arlott
1096M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001097L: accessrunner-general@lists.sourceforge.net
1098W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001099S: Maintained
1100
Rudolf Marekbebe4672007-05-08 17:22:02 +02001101CORETEMP HARDWARE MONITORING DRIVER
1102P: Rudolf Marek
1103M: r.marek@assembler.cz
1104L: lm-sensors@lm-sensors.org
1105S: Maintained
1106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107COSA/SRP SYNC SERIAL DRIVER
1108P: Jan "Yenya" Kasprzak
1109M: kas@fi.muni.cz
1110W: http://www.fi.muni.cz/~kas/cosa/
1111S: Maintained
1112
1113CPU FREQUENCY DRIVERS
1114P: Dave Jones
1115M: davej@codemonkey.org.uk
1116L: cpufreq@lists.linux.org.uk
1117W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001118T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119S: Maintained
1120
1121CPUID/MSR DRIVER
1122P: H. Peter Anvin
1123M: hpa@zytor.com
1124S: Maintained
1125
Paul Jacksoned90fb42005-09-27 21:45:37 -07001126CPUSETS
1127P: Paul Jackson
1128P: Simon Derr
1129M: pj@sgi.com
1130M: simon.derr@bull.net
1131L: linux-kernel@vger.kernel.org
1132W: http://www.bullopensource.org/cpuset/
1133S: Supported
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001136W: http://sourceforge.net/projects/cramfs/
1137S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138
1139CRIS PORT
1140P: Mikael Starvik
1141M: starvik@axis.com
1142L: dev-etrax@axis.com
1143W: http://developer.axis.com
1144S: Maintained
1145
1146CRYPTO API
1147P: Herbert Xu
1148M: herbert@gondor.apana.org.au
1149P: David S. Miller
1150M: davem@davemloft.net
1151L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001152T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153S: Maintained
1154
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001155CS5535 Audio ALSA driver
1156P: Jaya Kumar
1157M: jayakumar.alsa@gmail.com
1158S: Maintained
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160CYBERPRO FB DRIVER
1161P: Russell King
1162M: rmk@arm.linux.org.uk
1163W: http://www.arm.linux.org.uk/
1164S: Maintained
1165
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001166CYBLAFB FRAMEBUFFER DRIVER
1167P: Knut Petersen
1168M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001169L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001170S: Maintained
1171
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172CYCLADES 2X SYNC CARD DRIVER
1173P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001174M: acme@ghostprotocols.net
1175W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Maintained
1177
1178CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001180S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
1182CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001184S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186DAMA SLAVE for AX.25
1187P: Joerg Reuter
1188M: jreuter@yaina.de
1189W: http://yaina.de/jreuter/
1190W: http://www.qsl.net/dl1bke/
1191L: linux-hams@vger.kernel.org
1192S: Maintained
1193
1194DC395x SCSI driver
1195P: Oliver Neukum
1196M: oliver@neukum.name
1197P: Ali Akcaagac
1198M: aliakc@web.de
1199P: Jamie Lenehan
1200M: lenehan@twibble.org
1201W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001202L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203L: http://lists.twibble.org/mailman/listinfo/dc395x/
1204S: Maintained
1205
1206DC390/AM53C974 SCSI driver
1207P: Kurt Garloff
1208M: garloff@suse.de
1209W: http://www.garloff.de/kurt/linux/dc390/
1210P: Guennadi Liakhovetski
1211M: g.liakhovetski@gmx.de
1212S: Maintained
1213
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001214DCCP PROTOCOL
1215P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001216M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001217L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001218W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001219S: Maintained
1220
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221DECnet NETWORK LAYER
1222P: Patrick Caulfield
1223M: patrick@tykepenguin.com
1224W: http://linux-decnet.sourceforge.net
1225L: linux-decnet-user@lists.sourceforge.net
1226S: Maintained
1227
1228DEFXX FDDI NETWORK DRIVER
1229P: Maciej W. Rozycki
1230M: macro@linux-mips.org
1231S: Maintained
1232
1233DELL LAPTOP SMM DRIVER
1234P: Massimo Dal Zotto
1235M: dz@debian.org
1236W: http://www.debian.org/~dz/i8k/
1237S: Maintained
1238
Doug Warzecha90563ec2005-09-06 15:17:15 -07001239DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1240P: Doug Warzecha
1241M: Douglas_Warzecha@dell.com
1242S: Maintained
1243
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001244DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245P: Alasdair Kergon
1246L: dm-devel@redhat.com
1247W: http://sources.redhat.com/dm
1248S: Maintained
1249
1250DEVICE NUMBER REGISTRY
1251P: Torben Mathiasen
1252M: device@lanana.org
1253W: http://lanana.org/docs/device-list/index.html
1254L: linux-kernel@vger.kernel.org
1255S: Maintained
1256
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257DIGI INTL. EPCA DRIVER
1258P: Digi International, Inc
1259M: Eng.Linux@digi.com
1260L: Eng.Linux@digi.com
1261W: http://www.digi.com
1262S: Orphaned
1263
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264DIRECTORY NOTIFICATION
1265P: Stephen Rothwell
1266M: sfr@canb.auug.org.au
1267L: linux-kernel@vger.kernel.org
1268S: Supported
1269
1270DISK GEOMETRY AND PARTITION HANDLING
1271P: Andries Brouwer
1272M: aeb@cwi.nl
1273W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1274W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1275W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1276S: Maintained
1277
1278DISKQUOTA:
1279P: Jan Kara
1280M: jack@suse.cz
1281L: linux-kernel@vger.kernel.org
1282S: Maintained
1283
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001284DISTRIBUTED LOCK MANAGER
1285P: Patrick Caulfield
1286M: pcaulfie@redhat.com
1287P: David Teigland
1288M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001289L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001290W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001291T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1292T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001293S: Supported
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1296P: Tobias Ringstrom
1297M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001298L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Maintained
1300
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302P: Shannon Nelson
1303M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001304P: Dan Williams
1305M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001306L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001307S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001308
Juerg Haefligerb8250372007-06-09 10:11:16 -04001309DME1737 HARDWARE MONITOR DRIVER
1310P: Juerg Haefliger
1311M: juergh@gmail.com
1312L: lm-sensors@lm-sensors.org
1313S: Maintained
1314
Martin Waitzba483d52005-06-17 13:20:59 -07001315DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001316P: Randy Dunlap
1317M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001318S: Maintained
1319
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001320DOCKING STATION DRIVER
1321P: Kristen Carlson Accardi
1322M: kristen.c.accardi@intel.com
1323L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001324S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326DOUBLETALK DRIVER
1327P: James R. Van Zandt
1328M: jrv@vanzandt.mv.com
1329L: blinux-list@redhat.com
1330S: Maintained
1331
1332DRIVER CORE, KOBJECTS, AND SYSFS
1333P: Greg Kroah-Hartman
1334M: gregkh@suse.de
1335L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001336T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337S: Supported
1338
1339DRM DRIVERS
1340P: David Airlie
1341M: airlied@linux.ie
1342L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001343T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001347P: Francois Romieu
1348M: romieu@fr.zoreil.com
1349L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350S: Maintained
1351
1352DVB SUBSYSTEM AND DRIVERS
1353P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001354M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001356W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001357T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001358S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359
1360EATA-DMA SCSI DRIVER
1361P: Michael Neuffer
1362L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1363S: Maintained
1364
1365EATA ISA/EISA/PCI SCSI DRIVER
1366P: Dario Ballabio
1367M: ballabio_dario@emc.com
1368L: linux-scsi@vger.kernel.org
1369S: Maintained
1370
1371EATA-PIO SCSI DRIVER
1372P: Michael Neuffer
1373M: mike@i-Connect.Net
1374L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1375S: Maintained
1376
1377EBTABLES
1378P: Bart De Schuymer
1379M: bart.de.schuymer@pandora.be
1380L: ebtables-user@lists.sourceforge.net
1381L: ebtables-devel@lists.sourceforge.net
1382W: http://ebtables.sourceforge.net/
1383S: Maintained
1384
Michael Halcrow237fead2006-10-04 02:16:22 -07001385ECRYPT FILE SYSTEM
1386P: Mike Halcrow, Phillip Hellewell
1387M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1388L: ecryptfs-devel@lists.sourceforge.net
1389W: http://ecryptfs.sourceforge.net/
1390S: Supported
1391
Alan Coxda9bb1d2006-01-18 17:44:13 -08001392EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001393P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001394M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001395L: bluesmoke-devel@lists.sourceforge.net
1396W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001397S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001398
1399EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001400P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001401P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001402M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001403M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001404L: bluesmoke-devel@lists.sourceforge.net
1405W: bluesmoke.sourceforge.net
1406S: Maintained
1407
1408EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001411L: bluesmoke-devel@lists.sourceforge.net
1412W: bluesmoke.sourceforge.net
1413S: Maintained
1414
Douglas Thompson6bc78402007-07-19 01:50:12 -07001415EDAC-I82443BXGX
1416P: Tim Small
1417M: tim@buttersideup.com
1418L: bluesmoke-devel@lists.sourceforge.net
1419W: bluesmoke.sourceforge.net
1420S: Maintained
1421
1422EDAC-I3000
1423P: Jason Uhlenkott
1424M: juhlenko@akamai.com
1425L: bluesmoke-devel@lists.sourceforge.net
1426W: bluesmoke.sourceforge.net
1427S: Maintained
1428
1429EDAC-I5000
1430P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001431M: dougthompson@xmission.com
1432L: bluesmoke-devel@lists.sourceforge.net
1433W: bluesmoke.sourceforge.net
1434S: Maintained
1435
1436EDAC-I82975X
1437P: Ranganathan Desikan
1438P: Arvind R.
1439M: rdesikan@jetzbroadband.com
1440M: arvind@acarlab.com
1441L: bluesmoke-devel@lists.sourceforge.net
1442W: bluesmoke.sourceforge.net
1443S: Maintained
1444
1445EDAC-PASEMI
1446P: Egor Martovetsky
1447M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
Dave Peterson0e438e32006-03-26 01:38:55 -08001452EDAC-R82600
1453P: Tim Small
1454M: tim@buttersideup.com
1455L: bluesmoke-devel@lists.sourceforge.net
1456W: bluesmoke.sourceforge.net
1457S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001458
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459EEPRO100 NETWORK DRIVER
1460P: Andrey V. Savochkin
1461M: saw@saw.sw.com.sg
1462S: Maintained
1463
Josh Triplett0bee8d22006-07-30 03:03:58 -07001464EFS FILESYSTEM
1465W: http://aeschi.ch.eu.org/efs/
1466S: Orphan
1467
Heiko J Schickfab97222006-09-22 15:22:22 -07001468EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1469P: Hoang-Nam Nguyen
1470M: hnguyen@de.ibm.com
1471P: Christoph Raisch
1472M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001473L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001474S: Supported
1475
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001476EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001477P: James Smart
1478M: james.smart@emulex.com
1479L: linux-scsi@vger.kernel.org
1480W: http://sourceforge.net/projects/lpfcxxxx
1481S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001482
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483EPSON 1355 FRAMEBUFFER DRIVER
1484P: Christopher Hoover
1485M: ch@murgatroid.com, ch@hpl.hp.com
1486S: Maintained
1487
1488ETHEREXPRESS-16 NETWORK DRIVER
1489P: Philip Blundell
1490M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001491L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492S: Maintained
1493
1494ETHERNET BRIDGE
1495P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001496M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001497L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498W: http://bridge.sourceforge.net/
1499S: Maintained
1500
1501ETHERTEAM 16I DRIVER
1502P: Mika Kuoppala
1503M: miku@iki.fi
1504S: Maintained
1505
1506EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001507L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510EXT3 FILE SYSTEM
1511P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001512M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001513L: linux-ext4@vger.kernel.org
1514S: Maintained
1515
1516EXT4 FILE SYSTEM
1517P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001518M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001519L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520S: Maintained
1521
Jean Delvaree53004e2006-01-09 23:26:14 +01001522F71805F HARDWARE MONITORING DRIVER
1523P: Jean Delvare
1524M: khali@linux-fr.org
1525L: lm-sensors@lm-sensors.org
1526S: Maintained
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528FARSYNC SYNCHRONOUS DRIVER
1529P: Kevin Curtis
1530M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531W: http://www.farsite.co.uk/
1532S: Supported
1533
Akinobu Mitac5408b82007-04-23 14:41:20 -07001534FAULT INJECTION SUPPORT
1535P: Akinobu Mita
1536M: akinobu.mita@gmail.com
1537S: Supported
1538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539FRAMEBUFFER LAYER
1540P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001541M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001542L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543W: http://linux-fbdev.sourceforge.net/
1544S: Maintained
1545
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001546FREESCALE SOC FS_ENET DRIVER
1547P: Pantelis Antoniou
1548M: pantelis.antoniou@gmail.com
1549P: Vitaly Bordug
1550M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001551L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001552L: netdev@vger.kernel.org
1553S: Maintained
1554
Li Yanga7205b32007-04-23 10:38:18 -07001555FREESCALE HIGHSPEED USB DEVICE DRIVER
1556P: Li Yang
1557M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001558L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001559L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001560S: Maintained
1561
Li Yangbeaf53b2007-05-25 13:54:02 +08001562FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1563P: Li Yang
1564M: leoli@freescale.com
1565L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001566L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001567S: Maintained
1568
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569FILE LOCKING (flock() and fcntl()/lockf())
1570P: Matthew Wilcox
1571M: matthew@wil.cx
1572L: linux-fsdevel@vger.kernel.org
1573S: Maintained
1574
1575FILESYSTEMS (VFS and infrastructure)
1576P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001577M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578S: Maintained
1579
Stefan Richterb3274472007-05-30 20:44:52 -04001580FIREWIRE SUBSYSTEM
1581P: Kristian Hoegsberg, Stefan Richter
1582M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1583L: linux1394-devel@lists.sourceforge.net
1584W: http://www.linux1394.org/
1585T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588FIRMWARE LOADER (request_firmware)
1589L: linux-kernel@vger.kernel.org
1590S: Orphan
1591
1592FPU EMULATOR
1593P: Bill Metzenthen
1594M: billm@suburbia.net
1595W: http://suburbia.net/~billm/floating-point/emulator/
1596S: Maintained
1597
1598FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1599P: Mike McLagan
1600M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001601L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602S: Maintained
1603
1604FREEVXFS FILESYSTEM
1605P: Christoph Hellwig
1606M: hch@infradead.org
1607W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1608S: Maintained
1609
David Howells5ab7ffe2007-04-10 15:10:45 +01001610FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611P: David Howells
1612M: dhowells@redhat.com
1613S: Maintained
1614
Miklos Szeredi04578f12005-09-09 13:10:22 -07001615FUSE: FILESYSTEM IN USERSPACE
1616P: Miklos Szeredi
1617M: miklos@szeredi.hu
1618L: fuse-devel@lists.sourceforge.net
1619W: http://fuse.sourceforge.net/
1620S: Maintained
1621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1623P: Rik Faith
1624M: faith@cs.unc.edu
1625L: linux-scsi@vger.kernel.org
1626S: Odd fixes (e.g., new signatures)
1627
1628GDT SCSI DISK ARRAY CONTROLLER DRIVER
1629P: Achim Leubner
1630M: achim_leubner@adaptec.com
1631L: linux-scsi@vger.kernel.org
1632W: http://www.icp-vortex.com/
1633S: Supported
1634
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001635GENERIC GPIO I2C DRIVER
1636P: Haavard Skinnemoen
1637M: hskinnemoen@atmel.com
1638S: Supported
1639
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1641P: Krzysztof Halasa
1642M: khc@pm.waw.pl
1643W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1644S: Maintained
1645
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001646GFS2 FILE SYSTEM
1647P: Steven Whitehouse
1648M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001649L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001650W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001651T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1652T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001653S: Supported
1654
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001655GIGASET ISDN DRIVERS
1656P: Hansjoerg Lipp
1657M: hjlipp@web.de
1658P: Tilman Schmidt
1659M: tilman@imap.cc
1660L: gigaset307x-common@lists.sourceforge.net
1661W: http://gigaset307x.sourceforge.net/
1662S: Maintained
1663
Jean Delvare5b543962005-08-15 19:51:02 +02001664HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001665P: Mark M. Hoffman
1666M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001667L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001668W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001669T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1670T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001671S: Maintained
1672
Michael Buesch844dd052006-06-26 00:24:59 -07001673HARDWARE RANDOM NUMBER GENERATOR CORE
1674P: Michael Buesch
1675M: mb@bu3sch.de
1676S: Maintained
1677
Robert Love860e1d62005-08-31 23:57:59 -04001678HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1679P: Robert Love
1680M: rlove@rlove.org
1681M: linux-kernel@vger.kernel.org
1682W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1683S: Maintained
1684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685HARMONY SOUND DRIVER
1686P: Kyle McMartin
1687M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001688L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689S: Maintained
1690
1691HAYES ESP SERIAL DRIVER
1692P: Andrew J. Robinson
1693M: arobinso@nyx.net
1694L: linux-kernel@vger.kernel.org
1695W: http://www.nyx.net/~arobinso
1696S: Maintained
1697
1698HFS FILESYSTEM
1699P: Roman Zippel
1700M: zippel@linux-m68k.org
1701L: linux-kernel@vger.kernel.org
1702S: Maintained
1703
1704HGA FRAMEBUFFER DRIVER
1705P: Ferenc Bakonyi
1706M: fero@drama.obuda.kando.hu
1707L: linux-nvidia@lists.surfsouth.com
1708W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1709S: Maintained
1710
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001711HID CORE LAYER
1712P: Jiri Kosina
1713M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001714L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001715T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001716S: Maintained
1717
Ingo Molnar38bed542007-02-22 09:09:34 +01001718HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1719P: Thomas Gleixner
1720M: tglx@linutronix.de
1721L: linux-kernel@vger.kernel.org
1722S: Maintained
1723
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724HIGH-SPEED SCC DRIVER FOR AX.25
1725P: Klaus Kudielka
1726M: klaus.kudielka@ieee.org
1727L: linux-hams@vger.kernel.org
1728W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1729S: Maintained
1730
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001731HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1732P: HighPoint Linux Team
1733M: linux@highpoint-tech.com
1734W: http://www.highpoint-tech.com
1735S: Supported
1736
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737HIPPI
1738P: Jes Sorensen
1739M: jes@trained-monkey.org
1740L: linux-hippi@sunsite.dk
1741S: Maintained
1742
1743HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1744P: Chirag Kantharia
1745M: chirag.kantharia@hp.com
1746L: iss_storagedev@hp.com
1747S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749HEWLETT-PACKARD SMART2 RAID DRIVER
1750P: Chirag Kantharia
1751M: chirag.kantharia@hp.com
1752L: iss_storagedev@hp.com
1753S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001754
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1756P: Mike Miller
1757M: mike.miller@hp.com
1758L: iss_storagedev@hp.com
1759S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001760
Jouni Malinenff1d2762005-05-12 22:54:16 -04001761HOST AP DRIVER
1762P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001763M: j@w1.fi
1764L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001765L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001766W: http://hostap.epitest.fi/
1767S: Maintained
1768
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1770P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001771M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772S: Maintained
1773
Bob Piccob9b03322005-11-07 00:59:19 -08001774HPET: High Precision Event Timers driver (hpet.c)
1775P: Clemens Ladisch
1776M: clemens@ladisch.de
1777S: Maintained
1778
1779HPET: i386
1780P: Venkatesh Pallipadi (Venki)
1781M: venkatesh.pallipadi@intel.com
1782S: Maintained
1783
1784HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001785P: Vojtech Pavlik
1786M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001787S: Maintained
1788
1789HPET: ACPI hpet.c
1790P: Bob Picco
1791M: bob.picco@hp.com
1792S: Maintained
1793
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794HPFS FILESYSTEM
1795P: Mikulas Patocka
1796M: mikulas@artax.karlin.mff.cuni.cz
1797W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1798S: Maintained
1799
1800HUGETLB FILESYSTEM
1801P: William Irwin
1802M: wli@holomorphy.com
1803S: Maintained
1804
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001805I2C/SMBUS STUB DRIVER
1806P: Mark M. Hoffman
1807M: mhoffman@lightlink.com
1808L: lm-sensors@lm-sensors.org
1809S: Maintained
1810
Jean Delvare5b543962005-08-15 19:51:02 +02001811I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812P: Jean Delvare
1813M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001814L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001815T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816S: Maintained
1817
Till Harbaume8c76ee2007-05-01 23:26:35 +02001818I2C-TINY-USB DRIVER
1819P: Till Harbaum
1820M: till@harbaum.org
1821L: i2c@lm-sensors.org
1822T: http://www.harbaum.org/till/i2c_tiny_usb
1823S: Maintained
1824
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001826P: H. Peter Anvin
1827M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828L: Linux-Kernel@vger.kernel.org
1829S: Maintained
1830
1831i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832P: H. Peter Anvin
1833M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001834T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835S: Maintained
1836
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837IA64 (Itanium) PLATFORM
1838P: Tony Luck
1839M: tony.luck@intel.com
1840L: linux-ia64@vger.kernel.org
1841W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001842T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843S: Maintained
1844
1845SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001846P: Jes Sorensen
1847M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848L: linux-altix@sgi.com
1849L: linux-ia64@vger.kernel.org
1850W: http://www.sgi.com/altix
1851S: Maintained
1852
1853IBM MCA SCSI SUBSYSTEM DRIVER
1854P: Michael Lang
1855M: langa2@kph.uni-mainz.de
1856W: http://www.uni-mainz.de/~langm000/linux.html
1857S: Maintained
1858
1859IBM Power Linux RAID adapter
1860P: Brian King
1861M: brking@us.ibm.com
1862S: Supported
1863
1864IBM ServeRAID RAID DRIVER
1865P: Jack Hammer
1866P: Dave Jeffery
1867M: ipslinux@adaptec.com
1868W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001869S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001873M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001875T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001879P: Borislav Petkov
1880M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001881L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001882S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883
1884IDE/ATAPI FLOPPY DRIVERS
1885P: Paul Bristow
1886M: Paul Bristow <paul@paulbristow.net>
1887W: http://paulbristow.net/linux/idefloppy.html
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891IDE/ATAPI TAPE DRIVERS
1892P: Gadi Oxman
1893M: Gadi Oxman <gadio@netvision.net.il>
1894L: linux-kernel@vger.kernel.org
1895S: Maintained
1896
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001897IDE-SCSI DRIVER
1898L: linux-ide@vger.kernel.org
1899L: linux-scsi@vger.kernel.org
1900S: Orphan
1901
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902IEEE 1394 SUBSYSTEM
1903P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001904M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001905P: Stefan Richter
1906M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907L: linux1394-devel@lists.sourceforge.net
1908W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001909T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910S: Maintained
1911
Stefan Richterf51a5a92007-04-23 14:41:10 -07001912IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913P: Dan Dennedy
1914M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001915P: Stefan Richter
1916M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001918S: Maintained
1919
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001921L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001922S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923
1924INFINIBAND SUBSYSTEM
1925P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001926M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001928M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001930M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001931L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001933T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Supported
1935
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001936INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001937P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001938M: dmitry.torokhov@gmail.com
1939M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001940L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001941T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942S: Maintained
1943
Robert Lovec9f04f52005-07-15 12:21:07 -04001944INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001945P: John McCutchan
1946M: ttb@tentacle.dhs.org
1947P: Robert Love
1948M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001949L: linux-kernel@vger.kernel.org
1950S: Maintained
1951
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001952INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001953P: Sylvain Meyer
1954M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001955L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001956S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001959P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001960M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001961L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001962S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964INTEL IA32 MICROCODE UPDATE SUPPORT
1965P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001966M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967S: Maintained
1968
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001969INTEL I/OAT DMA DRIVER
1970P: Shannon Nelson
1971M: shannon.nelson@intel.com
1972L: linux-kernel@vger.kernel.org
1973S: Supported
1974
Dan Williamsb3e5f262007-08-07 10:26:35 -07001975INTEL IOP-ADMA DMA DRIVER
1976P: Dan Williams
1977M: dan.j.williams@intel.com
1978L: linux-kernel@vger.kernel.org
1979S: Supported
1980
Michael Buesch844dd052006-06-26 00:24:59 -07001981INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1982P: Deepak Saxena
1983M: dsaxena@plexity.net
1984S: Maintained
1985
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001986INTEL IXP2000 ETHERNET DRIVER
1987P: Lennert Buytenhek
1988M: kernel@wantstofly.org
1989L: netdev@vger.kernel.org
1990S: Maintained
1991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08001993P: Auke Kok
1994M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995P: Jesse Brandeburg
1996M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001997P: Jeff Kirsher
1998M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08001999P: John Ronciak
2000M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002001L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002W: http://sourceforge.net/projects/e1000/
2003S: Supported
2004
2005INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002006P: Auke Kok
2007M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002008P: Jesse Brandeburg
2009M: jesse.brandeburg@intel.com
2010P: Jeff Kirsher
2011M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002012P: John Ronciak
2013M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002014L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015W: http://sourceforge.net/projects/e1000/
2016S: Supported
2017
2018INTEL PRO/10GbE SUPPORT
2019P: Ayyappan Veeraiyan
2020M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002021P: Auke Kok
2022M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002023P: Jesse Brandeburg
2024M: jesse.brandeburg@intel.com
2025P: John Ronciak
2026M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002027L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028W: http://sourceforge.net/projects/e1000/
2029S: Supported
2030
James Ketrenos826d2ab2005-11-07 18:56:59 -06002031INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2032P: Yi Zhu
2033M: yi.zhu@intel.com
2034P: James Ketrenos
2035M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002036L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002037L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002038W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002039W: http://ipw2100.sourceforge.net
2040S: Supported
2041
2042INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2043P: Yi Zhu
2044M: yi.zhu@intel.com
2045P: James Ketrenos
2046M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002047L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002048L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002049W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002050W: http://ipw2200.sourceforge.net
2051S: Supported
2052
Zhu Yib481de92007-09-25 17:54:57 -07002053INTEL WIRELESS WIFI LINK (iwlwifi)
2054P: Zhu Yi
2055M: yi.zhu@intel.com
2056L: linux-wireless@vger.kernel.org
2057L: ipw3945-devel@lists.sourceforge.net
2058W: http://intellinuxwireless.org
2059T: git git://intellinuxwireless.org/repos/iwlwifi
2060S: Supported
2061
Ralf Baechlecb109a02007-08-30 23:56:30 -07002062IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063P: Ralf Baechle
2064M: ralf@linux-mips.org
2065L: linux-mips@linux-mips.org
2066S: Maintained
2067
Ralf Baechlecb109a02007-08-30 23:56:30 -07002068IOC3 SERIAL DRIVER
2069P: Pat Gefre
2070M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002071L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002072S: Maintained
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074IP MASQUERADING:
2075P: Juanjo Ciarlante
2076M: jjciarla@raiz.uncu.edu.ar
2077S: Maintained
2078
Francois Romieu1202d6f2007-09-17 17:13:55 -07002079IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2080P: Francois Romieu
2081M: romieu@fr.zoreil.com
2082P: Sorbica Shieh
2083M: sorbica@icplus.com.tw
2084P: Jesse Huang
2085M: jesse@icplus.com.tw
2086L: netdev@vger.kernel.org
2087S: Maintained
2088
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002089IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002090P: Arthur Jones
2091M: infinipath@qlogic.com
2092L: general@lists.openfabrics.org
2093T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002094S: Supported
2095
Corey Minyard4409ebe2006-04-20 02:43:12 -07002096IPMI SUBSYSTEM
2097P: Corey Minyard
2098M: minyard@acm.org
2099L: openipmi-developer@lists.sourceforge.net
2100W: http://openipmi.sourceforge.net/
2101S: Supported
2102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103IPX NETWORK LAYER
2104P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002105M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002106L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107S: Maintained
2108
2109IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002110P: Samuel Ortiz
2111M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002112L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002114S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115
Mike Christie14816b1e2007-11-28 16:22:06 -08002116ISCSI
2117P: Mike Christie
2118M: michaelc@cs.wisc.edu
2119L: open-iscsi@googlegroups.com
2120W: www.open-iscsi.org
2121T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2122S: Maintained
2123
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124ISAPNP
2125P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002126M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127S: Maintained
2128
2129ISDN SUBSYSTEM
2130P: Karsten Keil
2131M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132L: isdn4linux@listserv.isdn4linux.de
2133W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002134T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
2137ISDN SUBSYSTEM (Eicon active card driver)
2138P: Armin Schindler
2139M: mac@melware.de
2140L: isdn4linux@listserv.isdn4linux.de
2141W: http://www.melware.de
2142S: Maintained
2143
Hans Verkuil91821ff2007-12-02 09:35:33 -03002144IVTV VIDEO4LINUX DRIVER
2145P: Hans Verkuil
2146M: hverkuil@xs4all.nl
2147L: ivtv-devel@ivtvdriver.org
2148L: ivtv-users@ivtvdriver.org
2149L: video4linux-list@redhat.com
2150W: http://www.ivtvdriver.org
2151S: Maintained
2152
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2154P: David Woodhouse
2155M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002156L: linux-mtd@lists.infradead.org
2157W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158S: Maintained
2159
2160JFS FILESYSTEM
2161P: Dave Kleikamp
2162M: shaggy@austin.ibm.com
2163L: jfs-discussion@lists.sourceforge.net
2164W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002165T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166S: Supported
2167
Josh Triplettde456d32006-07-30 03:04:00 -07002168JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002169P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002170M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002171L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002172S: Maintained
2173
Rudolf Marek4660cb32006-10-08 22:01:26 +02002174K8TEMP HARDWARE MONITORING DRIVER
2175P: Rudolf Marek
2176M: r.marek@assembler.cz
2177L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
2180KCONFIG
2181P: Roman Zippel
2182M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002183L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184S: Maintained
2185
Vivek Goyalea6c2082006-05-20 14:59:55 -07002186KDUMP
2187P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002188M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002189P: Haren Myneni
2190M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002191L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002192L: linux-kernel@vger.kernel.org
2193W: http://lse.sourceforge.net/kdump/
2194S: Maintained
2195
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196KERNEL AUTOMOUNTER (AUTOFS)
2197P: H. Peter Anvin
2198M: hpa@zytor.com
2199L: autofs@linux.kernel.org
2200S: Odd Fixes
2201
2202KERNEL AUTOMOUNTER v4 (AUTOFS4)
2203P: Ian Kent
2204M: raven@themaw.net
2205L: autofs@linux.kernel.org
2206S: Maintained
2207
2208KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209P: Sam Ravnborg
2210M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002211T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002212L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002213S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214
2215KERNEL JANITORS
2216P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002217L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219S: Maintained
2220
2221KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002222P: J. Bruce Fields
2223M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002225M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226L: nfs@lists.sourceforge.net
2227W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002228S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229
Avi Kivity426d62e2006-12-13 00:34:03 -08002230KERNEL VIRTUAL MACHINE (KVM)
2231P: Avi Kivity
2232M: avi@qumranet.com
2233L: kvm-devel@lists.sourceforge.net
2234W: kvm.sourceforge.net
2235S: Supported
2236
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002237KEXEC
2238P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002239M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002240W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002241L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002242L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002243S: Maintained
2244
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002245KPROBES
2246P: Prasanna S Panchamukhi
2247M: prasanna@in.ibm.com
2248P: Ananth N Mavinakayanahalli
2249M: ananth@in.ibm.com
2250P: Anil S Keshavamurthy
2251M: anil.s.keshavamurthy@intel.com
2252P: David S. Miller
2253M: davem@davemloft.net
2254L: linux-kernel@vger.kernel.org
2255S: Maintained
2256
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002257KS0108 LCD CONTROLLER DRIVER
2258P: Miguel Ojeda Sandonis
2259M: maxextreme@gmail.com
2260L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002261W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002262S: Maintained
2263
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002266S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267
2268LASI 53c700 driver for PARISC
2269P: James E.J. Bottomley
2270M: James.Bottomley@HansenPartnership.com
2271L: linux-scsi@vger.kernel.org
2272S: Maintained
2273
Richard Purdie263de9b2006-05-15 09:44:16 -07002274LED SUBSYSTEM
2275P: Richard Purdie
2276M: rpurdie@rpsys.net
2277S: Maintained
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279LEGO USB Tower driver
2280P: Juergen Stuber
2281M: starblue@users.sourceforge.net
2282L: legousb-devel@lists.sourceforge.net
2283W: http://legousb.sourceforge.net/
2284S: Maintained
2285
Rusty Russell568a17f2007-10-25 14:12:24 +10002286LGUEST
2287P: Rusty Russell
2288M: rusty@rustcorp.com.au
2289L: lguest@ozlabs.org
2290W: http://lguest.ozlabs.org/
2291S: Maintained
2292
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293LINUX FOR IBM pSERIES (RS/6000)
2294P: Paul Mackerras
2295M: paulus@au.ibm.com
2296W: http://www.ibm.com/linux/ltc/projects/ppc
2297S: Supported
2298
2299LINUX FOR NCR VOYAGER
2300P: James Bottomley
2301M: James.Bottomley@HansenPartnership.com
2302W: http://www.hansenpartnership.com/voyager
2303S: Maintained
2304
2305LINUX FOR POWERPC
2306P: Paul Mackerras
2307M: paulus@samba.org
2308W: http://www.penguinppc.org/
2309L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002310T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311S: Supported
2312
2313LINUX FOR POWER MACINTOSH
2314P: Benjamin Herrenschmidt
2315M: benh@kernel.crashing.org
2316W: http://www.penguinppc.org/
2317L: linuxppc-dev@ozlabs.org
2318S: Maintained
2319
2320LINUX FOR POWERPC EMBEDDED MPC52XX
2321P: Sylvain Munaut
2322M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002323P: Grant Likely
2324M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325W: http://www.246tNt.com/mpc52xx/
2326W: http://www.penguinppc.org/
2327L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328S: Maintained
2329
2330LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002331P: Josh Boyer
2332M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333P: Matt Porter
2334M: mporter@kernel.crashing.org
2335W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002336L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002337T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338S: Maintained
2339
Grant Likely260c02a2007-10-02 12:15:34 +10002340LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2341P: Grant Likely
2342M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002343W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002344L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Maintained
2346
Tom Rinie93adf12005-07-26 12:49:53 -07002347LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348P: Tom Rini
2349M: trini@kernel.crashing.org
2350W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002351L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
Tom Rinie93adf12005-07-26 12:49:53 -07002354LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002355P: Vitaly Bordug
2356M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002357P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002358M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002359W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002360L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002361S: Maintained
2362
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002364P: Kumar Gala
2365M: galak@kernel.crashing.org
2366W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002367L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002368S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369
Olof Johanssonab06ff32006-09-06 14:44:54 -05002370LINUX FOR POWERPC PA SEMI PWRFICIENT
2371P: Olof Johansson
2372M: olof@lixom.net
2373W: http://www.pasemi.com/
2374L: linuxppc-dev@ozlabs.org
2375S: Supported
2376
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377LLC (802.2)
2378P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002379M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380S: Maintained
2381
2382LINUX FOR 64BIT POWERPC
2383P: Paul Mackerras
2384M: paulus@samba.org
2385M: paulus@au.ibm.com
2386P: Anton Blanchard
2387M: anton@samba.org
2388M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002389W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002390L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Supported
2392
2393LINUX SECURITY MODULE (LSM) FRAMEWORK
2394P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002395M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002396L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002398T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399S: Supported
2400
2401LM83 HARDWARE MONITOR DRIVER
2402P: Jean Delvare
2403M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002404L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405S: Maintained
2406
2407LM90 HARDWARE MONITOR DRIVER
2408P: Jean Delvare
2409M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002410L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411S: Maintained
2412
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002413LOCKDEP AND LOCKSTAT
2414P: Peter Zijlstra
2415M: peterz@infradead.org
2416P: Ingo Molnar
2417M: mingo@redhat.com
2418L: linux-kernel@vger.kernel.org
2419T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2420S: Maintained
2421
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002422LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423P: Richard Russon (FlatCap)
2424M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002425L: linux-ntfs-dev@lists.sourceforge.net
2426W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427S: Maintained
2428
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002429LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2430P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002431M: Eric.Moore@lsi.com
2432M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002433L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002434L: linux-scsi@vger.kernel.org
2435W: http://www.lsilogic.com/support
2436S: Supported
2437
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2439P: Matthew Wilcox
2440M: matthew@wil.cx
2441L: linux-scsi@vger.kernel.org
2442S: Maintained
2443
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002444M32R ARCHITECTURE
2445P: Hirokazu Takata
2446M: takata@linux-m32r.org
2447L: linux-m32r@ml.linux-m32r.org
2448L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2449W: http://www.linux-m32r.org/
2450S: Maintained
2451
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452M68K ARCHITECTURE
2453P: Geert Uytterhoeven
2454M: geert@linux-m68k.org
2455P: Roman Zippel
2456M: zippel@linux-m68k.org
2457L: linux-m68k@lists.linux-m68k.org
2458W: http://www.linux-m68k.org/
2459W: http://linux-m68k-cvs.ubb.ca/
2460S: Maintained
2461
2462M68K ON APPLE MACINTOSH
2463P: Joshua Thompson
2464M: funaho@jurai.org
2465W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002466L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467S: Maintained
2468
2469M68K ON HP9000/300
2470P: Philip Blundell
2471M: philb@gnu.org
2472W: http://www.tazenda.demon.co.uk/phil/linux-hp
2473S: Maintained
2474
Jiri Benc64a327a2007-05-05 11:47:08 -07002475MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002476P: Michael Wu
2477M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002478P: Johannes Berg
2479M: johannes@sipsolutions.net
2480P: Jiri Benc
2481M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002482L: linux-wireless@vger.kernel.org
2483W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002484T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002485S: Maintained
2486
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002487MACVLAN DRIVER
2488P: Patrick McHardy
2489M: kaber@trash.net
2490L: netdev@vger.kernel.org
2491S: Maintained
2492
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493MARVELL YUKON / SYSKONNECT DRIVER
2494P: Mirko Lindner
2495M: mlindner@syskonnect.de
2496P: Ralph Roesler
2497M: rroesler@syskonnect.de
2498W: http://www.syskonnect.com
2499S: Supported
2500
Michael Kerriskfaf16682005-07-31 22:34:47 -07002501MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002502P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002503M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002504W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2505S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002506
Stefano Brivio74cda162007-11-19 20:27:46 +01002507MARVELL LIBERTAS WIRELESS DRIVER
2508P: Dan Williams
2509M: dcbw@redhat.com
2510L: libertas-dev@lists.infradead.org
2511S: Maintained
2512
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002513MARVELL MV643XX ETHERNET DRIVER
2514P: Dale Farnsworth
2515M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002517M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002518L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002519S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520
2521MATROX FRAMEBUFFER DRIVER
2522P: Petr Vandrovec
2523M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002524L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525S: Maintained
2526
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002527MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2528P: Hans J. Koch
2529M: hjk@linutronix.de
2530L: lm-sensors@lm-sensors.org
2531S: Maintained
2532
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002533MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002534P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002535M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002536S: linux-scsi@vger.kernel.org
2537W: http://megaraid.lsilogic.com
2538S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002539
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002540MEMORY MANAGEMENT
2541L: linux-mm@kvack.org
2542L: linux-kernel@vger.kernel.org
2543W: http://www.linux-mm.org
2544S: Maintained
2545
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002546MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547P: David Woodhouse
2548M: dwmw2@infradead.org
2549W: http://www.linux-mtd.infradead.org/
2550L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002551T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552S: Maintained
2553
Artem Bityutskiy48576402007-02-13 17:11:10 +02002554UNSORTED BLOCK IMAGES (UBI)
2555P: Artem Bityutskiy
2556M: dedekind@infradead.org
2557W: http://www.linux-mtd.infradead.org/
2558L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002559T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002560S: Maintained
2561
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562MICROTEK X6 SCANNER
2563P: Oliver Neukum
2564M: oliver@neukum.name
2565S: Maintained
2566
2567MIPS
2568P: Ralf Baechle
2569M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002570W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002572T: git www.linux-mips.org:/pub/scm/linux.git
2573S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574
2575MISCELLANEOUS MCA-SUPPORT
2576P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002577M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578L: linux-kernel@vger.kernel.org
2579S: Maintained
2580
2581MODULE SUPPORT
2582P: Rusty Russell
2583M: rusty@rustcorp.com.au
2584L: linux-kernel@vger.kernel.org
2585S: Maintained
2586
2587MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2588P: Stelian Pop
2589M: stelian@popies.net
2590W: http://popies.net/meye/
2591S: Maintained
2592
Pavel Pisac58ff042007-05-16 01:10:41 +02002593MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2594P: Pavel Pisa
2595M: ppisa@pikron.com
2596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2597W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2598S: Maintained
2599
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600MOUSE AND MISC DEVICES [GENERAL]
2601P: Alessandro Rubini
2602M: rubini@ipvvis.unipv.it
2603L: linux-kernel@vger.kernel.org
2604S: Maintained
2605
Jiri Slabyd7354102006-12-08 02:38:35 -08002606MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2607P: Jiri Slaby
2608M: jirislaby@gmail.com
2609L: linux-kernel@vger.kernel.org
2610S: Maintained
2611
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002612MSI LAPTOP SUPPORT
2613P: Lennart Poettering
2614M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002615W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002616W: http://0pointer.de/lennart/tchibo.html
2617S: Maintained
2618
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002619MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002620P: Pierre Ossman
2621M: drzeus-mmc@drzeus.cx
2622L: linux-kernel@vger.kernel.org
2623S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002624
David Brownell15a05802007-08-08 09:12:54 -07002625MULTIMEDIA CARD (MMC) ETC. OVER SPI
2626P: David Brownell
2627M: dbrownell@users.sourceforge.net
2628L: linux-kernel@vger.kernel.org
2629S: Odd fixes
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631MULTISOUND SOUND DRIVER
2632P: Andrew Veliath
2633M: andrewtv@usa.net
2634S: Maintained
2635
Jiri Slabyd7354102006-12-08 02:38:35 -08002636MULTITECH MULTIPORT CARD (ISICOM)
2637P: Jiri Slaby
2638M: jirislaby@gmail.com
2639L: linux-kernel@vger.kernel.org
2640S: Maintained
2641
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642NATSEMI ETHERNET DRIVER (DP8381x)
2643P: Tim Hockin
2644M: thockin@hockin.org
2645S: Maintained
2646
2647NCP FILESYSTEM
2648P: Petr Vandrovec
2649M: vandrove@vc.cvut.cz
2650L: linware@sh.cvut.cz
2651S: Maintained
2652
2653NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2654P: James E.J. Bottomley
2655M: James.Bottomley@HansenPartnership.com
2656L: linux-scsi@vger.kernel.org
2657S: Maintained
2658
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002659NETEM NETWORK EMULATOR
2660P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002661M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002662L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002663S: Maintained
2664
Jiri Slaby4a584482007-08-30 23:56:39 -07002665NETERION (S2IO) Xframe 10GbE DRIVER
2666P: Ramkrishna Vepa
2667M: ram.vepa@neterion.com
2668P: Rastapur Santosh
2669M: santosh.rastapur@neterion.com
2670P: Sivakumar Subramani
2671M: sivakumar.subramani@neterion.com
2672P: Sreenivasa Honnur
2673M: sreenivasa.honnur@neterion.com
2674L: netdev@vger.kernel.org
2675W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2676S: Supported
2677
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678NETFILTER/IPTABLES/IPCHAINS
2679P: Rusty Russell
2680P: Marc Boucher
2681P: James Morris
2682P: Harald Welte
2683P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002684P: Patrick McHardy
2685M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002686L: netfilter-devel@vger.kernel.org
2687L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002688L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689W: http://www.netfilter.org/
2690W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691S: Supported
2692
Paul Moore4cc67732006-09-25 15:57:13 -07002693NETLABEL
2694P: Paul Moore
2695M: paul.moore@hp.com
2696W: http://netlabel.sf.net
2697L: netdev@vger.kernel.org
2698S: Supported
2699
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700NETROM NETWORK LAYER
2701P: Ralf Baechle
2702M: ralf@linux-mips.org
2703L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002704W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705S: Maintained
2706
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002707NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708P: Paul Clements
2709M: Paul.Clements@steeleye.com
2710S: Maintained
2711
2712NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713P: Jeff Garzik
2714M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002715L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002716T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717S: Maintained
2718
2719NETWORKING [GENERAL]
2720P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721M: netdev@vger.kernel.org
2722L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002723W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724S: Maintained
2725
2726NETWORKING [IPv4/IPv6]
2727P: David S. Miller
2728M: davem@davemloft.net
2729P: Alexey Kuznetsov
2730M: kuznet@ms2.inr.ac.ru
2731P: Pekka Savola (ipv6)
2732M: pekkas@netcore.fi
2733P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002734M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735P: Hideaki YOSHIFUJI
2736M: yoshfuji@linux-ipv6.org
2737P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002738M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002739L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002740T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741S: Maintained
2742
James Morris10e2ff12007-08-25 14:41:28 -07002743NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2744P: Paul Moore
2745M: paul.moore@hp.com
2746L: netdev@vger.kernel.org
2747S: Maintained
2748
John W. Linville29f8f632006-01-18 14:52:48 -08002749NETWORKING [WIRELESS]
2750P: John W. Linville
2751M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002752L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002753T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2754S: Maintained
2755
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002756NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002757P: Dhananjay Phadke
2758M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002759L: netdev@vger.kernel.org
2760W: http://www.netxen.com
2761S: Supported
2762
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763IPVS
2764P: Wensong Zhang
2765M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002766P: Simon Horman
2767M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768P: Julian Anastasov
2769M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002770L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771S: Maintained
2772
2773NFS CLIENT
2774P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002775M: Trond.Myklebust@netapp.com
2776L: linux-nfs@vger.kernel.org
2777W: http://client.linux-nfs.org
2778T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779S: Maintained
2780
2781NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002782P: Jan-Pascal van Best
2783M: janpascal@vanbest.org
2784P: Andreas Mohr
2785M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002786L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787S: Maintained
2788
2789NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2790P: YOKOTA Hiroshi
2791M: yokota@netlab.is.tsukuba.ac.jp
2792W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2793S: Maintained
2794
2795NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2796P: GOTO Masanori
2797M: gotom@debian.or.jp
2798P: YOKOTA Hiroshi
2799M: yokota@netlab.is.tsukuba.ac.jp
2800W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2801S: Maintained
2802
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803NTFS FILESYSTEM
2804P: Anton Altaparmakov
2805M: aia21@cantab.net
2806L: linux-ntfs-dev@lists.sourceforge.net
2807L: linux-kernel@vger.kernel.org
2808W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002809T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810S: Maintained
2811
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002812NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002813P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002814M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002815L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002816S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002818OPENCORES I2C BUS DRIVER
2819P: Peter Korsgaard
2820M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002821L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002822S: Maintained
2823
Mark Fashehccd979b2005-12-15 14:31:24 -08002824ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2825P: Mark Fasheh
2826M: mark.fasheh@oracle.com
2827P: Kurt Hackel
2828M: kurt.hackel@oracle.com
2829L: ocfs2-devel@oss.oracle.com
2830W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002831S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002832
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833OLYMPIC NETWORK DRIVER
2834P: Peter De Shrijver
2835M: p2@ace.ulyssis.student.kuleuven.ac.be
2836P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002837M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002838L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839W: http://www.linuxtr.net
2840S: Maintained
2841
Harald Weltec1986ee2005-11-13 16:06:29 -08002842OMNIKEY CARDMAN 4000 DRIVER
2843P: Harald Welte
2844M: laforge@gnumonks.org
2845S: Maintained
2846
Harald Welte77c44ab2005-11-13 16:06:26 -08002847OMNIKEY CARDMAN 4040 DRIVER
2848P: Harald Welte
2849M: laforge@gnumonks.org
2850S: Maintained
2851
Jonathan Corbet77d51402007-03-22 19:44:17 -03002852OMNIVISION OV7670 SENSOR DRIVER
2853P: Jonathan Corbet
2854M: corbet@lwn.net
2855L: video4linux-list@redhat.com
2856S: Maintained
2857
Thomas Gleixner431bca72007-05-02 09:31:35 +02002858ONENAND FLASH DRIVER
2859P: Kyungmin Park
2860M: kyungmin.park@samsung.com
2861L: linux-mtd@lists.infradead.org
2862S: Maintained
2863
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864ONSTREAM SCSI TAPE DRIVER
2865P: Willem Riede
2866M: osst@riede.org
2867L: osst-users@lists.sourceforge.net
2868L: linux-scsi@vger.kernel.org
2869S: Maintained
2870
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871OPROFILE
2872P: Philippe Elie
2873M: phil.el@wanadoo.fr
2874L: oprofile-list@lists.sf.net
2875S: Maintained
2876
2877ORINOCO DRIVER
2878P: Pavel Roskin
2879M: proski@gnu.org
2880P: David Gibson
2881M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002882L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002883L: orinoco-users@lists.sourceforge.net
2884L: orinoco-devel@lists.sourceforge.net
2885W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886S: Maintained
2887
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002888PA SEMI ETHERNET DRIVER
2889P: Olof Johansson
2890M: olof@lixom.net
2891L: netdev@vger.kernel.org
2892S: Maintained
2893
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002894PA SEMI SMBUS DRIVER
2895P: Olof Johansson
2896M: olof@lixom.net
2897L: i2c@lm-sensors.org
2898S: Maintained
2899
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002901L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002902S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903
2904PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2905P: Tim Waugh
2906M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002907L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908W: http://www.torque.net/linux-pp.html
2909S: Maintained
2910
2911PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002912P: Kyle McMartin
2913M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914P: Matthew Wilcox
2915M: matthew@wil.cx
2916P: Grant Grundler
2917M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002918L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002920T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921S: Maintained
2922
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002923PARAVIRT_OPS INTERFACE
2924P: Jeremy Fitzhardinge
2925M: jeremy@xensource.com
2926P: Chris Wright
2927M: chrisw@sous-sol.org
2928P: Zachary Amsden
2929M: zach@vmware.com
2930P: Rusty Russell
2931M: rusty@rustcorp.com.au
2932L: virtualization@lists.osdl.org
2933L: linux-kernel@vger.kernel.org
2934S: Supported
2935
Jim Cromie1662d322006-10-06 00:43:59 -07002936PC87360 HARDWARE MONITORING DRIVER
2937P: Jim Cromie
2938M: jim.cromie@gmail.com
2939L: lm-sensors@lm-sensors.org
2940S: Maintained
2941
2942PC8736x GPIO DRIVER
2943P: Jim Cromie
2944M: jim.cromie@gmail.com
2945S: Maintained
2946
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002947PCI ERROR RECOVERY
2948P: Linas Vepstas
2949M: linas@austin.ibm.com
2950L: linux-kernel@vger.kernel.org
2951L: linux-pci@atrey.karlin.mff.cuni.cz
2952S: Supported
2953
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954PCI SUBSYSTEM
2955P: Greg Kroah-Hartman
2956M: gregkh@suse.de
2957L: linux-kernel@vger.kernel.org
2958L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002959T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960S: Supported
2961
2962PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002963P: Kristen Carlson Accardi
2964M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965S: Supported
2966
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002967PCIE HOTPLUG DRIVER
2968P: Kristen Carlson Accardi
2969M: kristen.c.accardi@intel.com
2970L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002971S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002972
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002974P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002975L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002976W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002977T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002978S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979
2980PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002981P: Don Fry
2982M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002983L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984S: Maintained
2985
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002986PER-TASK DELAY ACCOUNTING
2987P: Shailabh Nagar
2988M: nagar@watson.ibm.com
2989L: linux-kernel@vger.kernel.org
2990S: Maintained
2991
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002992PERSONALITY HANDLING
2993P: Christoph Hellwig
2994M: hch@infradead.org
2995L: linux-abi-devel@lists.sourceforge.net
2996S: Maintained
2997
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002999P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000M: joern@wh.fh-wedel.de
3001L: linux-mtd@lists.infradead.org
3002S: Maintained
3003
Peter Osterlund249a6772005-09-27 21:45:30 -07003004PKTCDVD DRIVER
3005P: Peter Osterlund
3006M: petero2@telia.com
3007L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003008S: Maintained
3009
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003011P: Thomas Gleixner
3012M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003013L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014S: Supported
3015
Anton Vorontsov3be86142007-07-15 04:43:36 +04003016POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3017P: Anton Vorontsov
3018M: cbou@mail.ru
3019P: David Woodhouse
3020M: dwmw2@infradead.org
3021L: linux-kernel@vger.kernel.org
3022L: kernel-discuss@handhelds.org
3023T: git git.infradead.org/battery-2.6.git
3024S: Maintained
3025
Eugene Surovegin24682972005-10-14 03:00:53 -07003026POWERPC 4xx EMAC DRIVER
3027P: Eugene Surovegin
3028M: ebs@ebshome.net
3029W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003030L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003031L: netdev@vger.kernel.org
3032S: Maintained
3033
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034PNP SUPPORT
3035P: Adam Belay
3036M: ambx1@neo.rr.com
3037S: Maintained
3038
Vitaly Wool999445d2007-01-04 13:07:03 +01003039PNXxxxx I2C DRIVER
3040P: Vitaly Wool
3041M: vitalywool@gmail.com
3042L: i2c@lm-sensors.org
3043S: Maintained
3044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045PPP PROTOCOL DRIVERS AND COMPRESSORS
3046P: Paul Mackerras
3047M: paulus@samba.org
3048L: linux-ppp@vger.kernel.org
3049S: Maintained
3050
3051PPP OVER ATM (RFC 2364)
3052P: Mitchell Blank Jr
3053M: mitch@sfgoth.com
3054S: Maintained
3055
3056PPP OVER ETHERNET
3057P: Michal Ostrowski
3058M: mostrows@speakeasy.net
3059S: Maintained
3060
James Chapmana6d23702007-06-27 15:53:17 -07003061PPP OVER L2TP
3062P: James Chapman
3063M: jchapman@katalix.com
3064S: Maintained
3065
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066PREEMPTIBLE KERNEL
3067P: Robert Love
3068M: rml@tech9.net
3069L: linux-kernel@vger.kernel.org
3070L: kpreempt-tech@lists.sourceforge.net
3071W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3072S: Supported
3073
Michael Wueff1a592007-09-25 18:11:01 -07003074P54 WIRELESS DRIVER
3075P: Michael Wu
3076M: flamingice@sourmilk.net
3077L: linux-wireless@vger.kernel.org
3078W: http://prism54.org
3079T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3080S: Maintained
3081
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003083P: Luis R. Rodriguez
3084M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003085L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086W: http://prism54.org
3087S: Maintained
3088
3089PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3090P: Peter Denison
3091M: promise@pnd-pc.demon.co.uk
3092W: http://www.pnd-pc.demon.co.uk/promise/
3093S: Maintained
3094
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003095PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3096P: Mikael Pettersson
3097M: mikpe@it.uu.se
3098L: linux-ide@vger.kernel.org
3099S: Maintained
3100
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003101PS3 NETWORK SUPPORT
3102P: Masakazu Mokuno
3103M: mokuno@sm.sony.co.jp
3104L: netdev@vger.kernel.org
3105L: cbe-oss-dev@ozlabs.org
3106S: Supported
3107
Geoff Levandf58a9d12006-11-23 00:46:51 +01003108PS3 PLATFORM SUPPORT
3109P: Geoff Levand
3110M: geoffrey.levand@am.sony.com
3111L: linuxppc-dev@ozlabs.org
3112L: cbe-oss-dev@ozlabs.org
3113S: Supported
3114
Michael Krufky83202042006-07-03 00:24:18 -07003115PVRUSB2 VIDEO4LINUX DRIVER
3116P: Mike Isely
3117M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003118L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003119L: video4linux-list@redhat.com
3120W: http://www.isely.net/pvrusb2/
3121S: Maintained
3122
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123PXA2xx SUPPORT
3124P: Nicolas Pitre
3125M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003126L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127S: Maintained
3128
Pierre Ossman272f1332007-05-14 21:25:26 +02003129PXA MMCI DRIVER
3130S: Orphan
3131
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132QLOGIC QLA2XXX FC-SCSI DRIVER
3133P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003134M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135L: linux-scsi@vger.kernel.org
3136S: Supported
3137
Ron Mercer5a4faa872006-07-25 00:40:21 -07003138QLOGIC QLA3XXX NETWORK DRIVER
3139P: Ron Mercer
3140M: linux-driver@qlogic.com
3141L: netdev@vger.kernel.org
3142S: Supported
3143
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144QNX4 FILESYSTEM
3145P: Anders Larsen
3146M: al@alarsen.net
3147L: linux-kernel@vger.kernel.org
3148W: http://www.alarsen.net/linux/qnx4fs/
3149S: Maintained
3150
3151RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003152P: Benjamin Herrenschmidt
3153M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003154L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155S: Maintained
3156
3157RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003158P: Paul Mackerras
3159M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003160L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161S: Maintained
3162
3163RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3164P: Corey Thomas
3165M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003166L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167S: Maintained
3168
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003169RALINK RT2X00 WLAN DRIVER
3170P: rt2x00 project
3171L: linux-wireless@vger.kernel.org
3172L: rt2400-devel@lists.sourceforge.net
3173W: http://rt2x00.serialmonkey.com/
3174S: Maintained
3175F: drivers/net/wireless/rt2x00/
3176
Matt Mackall9e95ce22005-04-16 15:25:56 -07003177RANDOM NUMBER DRIVER
3178P: Matt Mackall
3179M: mpm@selenic.com
3180S: Maintained
3181
Matt Porter394b7012005-11-07 01:00:15 -08003182RAPIDIO SUBSYSTEM
3183P: Matt Porter
3184M: mporter@kernel.crashing.org
3185L: linux-kernel@vger.kernel.org
3186S: Maintained
3187
Josh Triplett595182b2006-10-04 02:17:21 -07003188READ-COPY UPDATE (RCU)
3189P: Dipankar Sarma
3190M: dipankar@in.ibm.com
3191W: http://www.rdrop.com/users/paulmck/rclock/
3192L: linux-kernel@vger.kernel.org
3193S: Supported
3194
3195RCUTORTURE MODULE
3196P: Josh Triplett
3197M: josh@freedesktop.org
3198L: linux-kernel@vger.kernel.org
3199S: Maintained
3200
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201REAL TIME CLOCK DRIVER
3202P: Paul Gortmaker
3203M: p_gortmaker@yahoo.com
3204L: linux-kernel@vger.kernel.org
3205S: Maintained
3206
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003207REAL TIME CLOCK (RTC) SUBSYSTEM
3208P: Alessandro Zummo
3209M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003210L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003211S: Maintained
3212
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213REISERFS FILE SYSTEM
3214P: Hans Reiser
3215M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003216L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217W: http://www.namesys.com
3218S: Supported
3219
3220ROCKETPORT DRIVER
3221P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222W: http://www.comtrol.com
3223S: Maintained
3224
3225ROSE NETWORK LAYER
3226P: Ralf Baechle
3227M: ralf@linux-mips.org
3228L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003229W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230S: Maintained
3231
3232RISCOM8 DRIVER
3233S: Orphan
3234
Michael Wu605bebe2007-05-14 01:41:02 -04003235RTL818X WIRELESS DRIVER
3236P: Michael Wu
3237M: flamingice@sourmilk.net
3238P: Andrea Merello
3239M: andreamrl@tiscali.it
3240L: linux-wireless@vger.kernel.org
3241W: http://linuxwireless.org/
3242T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3243S: Maintained
3244
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003245S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003246P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003247M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003248L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003249S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003250
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251S390
3252P: Martin Schwidefsky
3253M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003254P: Heiko Carstens
3255M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003257L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003258W: http://www.ibm.com/developerworks/linux/linux390/
3259S: Supported
3260
3261S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003262P: Ursula Braun
3263M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003264P: Frank Blaschka
3265M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003266M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003267L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003268W: http://www.ibm.com/developerworks/linux/linux390/
3269S: Supported
3270
3271S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003272P: Christof Schmitt
3273M: christof.schmitt@de.ibm.com
3274P: Martin Peschke
3275M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003276M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003277L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003278W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279S: Supported
3280
Ursula Braundd96df22007-09-19 13:09:02 +02003281S390 IUCV NETWORK LAYER
3282P: Ursula Braun
3283M: ubraun@linux.vnet.ibm.com
3284M: linux390@de.ibm.com
3285L: linux-s390@vger.kernel.org
3286W: http://www.ibm.com/developerworks/linux/linux390/
3287S: Supported
3288
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289SAA7146 VIDEO4LINUX-2 DRIVER
3290P: Michael Hunold
3291M: michael@mihu.de
3292W: http://www.mihu.de/linux/saa7146
3293S: Maintained
3294
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295SC1200 WDT DRIVER
3296P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003297M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298S: Maintained
3299
3300SCHEDULER
3301P: Ingo Molnar
3302M: mingo@elte.hu
3303P: Robert Love [the preemptible kernel bits]
3304M: rml@tech9.net
3305L: linux-kernel@vger.kernel.org
3306S: Maintained
3307
3308SCSI CDROM DRIVER
3309P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003310M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311L: linux-scsi@vger.kernel.org
3312W: http://www.kernel.dk
3313S: Maintained
3314
3315SCSI SG DRIVER
3316P: Doug Gilbert
3317M: dgilbert@interlog.com
3318L: linux-scsi@vger.kernel.org
3319W: http://www.torque.net/sg
3320S: Maintained
3321
3322SCSI SUBSYSTEM
3323P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003324M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003326T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003327T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3328T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329S: Maintained
3330
3331SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003332P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333M: Kai.Makisara@kolumbus.fi
3334L: linux-scsi@vger.kernel.org
3335S: Maintained
3336
3337SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003338P: Vlad Yasevich
3339M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003340P: Sridhar Samudrala
3341M: sri@us.ibm.com
3342L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003343W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003344S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345
3346SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003347P: Jim Cromie
3348M: jim.cromie@gmail.com
3349S: Odd Fixes
3350
3351SCx200 GPIO DRIVER
3352P: Jim Cromie
3353M: jim.cromie@gmail.com
3354S: Maintained
3355
3356SCx200 HRT CLOCKSOURCE DRIVER
3357P: Jim Cromie
3358M: jim.cromie@gmail.com
3359S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360
3361SECURITY CONTACT
3362P: Security Officers
3363M: security@kernel.org
3364S: Supported
3365
3366SELINUX SECURITY MODULE
3367P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003368M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003370M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003371P: Eric Paris
3372M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003374L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375W: http://www.nsa.gov/selinux
3376S: Supported
3377
Jiri Slabycef2cf02007-05-08 00:31:45 -07003378SENSABLE PHANTOM
3379P: Jiri Slaby
3380M: jirislaby@gmail.com
3381S: Maintained
3382
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383SERIAL ATA (SATA) SUBSYSTEM:
3384P: Jeff Garzik
3385M: jgarzik@pobox.com
3386L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003387T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388S: Supported
3389
3390SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3391P: Pat Gefre
3392M: pfg@sgi.com
3393L: linux-ia64@vger.kernel.org
3394S: Supported
3395
3396SGI VISUAL WORKSTATION 320 AND 540
3397P: Andrey Panin
3398M: pazke@donpac.ru
3399L: linux-visws-devel@lists.sf.net
3400W: http://linux-visws.sf.net
3401S: Maintained for 2.6.
3402
3403SIMTEC EB110ATX (Chalice CATS)
3404P: Ben Dooks
3405P: Vincent Sanders
3406M: support@simtec.co.uk
3407W: http://www.simtec.co.uk/products/EB110ATX/
3408S: Supported
3409
3410SIMTEC EB2410ITX (BAST)
3411P: Ben Dooks
3412P: Vincent Sanders
3413M: support@simtec.co.uk
3414W: http://www.simtec.co.uk/products/EB2410ITX/
3415S: Supported
3416
Francois Romieu92aab3c2005-07-30 13:11:18 +02003417SIS 190 ETHERNET DRIVER
3418P: Francois Romieu
3419M: romieu@fr.zoreil.com
3420L: netdev@vger.kernel.org
3421S: Maintained
3422
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423SIS 5513 IDE CONTROLLER DRIVER
3424P: Lionel Bouton
3425M: Lionel.Bouton@inet6.fr
3426W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3427W: http://gyver.homeip.net/sis5513/index.html
3428S: Maintained
3429
3430SIS 900/7016 FAST ETHERNET DRIVER
3431P: Daniele Venzano
3432M: venza@brownhat.org
3433W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003434L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435S: Maintained
3436
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003437SIS 96X I2C/SMBUS DRIVER
3438P: Mark M. Hoffman
3439M: mhoffman@lightlink.com
3440L: lm-sensors@lm-sensors.org
3441S: Maintained
3442
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443SIS FRAMEBUFFER DRIVER
3444P: Thomas Winischhofer
3445M: thomas@winischhofer.net
3446W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003447S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448
3449SIS USB2VGA DRIVER
3450P: Thomas Winischhofer
3451M: thomas@winischhofer.net
3452W: http://www.winischhofer.at/linuxsisusbvga.shtml
3453S: Maintained
3454
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003455SLAB ALLOCATOR
3456P: Christoph Lameter
3457M: clameter@sgi.com
3458P: Pekka Enberg
3459M: penberg@cs.helsinki.fi
3460L: linux-mm@kvack.org
3461S: Maintained
3462
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463SMC91x ETHERNET DRIVER
3464P: Nicolas Pitre
3465M: nico@cam.org
3466S: Maintained
3467
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003468SMSC47B397 HARDWARE MONITOR DRIVER
3469P: Mark M. Hoffman
3470M: mhoffman@lightlink.com
3471L: lm-sensors@lm-sensors.org
3472S: Maintained
3473
Daniel Drake8f0f8502006-07-18 22:00:25 +01003474SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003475P: Daniel Drake
3476M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003477L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003478S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003479
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480SOFTWARE RAID (Multiple Disks) SUPPORT
3481P: Ingo Molnar
3482M: mingo@redhat.com
3483P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003484M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003486S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487
Pavel Machek95a631e2007-07-19 01:47:42 -07003488HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489P: Pavel Machek
3490M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003491P: Rafael J. Wysocki
3492M: rjw@sisk.pl
3493L: linux-pm@lists.linux-foundation.org
3494S: Supported
3495
3496SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003497P: Len Brown
3498M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003499P: Pavel Machek
3500M: pavel@suse.cz
3501P: Rafael J. Wysocki
3502M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003503L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003504S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505
3506SONIC NETWORK DRIVER
3507P: Thomas Bogendoerfer
3508M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003509L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510S: Maintained
3511
Michael Buesch61e115a2007-09-18 15:12:50 -04003512SONICS SILICON BACKPLANE DRIVER (SSB)
3513P: Michael Buesch
3514M: mb@bu3sch.de
3515L: netdev@vger.kernel.org
3516S: Maintained
3517
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003519P: Mattia Dongili
3520M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003521L: linux-acpi@vger.kernel.org
3522W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S: Maintained
3524
3525SOUND
3526P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003527M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003528L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529S: Maintained
3530
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003531SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3532P: Liam Girdwood
3533M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003534L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003535S: Supported
3536
Kumar Gala025c3982006-04-02 16:05:54 -05003537SPI SUBSYSTEM
3538P: David Brownell
3539M: dbrownell@users.sourceforge.net
3540L: spi-devel-general@lists.sourceforge.net
3541S: Maintained
3542
Steven Rostedt855f46a2006-08-05 12:14:50 -07003543STABLE BRANCH:
3544P: Greg Kroah-Hartman
3545M: greg@kroah.com
3546P: Chris Wright
3547M: chrisw@sous-sol.org
3548L: stable@kernel.org
3549S: Maintained
3550
Kylene Hall1c72d462005-05-01 08:59:13 -07003551TPM DEVICE DRIVER
3552P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003553M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003554W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003555P: Marcel Selhorst
3556M: tpm@selhorst.net
3557W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003558L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003559S: Maintained
3560
Mark Gross1a80ba82005-10-30 15:02:55 -08003561Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003562P: Mark Gross
3563M: mark.gross@intel.com
3564S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003565
Chris Zankel48b415c2005-06-23 22:01:07 -07003566TENSILICA XTENSA PORT (xtensa):
3567P: Chris Zankel
3568M: chris@zankel.net
3569S: Maintained
3570
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003571THINKPAD ACPI EXTRAS DRIVER
3572P: Henrique de Moraes Holschuh
3573M: ibm-acpi@hmh.eng.br
3574L: ibm-acpi-devel@lists.sourceforge.net
3575W: http://ibm-acpi.sourceforge.net
3576W: http://thinkwiki.org/wiki/Ibm-acpi
3577T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3578S: Maintained
3579
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580UltraSPARC (sparc64):
3581P: David S. Miller
3582M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003584T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585S: Maintained
3586
3587SHARP LH SUPPORT (LH7952X & LH7A40X)
3588P: Marc Singer
3589M: elf@buici.com
3590W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003594SHPC HOTPLUG DRIVER
3595P: Kristen Carlson Accardi
3596M: kristen.c.accardi@intel.com
3597L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003598S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003599
Pierre Ossmand129bce2006-03-24 03:18:17 -08003600SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3601P: Pierre Ossman
3602M: drzeus-sdhci@drzeus.cx
3603L: sdhci-devel@list.drzeus.cx
3604W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3605S: Maintained
3606
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003607SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3608P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003609M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003610L: netdev@vger.kernel.org
3611S: Maintained
3612
Chris Boot1a87d942006-07-10 04:45:34 -07003613SOEKRIS NET48XX LED SUPPORT
3614P: Chris Boot
3615M: bootc@bootc.net
3616S: Maintained
3617
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618SPARC (sparc32):
3619P: William L. Irwin
3620M: wli@holomorphy.com
3621L: sparclinux@vger.kernel.org
3622S: Maintained
3623
3624SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3625P: Roger Wolff
3626M: R.E.Wolff@BitWizard.nl
3627L: linux-kernel@vger.kernel.org ?
3628S: Supported
3629
Jim Lewis2752e402006-09-29 02:01:19 -07003630SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003631P: Ishizaki Kou
3632M: kou.ishizaki@toshiba.co.jp
3633P: Jens Osterkamp
3634M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003635L: netdev@vger.kernel.org
3636S: Supported
3637
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638SRM (Alpha) environment access
3639P: Jan-Benedict Glaw
3640M: jbglaw@lug-owl.de
3641L: linux-kernel@vger.kernel.org
3642S: Maintained
3643
3644STARFIRE/DURALAN NETWORK DRIVER
3645P: Ion Badulescu
3646M: ionut@cs.columbia.edu
3647S: Maintained
3648
3649STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3650W: http://mosquitonet.Stanford.EDU/strip.html
3651S: Unsupported ?
3652
3653STRADIS MPEG-2 DECODER DRIVER
3654P: Nathan Laredo
3655M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656W: http://www.stradis.com/
3657S: Maintained
3658
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003659SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660P: Paul Mundt
3661M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003662L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003664T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665S: Maintained
3666
3667SUN3/3X
3668P: Sam Creasey
3669M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670W: http://sammy.net/sun3/
3671S: Maintained
3672
3673SVGA HANDLING
3674P: Martin Mares
3675M: mj@ucw.cz
3676L: linux-video@atrey.karlin.mff.cuni.cz
3677S: Maintained
3678
3679SYSV FILESYSTEM
3680P: Christoph Hellwig
3681M: hch@infradead.org
3682S: Maintained
3683
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003684TC CLASSIFIER
3685P: Jamal Hadi Salim
3686M: hadi@cyberus.ca
3687L: netdev@vger.kernel.org
3688S: Maintained
3689
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003690TCP LOW PRIORITY MODULE
3691P: Wong Hoi Sing, Edison
3692M: hswong3i@gmail.com
3693P: Hung Hing Lun, Mike
3694M: hlhung3i@gmail.com
3695W: http://tcp-lp-mod.sourceforge.net/
3696S: Maintained
3697
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003698TEHUTI ETHERNET DRIVER
3699P: Alexander Indenbaum
3700M: baum@tehutinetworks.net
3701P: Andy Gospodarek
3702M: andy@greyhouse.net
3703L: netdev@vger.kernel.org
3704S: Supported
3705
Alex Dubov4020f2d2006-10-04 02:15:37 -07003706TI FLASH MEDIA INTERFACE DRIVER
3707P: Alex Dubov
3708M: oakad@yahoo.com
3709S: Maintained
3710
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003711TI OMAP MMC INTERFACE DRIVER
3712P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003713M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003714W: http://linux.omap.com
3715W: http://www.muru.com/linux/omap/
3716S: Maintained
3717
Michael Buesch844dd052006-06-26 00:24:59 -07003718TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3719P: Deepak Saxena
3720M: dsaxena@plexity.net
3721S: Maintained
3722
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003723TASKSTATS STATISTICS INTERFACE
3724P: Shailabh Nagar
3725M: nagar@watson.ibm.com
3726L: linux-kernel@vger.kernel.org
3727S: Maintained
3728
Per Lidene86eaa32006-01-12 16:45:18 +01003729TIPC NETWORK LAYER
3730P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003731M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003732P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003733M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003734P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003735M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003736L: tipc-discussion@lists.sourceforge.net
3737W: http://tipc.sourceforge.net/
3738W: http://tipc.cslab.ericsson.net/
3739T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3740S: Maintained
3741
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742TLAN NETWORK DRIVER
3743P: Samuel Chessman
3744M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003745L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746W: http://sourceforge.net/projects/tlan/
3747S: Maintained
3748
3749TOKEN-RING NETWORK DRIVER
3750P: Mike Phillips
3751M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003752L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753W: http://www.linuxtr.net
3754S: Maintained
3755
3756TOSHIBA ACPI EXTRAS DRIVER
3757P: John Belmonte
3758M: toshiba_acpi@memebeam.org
3759W: http://memebeam.org/toys/ToshibaAcpiDriver
3760S: Maintained
3761
3762TOSHIBA SMM DRIVER
3763P: Jonathan Buzzard
3764M: jonathan@buzzard.org.uk
3765L: tlinux-users@tce.toshiba-dme.co.jp
3766W: http://www.buzzard.org.uk/toshiba/
3767S: Maintained
3768
3769TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3770P: Muli Ben-Yehuda
3771M: mulix@mulix.org
3772L: linux-kernel@vger.kernel.org
3773S: Maintained
3774
3775TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003776P: Adrian Bunk
3777M: trivial@kernel.org
3778L: linux-kernel@vger.kernel.org
3779W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3780T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3781S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782
3783TMS380 TOKEN-RING NETWORK DRIVER
3784P: Adam Fritzler
3785M: mid@auk.cx
3786L: linux-tr@linuxtr.net
3787W: http://www.auk.cx/tms380tr/
3788S: Maintained
3789
3790TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791L: tulip-users@lists.sourceforge.net
3792W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003793S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794
3795TUN/TAP driver
3796P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003797M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798L: vtun@office.satix.net
3799W: http://vtun.sourceforge.net/tun
3800S: Maintained
3801
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003802TURBOCHANNEL SUBSYSTEM
3803P: Maciej W. Rozycki
3804M: macro@linux-mips.org
3805S: Maintained
3806
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807U14-34F SCSI DRIVER
3808P: Dario Ballabio
3809M: ballabio_dario@emc.com
3810L: linux-scsi@vger.kernel.org
3811S: Maintained
3812
3813UDF FILESYSTEM
3814P: Ben Fennema
3815M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816W: http://linux-udf.sourceforge.net
3817S: Maintained
3818
3819UNIFORM CDROM DRIVER
3820P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003821M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822L: linux-kernel@vger.kernel.org
3823W: http://www.kernel.dk
3824S: Maintained
3825
3826USB ACM DRIVER
3827P: Oliver Neukum
3828M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003829L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830S: Maintained
3831
3832USB BLOCK DRIVER (UB ub)
3833P: Pete Zaitcev
3834M: zaitcev@redhat.com
3835L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003836L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837S: Supported
3838
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839USB CDC ETHERNET DRIVER
3840P: Greg Kroah-Hartman
3841M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003842L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843S: Maintained
3844W: http://www.kroah.com/linux-usb/
3845
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003846USB DAVICOM DM9601 DRIVER
3847P: Peter Korsgaard
3848M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003849L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003850W: http://www.linux-usb.org/usbnet
3851S: Maintained
3852
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853USB EHCI DRIVER
3854P: David Brownell
3855M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003856L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003857S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858
Luca Risolia7ce08c92006-01-11 02:06:59 +00003859USB ET61X[12]51 DRIVER
3860P: Luca Risolia
3861M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003862L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003863L: video4linux-list@redhat.com
3864W: http://www.linux-projects.org
3865S: Maintained
3866
David Brownell69ae9e32006-11-14 02:03:31 -08003867USB GADGET/PERIPHERAL SUBSYSTEM
3868P: David Brownell
3869M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003870L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003871W: http://www.linux-usb.org/gadget
3872S: Maintained
3873
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003874USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003875P: Jiri Kosina
3876M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003877L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003878T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879S: Maintained
3880
Olav Kongas959eea22005-11-03 17:38:14 +02003881USB ISP116X DRIVER
3882P: Olav Kongas
3883M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003884L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003885S: Maintained
3886
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887USB KAWASAKI LSI DRIVER
3888P: Oliver Neukum
3889M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003890L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891S: Maintained
3892
3893USB MASS STORAGE DRIVER
3894P: Matthew Dharm
3895M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003896L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003897L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898S: Maintained
3899W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3900
3901USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003902P: David Brownell
3903M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003904L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003905S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906
Matthias Urlichsba460e42005-07-14 00:33:47 -07003907USB OPTION-CARD DRIVER
3908P: Matthias Urlichs
3909M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003910L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003911S: Maintained
3912
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913USB OV511 DRIVER
3914P: Mark McClelland
3915M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003916L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917W: http://alpha.dyndns.org/ov511/
3918S: Maintained
3919
3920USB PEGASUS DRIVER
3921P: Petko Manolov
3922M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003923L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003924L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925W: http://pegasus2.sourceforge.net/
3926S: Maintained
3927
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003928USB PRINTER DRIVER (usblp)
3929P: Pete Zaitcev
3930M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003931L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003932S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933
3934USB RTL8150 DRIVER
3935P: Petko Manolov
3936M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003937L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003938L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939W: http://pegasus2.sourceforge.net/
3940S: Maintained
3941
3942USB SE401 DRIVER
3943P: Jeroen Vreeken
3944M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003945L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946W: http://www.chello.nl/~j.vreeken/se401/
3947S: Maintained
3948
3949USB SERIAL CYBERJACK DRIVER
3950P: Matthias Bruestle and Harald Welte
3951M: support@reiner-sct.com
3952W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3953S: Maintained
3954
3955USB SERIAL DIGI ACCELEPORT DRIVER
3956P: Peter Berger and Al Borchers
3957M: pberger@brimson.com
3958M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003959L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960S: Maintained
3961
3962USB SERIAL DRIVER
3963P: Greg Kroah-Hartman
3964M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003965L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966S: Supported
3967
3968USB SERIAL BELKIN F5U103 DRIVER
3969P: William Greathouse
3970M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003971L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003972S: Maintained
3973
3974USB SERIAL CYPRESS M8 DRIVER
3975P: Lonnie Mendez
3976M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003977L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978S: Maintained
3979W: http://geocities.com/i0xox0i
3980W: http://firstlight.net/cvs
3981
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982USB AUERSWALD DRIVER
3983P: Wolfgang Muees
3984M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003985L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986S: Maintained
3987
3988USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3989P: Gary Brubaker
3990M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003991L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992S: Maintained
3993
3994USB SERIAL KEYSPAN DRIVER
3995P: Greg Kroah-Hartman
3996M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003997L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998W: http://www.kroah.com/linux/
3999S: Maintained
4000
4001USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004002P: Support Department
4003M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004004L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005W: http://www.connecttech.com
4006S: Supported
4007
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004008USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009P: Luca Risolia
4010M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004011L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004012L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013W: http://www.linux-projects.org
4014S: Maintained
4015
4016USB SUBSYSTEM
4017P: Greg Kroah-Hartman
4018M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004019L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004021T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022S: Supported
4023
4024USB UHCI DRIVER
4025P: Alan Stern
4026M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004027L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028S: Maintained
4029
David Brownell69ae9e32006-11-14 02:03:31 -08004030USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031P: David Brownell
4032M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004033L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004034W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035S: Maintained
4036
4037USB W996[87]CF DRIVER
4038P: Luca Risolia
4039M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004040L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004041L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042W: http://www.linux-projects.org
4043S: Maintained
4044
Luca Risolia60f78052006-02-06 16:29:35 +00004045USB ZC0301 DRIVER
4046P: Luca Risolia
4047M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004048L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004049L: video4linux-list@redhat.com
4050W: http://www.linux-projects.org
4051S: Maintained
4052
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053USB ZD1201 DRIVER
4054P: Jeroen Vreeken
4055M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004056L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057W: http://linux-lc100020.sourceforge.net
4058S: Maintained
4059
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004060USB ZR364XX DRIVER
4061P: Antoine Jacquet
4062M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004063L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004064L: video4linux-list@redhat.com
4065W: http://royale.zerezo.com/zr364xx/
4066S: Maintained
4067
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068USER-MODE LINUX
4069P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004070M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071L: user-mode-linux-devel@lists.sourceforge.net
4072L: user-mode-linux-user@lists.sourceforge.net
4073W: http://user-mode-linux.sourceforge.net
4074S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004075
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004076USERSPACE I/O (UIO)
4077P: Hans J. Koch
4078M: hjk@linutronix.de
4079P: Greg Kroah-Hartman
4080M: gregkh@suse.de
4081L: linux-kernel@vger.kernel.org
4082S: Maintained
4083
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084FAT/VFAT/MSDOS FILESYSTEM:
4085P: OGAWA Hirofumi
4086M: hirofumi@mail.parknet.co.jp
4087L: linux-kernel@vger.kernel.org
4088S: Maintained
4089
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090VIA RHINE NETWORK DRIVER
4091P: Roger Luethi
4092M: rl@hellgate.ch
4093S: Maintained
4094
Jean Delvare32c0a522005-09-22 21:47:58 +02004095VIAPRO SMBUS DRIVER
4096P: Jean Delvare
4097M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004098L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004099S: Maintained
4100
Francois Romieu01f20732007-01-26 00:57:17 -08004101VIA VELOCITY NETWORK DRIVER
4102P: Francois Romieu
4103M: romieu@fr.zoreil.com
4104L: netdev@vger.kernel.org
4105S: Maintained
4106
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107UCLINUX (AND M68KNOMMU)
4108P: Greg Ungerer
4109M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004111L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112S: Maintained
4113
4114UCLINUX FOR NEC V850
4115P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116
4117UCLINUX FOR RENESAS H8/300
4118P: Yoshinori Sato
4119M: ysato@users.sourceforge.jp
4120W: http://uclinux-h8.sourceforge.jp/
4121S: Supported
4122
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004123UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004124P: Evgeniy Dushistov
4125M: dushistov@mail.ru
4126L: linux-kernel@vger.kernel.org
4127S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004128
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129USB DIAMOND RIO500 DRIVER
4130P: Cesar Miquel
4131M: miquel@df.uba.ar
4132L: rio500-users@lists.sourceforge.net
4133W: http://rio500.sourceforge.net
4134S: Maintained
4135
4136VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004137P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004138M: mchehab@infradead.org
4139M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004141W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004142T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004143S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144
Patrick McHardybe7f8272007-10-23 20:26:36 -07004145VLAN (802.1Q)
4146P: Patrick McHardy
4147M: kaber@trash.net
4148L: netdev@vger.kernel.org
4149S: Maintained
4150
Juerg Haefligerab413192006-09-24 20:54:04 +02004151VT1211 HARDWARE MONITOR DRIVER
4152P: Juerg Haefliger
4153M: juergh@gmail.com
4154L: lm-sensors@lm-sensors.org
4155S: Maintained
4156
Roger Lucas1de9e372005-11-26 20:20:05 +01004157VT8231 HARDWARE MONITOR DRIVER
4158P: Roger Lucas
4159M: roger@planbit.co.uk
4160L: lm-sensors@lm-sensors.org
4161S: Maintained
4162
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163W1 DALLAS'S 1-WIRE BUS
4164P: Evgeniy Polyakov
4165M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166S: Maintained
4167
Charles Spirakis13927072006-07-05 18:05:15 +02004168W83791D HARDWARE MONITORING DRIVER
4169P: Charles Spirakis
4170M: bezaur@gmail.com
4171L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004172S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004173
Rudolf Marek61db0112006-12-12 18:18:30 +01004174W83793 HARDWARE MONITORING DRIVER
4175P: Rudolf Marek
4176M: r.marek@assembler.cz
4177L: lm-sensors@lm-sensors.org
4178S: Maintained
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180W83L51xD SD/MMC CARD INTERFACE DRIVER
4181P: Pierre Ossman
4182M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004183L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184W: http://projects.drzeus.cx/wbsd
4185S: Maintained
4186
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004187WATCHDOG DEVICE DRIVERS
4188P: Wim Van Sebroeck
4189M: wim@iguana.be
4190T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4191S: Maintained
4192
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4194P: Jean Tourrilhes
4195M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004196L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4198S: Maintained
4199
4200WD7000 SCSI DRIVER
4201P: Miroslav Zagorac
4202M: zaga@fly.cc.fer.hr
4203L: linux-scsi@vger.kernel.org
4204S: Maintained
4205
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004206WISTRON LAPTOP BUTTON DRIVER
4207P: Miloslav Trmac
4208M: mitr@volny.cz
4209S: Maintained
4210
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211WL3501 WIRELESS PCMCIA CARD DRIVER
4212P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004213M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004214L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004215W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216S: Maintained
4217
4218X.25 NETWORK LAYER
4219P: Henner Eisen
4220M: eis@baty.hanse.de
4221L: linux-x25@vger.kernel.org
4222S: Maintained
4223
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004224XEN HYPERVISOR INTERFACE
4225P: Jeremy Fitzhardinge
4226M: jeremy@xensource.com
4227P: Chris Wright
4228M: chrisw@sous-sol.org
4229L: virtualization@lists.osdl.org
4230L: xen-devel@lists.xensource.com
4231S: Supported
4232
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233XFS FILESYSTEM
4234P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004235P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004237L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004239T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240S: Supported
4241
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004242XILINX SYSTEMACE DRIVER
4243P: Grant Likely
4244M: grant.likely@secretlab.ca
4245W: http://www.secretlab.ca/
4246L: linux-kernel@vger.kernel.org
4247S: Maintained
4248
Peter Korsgaard238b8722006-12-06 20:35:17 -08004249XILINX UARTLITE SERIAL DRIVER
4250P: Peter Korsgaard
4251M: jacmet@sunsite.dk
4252L: linux-serial@vger.kernel.org
4253S: Maintained
4254
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004255X86 ARCHITECTURE (32-BIT AND 64-BIT)
4256P: Thomas Gleixner
4257M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258P: Ingo Molnar
4259M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004260P: H. Peter Anvin
4261M: hpa@zytor.com
4262L: linux-kernel@vger.kernel.org
4263T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264S: Maintained
4265
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266YAM DRIVER FOR AX.25
4267P: Jean-Paul Roubelat
4268M: jpr@f6fbb.org
4269L: linux-hams@vger.kernel.org
4270S: Maintained
4271
Henkaf64a5e2005-10-12 15:02:56 +02004272YEALINK PHONE DRIVER
4273P: Henk Vergonet
4274M: Henk.Vergonet@gmail.com
4275L: usbb2k-api-dev@nongnu.org
4276S: Maintained
4277
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278Z8530 DRIVER FOR AX.25
4279P: Joerg Reuter
4280M: jreuter@yaina.de
4281W: http://yaina.de/jreuter/
4282W: http://www.qsl.net/dl1bke/
4283L: linux-hams@vger.kernel.org
4284S: Maintained
4285
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004286ZD1211RW WIRELESS DRIVER
4287P: Daniel Drake
4288M: dsd@gentoo.org
4289P: Ulrich Kunitz
4290M: kune@deine-taler.de
4291W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004292L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004293L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4294S: Maintained
4295
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296ZF MACHZ WATCHDOG
4297P: Fernando Fuganti
4298M: fuganti@netbank.com.br
4299W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4300S: Maintained
4301
4302ZR36067 VIDEO FOR LINUX DRIVER
4303P: Ronald Bultje
4304M: rbultje@ronald.bitfreak.net
4305L: mjpeg-users@lists.sourceforge.net
4306W: http://mjpeg.sourceforge.net/driver-zoran/
4307S: Maintained
4308
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004309ZS DECSTATION Z85C30 SERIAL DRIVER
4310P: Maciej W. Rozycki
4311M: macro@linux-mips.org
4312S: Maintained
4313
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314THE REST
4315P: Linus Torvalds
4316S: Buried alive in reporters