blob: 6de909fe2013e432d28f17d84a4228930c55c9a5 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070097L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070098S: Maintained
99
Steffen Klasserta6d89912007-08-10 14:05:27 -07001003C59X NETWORK DRIVER
101P: Steffen Klassert
102M: klassert@mathematik.tu-chemnitz.de
103L: netdev@vger.kernel.org
104S: Maintained
105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063CR990 NETWORK DRIVER
107P: David Dillow
108M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700109L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110S: Maintained
111
1123W-XXXX ATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
1193W-9XXX SATA-RAID CONTROLLER DRIVER
120P: Adam Radford
121M: linuxraid@amcc.com
122L: linux-scsi@vger.kernel.org
123W: http://www.amcc.com
124S: Supported
125
12653C700 AND 53C700-66 SCSI DRIVER
127P: James E.J. Bottomley
128M: James.Bottomley@HansenPartnership.com
129L: linux-scsi@vger.kernel.org
130S: Maintained
131
1326PACK NETWORK DRIVER FOR AX.25
133P: Andreas Koensgen
134M: ajk@iehk.rwth-aachen.de
135L: linux-hams@vger.kernel.org
136S: Maintained
137
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388169 10/100/1000 GIGABIT ETHERNET DRIVER
139P: Francois Romieu
140M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700141L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142S: Maintained
143
1448250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145L: linux-serial@vger.kernel.org
146W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100147S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
1498390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
150P: Paul Gortmaker
151M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153S: Maintained
154
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001559P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100156P: Eric Van Hensbergen
157M: ericvh@gmail.com
158P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500159M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100160P: Latchesar Ionkov
161M: lucho@ionkov.net
162L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500163W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100164T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
165S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167A2232 SERIAL BOARD DRIVER
168P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169M: A2232@gmx.net
170L: linux-m68k@lists.linux-m68k.org
171S: Maintained
172
173AIO
174P: Benjamin LaHaise
175M: bcrl@kvack.org
176L: linux-aio@kvack.org
177S: Supported
178
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179ABIT UGURU HARDWARE MONITOR DRIVER
180P: Hans de Goede
181M: j.w.r.degoede@hhs.nl
182L: lm-sensors@lm-sensors.org
183S: Maintained
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185ACENIC DRIVER
186P: Jes Sorensen
187M: jes@trained-monkey.org
188L: linux-acenic@sunsite.dk
189S: Maintained
190
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700191IPS SCSI RAID DRIVER
192P: Adaptec OEM Raid Solutions
193M: aacraid@adaptec.com
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Maintained
197
198DPT_I2O SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
200M: aacraid@adaptec.com
201L: linux-scsi@vger.kernel.org
202W: http://www.adaptec.com/
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205AACRAID SCSI RAID DRIVER
206P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700207M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700209W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210S: Supported
211
212ACPI
213P: Len Brown
214M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500215M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500216L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400217W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800218T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400222P: Alexey Starikovskiy
223M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
225W: http://acpi.sourceforge.net/
226S: Supported
227
228ACPI EC DRIVER
229P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400230M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
234
235ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400236P: Len Brown
237M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500238L: linux-acpi@vger.kernel.org
239W: http://acpi.sourceforge.net/
240S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700242ACPI PCI HOTPLUG DRIVER
243P: Kristen Carlson Accardi
244M: kristen.c.accardi@intel.com
245L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
247
248ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Len Brown
250M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254
Len Brown359acec2007-02-10 01:59:24 -0500255ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400256P: Rui Zhang
257M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500258L: linux-acpi@vger.kernel.org
259W: http://acpi.sourceforge.net/
260S: Supported
261
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262ADM1025 HARDWARE MONITOR DRIVER
263P: Jean Delvare
264M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200265L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266S: Maintained
267
Corentin Labbecae2caa2007-02-14 21:15:04 +0100268ADM1029 HARDWARE MONITOR DRIVER
269P: Corentin Labbe
270M: corentin.labbe@geomatys.fr
271L: lm-sensors@lm-sensors.org
272S: Maintained
273
Michael Wucc0b88c2007-08-31 01:15:25 -0400274ADM8211 WIRELESS DRIVER
275P: Michael Wu
276M: flamingice@sourmilk.net
277L: linux-wireless@vger.kernel.org
278W: http://linuxwireless.org/
279T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
280S: Maintained
281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282ADT746X FAN DRIVER
283P: Colin Leroy
284M: colin@colino.net
285S: Maintained
286
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400287ADVANSYS SCSI DRIVER
288P: Matthew Wilcox
289M: matthew@wil.cx
290L: linux-scsi@vger.kernel.org
291S: Maintained
292
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293AEDSP16 DRIVER
294P: Riccardo Facchetti
295M: fizban@tin.it
296S: Maintained
297
298AFFS FILE SYSTEM
299P: Roman Zippel
300M: zippel@linux-m68k.org
301S: Maintained
302
303AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400304P: David Airlie
305M: airlied@linux.ie
306T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307S: Maintained
308
309AHA152X SCSI DRIVER
310P: Juergen E. Fischer
311M: Juergen Fischer <fischer@norbit.de>
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Hannes Reinecke64624d42007-10-19 10:32:29 +0200315AIC7XXX / AIC79XX SCSI DRIVER
316P: Hannes Reinecke
317M: hare@suse.de
318L: linux-scsi@vger.kernel.org
319S: Maintained
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321ALCATEL SPEEDTOUCH USB DRIVER
322P: Duncan Sands
323M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.linux-usb.org/SpeedTouch/
326S: Maintained
327
Pierre Ossman272f1332007-05-14 21:25:26 +0200328ALCHEMY AU1XX0 MMC DRIVER
329S: Orphan
330
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000331ALI1563 I2C DRIVER
332P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100333M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200334L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335S: Maintained
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337ALPHA PORT
338P: Richard Henderson
339M: rth@twiddle.net
340S: Odd Fixes for 2.4; Maintained for 2.6.
341P: Ivan Kokshaysky
342M: ink@jurassic.park.msu.ru
343S: Maintained for 2.4; PCI support for 2.6.
344
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700345AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
346P: Thomas Dahlmann
347M: thomas.dahlmann@amd.com
348L: info-linux@geode.amd.com
349S: Supported
350
Jordan Crousef90b8112006-01-06 00:12:14 -0800351AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100352P: Jordan Crouse
353M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800354L: info-linux@geode.amd.com
355W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
356S: Supported
357
Stelian Pop284f42b2006-12-12 18:18:31 +0100358AMS (Apple Motion Sensor) DRIVER
359P: Stelian Pop
360M: stelian@popies.net
361P: Michael Hanselmann
362M: linux-kernel@hansmi.ch
363S: Supported
364
Tom Tuckerf94b5332006-09-22 15:22:48 -0700365AMSO1100 RNIC DRIVER
366P: Tom Tucker
367M: tom@opengridcomputing.com
368P: Steve Wise
369M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700370L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700371S: Maintained
372
Johannes Berg42269062006-07-25 16:15:50 +0200373AOA (Apple Onboard Audio) ALSA DRIVER
374P: Johannes Berg
375M: johannes@sipsolutions.net
376L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200377L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200378S: Maintained
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380APM DRIVER
381P: Stephen Rothwell
382M: sfr@canb.auug.org.au
383L: linux-laptop@vger.kernel.org
384W: http://www.canb.auug.org.au/~sfr/
385S: Supported
386
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700387APPLE SMC DRIVER
388P: Nicolas Boichat
389M: nicolas@boichat.ch
390L: mactel-linux-devel@lists.sourceforge.net
391S: Maintained
392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393APPLETALK NETWORK LAYER
394P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300395M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396S: Maintained
397
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400398APPLETOUCH TOUCHPAD DRIVER
399P: Johannes Berg
400M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400401L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400402S: Maintained
403
Jaya Kumar1154ea72005-06-21 17:17:04 -0700404ARC FRAMEBUFFER DRIVER
405P: Jaya Kumar
406M: jayalk@intworks.biz
407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409ARM MFM AND FLOPPY DRIVERS
410P: Ian Molton
411M: spyro@f2s.com
412S: Maintained
413
Russell King2761f5c2007-05-24 06:56:08 +0200414ARM PRIMECELL MMCI PL180/1 DRIVER
415P: Russell King
416M: rmk@arm.linux.org.uk
417L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
418S: Maintained
419
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800420ARM/ADI ROADRUNNER MACHINE SUPPORT
421P: Lennert Buytenhek
422M: kernel@wantstofly.org
423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424S: Maintained
425
426ARM/ADS SPHERE MACHINE SUPPORT
427P: Lennert Buytenhek
428M: kernel@wantstofly.org
429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430S: Maintained
431
432ARM/AJECO 1ARM MACHINE SUPPORT
433P: Lennert Buytenhek
434M: kernel@wantstofly.org
435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436S: Maintained
437
Andrew Victord4a89c72006-12-04 13:56:21 +0100438ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
439P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800440M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442W: http://maxim.org.za/at91_26.html
443S: Maintained
444
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800445ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
446P: Lennert Buytenhek
447M: kernel@wantstofly.org
448L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449S: Maintained
450
451ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457ARM/CORGI MACHINE SUPPORT
458P: Richard Purdie
459M: rpurdie@rpsys.net
460S: Maintained
461
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800462ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
463P: Lennert Buytenhek
464M: kernel@wantstofly.org
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Maintained
467
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100468ARM/HP JORNADA 7XX MACHINE SUPPORT
469P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100470M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100471W: www.jlime.com
472S: Maintained
473
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474ARM/INTEL IOP32X ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100477P: Dan Williams
478M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100480S: Supported
481
482ARM/INTEL IOP33X ARM ARCHITECTURE
483P: Dan Williams
484M: dan.j.williams@intel.com
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800487
488ARM/INTEL IOP13XX ARM ARCHITECTURE
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100491P: Dan Williams
492M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800493L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100494S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495
496ARM/INTEL IQ81342EX MACHINE SUPPORT
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100499P: Dan Williams
500M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100502S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503
504ARM/INTEL IXP2000 ARM ARCHITECTURE
505P: Lennert Buytenhek
506M: kernel@wantstofly.org
507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508S: Maintained
509
510ARM/INTEL IXDP2850 MACHINE SUPPORT
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
516ARM/INTEL IXP23XX ARM ARCHITECTURE
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
522ARM/INTEL XSC3 (MANZANO) ARM CORE
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100525P: Dan Williams
526M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100528S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529
530ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
531P: Lennert Buytenhek
532M: kernel@wantstofly.org
533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534S: Maintained
535
536ARM/LOGICPD PXA270 MACHINE SUPPORT
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
Dirk Opfer8459c152005-11-06 14:27:52 +0000542ARM/TOSA MACHINE SUPPORT
543P: Dirk Opfer
544M: dirk@opfer-online.de
545S: Maintained
546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547ARM/PLEB SUPPORT
548P: Peter Chubb
549M: pleb@gelato.unsw.edu.au
550W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
551S: Maintained
552
553ARM/PT DIGITAL BOARD PORT
554P: Stefan Eletzhofer
555M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557W: http://www.arm.linux.org.uk/
558S: Maintained
559
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560ARM/RADISYS ENP2611 MACHINE SUPPORT
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Maintained
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566ARM/SHARK MACHINE SUPPORT
567P: Alexander Schulz
568M: alex@shark-linux.de
569W: http://www.shark-linux.de/shark.html
570S: Maintained
571
572ARM/STRONGARM110 PORT
573P: Russell King
574M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576W: http://www.arm.linux.org.uk/
577S: Maintained
578
579ARM/S3C2410 ARM ARCHITECTURE
580P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800581M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.fluff.org/ben/linux/
584S: Maintained
585
586ARM/S3C2440 ARM ARCHITECTURE
587P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800588M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.fluff.org/ben/linux/
591S: Maintained
592
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
594P: Lennert Buytenhek
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained
598
599ARM/THECUS N2100 MACHINE SUPPORT
600P: Lennert Buytenhek
601M: kernel@wantstofly.org
602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603S: Maintained
604
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605ARPD SUPPORT
606P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700607L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608S: Maintained
609
610ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500611P: Corentin Chary
612M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613P: Karol Kozimor
614M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615L: acpi4asus-user@lists.sourceforge.net
616W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500617W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618S: Maintained
619
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400620ASUS ASB100 HARDWARE MONITOR DRIVER
621P: Mark M. Hoffman
622M: mhoffman@lightlink.com
623L: lm-sensors@lm-sensors.org
624S: Maintained
625
Corentin Chary85091b72007-01-26 14:04:30 +0100626ASUS LAPTOP EXTRAS DRIVER
627P: Corentin Chary
628M: corentincj@iksaif.net
629L: acpi4asus-user@lists.sourceforge.net
630W: http://sourceforge.net/projects/acpi4asus
631W: http://xf.iksaif.net/acpi4asus
632S: Maintained
633
Dan Williamsb3e5f262007-08-07 10:26:35 -0700634ASYNCHRONOUS TRANSFERS/TRANSFORMS API
635P: Dan Williams
636M: dan.j.williams@intel.com
637P: Shannon Nelson
638M: shannon.nelson@intel.com
639L: linux-kernel@vger.kernel.org
640W: http://sourceforge.net/projects/xscaleiop
641S: Supported
642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643ATA OVER ETHERNET DRIVER
644P: Ed L. Cashin
645M: ecashin@coraid.com
646W: http://www.coraid.com/support/linux
647S: Supported
648
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600649ATL1 ETHERNET DRIVER
650P: Jay Cliburn
651M: jcliburn@gmail.com
652P: Chris Snook
653M: csnook@redhat.com
654L: atl1-devel@lists.sourceforge.net
655W: http://sourceforge.net/projects/atl1
656W: http://atl1.sourceforge.net
657S: Maintained
658
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659ATM
660P: Chas Williams
661M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700662L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663W: http://linux-atm.sourceforge.net
664S: Maintained
665
Pierre Ossman272f1332007-05-14 21:25:26 +0200666ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200667P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800668M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670W: http://www.atmel.com/products/AT91/
671W: http://www.at91.com/
672S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200673
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800674ATMEL LCDFB DRIVER
675P: Nicolas Ferre
676M: nicolas.ferre@atmel.com
677L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
678S: Maintained
679
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100680ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100681P: Haavard Skinnemoen
682M: hskinnemoen@atmel.com
683S: Supported
684
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800685ATMEL SPI DRIVER
686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688S: Supported
689
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700690ATMEL USBA UDC DRIVER
691P: Haavard Skinnemoen
692M: hskinnemoen@atmel.com
693L: kernel@avr32linux.org
694W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
695S: Supported
696
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697ATMEL WIRELESS DRIVER
698P: Simon Kelley
699M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700700L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701W: http://www.thekelleys.org.uk/atmel
702W: http://atmelwlandriver.sourceforge.net/
703S: Maintained
704
Chris Wrighta92b7b82005-07-07 18:12:23 -0700705AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100706P: David Woodhouse
707M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700708L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100709W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800710T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700711S: Maintained
712
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800713AUXILIARY DISPLAY DRIVERS
714P: Miguel Ojeda Sandonis
715M: maxextreme@gmail.com
716L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700717W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800718S: Maintained
719
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700720AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700721P: Haavard Skinnemoen
722M: hskinnemoen@atmel.com
723W: http://www.atmel.com/products/AVR32/
724W: http://avr32linux.org/
725W: http://avrfreaks.net/
726S: Supported
727
728AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700729P: Haavard Skinnemoen
730M: hskinnemoen@atmel.com
731S: Supported
732
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733AX.25 NETWORK LAYER
734P: Ralf Baechle
735M: ralf@linux-mips.org
736L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200737W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738S: Maintained
739
Richard Purdie300abeb2007-02-07 22:21:07 +0000740BACKLIGHT CLASS/SUBSYSTEM
741P: Richard Purdie
742M: rpurdie@rpsys.net
743S: Maintained
744
Bryan Wu1394f032007-05-06 14:50:22 -0700745BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800746P: Bryan Wu
747M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800748L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
749W: http://blackfin.uclinux.org
750S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700751
Bryan Wue190d6b2007-07-17 14:43:44 +0800752BLACKFIN EMAC DRIVER
753P: Bryan Wu
754M: bryan.wu@analog.com
755L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
756W: http://blackfin.uclinux.org
757S: Supported
758
Mike Frysinger566da5b2007-06-11 15:31:30 +0800759BLACKFIN RTC DRIVER
760P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800761M: vapier.adi@gmail.com
762L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
763W: http://blackfin.uclinux.org
764S: Supported
765
Bryan Wu1394f032007-05-06 14:50:22 -0700766BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800767P: Sonic Zhang
768M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800769L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
770W: http://blackfin.uclinux.org
771S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700772
Bryan Wu1e6d3202007-07-15 02:50:02 +0800773BLACKFIN WATCHDOG DRIVER
774P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800775M: vapier.adi@gmail.com
776L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
777W: http://blackfin.uclinux.org
778S: Supported
779
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780BAYCOM/HDLCDRV DRIVERS FOR AX.25
781P: Thomas Sailer
782M: t.sailer@alumni.ethz.ch
783L: linux-hams@vger.kernel.org
784W: http://www.baycom.org/~tom/ham/ham.html
785S: Maintained
786
Michael Buesche4d6b792007-09-18 15:39:42 -0400787B43 WIRELESS DRIVER
788P: Michael Buesch
789M: mb@bu3sch.de
790P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100791M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400792L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100793W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400794S: Maintained
795
Larry Finger75388ac2007-09-25 16:46:54 -0700796B43LEGACY WIRELESS DRIVER
797P: Larry Finger
798M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100799P: Stefano Brivio
800M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700801L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100802W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700803S: Maintained
804
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200805BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
806P: Larry Finger
807M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200808P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100809M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700810L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200811W: http://bcm43xx.berlios.de/
812S: Maintained
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814BEFS FILE SYSTEM
815P: Sergey S. Kostyliov
816M: rathamahata@php4.ru
817L: linux-kernel@vger.kernel.org
818S: Maintained
819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820BFS FILE SYSTEM
821P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800822M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823L: linux-kernel@vger.kernel.org
824S: Maintained
825
Bryan Wud24ecfc2007-05-01 23:26:32 +0200826BLACKFIN I2C TWI DRIVER
827P: Sonic Zhang
828M: sonic.zhang@analog.com
829L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W: http://blackfin.uclinux.org/
831S: Supported
832
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833BLOCK LAYER
834P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200835M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800837T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838S: Maintained
839
840BLUETOOTH SUBSYSTEM
841P: Marcel Holtmann
842M: marcel@holtmann.org
843P: Maxim Krasnyansky
844M: maxk@qualcomm.com
845L: bluez-devel@lists.sf.net
846W: http://bluez.sf.net
847W: http://www.bluez.org
848W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800849T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850S: Maintained
851
852BLUETOOTH RFCOMM LAYER
853P: Marcel Holtmann
854M: marcel@holtmann.org
855P: Maxim Krasnyansky
856M: maxk@qualcomm.com
857S: Maintained
858
859BLUETOOTH BNEP LAYER
860P: Marcel Holtmann
861M: marcel@holtmann.org
862P: Maxim Krasnyansky
863M: maxk@qualcomm.com
864S: Maintained
865
866BLUETOOTH CMTP LAYER
867P: Marcel Holtmann
868M: marcel@holtmann.org
869S: Maintained
870
871BLUETOOTH HIDP LAYER
872P: Marcel Holtmann
873M: marcel@holtmann.org
874S: Maintained
875
876BLUETOOTH HCI UART DRIVER
877P: Marcel Holtmann
878M: marcel@holtmann.org
879P: Maxim Krasnyansky
880M: maxk@qualcomm.com
881S: Maintained
882
883BLUETOOTH HCI USB DRIVER
884P: Marcel Holtmann
885M: marcel@holtmann.org
886P: Maxim Krasnyansky
887M: maxk@qualcomm.com
888S: Maintained
889
890BLUETOOTH HCI BCM203X DRIVER
891P: Marcel Holtmann
892M: marcel@holtmann.org
893S: Maintained
894
895BLUETOOTH HCI BPA10X DRIVER
896P: Marcel Holtmann
897M: marcel@holtmann.org
898S: Maintained
899
900BLUETOOTH HCI BFUSB DRIVER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903S: Maintained
904
905BLUETOOTH HCI DTL1 DRIVER
906P: Marcel Holtmann
907M: marcel@holtmann.org
908S: Maintained
909
910BLUETOOTH HCI BLUECARD DRIVER
911P: Marcel Holtmann
912M: marcel@holtmann.org
913S: Maintained
914
915BLUETOOTH HCI BT3C DRIVER
916P: Marcel Holtmann
917M: marcel@holtmann.org
918S: Maintained
919
920BLUETOOTH HCI BTUART DRIVER
921P: Marcel Holtmann
922M: marcel@holtmann.org
923S: Maintained
924
925BLUETOOTH HCI VHCI DRIVER
926P: Maxim Krasnyansky
927M: maxk@qualcomm.com
928S: Maintained
929
930BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100931P: Chad Tindel
932M: ctindel@users.sourceforge.net
933P: Jay Vosburgh
934M: fubar@us.ibm.com
935L: bonding-devel@lists.sourceforge.net
936W: http://sourceforge.net/projects/bonding/
937S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000939BROADBAND PROCESSOR ARCHITECTURE
940P: Arnd Bergmann
941M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100942L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400943W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000944S: Supported
945
Gary Zambrano39105892006-06-22 17:26:20 -0700946BROADCOM B44 10/100 ETHERNET DRIVER
947P: Gary Zambrano
948M: zambrano@broadcom.com
949L: netdev@vger.kernel.org
950S: Supported
951
Michael Chan948c51e2006-06-04 02:51:39 -0700952BROADCOM BNX2 GIGABIT ETHERNET DRIVER
953P: Michael Chan
954M: mchan@broadcom.com
955L: netdev@vger.kernel.org
956S: Supported
957
958BROADCOM TG3 GIGABIT ETHERNET DRIVER
959P: Michael Chan
960M: mchan@broadcom.com
961L: netdev@vger.kernel.org
962S: Supported
963
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200964BSG (block layer generic sg v4 driver)
965P: FUJITA Tomonori
966M: fujita.tomonori@lab.ntt.co.jp
967L: linux-scsi@vger.kernel.org
968S: Supported
969
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700971P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200972M: mchehab@infradead.org
973M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700975W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200976T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700977S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
Jonathan Corbet77d51402007-03-22 19:44:17 -0300979CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
980P: Jonathan Corbet
981M: corbet@lwn.net
982L: video4linux-list@redhat.com
983S: Maintained
984
Oliver Hartkoppbeca2222007-11-16 16:07:41 -0800985CAN NETWORK LAYER
986P: Urs Thuermann
987M: urs.thuermann@volkswagen.de
988P: Oliver Hartkopp
989M: oliver.hartkopp@volkswagen.de
990L: socketcan-core@lists.berlios.de
991W: http://developer.berlios.de/projects/socketcan/
992S: Maintained
993
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200994CALGARY x86-64 IOMMU
995P: Muli Ben-Yehuda
996M: muli@il.ibm.com
997P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200998M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200999L: linux-kernel@vger.kernel.org
1000L: discuss@x86-64.org
1001S: Maintained
1002
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001003CFAG12864B LCD DRIVER
1004P: Miguel Ojeda Sandonis
1005M: maxextreme@gmail.com
1006L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001007W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001008S: Maintained
1009
1010CFAG12864BFB LCD FRAMEBUFFER DRIVER
1011P: Miguel Ojeda Sandonis
1012M: maxextreme@gmail.com
1013L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001014W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001015S: Maintained
1016
Johannes Berg704232c2007-04-23 12:20:05 -07001017CFG80211 and NL80211
1018P: Johannes Berg
1019M: johannes@sipsolutions.net
1020L: linux-wireless@vger.kernel.org
1021S: Maintained
1022
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001023CHECKPATCH
1024P: Andy Whitcroft
1025M: apw@shadowen.org
1026P: Randy Dunlap
1027M: rdunlap@xenotime.net
1028P: Joel Schopp
1029M: jschopp@austin.ibm.com
1030S: Supported
1031
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032COMMON INTERNET FILE SYSTEM (CIFS)
1033P: Steve French
1034M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001035L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001037W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001038T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001039S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Joel Becker7063fbf2005-12-15 14:29:43 -08001041CONFIGFS
1042P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001043M: joel.becker@oracle.com
1044L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001045S: Supported
1046
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001047CIRRUS LOGIC EP93XX ETHERNET DRIVER
1048P: Lennert Buytenhek
1049M: kernel@wantstofly.org
1050L: netdev@vger.kernel.org
1051S: Maintained
1052
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001053CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1054P: Lennert Buytenhek
1055M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001056L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001057S: Maintained
1058
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1060P: Cirrus Logic Corporation (kernel 2.2 driver)
1061M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1062P: Nils Faerber (port to kernel 2.4)
1063M: Nils Faerber <nils@kernelconcepts.de>
1064S: Maintained
1065
1066CODA FILE SYSTEM
1067P: Jan Harkes
1068M: jaharkes@cs.cmu.edu
1069M: coda@cs.cmu.edu
1070L: codalist@coda.cs.cmu.edu
1071W: http://www.coda.cs.cmu.edu/
1072S: Maintained
1073
1074COMPACTPCI HOTPLUG CORE
1075P: Scott Murray
1076M: scottm@somanetworks.com
1077M: scott@spiteful.org
1078L: pcihpd-discuss@lists.sourceforge.net
1079S: Supported
1080
1081COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1082P: Scott Murray
1083M: scottm@somanetworks.com
1084M: scott@spiteful.org
1085L: pcihpd-discuss@lists.sourceforge.net
1086S: Supported
1087
1088COMPACTPCI HOTPLUG GENERIC DRIVER
1089P: Scott Murray
1090M: scottm@somanetworks.com
1091M: scott@spiteful.org
1092L: pcihpd-discuss@lists.sourceforge.net
1093S: Supported
1094
1095COMPUTONE INTELLIPORT MULTIPORT CARD
1096P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001097M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001099S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100
Simon Arlott949be0f2007-03-06 02:47:46 -08001101CONEXANT ACCESSRUNNER USB DRIVER
1102P: Simon Arlott
1103M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001104L: accessrunner-general@lists.sourceforge.net
1105W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001106S: Maintained
1107
Rudolf Marekbebe4672007-05-08 17:22:02 +02001108CORETEMP HARDWARE MONITORING DRIVER
1109P: Rudolf Marek
1110M: r.marek@assembler.cz
1111L: lm-sensors@lm-sensors.org
1112S: Maintained
1113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114COSA/SRP SYNC SERIAL DRIVER
1115P: Jan "Yenya" Kasprzak
1116M: kas@fi.muni.cz
1117W: http://www.fi.muni.cz/~kas/cosa/
1118S: Maintained
1119
1120CPU FREQUENCY DRIVERS
1121P: Dave Jones
1122M: davej@codemonkey.org.uk
1123L: cpufreq@lists.linux.org.uk
1124W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001125T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126S: Maintained
1127
1128CPUID/MSR DRIVER
1129P: H. Peter Anvin
1130M: hpa@zytor.com
1131S: Maintained
1132
Paul Jacksoned90fb42005-09-27 21:45:37 -07001133CPUSETS
1134P: Paul Jackson
1135P: Simon Derr
1136M: pj@sgi.com
1137M: simon.derr@bull.net
1138L: linux-kernel@vger.kernel.org
1139W: http://www.bullopensource.org/cpuset/
1140S: Supported
1141
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001143W: http://sourceforge.net/projects/cramfs/
1144S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145
1146CRIS PORT
1147P: Mikael Starvik
1148M: starvik@axis.com
1149L: dev-etrax@axis.com
1150W: http://developer.axis.com
1151S: Maintained
1152
1153CRYPTO API
1154P: Herbert Xu
1155M: herbert@gondor.apana.org.au
1156P: David S. Miller
1157M: davem@davemloft.net
1158L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001159T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160S: Maintained
1161
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001162CS5535 Audio ALSA driver
1163P: Jaya Kumar
1164M: jayakumar.alsa@gmail.com
1165S: Maintained
1166
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167CYBERPRO FB DRIVER
1168P: Russell King
1169M: rmk@arm.linux.org.uk
1170W: http://www.arm.linux.org.uk/
1171S: Maintained
1172
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001173CYBLAFB FRAMEBUFFER DRIVER
1174P: Knut Petersen
1175M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001176L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001177S: Maintained
1178
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179CYCLADES 2X SYNC CARD DRIVER
1180P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001181M: acme@ghostprotocols.net
1182W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Maintained
1184
1185CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001187S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188
1189CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001191S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193DAMA SLAVE for AX.25
1194P: Joerg Reuter
1195M: jreuter@yaina.de
1196W: http://yaina.de/jreuter/
1197W: http://www.qsl.net/dl1bke/
1198L: linux-hams@vger.kernel.org
1199S: Maintained
1200
1201DC395x SCSI driver
1202P: Oliver Neukum
1203M: oliver@neukum.name
1204P: Ali Akcaagac
1205M: aliakc@web.de
1206P: Jamie Lenehan
1207M: lenehan@twibble.org
1208W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001209L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210L: http://lists.twibble.org/mailman/listinfo/dc395x/
1211S: Maintained
1212
1213DC390/AM53C974 SCSI driver
1214P: Kurt Garloff
1215M: garloff@suse.de
1216W: http://www.garloff.de/kurt/linux/dc390/
1217P: Guennadi Liakhovetski
1218M: g.liakhovetski@gmx.de
1219S: Maintained
1220
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001221DCCP PROTOCOL
1222P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001223M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001224L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001225W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001226S: Maintained
1227
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228DECnet NETWORK LAYER
1229P: Patrick Caulfield
1230M: patrick@tykepenguin.com
1231W: http://linux-decnet.sourceforge.net
1232L: linux-decnet-user@lists.sourceforge.net
1233S: Maintained
1234
1235DEFXX FDDI NETWORK DRIVER
1236P: Maciej W. Rozycki
1237M: macro@linux-mips.org
1238S: Maintained
1239
1240DELL LAPTOP SMM DRIVER
1241P: Massimo Dal Zotto
1242M: dz@debian.org
1243W: http://www.debian.org/~dz/i8k/
1244S: Maintained
1245
Doug Warzecha90563ec2005-09-06 15:17:15 -07001246DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1247P: Doug Warzecha
1248M: Douglas_Warzecha@dell.com
1249S: Maintained
1250
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001251DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252P: Alasdair Kergon
1253L: dm-devel@redhat.com
1254W: http://sources.redhat.com/dm
1255S: Maintained
1256
1257DEVICE NUMBER REGISTRY
1258P: Torben Mathiasen
1259M: device@lanana.org
1260W: http://lanana.org/docs/device-list/index.html
1261L: linux-kernel@vger.kernel.org
1262S: Maintained
1263
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264DIGI INTL. EPCA DRIVER
1265P: Digi International, Inc
1266M: Eng.Linux@digi.com
1267L: Eng.Linux@digi.com
1268W: http://www.digi.com
1269S: Orphaned
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271DIRECTORY NOTIFICATION
1272P: Stephen Rothwell
1273M: sfr@canb.auug.org.au
1274L: linux-kernel@vger.kernel.org
1275S: Supported
1276
1277DISK GEOMETRY AND PARTITION HANDLING
1278P: Andries Brouwer
1279M: aeb@cwi.nl
1280W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1281W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1282W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1283S: Maintained
1284
1285DISKQUOTA:
1286P: Jan Kara
1287M: jack@suse.cz
1288L: linux-kernel@vger.kernel.org
1289S: Maintained
1290
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001291DISTRIBUTED LOCK MANAGER
1292P: Patrick Caulfield
1293M: pcaulfie@redhat.com
1294P: David Teigland
1295M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001296L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001297W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001298T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1299T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001300S: Supported
1301
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1303P: Tobias Ringstrom
1304M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001305L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306S: Maintained
1307
Dan Williamsb3e5f262007-08-07 10:26:35 -07001308DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001309P: Shannon Nelson
1310M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001311P: Dan Williams
1312M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001313L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001314S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001315
Juerg Haefligerb8250372007-06-09 10:11:16 -04001316DME1737 HARDWARE MONITOR DRIVER
1317P: Juerg Haefliger
1318M: juergh@gmail.com
1319L: lm-sensors@lm-sensors.org
1320S: Maintained
1321
Martin Waitzba483d52005-06-17 13:20:59 -07001322DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001323P: Randy Dunlap
1324M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001325S: Maintained
1326
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001327DOCKING STATION DRIVER
1328P: Kristen Carlson Accardi
1329M: kristen.c.accardi@intel.com
1330L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001331S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001332
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333DOUBLETALK DRIVER
1334P: James R. Van Zandt
1335M: jrv@vanzandt.mv.com
1336L: blinux-list@redhat.com
1337S: Maintained
1338
1339DRIVER CORE, KOBJECTS, AND SYSFS
1340P: Greg Kroah-Hartman
1341M: gregkh@suse.de
1342L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001343T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Supported
1345
1346DRM DRIVERS
1347P: David Airlie
1348M: airlied@linux.ie
1349L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001350T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351S: Maintained
1352
1353DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001354P: Francois Romieu
1355M: romieu@fr.zoreil.com
1356L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357S: Maintained
1358
1359DVB SUBSYSTEM AND DRIVERS
1360P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001361M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001363W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001364T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001365S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366
1367EATA-DMA SCSI DRIVER
1368P: Michael Neuffer
1369L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1370S: Maintained
1371
1372EATA ISA/EISA/PCI SCSI DRIVER
1373P: Dario Ballabio
1374M: ballabio_dario@emc.com
1375L: linux-scsi@vger.kernel.org
1376S: Maintained
1377
1378EATA-PIO SCSI DRIVER
1379P: Michael Neuffer
1380M: mike@i-Connect.Net
1381L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1382S: Maintained
1383
1384EBTABLES
1385P: Bart De Schuymer
1386M: bart.de.schuymer@pandora.be
1387L: ebtables-user@lists.sourceforge.net
1388L: ebtables-devel@lists.sourceforge.net
1389W: http://ebtables.sourceforge.net/
1390S: Maintained
1391
Michael Halcrow237fead2006-10-04 02:16:22 -07001392ECRYPT FILE SYSTEM
1393P: Mike Halcrow, Phillip Hellewell
1394M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1395L: ecryptfs-devel@lists.sourceforge.net
1396W: http://ecryptfs.sourceforge.net/
1397S: Supported
1398
Alan Coxda9bb1d2006-01-18 17:44:13 -08001399EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001400P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001401M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001402L: bluesmoke-devel@lists.sourceforge.net
1403W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001404S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001405
1406EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001407P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001408P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001411L: bluesmoke-devel@lists.sourceforge.net
1412W: bluesmoke.sourceforge.net
1413S: Maintained
1414
1415EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001416P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001417M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001418L: bluesmoke-devel@lists.sourceforge.net
1419W: bluesmoke.sourceforge.net
1420S: Maintained
1421
Douglas Thompson6bc78402007-07-19 01:50:12 -07001422EDAC-I82443BXGX
1423P: Tim Small
1424M: tim@buttersideup.com
1425L: bluesmoke-devel@lists.sourceforge.net
1426W: bluesmoke.sourceforge.net
1427S: Maintained
1428
1429EDAC-I3000
1430P: Jason Uhlenkott
1431M: juhlenko@akamai.com
1432L: bluesmoke-devel@lists.sourceforge.net
1433W: bluesmoke.sourceforge.net
1434S: Maintained
1435
1436EDAC-I5000
1437P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001438M: dougthompson@xmission.com
1439L: bluesmoke-devel@lists.sourceforge.net
1440W: bluesmoke.sourceforge.net
1441S: Maintained
1442
1443EDAC-I82975X
1444P: Ranganathan Desikan
1445P: Arvind R.
1446M: rdesikan@jetzbroadband.com
1447M: arvind@acarlab.com
1448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
1452EDAC-PASEMI
1453P: Egor Martovetsky
1454M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001455L: bluesmoke-devel@lists.sourceforge.net
1456W: bluesmoke.sourceforge.net
1457S: Maintained
1458
Dave Peterson0e438e32006-03-26 01:38:55 -08001459EDAC-R82600
1460P: Tim Small
1461M: tim@buttersideup.com
1462L: bluesmoke-devel@lists.sourceforge.net
1463W: bluesmoke.sourceforge.net
1464S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466EEPRO100 NETWORK DRIVER
1467P: Andrey V. Savochkin
1468M: saw@saw.sw.com.sg
1469S: Maintained
1470
Josh Triplett0bee8d22006-07-30 03:03:58 -07001471EFS FILESYSTEM
1472W: http://aeschi.ch.eu.org/efs/
1473S: Orphan
1474
Heiko J Schickfab97222006-09-22 15:22:22 -07001475EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1476P: Hoang-Nam Nguyen
1477M: hnguyen@de.ibm.com
1478P: Christoph Raisch
1479M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001480L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001481S: Supported
1482
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001483EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001484P: James Smart
1485M: james.smart@emulex.com
1486L: linux-scsi@vger.kernel.org
1487W: http://sourceforge.net/projects/lpfcxxxx
1488S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001489
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490EPSON 1355 FRAMEBUFFER DRIVER
1491P: Christopher Hoover
1492M: ch@murgatroid.com, ch@hpl.hp.com
1493S: Maintained
1494
1495ETHEREXPRESS-16 NETWORK DRIVER
1496P: Philip Blundell
1497M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001498L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499S: Maintained
1500
1501ETHERNET BRIDGE
1502P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001503M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001504L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505W: http://bridge.sourceforge.net/
1506S: Maintained
1507
1508ETHERTEAM 16I DRIVER
1509P: Mika Kuoppala
1510M: miku@iki.fi
1511S: Maintained
1512
1513EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001514L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515S: Maintained
1516
1517EXT3 FILE SYSTEM
1518P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001519M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001520L: linux-ext4@vger.kernel.org
1521S: Maintained
1522
1523EXT4 FILE SYSTEM
1524P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001525M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001526L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527S: Maintained
1528
Jean Delvaree53004e2006-01-09 23:26:14 +01001529F71805F HARDWARE MONITORING DRIVER
1530P: Jean Delvare
1531M: khali@linux-fr.org
1532L: lm-sensors@lm-sensors.org
1533S: Maintained
1534
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535FARSYNC SYNCHRONOUS DRIVER
1536P: Kevin Curtis
1537M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538W: http://www.farsite.co.uk/
1539S: Supported
1540
Akinobu Mitac5408b82007-04-23 14:41:20 -07001541FAULT INJECTION SUPPORT
1542P: Akinobu Mita
1543M: akinobu.mita@gmail.com
1544S: Supported
1545
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546FRAMEBUFFER LAYER
1547P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001548M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001549L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550W: http://linux-fbdev.sourceforge.net/
1551S: Maintained
1552
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001553FREESCALE SOC FS_ENET DRIVER
1554P: Pantelis Antoniou
1555M: pantelis.antoniou@gmail.com
1556P: Vitaly Bordug
1557M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001558L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001559L: netdev@vger.kernel.org
1560S: Maintained
1561
Li Yanga7205b32007-04-23 10:38:18 -07001562FREESCALE HIGHSPEED USB DEVICE DRIVER
1563P: Li Yang
1564M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001565L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001566L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001567S: Maintained
1568
Li Yangbeaf53b2007-05-25 13:54:02 +08001569FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1570P: Li Yang
1571M: leoli@freescale.com
1572L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001573L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001574S: Maintained
1575
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576FILE LOCKING (flock() and fcntl()/lockf())
1577P: Matthew Wilcox
1578M: matthew@wil.cx
1579L: linux-fsdevel@vger.kernel.org
1580S: Maintained
1581
1582FILESYSTEMS (VFS and infrastructure)
1583P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001584M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585S: Maintained
1586
Stefan Richterb3274472007-05-30 20:44:52 -04001587FIREWIRE SUBSYSTEM
1588P: Kristian Hoegsberg, Stefan Richter
1589M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1590L: linux1394-devel@lists.sourceforge.net
1591W: http://www.linux1394.org/
1592T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1593S: Maintained
1594
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595FIRMWARE LOADER (request_firmware)
1596L: linux-kernel@vger.kernel.org
1597S: Orphan
1598
1599FPU EMULATOR
1600P: Bill Metzenthen
1601M: billm@suburbia.net
1602W: http://suburbia.net/~billm/floating-point/emulator/
1603S: Maintained
1604
1605FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1606P: Mike McLagan
1607M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001608L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609S: Maintained
1610
1611FREEVXFS FILESYSTEM
1612P: Christoph Hellwig
1613M: hch@infradead.org
1614W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1615S: Maintained
1616
David Howells5ab7ffe2007-04-10 15:10:45 +01001617FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618P: David Howells
1619M: dhowells@redhat.com
1620S: Maintained
1621
Miklos Szeredi04578f12005-09-09 13:10:22 -07001622FUSE: FILESYSTEM IN USERSPACE
1623P: Miklos Szeredi
1624M: miklos@szeredi.hu
1625L: fuse-devel@lists.sourceforge.net
1626W: http://fuse.sourceforge.net/
1627S: Maintained
1628
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1630P: Rik Faith
1631M: faith@cs.unc.edu
1632L: linux-scsi@vger.kernel.org
1633S: Odd fixes (e.g., new signatures)
1634
1635GDT SCSI DISK ARRAY CONTROLLER DRIVER
1636P: Achim Leubner
1637M: achim_leubner@adaptec.com
1638L: linux-scsi@vger.kernel.org
1639W: http://www.icp-vortex.com/
1640S: Supported
1641
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001642GENERIC GPIO I2C DRIVER
1643P: Haavard Skinnemoen
1644M: hskinnemoen@atmel.com
1645S: Supported
1646
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1648P: Krzysztof Halasa
1649M: khc@pm.waw.pl
1650W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1651S: Maintained
1652
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001653GFS2 FILE SYSTEM
1654P: Steven Whitehouse
1655M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001656L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001657W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001658T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1659T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001660S: Supported
1661
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001662GIGASET ISDN DRIVERS
1663P: Hansjoerg Lipp
1664M: hjlipp@web.de
1665P: Tilman Schmidt
1666M: tilman@imap.cc
1667L: gigaset307x-common@lists.sourceforge.net
1668W: http://gigaset307x.sourceforge.net/
1669S: Maintained
1670
Jean Delvare5b543962005-08-15 19:51:02 +02001671HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001672P: Mark M. Hoffman
1673M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001674L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001675W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001676T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1677T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001678S: Maintained
1679
Michael Buesch844dd052006-06-26 00:24:59 -07001680HARDWARE RANDOM NUMBER GENERATOR CORE
1681P: Michael Buesch
1682M: mb@bu3sch.de
1683S: Maintained
1684
Robert Love860e1d62005-08-31 23:57:59 -04001685HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1686P: Robert Love
1687M: rlove@rlove.org
1688M: linux-kernel@vger.kernel.org
1689W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1690S: Maintained
1691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692HARMONY SOUND DRIVER
1693P: Kyle McMartin
1694M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001695L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696S: Maintained
1697
1698HAYES ESP SERIAL DRIVER
1699P: Andrew J. Robinson
1700M: arobinso@nyx.net
1701L: linux-kernel@vger.kernel.org
1702W: http://www.nyx.net/~arobinso
1703S: Maintained
1704
1705HFS FILESYSTEM
1706P: Roman Zippel
1707M: zippel@linux-m68k.org
1708L: linux-kernel@vger.kernel.org
1709S: Maintained
1710
1711HGA FRAMEBUFFER DRIVER
1712P: Ferenc Bakonyi
1713M: fero@drama.obuda.kando.hu
1714L: linux-nvidia@lists.surfsouth.com
1715W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1716S: Maintained
1717
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001718HID CORE LAYER
1719P: Jiri Kosina
1720M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001721L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001722T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001723S: Maintained
1724
Ingo Molnar38bed542007-02-22 09:09:34 +01001725HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1726P: Thomas Gleixner
1727M: tglx@linutronix.de
1728L: linux-kernel@vger.kernel.org
1729S: Maintained
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731HIGH-SPEED SCC DRIVER FOR AX.25
1732P: Klaus Kudielka
1733M: klaus.kudielka@ieee.org
1734L: linux-hams@vger.kernel.org
1735W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1736S: Maintained
1737
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001738HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1739P: HighPoint Linux Team
1740M: linux@highpoint-tech.com
1741W: http://www.highpoint-tech.com
1742S: Supported
1743
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744HIPPI
1745P: Jes Sorensen
1746M: jes@trained-monkey.org
1747L: linux-hippi@sunsite.dk
1748S: Maintained
1749
1750HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1751P: Chirag Kantharia
1752M: chirag.kantharia@hp.com
1753L: iss_storagedev@hp.com
1754S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756HEWLETT-PACKARD SMART2 RAID DRIVER
1757P: Chirag Kantharia
1758M: chirag.kantharia@hp.com
1759L: iss_storagedev@hp.com
1760S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1763P: Mike Miller
1764M: mike.miller@hp.com
1765L: iss_storagedev@hp.com
1766S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001767
Jouni Malinenff1d2762005-05-12 22:54:16 -04001768HOST AP DRIVER
1769P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001770M: j@w1.fi
1771L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001772L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001773W: http://hostap.epitest.fi/
1774S: Maintained
1775
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1777P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001778M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779S: Maintained
1780
Bob Piccob9b03322005-11-07 00:59:19 -08001781HPET: High Precision Event Timers driver (hpet.c)
1782P: Clemens Ladisch
1783M: clemens@ladisch.de
1784S: Maintained
1785
1786HPET: i386
1787P: Venkatesh Pallipadi (Venki)
1788M: venkatesh.pallipadi@intel.com
1789S: Maintained
1790
1791HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001792P: Vojtech Pavlik
1793M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001794S: Maintained
1795
1796HPET: ACPI hpet.c
1797P: Bob Picco
1798M: bob.picco@hp.com
1799S: Maintained
1800
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801HPFS FILESYSTEM
1802P: Mikulas Patocka
1803M: mikulas@artax.karlin.mff.cuni.cz
1804W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1805S: Maintained
1806
1807HUGETLB FILESYSTEM
1808P: William Irwin
1809M: wli@holomorphy.com
1810S: Maintained
1811
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001812I2C/SMBUS STUB DRIVER
1813P: Mark M. Hoffman
1814M: mhoffman@lightlink.com
1815L: lm-sensors@lm-sensors.org
1816S: Maintained
1817
Jean Delvare5b543962005-08-15 19:51:02 +02001818I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819P: Jean Delvare
1820M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001821L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001822T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823S: Maintained
1824
Till Harbaume8c76ee2007-05-01 23:26:35 +02001825I2C-TINY-USB DRIVER
1826P: Till Harbaum
1827M: till@harbaum.org
1828L: i2c@lm-sensors.org
1829T: http://www.harbaum.org/till/i2c_tiny_usb
1830S: Maintained
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001833P: H. Peter Anvin
1834M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835L: Linux-Kernel@vger.kernel.org
1836S: Maintained
1837
1838i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839P: H. Peter Anvin
1840M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001841T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842S: Maintained
1843
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844IA64 (Itanium) PLATFORM
1845P: Tony Luck
1846M: tony.luck@intel.com
1847L: linux-ia64@vger.kernel.org
1848W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001849T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850S: Maintained
1851
1852SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001853P: Jes Sorensen
1854M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855L: linux-altix@sgi.com
1856L: linux-ia64@vger.kernel.org
1857W: http://www.sgi.com/altix
1858S: Maintained
1859
1860IBM MCA SCSI SUBSYSTEM DRIVER
1861P: Michael Lang
1862M: langa2@kph.uni-mainz.de
1863W: http://www.uni-mainz.de/~langm000/linux.html
1864S: Maintained
1865
1866IBM Power Linux RAID adapter
1867P: Brian King
1868M: brking@us.ibm.com
1869S: Supported
1870
1871IBM ServeRAID RAID DRIVER
1872P: Jack Hammer
1873P: Dave Jeffery
1874M: ipslinux@adaptec.com
1875W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001876S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001878IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001880M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001882T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883S: Maintained
1884
1885IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001886P: Borislav Petkov
1887M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001888L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001889S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890
1891IDE/ATAPI FLOPPY DRIVERS
1892P: Paul Bristow
1893M: Paul Bristow <paul@paulbristow.net>
1894W: http://paulbristow.net/linux/idefloppy.html
1895L: linux-kernel@vger.kernel.org
1896S: Maintained
1897
1898IDE/ATAPI TAPE DRIVERS
1899P: Gadi Oxman
1900M: Gadi Oxman <gadio@netvision.net.il>
1901L: linux-kernel@vger.kernel.org
1902S: Maintained
1903
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001904IDE-SCSI DRIVER
1905L: linux-ide@vger.kernel.org
1906L: linux-scsi@vger.kernel.org
1907S: Orphan
1908
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909IEEE 1394 SUBSYSTEM
1910P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001911M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001912P: Stefan Richter
1913M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914L: linux1394-devel@lists.sourceforge.net
1915W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001916T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917S: Maintained
1918
Stefan Richterf51a5a92007-04-23 14:41:10 -07001919IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920P: Dan Dennedy
1921M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001922P: Stefan Richter
1923M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001925S: Maintained
1926
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001928L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001929S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930
1931INFINIBAND SUBSYSTEM
1932P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001933M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001935M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001937M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001938L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001940T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941S: Supported
1942
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001943INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001944P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001945M: dmitry.torokhov@gmail.com
1946M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001947L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001948T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949S: Maintained
1950
Robert Lovec9f04f52005-07-15 12:21:07 -04001951INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001952P: John McCutchan
1953M: ttb@tentacle.dhs.org
1954P: Robert Love
1955M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001956L: linux-kernel@vger.kernel.org
1957S: Maintained
1958
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001959INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001960P: Sylvain Meyer
1961M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001962L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001963S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001964
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001966P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001967M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001968L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001969S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971INTEL IA32 MICROCODE UPDATE SUPPORT
1972P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001973M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974S: Maintained
1975
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001976INTEL I/OAT DMA DRIVER
1977P: Shannon Nelson
1978M: shannon.nelson@intel.com
1979L: linux-kernel@vger.kernel.org
1980S: Supported
1981
Dan Williamsb3e5f262007-08-07 10:26:35 -07001982INTEL IOP-ADMA DMA DRIVER
1983P: Dan Williams
1984M: dan.j.williams@intel.com
1985L: linux-kernel@vger.kernel.org
1986S: Supported
1987
Michael Buesch844dd052006-06-26 00:24:59 -07001988INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1989P: Deepak Saxena
1990M: dsaxena@plexity.net
1991S: Maintained
1992
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001993INTEL IXP2000 ETHERNET DRIVER
1994P: Lennert Buytenhek
1995M: kernel@wantstofly.org
1996L: netdev@vger.kernel.org
1997S: Maintained
1998
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002000P: Auke Kok
2001M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002P: Jesse Brandeburg
2003M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002004P: Jeff Kirsher
2005M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002006P: John Ronciak
2007M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002008L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009W: http://sourceforge.net/projects/e1000/
2010S: Supported
2011
2012INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002013P: Auke Kok
2014M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002015P: Jesse Brandeburg
2016M: jesse.brandeburg@intel.com
2017P: Jeff Kirsher
2018M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002019P: John Ronciak
2020M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002021L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022W: http://sourceforge.net/projects/e1000/
2023S: Supported
2024
2025INTEL PRO/10GbE SUPPORT
2026P: Ayyappan Veeraiyan
2027M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002028P: Auke Kok
2029M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002030P: Jesse Brandeburg
2031M: jesse.brandeburg@intel.com
2032P: John Ronciak
2033M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002034L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035W: http://sourceforge.net/projects/e1000/
2036S: Supported
2037
James Ketrenos826d2ab2005-11-07 18:56:59 -06002038INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2039P: Yi Zhu
2040M: yi.zhu@intel.com
2041P: James Ketrenos
2042M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002043L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002044L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002045W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002046W: http://ipw2100.sourceforge.net
2047S: Supported
2048
2049INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2050P: Yi Zhu
2051M: yi.zhu@intel.com
2052P: James Ketrenos
2053M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002054L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002055L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002056W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002057W: http://ipw2200.sourceforge.net
2058S: Supported
2059
Zhu Yib481de92007-09-25 17:54:57 -07002060INTEL WIRELESS WIFI LINK (iwlwifi)
2061P: Zhu Yi
2062M: yi.zhu@intel.com
2063L: linux-wireless@vger.kernel.org
2064L: ipw3945-devel@lists.sourceforge.net
2065W: http://intellinuxwireless.org
2066T: git git://intellinuxwireless.org/repos/iwlwifi
2067S: Supported
2068
Ralf Baechlecb109a02007-08-30 23:56:30 -07002069IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070P: Ralf Baechle
2071M: ralf@linux-mips.org
2072L: linux-mips@linux-mips.org
2073S: Maintained
2074
Ralf Baechlecb109a02007-08-30 23:56:30 -07002075IOC3 SERIAL DRIVER
2076P: Pat Gefre
2077M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002078L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002079S: Maintained
2080
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081IP MASQUERADING:
2082P: Juanjo Ciarlante
2083M: jjciarla@raiz.uncu.edu.ar
2084S: Maintained
2085
Francois Romieu1202d6f2007-09-17 17:13:55 -07002086IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2087P: Francois Romieu
2088M: romieu@fr.zoreil.com
2089P: Sorbica Shieh
2090M: sorbica@icplus.com.tw
2091P: Jesse Huang
2092M: jesse@icplus.com.tw
2093L: netdev@vger.kernel.org
2094S: Maintained
2095
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002096IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002097P: Arthur Jones
2098M: infinipath@qlogic.com
2099L: general@lists.openfabrics.org
2100T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002101S: Supported
2102
Corey Minyard4409ebe2006-04-20 02:43:12 -07002103IPMI SUBSYSTEM
2104P: Corey Minyard
2105M: minyard@acm.org
2106L: openipmi-developer@lists.sourceforge.net
2107W: http://openipmi.sourceforge.net/
2108S: Supported
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110IPX NETWORK LAYER
2111P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002112M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002113L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114S: Maintained
2115
2116IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002117P: Samuel Ortiz
2118M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002119L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002121S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122
Mike Christie14816b1e2007-11-28 16:22:06 -08002123ISCSI
2124P: Mike Christie
2125M: michaelc@cs.wisc.edu
2126L: open-iscsi@googlegroups.com
2127W: www.open-iscsi.org
2128T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131ISAPNP
2132P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002133M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
2136ISDN SUBSYSTEM
2137P: Karsten Keil
2138M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139L: isdn4linux@listserv.isdn4linux.de
2140W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002141T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142S: Maintained
2143
2144ISDN SUBSYSTEM (Eicon active card driver)
2145P: Armin Schindler
2146M: mac@melware.de
2147L: isdn4linux@listserv.isdn4linux.de
2148W: http://www.melware.de
2149S: Maintained
2150
Hans Verkuil91821ff2007-12-02 09:35:33 -03002151IVTV VIDEO4LINUX DRIVER
2152P: Hans Verkuil
2153M: hverkuil@xs4all.nl
2154L: ivtv-devel@ivtvdriver.org
2155L: ivtv-users@ivtvdriver.org
2156L: video4linux-list@redhat.com
2157W: http://www.ivtvdriver.org
2158S: Maintained
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2161P: David Woodhouse
2162M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002163L: linux-mtd@lists.infradead.org
2164W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
2167JFS FILESYSTEM
2168P: Dave Kleikamp
2169M: shaggy@austin.ibm.com
2170L: jfs-discussion@lists.sourceforge.net
2171W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002172T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173S: Supported
2174
Josh Triplettde456d32006-07-30 03:04:00 -07002175JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002176P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002177M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002178L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002179S: Maintained
2180
Rudolf Marek4660cb32006-10-08 22:01:26 +02002181K8TEMP HARDWARE MONITORING DRIVER
2182P: Rudolf Marek
2183M: r.marek@assembler.cz
2184L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185S: Maintained
2186
2187KCONFIG
2188P: Roman Zippel
2189M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002190L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Maintained
2192
Vivek Goyalea6c2082006-05-20 14:59:55 -07002193KDUMP
2194P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002195M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002196P: Haren Myneni
2197M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002198L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002199L: linux-kernel@vger.kernel.org
2200W: http://lse.sourceforge.net/kdump/
2201S: Maintained
2202
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203KERNEL AUTOMOUNTER (AUTOFS)
2204P: H. Peter Anvin
2205M: hpa@zytor.com
2206L: autofs@linux.kernel.org
2207S: Odd Fixes
2208
2209KERNEL AUTOMOUNTER v4 (AUTOFS4)
2210P: Ian Kent
2211M: raven@themaw.net
2212L: autofs@linux.kernel.org
2213S: Maintained
2214
2215KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216P: Sam Ravnborg
2217M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002218T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002219L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002220S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221
2222KERNEL JANITORS
2223P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002224L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Maintained
2227
2228KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002229P: J. Bruce Fields
2230M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002232M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233L: nfs@lists.sourceforge.net
2234W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002235S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236
Avi Kivity426d62e2006-12-13 00:34:03 -08002237KERNEL VIRTUAL MACHINE (KVM)
2238P: Avi Kivity
2239M: avi@qumranet.com
2240L: kvm-devel@lists.sourceforge.net
2241W: kvm.sourceforge.net
2242S: Supported
2243
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002244KEXEC
2245P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002246M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002247W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002248L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002249L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002250S: Maintained
2251
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002252KPROBES
2253P: Prasanna S Panchamukhi
2254M: prasanna@in.ibm.com
2255P: Ananth N Mavinakayanahalli
2256M: ananth@in.ibm.com
2257P: Anil S Keshavamurthy
2258M: anil.s.keshavamurthy@intel.com
2259P: David S. Miller
2260M: davem@davemloft.net
2261L: linux-kernel@vger.kernel.org
2262S: Maintained
2263
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002264KS0108 LCD CONTROLLER DRIVER
2265P: Miguel Ojeda Sandonis
2266M: maxextreme@gmail.com
2267L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002268W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002269S: Maintained
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002273S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274
2275LASI 53c700 driver for PARISC
2276P: James E.J. Bottomley
2277M: James.Bottomley@HansenPartnership.com
2278L: linux-scsi@vger.kernel.org
2279S: Maintained
2280
Richard Purdie263de9b2006-05-15 09:44:16 -07002281LED SUBSYSTEM
2282P: Richard Purdie
2283M: rpurdie@rpsys.net
2284S: Maintained
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286LEGO USB Tower driver
2287P: Juergen Stuber
2288M: starblue@users.sourceforge.net
2289L: legousb-devel@lists.sourceforge.net
2290W: http://legousb.sourceforge.net/
2291S: Maintained
2292
Rusty Russell568a17f2007-10-25 14:12:24 +10002293LGUEST
2294P: Rusty Russell
2295M: rusty@rustcorp.com.au
2296L: lguest@ozlabs.org
2297W: http://lguest.ozlabs.org/
2298S: Maintained
2299
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300LINUX FOR IBM pSERIES (RS/6000)
2301P: Paul Mackerras
2302M: paulus@au.ibm.com
2303W: http://www.ibm.com/linux/ltc/projects/ppc
2304S: Supported
2305
2306LINUX FOR NCR VOYAGER
2307P: James Bottomley
2308M: James.Bottomley@HansenPartnership.com
2309W: http://www.hansenpartnership.com/voyager
2310S: Maintained
2311
2312LINUX FOR POWERPC
2313P: Paul Mackerras
2314M: paulus@samba.org
2315W: http://www.penguinppc.org/
2316L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002317T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318S: Supported
2319
2320LINUX FOR POWER MACINTOSH
2321P: Benjamin Herrenschmidt
2322M: benh@kernel.crashing.org
2323W: http://www.penguinppc.org/
2324L: linuxppc-dev@ozlabs.org
2325S: Maintained
2326
2327LINUX FOR POWERPC EMBEDDED MPC52XX
2328P: Sylvain Munaut
2329M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002330P: Grant Likely
2331M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332W: http://www.246tNt.com/mpc52xx/
2333W: http://www.penguinppc.org/
2334L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335S: Maintained
2336
2337LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002338P: Josh Boyer
2339M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340P: Matt Porter
2341M: mporter@kernel.crashing.org
2342W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002343L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002344T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Maintained
2346
Grant Likely260c02a2007-10-02 12:15:34 +10002347LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2348P: Grant Likely
2349M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002350W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002351L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
Tom Rinie93adf12005-07-26 12:49:53 -07002354LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355P: Tom Rini
2356M: trini@kernel.crashing.org
2357W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002358L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Maintained
2360
Tom Rinie93adf12005-07-26 12:49:53 -07002361LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002362P: Vitaly Bordug
2363M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002364P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002365M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002366W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002367L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002368S: Maintained
2369
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002371P: Kumar Gala
2372M: galak@kernel.crashing.org
2373W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002374L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002375S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376
Olof Johanssonab06ff32006-09-06 14:44:54 -05002377LINUX FOR POWERPC PA SEMI PWRFICIENT
2378P: Olof Johansson
2379M: olof@lixom.net
2380W: http://www.pasemi.com/
2381L: linuxppc-dev@ozlabs.org
2382S: Supported
2383
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384LLC (802.2)
2385P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002386M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Maintained
2388
2389LINUX FOR 64BIT POWERPC
2390P: Paul Mackerras
2391M: paulus@samba.org
2392M: paulus@au.ibm.com
2393P: Anton Blanchard
2394M: anton@samba.org
2395M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002396W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002397L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398S: Supported
2399
2400LINUX SECURITY MODULE (LSM) FRAMEWORK
2401P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002402M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002403L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002405T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406S: Supported
2407
2408LM83 HARDWARE MONITOR DRIVER
2409P: Jean Delvare
2410M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002411L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
2414LM90 HARDWARE MONITOR DRIVER
2415P: Jean Delvare
2416M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002417L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418S: Maintained
2419
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002420LOCKDEP AND LOCKSTAT
2421P: Peter Zijlstra
2422M: peterz@infradead.org
2423P: Ingo Molnar
2424M: mingo@redhat.com
2425L: linux-kernel@vger.kernel.org
2426T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2427S: Maintained
2428
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002429LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430P: Richard Russon (FlatCap)
2431M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002432L: linux-ntfs-dev@lists.sourceforge.net
2433W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434S: Maintained
2435
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002436LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2437P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002438M: Eric.Moore@lsi.com
2439M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002440L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002441L: linux-scsi@vger.kernel.org
2442W: http://www.lsilogic.com/support
2443S: Supported
2444
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2446P: Matthew Wilcox
2447M: matthew@wil.cx
2448L: linux-scsi@vger.kernel.org
2449S: Maintained
2450
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002451M32R ARCHITECTURE
2452P: Hirokazu Takata
2453M: takata@linux-m32r.org
2454L: linux-m32r@ml.linux-m32r.org
2455L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2456W: http://www.linux-m32r.org/
2457S: Maintained
2458
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459M68K ARCHITECTURE
2460P: Geert Uytterhoeven
2461M: geert@linux-m68k.org
2462P: Roman Zippel
2463M: zippel@linux-m68k.org
2464L: linux-m68k@lists.linux-m68k.org
2465W: http://www.linux-m68k.org/
2466W: http://linux-m68k-cvs.ubb.ca/
2467S: Maintained
2468
2469M68K ON APPLE MACINTOSH
2470P: Joshua Thompson
2471M: funaho@jurai.org
2472W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002473L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474S: Maintained
2475
2476M68K ON HP9000/300
2477P: Philip Blundell
2478M: philb@gnu.org
2479W: http://www.tazenda.demon.co.uk/phil/linux-hp
2480S: Maintained
2481
Jiri Benc64a327a2007-05-05 11:47:08 -07002482MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002483P: Michael Wu
2484M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002485P: Johannes Berg
2486M: johannes@sipsolutions.net
2487P: Jiri Benc
2488M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002489L: linux-wireless@vger.kernel.org
2490W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002491T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002492S: Maintained
2493
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002494MACVLAN DRIVER
2495P: Patrick McHardy
2496M: kaber@trash.net
2497L: netdev@vger.kernel.org
2498S: Maintained
2499
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500MARVELL YUKON / SYSKONNECT DRIVER
2501P: Mirko Lindner
2502M: mlindner@syskonnect.de
2503P: Ralph Roesler
2504M: rroesler@syskonnect.de
2505W: http://www.syskonnect.com
2506S: Supported
2507
Michael Kerriskfaf16682005-07-31 22:34:47 -07002508MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002509P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002510M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002511W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2512S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002513
Stefano Brivio74cda162007-11-19 20:27:46 +01002514MARVELL LIBERTAS WIRELESS DRIVER
2515P: Dan Williams
2516M: dcbw@redhat.com
2517L: libertas-dev@lists.infradead.org
2518S: Maintained
2519
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002520MARVELL MV643XX ETHERNET DRIVER
2521P: Dale Farnsworth
2522M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002524M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002525L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002526S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527
2528MATROX FRAMEBUFFER DRIVER
2529P: Petr Vandrovec
2530M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002531L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532S: Maintained
2533
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002534MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2535P: Hans J. Koch
2536M: hjk@linutronix.de
2537L: lm-sensors@lm-sensors.org
2538S: Maintained
2539
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002540MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002541P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002542M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002543S: linux-scsi@vger.kernel.org
2544W: http://megaraid.lsilogic.com
2545S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002546
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002547MEMORY MANAGEMENT
2548L: linux-mm@kvack.org
2549L: linux-kernel@vger.kernel.org
2550W: http://www.linux-mm.org
2551S: Maintained
2552
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002553MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554P: David Woodhouse
2555M: dwmw2@infradead.org
2556W: http://www.linux-mtd.infradead.org/
2557L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002558T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Maintained
2560
Artem Bityutskiy48576402007-02-13 17:11:10 +02002561UNSORTED BLOCK IMAGES (UBI)
2562P: Artem Bityutskiy
2563M: dedekind@infradead.org
2564W: http://www.linux-mtd.infradead.org/
2565L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002566T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002567S: Maintained
2568
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569MICROTEK X6 SCANNER
2570P: Oliver Neukum
2571M: oliver@neukum.name
2572S: Maintained
2573
2574MIPS
2575P: Ralf Baechle
2576M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002577W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002579T: git www.linux-mips.org:/pub/scm/linux.git
2580S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581
2582MISCELLANEOUS MCA-SUPPORT
2583P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002584M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585L: linux-kernel@vger.kernel.org
2586S: Maintained
2587
2588MODULE SUPPORT
2589P: Rusty Russell
2590M: rusty@rustcorp.com.au
2591L: linux-kernel@vger.kernel.org
2592S: Maintained
2593
2594MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2595P: Stelian Pop
2596M: stelian@popies.net
2597W: http://popies.net/meye/
2598S: Maintained
2599
Pavel Pisac58ff042007-05-16 01:10:41 +02002600MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2601P: Pavel Pisa
2602M: ppisa@pikron.com
2603L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2604W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2605S: Maintained
2606
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607MOUSE AND MISC DEVICES [GENERAL]
2608P: Alessandro Rubini
2609M: rubini@ipvvis.unipv.it
2610L: linux-kernel@vger.kernel.org
2611S: Maintained
2612
Jiri Slabyd7354102006-12-08 02:38:35 -08002613MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2614P: Jiri Slaby
2615M: jirislaby@gmail.com
2616L: linux-kernel@vger.kernel.org
2617S: Maintained
2618
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002619MSI LAPTOP SUPPORT
2620P: Lennart Poettering
2621M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002622W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002623W: http://0pointer.de/lennart/tchibo.html
2624S: Maintained
2625
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002626MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002627P: Pierre Ossman
2628M: drzeus-mmc@drzeus.cx
2629L: linux-kernel@vger.kernel.org
2630S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002631
David Brownell15a05802007-08-08 09:12:54 -07002632MULTIMEDIA CARD (MMC) ETC. OVER SPI
2633P: David Brownell
2634M: dbrownell@users.sourceforge.net
2635L: linux-kernel@vger.kernel.org
2636S: Odd fixes
2637
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638MULTISOUND SOUND DRIVER
2639P: Andrew Veliath
2640M: andrewtv@usa.net
2641S: Maintained
2642
Jiri Slabyd7354102006-12-08 02:38:35 -08002643MULTITECH MULTIPORT CARD (ISICOM)
2644P: Jiri Slaby
2645M: jirislaby@gmail.com
2646L: linux-kernel@vger.kernel.org
2647S: Maintained
2648
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649NATSEMI ETHERNET DRIVER (DP8381x)
2650P: Tim Hockin
2651M: thockin@hockin.org
2652S: Maintained
2653
2654NCP FILESYSTEM
2655P: Petr Vandrovec
2656M: vandrove@vc.cvut.cz
2657L: linware@sh.cvut.cz
2658S: Maintained
2659
2660NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2661P: James E.J. Bottomley
2662M: James.Bottomley@HansenPartnership.com
2663L: linux-scsi@vger.kernel.org
2664S: Maintained
2665
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002666NETEM NETWORK EMULATOR
2667P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002668M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002669L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002670S: Maintained
2671
Jiri Slaby4a584482007-08-30 23:56:39 -07002672NETERION (S2IO) Xframe 10GbE DRIVER
2673P: Ramkrishna Vepa
2674M: ram.vepa@neterion.com
2675P: Rastapur Santosh
2676M: santosh.rastapur@neterion.com
2677P: Sivakumar Subramani
2678M: sivakumar.subramani@neterion.com
2679P: Sreenivasa Honnur
2680M: sreenivasa.honnur@neterion.com
2681L: netdev@vger.kernel.org
2682W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2683S: Supported
2684
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685NETFILTER/IPTABLES/IPCHAINS
2686P: Rusty Russell
2687P: Marc Boucher
2688P: James Morris
2689P: Harald Welte
2690P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002691P: Patrick McHardy
2692M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002693L: netfilter-devel@vger.kernel.org
2694L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002695L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696W: http://www.netfilter.org/
2697W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698S: Supported
2699
Paul Moore4cc67732006-09-25 15:57:13 -07002700NETLABEL
2701P: Paul Moore
2702M: paul.moore@hp.com
2703W: http://netlabel.sf.net
2704L: netdev@vger.kernel.org
2705S: Supported
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707NETROM NETWORK LAYER
2708P: Ralf Baechle
2709M: ralf@linux-mips.org
2710L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002711W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712S: Maintained
2713
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002714NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715P: Paul Clements
2716M: Paul.Clements@steeleye.com
2717S: Maintained
2718
2719NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720P: Jeff Garzik
2721M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002722L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002723T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724S: Maintained
2725
2726NETWORKING [GENERAL]
2727P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002728M: netdev@vger.kernel.org
2729L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002730W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731S: Maintained
2732
2733NETWORKING [IPv4/IPv6]
2734P: David S. Miller
2735M: davem@davemloft.net
2736P: Alexey Kuznetsov
2737M: kuznet@ms2.inr.ac.ru
2738P: Pekka Savola (ipv6)
2739M: pekkas@netcore.fi
2740P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002741M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742P: Hideaki YOSHIFUJI
2743M: yoshfuji@linux-ipv6.org
2744P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002745M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002746L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002747T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748S: Maintained
2749
James Morris10e2ff12007-08-25 14:41:28 -07002750NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2751P: Paul Moore
2752M: paul.moore@hp.com
2753L: netdev@vger.kernel.org
2754S: Maintained
2755
John W. Linville29f8f632006-01-18 14:52:48 -08002756NETWORKING [WIRELESS]
2757P: John W. Linville
2758M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002759L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002760T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2761S: Maintained
2762
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002763NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002764P: Dhananjay Phadke
2765M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002766L: netdev@vger.kernel.org
2767W: http://www.netxen.com
2768S: Supported
2769
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770IPVS
2771P: Wensong Zhang
2772M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002773P: Simon Horman
2774M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775P: Julian Anastasov
2776M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002777L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778S: Maintained
2779
2780NFS CLIENT
2781P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002782M: Trond.Myklebust@netapp.com
2783L: linux-nfs@vger.kernel.org
2784W: http://client.linux-nfs.org
2785T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786S: Maintained
2787
2788NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002789P: Jan-Pascal van Best
2790M: janpascal@vanbest.org
2791P: Andreas Mohr
2792M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002793L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794S: Maintained
2795
2796NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2797P: YOKOTA Hiroshi
2798M: yokota@netlab.is.tsukuba.ac.jp
2799W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2800S: Maintained
2801
2802NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2803P: GOTO Masanori
2804M: gotom@debian.or.jp
2805P: YOKOTA Hiroshi
2806M: yokota@netlab.is.tsukuba.ac.jp
2807W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2808S: Maintained
2809
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810NTFS FILESYSTEM
2811P: Anton Altaparmakov
2812M: aia21@cantab.net
2813L: linux-ntfs-dev@lists.sourceforge.net
2814L: linux-kernel@vger.kernel.org
2815W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002816T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817S: Maintained
2818
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002819NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002820P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002821M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002822L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002823S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002825OPENCORES I2C BUS DRIVER
2826P: Peter Korsgaard
2827M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002828L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002829S: Maintained
2830
Mark Fashehccd979b2005-12-15 14:31:24 -08002831ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2832P: Mark Fasheh
2833M: mark.fasheh@oracle.com
2834P: Kurt Hackel
2835M: kurt.hackel@oracle.com
2836L: ocfs2-devel@oss.oracle.com
2837W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002838S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002839
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840OLYMPIC NETWORK DRIVER
2841P: Peter De Shrijver
2842M: p2@ace.ulyssis.student.kuleuven.ac.be
2843P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002844M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002845L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846W: http://www.linuxtr.net
2847S: Maintained
2848
Harald Weltec1986ee2005-11-13 16:06:29 -08002849OMNIKEY CARDMAN 4000 DRIVER
2850P: Harald Welte
2851M: laforge@gnumonks.org
2852S: Maintained
2853
Harald Welte77c44ab2005-11-13 16:06:26 -08002854OMNIKEY CARDMAN 4040 DRIVER
2855P: Harald Welte
2856M: laforge@gnumonks.org
2857S: Maintained
2858
Jonathan Corbet77d51402007-03-22 19:44:17 -03002859OMNIVISION OV7670 SENSOR DRIVER
2860P: Jonathan Corbet
2861M: corbet@lwn.net
2862L: video4linux-list@redhat.com
2863S: Maintained
2864
Thomas Gleixner431bca72007-05-02 09:31:35 +02002865ONENAND FLASH DRIVER
2866P: Kyungmin Park
2867M: kyungmin.park@samsung.com
2868L: linux-mtd@lists.infradead.org
2869S: Maintained
2870
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871ONSTREAM SCSI TAPE DRIVER
2872P: Willem Riede
2873M: osst@riede.org
2874L: osst-users@lists.sourceforge.net
2875L: linux-scsi@vger.kernel.org
2876S: Maintained
2877
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878OPROFILE
2879P: Philippe Elie
2880M: phil.el@wanadoo.fr
2881L: oprofile-list@lists.sf.net
2882S: Maintained
2883
2884ORINOCO DRIVER
2885P: Pavel Roskin
2886M: proski@gnu.org
2887P: David Gibson
2888M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002889L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002890L: orinoco-users@lists.sourceforge.net
2891L: orinoco-devel@lists.sourceforge.net
2892W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893S: Maintained
2894
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002895PA SEMI ETHERNET DRIVER
2896P: Olof Johansson
2897M: olof@lixom.net
2898L: netdev@vger.kernel.org
2899S: Maintained
2900
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002901PA SEMI SMBUS DRIVER
2902P: Olof Johansson
2903M: olof@lixom.net
2904L: i2c@lm-sensors.org
2905S: Maintained
2906
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002908L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002909S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910
2911PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2912P: Tim Waugh
2913M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002914L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915W: http://www.torque.net/linux-pp.html
2916S: Maintained
2917
2918PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002919P: Kyle McMartin
2920M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921P: Matthew Wilcox
2922M: matthew@wil.cx
2923P: Grant Grundler
2924M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002925L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002927T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928S: Maintained
2929
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002930PARAVIRT_OPS INTERFACE
2931P: Jeremy Fitzhardinge
2932M: jeremy@xensource.com
2933P: Chris Wright
2934M: chrisw@sous-sol.org
2935P: Zachary Amsden
2936M: zach@vmware.com
2937P: Rusty Russell
2938M: rusty@rustcorp.com.au
2939L: virtualization@lists.osdl.org
2940L: linux-kernel@vger.kernel.org
2941S: Supported
2942
Jim Cromie1662d322006-10-06 00:43:59 -07002943PC87360 HARDWARE MONITORING DRIVER
2944P: Jim Cromie
2945M: jim.cromie@gmail.com
2946L: lm-sensors@lm-sensors.org
2947S: Maintained
2948
2949PC8736x GPIO DRIVER
2950P: Jim Cromie
2951M: jim.cromie@gmail.com
2952S: Maintained
2953
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002954PCI ERROR RECOVERY
2955P: Linas Vepstas
2956M: linas@austin.ibm.com
2957L: linux-kernel@vger.kernel.org
2958L: linux-pci@atrey.karlin.mff.cuni.cz
2959S: Supported
2960
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961PCI SUBSYSTEM
2962P: Greg Kroah-Hartman
2963M: gregkh@suse.de
2964L: linux-kernel@vger.kernel.org
2965L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002966T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967S: Supported
2968
2969PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002970P: Kristen Carlson Accardi
2971M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972S: Supported
2973
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002974PCIE HOTPLUG DRIVER
2975P: Kristen Carlson Accardi
2976M: kristen.c.accardi@intel.com
2977L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002978S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002981P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002982L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002983W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002984T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002985S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986
2987PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002988P: Don Fry
2989M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002990L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991S: Maintained
2992
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002993PER-TASK DELAY ACCOUNTING
2994P: Shailabh Nagar
2995M: nagar@watson.ibm.com
2996L: linux-kernel@vger.kernel.org
2997S: Maintained
2998
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002999PERSONALITY HANDLING
3000P: Christoph Hellwig
3001M: hch@infradead.org
3002L: linux-abi-devel@lists.sourceforge.net
3003S: Maintained
3004
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003006P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007M: joern@wh.fh-wedel.de
3008L: linux-mtd@lists.infradead.org
3009S: Maintained
3010
Peter Osterlund249a6772005-09-27 21:45:30 -07003011PKTCDVD DRIVER
3012P: Peter Osterlund
3013M: petero2@telia.com
3014L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003015S: Maintained
3016
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003018P: Thomas Gleixner
3019M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003020L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021S: Supported
3022
Anton Vorontsov3be86142007-07-15 04:43:36 +04003023POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3024P: Anton Vorontsov
3025M: cbou@mail.ru
3026P: David Woodhouse
3027M: dwmw2@infradead.org
3028L: linux-kernel@vger.kernel.org
3029L: kernel-discuss@handhelds.org
3030T: git git.infradead.org/battery-2.6.git
3031S: Maintained
3032
Eugene Surovegin24682972005-10-14 03:00:53 -07003033POWERPC 4xx EMAC DRIVER
3034P: Eugene Surovegin
3035M: ebs@ebshome.net
3036W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003037L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003038L: netdev@vger.kernel.org
3039S: Maintained
3040
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041PNP SUPPORT
3042P: Adam Belay
3043M: ambx1@neo.rr.com
3044S: Maintained
3045
Vitaly Wool999445d2007-01-04 13:07:03 +01003046PNXxxxx I2C DRIVER
3047P: Vitaly Wool
3048M: vitalywool@gmail.com
3049L: i2c@lm-sensors.org
3050S: Maintained
3051
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052PPP PROTOCOL DRIVERS AND COMPRESSORS
3053P: Paul Mackerras
3054M: paulus@samba.org
3055L: linux-ppp@vger.kernel.org
3056S: Maintained
3057
3058PPP OVER ATM (RFC 2364)
3059P: Mitchell Blank Jr
3060M: mitch@sfgoth.com
3061S: Maintained
3062
3063PPP OVER ETHERNET
3064P: Michal Ostrowski
3065M: mostrows@speakeasy.net
3066S: Maintained
3067
James Chapmana6d23702007-06-27 15:53:17 -07003068PPP OVER L2TP
3069P: James Chapman
3070M: jchapman@katalix.com
3071S: Maintained
3072
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073PREEMPTIBLE KERNEL
3074P: Robert Love
3075M: rml@tech9.net
3076L: linux-kernel@vger.kernel.org
3077L: kpreempt-tech@lists.sourceforge.net
3078W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3079S: Supported
3080
Michael Wueff1a592007-09-25 18:11:01 -07003081P54 WIRELESS DRIVER
3082P: Michael Wu
3083M: flamingice@sourmilk.net
3084L: linux-wireless@vger.kernel.org
3085W: http://prism54.org
3086T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3087S: Maintained
3088
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003090P: Luis R. Rodriguez
3091M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003092L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093W: http://prism54.org
3094S: Maintained
3095
3096PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3097P: Peter Denison
3098M: promise@pnd-pc.demon.co.uk
3099W: http://www.pnd-pc.demon.co.uk/promise/
3100S: Maintained
3101
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003102PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3103P: Mikael Pettersson
3104M: mikpe@it.uu.se
3105L: linux-ide@vger.kernel.org
3106S: Maintained
3107
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003108PS3 NETWORK SUPPORT
3109P: Masakazu Mokuno
3110M: mokuno@sm.sony.co.jp
3111L: netdev@vger.kernel.org
3112L: cbe-oss-dev@ozlabs.org
3113S: Supported
3114
Geoff Levandf58a9d12006-11-23 00:46:51 +01003115PS3 PLATFORM SUPPORT
3116P: Geoff Levand
3117M: geoffrey.levand@am.sony.com
3118L: linuxppc-dev@ozlabs.org
3119L: cbe-oss-dev@ozlabs.org
3120S: Supported
3121
Michael Krufky83202042006-07-03 00:24:18 -07003122PVRUSB2 VIDEO4LINUX DRIVER
3123P: Mike Isely
3124M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003125L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003126L: video4linux-list@redhat.com
3127W: http://www.isely.net/pvrusb2/
3128S: Maintained
3129
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130PXA2xx SUPPORT
3131P: Nicolas Pitre
3132M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003133L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134S: Maintained
3135
Pierre Ossman272f1332007-05-14 21:25:26 +02003136PXA MMCI DRIVER
3137S: Orphan
3138
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139QLOGIC QLA2XXX FC-SCSI DRIVER
3140P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003141M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142L: linux-scsi@vger.kernel.org
3143S: Supported
3144
Ron Mercer5a4faa872006-07-25 00:40:21 -07003145QLOGIC QLA3XXX NETWORK DRIVER
3146P: Ron Mercer
3147M: linux-driver@qlogic.com
3148L: netdev@vger.kernel.org
3149S: Supported
3150
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151QNX4 FILESYSTEM
3152P: Anders Larsen
3153M: al@alarsen.net
3154L: linux-kernel@vger.kernel.org
3155W: http://www.alarsen.net/linux/qnx4fs/
3156S: Maintained
3157
3158RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003159P: Benjamin Herrenschmidt
3160M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003161L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162S: Maintained
3163
3164RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003165P: Paul Mackerras
3166M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003167L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168S: Maintained
3169
3170RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3171P: Corey Thomas
3172M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003173L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174S: Maintained
3175
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003176RALINK RT2X00 WLAN DRIVER
3177P: rt2x00 project
3178L: linux-wireless@vger.kernel.org
3179L: rt2400-devel@lists.sourceforge.net
3180W: http://rt2x00.serialmonkey.com/
3181S: Maintained
3182F: drivers/net/wireless/rt2x00/
3183
Matt Mackall9e95ce22005-04-16 15:25:56 -07003184RANDOM NUMBER DRIVER
3185P: Matt Mackall
3186M: mpm@selenic.com
3187S: Maintained
3188
Matt Porter394b7012005-11-07 01:00:15 -08003189RAPIDIO SUBSYSTEM
3190P: Matt Porter
3191M: mporter@kernel.crashing.org
3192L: linux-kernel@vger.kernel.org
3193S: Maintained
3194
Josh Triplett595182b2006-10-04 02:17:21 -07003195READ-COPY UPDATE (RCU)
3196P: Dipankar Sarma
3197M: dipankar@in.ibm.com
3198W: http://www.rdrop.com/users/paulmck/rclock/
3199L: linux-kernel@vger.kernel.org
3200S: Supported
3201
3202RCUTORTURE MODULE
3203P: Josh Triplett
3204M: josh@freedesktop.org
3205L: linux-kernel@vger.kernel.org
3206S: Maintained
3207
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208REAL TIME CLOCK DRIVER
3209P: Paul Gortmaker
3210M: p_gortmaker@yahoo.com
3211L: linux-kernel@vger.kernel.org
3212S: Maintained
3213
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003214REAL TIME CLOCK (RTC) SUBSYSTEM
3215P: Alessandro Zummo
3216M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003217L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003218S: Maintained
3219
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220REISERFS FILE SYSTEM
3221P: Hans Reiser
3222M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003223L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224W: http://www.namesys.com
3225S: Supported
3226
3227ROCKETPORT DRIVER
3228P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229W: http://www.comtrol.com
3230S: Maintained
3231
3232ROSE NETWORK LAYER
3233P: Ralf Baechle
3234M: ralf@linux-mips.org
3235L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003236W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237S: Maintained
3238
3239RISCOM8 DRIVER
3240S: Orphan
3241
Michael Wu605bebe2007-05-14 01:41:02 -04003242RTL818X WIRELESS DRIVER
3243P: Michael Wu
3244M: flamingice@sourmilk.net
3245P: Andrea Merello
3246M: andreamrl@tiscali.it
3247L: linux-wireless@vger.kernel.org
3248W: http://linuxwireless.org/
3249T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3250S: Maintained
3251
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003252S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003253P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003254M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003255L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003256S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003257
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258S390
3259P: Martin Schwidefsky
3260M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003261P: Heiko Carstens
3262M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003264L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003265W: http://www.ibm.com/developerworks/linux/linux390/
3266S: Supported
3267
3268S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003269P: Ursula Braun
3270M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003271P: Frank Blaschka
3272M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003273M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003274L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003275W: http://www.ibm.com/developerworks/linux/linux390/
3276S: Supported
3277
3278S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003279P: Christof Schmitt
3280M: christof.schmitt@de.ibm.com
3281P: Martin Peschke
3282M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003283M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003284L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003285W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286S: Supported
3287
Ursula Braundd96df22007-09-19 13:09:02 +02003288S390 IUCV NETWORK LAYER
3289P: Ursula Braun
3290M: ubraun@linux.vnet.ibm.com
3291M: linux390@de.ibm.com
3292L: linux-s390@vger.kernel.org
3293W: http://www.ibm.com/developerworks/linux/linux390/
3294S: Supported
3295
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296SAA7146 VIDEO4LINUX-2 DRIVER
3297P: Michael Hunold
3298M: michael@mihu.de
3299W: http://www.mihu.de/linux/saa7146
3300S: Maintained
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302SC1200 WDT DRIVER
3303P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003304M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305S: Maintained
3306
3307SCHEDULER
3308P: Ingo Molnar
3309M: mingo@elte.hu
3310P: Robert Love [the preemptible kernel bits]
3311M: rml@tech9.net
3312L: linux-kernel@vger.kernel.org
3313S: Maintained
3314
3315SCSI CDROM DRIVER
3316P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003317M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318L: linux-scsi@vger.kernel.org
3319W: http://www.kernel.dk
3320S: Maintained
3321
3322SCSI SG DRIVER
3323P: Doug Gilbert
3324M: dgilbert@interlog.com
3325L: linux-scsi@vger.kernel.org
3326W: http://www.torque.net/sg
3327S: Maintained
3328
3329SCSI SUBSYSTEM
3330P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003331M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003333T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003334T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3335T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336S: Maintained
3337
3338SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003339P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340M: Kai.Makisara@kolumbus.fi
3341L: linux-scsi@vger.kernel.org
3342S: Maintained
3343
3344SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003345P: Vlad Yasevich
3346M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003347P: Sridhar Samudrala
3348M: sri@us.ibm.com
3349L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003350W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003351S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352
3353SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003354P: Jim Cromie
3355M: jim.cromie@gmail.com
3356S: Odd Fixes
3357
3358SCx200 GPIO DRIVER
3359P: Jim Cromie
3360M: jim.cromie@gmail.com
3361S: Maintained
3362
3363SCx200 HRT CLOCKSOURCE DRIVER
3364P: Jim Cromie
3365M: jim.cromie@gmail.com
3366S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367
3368SECURITY CONTACT
3369P: Security Officers
3370M: security@kernel.org
3371S: Supported
3372
3373SELINUX SECURITY MODULE
3374P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003375M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003377M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003378P: Eric Paris
3379M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003381L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382W: http://www.nsa.gov/selinux
3383S: Supported
3384
Jiri Slabycef2cf02007-05-08 00:31:45 -07003385SENSABLE PHANTOM
3386P: Jiri Slaby
3387M: jirislaby@gmail.com
3388S: Maintained
3389
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390SERIAL ATA (SATA) SUBSYSTEM:
3391P: Jeff Garzik
3392M: jgarzik@pobox.com
3393L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003394T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395S: Supported
3396
3397SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3398P: Pat Gefre
3399M: pfg@sgi.com
3400L: linux-ia64@vger.kernel.org
3401S: Supported
3402
3403SGI VISUAL WORKSTATION 320 AND 540
3404P: Andrey Panin
3405M: pazke@donpac.ru
3406L: linux-visws-devel@lists.sf.net
3407W: http://linux-visws.sf.net
3408S: Maintained for 2.6.
3409
3410SIMTEC EB110ATX (Chalice CATS)
3411P: Ben Dooks
3412P: Vincent Sanders
3413M: support@simtec.co.uk
3414W: http://www.simtec.co.uk/products/EB110ATX/
3415S: Supported
3416
3417SIMTEC EB2410ITX (BAST)
3418P: Ben Dooks
3419P: Vincent Sanders
3420M: support@simtec.co.uk
3421W: http://www.simtec.co.uk/products/EB2410ITX/
3422S: Supported
3423
Francois Romieu92aab3c2005-07-30 13:11:18 +02003424SIS 190 ETHERNET DRIVER
3425P: Francois Romieu
3426M: romieu@fr.zoreil.com
3427L: netdev@vger.kernel.org
3428S: Maintained
3429
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430SIS 5513 IDE CONTROLLER DRIVER
3431P: Lionel Bouton
3432M: Lionel.Bouton@inet6.fr
3433W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3434W: http://gyver.homeip.net/sis5513/index.html
3435S: Maintained
3436
3437SIS 900/7016 FAST ETHERNET DRIVER
3438P: Daniele Venzano
3439M: venza@brownhat.org
3440W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003441L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442S: Maintained
3443
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003444SIS 96X I2C/SMBUS DRIVER
3445P: Mark M. Hoffman
3446M: mhoffman@lightlink.com
3447L: lm-sensors@lm-sensors.org
3448S: Maintained
3449
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450SIS FRAMEBUFFER DRIVER
3451P: Thomas Winischhofer
3452M: thomas@winischhofer.net
3453W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003454S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455
3456SIS USB2VGA DRIVER
3457P: Thomas Winischhofer
3458M: thomas@winischhofer.net
3459W: http://www.winischhofer.at/linuxsisusbvga.shtml
3460S: Maintained
3461
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003462SLAB ALLOCATOR
3463P: Christoph Lameter
3464M: clameter@sgi.com
3465P: Pekka Enberg
3466M: penberg@cs.helsinki.fi
3467L: linux-mm@kvack.org
3468S: Maintained
3469
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470SMC91x ETHERNET DRIVER
3471P: Nicolas Pitre
3472M: nico@cam.org
3473S: Maintained
3474
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003475SMSC47B397 HARDWARE MONITOR DRIVER
3476P: Mark M. Hoffman
3477M: mhoffman@lightlink.com
3478L: lm-sensors@lm-sensors.org
3479S: Maintained
3480
Daniel Drake8f0f8502006-07-18 22:00:25 +01003481SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003482P: Daniel Drake
3483M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003484L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003485S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003486
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487SOFTWARE RAID (Multiple Disks) SUPPORT
3488P: Ingo Molnar
3489M: mingo@redhat.com
3490P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003491M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003493S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494
Pavel Machek95a631e2007-07-19 01:47:42 -07003495HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496P: Pavel Machek
3497M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003498P: Rafael J. Wysocki
3499M: rjw@sisk.pl
3500L: linux-pm@lists.linux-foundation.org
3501S: Supported
3502
3503SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003504P: Len Brown
3505M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003506P: Pavel Machek
3507M: pavel@suse.cz
3508P: Rafael J. Wysocki
3509M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003510L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003511S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512
3513SONIC NETWORK DRIVER
3514P: Thomas Bogendoerfer
3515M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003516L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517S: Maintained
3518
Michael Buesch61e115a2007-09-18 15:12:50 -04003519SONICS SILICON BACKPLANE DRIVER (SSB)
3520P: Michael Buesch
3521M: mb@bu3sch.de
3522L: netdev@vger.kernel.org
3523S: Maintained
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003526P: Mattia Dongili
3527M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003528L: linux-acpi@vger.kernel.org
3529W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530S: Maintained
3531
3532SOUND
3533P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003534M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003535L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536S: Maintained
3537
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003538SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3539P: Liam Girdwood
3540M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003541L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003542S: Supported
3543
Kumar Gala025c3982006-04-02 16:05:54 -05003544SPI SUBSYSTEM
3545P: David Brownell
3546M: dbrownell@users.sourceforge.net
3547L: spi-devel-general@lists.sourceforge.net
3548S: Maintained
3549
Steven Rostedt855f46a2006-08-05 12:14:50 -07003550STABLE BRANCH:
3551P: Greg Kroah-Hartman
3552M: greg@kroah.com
3553P: Chris Wright
3554M: chrisw@sous-sol.org
3555L: stable@kernel.org
3556S: Maintained
3557
Kylene Hall1c72d462005-05-01 08:59:13 -07003558TPM DEVICE DRIVER
3559P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003560M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003561W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003562P: Marcel Selhorst
3563M: tpm@selhorst.net
3564W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003565L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003566S: Maintained
3567
Mark Gross1a80ba82005-10-30 15:02:55 -08003568Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003569P: Mark Gross
3570M: mark.gross@intel.com
3571S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003572
Chris Zankel48b415c2005-06-23 22:01:07 -07003573TENSILICA XTENSA PORT (xtensa):
3574P: Chris Zankel
3575M: chris@zankel.net
3576S: Maintained
3577
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003578THINKPAD ACPI EXTRAS DRIVER
3579P: Henrique de Moraes Holschuh
3580M: ibm-acpi@hmh.eng.br
3581L: ibm-acpi-devel@lists.sourceforge.net
3582W: http://ibm-acpi.sourceforge.net
3583W: http://thinkwiki.org/wiki/Ibm-acpi
3584T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3585S: Maintained
3586
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587UltraSPARC (sparc64):
3588P: David S. Miller
3589M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003591T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
3594SHARP LH SUPPORT (LH7952X & LH7A40X)
3595P: Marc Singer
3596M: elf@buici.com
3597W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599S: Maintained
3600
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003601SHPC HOTPLUG DRIVER
3602P: Kristen Carlson Accardi
3603M: kristen.c.accardi@intel.com
3604L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003605S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003606
Pierre Ossmand129bce2006-03-24 03:18:17 -08003607SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3608P: Pierre Ossman
3609M: drzeus-sdhci@drzeus.cx
3610L: sdhci-devel@list.drzeus.cx
3611W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3612S: Maintained
3613
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003614SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3615P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003616M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003617L: netdev@vger.kernel.org
3618S: Maintained
3619
Chris Boot1a87d942006-07-10 04:45:34 -07003620SOEKRIS NET48XX LED SUPPORT
3621P: Chris Boot
3622M: bootc@bootc.net
3623S: Maintained
3624
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625SPARC (sparc32):
3626P: William L. Irwin
3627M: wli@holomorphy.com
3628L: sparclinux@vger.kernel.org
3629S: Maintained
3630
3631SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3632P: Roger Wolff
3633M: R.E.Wolff@BitWizard.nl
3634L: linux-kernel@vger.kernel.org ?
3635S: Supported
3636
Jim Lewis2752e402006-09-29 02:01:19 -07003637SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003638P: Ishizaki Kou
3639M: kou.ishizaki@toshiba.co.jp
3640P: Jens Osterkamp
3641M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003642L: netdev@vger.kernel.org
3643S: Supported
3644
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645SRM (Alpha) environment access
3646P: Jan-Benedict Glaw
3647M: jbglaw@lug-owl.de
3648L: linux-kernel@vger.kernel.org
3649S: Maintained
3650
3651STARFIRE/DURALAN NETWORK DRIVER
3652P: Ion Badulescu
3653M: ionut@cs.columbia.edu
3654S: Maintained
3655
3656STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3657W: http://mosquitonet.Stanford.EDU/strip.html
3658S: Unsupported ?
3659
3660STRADIS MPEG-2 DECODER DRIVER
3661P: Nathan Laredo
3662M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663W: http://www.stradis.com/
3664S: Maintained
3665
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003666SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667P: Paul Mundt
3668M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003669L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003671T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672S: Maintained
3673
3674SUN3/3X
3675P: Sam Creasey
3676M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677W: http://sammy.net/sun3/
3678S: Maintained
3679
3680SVGA HANDLING
3681P: Martin Mares
3682M: mj@ucw.cz
3683L: linux-video@atrey.karlin.mff.cuni.cz
3684S: Maintained
3685
3686SYSV FILESYSTEM
3687P: Christoph Hellwig
3688M: hch@infradead.org
3689S: Maintained
3690
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003691TC CLASSIFIER
3692P: Jamal Hadi Salim
3693M: hadi@cyberus.ca
3694L: netdev@vger.kernel.org
3695S: Maintained
3696
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003697TCP LOW PRIORITY MODULE
3698P: Wong Hoi Sing, Edison
3699M: hswong3i@gmail.com
3700P: Hung Hing Lun, Mike
3701M: hlhung3i@gmail.com
3702W: http://tcp-lp-mod.sourceforge.net/
3703S: Maintained
3704
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003705TEHUTI ETHERNET DRIVER
3706P: Alexander Indenbaum
3707M: baum@tehutinetworks.net
3708P: Andy Gospodarek
3709M: andy@greyhouse.net
3710L: netdev@vger.kernel.org
3711S: Supported
3712
Alex Dubov4020f2d2006-10-04 02:15:37 -07003713TI FLASH MEDIA INTERFACE DRIVER
3714P: Alex Dubov
3715M: oakad@yahoo.com
3716S: Maintained
3717
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003718TI OMAP MMC INTERFACE DRIVER
3719P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003720M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003721W: http://linux.omap.com
3722W: http://www.muru.com/linux/omap/
3723S: Maintained
3724
Michael Buesch844dd052006-06-26 00:24:59 -07003725TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3726P: Deepak Saxena
3727M: dsaxena@plexity.net
3728S: Maintained
3729
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003730TASKSTATS STATISTICS INTERFACE
3731P: Shailabh Nagar
3732M: nagar@watson.ibm.com
3733L: linux-kernel@vger.kernel.org
3734S: Maintained
3735
Per Lidene86eaa32006-01-12 16:45:18 +01003736TIPC NETWORK LAYER
3737P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003738M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003739P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003740M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003741P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003742M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003743L: tipc-discussion@lists.sourceforge.net
3744W: http://tipc.sourceforge.net/
3745W: http://tipc.cslab.ericsson.net/
3746T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3747S: Maintained
3748
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749TLAN NETWORK DRIVER
3750P: Samuel Chessman
3751M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003752L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753W: http://sourceforge.net/projects/tlan/
3754S: Maintained
3755
3756TOKEN-RING NETWORK DRIVER
3757P: Mike Phillips
3758M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003759L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760W: http://www.linuxtr.net
3761S: Maintained
3762
3763TOSHIBA ACPI EXTRAS DRIVER
3764P: John Belmonte
3765M: toshiba_acpi@memebeam.org
3766W: http://memebeam.org/toys/ToshibaAcpiDriver
3767S: Maintained
3768
3769TOSHIBA SMM DRIVER
3770P: Jonathan Buzzard
3771M: jonathan@buzzard.org.uk
3772L: tlinux-users@tce.toshiba-dme.co.jp
3773W: http://www.buzzard.org.uk/toshiba/
3774S: Maintained
3775
3776TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3777P: Muli Ben-Yehuda
3778M: mulix@mulix.org
3779L: linux-kernel@vger.kernel.org
3780S: Maintained
3781
3782TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003783P: Adrian Bunk
3784M: trivial@kernel.org
3785L: linux-kernel@vger.kernel.org
3786W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3787T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3788S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789
3790TMS380 TOKEN-RING NETWORK DRIVER
3791P: Adam Fritzler
3792M: mid@auk.cx
3793L: linux-tr@linuxtr.net
3794W: http://www.auk.cx/tms380tr/
3795S: Maintained
3796
3797TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798L: tulip-users@lists.sourceforge.net
3799W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003800S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801
3802TUN/TAP driver
3803P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003804M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805L: vtun@office.satix.net
3806W: http://vtun.sourceforge.net/tun
3807S: Maintained
3808
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003809TURBOCHANNEL SUBSYSTEM
3810P: Maciej W. Rozycki
3811M: macro@linux-mips.org
3812S: Maintained
3813
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814U14-34F SCSI DRIVER
3815P: Dario Ballabio
3816M: ballabio_dario@emc.com
3817L: linux-scsi@vger.kernel.org
3818S: Maintained
3819
3820UDF FILESYSTEM
3821P: Ben Fennema
3822M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823W: http://linux-udf.sourceforge.net
3824S: Maintained
3825
3826UNIFORM CDROM DRIVER
3827P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003828M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829L: linux-kernel@vger.kernel.org
3830W: http://www.kernel.dk
3831S: Maintained
3832
3833USB ACM DRIVER
3834P: Oliver Neukum
3835M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003836L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837S: Maintained
3838
3839USB BLOCK DRIVER (UB ub)
3840P: Pete Zaitcev
3841M: zaitcev@redhat.com
3842L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003843L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844S: Supported
3845
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846USB CDC ETHERNET DRIVER
3847P: Greg Kroah-Hartman
3848M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003849L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850S: Maintained
3851W: http://www.kroah.com/linux-usb/
3852
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003853USB DAVICOM DM9601 DRIVER
3854P: Peter Korsgaard
3855M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003856L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003857W: http://www.linux-usb.org/usbnet
3858S: Maintained
3859
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860USB EHCI DRIVER
3861P: David Brownell
3862M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003863L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003864S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865
Luca Risolia7ce08c92006-01-11 02:06:59 +00003866USB ET61X[12]51 DRIVER
3867P: Luca Risolia
3868M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003869L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003870L: video4linux-list@redhat.com
3871W: http://www.linux-projects.org
3872S: Maintained
3873
David Brownell69ae9e32006-11-14 02:03:31 -08003874USB GADGET/PERIPHERAL SUBSYSTEM
3875P: David Brownell
3876M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003877L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003878W: http://www.linux-usb.org/gadget
3879S: Maintained
3880
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003881USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003882P: Jiri Kosina
3883M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003884L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003885T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886S: Maintained
3887
Olav Kongas959eea22005-11-03 17:38:14 +02003888USB ISP116X DRIVER
3889P: Olav Kongas
3890M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003891L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003892S: Maintained
3893
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894USB KAWASAKI LSI DRIVER
3895P: Oliver Neukum
3896M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003897L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898S: Maintained
3899
3900USB MASS STORAGE DRIVER
3901P: Matthew Dharm
3902M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003903L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003904L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905S: Maintained
3906W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3907
3908USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003909P: David Brownell
3910M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003911L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003912S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913
Matthias Urlichsba460e42005-07-14 00:33:47 -07003914USB OPTION-CARD DRIVER
3915P: Matthias Urlichs
3916M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003917L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003918S: Maintained
3919
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920USB OV511 DRIVER
3921P: Mark McClelland
3922M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003923L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924W: http://alpha.dyndns.org/ov511/
3925S: Maintained
3926
3927USB PEGASUS DRIVER
3928P: Petko Manolov
3929M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003930L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003931L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932W: http://pegasus2.sourceforge.net/
3933S: Maintained
3934
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003935USB PRINTER DRIVER (usblp)
3936P: Pete Zaitcev
3937M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003938L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003939S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940
3941USB RTL8150 DRIVER
3942P: Petko Manolov
3943M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003944L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003945L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946W: http://pegasus2.sourceforge.net/
3947S: Maintained
3948
3949USB SE401 DRIVER
3950P: Jeroen Vreeken
3951M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003952L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953W: http://www.chello.nl/~j.vreeken/se401/
3954S: Maintained
3955
3956USB SERIAL CYBERJACK DRIVER
3957P: Matthias Bruestle and Harald Welte
3958M: support@reiner-sct.com
3959W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3960S: Maintained
3961
3962USB SERIAL DIGI ACCELEPORT DRIVER
3963P: Peter Berger and Al Borchers
3964M: pberger@brimson.com
3965M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003966L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967S: Maintained
3968
3969USB SERIAL DRIVER
3970P: Greg Kroah-Hartman
3971M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003972L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973S: Supported
3974
3975USB SERIAL BELKIN F5U103 DRIVER
3976P: William Greathouse
3977M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003978L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979S: Maintained
3980
3981USB SERIAL CYPRESS M8 DRIVER
3982P: Lonnie Mendez
3983M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003984L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985S: Maintained
3986W: http://geocities.com/i0xox0i
3987W: http://firstlight.net/cvs
3988
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989USB AUERSWALD DRIVER
3990P: Wolfgang Muees
3991M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003992L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993S: Maintained
3994
3995USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3996P: Gary Brubaker
3997M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003998L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999S: Maintained
4000
4001USB SERIAL KEYSPAN DRIVER
4002P: Greg Kroah-Hartman
4003M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004004L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005W: http://www.kroah.com/linux/
4006S: Maintained
4007
4008USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004009P: Support Department
4010M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004011L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012W: http://www.connecttech.com
4013S: Supported
4014
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004015USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004016P: Luca Risolia
4017M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004018L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004019L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020W: http://www.linux-projects.org
4021S: Maintained
4022
4023USB SUBSYSTEM
4024P: Greg Kroah-Hartman
4025M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004026L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004028T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029S: Supported
4030
4031USB UHCI DRIVER
4032P: Alan Stern
4033M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004034L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035S: Maintained
4036
David Brownell69ae9e32006-11-14 02:03:31 -08004037USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038P: David Brownell
4039M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004040L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004041W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042S: Maintained
4043
4044USB W996[87]CF DRIVER
4045P: Luca Risolia
4046M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004047L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004048L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049W: http://www.linux-projects.org
4050S: Maintained
4051
Luca Risolia60f78052006-02-06 16:29:35 +00004052USB ZC0301 DRIVER
4053P: Luca Risolia
4054M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004055L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004056L: video4linux-list@redhat.com
4057W: http://www.linux-projects.org
4058S: Maintained
4059
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060USB ZD1201 DRIVER
4061P: Jeroen Vreeken
4062M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004063L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064W: http://linux-lc100020.sourceforge.net
4065S: Maintained
4066
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004067USB ZR364XX DRIVER
4068P: Antoine Jacquet
4069M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004070L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004071L: video4linux-list@redhat.com
4072W: http://royale.zerezo.com/zr364xx/
4073S: Maintained
4074
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075USER-MODE LINUX
4076P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004077M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078L: user-mode-linux-devel@lists.sourceforge.net
4079L: user-mode-linux-user@lists.sourceforge.net
4080W: http://user-mode-linux.sourceforge.net
4081S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004082
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004083USERSPACE I/O (UIO)
4084P: Hans J. Koch
4085M: hjk@linutronix.de
4086P: Greg Kroah-Hartman
4087M: gregkh@suse.de
4088L: linux-kernel@vger.kernel.org
4089S: Maintained
4090
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091FAT/VFAT/MSDOS FILESYSTEM:
4092P: OGAWA Hirofumi
4093M: hirofumi@mail.parknet.co.jp
4094L: linux-kernel@vger.kernel.org
4095S: Maintained
4096
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097VIA RHINE NETWORK DRIVER
4098P: Roger Luethi
4099M: rl@hellgate.ch
4100S: Maintained
4101
Jean Delvare32c0a522005-09-22 21:47:58 +02004102VIAPRO SMBUS DRIVER
4103P: Jean Delvare
4104M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004105L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004106S: Maintained
4107
Francois Romieu01f20732007-01-26 00:57:17 -08004108VIA VELOCITY NETWORK DRIVER
4109P: Francois Romieu
4110M: romieu@fr.zoreil.com
4111L: netdev@vger.kernel.org
4112S: Maintained
4113
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114UCLINUX (AND M68KNOMMU)
4115P: Greg Ungerer
4116M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004118L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119S: Maintained
4120
4121UCLINUX FOR NEC V850
4122P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123
4124UCLINUX FOR RENESAS H8/300
4125P: Yoshinori Sato
4126M: ysato@users.sourceforge.jp
4127W: http://uclinux-h8.sourceforge.jp/
4128S: Supported
4129
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004130UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004131P: Evgeniy Dushistov
4132M: dushistov@mail.ru
4133L: linux-kernel@vger.kernel.org
4134S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004135
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136USB DIAMOND RIO500 DRIVER
4137P: Cesar Miquel
4138M: miquel@df.uba.ar
4139L: rio500-users@lists.sourceforge.net
4140W: http://rio500.sourceforge.net
4141S: Maintained
4142
4143VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004144P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004145M: mchehab@infradead.org
4146M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004148W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004149T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004150S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151
Patrick McHardybe7f8272007-10-23 20:26:36 -07004152VLAN (802.1Q)
4153P: Patrick McHardy
4154M: kaber@trash.net
4155L: netdev@vger.kernel.org
4156S: Maintained
4157
Juerg Haefligerab413192006-09-24 20:54:04 +02004158VT1211 HARDWARE MONITOR DRIVER
4159P: Juerg Haefliger
4160M: juergh@gmail.com
4161L: lm-sensors@lm-sensors.org
4162S: Maintained
4163
Roger Lucas1de9e372005-11-26 20:20:05 +01004164VT8231 HARDWARE MONITOR DRIVER
4165P: Roger Lucas
4166M: roger@planbit.co.uk
4167L: lm-sensors@lm-sensors.org
4168S: Maintained
4169
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170W1 DALLAS'S 1-WIRE BUS
4171P: Evgeniy Polyakov
4172M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173S: Maintained
4174
Charles Spirakis13927072006-07-05 18:05:15 +02004175W83791D HARDWARE MONITORING DRIVER
4176P: Charles Spirakis
4177M: bezaur@gmail.com
4178L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004179S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004180
Rudolf Marek61db0112006-12-12 18:18:30 +01004181W83793 HARDWARE MONITORING DRIVER
4182P: Rudolf Marek
4183M: r.marek@assembler.cz
4184L: lm-sensors@lm-sensors.org
4185S: Maintained
4186
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187W83L51xD SD/MMC CARD INTERFACE DRIVER
4188P: Pierre Ossman
4189M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004190L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191W: http://projects.drzeus.cx/wbsd
4192S: Maintained
4193
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004194WATCHDOG DEVICE DRIVERS
4195P: Wim Van Sebroeck
4196M: wim@iguana.be
4197T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4198S: Maintained
4199
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4201P: Jean Tourrilhes
4202M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004203L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4205S: Maintained
4206
4207WD7000 SCSI DRIVER
4208P: Miroslav Zagorac
4209M: zaga@fly.cc.fer.hr
4210L: linux-scsi@vger.kernel.org
4211S: Maintained
4212
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004213WISTRON LAPTOP BUTTON DRIVER
4214P: Miloslav Trmac
4215M: mitr@volny.cz
4216S: Maintained
4217
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218WL3501 WIRELESS PCMCIA CARD DRIVER
4219P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004220M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004221L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004222W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223S: Maintained
4224
4225X.25 NETWORK LAYER
4226P: Henner Eisen
4227M: eis@baty.hanse.de
4228L: linux-x25@vger.kernel.org
4229S: Maintained
4230
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004231XEN HYPERVISOR INTERFACE
4232P: Jeremy Fitzhardinge
4233M: jeremy@xensource.com
4234P: Chris Wright
4235M: chrisw@sous-sol.org
4236L: virtualization@lists.osdl.org
4237L: xen-devel@lists.xensource.com
4238S: Supported
4239
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240XFS FILESYSTEM
4241P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004242P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004244L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004246T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247S: Supported
4248
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004249XILINX SYSTEMACE DRIVER
4250P: Grant Likely
4251M: grant.likely@secretlab.ca
4252W: http://www.secretlab.ca/
4253L: linux-kernel@vger.kernel.org
4254S: Maintained
4255
Peter Korsgaard238b8722006-12-06 20:35:17 -08004256XILINX UARTLITE SERIAL DRIVER
4257P: Peter Korsgaard
4258M: jacmet@sunsite.dk
4259L: linux-serial@vger.kernel.org
4260S: Maintained
4261
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004262X86 ARCHITECTURE (32-BIT AND 64-BIT)
4263P: Thomas Gleixner
4264M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265P: Ingo Molnar
4266M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004267P: H. Peter Anvin
4268M: hpa@zytor.com
4269L: linux-kernel@vger.kernel.org
4270T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271S: Maintained
4272
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273YAM DRIVER FOR AX.25
4274P: Jean-Paul Roubelat
4275M: jpr@f6fbb.org
4276L: linux-hams@vger.kernel.org
4277S: Maintained
4278
Henkaf64a5e2005-10-12 15:02:56 +02004279YEALINK PHONE DRIVER
4280P: Henk Vergonet
4281M: Henk.Vergonet@gmail.com
4282L: usbb2k-api-dev@nongnu.org
4283S: Maintained
4284
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285Z8530 DRIVER FOR AX.25
4286P: Joerg Reuter
4287M: jreuter@yaina.de
4288W: http://yaina.de/jreuter/
4289W: http://www.qsl.net/dl1bke/
4290L: linux-hams@vger.kernel.org
4291S: Maintained
4292
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004293ZD1211RW WIRELESS DRIVER
4294P: Daniel Drake
4295M: dsd@gentoo.org
4296P: Ulrich Kunitz
4297M: kune@deine-taler.de
4298W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004299L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004300L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4301S: Maintained
4302
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303ZF MACHZ WATCHDOG
4304P: Fernando Fuganti
4305M: fuganti@netbank.com.br
4306W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4307S: Maintained
4308
4309ZR36067 VIDEO FOR LINUX DRIVER
4310P: Ronald Bultje
4311M: rbultje@ronald.bitfreak.net
4312L: mjpeg-users@lists.sourceforge.net
4313W: http://mjpeg.sourceforge.net/driver-zoran/
4314S: Maintained
4315
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004316ZS DECSTATION Z85C30 SERIAL DRIVER
4317P: Maciej W. Rozycki
4318M: macro@linux-mips.org
4319S: Maintained
4320
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321THE REST
4322P: Linus Torvalds
4323S: Buried alive in reporters