blob: 2340cfb1e25d3d361e7fab799f23249fc124a245 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070097L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070098S: Maintained
99
Steffen Klasserta6d89912007-08-10 14:05:27 -07001003C59X NETWORK DRIVER
101P: Steffen Klassert
102M: klassert@mathematik.tu-chemnitz.de
103L: netdev@vger.kernel.org
104S: Maintained
105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063CR990 NETWORK DRIVER
107P: David Dillow
108M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700109L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110S: Maintained
111
1123W-XXXX ATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
1193W-9XXX SATA-RAID CONTROLLER DRIVER
120P: Adam Radford
121M: linuxraid@amcc.com
122L: linux-scsi@vger.kernel.org
123W: http://www.amcc.com
124S: Supported
125
12653C700 AND 53C700-66 SCSI DRIVER
127P: James E.J. Bottomley
128M: James.Bottomley@HansenPartnership.com
129L: linux-scsi@vger.kernel.org
130S: Maintained
131
1326PACK NETWORK DRIVER FOR AX.25
133P: Andreas Koensgen
134M: ajk@iehk.rwth-aachen.de
135L: linux-hams@vger.kernel.org
136S: Maintained
137
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388169 10/100/1000 GIGABIT ETHERNET DRIVER
139P: Francois Romieu
140M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700141L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142S: Maintained
143
1448250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145L: linux-serial@vger.kernel.org
146W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100147S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
1498390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
150P: Paul Gortmaker
151M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153S: Maintained
154
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001559P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100156P: Eric Van Hensbergen
157M: ericvh@gmail.com
158P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500159M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100160P: Latchesar Ionkov
161M: lucho@ionkov.net
162L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500163W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100164T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
165S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167A2232 SERIAL BOARD DRIVER
168P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169M: A2232@gmx.net
170L: linux-m68k@lists.linux-m68k.org
171S: Maintained
172
173AIO
174P: Benjamin LaHaise
175M: bcrl@kvack.org
176L: linux-aio@kvack.org
177S: Supported
178
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179ABIT UGURU HARDWARE MONITOR DRIVER
180P: Hans de Goede
181M: j.w.r.degoede@hhs.nl
182L: lm-sensors@lm-sensors.org
183S: Maintained
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185ACENIC DRIVER
186P: Jes Sorensen
187M: jes@trained-monkey.org
188L: linux-acenic@sunsite.dk
189S: Maintained
190
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700191IPS SCSI RAID DRIVER
192P: Adaptec OEM Raid Solutions
193M: aacraid@adaptec.com
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Maintained
197
198DPT_I2O SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
200M: aacraid@adaptec.com
201L: linux-scsi@vger.kernel.org
202W: http://www.adaptec.com/
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205AACRAID SCSI RAID DRIVER
206P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700207M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700209W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210S: Supported
211
212ACPI
213P: Len Brown
214M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500215M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500216L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400217W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800218T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400222P: Alexey Starikovskiy
223M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
225W: http://acpi.sourceforge.net/
226S: Supported
227
228ACPI EC DRIVER
229P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400230M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
234
235ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400236P: Len Brown
237M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500238L: linux-acpi@vger.kernel.org
239W: http://acpi.sourceforge.net/
240S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700242ACPI PCI HOTPLUG DRIVER
243P: Kristen Carlson Accardi
244M: kristen.c.accardi@intel.com
245L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
247
248ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Len Brown
250M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254
Len Brown359acec2007-02-10 01:59:24 -0500255ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400256P: Rui Zhang
257M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500258L: linux-acpi@vger.kernel.org
259W: http://acpi.sourceforge.net/
260S: Supported
261
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262ADM1025 HARDWARE MONITOR DRIVER
263P: Jean Delvare
264M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200265L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266S: Maintained
267
Corentin Labbecae2caa2007-02-14 21:15:04 +0100268ADM1029 HARDWARE MONITOR DRIVER
269P: Corentin Labbe
270M: corentin.labbe@geomatys.fr
271L: lm-sensors@lm-sensors.org
272S: Maintained
273
Michael Wucc0b88c2007-08-31 01:15:25 -0400274ADM8211 WIRELESS DRIVER
275P: Michael Wu
276M: flamingice@sourmilk.net
277L: linux-wireless@vger.kernel.org
278W: http://linuxwireless.org/
279T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
280S: Maintained
281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282ADT746X FAN DRIVER
283P: Colin Leroy
284M: colin@colino.net
285S: Maintained
286
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400287ADVANSYS SCSI DRIVER
288P: Matthew Wilcox
289M: matthew@wil.cx
290L: linux-scsi@vger.kernel.org
291S: Maintained
292
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293AEDSP16 DRIVER
294P: Riccardo Facchetti
295M: fizban@tin.it
296S: Maintained
297
298AFFS FILE SYSTEM
299P: Roman Zippel
300M: zippel@linux-m68k.org
301S: Maintained
302
303AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400304P: David Airlie
305M: airlied@linux.ie
306T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307S: Maintained
308
309AHA152X SCSI DRIVER
310P: Juergen E. Fischer
311M: Juergen Fischer <fischer@norbit.de>
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Hannes Reinecke64624d42007-10-19 10:32:29 +0200315AIC7XXX / AIC79XX SCSI DRIVER
316P: Hannes Reinecke
317M: hare@suse.de
318L: linux-scsi@vger.kernel.org
319S: Maintained
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321ALCATEL SPEEDTOUCH USB DRIVER
322P: Duncan Sands
323M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.linux-usb.org/SpeedTouch/
326S: Maintained
327
Pierre Ossman272f1332007-05-14 21:25:26 +0200328ALCHEMY AU1XX0 MMC DRIVER
329S: Orphan
330
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000331ALI1563 I2C DRIVER
332P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100333M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200334L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335S: Maintained
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337ALPHA PORT
338P: Richard Henderson
339M: rth@twiddle.net
340S: Odd Fixes for 2.4; Maintained for 2.6.
341P: Ivan Kokshaysky
342M: ink@jurassic.park.msu.ru
343S: Maintained for 2.4; PCI support for 2.6.
344
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700345AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
346P: Thomas Dahlmann
347M: thomas.dahlmann@amd.com
348L: info-linux@geode.amd.com
349S: Supported
350
Jordan Crousef90b8112006-01-06 00:12:14 -0800351AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100352P: Jordan Crouse
353M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800354L: info-linux@geode.amd.com
355W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
356S: Supported
357
Stelian Pop284f42b2006-12-12 18:18:31 +0100358AMS (Apple Motion Sensor) DRIVER
359P: Stelian Pop
360M: stelian@popies.net
361P: Michael Hanselmann
362M: linux-kernel@hansmi.ch
363S: Supported
364
Tom Tuckerf94b5332006-09-22 15:22:48 -0700365AMSO1100 RNIC DRIVER
366P: Tom Tucker
367M: tom@opengridcomputing.com
368P: Steve Wise
369M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700370L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700371S: Maintained
372
Johannes Berg42269062006-07-25 16:15:50 +0200373AOA (Apple Onboard Audio) ALSA DRIVER
374P: Johannes Berg
375M: johannes@sipsolutions.net
376L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200377L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200378S: Maintained
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380APM DRIVER
381P: Stephen Rothwell
382M: sfr@canb.auug.org.au
383L: linux-laptop@vger.kernel.org
384W: http://www.canb.auug.org.au/~sfr/
385S: Supported
386
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700387APPLE SMC DRIVER
388P: Nicolas Boichat
389M: nicolas@boichat.ch
390L: mactel-linux-devel@lists.sourceforge.net
391S: Maintained
392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393APPLETALK NETWORK LAYER
394P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300395M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396S: Maintained
397
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400398APPLETOUCH TOUCHPAD DRIVER
399P: Johannes Berg
400M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400401L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400402S: Maintained
403
Jaya Kumar1154ea72005-06-21 17:17:04 -0700404ARC FRAMEBUFFER DRIVER
405P: Jaya Kumar
406M: jayalk@intworks.biz
407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409ARM MFM AND FLOPPY DRIVERS
410P: Ian Molton
411M: spyro@f2s.com
412S: Maintained
413
Russell King2761f5c2007-05-24 06:56:08 +0200414ARM PRIMECELL MMCI PL180/1 DRIVER
415P: Russell King
416M: rmk@arm.linux.org.uk
417L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
418S: Maintained
419
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800420ARM/ADI ROADRUNNER MACHINE SUPPORT
421P: Lennert Buytenhek
422M: kernel@wantstofly.org
423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424S: Maintained
425
426ARM/ADS SPHERE MACHINE SUPPORT
427P: Lennert Buytenhek
428M: kernel@wantstofly.org
429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430S: Maintained
431
432ARM/AJECO 1ARM MACHINE SUPPORT
433P: Lennert Buytenhek
434M: kernel@wantstofly.org
435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436S: Maintained
437
Andrew Victord4a89c72006-12-04 13:56:21 +0100438ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
439P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800440M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442W: http://maxim.org.za/at91_26.html
443S: Maintained
444
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800445ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
446P: Lennert Buytenhek
447M: kernel@wantstofly.org
448L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449S: Maintained
450
451ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457ARM/CORGI MACHINE SUPPORT
458P: Richard Purdie
459M: rpurdie@rpsys.net
460S: Maintained
461
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800462ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
463P: Lennert Buytenhek
464M: kernel@wantstofly.org
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Maintained
467
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100468ARM/HP JORNADA 7XX MACHINE SUPPORT
469P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100470M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100471W: www.jlime.com
472S: Maintained
473
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474ARM/INTEL IOP32X ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100477P: Dan Williams
478M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100480S: Supported
481
482ARM/INTEL IOP33X ARM ARCHITECTURE
483P: Dan Williams
484M: dan.j.williams@intel.com
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800487
488ARM/INTEL IOP13XX ARM ARCHITECTURE
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100491P: Dan Williams
492M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800493L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100494S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495
496ARM/INTEL IQ81342EX MACHINE SUPPORT
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100499P: Dan Williams
500M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100502S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503
504ARM/INTEL IXP2000 ARM ARCHITECTURE
505P: Lennert Buytenhek
506M: kernel@wantstofly.org
507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508S: Maintained
509
510ARM/INTEL IXDP2850 MACHINE SUPPORT
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
516ARM/INTEL IXP23XX ARM ARCHITECTURE
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
522ARM/INTEL XSC3 (MANZANO) ARM CORE
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100525P: Dan Williams
526M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100528S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529
530ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
531P: Lennert Buytenhek
532M: kernel@wantstofly.org
533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534S: Maintained
535
536ARM/LOGICPD PXA270 MACHINE SUPPORT
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
Dirk Opfer8459c152005-11-06 14:27:52 +0000542ARM/TOSA MACHINE SUPPORT
543P: Dirk Opfer
544M: dirk@opfer-online.de
545S: Maintained
546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547ARM/PLEB SUPPORT
548P: Peter Chubb
549M: pleb@gelato.unsw.edu.au
550W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
551S: Maintained
552
553ARM/PT DIGITAL BOARD PORT
554P: Stefan Eletzhofer
555M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557W: http://www.arm.linux.org.uk/
558S: Maintained
559
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560ARM/RADISYS ENP2611 MACHINE SUPPORT
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Maintained
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566ARM/SHARK MACHINE SUPPORT
567P: Alexander Schulz
568M: alex@shark-linux.de
569W: http://www.shark-linux.de/shark.html
570S: Maintained
571
572ARM/STRONGARM110 PORT
573P: Russell King
574M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576W: http://www.arm.linux.org.uk/
577S: Maintained
578
579ARM/S3C2410 ARM ARCHITECTURE
580P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800581M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.fluff.org/ben/linux/
584S: Maintained
585
586ARM/S3C2440 ARM ARCHITECTURE
587P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800588M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.fluff.org/ben/linux/
591S: Maintained
592
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
594P: Lennert Buytenhek
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained
598
599ARM/THECUS N2100 MACHINE SUPPORT
600P: Lennert Buytenhek
601M: kernel@wantstofly.org
602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603S: Maintained
604
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605ARPD SUPPORT
606P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700607L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608S: Maintained
609
610ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500611P: Corentin Chary
612M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613P: Karol Kozimor
614M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615L: acpi4asus-user@lists.sourceforge.net
616W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500617W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618S: Maintained
619
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400620ASUS ASB100 HARDWARE MONITOR DRIVER
621P: Mark M. Hoffman
622M: mhoffman@lightlink.com
623L: lm-sensors@lm-sensors.org
624S: Maintained
625
Corentin Chary85091b72007-01-26 14:04:30 +0100626ASUS LAPTOP EXTRAS DRIVER
627P: Corentin Chary
628M: corentincj@iksaif.net
629L: acpi4asus-user@lists.sourceforge.net
630W: http://sourceforge.net/projects/acpi4asus
631W: http://xf.iksaif.net/acpi4asus
632S: Maintained
633
Dan Williamsb3e5f262007-08-07 10:26:35 -0700634ASYNCHRONOUS TRANSFERS/TRANSFORMS API
635P: Dan Williams
636M: dan.j.williams@intel.com
637P: Shannon Nelson
638M: shannon.nelson@intel.com
639L: linux-kernel@vger.kernel.org
640W: http://sourceforge.net/projects/xscaleiop
641S: Supported
642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643ATA OVER ETHERNET DRIVER
644P: Ed L. Cashin
645M: ecashin@coraid.com
646W: http://www.coraid.com/support/linux
647S: Supported
648
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600649ATL1 ETHERNET DRIVER
650P: Jay Cliburn
651M: jcliburn@gmail.com
652P: Chris Snook
653M: csnook@redhat.com
654L: atl1-devel@lists.sourceforge.net
655W: http://sourceforge.net/projects/atl1
656W: http://atl1.sourceforge.net
657S: Maintained
658
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659ATM
660P: Chas Williams
661M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700662L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663W: http://linux-atm.sourceforge.net
664S: Maintained
665
Pierre Ossman272f1332007-05-14 21:25:26 +0200666ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200667P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800668M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670W: http://www.atmel.com/products/AT91/
671W: http://www.at91.com/
672S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200673
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800674ATMEL LCDFB DRIVER
675P: Nicolas Ferre
676M: nicolas.ferre@atmel.com
677L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
678S: Maintained
679
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100680ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100681P: Haavard Skinnemoen
682M: hskinnemoen@atmel.com
683S: Supported
684
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800685ATMEL SPI DRIVER
686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688S: Supported
689
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700690ATMEL USBA UDC DRIVER
691P: Haavard Skinnemoen
692M: hskinnemoen@atmel.com
693L: kernel@avr32linux.org
694W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
695S: Supported
696
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697ATMEL WIRELESS DRIVER
698P: Simon Kelley
699M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700700L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701W: http://www.thekelleys.org.uk/atmel
702W: http://atmelwlandriver.sourceforge.net/
703S: Maintained
704
Chris Wrighta92b7b82005-07-07 18:12:23 -0700705AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100706P: David Woodhouse
707M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700708L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100709W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800710T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700711S: Maintained
712
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800713AUXILIARY DISPLAY DRIVERS
714P: Miguel Ojeda Sandonis
715M: maxextreme@gmail.com
716L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700717W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800718S: Maintained
719
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700720AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700721P: Haavard Skinnemoen
722M: hskinnemoen@atmel.com
723W: http://www.atmel.com/products/AVR32/
724W: http://avr32linux.org/
725W: http://avrfreaks.net/
726S: Supported
727
728AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700729P: Haavard Skinnemoen
730M: hskinnemoen@atmel.com
731S: Supported
732
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733AX.25 NETWORK LAYER
734P: Ralf Baechle
735M: ralf@linux-mips.org
736L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200737W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738S: Maintained
739
Richard Purdie300abeb2007-02-07 22:21:07 +0000740BACKLIGHT CLASS/SUBSYSTEM
741P: Richard Purdie
742M: rpurdie@rpsys.net
743S: Maintained
744
Bryan Wu1394f032007-05-06 14:50:22 -0700745BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800746P: Bryan Wu
747M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800748L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
749W: http://blackfin.uclinux.org
750S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700751
Bryan Wue190d6b2007-07-17 14:43:44 +0800752BLACKFIN EMAC DRIVER
753P: Bryan Wu
754M: bryan.wu@analog.com
755L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
756W: http://blackfin.uclinux.org
757S: Supported
758
Mike Frysinger566da5b2007-06-11 15:31:30 +0800759BLACKFIN RTC DRIVER
760P: Mike Frysinger
761M: michael.frysinger@analog.com
762M: vapier.adi@gmail.com
763L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
764W: http://blackfin.uclinux.org
765S: Supported
766
Bryan Wu1394f032007-05-06 14:50:22 -0700767BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800768P: Aubrey Li
769M: aubrey.li@analog.com
770L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
771W: http://blackfin.uclinux.org
772S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700773
Bryan Wu1e6d3202007-07-15 02:50:02 +0800774BLACKFIN WATCHDOG DRIVER
775P: Mike Frysinger
776M: michael.frysinger@analog.com
777M: vapier.adi@gmail.com
778L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
779W: http://blackfin.uclinux.org
780S: Supported
781
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782BAYCOM/HDLCDRV DRIVERS FOR AX.25
783P: Thomas Sailer
784M: t.sailer@alumni.ethz.ch
785L: linux-hams@vger.kernel.org
786W: http://www.baycom.org/~tom/ham/ham.html
787S: Maintained
788
Michael Buesche4d6b792007-09-18 15:39:42 -0400789B43 WIRELESS DRIVER
790P: Michael Buesch
791M: mb@bu3sch.de
792P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100793M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400794L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100795W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400796S: Maintained
797
Larry Finger75388ac2007-09-25 16:46:54 -0700798B43LEGACY WIRELESS DRIVER
799P: Larry Finger
800M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100801P: Stefano Brivio
802M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700803L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100804W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700805S: Maintained
806
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200807BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
808P: Larry Finger
809M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200810P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100811M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700812L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200813W: http://bcm43xx.berlios.de/
814S: Maintained
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816BEFS FILE SYSTEM
817P: Sergey S. Kostyliov
818M: rathamahata@php4.ru
819L: linux-kernel@vger.kernel.org
820S: Maintained
821
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822BFS FILE SYSTEM
823P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800824M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825L: linux-kernel@vger.kernel.org
826S: Maintained
827
Bryan Wud24ecfc2007-05-01 23:26:32 +0200828BLACKFIN I2C TWI DRIVER
829P: Sonic Zhang
830M: sonic.zhang@analog.com
831L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
832W: http://blackfin.uclinux.org/
833S: Supported
834
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835BLOCK LAYER
836P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200837M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800839T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840S: Maintained
841
842BLUETOOTH SUBSYSTEM
843P: Marcel Holtmann
844M: marcel@holtmann.org
845P: Maxim Krasnyansky
846M: maxk@qualcomm.com
847L: bluez-devel@lists.sf.net
848W: http://bluez.sf.net
849W: http://www.bluez.org
850W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800851T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852S: Maintained
853
854BLUETOOTH RFCOMM LAYER
855P: Marcel Holtmann
856M: marcel@holtmann.org
857P: Maxim Krasnyansky
858M: maxk@qualcomm.com
859S: Maintained
860
861BLUETOOTH BNEP LAYER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864P: Maxim Krasnyansky
865M: maxk@qualcomm.com
866S: Maintained
867
868BLUETOOTH CMTP LAYER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871S: Maintained
872
873BLUETOOTH HIDP LAYER
874P: Marcel Holtmann
875M: marcel@holtmann.org
876S: Maintained
877
878BLUETOOTH HCI UART DRIVER
879P: Marcel Holtmann
880M: marcel@holtmann.org
881P: Maxim Krasnyansky
882M: maxk@qualcomm.com
883S: Maintained
884
885BLUETOOTH HCI USB DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888P: Maxim Krasnyansky
889M: maxk@qualcomm.com
890S: Maintained
891
892BLUETOOTH HCI BCM203X DRIVER
893P: Marcel Holtmann
894M: marcel@holtmann.org
895S: Maintained
896
897BLUETOOTH HCI BPA10X DRIVER
898P: Marcel Holtmann
899M: marcel@holtmann.org
900S: Maintained
901
902BLUETOOTH HCI BFUSB DRIVER
903P: Marcel Holtmann
904M: marcel@holtmann.org
905S: Maintained
906
907BLUETOOTH HCI DTL1 DRIVER
908P: Marcel Holtmann
909M: marcel@holtmann.org
910S: Maintained
911
912BLUETOOTH HCI BLUECARD DRIVER
913P: Marcel Holtmann
914M: marcel@holtmann.org
915S: Maintained
916
917BLUETOOTH HCI BT3C DRIVER
918P: Marcel Holtmann
919M: marcel@holtmann.org
920S: Maintained
921
922BLUETOOTH HCI BTUART DRIVER
923P: Marcel Holtmann
924M: marcel@holtmann.org
925S: Maintained
926
927BLUETOOTH HCI VHCI DRIVER
928P: Maxim Krasnyansky
929M: maxk@qualcomm.com
930S: Maintained
931
932BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100933P: Chad Tindel
934M: ctindel@users.sourceforge.net
935P: Jay Vosburgh
936M: fubar@us.ibm.com
937L: bonding-devel@lists.sourceforge.net
938W: http://sourceforge.net/projects/bonding/
939S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000941BROADBAND PROCESSOR ARCHITECTURE
942P: Arnd Bergmann
943M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100944L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400945W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000946S: Supported
947
Gary Zambrano39105892006-06-22 17:26:20 -0700948BROADCOM B44 10/100 ETHERNET DRIVER
949P: Gary Zambrano
950M: zambrano@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
Michael Chan948c51e2006-06-04 02:51:39 -0700954BROADCOM BNX2 GIGABIT ETHERNET DRIVER
955P: Michael Chan
956M: mchan@broadcom.com
957L: netdev@vger.kernel.org
958S: Supported
959
960BROADCOM TG3 GIGABIT ETHERNET DRIVER
961P: Michael Chan
962M: mchan@broadcom.com
963L: netdev@vger.kernel.org
964S: Supported
965
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200966BSG (block layer generic sg v4 driver)
967P: FUJITA Tomonori
968M: fujita.tomonori@lab.ntt.co.jp
969L: linux-scsi@vger.kernel.org
970S: Supported
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200974M: mchehab@infradead.org
975M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700977W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200978T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700979S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
Jonathan Corbet77d51402007-03-22 19:44:17 -0300981CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
982P: Jonathan Corbet
983M: corbet@lwn.net
984L: video4linux-list@redhat.com
985S: Maintained
986
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200987CALGARY x86-64 IOMMU
988P: Muli Ben-Yehuda
989M: muli@il.ibm.com
990P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200991M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200992L: linux-kernel@vger.kernel.org
993L: discuss@x86-64.org
994S: Maintained
995
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800996CFAG12864B LCD DRIVER
997P: Miguel Ojeda Sandonis
998M: maxextreme@gmail.com
999L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001000W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001001S: Maintained
1002
1003CFAG12864BFB LCD FRAMEBUFFER DRIVER
1004P: Miguel Ojeda Sandonis
1005M: maxextreme@gmail.com
1006L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001007W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001008S: Maintained
1009
Johannes Berg704232c2007-04-23 12:20:05 -07001010CFG80211 and NL80211
1011P: Johannes Berg
1012M: johannes@sipsolutions.net
1013L: linux-wireless@vger.kernel.org
1014S: Maintained
1015
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001016CHECKPATCH
1017P: Andy Whitcroft
1018M: apw@shadowen.org
1019P: Randy Dunlap
1020M: rdunlap@xenotime.net
1021P: Joel Schopp
1022M: jschopp@austin.ibm.com
1023S: Supported
1024
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025COMMON INTERNET FILE SYSTEM (CIFS)
1026P: Steve French
1027M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001028L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001030W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001031T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001032S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033
Joel Becker7063fbf2005-12-15 14:29:43 -08001034CONFIGFS
1035P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001036M: joel.becker@oracle.com
1037L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001038S: Supported
1039
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001040CIRRUS LOGIC EP93XX ETHERNET DRIVER
1041P: Lennert Buytenhek
1042M: kernel@wantstofly.org
1043L: netdev@vger.kernel.org
1044S: Maintained
1045
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001046CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1047P: Lennert Buytenhek
1048M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001049L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001050S: Maintained
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1053P: Cirrus Logic Corporation (kernel 2.2 driver)
1054M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1055P: Nils Faerber (port to kernel 2.4)
1056M: Nils Faerber <nils@kernelconcepts.de>
1057S: Maintained
1058
1059CODA FILE SYSTEM
1060P: Jan Harkes
1061M: jaharkes@cs.cmu.edu
1062M: coda@cs.cmu.edu
1063L: codalist@coda.cs.cmu.edu
1064W: http://www.coda.cs.cmu.edu/
1065S: Maintained
1066
1067COMPACTPCI HOTPLUG CORE
1068P: Scott Murray
1069M: scottm@somanetworks.com
1070M: scott@spiteful.org
1071L: pcihpd-discuss@lists.sourceforge.net
1072S: Supported
1073
1074COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1075P: Scott Murray
1076M: scottm@somanetworks.com
1077M: scott@spiteful.org
1078L: pcihpd-discuss@lists.sourceforge.net
1079S: Supported
1080
1081COMPACTPCI HOTPLUG GENERIC DRIVER
1082P: Scott Murray
1083M: scottm@somanetworks.com
1084M: scott@spiteful.org
1085L: pcihpd-discuss@lists.sourceforge.net
1086S: Supported
1087
1088COMPUTONE INTELLIPORT MULTIPORT CARD
1089P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001090M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001092S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093
Simon Arlott949be0f2007-03-06 02:47:46 -08001094CONEXANT ACCESSRUNNER USB DRIVER
1095P: Simon Arlott
1096M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001097L: accessrunner-general@lists.sourceforge.net
1098W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001099S: Maintained
1100
Rudolf Marekbebe4672007-05-08 17:22:02 +02001101CORETEMP HARDWARE MONITORING DRIVER
1102P: Rudolf Marek
1103M: r.marek@assembler.cz
1104L: lm-sensors@lm-sensors.org
1105S: Maintained
1106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107COSA/SRP SYNC SERIAL DRIVER
1108P: Jan "Yenya" Kasprzak
1109M: kas@fi.muni.cz
1110W: http://www.fi.muni.cz/~kas/cosa/
1111S: Maintained
1112
1113CPU FREQUENCY DRIVERS
1114P: Dave Jones
1115M: davej@codemonkey.org.uk
1116L: cpufreq@lists.linux.org.uk
1117W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001118T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119S: Maintained
1120
1121CPUID/MSR DRIVER
1122P: H. Peter Anvin
1123M: hpa@zytor.com
1124S: Maintained
1125
Paul Jacksoned90fb42005-09-27 21:45:37 -07001126CPUSETS
1127P: Paul Jackson
1128P: Simon Derr
1129M: pj@sgi.com
1130M: simon.derr@bull.net
1131L: linux-kernel@vger.kernel.org
1132W: http://www.bullopensource.org/cpuset/
1133S: Supported
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001136W: http://sourceforge.net/projects/cramfs/
1137S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138
1139CRIS PORT
1140P: Mikael Starvik
1141M: starvik@axis.com
1142L: dev-etrax@axis.com
1143W: http://developer.axis.com
1144S: Maintained
1145
1146CRYPTO API
1147P: Herbert Xu
1148M: herbert@gondor.apana.org.au
1149P: David S. Miller
1150M: davem@davemloft.net
1151L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001152T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153S: Maintained
1154
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001155CS5535 Audio ALSA driver
1156P: Jaya Kumar
1157M: jayakumar.alsa@gmail.com
1158S: Maintained
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160CYBERPRO FB DRIVER
1161P: Russell King
1162M: rmk@arm.linux.org.uk
1163W: http://www.arm.linux.org.uk/
1164S: Maintained
1165
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001166CYBLAFB FRAMEBUFFER DRIVER
1167P: Knut Petersen
1168M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001169L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001170S: Maintained
1171
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172CYCLADES 2X SYNC CARD DRIVER
1173P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001174M: acme@ghostprotocols.net
1175W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Maintained
1177
1178CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001180S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
1182CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001184S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186DAMA SLAVE for AX.25
1187P: Joerg Reuter
1188M: jreuter@yaina.de
1189W: http://yaina.de/jreuter/
1190W: http://www.qsl.net/dl1bke/
1191L: linux-hams@vger.kernel.org
1192S: Maintained
1193
1194DC395x SCSI driver
1195P: Oliver Neukum
1196M: oliver@neukum.name
1197P: Ali Akcaagac
1198M: aliakc@web.de
1199P: Jamie Lenehan
1200M: lenehan@twibble.org
1201W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001202L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203L: http://lists.twibble.org/mailman/listinfo/dc395x/
1204S: Maintained
1205
1206DC390/AM53C974 SCSI driver
1207P: Kurt Garloff
1208M: garloff@suse.de
1209W: http://www.garloff.de/kurt/linux/dc390/
1210P: Guennadi Liakhovetski
1211M: g.liakhovetski@gmx.de
1212S: Maintained
1213
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001214DCCP PROTOCOL
1215P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001216M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001217L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001218W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001219S: Maintained
1220
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221DECnet NETWORK LAYER
1222P: Patrick Caulfield
1223M: patrick@tykepenguin.com
1224W: http://linux-decnet.sourceforge.net
1225L: linux-decnet-user@lists.sourceforge.net
1226S: Maintained
1227
1228DEFXX FDDI NETWORK DRIVER
1229P: Maciej W. Rozycki
1230M: macro@linux-mips.org
1231S: Maintained
1232
1233DELL LAPTOP SMM DRIVER
1234P: Massimo Dal Zotto
1235M: dz@debian.org
1236W: http://www.debian.org/~dz/i8k/
1237S: Maintained
1238
Doug Warzecha90563ec2005-09-06 15:17:15 -07001239DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1240P: Doug Warzecha
1241M: Douglas_Warzecha@dell.com
1242S: Maintained
1243
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001244DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245P: Alasdair Kergon
1246L: dm-devel@redhat.com
1247W: http://sources.redhat.com/dm
1248S: Maintained
1249
1250DEVICE NUMBER REGISTRY
1251P: Torben Mathiasen
1252M: device@lanana.org
1253W: http://lanana.org/docs/device-list/index.html
1254L: linux-kernel@vger.kernel.org
1255S: Maintained
1256
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257DIGI INTL. EPCA DRIVER
1258P: Digi International, Inc
1259M: Eng.Linux@digi.com
1260L: Eng.Linux@digi.com
1261W: http://www.digi.com
1262S: Orphaned
1263
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264DIRECTORY NOTIFICATION
1265P: Stephen Rothwell
1266M: sfr@canb.auug.org.au
1267L: linux-kernel@vger.kernel.org
1268S: Supported
1269
1270DISK GEOMETRY AND PARTITION HANDLING
1271P: Andries Brouwer
1272M: aeb@cwi.nl
1273W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1274W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1275W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1276S: Maintained
1277
1278DISKQUOTA:
1279P: Jan Kara
1280M: jack@suse.cz
1281L: linux-kernel@vger.kernel.org
1282S: Maintained
1283
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001284DISTRIBUTED LOCK MANAGER
1285P: Patrick Caulfield
1286M: pcaulfie@redhat.com
1287P: David Teigland
1288M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001289L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001290W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001291T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1292T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001293S: Supported
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1296P: Tobias Ringstrom
1297M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001298L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Maintained
1300
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302P: Shannon Nelson
1303M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001304P: Dan Williams
1305M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001306L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001307S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001308
Juerg Haefligerb8250372007-06-09 10:11:16 -04001309DME1737 HARDWARE MONITOR DRIVER
1310P: Juerg Haefliger
1311M: juergh@gmail.com
1312L: lm-sensors@lm-sensors.org
1313S: Maintained
1314
Martin Waitzba483d52005-06-17 13:20:59 -07001315DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001316P: Randy Dunlap
1317M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001318S: Maintained
1319
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001320DOCKING STATION DRIVER
1321P: Kristen Carlson Accardi
1322M: kristen.c.accardi@intel.com
1323L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001324S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326DOUBLETALK DRIVER
1327P: James R. Van Zandt
1328M: jrv@vanzandt.mv.com
1329L: blinux-list@redhat.com
1330S: Maintained
1331
1332DRIVER CORE, KOBJECTS, AND SYSFS
1333P: Greg Kroah-Hartman
1334M: gregkh@suse.de
1335L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001336T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337S: Supported
1338
1339DRM DRIVERS
1340P: David Airlie
1341M: airlied@linux.ie
1342L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001343T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001347P: Francois Romieu
1348M: romieu@fr.zoreil.com
1349L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350S: Maintained
1351
1352DVB SUBSYSTEM AND DRIVERS
1353P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001354M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001356W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001357T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001358S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359
1360EATA-DMA SCSI DRIVER
1361P: Michael Neuffer
1362L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1363S: Maintained
1364
1365EATA ISA/EISA/PCI SCSI DRIVER
1366P: Dario Ballabio
1367M: ballabio_dario@emc.com
1368L: linux-scsi@vger.kernel.org
1369S: Maintained
1370
1371EATA-PIO SCSI DRIVER
1372P: Michael Neuffer
1373M: mike@i-Connect.Net
1374L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1375S: Maintained
1376
1377EBTABLES
1378P: Bart De Schuymer
1379M: bart.de.schuymer@pandora.be
1380L: ebtables-user@lists.sourceforge.net
1381L: ebtables-devel@lists.sourceforge.net
1382W: http://ebtables.sourceforge.net/
1383S: Maintained
1384
Michael Halcrow237fead2006-10-04 02:16:22 -07001385ECRYPT FILE SYSTEM
1386P: Mike Halcrow, Phillip Hellewell
1387M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1388L: ecryptfs-devel@lists.sourceforge.net
1389W: http://ecryptfs.sourceforge.net/
1390S: Supported
1391
Alan Coxda9bb1d2006-01-18 17:44:13 -08001392EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001393P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001394M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001395L: bluesmoke-devel@lists.sourceforge.net
1396W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001397S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001398
1399EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001400P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001401P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001402M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001403M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001404L: bluesmoke-devel@lists.sourceforge.net
1405W: bluesmoke.sourceforge.net
1406S: Maintained
1407
1408EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001411L: bluesmoke-devel@lists.sourceforge.net
1412W: bluesmoke.sourceforge.net
1413S: Maintained
1414
Douglas Thompson6bc78402007-07-19 01:50:12 -07001415EDAC-I82443BXGX
1416P: Tim Small
1417M: tim@buttersideup.com
1418L: bluesmoke-devel@lists.sourceforge.net
1419W: bluesmoke.sourceforge.net
1420S: Maintained
1421
1422EDAC-I3000
1423P: Jason Uhlenkott
1424M: juhlenko@akamai.com
1425L: bluesmoke-devel@lists.sourceforge.net
1426W: bluesmoke.sourceforge.net
1427S: Maintained
1428
1429EDAC-I5000
1430P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001431M: dougthompson@xmission.com
1432L: bluesmoke-devel@lists.sourceforge.net
1433W: bluesmoke.sourceforge.net
1434S: Maintained
1435
1436EDAC-I82975X
1437P: Ranganathan Desikan
1438P: Arvind R.
1439M: rdesikan@jetzbroadband.com
1440M: arvind@acarlab.com
1441L: bluesmoke-devel@lists.sourceforge.net
1442W: bluesmoke.sourceforge.net
1443S: Maintained
1444
1445EDAC-PASEMI
1446P: Egor Martovetsky
1447M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
Dave Peterson0e438e32006-03-26 01:38:55 -08001452EDAC-R82600
1453P: Tim Small
1454M: tim@buttersideup.com
1455L: bluesmoke-devel@lists.sourceforge.net
1456W: bluesmoke.sourceforge.net
1457S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001458
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459EEPRO100 NETWORK DRIVER
1460P: Andrey V. Savochkin
1461M: saw@saw.sw.com.sg
1462S: Maintained
1463
Josh Triplett0bee8d22006-07-30 03:03:58 -07001464EFS FILESYSTEM
1465W: http://aeschi.ch.eu.org/efs/
1466S: Orphan
1467
Heiko J Schickfab97222006-09-22 15:22:22 -07001468EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1469P: Hoang-Nam Nguyen
1470M: hnguyen@de.ibm.com
1471P: Christoph Raisch
1472M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001473L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001474S: Supported
1475
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001476EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001477P: James Smart
1478M: james.smart@emulex.com
1479L: linux-scsi@vger.kernel.org
1480W: http://sourceforge.net/projects/lpfcxxxx
1481S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001482
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483EPSON 1355 FRAMEBUFFER DRIVER
1484P: Christopher Hoover
1485M: ch@murgatroid.com, ch@hpl.hp.com
1486S: Maintained
1487
1488ETHEREXPRESS-16 NETWORK DRIVER
1489P: Philip Blundell
1490M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001491L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492S: Maintained
1493
1494ETHERNET BRIDGE
1495P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001496M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001497L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498W: http://bridge.sourceforge.net/
1499S: Maintained
1500
1501ETHERTEAM 16I DRIVER
1502P: Mika Kuoppala
1503M: miku@iki.fi
1504S: Maintained
1505
1506EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001507L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510EXT3 FILE SYSTEM
1511P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001512M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001513L: linux-ext4@vger.kernel.org
1514S: Maintained
1515
1516EXT4 FILE SYSTEM
1517P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001518M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001519L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520S: Maintained
1521
Jean Delvaree53004e2006-01-09 23:26:14 +01001522F71805F HARDWARE MONITORING DRIVER
1523P: Jean Delvare
1524M: khali@linux-fr.org
1525L: lm-sensors@lm-sensors.org
1526S: Maintained
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528FARSYNC SYNCHRONOUS DRIVER
1529P: Kevin Curtis
1530M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531W: http://www.farsite.co.uk/
1532S: Supported
1533
Akinobu Mitac5408b82007-04-23 14:41:20 -07001534FAULT INJECTION SUPPORT
1535P: Akinobu Mita
1536M: akinobu.mita@gmail.com
1537S: Supported
1538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539FRAMEBUFFER LAYER
1540P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001541M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001542L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543W: http://linux-fbdev.sourceforge.net/
1544S: Maintained
1545
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001546FREESCALE SOC FS_ENET DRIVER
1547P: Pantelis Antoniou
1548M: pantelis.antoniou@gmail.com
1549P: Vitaly Bordug
1550M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001551L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001552L: netdev@vger.kernel.org
1553S: Maintained
1554
Li Yanga7205b32007-04-23 10:38:18 -07001555FREESCALE HIGHSPEED USB DEVICE DRIVER
1556P: Li Yang
1557M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001558L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001559L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001560S: Maintained
1561
Li Yangbeaf53b2007-05-25 13:54:02 +08001562FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1563P: Li Yang
1564M: leoli@freescale.com
1565L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001566L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001567S: Maintained
1568
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569FILE LOCKING (flock() and fcntl()/lockf())
1570P: Matthew Wilcox
1571M: matthew@wil.cx
1572L: linux-fsdevel@vger.kernel.org
1573S: Maintained
1574
1575FILESYSTEMS (VFS and infrastructure)
1576P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001577M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578S: Maintained
1579
Stefan Richterb3274472007-05-30 20:44:52 -04001580FIREWIRE SUBSYSTEM
1581P: Kristian Hoegsberg, Stefan Richter
1582M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1583L: linux1394-devel@lists.sourceforge.net
1584W: http://www.linux1394.org/
1585T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588FIRMWARE LOADER (request_firmware)
1589L: linux-kernel@vger.kernel.org
1590S: Orphan
1591
1592FPU EMULATOR
1593P: Bill Metzenthen
1594M: billm@suburbia.net
1595W: http://suburbia.net/~billm/floating-point/emulator/
1596S: Maintained
1597
1598FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1599P: Mike McLagan
1600M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001601L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602S: Maintained
1603
1604FREEVXFS FILESYSTEM
1605P: Christoph Hellwig
1606M: hch@infradead.org
1607W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1608S: Maintained
1609
David Howells5ab7ffe2007-04-10 15:10:45 +01001610FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611P: David Howells
1612M: dhowells@redhat.com
1613S: Maintained
1614
Miklos Szeredi04578f12005-09-09 13:10:22 -07001615FUSE: FILESYSTEM IN USERSPACE
1616P: Miklos Szeredi
1617M: miklos@szeredi.hu
1618L: fuse-devel@lists.sourceforge.net
1619W: http://fuse.sourceforge.net/
1620S: Maintained
1621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1623P: Rik Faith
1624M: faith@cs.unc.edu
1625L: linux-scsi@vger.kernel.org
1626S: Odd fixes (e.g., new signatures)
1627
1628GDT SCSI DISK ARRAY CONTROLLER DRIVER
1629P: Achim Leubner
1630M: achim_leubner@adaptec.com
1631L: linux-scsi@vger.kernel.org
1632W: http://www.icp-vortex.com/
1633S: Supported
1634
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001635GENERIC GPIO I2C DRIVER
1636P: Haavard Skinnemoen
1637M: hskinnemoen@atmel.com
1638S: Supported
1639
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1641P: Krzysztof Halasa
1642M: khc@pm.waw.pl
1643W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1644S: Maintained
1645
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001646GFS2 FILE SYSTEM
1647P: Steven Whitehouse
1648M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001649L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001650W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001651T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1652T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001653S: Supported
1654
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001655GIGASET ISDN DRIVERS
1656P: Hansjoerg Lipp
1657M: hjlipp@web.de
1658P: Tilman Schmidt
1659M: tilman@imap.cc
1660L: gigaset307x-common@lists.sourceforge.net
1661W: http://gigaset307x.sourceforge.net/
1662S: Maintained
1663
Jean Delvare5b543962005-08-15 19:51:02 +02001664HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001665P: Mark M. Hoffman
1666M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001667L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001668W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001669T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1670T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001671S: Maintained
1672
Michael Buesch844dd052006-06-26 00:24:59 -07001673HARDWARE RANDOM NUMBER GENERATOR CORE
1674P: Michael Buesch
1675M: mb@bu3sch.de
1676S: Maintained
1677
Robert Love860e1d62005-08-31 23:57:59 -04001678HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1679P: Robert Love
1680M: rlove@rlove.org
1681M: linux-kernel@vger.kernel.org
1682W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1683S: Maintained
1684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685HARMONY SOUND DRIVER
1686P: Kyle McMartin
1687M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001688L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689S: Maintained
1690
1691HAYES ESP SERIAL DRIVER
1692P: Andrew J. Robinson
1693M: arobinso@nyx.net
1694L: linux-kernel@vger.kernel.org
1695W: http://www.nyx.net/~arobinso
1696S: Maintained
1697
1698HFS FILESYSTEM
1699P: Roman Zippel
1700M: zippel@linux-m68k.org
1701L: linux-kernel@vger.kernel.org
1702S: Maintained
1703
1704HGA FRAMEBUFFER DRIVER
1705P: Ferenc Bakonyi
1706M: fero@drama.obuda.kando.hu
1707L: linux-nvidia@lists.surfsouth.com
1708W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1709S: Maintained
1710
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001711HID CORE LAYER
1712P: Jiri Kosina
1713M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001714L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001715T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001716S: Maintained
1717
Ingo Molnar38bed542007-02-22 09:09:34 +01001718HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1719P: Thomas Gleixner
1720M: tglx@linutronix.de
1721L: linux-kernel@vger.kernel.org
1722S: Maintained
1723
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724HIGH-SPEED SCC DRIVER FOR AX.25
1725P: Klaus Kudielka
1726M: klaus.kudielka@ieee.org
1727L: linux-hams@vger.kernel.org
1728W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1729S: Maintained
1730
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001731HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1732P: HighPoint Linux Team
1733M: linux@highpoint-tech.com
1734W: http://www.highpoint-tech.com
1735S: Supported
1736
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737HIPPI
1738P: Jes Sorensen
1739M: jes@trained-monkey.org
1740L: linux-hippi@sunsite.dk
1741S: Maintained
1742
1743HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1744P: Chirag Kantharia
1745M: chirag.kantharia@hp.com
1746L: iss_storagedev@hp.com
1747S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749HEWLETT-PACKARD SMART2 RAID DRIVER
1750P: Chirag Kantharia
1751M: chirag.kantharia@hp.com
1752L: iss_storagedev@hp.com
1753S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001754
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1756P: Mike Miller
1757M: mike.miller@hp.com
1758L: iss_storagedev@hp.com
1759S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001760
Jouni Malinenff1d2762005-05-12 22:54:16 -04001761HOST AP DRIVER
1762P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001763M: j@w1.fi
1764L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001765L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001766W: http://hostap.epitest.fi/
1767S: Maintained
1768
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1770P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001771M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772S: Maintained
1773
Bob Piccob9b03322005-11-07 00:59:19 -08001774HPET: High Precision Event Timers driver (hpet.c)
1775P: Clemens Ladisch
1776M: clemens@ladisch.de
1777S: Maintained
1778
1779HPET: i386
1780P: Venkatesh Pallipadi (Venki)
1781M: venkatesh.pallipadi@intel.com
1782S: Maintained
1783
1784HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001785P: Vojtech Pavlik
1786M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001787S: Maintained
1788
1789HPET: ACPI hpet.c
1790P: Bob Picco
1791M: bob.picco@hp.com
1792S: Maintained
1793
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794HPFS FILESYSTEM
1795P: Mikulas Patocka
1796M: mikulas@artax.karlin.mff.cuni.cz
1797W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1798S: Maintained
1799
1800HUGETLB FILESYSTEM
1801P: William Irwin
1802M: wli@holomorphy.com
1803S: Maintained
1804
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001805I2C/SMBUS STUB DRIVER
1806P: Mark M. Hoffman
1807M: mhoffman@lightlink.com
1808L: lm-sensors@lm-sensors.org
1809S: Maintained
1810
Jean Delvare5b543962005-08-15 19:51:02 +02001811I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812P: Jean Delvare
1813M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001814L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001815T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816S: Maintained
1817
Till Harbaume8c76ee2007-05-01 23:26:35 +02001818I2C-TINY-USB DRIVER
1819P: Till Harbaum
1820M: till@harbaum.org
1821L: i2c@lm-sensors.org
1822T: http://www.harbaum.org/till/i2c_tiny_usb
1823S: Maintained
1824
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001826P: H. Peter Anvin
1827M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828L: Linux-Kernel@vger.kernel.org
1829S: Maintained
1830
1831i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832P: H. Peter Anvin
1833M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001834T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835S: Maintained
1836
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837IA64 (Itanium) PLATFORM
1838P: Tony Luck
1839M: tony.luck@intel.com
1840L: linux-ia64@vger.kernel.org
1841W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001842T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843S: Maintained
1844
1845SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001846P: Jes Sorensen
1847M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848L: linux-altix@sgi.com
1849L: linux-ia64@vger.kernel.org
1850W: http://www.sgi.com/altix
1851S: Maintained
1852
1853IBM MCA SCSI SUBSYSTEM DRIVER
1854P: Michael Lang
1855M: langa2@kph.uni-mainz.de
1856W: http://www.uni-mainz.de/~langm000/linux.html
1857S: Maintained
1858
1859IBM Power Linux RAID adapter
1860P: Brian King
1861M: brking@us.ibm.com
1862S: Supported
1863
1864IBM ServeRAID RAID DRIVER
1865P: Jack Hammer
1866P: Dave Jeffery
1867M: ipslinux@adaptec.com
1868W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001869S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001873M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001875T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001879P: Borislav Petkov
1880M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001881L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001882S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883
1884IDE/ATAPI FLOPPY DRIVERS
1885P: Paul Bristow
1886M: Paul Bristow <paul@paulbristow.net>
1887W: http://paulbristow.net/linux/idefloppy.html
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891IDE/ATAPI TAPE DRIVERS
1892P: Gadi Oxman
1893M: Gadi Oxman <gadio@netvision.net.il>
1894L: linux-kernel@vger.kernel.org
1895S: Maintained
1896
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001897IDE-SCSI DRIVER
1898L: linux-ide@vger.kernel.org
1899L: linux-scsi@vger.kernel.org
1900S: Orphan
1901
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902IEEE 1394 SUBSYSTEM
1903P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001904M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001905P: Stefan Richter
1906M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907L: linux1394-devel@lists.sourceforge.net
1908W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001909T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910S: Maintained
1911
Stefan Richterf51a5a92007-04-23 14:41:10 -07001912IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913P: Dan Dennedy
1914M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001915P: Stefan Richter
1916M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001918S: Maintained
1919
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001921L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001922S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923
1924INFINIBAND SUBSYSTEM
1925P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001926M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001928M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001930M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001931L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001933T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Supported
1935
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001936INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001937P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001938M: dmitry.torokhov@gmail.com
1939M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001940L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001941T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942S: Maintained
1943
Robert Lovec9f04f52005-07-15 12:21:07 -04001944INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001945P: John McCutchan
1946M: ttb@tentacle.dhs.org
1947P: Robert Love
1948M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001949L: linux-kernel@vger.kernel.org
1950S: Maintained
1951
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001952INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001953P: Sylvain Meyer
1954M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001955L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001956S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001959P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001960M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001961L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001962S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964INTEL IA32 MICROCODE UPDATE SUPPORT
1965P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001966M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967S: Maintained
1968
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001969INTEL I/OAT DMA DRIVER
1970P: Shannon Nelson
1971M: shannon.nelson@intel.com
1972L: linux-kernel@vger.kernel.org
1973S: Supported
1974
Dan Williamsb3e5f262007-08-07 10:26:35 -07001975INTEL IOP-ADMA DMA DRIVER
1976P: Dan Williams
1977M: dan.j.williams@intel.com
1978L: linux-kernel@vger.kernel.org
1979S: Supported
1980
Michael Buesch844dd052006-06-26 00:24:59 -07001981INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1982P: Deepak Saxena
1983M: dsaxena@plexity.net
1984S: Maintained
1985
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001986INTEL IXP2000 ETHERNET DRIVER
1987P: Lennert Buytenhek
1988M: kernel@wantstofly.org
1989L: netdev@vger.kernel.org
1990S: Maintained
1991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08001993P: Auke Kok
1994M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995P: Jesse Brandeburg
1996M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001997P: Jeff Kirsher
1998M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08001999P: John Ronciak
2000M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002001L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002W: http://sourceforge.net/projects/e1000/
2003S: Supported
2004
2005INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002006P: Auke Kok
2007M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002008P: Jesse Brandeburg
2009M: jesse.brandeburg@intel.com
2010P: Jeff Kirsher
2011M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002012P: John Ronciak
2013M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002014L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015W: http://sourceforge.net/projects/e1000/
2016S: Supported
2017
2018INTEL PRO/10GbE SUPPORT
2019P: Ayyappan Veeraiyan
2020M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002021P: Auke Kok
2022M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002023P: Jesse Brandeburg
2024M: jesse.brandeburg@intel.com
2025P: John Ronciak
2026M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002027L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028W: http://sourceforge.net/projects/e1000/
2029S: Supported
2030
James Ketrenos826d2ab2005-11-07 18:56:59 -06002031INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2032P: Yi Zhu
2033M: yi.zhu@intel.com
2034P: James Ketrenos
2035M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002036L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002037L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002038W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002039W: http://ipw2100.sourceforge.net
2040S: Supported
2041
2042INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2043P: Yi Zhu
2044M: yi.zhu@intel.com
2045P: James Ketrenos
2046M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002047L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002048L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002049W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002050W: http://ipw2200.sourceforge.net
2051S: Supported
2052
Zhu Yib481de92007-09-25 17:54:57 -07002053INTEL WIRELESS WIFI LINK (iwlwifi)
2054P: Zhu Yi
2055M: yi.zhu@intel.com
2056L: linux-wireless@vger.kernel.org
2057L: ipw3945-devel@lists.sourceforge.net
2058W: http://intellinuxwireless.org
2059T: git git://intellinuxwireless.org/repos/iwlwifi
2060S: Supported
2061
Ralf Baechlecb109a02007-08-30 23:56:30 -07002062IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063P: Ralf Baechle
2064M: ralf@linux-mips.org
2065L: linux-mips@linux-mips.org
2066S: Maintained
2067
Ralf Baechlecb109a02007-08-30 23:56:30 -07002068IOC3 SERIAL DRIVER
2069P: Pat Gefre
2070M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002071L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002072S: Maintained
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074IP MASQUERADING:
2075P: Juanjo Ciarlante
2076M: jjciarla@raiz.uncu.edu.ar
2077S: Maintained
2078
Francois Romieu1202d6f2007-09-17 17:13:55 -07002079IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2080P: Francois Romieu
2081M: romieu@fr.zoreil.com
2082P: Sorbica Shieh
2083M: sorbica@icplus.com.tw
2084P: Jesse Huang
2085M: jesse@icplus.com.tw
2086L: netdev@vger.kernel.org
2087S: Maintained
2088
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002089IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002090P: Arthur Jones
2091M: infinipath@qlogic.com
2092L: general@lists.openfabrics.org
2093T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002094S: Supported
2095
Corey Minyard4409ebe2006-04-20 02:43:12 -07002096IPMI SUBSYSTEM
2097P: Corey Minyard
2098M: minyard@acm.org
2099L: openipmi-developer@lists.sourceforge.net
2100W: http://openipmi.sourceforge.net/
2101S: Supported
2102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103IPX NETWORK LAYER
2104P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002105M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002106L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107S: Maintained
2108
2109IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002110P: Samuel Ortiz
2111M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002112L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002114S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115
Mike Christie14816b1e2007-11-28 16:22:06 -08002116ISCSI
2117P: Mike Christie
2118M: michaelc@cs.wisc.edu
2119L: open-iscsi@googlegroups.com
2120W: www.open-iscsi.org
2121T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2122S: Maintained
2123
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124ISAPNP
2125P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002126M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127S: Maintained
2128
2129ISDN SUBSYSTEM
2130P: Karsten Keil
2131M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132L: isdn4linux@listserv.isdn4linux.de
2133W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002134T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
2137ISDN SUBSYSTEM (Eicon active card driver)
2138P: Armin Schindler
2139M: mac@melware.de
2140L: isdn4linux@listserv.isdn4linux.de
2141W: http://www.melware.de
2142S: Maintained
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2145P: David Woodhouse
2146M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002147L: linux-mtd@lists.infradead.org
2148W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149S: Maintained
2150
2151JFS FILESYSTEM
2152P: Dave Kleikamp
2153M: shaggy@austin.ibm.com
2154L: jfs-discussion@lists.sourceforge.net
2155W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002156T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Supported
2158
Josh Triplettde456d32006-07-30 03:04:00 -07002159JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002160P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002161M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002162L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002163S: Maintained
2164
Rudolf Marek4660cb32006-10-08 22:01:26 +02002165K8TEMP HARDWARE MONITORING DRIVER
2166P: Rudolf Marek
2167M: r.marek@assembler.cz
2168L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169S: Maintained
2170
2171KCONFIG
2172P: Roman Zippel
2173M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002174L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175S: Maintained
2176
Vivek Goyalea6c2082006-05-20 14:59:55 -07002177KDUMP
2178P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002179M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002180P: Haren Myneni
2181M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002182L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002183L: linux-kernel@vger.kernel.org
2184W: http://lse.sourceforge.net/kdump/
2185S: Maintained
2186
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187KERNEL AUTOMOUNTER (AUTOFS)
2188P: H. Peter Anvin
2189M: hpa@zytor.com
2190L: autofs@linux.kernel.org
2191S: Odd Fixes
2192
2193KERNEL AUTOMOUNTER v4 (AUTOFS4)
2194P: Ian Kent
2195M: raven@themaw.net
2196L: autofs@linux.kernel.org
2197S: Maintained
2198
2199KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200P: Sam Ravnborg
2201M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002202T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002203L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002204S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
2206KERNEL JANITORS
2207P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002208L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
2212KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002213P: J. Bruce Fields
2214M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002216M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217L: nfs@lists.sourceforge.net
2218W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002219S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220
Avi Kivity426d62e2006-12-13 00:34:03 -08002221KERNEL VIRTUAL MACHINE (KVM)
2222P: Avi Kivity
2223M: avi@qumranet.com
2224L: kvm-devel@lists.sourceforge.net
2225W: kvm.sourceforge.net
2226S: Supported
2227
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002228KEXEC
2229P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002230M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002231W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002232L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002233L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002234S: Maintained
2235
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002236KPROBES
2237P: Prasanna S Panchamukhi
2238M: prasanna@in.ibm.com
2239P: Ananth N Mavinakayanahalli
2240M: ananth@in.ibm.com
2241P: Anil S Keshavamurthy
2242M: anil.s.keshavamurthy@intel.com
2243P: David S. Miller
2244M: davem@davemloft.net
2245L: linux-kernel@vger.kernel.org
2246S: Maintained
2247
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002248KS0108 LCD CONTROLLER DRIVER
2249P: Miguel Ojeda Sandonis
2250M: maxextreme@gmail.com
2251L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002252W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002253S: Maintained
2254
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002257S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258
2259LASI 53c700 driver for PARISC
2260P: James E.J. Bottomley
2261M: James.Bottomley@HansenPartnership.com
2262L: linux-scsi@vger.kernel.org
2263S: Maintained
2264
Richard Purdie263de9b2006-05-15 09:44:16 -07002265LED SUBSYSTEM
2266P: Richard Purdie
2267M: rpurdie@rpsys.net
2268S: Maintained
2269
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270LEGO USB Tower driver
2271P: Juergen Stuber
2272M: starblue@users.sourceforge.net
2273L: legousb-devel@lists.sourceforge.net
2274W: http://legousb.sourceforge.net/
2275S: Maintained
2276
Rusty Russell568a17f2007-10-25 14:12:24 +10002277LGUEST
2278P: Rusty Russell
2279M: rusty@rustcorp.com.au
2280L: lguest@ozlabs.org
2281W: http://lguest.ozlabs.org/
2282S: Maintained
2283
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284LINUX FOR IBM pSERIES (RS/6000)
2285P: Paul Mackerras
2286M: paulus@au.ibm.com
2287W: http://www.ibm.com/linux/ltc/projects/ppc
2288S: Supported
2289
2290LINUX FOR NCR VOYAGER
2291P: James Bottomley
2292M: James.Bottomley@HansenPartnership.com
2293W: http://www.hansenpartnership.com/voyager
2294S: Maintained
2295
2296LINUX FOR POWERPC
2297P: Paul Mackerras
2298M: paulus@samba.org
2299W: http://www.penguinppc.org/
2300L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002301T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302S: Supported
2303
2304LINUX FOR POWER MACINTOSH
2305P: Benjamin Herrenschmidt
2306M: benh@kernel.crashing.org
2307W: http://www.penguinppc.org/
2308L: linuxppc-dev@ozlabs.org
2309S: Maintained
2310
2311LINUX FOR POWERPC EMBEDDED MPC52XX
2312P: Sylvain Munaut
2313M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002314P: Grant Likely
2315M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316W: http://www.246tNt.com/mpc52xx/
2317W: http://www.penguinppc.org/
2318L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319S: Maintained
2320
2321LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002322P: Josh Boyer
2323M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324P: Matt Porter
2325M: mporter@kernel.crashing.org
2326W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002327L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002328T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329S: Maintained
2330
Grant Likely260c02a2007-10-02 12:15:34 +10002331LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2332P: Grant Likely
2333M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002334W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002335L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Maintained
2337
Tom Rinie93adf12005-07-26 12:49:53 -07002338LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339P: Tom Rini
2340M: trini@kernel.crashing.org
2341W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002342L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343S: Maintained
2344
Tom Rinie93adf12005-07-26 12:49:53 -07002345LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002346P: Vitaly Bordug
2347M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002348P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002349M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002350W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002351L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002352S: Maintained
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002355P: Kumar Gala
2356M: galak@kernel.crashing.org
2357W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002358L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002359S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360
Olof Johanssonab06ff32006-09-06 14:44:54 -05002361LINUX FOR POWERPC PA SEMI PWRFICIENT
2362P: Olof Johansson
2363M: olof@lixom.net
2364W: http://www.pasemi.com/
2365L: linuxppc-dev@ozlabs.org
2366S: Supported
2367
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368LLC (802.2)
2369P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002370M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Maintained
2372
2373LINUX FOR 64BIT POWERPC
2374P: Paul Mackerras
2375M: paulus@samba.org
2376M: paulus@au.ibm.com
2377P: Anton Blanchard
2378M: anton@samba.org
2379M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002380W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002381L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Supported
2383
2384LINUX SECURITY MODULE (LSM) FRAMEWORK
2385P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002386M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002387L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002389T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390S: Supported
2391
2392LM83 HARDWARE MONITOR DRIVER
2393P: Jean Delvare
2394M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002395L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396S: Maintained
2397
2398LM90 HARDWARE MONITOR DRIVER
2399P: Jean Delvare
2400M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002401L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402S: Maintained
2403
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002404LOCKDEP AND LOCKSTAT
2405P: Peter Zijlstra
2406M: peterz@infradead.org
2407P: Ingo Molnar
2408M: mingo@redhat.com
2409L: linux-kernel@vger.kernel.org
2410T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2411S: Maintained
2412
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002413LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414P: Richard Russon (FlatCap)
2415M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002416L: linux-ntfs-dev@lists.sourceforge.net
2417W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418S: Maintained
2419
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002420LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2421P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002422M: Eric.Moore@lsi.com
2423M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002424L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002425L: linux-scsi@vger.kernel.org
2426W: http://www.lsilogic.com/support
2427S: Supported
2428
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2430P: Matthew Wilcox
2431M: matthew@wil.cx
2432L: linux-scsi@vger.kernel.org
2433S: Maintained
2434
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002435M32R ARCHITECTURE
2436P: Hirokazu Takata
2437M: takata@linux-m32r.org
2438L: linux-m32r@ml.linux-m32r.org
2439L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2440W: http://www.linux-m32r.org/
2441S: Maintained
2442
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443M68K ARCHITECTURE
2444P: Geert Uytterhoeven
2445M: geert@linux-m68k.org
2446P: Roman Zippel
2447M: zippel@linux-m68k.org
2448L: linux-m68k@lists.linux-m68k.org
2449W: http://www.linux-m68k.org/
2450W: http://linux-m68k-cvs.ubb.ca/
2451S: Maintained
2452
2453M68K ON APPLE MACINTOSH
2454P: Joshua Thompson
2455M: funaho@jurai.org
2456W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002457L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458S: Maintained
2459
2460M68K ON HP9000/300
2461P: Philip Blundell
2462M: philb@gnu.org
2463W: http://www.tazenda.demon.co.uk/phil/linux-hp
2464S: Maintained
2465
Jiri Benc64a327a2007-05-05 11:47:08 -07002466MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002467P: Michael Wu
2468M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002469P: Johannes Berg
2470M: johannes@sipsolutions.net
2471P: Jiri Benc
2472M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002473L: linux-wireless@vger.kernel.org
2474W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002475T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002476S: Maintained
2477
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002478MACVLAN DRIVER
2479P: Patrick McHardy
2480M: kaber@trash.net
2481L: netdev@vger.kernel.org
2482S: Maintained
2483
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484MARVELL YUKON / SYSKONNECT DRIVER
2485P: Mirko Lindner
2486M: mlindner@syskonnect.de
2487P: Ralph Roesler
2488M: rroesler@syskonnect.de
2489W: http://www.syskonnect.com
2490S: Supported
2491
Michael Kerriskfaf16682005-07-31 22:34:47 -07002492MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002493P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002494M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002495W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2496S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002497
Stefano Brivio74cda162007-11-19 20:27:46 +01002498MARVELL LIBERTAS WIRELESS DRIVER
2499P: Dan Williams
2500M: dcbw@redhat.com
2501L: libertas-dev@lists.infradead.org
2502S: Maintained
2503
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002504MARVELL MV643XX ETHERNET DRIVER
2505P: Dale Farnsworth
2506M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002508M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002509L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002510S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511
2512MATROX FRAMEBUFFER DRIVER
2513P: Petr Vandrovec
2514M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002515L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516S: Maintained
2517
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002518MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2519P: Hans J. Koch
2520M: hjk@linutronix.de
2521L: lm-sensors@lm-sensors.org
2522S: Maintained
2523
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002524MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002525P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002526M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002527S: linux-scsi@vger.kernel.org
2528W: http://megaraid.lsilogic.com
2529S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002530
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002531MEMORY MANAGEMENT
2532L: linux-mm@kvack.org
2533L: linux-kernel@vger.kernel.org
2534W: http://www.linux-mm.org
2535S: Maintained
2536
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002537MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538P: David Woodhouse
2539M: dwmw2@infradead.org
2540W: http://www.linux-mtd.infradead.org/
2541L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002542T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543S: Maintained
2544
Artem Bityutskiy48576402007-02-13 17:11:10 +02002545UNSORTED BLOCK IMAGES (UBI)
2546P: Artem Bityutskiy
2547M: dedekind@infradead.org
2548W: http://www.linux-mtd.infradead.org/
2549L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002550T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002551S: Maintained
2552
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553MICROTEK X6 SCANNER
2554P: Oliver Neukum
2555M: oliver@neukum.name
2556S: Maintained
2557
2558MIPS
2559P: Ralf Baechle
2560M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002561W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002563T: git www.linux-mips.org:/pub/scm/linux.git
2564S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565
2566MISCELLANEOUS MCA-SUPPORT
2567P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002568M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569L: linux-kernel@vger.kernel.org
2570S: Maintained
2571
2572MODULE SUPPORT
2573P: Rusty Russell
2574M: rusty@rustcorp.com.au
2575L: linux-kernel@vger.kernel.org
2576S: Maintained
2577
2578MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2579P: Stelian Pop
2580M: stelian@popies.net
2581W: http://popies.net/meye/
2582S: Maintained
2583
Pavel Pisac58ff042007-05-16 01:10:41 +02002584MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2585P: Pavel Pisa
2586M: ppisa@pikron.com
2587L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2588W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2589S: Maintained
2590
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591MOUSE AND MISC DEVICES [GENERAL]
2592P: Alessandro Rubini
2593M: rubini@ipvvis.unipv.it
2594L: linux-kernel@vger.kernel.org
2595S: Maintained
2596
Jiri Slabyd7354102006-12-08 02:38:35 -08002597MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2598P: Jiri Slaby
2599M: jirislaby@gmail.com
2600L: linux-kernel@vger.kernel.org
2601S: Maintained
2602
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002603MSI LAPTOP SUPPORT
2604P: Lennart Poettering
2605M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002606W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002607W: http://0pointer.de/lennart/tchibo.html
2608S: Maintained
2609
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002610MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002611P: Pierre Ossman
2612M: drzeus-mmc@drzeus.cx
2613L: linux-kernel@vger.kernel.org
2614S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002615
David Brownell15a05802007-08-08 09:12:54 -07002616MULTIMEDIA CARD (MMC) ETC. OVER SPI
2617P: David Brownell
2618M: dbrownell@users.sourceforge.net
2619L: linux-kernel@vger.kernel.org
2620S: Odd fixes
2621
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622MULTISOUND SOUND DRIVER
2623P: Andrew Veliath
2624M: andrewtv@usa.net
2625S: Maintained
2626
Jiri Slabyd7354102006-12-08 02:38:35 -08002627MULTITECH MULTIPORT CARD (ISICOM)
2628P: Jiri Slaby
2629M: jirislaby@gmail.com
2630L: linux-kernel@vger.kernel.org
2631S: Maintained
2632
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633NATSEMI ETHERNET DRIVER (DP8381x)
2634P: Tim Hockin
2635M: thockin@hockin.org
2636S: Maintained
2637
2638NCP FILESYSTEM
2639P: Petr Vandrovec
2640M: vandrove@vc.cvut.cz
2641L: linware@sh.cvut.cz
2642S: Maintained
2643
2644NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2645P: James E.J. Bottomley
2646M: James.Bottomley@HansenPartnership.com
2647L: linux-scsi@vger.kernel.org
2648S: Maintained
2649
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002650NETEM NETWORK EMULATOR
2651P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002652M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002653L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002654S: Maintained
2655
Jiri Slaby4a584482007-08-30 23:56:39 -07002656NETERION (S2IO) Xframe 10GbE DRIVER
2657P: Ramkrishna Vepa
2658M: ram.vepa@neterion.com
2659P: Rastapur Santosh
2660M: santosh.rastapur@neterion.com
2661P: Sivakumar Subramani
2662M: sivakumar.subramani@neterion.com
2663P: Sreenivasa Honnur
2664M: sreenivasa.honnur@neterion.com
2665L: netdev@vger.kernel.org
2666W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2667S: Supported
2668
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669NETFILTER/IPTABLES/IPCHAINS
2670P: Rusty Russell
2671P: Marc Boucher
2672P: James Morris
2673P: Harald Welte
2674P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002675P: Patrick McHardy
2676M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002677L: netfilter-devel@vger.kernel.org
2678L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002679L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680W: http://www.netfilter.org/
2681W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682S: Supported
2683
Paul Moore4cc67732006-09-25 15:57:13 -07002684NETLABEL
2685P: Paul Moore
2686M: paul.moore@hp.com
2687W: http://netlabel.sf.net
2688L: netdev@vger.kernel.org
2689S: Supported
2690
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691NETROM NETWORK LAYER
2692P: Ralf Baechle
2693M: ralf@linux-mips.org
2694L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002695W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696S: Maintained
2697
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002698NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699P: Paul Clements
2700M: Paul.Clements@steeleye.com
2701S: Maintained
2702
2703NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704P: Jeff Garzik
2705M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002706L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002707T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708S: Maintained
2709
2710NETWORKING [GENERAL]
2711P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002712M: netdev@vger.kernel.org
2713L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002714W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715S: Maintained
2716
2717NETWORKING [IPv4/IPv6]
2718P: David S. Miller
2719M: davem@davemloft.net
2720P: Alexey Kuznetsov
2721M: kuznet@ms2.inr.ac.ru
2722P: Pekka Savola (ipv6)
2723M: pekkas@netcore.fi
2724P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002725M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726P: Hideaki YOSHIFUJI
2727M: yoshfuji@linux-ipv6.org
2728P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002729M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002730L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002731T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002732S: Maintained
2733
James Morris10e2ff12007-08-25 14:41:28 -07002734NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2735P: Paul Moore
2736M: paul.moore@hp.com
2737L: netdev@vger.kernel.org
2738S: Maintained
2739
John W. Linville29f8f632006-01-18 14:52:48 -08002740NETWORKING [WIRELESS]
2741P: John W. Linville
2742M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002743L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002744T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2745S: Maintained
2746
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002747NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002748P: Dhananjay Phadke
2749M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002750L: netdev@vger.kernel.org
2751W: http://www.netxen.com
2752S: Supported
2753
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754IPVS
2755P: Wensong Zhang
2756M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002757P: Simon Horman
2758M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759P: Julian Anastasov
2760M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002761L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762S: Maintained
2763
2764NFS CLIENT
2765P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002766M: Trond.Myklebust@netapp.com
2767L: linux-nfs@vger.kernel.org
2768W: http://client.linux-nfs.org
2769T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770S: Maintained
2771
2772NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002773P: Jan-Pascal van Best
2774M: janpascal@vanbest.org
2775P: Andreas Mohr
2776M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002777L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778S: Maintained
2779
2780NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2781P: YOKOTA Hiroshi
2782M: yokota@netlab.is.tsukuba.ac.jp
2783W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2784S: Maintained
2785
2786NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2787P: GOTO Masanori
2788M: gotom@debian.or.jp
2789P: YOKOTA Hiroshi
2790M: yokota@netlab.is.tsukuba.ac.jp
2791W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2792S: Maintained
2793
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794NTFS FILESYSTEM
2795P: Anton Altaparmakov
2796M: aia21@cantab.net
2797L: linux-ntfs-dev@lists.sourceforge.net
2798L: linux-kernel@vger.kernel.org
2799W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002800T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801S: Maintained
2802
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002803NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002804P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002805M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002806L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002807S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002809OPENCORES I2C BUS DRIVER
2810P: Peter Korsgaard
2811M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002812L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002813S: Maintained
2814
Mark Fashehccd979b2005-12-15 14:31:24 -08002815ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2816P: Mark Fasheh
2817M: mark.fasheh@oracle.com
2818P: Kurt Hackel
2819M: kurt.hackel@oracle.com
2820L: ocfs2-devel@oss.oracle.com
2821W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002822S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002823
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824OLYMPIC NETWORK DRIVER
2825P: Peter De Shrijver
2826M: p2@ace.ulyssis.student.kuleuven.ac.be
2827P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002828M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002829L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830W: http://www.linuxtr.net
2831S: Maintained
2832
Harald Weltec1986ee2005-11-13 16:06:29 -08002833OMNIKEY CARDMAN 4000 DRIVER
2834P: Harald Welte
2835M: laforge@gnumonks.org
2836S: Maintained
2837
Harald Welte77c44ab2005-11-13 16:06:26 -08002838OMNIKEY CARDMAN 4040 DRIVER
2839P: Harald Welte
2840M: laforge@gnumonks.org
2841S: Maintained
2842
Jonathan Corbet77d51402007-03-22 19:44:17 -03002843OMNIVISION OV7670 SENSOR DRIVER
2844P: Jonathan Corbet
2845M: corbet@lwn.net
2846L: video4linux-list@redhat.com
2847S: Maintained
2848
Thomas Gleixner431bca72007-05-02 09:31:35 +02002849ONENAND FLASH DRIVER
2850P: Kyungmin Park
2851M: kyungmin.park@samsung.com
2852L: linux-mtd@lists.infradead.org
2853S: Maintained
2854
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855ONSTREAM SCSI TAPE DRIVER
2856P: Willem Riede
2857M: osst@riede.org
2858L: osst-users@lists.sourceforge.net
2859L: linux-scsi@vger.kernel.org
2860S: Maintained
2861
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862OPROFILE
2863P: Philippe Elie
2864M: phil.el@wanadoo.fr
2865L: oprofile-list@lists.sf.net
2866S: Maintained
2867
2868ORINOCO DRIVER
2869P: Pavel Roskin
2870M: proski@gnu.org
2871P: David Gibson
2872M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002873L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002874L: orinoco-users@lists.sourceforge.net
2875L: orinoco-devel@lists.sourceforge.net
2876W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877S: Maintained
2878
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002879PA SEMI ETHERNET DRIVER
2880P: Olof Johansson
2881M: olof@lixom.net
2882L: netdev@vger.kernel.org
2883S: Maintained
2884
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002885PA SEMI SMBUS DRIVER
2886P: Olof Johansson
2887M: olof@lixom.net
2888L: i2c@lm-sensors.org
2889S: Maintained
2890
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002892L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002893S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894
2895PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2896P: Tim Waugh
2897M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002898L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899W: http://www.torque.net/linux-pp.html
2900S: Maintained
2901
2902PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002903P: Kyle McMartin
2904M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905P: Matthew Wilcox
2906M: matthew@wil.cx
2907P: Grant Grundler
2908M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002909L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002911T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912S: Maintained
2913
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002914PARAVIRT_OPS INTERFACE
2915P: Jeremy Fitzhardinge
2916M: jeremy@xensource.com
2917P: Chris Wright
2918M: chrisw@sous-sol.org
2919P: Zachary Amsden
2920M: zach@vmware.com
2921P: Rusty Russell
2922M: rusty@rustcorp.com.au
2923L: virtualization@lists.osdl.org
2924L: linux-kernel@vger.kernel.org
2925S: Supported
2926
Jim Cromie1662d322006-10-06 00:43:59 -07002927PC87360 HARDWARE MONITORING DRIVER
2928P: Jim Cromie
2929M: jim.cromie@gmail.com
2930L: lm-sensors@lm-sensors.org
2931S: Maintained
2932
2933PC8736x GPIO DRIVER
2934P: Jim Cromie
2935M: jim.cromie@gmail.com
2936S: Maintained
2937
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002938PCI ERROR RECOVERY
2939P: Linas Vepstas
2940M: linas@austin.ibm.com
2941L: linux-kernel@vger.kernel.org
2942L: linux-pci@atrey.karlin.mff.cuni.cz
2943S: Supported
2944
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945PCI SUBSYSTEM
2946P: Greg Kroah-Hartman
2947M: gregkh@suse.de
2948L: linux-kernel@vger.kernel.org
2949L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002950T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951S: Supported
2952
2953PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002954P: Kristen Carlson Accardi
2955M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956S: Supported
2957
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002958PCIE HOTPLUG DRIVER
2959P: Kristen Carlson Accardi
2960M: kristen.c.accardi@intel.com
2961L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002962S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002963
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002965P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002966L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002967W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002968T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002969S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970
2971PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002972P: Don Fry
2973M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002974L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975S: Maintained
2976
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002977PER-TASK DELAY ACCOUNTING
2978P: Shailabh Nagar
2979M: nagar@watson.ibm.com
2980L: linux-kernel@vger.kernel.org
2981S: Maintained
2982
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002983PERSONALITY HANDLING
2984P: Christoph Hellwig
2985M: hch@infradead.org
2986L: linux-abi-devel@lists.sourceforge.net
2987S: Maintained
2988
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002990P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991M: joern@wh.fh-wedel.de
2992L: linux-mtd@lists.infradead.org
2993S: Maintained
2994
Peter Osterlund249a6772005-09-27 21:45:30 -07002995PKTCDVD DRIVER
2996P: Peter Osterlund
2997M: petero2@telia.com
2998L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002999S: Maintained
3000
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003002P: Thomas Gleixner
3003M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003004L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005S: Supported
3006
Anton Vorontsov3be86142007-07-15 04:43:36 +04003007POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3008P: Anton Vorontsov
3009M: cbou@mail.ru
3010P: David Woodhouse
3011M: dwmw2@infradead.org
3012L: linux-kernel@vger.kernel.org
3013L: kernel-discuss@handhelds.org
3014T: git git.infradead.org/battery-2.6.git
3015S: Maintained
3016
Eugene Surovegin24682972005-10-14 03:00:53 -07003017POWERPC 4xx EMAC DRIVER
3018P: Eugene Surovegin
3019M: ebs@ebshome.net
3020W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003021L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003022L: netdev@vger.kernel.org
3023S: Maintained
3024
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025PNP SUPPORT
3026P: Adam Belay
3027M: ambx1@neo.rr.com
3028S: Maintained
3029
Vitaly Wool999445d2007-01-04 13:07:03 +01003030PNXxxxx I2C DRIVER
3031P: Vitaly Wool
3032M: vitalywool@gmail.com
3033L: i2c@lm-sensors.org
3034S: Maintained
3035
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036PPP PROTOCOL DRIVERS AND COMPRESSORS
3037P: Paul Mackerras
3038M: paulus@samba.org
3039L: linux-ppp@vger.kernel.org
3040S: Maintained
3041
3042PPP OVER ATM (RFC 2364)
3043P: Mitchell Blank Jr
3044M: mitch@sfgoth.com
3045S: Maintained
3046
3047PPP OVER ETHERNET
3048P: Michal Ostrowski
3049M: mostrows@speakeasy.net
3050S: Maintained
3051
James Chapmana6d23702007-06-27 15:53:17 -07003052PPP OVER L2TP
3053P: James Chapman
3054M: jchapman@katalix.com
3055S: Maintained
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057PREEMPTIBLE KERNEL
3058P: Robert Love
3059M: rml@tech9.net
3060L: linux-kernel@vger.kernel.org
3061L: kpreempt-tech@lists.sourceforge.net
3062W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3063S: Supported
3064
Michael Wueff1a592007-09-25 18:11:01 -07003065P54 WIRELESS DRIVER
3066P: Michael Wu
3067M: flamingice@sourmilk.net
3068L: linux-wireless@vger.kernel.org
3069W: http://prism54.org
3070T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3071S: Maintained
3072
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003074P: Luis R. Rodriguez
3075M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003076L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077W: http://prism54.org
3078S: Maintained
3079
3080PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3081P: Peter Denison
3082M: promise@pnd-pc.demon.co.uk
3083W: http://www.pnd-pc.demon.co.uk/promise/
3084S: Maintained
3085
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003086PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3087P: Mikael Pettersson
3088M: mikpe@it.uu.se
3089L: linux-ide@vger.kernel.org
3090S: Maintained
3091
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003092PS3 NETWORK SUPPORT
3093P: Masakazu Mokuno
3094M: mokuno@sm.sony.co.jp
3095L: netdev@vger.kernel.org
3096L: cbe-oss-dev@ozlabs.org
3097S: Supported
3098
Geoff Levandf58a9d12006-11-23 00:46:51 +01003099PS3 PLATFORM SUPPORT
3100P: Geoff Levand
3101M: geoffrey.levand@am.sony.com
3102L: linuxppc-dev@ozlabs.org
3103L: cbe-oss-dev@ozlabs.org
3104S: Supported
3105
Michael Krufky83202042006-07-03 00:24:18 -07003106PVRUSB2 VIDEO4LINUX DRIVER
3107P: Mike Isely
3108M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003109L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003110L: video4linux-list@redhat.com
3111W: http://www.isely.net/pvrusb2/
3112S: Maintained
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114PXA2xx SUPPORT
3115P: Nicolas Pitre
3116M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003117L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118S: Maintained
3119
Pierre Ossman272f1332007-05-14 21:25:26 +02003120PXA MMCI DRIVER
3121S: Orphan
3122
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123QLOGIC QLA2XXX FC-SCSI DRIVER
3124P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003125M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126L: linux-scsi@vger.kernel.org
3127S: Supported
3128
Ron Mercer5a4faa872006-07-25 00:40:21 -07003129QLOGIC QLA3XXX NETWORK DRIVER
3130P: Ron Mercer
3131M: linux-driver@qlogic.com
3132L: netdev@vger.kernel.org
3133S: Supported
3134
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135QNX4 FILESYSTEM
3136P: Anders Larsen
3137M: al@alarsen.net
3138L: linux-kernel@vger.kernel.org
3139W: http://www.alarsen.net/linux/qnx4fs/
3140S: Maintained
3141
3142RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003143P: Benjamin Herrenschmidt
3144M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003145L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146S: Maintained
3147
3148RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003149P: Paul Mackerras
3150M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003151L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152S: Maintained
3153
3154RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3155P: Corey Thomas
3156M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003157L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158S: Maintained
3159
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003160RALINK RT2X00 WLAN DRIVER
3161P: rt2x00 project
3162L: linux-wireless@vger.kernel.org
3163L: rt2400-devel@lists.sourceforge.net
3164W: http://rt2x00.serialmonkey.com/
3165S: Maintained
3166F: drivers/net/wireless/rt2x00/
3167
Matt Mackall9e95ce22005-04-16 15:25:56 -07003168RANDOM NUMBER DRIVER
3169P: Matt Mackall
3170M: mpm@selenic.com
3171S: Maintained
3172
Matt Porter394b7012005-11-07 01:00:15 -08003173RAPIDIO SUBSYSTEM
3174P: Matt Porter
3175M: mporter@kernel.crashing.org
3176L: linux-kernel@vger.kernel.org
3177S: Maintained
3178
Josh Triplett595182b2006-10-04 02:17:21 -07003179READ-COPY UPDATE (RCU)
3180P: Dipankar Sarma
3181M: dipankar@in.ibm.com
3182W: http://www.rdrop.com/users/paulmck/rclock/
3183L: linux-kernel@vger.kernel.org
3184S: Supported
3185
3186RCUTORTURE MODULE
3187P: Josh Triplett
3188M: josh@freedesktop.org
3189L: linux-kernel@vger.kernel.org
3190S: Maintained
3191
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192REAL TIME CLOCK DRIVER
3193P: Paul Gortmaker
3194M: p_gortmaker@yahoo.com
3195L: linux-kernel@vger.kernel.org
3196S: Maintained
3197
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003198REAL TIME CLOCK (RTC) SUBSYSTEM
3199P: Alessandro Zummo
3200M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003201L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003202S: Maintained
3203
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204REISERFS FILE SYSTEM
3205P: Hans Reiser
3206M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003207L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208W: http://www.namesys.com
3209S: Supported
3210
3211ROCKETPORT DRIVER
3212P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213W: http://www.comtrol.com
3214S: Maintained
3215
3216ROSE NETWORK LAYER
3217P: Ralf Baechle
3218M: ralf@linux-mips.org
3219L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003220W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221S: Maintained
3222
3223RISCOM8 DRIVER
3224S: Orphan
3225
Michael Wu605bebe2007-05-14 01:41:02 -04003226RTL818X WIRELESS DRIVER
3227P: Michael Wu
3228M: flamingice@sourmilk.net
3229P: Andrea Merello
3230M: andreamrl@tiscali.it
3231L: linux-wireless@vger.kernel.org
3232W: http://linuxwireless.org/
3233T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3234S: Maintained
3235
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003236S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003237P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003238M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003239L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003240S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003241
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242S390
3243P: Martin Schwidefsky
3244M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003245P: Heiko Carstens
3246M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003248L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003249W: http://www.ibm.com/developerworks/linux/linux390/
3250S: Supported
3251
3252S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003253P: Ursula Braun
3254M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003255P: Frank Blaschka
3256M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003257M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003258L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003259W: http://www.ibm.com/developerworks/linux/linux390/
3260S: Supported
3261
3262S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003263P: Swen Schillig
3264M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003265M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003266L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003267W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268S: Supported
3269
Ursula Braundd96df22007-09-19 13:09:02 +02003270S390 IUCV NETWORK LAYER
3271P: Ursula Braun
3272M: ubraun@linux.vnet.ibm.com
3273M: linux390@de.ibm.com
3274L: linux-s390@vger.kernel.org
3275W: http://www.ibm.com/developerworks/linux/linux390/
3276S: Supported
3277
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278SAA7146 VIDEO4LINUX-2 DRIVER
3279P: Michael Hunold
3280M: michael@mihu.de
3281W: http://www.mihu.de/linux/saa7146
3282S: Maintained
3283
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284SC1200 WDT DRIVER
3285P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003286M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287S: Maintained
3288
3289SCHEDULER
3290P: Ingo Molnar
3291M: mingo@elte.hu
3292P: Robert Love [the preemptible kernel bits]
3293M: rml@tech9.net
3294L: linux-kernel@vger.kernel.org
3295S: Maintained
3296
3297SCSI CDROM DRIVER
3298P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003299M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300L: linux-scsi@vger.kernel.org
3301W: http://www.kernel.dk
3302S: Maintained
3303
3304SCSI SG DRIVER
3305P: Doug Gilbert
3306M: dgilbert@interlog.com
3307L: linux-scsi@vger.kernel.org
3308W: http://www.torque.net/sg
3309S: Maintained
3310
3311SCSI SUBSYSTEM
3312P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003313M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003315T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003316T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3317T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318S: Maintained
3319
3320SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003321P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322M: Kai.Makisara@kolumbus.fi
3323L: linux-scsi@vger.kernel.org
3324S: Maintained
3325
3326SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003327P: Vlad Yasevich
3328M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003329P: Sridhar Samudrala
3330M: sri@us.ibm.com
3331L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003332W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003333S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334
3335SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003336P: Jim Cromie
3337M: jim.cromie@gmail.com
3338S: Odd Fixes
3339
3340SCx200 GPIO DRIVER
3341P: Jim Cromie
3342M: jim.cromie@gmail.com
3343S: Maintained
3344
3345SCx200 HRT CLOCKSOURCE DRIVER
3346P: Jim Cromie
3347M: jim.cromie@gmail.com
3348S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349
3350SECURITY CONTACT
3351P: Security Officers
3352M: security@kernel.org
3353S: Supported
3354
3355SELINUX SECURITY MODULE
3356P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003357M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003359M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003360P: Eric Paris
3361M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003363L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364W: http://www.nsa.gov/selinux
3365S: Supported
3366
Jiri Slabycef2cf02007-05-08 00:31:45 -07003367SENSABLE PHANTOM
3368P: Jiri Slaby
3369M: jirislaby@gmail.com
3370S: Maintained
3371
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372SERIAL ATA (SATA) SUBSYSTEM:
3373P: Jeff Garzik
3374M: jgarzik@pobox.com
3375L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003376T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377S: Supported
3378
3379SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3380P: Pat Gefre
3381M: pfg@sgi.com
3382L: linux-ia64@vger.kernel.org
3383S: Supported
3384
3385SGI VISUAL WORKSTATION 320 AND 540
3386P: Andrey Panin
3387M: pazke@donpac.ru
3388L: linux-visws-devel@lists.sf.net
3389W: http://linux-visws.sf.net
3390S: Maintained for 2.6.
3391
3392SIMTEC EB110ATX (Chalice CATS)
3393P: Ben Dooks
3394P: Vincent Sanders
3395M: support@simtec.co.uk
3396W: http://www.simtec.co.uk/products/EB110ATX/
3397S: Supported
3398
3399SIMTEC EB2410ITX (BAST)
3400P: Ben Dooks
3401P: Vincent Sanders
3402M: support@simtec.co.uk
3403W: http://www.simtec.co.uk/products/EB2410ITX/
3404S: Supported
3405
Francois Romieu92aab3c2005-07-30 13:11:18 +02003406SIS 190 ETHERNET DRIVER
3407P: Francois Romieu
3408M: romieu@fr.zoreil.com
3409L: netdev@vger.kernel.org
3410S: Maintained
3411
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412SIS 5513 IDE CONTROLLER DRIVER
3413P: Lionel Bouton
3414M: Lionel.Bouton@inet6.fr
3415W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3416W: http://gyver.homeip.net/sis5513/index.html
3417S: Maintained
3418
3419SIS 900/7016 FAST ETHERNET DRIVER
3420P: Daniele Venzano
3421M: venza@brownhat.org
3422W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003423L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424S: Maintained
3425
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003426SIS 96X I2C/SMBUS DRIVER
3427P: Mark M. Hoffman
3428M: mhoffman@lightlink.com
3429L: lm-sensors@lm-sensors.org
3430S: Maintained
3431
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432SIS FRAMEBUFFER DRIVER
3433P: Thomas Winischhofer
3434M: thomas@winischhofer.net
3435W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003436S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437
3438SIS USB2VGA DRIVER
3439P: Thomas Winischhofer
3440M: thomas@winischhofer.net
3441W: http://www.winischhofer.at/linuxsisusbvga.shtml
3442S: Maintained
3443
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003444SLAB ALLOCATOR
3445P: Christoph Lameter
3446M: clameter@sgi.com
3447P: Pekka Enberg
3448M: penberg@cs.helsinki.fi
3449L: linux-mm@kvack.org
3450S: Maintained
3451
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452SMC91x ETHERNET DRIVER
3453P: Nicolas Pitre
3454M: nico@cam.org
3455S: Maintained
3456
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003457SMSC47B397 HARDWARE MONITOR DRIVER
3458P: Mark M. Hoffman
3459M: mhoffman@lightlink.com
3460L: lm-sensors@lm-sensors.org
3461S: Maintained
3462
Daniel Drake8f0f8502006-07-18 22:00:25 +01003463SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003464P: Daniel Drake
3465M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003466L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003467S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003468
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469SOFTWARE RAID (Multiple Disks) SUPPORT
3470P: Ingo Molnar
3471M: mingo@redhat.com
3472P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003473M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003475S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476
Pavel Machek95a631e2007-07-19 01:47:42 -07003477HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478P: Pavel Machek
3479M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003480P: Rafael J. Wysocki
3481M: rjw@sisk.pl
3482L: linux-pm@lists.linux-foundation.org
3483S: Supported
3484
3485SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003486P: Len Brown
3487M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003488P: Pavel Machek
3489M: pavel@suse.cz
3490P: Rafael J. Wysocki
3491M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003492L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003493S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494
3495SONIC NETWORK DRIVER
3496P: Thomas Bogendoerfer
3497M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003498L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499S: Maintained
3500
Michael Buesch61e115a2007-09-18 15:12:50 -04003501SONICS SILICON BACKPLANE DRIVER (SSB)
3502P: Michael Buesch
3503M: mb@bu3sch.de
3504L: netdev@vger.kernel.org
3505S: Maintained
3506
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003508P: Mattia Dongili
3509M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003510L: linux-acpi@vger.kernel.org
3511W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512S: Maintained
3513
3514SOUND
3515P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003516M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003517L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518S: Maintained
3519
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003520SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3521P: Liam Girdwood
3522M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003523L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003524S: Supported
3525
Kumar Gala025c3982006-04-02 16:05:54 -05003526SPI SUBSYSTEM
3527P: David Brownell
3528M: dbrownell@users.sourceforge.net
3529L: spi-devel-general@lists.sourceforge.net
3530S: Maintained
3531
Steven Rostedt855f46a2006-08-05 12:14:50 -07003532STABLE BRANCH:
3533P: Greg Kroah-Hartman
3534M: greg@kroah.com
3535P: Chris Wright
3536M: chrisw@sous-sol.org
3537L: stable@kernel.org
3538S: Maintained
3539
Kylene Hall1c72d462005-05-01 08:59:13 -07003540TPM DEVICE DRIVER
3541P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003542M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003543W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003544P: Marcel Selhorst
3545M: tpm@selhorst.net
3546W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003547L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003548S: Maintained
3549
Mark Gross1a80ba82005-10-30 15:02:55 -08003550Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003551P: Mark Gross
3552M: mark.gross@intel.com
3553S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003554
Chris Zankel48b415c2005-06-23 22:01:07 -07003555TENSILICA XTENSA PORT (xtensa):
3556P: Chris Zankel
3557M: chris@zankel.net
3558S: Maintained
3559
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003560THINKPAD ACPI EXTRAS DRIVER
3561P: Henrique de Moraes Holschuh
3562M: ibm-acpi@hmh.eng.br
3563L: ibm-acpi-devel@lists.sourceforge.net
3564W: http://ibm-acpi.sourceforge.net
3565W: http://thinkwiki.org/wiki/Ibm-acpi
3566T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3567S: Maintained
3568
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569UltraSPARC (sparc64):
3570P: David S. Miller
3571M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003573T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574S: Maintained
3575
3576SHARP LH SUPPORT (LH7952X & LH7A40X)
3577P: Marc Singer
3578M: elf@buici.com
3579W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581S: Maintained
3582
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003583SHPC HOTPLUG DRIVER
3584P: Kristen Carlson Accardi
3585M: kristen.c.accardi@intel.com
3586L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003587S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003588
Pierre Ossmand129bce2006-03-24 03:18:17 -08003589SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3590P: Pierre Ossman
3591M: drzeus-sdhci@drzeus.cx
3592L: sdhci-devel@list.drzeus.cx
3593W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3594S: Maintained
3595
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003596SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3597P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003598M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003599L: netdev@vger.kernel.org
3600S: Maintained
3601
Chris Boot1a87d942006-07-10 04:45:34 -07003602SOEKRIS NET48XX LED SUPPORT
3603P: Chris Boot
3604M: bootc@bootc.net
3605S: Maintained
3606
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607SPARC (sparc32):
3608P: William L. Irwin
3609M: wli@holomorphy.com
3610L: sparclinux@vger.kernel.org
3611S: Maintained
3612
3613SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3614P: Roger Wolff
3615M: R.E.Wolff@BitWizard.nl
3616L: linux-kernel@vger.kernel.org ?
3617S: Supported
3618
Jim Lewis2752e402006-09-29 02:01:19 -07003619SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003620P: Ishizaki Kou
3621M: kou.ishizaki@toshiba.co.jp
3622P: Jens Osterkamp
3623M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003624L: netdev@vger.kernel.org
3625S: Supported
3626
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627SRM (Alpha) environment access
3628P: Jan-Benedict Glaw
3629M: jbglaw@lug-owl.de
3630L: linux-kernel@vger.kernel.org
3631S: Maintained
3632
3633STARFIRE/DURALAN NETWORK DRIVER
3634P: Ion Badulescu
3635M: ionut@cs.columbia.edu
3636S: Maintained
3637
3638STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3639W: http://mosquitonet.Stanford.EDU/strip.html
3640S: Unsupported ?
3641
3642STRADIS MPEG-2 DECODER DRIVER
3643P: Nathan Laredo
3644M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645W: http://www.stradis.com/
3646S: Maintained
3647
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003648SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649P: Paul Mundt
3650M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003651L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003653T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654S: Maintained
3655
3656SUN3/3X
3657P: Sam Creasey
3658M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659W: http://sammy.net/sun3/
3660S: Maintained
3661
3662SVGA HANDLING
3663P: Martin Mares
3664M: mj@ucw.cz
3665L: linux-video@atrey.karlin.mff.cuni.cz
3666S: Maintained
3667
3668SYSV FILESYSTEM
3669P: Christoph Hellwig
3670M: hch@infradead.org
3671S: Maintained
3672
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003673TC CLASSIFIER
3674P: Jamal Hadi Salim
3675M: hadi@cyberus.ca
3676L: netdev@vger.kernel.org
3677S: Maintained
3678
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003679TCP LOW PRIORITY MODULE
3680P: Wong Hoi Sing, Edison
3681M: hswong3i@gmail.com
3682P: Hung Hing Lun, Mike
3683M: hlhung3i@gmail.com
3684W: http://tcp-lp-mod.sourceforge.net/
3685S: Maintained
3686
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003687TEHUTI ETHERNET DRIVER
3688P: Alexander Indenbaum
3689M: baum@tehutinetworks.net
3690P: Andy Gospodarek
3691M: andy@greyhouse.net
3692L: netdev@vger.kernel.org
3693S: Supported
3694
Alex Dubov4020f2d2006-10-04 02:15:37 -07003695TI FLASH MEDIA INTERFACE DRIVER
3696P: Alex Dubov
3697M: oakad@yahoo.com
3698S: Maintained
3699
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003700TI OMAP MMC INTERFACE DRIVER
3701P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003702M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003703W: http://linux.omap.com
3704W: http://www.muru.com/linux/omap/
3705S: Maintained
3706
Michael Buesch844dd052006-06-26 00:24:59 -07003707TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3708P: Deepak Saxena
3709M: dsaxena@plexity.net
3710S: Maintained
3711
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003712TASKSTATS STATISTICS INTERFACE
3713P: Shailabh Nagar
3714M: nagar@watson.ibm.com
3715L: linux-kernel@vger.kernel.org
3716S: Maintained
3717
Per Lidene86eaa32006-01-12 16:45:18 +01003718TIPC NETWORK LAYER
3719P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003720M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003721P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003722M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003723P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003724M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003725L: tipc-discussion@lists.sourceforge.net
3726W: http://tipc.sourceforge.net/
3727W: http://tipc.cslab.ericsson.net/
3728T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3729S: Maintained
3730
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731TLAN NETWORK DRIVER
3732P: Samuel Chessman
3733M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003734L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735W: http://sourceforge.net/projects/tlan/
3736S: Maintained
3737
3738TOKEN-RING NETWORK DRIVER
3739P: Mike Phillips
3740M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003741L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742W: http://www.linuxtr.net
3743S: Maintained
3744
3745TOSHIBA ACPI EXTRAS DRIVER
3746P: John Belmonte
3747M: toshiba_acpi@memebeam.org
3748W: http://memebeam.org/toys/ToshibaAcpiDriver
3749S: Maintained
3750
3751TOSHIBA SMM DRIVER
3752P: Jonathan Buzzard
3753M: jonathan@buzzard.org.uk
3754L: tlinux-users@tce.toshiba-dme.co.jp
3755W: http://www.buzzard.org.uk/toshiba/
3756S: Maintained
3757
3758TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3759P: Muli Ben-Yehuda
3760M: mulix@mulix.org
3761L: linux-kernel@vger.kernel.org
3762S: Maintained
3763
3764TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003765P: Adrian Bunk
3766M: trivial@kernel.org
3767L: linux-kernel@vger.kernel.org
3768W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3769T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3770S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771
3772TMS380 TOKEN-RING NETWORK DRIVER
3773P: Adam Fritzler
3774M: mid@auk.cx
3775L: linux-tr@linuxtr.net
3776W: http://www.auk.cx/tms380tr/
3777S: Maintained
3778
3779TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780L: tulip-users@lists.sourceforge.net
3781W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003782S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783
3784TUN/TAP driver
3785P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003786M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787L: vtun@office.satix.net
3788W: http://vtun.sourceforge.net/tun
3789S: Maintained
3790
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003791TURBOCHANNEL SUBSYSTEM
3792P: Maciej W. Rozycki
3793M: macro@linux-mips.org
3794S: Maintained
3795
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796U14-34F SCSI DRIVER
3797P: Dario Ballabio
3798M: ballabio_dario@emc.com
3799L: linux-scsi@vger.kernel.org
3800S: Maintained
3801
3802UDF FILESYSTEM
3803P: Ben Fennema
3804M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805W: http://linux-udf.sourceforge.net
3806S: Maintained
3807
3808UNIFORM CDROM DRIVER
3809P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003810M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811L: linux-kernel@vger.kernel.org
3812W: http://www.kernel.dk
3813S: Maintained
3814
3815USB ACM DRIVER
3816P: Oliver Neukum
3817M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003818L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819S: Maintained
3820
3821USB BLOCK DRIVER (UB ub)
3822P: Pete Zaitcev
3823M: zaitcev@redhat.com
3824L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003825L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826S: Supported
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828USB CDC ETHERNET DRIVER
3829P: Greg Kroah-Hartman
3830M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003831L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832S: Maintained
3833W: http://www.kroah.com/linux-usb/
3834
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003835USB DAVICOM DM9601 DRIVER
3836P: Peter Korsgaard
3837M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003838L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003839W: http://www.linux-usb.org/usbnet
3840S: Maintained
3841
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842USB EHCI DRIVER
3843P: David Brownell
3844M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003845L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003846S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847
Luca Risolia7ce08c92006-01-11 02:06:59 +00003848USB ET61X[12]51 DRIVER
3849P: Luca Risolia
3850M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003851L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003852L: video4linux-list@redhat.com
3853W: http://www.linux-projects.org
3854S: Maintained
3855
David Brownell69ae9e32006-11-14 02:03:31 -08003856USB GADGET/PERIPHERAL SUBSYSTEM
3857P: David Brownell
3858M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003859L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003860W: http://www.linux-usb.org/gadget
3861S: Maintained
3862
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003863USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003864P: Jiri Kosina
3865M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003866L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003867T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868S: Maintained
3869
Olav Kongas959eea22005-11-03 17:38:14 +02003870USB ISP116X DRIVER
3871P: Olav Kongas
3872M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003873L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003874S: Maintained
3875
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876USB KAWASAKI LSI DRIVER
3877P: Oliver Neukum
3878M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003879L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880S: Maintained
3881
3882USB MASS STORAGE DRIVER
3883P: Matthew Dharm
3884M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003885L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003886L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887S: Maintained
3888W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3889
3890USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003891P: David Brownell
3892M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003893L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003894S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895
Matthias Urlichsba460e42005-07-14 00:33:47 -07003896USB OPTION-CARD DRIVER
3897P: Matthias Urlichs
3898M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003899L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003900S: Maintained
3901
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902USB OV511 DRIVER
3903P: Mark McClelland
3904M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003905L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906W: http://alpha.dyndns.org/ov511/
3907S: Maintained
3908
3909USB PEGASUS DRIVER
3910P: Petko Manolov
3911M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003912L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003913L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914W: http://pegasus2.sourceforge.net/
3915S: Maintained
3916
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003917USB PRINTER DRIVER (usblp)
3918P: Pete Zaitcev
3919M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003920L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003921S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922
3923USB RTL8150 DRIVER
3924P: Petko Manolov
3925M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003926L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003927L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928W: http://pegasus2.sourceforge.net/
3929S: Maintained
3930
3931USB SE401 DRIVER
3932P: Jeroen Vreeken
3933M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003934L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935W: http://www.chello.nl/~j.vreeken/se401/
3936S: Maintained
3937
3938USB SERIAL CYBERJACK DRIVER
3939P: Matthias Bruestle and Harald Welte
3940M: support@reiner-sct.com
3941W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3942S: Maintained
3943
3944USB SERIAL DIGI ACCELEPORT DRIVER
3945P: Peter Berger and Al Borchers
3946M: pberger@brimson.com
3947M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003948L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949S: Maintained
3950
3951USB SERIAL DRIVER
3952P: Greg Kroah-Hartman
3953M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003954L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955S: Supported
3956
3957USB SERIAL BELKIN F5U103 DRIVER
3958P: William Greathouse
3959M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003960L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961S: Maintained
3962
3963USB SERIAL CYPRESS M8 DRIVER
3964P: Lonnie Mendez
3965M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003966L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967S: Maintained
3968W: http://geocities.com/i0xox0i
3969W: http://firstlight.net/cvs
3970
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971USB AUERSWALD DRIVER
3972P: Wolfgang Muees
3973M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003974L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975S: Maintained
3976
3977USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3978P: Gary Brubaker
3979M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003980L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981S: Maintained
3982
3983USB SERIAL KEYSPAN DRIVER
3984P: Greg Kroah-Hartman
3985M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987W: http://www.kroah.com/linux/
3988S: Maintained
3989
3990USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003991P: Support Department
3992M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003993L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994W: http://www.connecttech.com
3995S: Supported
3996
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003997USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998P: Luca Risolia
3999M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004000L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004001L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002W: http://www.linux-projects.org
4003S: Maintained
4004
4005USB SUBSYSTEM
4006P: Greg Kroah-Hartman
4007M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004008L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004010T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011S: Supported
4012
4013USB UHCI DRIVER
4014P: Alan Stern
4015M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004016L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017S: Maintained
4018
David Brownell69ae9e32006-11-14 02:03:31 -08004019USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020P: David Brownell
4021M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004022L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004023W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024S: Maintained
4025
4026USB W996[87]CF DRIVER
4027P: Luca Risolia
4028M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004029L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004030L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031W: http://www.linux-projects.org
4032S: Maintained
4033
Luca Risolia60f78052006-02-06 16:29:35 +00004034USB ZC0301 DRIVER
4035P: Luca Risolia
4036M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004037L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004038L: video4linux-list@redhat.com
4039W: http://www.linux-projects.org
4040S: Maintained
4041
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042USB ZD1201 DRIVER
4043P: Jeroen Vreeken
4044M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004045L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046W: http://linux-lc100020.sourceforge.net
4047S: Maintained
4048
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004049USB ZR364XX DRIVER
4050P: Antoine Jacquet
4051M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004052L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004053L: video4linux-list@redhat.com
4054W: http://royale.zerezo.com/zr364xx/
4055S: Maintained
4056
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057USER-MODE LINUX
4058P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004059M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060L: user-mode-linux-devel@lists.sourceforge.net
4061L: user-mode-linux-user@lists.sourceforge.net
4062W: http://user-mode-linux.sourceforge.net
4063S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004064
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004065USERSPACE I/O (UIO)
4066P: Hans J. Koch
4067M: hjk@linutronix.de
4068P: Greg Kroah-Hartman
4069M: gregkh@suse.de
4070L: linux-kernel@vger.kernel.org
4071S: Maintained
4072
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073FAT/VFAT/MSDOS FILESYSTEM:
4074P: OGAWA Hirofumi
4075M: hirofumi@mail.parknet.co.jp
4076L: linux-kernel@vger.kernel.org
4077S: Maintained
4078
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079VIA RHINE NETWORK DRIVER
4080P: Roger Luethi
4081M: rl@hellgate.ch
4082S: Maintained
4083
Jean Delvare32c0a522005-09-22 21:47:58 +02004084VIAPRO SMBUS DRIVER
4085P: Jean Delvare
4086M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004087L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004088S: Maintained
4089
Francois Romieu01f20732007-01-26 00:57:17 -08004090VIA VELOCITY NETWORK DRIVER
4091P: Francois Romieu
4092M: romieu@fr.zoreil.com
4093L: netdev@vger.kernel.org
4094S: Maintained
4095
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096UCLINUX (AND M68KNOMMU)
4097P: Greg Ungerer
4098M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004100L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101S: Maintained
4102
4103UCLINUX FOR NEC V850
4104P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105
4106UCLINUX FOR RENESAS H8/300
4107P: Yoshinori Sato
4108M: ysato@users.sourceforge.jp
4109W: http://uclinux-h8.sourceforge.jp/
4110S: Supported
4111
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004112UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004113P: Evgeniy Dushistov
4114M: dushistov@mail.ru
4115L: linux-kernel@vger.kernel.org
4116S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004117
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118USB DIAMOND RIO500 DRIVER
4119P: Cesar Miquel
4120M: miquel@df.uba.ar
4121L: rio500-users@lists.sourceforge.net
4122W: http://rio500.sourceforge.net
4123S: Maintained
4124
4125VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004126P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004127M: mchehab@infradead.org
4128M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004130W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004131T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004132S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133
Patrick McHardybe7f8272007-10-23 20:26:36 -07004134VLAN (802.1Q)
4135P: Patrick McHardy
4136M: kaber@trash.net
4137L: netdev@vger.kernel.org
4138S: Maintained
4139
Juerg Haefligerab413192006-09-24 20:54:04 +02004140VT1211 HARDWARE MONITOR DRIVER
4141P: Juerg Haefliger
4142M: juergh@gmail.com
4143L: lm-sensors@lm-sensors.org
4144S: Maintained
4145
Roger Lucas1de9e372005-11-26 20:20:05 +01004146VT8231 HARDWARE MONITOR DRIVER
4147P: Roger Lucas
4148M: roger@planbit.co.uk
4149L: lm-sensors@lm-sensors.org
4150S: Maintained
4151
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152W1 DALLAS'S 1-WIRE BUS
4153P: Evgeniy Polyakov
4154M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155S: Maintained
4156
Charles Spirakis13927072006-07-05 18:05:15 +02004157W83791D HARDWARE MONITORING DRIVER
4158P: Charles Spirakis
4159M: bezaur@gmail.com
4160L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004161S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004162
Rudolf Marek61db0112006-12-12 18:18:30 +01004163W83793 HARDWARE MONITORING DRIVER
4164P: Rudolf Marek
4165M: r.marek@assembler.cz
4166L: lm-sensors@lm-sensors.org
4167S: Maintained
4168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169W83L51xD SD/MMC CARD INTERFACE DRIVER
4170P: Pierre Ossman
4171M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004172L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173W: http://projects.drzeus.cx/wbsd
4174S: Maintained
4175
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004176WATCHDOG DEVICE DRIVERS
4177P: Wim Van Sebroeck
4178M: wim@iguana.be
4179T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4180S: Maintained
4181
Linus Torvalds1da177e2005-04-16 15:20:36 -07004182WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4183P: Jean Tourrilhes
4184M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004185L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4187S: Maintained
4188
4189WD7000 SCSI DRIVER
4190P: Miroslav Zagorac
4191M: zaga@fly.cc.fer.hr
4192L: linux-scsi@vger.kernel.org
4193S: Maintained
4194
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004195WISTRON LAPTOP BUTTON DRIVER
4196P: Miloslav Trmac
4197M: mitr@volny.cz
4198S: Maintained
4199
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200WL3501 WIRELESS PCMCIA CARD DRIVER
4201P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004202M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004203L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004204W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205S: Maintained
4206
4207X.25 NETWORK LAYER
4208P: Henner Eisen
4209M: eis@baty.hanse.de
4210L: linux-x25@vger.kernel.org
4211S: Maintained
4212
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004213XEN HYPERVISOR INTERFACE
4214P: Jeremy Fitzhardinge
4215M: jeremy@xensource.com
4216P: Chris Wright
4217M: chrisw@sous-sol.org
4218L: virtualization@lists.osdl.org
4219L: xen-devel@lists.xensource.com
4220S: Supported
4221
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222XFS FILESYSTEM
4223P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004224P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004226L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004228T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229S: Supported
4230
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004231XILINX SYSTEMACE DRIVER
4232P: Grant Likely
4233M: grant.likely@secretlab.ca
4234W: http://www.secretlab.ca/
4235L: linux-kernel@vger.kernel.org
4236S: Maintained
4237
Peter Korsgaard238b8722006-12-06 20:35:17 -08004238XILINX UARTLITE SERIAL DRIVER
4239P: Peter Korsgaard
4240M: jacmet@sunsite.dk
4241L: linux-serial@vger.kernel.org
4242S: Maintained
4243
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004244X86 ARCHITECTURE (32-BIT AND 64-BIT)
4245P: Thomas Gleixner
4246M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247P: Ingo Molnar
4248M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004249P: H. Peter Anvin
4250M: hpa@zytor.com
4251L: linux-kernel@vger.kernel.org
4252T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253S: Maintained
4254
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255YAM DRIVER FOR AX.25
4256P: Jean-Paul Roubelat
4257M: jpr@f6fbb.org
4258L: linux-hams@vger.kernel.org
4259S: Maintained
4260
Henkaf64a5e2005-10-12 15:02:56 +02004261YEALINK PHONE DRIVER
4262P: Henk Vergonet
4263M: Henk.Vergonet@gmail.com
4264L: usbb2k-api-dev@nongnu.org
4265S: Maintained
4266
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267Z8530 DRIVER FOR AX.25
4268P: Joerg Reuter
4269M: jreuter@yaina.de
4270W: http://yaina.de/jreuter/
4271W: http://www.qsl.net/dl1bke/
4272L: linux-hams@vger.kernel.org
4273S: Maintained
4274
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004275ZD1211RW WIRELESS DRIVER
4276P: Daniel Drake
4277M: dsd@gentoo.org
4278P: Ulrich Kunitz
4279M: kune@deine-taler.de
4280W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004281L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004282L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4283S: Maintained
4284
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285ZF MACHZ WATCHDOG
4286P: Fernando Fuganti
4287M: fuganti@netbank.com.br
4288W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4289S: Maintained
4290
4291ZR36067 VIDEO FOR LINUX DRIVER
4292P: Ronald Bultje
4293M: rbultje@ronald.bitfreak.net
4294L: mjpeg-users@lists.sourceforge.net
4295W: http://mjpeg.sourceforge.net/driver-zoran/
4296S: Maintained
4297
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004298ZS DECSTATION Z85C30 SERIAL DRIVER
4299P: Maciej W. Rozycki
4300M: macro@linux-mips.org
4301S: Maintained
4302
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303THE REST
4304P: Linus Torvalds
4305S: Buried alive in reporters