blob: 17524afa74754463b2906d4a6eb4f73fa81376b9 [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 Becker62ca3d22006-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 Hemminger65ebe632007-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 Peake18b36c72006-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 Christie14816b12007-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 Goyal4200b662007-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 Patrobdd0d752007-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 Hemminger65ebe632007-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 Mercer5a4faa82006-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 Schwidefskyd58140cc2007-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 Schwidefskyd58140cc2007-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 Schillig9cbb8892006-09-21 16:29:31 +02003272P: Swen Schillig
3273M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003274M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003275L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003276W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277S: Supported
3278
Ursula Braundd96df22007-09-19 13:09:02 +02003279S390 IUCV NETWORK LAYER
3280P: Ursula Braun
3281M: ubraun@linux.vnet.ibm.com
3282M: linux390@de.ibm.com
3283L: linux-s390@vger.kernel.org
3284W: http://www.ibm.com/developerworks/linux/linux390/
3285S: Supported
3286
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287SAA7146 VIDEO4LINUX-2 DRIVER
3288P: Michael Hunold
3289M: michael@mihu.de
3290W: http://www.mihu.de/linux/saa7146
3291S: Maintained
3292
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293SC1200 WDT DRIVER
3294P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003295M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296S: Maintained
3297
3298SCHEDULER
3299P: Ingo Molnar
3300M: mingo@elte.hu
3301P: Robert Love [the preemptible kernel bits]
3302M: rml@tech9.net
3303L: linux-kernel@vger.kernel.org
3304S: Maintained
3305
3306SCSI CDROM DRIVER
3307P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003308M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309L: linux-scsi@vger.kernel.org
3310W: http://www.kernel.dk
3311S: Maintained
3312
3313SCSI SG DRIVER
3314P: Doug Gilbert
3315M: dgilbert@interlog.com
3316L: linux-scsi@vger.kernel.org
3317W: http://www.torque.net/sg
3318S: Maintained
3319
3320SCSI SUBSYSTEM
3321P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003322M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003324T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003325T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3326T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327S: Maintained
3328
3329SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003330P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331M: Kai.Makisara@kolumbus.fi
3332L: linux-scsi@vger.kernel.org
3333S: Maintained
3334
3335SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003336P: Vlad Yasevich
3337M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003338P: Sridhar Samudrala
3339M: sri@us.ibm.com
3340L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003341W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003342S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343
3344SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003345P: Jim Cromie
3346M: jim.cromie@gmail.com
3347S: Odd Fixes
3348
3349SCx200 GPIO DRIVER
3350P: Jim Cromie
3351M: jim.cromie@gmail.com
3352S: Maintained
3353
3354SCx200 HRT CLOCKSOURCE DRIVER
3355P: Jim Cromie
3356M: jim.cromie@gmail.com
3357S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358
3359SECURITY CONTACT
3360P: Security Officers
3361M: security@kernel.org
3362S: Supported
3363
3364SELINUX SECURITY MODULE
3365P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003366M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003368M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003369P: Eric Paris
3370M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003372L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373W: http://www.nsa.gov/selinux
3374S: Supported
3375
Jiri Slabycef2cf02007-05-08 00:31:45 -07003376SENSABLE PHANTOM
3377P: Jiri Slaby
3378M: jirislaby@gmail.com
3379S: Maintained
3380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381SERIAL ATA (SATA) SUBSYSTEM:
3382P: Jeff Garzik
3383M: jgarzik@pobox.com
3384L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003385T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386S: Supported
3387
3388SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3389P: Pat Gefre
3390M: pfg@sgi.com
3391L: linux-ia64@vger.kernel.org
3392S: Supported
3393
3394SGI VISUAL WORKSTATION 320 AND 540
3395P: Andrey Panin
3396M: pazke@donpac.ru
3397L: linux-visws-devel@lists.sf.net
3398W: http://linux-visws.sf.net
3399S: Maintained for 2.6.
3400
3401SIMTEC EB110ATX (Chalice CATS)
3402P: Ben Dooks
3403P: Vincent Sanders
3404M: support@simtec.co.uk
3405W: http://www.simtec.co.uk/products/EB110ATX/
3406S: Supported
3407
3408SIMTEC EB2410ITX (BAST)
3409P: Ben Dooks
3410P: Vincent Sanders
3411M: support@simtec.co.uk
3412W: http://www.simtec.co.uk/products/EB2410ITX/
3413S: Supported
3414
Francois Romieu92aab3c2005-07-30 13:11:18 +02003415SIS 190 ETHERNET DRIVER
3416P: Francois Romieu
3417M: romieu@fr.zoreil.com
3418L: netdev@vger.kernel.org
3419S: Maintained
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421SIS 5513 IDE CONTROLLER DRIVER
3422P: Lionel Bouton
3423M: Lionel.Bouton@inet6.fr
3424W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3425W: http://gyver.homeip.net/sis5513/index.html
3426S: Maintained
3427
3428SIS 900/7016 FAST ETHERNET DRIVER
3429P: Daniele Venzano
3430M: venza@brownhat.org
3431W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003432L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433S: Maintained
3434
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003435SIS 96X I2C/SMBUS DRIVER
3436P: Mark M. Hoffman
3437M: mhoffman@lightlink.com
3438L: lm-sensors@lm-sensors.org
3439S: Maintained
3440
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441SIS FRAMEBUFFER DRIVER
3442P: Thomas Winischhofer
3443M: thomas@winischhofer.net
3444W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003445S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446
3447SIS USB2VGA DRIVER
3448P: Thomas Winischhofer
3449M: thomas@winischhofer.net
3450W: http://www.winischhofer.at/linuxsisusbvga.shtml
3451S: Maintained
3452
Christoph Lameter415ad262007-07-26 10:40:56 -07003453SLAB ALLOCATOR
3454P: Christoph Lameter
3455M: clameter@sgi.com
3456P: Pekka Enberg
3457M: penberg@cs.helsinki.fi
3458L: linux-mm@kvack.org
3459S: Maintained
3460
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461SMC91x ETHERNET DRIVER
3462P: Nicolas Pitre
3463M: nico@cam.org
3464S: Maintained
3465
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003466SMSC47B397 HARDWARE MONITOR DRIVER
3467P: Mark M. Hoffman
3468M: mhoffman@lightlink.com
3469L: lm-sensors@lm-sensors.org
3470S: Maintained
3471
Daniel Drake8f0f8502006-07-18 22:00:25 +01003472SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003473P: Daniel Drake
3474M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003475L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003476S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003477
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478SOFTWARE RAID (Multiple Disks) SUPPORT
3479P: Ingo Molnar
3480M: mingo@redhat.com
3481P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003482M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003484S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485
Pavel Machek95a631e2007-07-19 01:47:42 -07003486HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487P: Pavel Machek
3488M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003489P: Rafael J. Wysocki
3490M: rjw@sisk.pl
3491L: linux-pm@lists.linux-foundation.org
3492S: Supported
3493
3494SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003495P: Len Brown
3496M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003497P: Pavel Machek
3498M: pavel@suse.cz
3499P: Rafael J. Wysocki
3500M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003501L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003502S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503
3504SONIC NETWORK DRIVER
3505P: Thomas Bogendoerfer
3506M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003507L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508S: Maintained
3509
Michael Buesch61e115a2007-09-18 15:12:50 -04003510SONICS SILICON BACKPLANE DRIVER (SSB)
3511P: Michael Buesch
3512M: mb@bu3sch.de
3513L: netdev@vger.kernel.org
3514S: Maintained
3515
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003517P: Mattia Dongili
3518M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003519L: linux-acpi@vger.kernel.org
3520W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521S: Maintained
3522
3523SOUND
3524P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003525M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003526L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527S: Maintained
3528
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003529SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3530P: Liam Girdwood
3531M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003532L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003533S: Supported
3534
Kumar Gala025c3982006-04-02 16:05:54 -05003535SPI SUBSYSTEM
3536P: David Brownell
3537M: dbrownell@users.sourceforge.net
3538L: spi-devel-general@lists.sourceforge.net
3539S: Maintained
3540
Steven Rostedt855f46a2006-08-05 12:14:50 -07003541STABLE BRANCH:
3542P: Greg Kroah-Hartman
3543M: greg@kroah.com
3544P: Chris Wright
3545M: chrisw@sous-sol.org
3546L: stable@kernel.org
3547S: Maintained
3548
Kylene Hall1c72d462005-05-01 08:59:13 -07003549TPM DEVICE DRIVER
3550P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003551M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003552W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003553P: Marcel Selhorst
3554M: tpm@selhorst.net
3555W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003556L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003557S: Maintained
3558
Mark Gross1a80ba82005-10-30 15:02:55 -08003559Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003560P: Mark Gross
3561M: mark.gross@intel.com
3562S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003563
Chris Zankel48b415c2005-06-23 22:01:07 -07003564TENSILICA XTENSA PORT (xtensa):
3565P: Chris Zankel
3566M: chris@zankel.net
3567S: Maintained
3568
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003569THINKPAD ACPI EXTRAS DRIVER
3570P: Henrique de Moraes Holschuh
3571M: ibm-acpi@hmh.eng.br
3572L: ibm-acpi-devel@lists.sourceforge.net
3573W: http://ibm-acpi.sourceforge.net
3574W: http://thinkwiki.org/wiki/Ibm-acpi
3575T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3576S: Maintained
3577
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578UltraSPARC (sparc64):
3579P: David S. Miller
3580M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003582T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583S: Maintained
3584
3585SHARP LH SUPPORT (LH7952X & LH7A40X)
3586P: Marc Singer
3587M: elf@buici.com
3588W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590S: Maintained
3591
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003592SHPC HOTPLUG DRIVER
3593P: Kristen Carlson Accardi
3594M: kristen.c.accardi@intel.com
3595L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003596S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003597
Pierre Ossmand129bce2006-03-24 03:18:17 -08003598SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3599P: Pierre Ossman
3600M: drzeus-sdhci@drzeus.cx
3601L: sdhci-devel@list.drzeus.cx
3602W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3603S: Maintained
3604
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003605SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3606P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003607M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003608L: netdev@vger.kernel.org
3609S: Maintained
3610
Chris Boot1a87d942006-07-10 04:45:34 -07003611SOEKRIS NET48XX LED SUPPORT
3612P: Chris Boot
3613M: bootc@bootc.net
3614S: Maintained
3615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616SPARC (sparc32):
3617P: William L. Irwin
3618M: wli@holomorphy.com
3619L: sparclinux@vger.kernel.org
3620S: Maintained
3621
3622SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3623P: Roger Wolff
3624M: R.E.Wolff@BitWizard.nl
3625L: linux-kernel@vger.kernel.org ?
3626S: Supported
3627
Jim Lewis2752e402006-09-29 02:01:19 -07003628SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003629P: Ishizaki Kou
3630M: kou.ishizaki@toshiba.co.jp
3631P: Jens Osterkamp
3632M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003633L: netdev@vger.kernel.org
3634S: Supported
3635
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636SRM (Alpha) environment access
3637P: Jan-Benedict Glaw
3638M: jbglaw@lug-owl.de
3639L: linux-kernel@vger.kernel.org
3640S: Maintained
3641
3642STARFIRE/DURALAN NETWORK DRIVER
3643P: Ion Badulescu
3644M: ionut@cs.columbia.edu
3645S: Maintained
3646
3647STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3648W: http://mosquitonet.Stanford.EDU/strip.html
3649S: Unsupported ?
3650
3651STRADIS MPEG-2 DECODER DRIVER
3652P: Nathan Laredo
3653M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654W: http://www.stradis.com/
3655S: Maintained
3656
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003657SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658P: Paul Mundt
3659M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003660L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003662T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663S: Maintained
3664
3665SUN3/3X
3666P: Sam Creasey
3667M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668W: http://sammy.net/sun3/
3669S: Maintained
3670
3671SVGA HANDLING
3672P: Martin Mares
3673M: mj@ucw.cz
3674L: linux-video@atrey.karlin.mff.cuni.cz
3675S: Maintained
3676
3677SYSV FILESYSTEM
3678P: Christoph Hellwig
3679M: hch@infradead.org
3680S: Maintained
3681
Stephen Hemminger781b4562006-07-10 20:25:29 -07003682TC CLASSIFIER
3683P: Jamal Hadi Salim
3684M: hadi@cyberus.ca
3685L: netdev@vger.kernel.org
3686S: Maintained
3687
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003688TCP LOW PRIORITY MODULE
3689P: Wong Hoi Sing, Edison
3690M: hswong3i@gmail.com
3691P: Hung Hing Lun, Mike
3692M: hlhung3i@gmail.com
3693W: http://tcp-lp-mod.sourceforge.net/
3694S: Maintained
3695
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003696TEHUTI ETHERNET DRIVER
3697P: Alexander Indenbaum
3698M: baum@tehutinetworks.net
3699P: Andy Gospodarek
3700M: andy@greyhouse.net
3701L: netdev@vger.kernel.org
3702S: Supported
3703
Alex Dubov4020f2d2006-10-04 02:15:37 -07003704TI FLASH MEDIA INTERFACE DRIVER
3705P: Alex Dubov
3706M: oakad@yahoo.com
3707S: Maintained
3708
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003709TI OMAP MMC INTERFACE DRIVER
3710P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003711M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003712W: http://linux.omap.com
3713W: http://www.muru.com/linux/omap/
3714S: Maintained
3715
Michael Buesch844dd052006-06-26 00:24:59 -07003716TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3717P: Deepak Saxena
3718M: dsaxena@plexity.net
3719S: Maintained
3720
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003721TASKSTATS STATISTICS INTERFACE
3722P: Shailabh Nagar
3723M: nagar@watson.ibm.com
3724L: linux-kernel@vger.kernel.org
3725S: Maintained
3726
Per Lidene86eaa32006-01-12 16:45:18 +01003727TIPC NETWORK LAYER
3728P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003729M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003730P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003731M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003732P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003733M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003734L: tipc-discussion@lists.sourceforge.net
3735W: http://tipc.sourceforge.net/
3736W: http://tipc.cslab.ericsson.net/
3737T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3738S: Maintained
3739
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740TLAN NETWORK DRIVER
3741P: Samuel Chessman
3742M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003743L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744W: http://sourceforge.net/projects/tlan/
3745S: Maintained
3746
3747TOKEN-RING NETWORK DRIVER
3748P: Mike Phillips
3749M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003750L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751W: http://www.linuxtr.net
3752S: Maintained
3753
3754TOSHIBA ACPI EXTRAS DRIVER
3755P: John Belmonte
3756M: toshiba_acpi@memebeam.org
3757W: http://memebeam.org/toys/ToshibaAcpiDriver
3758S: Maintained
3759
3760TOSHIBA SMM DRIVER
3761P: Jonathan Buzzard
3762M: jonathan@buzzard.org.uk
3763L: tlinux-users@tce.toshiba-dme.co.jp
3764W: http://www.buzzard.org.uk/toshiba/
3765S: Maintained
3766
3767TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3768P: Muli Ben-Yehuda
3769M: mulix@mulix.org
3770L: linux-kernel@vger.kernel.org
3771S: Maintained
3772
3773TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003774P: Adrian Bunk
3775M: trivial@kernel.org
3776L: linux-kernel@vger.kernel.org
3777W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3778T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3779S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780
3781TMS380 TOKEN-RING NETWORK DRIVER
3782P: Adam Fritzler
3783M: mid@auk.cx
3784L: linux-tr@linuxtr.net
3785W: http://www.auk.cx/tms380tr/
3786S: Maintained
3787
3788TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789L: tulip-users@lists.sourceforge.net
3790W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003791S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792
3793TUN/TAP driver
3794P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003795M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796L: vtun@office.satix.net
3797W: http://vtun.sourceforge.net/tun
3798S: Maintained
3799
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003800TURBOCHANNEL SUBSYSTEM
3801P: Maciej W. Rozycki
3802M: macro@linux-mips.org
3803S: Maintained
3804
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805U14-34F SCSI DRIVER
3806P: Dario Ballabio
3807M: ballabio_dario@emc.com
3808L: linux-scsi@vger.kernel.org
3809S: Maintained
3810
3811UDF FILESYSTEM
3812P: Ben Fennema
3813M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814W: http://linux-udf.sourceforge.net
3815S: Maintained
3816
3817UNIFORM CDROM DRIVER
3818P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003819M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820L: linux-kernel@vger.kernel.org
3821W: http://www.kernel.dk
3822S: Maintained
3823
3824USB ACM DRIVER
3825P: Oliver Neukum
3826M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003827L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828S: Maintained
3829
3830USB BLOCK DRIVER (UB ub)
3831P: Pete Zaitcev
3832M: zaitcev@redhat.com
3833L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003834L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835S: Supported
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837USB CDC ETHERNET DRIVER
3838P: Greg Kroah-Hartman
3839M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003840L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841S: Maintained
3842W: http://www.kroah.com/linux-usb/
3843
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003844USB DAVICOM DM9601 DRIVER
3845P: Peter Korsgaard
3846M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003847L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003848W: http://www.linux-usb.org/usbnet
3849S: Maintained
3850
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851USB EHCI DRIVER
3852P: David Brownell
3853M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003854L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003855S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856
Luca Risolia7ce08c92006-01-11 02:06:59 +00003857USB ET61X[12]51 DRIVER
3858P: Luca Risolia
3859M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003860L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003861L: video4linux-list@redhat.com
3862W: http://www.linux-projects.org
3863S: Maintained
3864
David Brownell69ae9e32006-11-14 02:03:31 -08003865USB GADGET/PERIPHERAL SUBSYSTEM
3866P: David Brownell
3867M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003868L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003869W: http://www.linux-usb.org/gadget
3870S: Maintained
3871
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003872USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003873P: Jiri Kosina
3874M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003875L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003876T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877S: Maintained
3878
Olav Kongas959eea22005-11-03 17:38:14 +02003879USB ISP116X DRIVER
3880P: Olav Kongas
3881M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003882L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003883S: Maintained
3884
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885USB KAWASAKI LSI DRIVER
3886P: Oliver Neukum
3887M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003888L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889S: Maintained
3890
3891USB MASS STORAGE DRIVER
3892P: Matthew Dharm
3893M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003894L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003895L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896S: Maintained
3897W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3898
3899USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003900P: David Brownell
3901M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003902L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003903S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904
Matthias Urlichsba460e42005-07-14 00:33:47 -07003905USB OPTION-CARD DRIVER
3906P: Matthias Urlichs
3907M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003908L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003909S: Maintained
3910
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911USB OV511 DRIVER
3912P: Mark McClelland
3913M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003914L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915W: http://alpha.dyndns.org/ov511/
3916S: Maintained
3917
3918USB PEGASUS DRIVER
3919P: Petko Manolov
3920M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003921L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003922L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923W: http://pegasus2.sourceforge.net/
3924S: Maintained
3925
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003926USB PRINTER DRIVER (usblp)
3927P: Pete Zaitcev
3928M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003929L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003930S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931
3932USB RTL8150 DRIVER
3933P: Petko Manolov
3934M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003935L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003936L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937W: http://pegasus2.sourceforge.net/
3938S: Maintained
3939
3940USB SE401 DRIVER
3941P: Jeroen Vreeken
3942M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003943L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944W: http://www.chello.nl/~j.vreeken/se401/
3945S: Maintained
3946
3947USB SERIAL CYBERJACK DRIVER
3948P: Matthias Bruestle and Harald Welte
3949M: support@reiner-sct.com
3950W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3951S: Maintained
3952
3953USB SERIAL DIGI ACCELEPORT DRIVER
3954P: Peter Berger and Al Borchers
3955M: pberger@brimson.com
3956M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003957L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958S: Maintained
3959
3960USB SERIAL DRIVER
3961P: Greg Kroah-Hartman
3962M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003963L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964S: Supported
3965
3966USB SERIAL BELKIN F5U103 DRIVER
3967P: William Greathouse
3968M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003969L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970S: Maintained
3971
3972USB SERIAL CYPRESS M8 DRIVER
3973P: Lonnie Mendez
3974M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003975L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976S: Maintained
3977W: http://geocities.com/i0xox0i
3978W: http://firstlight.net/cvs
3979
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980USB AUERSWALD DRIVER
3981P: Wolfgang Muees
3982M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003983L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984S: Maintained
3985
3986USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3987P: Gary Brubaker
3988M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003989L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990S: Maintained
3991
3992USB SERIAL KEYSPAN DRIVER
3993P: Greg Kroah-Hartman
3994M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003995L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996W: http://www.kroah.com/linux/
3997S: Maintained
3998
3999USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004000P: Support Department
4001M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004002L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003W: http://www.connecttech.com
4004S: Supported
4005
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004006USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007P: Luca Risolia
4008M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004009L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004010L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011W: http://www.linux-projects.org
4012S: Maintained
4013
4014USB SUBSYSTEM
4015P: Greg Kroah-Hartman
4016M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004017L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004019T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020S: Supported
4021
4022USB UHCI DRIVER
4023P: Alan Stern
4024M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004025L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026S: Maintained
4027
David Brownell69ae9e32006-11-14 02:03:31 -08004028USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029P: David Brownell
4030M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004031L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004032W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033S: Maintained
4034
4035USB W996[87]CF DRIVER
4036P: Luca Risolia
4037M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004038L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004039L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040W: http://www.linux-projects.org
4041S: Maintained
4042
Luca Risolia60f78052006-02-06 16:29:35 +00004043USB ZC0301 DRIVER
4044P: Luca Risolia
4045M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004046L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004047L: video4linux-list@redhat.com
4048W: http://www.linux-projects.org
4049S: Maintained
4050
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051USB ZD1201 DRIVER
4052P: Jeroen Vreeken
4053M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004054L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055W: http://linux-lc100020.sourceforge.net
4056S: Maintained
4057
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004058USB ZR364XX DRIVER
4059P: Antoine Jacquet
4060M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004061L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004062L: video4linux-list@redhat.com
4063W: http://royale.zerezo.com/zr364xx/
4064S: Maintained
4065
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066USER-MODE LINUX
4067P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004068M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069L: user-mode-linux-devel@lists.sourceforge.net
4070L: user-mode-linux-user@lists.sourceforge.net
4071W: http://user-mode-linux.sourceforge.net
4072S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004073
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004074USERSPACE I/O (UIO)
4075P: Hans J. Koch
4076M: hjk@linutronix.de
4077P: Greg Kroah-Hartman
4078M: gregkh@suse.de
4079L: linux-kernel@vger.kernel.org
4080S: Maintained
4081
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082FAT/VFAT/MSDOS FILESYSTEM:
4083P: OGAWA Hirofumi
4084M: hirofumi@mail.parknet.co.jp
4085L: linux-kernel@vger.kernel.org
4086S: Maintained
4087
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088VIA RHINE NETWORK DRIVER
4089P: Roger Luethi
4090M: rl@hellgate.ch
4091S: Maintained
4092
Jean Delvare32c0a522005-09-22 21:47:58 +02004093VIAPRO SMBUS DRIVER
4094P: Jean Delvare
4095M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004096L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004097S: Maintained
4098
Francois Romieu01f20732007-01-26 00:57:17 -08004099VIA VELOCITY NETWORK DRIVER
4100P: Francois Romieu
4101M: romieu@fr.zoreil.com
4102L: netdev@vger.kernel.org
4103S: Maintained
4104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105UCLINUX (AND M68KNOMMU)
4106P: Greg Ungerer
4107M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004109L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110S: Maintained
4111
4112UCLINUX FOR NEC V850
4113P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114
4115UCLINUX FOR RENESAS H8/300
4116P: Yoshinori Sato
4117M: ysato@users.sourceforge.jp
4118W: http://uclinux-h8.sourceforge.jp/
4119S: Supported
4120
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004121UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004122P: Evgeniy Dushistov
4123M: dushistov@mail.ru
4124L: linux-kernel@vger.kernel.org
4125S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127USB DIAMOND RIO500 DRIVER
4128P: Cesar Miquel
4129M: miquel@df.uba.ar
4130L: rio500-users@lists.sourceforge.net
4131W: http://rio500.sourceforge.net
4132S: Maintained
4133
4134VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004135P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004136M: mchehab@infradead.org
4137M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004139W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004140T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004141S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142
Patrick McHardybe7f8272007-10-23 20:26:36 -07004143VLAN (802.1Q)
4144P: Patrick McHardy
4145M: kaber@trash.net
4146L: netdev@vger.kernel.org
4147S: Maintained
4148
Juerg Haefligerab413192006-09-24 20:54:04 +02004149VT1211 HARDWARE MONITOR DRIVER
4150P: Juerg Haefliger
4151M: juergh@gmail.com
4152L: lm-sensors@lm-sensors.org
4153S: Maintained
4154
Roger Lucas1de9e372005-11-26 20:20:05 +01004155VT8231 HARDWARE MONITOR DRIVER
4156P: Roger Lucas
4157M: roger@planbit.co.uk
4158L: lm-sensors@lm-sensors.org
4159S: Maintained
4160
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161W1 DALLAS'S 1-WIRE BUS
4162P: Evgeniy Polyakov
4163M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164S: Maintained
4165
Charles Spirakis13927072006-07-05 18:05:15 +02004166W83791D HARDWARE MONITORING DRIVER
4167P: Charles Spirakis
4168M: bezaur@gmail.com
4169L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004170S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004171
Rudolf Marek61db0112006-12-12 18:18:30 +01004172W83793 HARDWARE MONITORING DRIVER
4173P: Rudolf Marek
4174M: r.marek@assembler.cz
4175L: lm-sensors@lm-sensors.org
4176S: Maintained
4177
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178W83L51xD SD/MMC CARD INTERFACE DRIVER
4179P: Pierre Ossman
4180M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004181L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004182W: http://projects.drzeus.cx/wbsd
4183S: Maintained
4184
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004185WATCHDOG DEVICE DRIVERS
4186P: Wim Van Sebroeck
4187M: wim@iguana.be
4188T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4189S: Maintained
4190
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4192P: Jean Tourrilhes
4193M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004194L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4196S: Maintained
4197
4198WD7000 SCSI DRIVER
4199P: Miroslav Zagorac
4200M: zaga@fly.cc.fer.hr
4201L: linux-scsi@vger.kernel.org
4202S: Maintained
4203
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004204WISTRON LAPTOP BUTTON DRIVER
4205P: Miloslav Trmac
4206M: mitr@volny.cz
4207S: Maintained
4208
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209WL3501 WIRELESS PCMCIA CARD DRIVER
4210P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004211M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004212L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004213W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214S: Maintained
4215
4216X.25 NETWORK LAYER
4217P: Henner Eisen
4218M: eis@baty.hanse.de
4219L: linux-x25@vger.kernel.org
4220S: Maintained
4221
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004222XEN HYPERVISOR INTERFACE
4223P: Jeremy Fitzhardinge
4224M: jeremy@xensource.com
4225P: Chris Wright
4226M: chrisw@sous-sol.org
4227L: virtualization@lists.osdl.org
4228L: xen-devel@lists.xensource.com
4229S: Supported
4230
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231XFS FILESYSTEM
4232P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004233P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004235L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004237T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238S: Supported
4239
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004240XILINX SYSTEMACE DRIVER
4241P: Grant Likely
4242M: grant.likely@secretlab.ca
4243W: http://www.secretlab.ca/
4244L: linux-kernel@vger.kernel.org
4245S: Maintained
4246
Peter Korsgaard238b8722006-12-06 20:35:17 -08004247XILINX UARTLITE SERIAL DRIVER
4248P: Peter Korsgaard
4249M: jacmet@sunsite.dk
4250L: linux-serial@vger.kernel.org
4251S: Maintained
4252
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004253X86 ARCHITECTURE (32-BIT AND 64-BIT)
4254P: Thomas Gleixner
4255M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256P: Ingo Molnar
4257M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004258P: H. Peter Anvin
4259M: hpa@zytor.com
4260L: linux-kernel@vger.kernel.org
4261T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262S: Maintained
4263
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264YAM DRIVER FOR AX.25
4265P: Jean-Paul Roubelat
4266M: jpr@f6fbb.org
4267L: linux-hams@vger.kernel.org
4268S: Maintained
4269
Henkaf64a5e2005-10-12 15:02:56 +02004270YEALINK PHONE DRIVER
4271P: Henk Vergonet
4272M: Henk.Vergonet@gmail.com
4273L: usbb2k-api-dev@nongnu.org
4274S: Maintained
4275
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276Z8530 DRIVER FOR AX.25
4277P: Joerg Reuter
4278M: jreuter@yaina.de
4279W: http://yaina.de/jreuter/
4280W: http://www.qsl.net/dl1bke/
4281L: linux-hams@vger.kernel.org
4282S: Maintained
4283
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004284ZD1211RW WIRELESS DRIVER
4285P: Daniel Drake
4286M: dsd@gentoo.org
4287P: Ulrich Kunitz
4288M: kune@deine-taler.de
4289W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004290L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004291L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4292S: Maintained
4293
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294ZF MACHZ WATCHDOG
4295P: Fernando Fuganti
4296M: fuganti@netbank.com.br
4297W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4298S: Maintained
4299
4300ZR36067 VIDEO FOR LINUX DRIVER
4301P: Ronald Bultje
4302M: rbultje@ronald.bitfreak.net
4303L: mjpeg-users@lists.sourceforge.net
4304W: http://mjpeg.sourceforge.net/driver-zoran/
4305S: Maintained
4306
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004307ZS DECSTATION Z85C30 SERIAL DRIVER
4308P: Maciej W. Rozycki
4309M: macro@linux-mips.org
4310S: Maintained
4311
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312THE REST
4313P: Linus Torvalds
4314S: Buried alive in reporters