blob: 29371226f682d1967126ac9d866c1661d6caf3ff [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070097L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070098S: Maintained
99
Steffen Klasserta6d89912007-08-10 14:05:27 -07001003C59X NETWORK DRIVER
101P: Steffen Klassert
102M: klassert@mathematik.tu-chemnitz.de
103L: netdev@vger.kernel.org
104S: Maintained
105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063CR990 NETWORK DRIVER
107P: David Dillow
108M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700109L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110S: Maintained
111
1123W-XXXX ATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
1193W-9XXX SATA-RAID CONTROLLER DRIVER
120P: Adam Radford
121M: linuxraid@amcc.com
122L: linux-scsi@vger.kernel.org
123W: http://www.amcc.com
124S: Supported
125
12653C700 AND 53C700-66 SCSI DRIVER
127P: James E.J. Bottomley
128M: James.Bottomley@HansenPartnership.com
129L: linux-scsi@vger.kernel.org
130S: Maintained
131
1326PACK NETWORK DRIVER FOR AX.25
133P: Andreas Koensgen
134M: ajk@iehk.rwth-aachen.de
135L: linux-hams@vger.kernel.org
136S: Maintained
137
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388169 10/100/1000 GIGABIT ETHERNET DRIVER
139P: Francois Romieu
140M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700141L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142S: Maintained
143
1448250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145L: linux-serial@vger.kernel.org
146W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100147S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
1498390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
150P: Paul Gortmaker
151M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153S: Maintained
154
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001559P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100156P: Eric Van Hensbergen
157M: ericvh@gmail.com
158P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500159M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100160P: Latchesar Ionkov
161M: lucho@ionkov.net
162L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500163W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100164T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
165S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167A2232 SERIAL BOARD DRIVER
168P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169M: A2232@gmx.net
170L: linux-m68k@lists.linux-m68k.org
171S: Maintained
172
173AIO
174P: Benjamin LaHaise
175M: bcrl@kvack.org
176L: linux-aio@kvack.org
177S: Supported
178
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179ABIT UGURU HARDWARE MONITOR DRIVER
180P: Hans de Goede
181M: j.w.r.degoede@hhs.nl
182L: lm-sensors@lm-sensors.org
183S: Maintained
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185ACENIC DRIVER
186P: Jes Sorensen
187M: jes@trained-monkey.org
188L: linux-acenic@sunsite.dk
189S: Maintained
190
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700191IPS SCSI RAID DRIVER
192P: Adaptec OEM Raid Solutions
193M: aacraid@adaptec.com
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Maintained
197
198DPT_I2O SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
200M: aacraid@adaptec.com
201L: linux-scsi@vger.kernel.org
202W: http://www.adaptec.com/
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205AACRAID SCSI RAID DRIVER
206P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700207M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700209W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210S: Supported
211
212ACPI
213P: Len Brown
214M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500215M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500216L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400217W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800218T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400222P: Alexey Starikovskiy
223M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
225W: http://acpi.sourceforge.net/
226S: Supported
227
228ACPI EC DRIVER
229P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400230M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
234
235ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400236P: Len Brown
237M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500238L: linux-acpi@vger.kernel.org
239W: http://acpi.sourceforge.net/
240S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700242ACPI PCI HOTPLUG DRIVER
243P: Kristen Carlson Accardi
244M: kristen.c.accardi@intel.com
245L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
247
248ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Len Brown
250M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254
Len Brown359acec2007-02-10 01:59:24 -0500255ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400256P: Rui Zhang
257M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500258L: linux-acpi@vger.kernel.org
259W: http://acpi.sourceforge.net/
260S: Supported
261
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262ADM1025 HARDWARE MONITOR DRIVER
263P: Jean Delvare
264M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200265L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266S: Maintained
267
Corentin Labbecae2caa2007-02-14 21:15:04 +0100268ADM1029 HARDWARE MONITOR DRIVER
269P: Corentin Labbe
270M: corentin.labbe@geomatys.fr
271L: lm-sensors@lm-sensors.org
272S: Maintained
273
Michael Wucc0b88c2007-08-31 01:15:25 -0400274ADM8211 WIRELESS DRIVER
275P: Michael Wu
276M: flamingice@sourmilk.net
277L: linux-wireless@vger.kernel.org
278W: http://linuxwireless.org/
279T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
280S: Maintained
281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282ADT746X FAN DRIVER
283P: Colin Leroy
284M: colin@colino.net
285S: Maintained
286
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400287ADVANSYS SCSI DRIVER
288P: Matthew Wilcox
289M: matthew@wil.cx
290L: linux-scsi@vger.kernel.org
291S: Maintained
292
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293AEDSP16 DRIVER
294P: Riccardo Facchetti
295M: fizban@tin.it
296S: Maintained
297
298AFFS FILE SYSTEM
299P: Roman Zippel
300M: zippel@linux-m68k.org
301S: Maintained
302
303AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400304P: David Airlie
305M: airlied@linux.ie
306T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307S: Maintained
308
309AHA152X SCSI DRIVER
310P: Juergen E. Fischer
311M: Juergen Fischer <fischer@norbit.de>
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Hannes Reinecke64624d42007-10-19 10:32:29 +0200315AIC7XXX / AIC79XX SCSI DRIVER
316P: Hannes Reinecke
317M: hare@suse.de
318L: linux-scsi@vger.kernel.org
319S: Maintained
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321ALCATEL SPEEDTOUCH USB DRIVER
322P: Duncan Sands
323M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.linux-usb.org/SpeedTouch/
326S: Maintained
327
Pierre Ossman272f1332007-05-14 21:25:26 +0200328ALCHEMY AU1XX0 MMC DRIVER
329S: Orphan
330
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000331ALI1563 I2C DRIVER
332P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100333M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200334L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335S: Maintained
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337ALPHA PORT
338P: Richard Henderson
339M: rth@twiddle.net
340S: Odd Fixes for 2.4; Maintained for 2.6.
341P: Ivan Kokshaysky
342M: ink@jurassic.park.msu.ru
343S: Maintained for 2.4; PCI support for 2.6.
344
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700345AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
346P: Thomas Dahlmann
347M: thomas.dahlmann@amd.com
348L: info-linux@geode.amd.com
349S: Supported
350
Jordan Crousef90b8112006-01-06 00:12:14 -0800351AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100352P: Jordan Crouse
353M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800354L: info-linux@geode.amd.com
355W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
356S: Supported
357
Stelian Pop284f42b2006-12-12 18:18:31 +0100358AMS (Apple Motion Sensor) DRIVER
359P: Stelian Pop
360M: stelian@popies.net
361P: Michael Hanselmann
362M: linux-kernel@hansmi.ch
363S: Supported
364
Tom Tuckerf94b5332006-09-22 15:22:48 -0700365AMSO1100 RNIC DRIVER
366P: Tom Tucker
367M: tom@opengridcomputing.com
368P: Steve Wise
369M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700370L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700371S: Maintained
372
Johannes Berg42269062006-07-25 16:15:50 +0200373AOA (Apple Onboard Audio) ALSA DRIVER
374P: Johannes Berg
375M: johannes@sipsolutions.net
376L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200377L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200378S: Maintained
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380APM DRIVER
381P: Stephen Rothwell
382M: sfr@canb.auug.org.au
383L: linux-laptop@vger.kernel.org
384W: http://www.canb.auug.org.au/~sfr/
385S: Supported
386
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700387APPLE SMC DRIVER
388P: Nicolas Boichat
389M: nicolas@boichat.ch
390L: mactel-linux-devel@lists.sourceforge.net
391S: Maintained
392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393APPLETALK NETWORK LAYER
394P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300395M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396S: Maintained
397
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400398APPLETOUCH TOUCHPAD DRIVER
399P: Johannes Berg
400M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400401L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400402S: Maintained
403
Jaya Kumar1154ea72005-06-21 17:17:04 -0700404ARC FRAMEBUFFER DRIVER
405P: Jaya Kumar
406M: jayalk@intworks.biz
407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409ARM MFM AND FLOPPY DRIVERS
410P: Ian Molton
411M: spyro@f2s.com
412S: Maintained
413
Russell King2761f5c2007-05-24 06:56:08 +0200414ARM PRIMECELL MMCI PL180/1 DRIVER
415P: Russell King
416M: rmk@arm.linux.org.uk
417L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
418S: Maintained
419
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800420ARM/ADI ROADRUNNER MACHINE SUPPORT
421P: Lennert Buytenhek
422M: kernel@wantstofly.org
423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424S: Maintained
425
426ARM/ADS SPHERE MACHINE SUPPORT
427P: Lennert Buytenhek
428M: kernel@wantstofly.org
429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430S: Maintained
431
432ARM/AJECO 1ARM MACHINE SUPPORT
433P: Lennert Buytenhek
434M: kernel@wantstofly.org
435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436S: Maintained
437
Andrew Victord4a89c72006-12-04 13:56:21 +0100438ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
439P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800440M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442W: http://maxim.org.za/at91_26.html
443S: Maintained
444
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800445ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
446P: Lennert Buytenhek
447M: kernel@wantstofly.org
448L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449S: Maintained
450
451ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457ARM/CORGI MACHINE SUPPORT
458P: Richard Purdie
459M: rpurdie@rpsys.net
460S: Maintained
461
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800462ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
463P: Lennert Buytenhek
464M: kernel@wantstofly.org
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Maintained
467
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100468ARM/HP JORNADA 7XX MACHINE SUPPORT
469P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100470M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100471W: www.jlime.com
472S: Maintained
473
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474ARM/INTEL IOP32X ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100477P: Dan Williams
478M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100480S: Supported
481
482ARM/INTEL IOP33X ARM ARCHITECTURE
483P: Dan Williams
484M: dan.j.williams@intel.com
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800487
488ARM/INTEL IOP13XX ARM ARCHITECTURE
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100491P: Dan Williams
492M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800493L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100494S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495
496ARM/INTEL IQ81342EX MACHINE SUPPORT
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100499P: Dan Williams
500M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100502S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503
504ARM/INTEL IXP2000 ARM ARCHITECTURE
505P: Lennert Buytenhek
506M: kernel@wantstofly.org
507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508S: Maintained
509
510ARM/INTEL IXDP2850 MACHINE SUPPORT
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
516ARM/INTEL IXP23XX ARM ARCHITECTURE
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
522ARM/INTEL XSC3 (MANZANO) ARM CORE
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100525P: Dan Williams
526M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100528S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529
530ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
531P: Lennert Buytenhek
532M: kernel@wantstofly.org
533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534S: Maintained
535
536ARM/LOGICPD PXA270 MACHINE SUPPORT
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
Dirk Opfer8459c152005-11-06 14:27:52 +0000542ARM/TOSA MACHINE SUPPORT
543P: Dirk Opfer
544M: dirk@opfer-online.de
545S: Maintained
546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547ARM/PLEB SUPPORT
548P: Peter Chubb
549M: pleb@gelato.unsw.edu.au
550W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
551S: Maintained
552
553ARM/PT DIGITAL BOARD PORT
554P: Stefan Eletzhofer
555M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557W: http://www.arm.linux.org.uk/
558S: Maintained
559
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560ARM/RADISYS ENP2611 MACHINE SUPPORT
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Maintained
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566ARM/SHARK MACHINE SUPPORT
567P: Alexander Schulz
568M: alex@shark-linux.de
569W: http://www.shark-linux.de/shark.html
570S: Maintained
571
572ARM/STRONGARM110 PORT
573P: Russell King
574M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576W: http://www.arm.linux.org.uk/
577S: Maintained
578
579ARM/S3C2410 ARM ARCHITECTURE
580P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800581M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.fluff.org/ben/linux/
584S: Maintained
585
586ARM/S3C2440 ARM ARCHITECTURE
587P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800588M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.fluff.org/ben/linux/
591S: Maintained
592
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
594P: Lennert Buytenhek
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained
598
599ARM/THECUS N2100 MACHINE SUPPORT
600P: Lennert Buytenhek
601M: kernel@wantstofly.org
602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603S: Maintained
604
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605ARPD SUPPORT
606P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700607L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608S: Maintained
609
610ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500611P: Corentin Chary
612M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613P: Karol Kozimor
614M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615L: acpi4asus-user@lists.sourceforge.net
616W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500617W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618S: Maintained
619
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400620ASUS ASB100 HARDWARE MONITOR DRIVER
621P: Mark M. Hoffman
622M: mhoffman@lightlink.com
623L: lm-sensors@lm-sensors.org
624S: Maintained
625
Corentin Chary85091b72007-01-26 14:04:30 +0100626ASUS LAPTOP EXTRAS DRIVER
627P: Corentin Chary
628M: corentincj@iksaif.net
629L: acpi4asus-user@lists.sourceforge.net
630W: http://sourceforge.net/projects/acpi4asus
631W: http://xf.iksaif.net/acpi4asus
632S: Maintained
633
Dan Williamsb3e5f262007-08-07 10:26:35 -0700634ASYNCHRONOUS TRANSFERS/TRANSFORMS API
635P: Dan Williams
636M: dan.j.williams@intel.com
637P: Shannon Nelson
638M: shannon.nelson@intel.com
639L: linux-kernel@vger.kernel.org
640W: http://sourceforge.net/projects/xscaleiop
641S: Supported
642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643ATA OVER ETHERNET DRIVER
644P: Ed L. Cashin
645M: ecashin@coraid.com
646W: http://www.coraid.com/support/linux
647S: Supported
648
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600649ATL1 ETHERNET DRIVER
650P: Jay Cliburn
651M: jcliburn@gmail.com
652P: Chris Snook
653M: csnook@redhat.com
654L: atl1-devel@lists.sourceforge.net
655W: http://sourceforge.net/projects/atl1
656W: http://atl1.sourceforge.net
657S: Maintained
658
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659ATM
660P: Chas Williams
661M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700662L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663W: http://linux-atm.sourceforge.net
664S: Maintained
665
Pierre Ossman272f1332007-05-14 21:25:26 +0200666ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200667P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800668M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670W: http://www.atmel.com/products/AT91/
671W: http://www.at91.com/
672S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200673
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800674ATMEL LCDFB DRIVER
675P: Nicolas Ferre
676M: nicolas.ferre@atmel.com
677L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
678S: Maintained
679
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100680ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100681P: Haavard Skinnemoen
682M: hskinnemoen@atmel.com
683S: Supported
684
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800685ATMEL SPI DRIVER
686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688S: Supported
689
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700690ATMEL USBA UDC DRIVER
691P: Haavard Skinnemoen
692M: hskinnemoen@atmel.com
693L: kernel@avr32linux.org
694W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
695S: Supported
696
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697ATMEL WIRELESS DRIVER
698P: Simon Kelley
699M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700700L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701W: http://www.thekelleys.org.uk/atmel
702W: http://atmelwlandriver.sourceforge.net/
703S: Maintained
704
Chris Wrighta92b7b82005-07-07 18:12:23 -0700705AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100706P: David Woodhouse
707M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700708L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100709W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800710T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700711S: Maintained
712
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800713AUXILIARY DISPLAY DRIVERS
714P: Miguel Ojeda Sandonis
715M: maxextreme@gmail.com
716L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700717W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800718S: Maintained
719
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700720AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700721P: Haavard Skinnemoen
722M: hskinnemoen@atmel.com
723W: http://www.atmel.com/products/AVR32/
724W: http://avr32linux.org/
725W: http://avrfreaks.net/
726S: Supported
727
728AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700729P: Haavard Skinnemoen
730M: hskinnemoen@atmel.com
731S: Supported
732
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733AX.25 NETWORK LAYER
734P: Ralf Baechle
735M: ralf@linux-mips.org
736L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200737W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738S: Maintained
739
Richard Purdie300abeb2007-02-07 22:21:07 +0000740BACKLIGHT CLASS/SUBSYSTEM
741P: Richard Purdie
742M: rpurdie@rpsys.net
743S: Maintained
744
Bryan Wu1394f032007-05-06 14:50:22 -0700745BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800746P: Bryan Wu
747M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800748L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
749W: http://blackfin.uclinux.org
750S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700751
Bryan Wue190d6b2007-07-17 14:43:44 +0800752BLACKFIN EMAC DRIVER
753P: Bryan Wu
754M: bryan.wu@analog.com
755L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
756W: http://blackfin.uclinux.org
757S: Supported
758
Mike Frysinger566da5b2007-06-11 15:31:30 +0800759BLACKFIN RTC DRIVER
760P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800761M: vapier.adi@gmail.com
762L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
763W: http://blackfin.uclinux.org
764S: Supported
765
Bryan Wu1394f032007-05-06 14:50:22 -0700766BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800767P: Sonic Zhang
768M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800769L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
770W: http://blackfin.uclinux.org
771S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700772
Bryan Wu1e6d3202007-07-15 02:50:02 +0800773BLACKFIN WATCHDOG DRIVER
774P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800775M: vapier.adi@gmail.com
776L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
777W: http://blackfin.uclinux.org
778S: Supported
779
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780BAYCOM/HDLCDRV DRIVERS FOR AX.25
781P: Thomas Sailer
782M: t.sailer@alumni.ethz.ch
783L: linux-hams@vger.kernel.org
784W: http://www.baycom.org/~tom/ham/ham.html
785S: Maintained
786
Michael Buesche4d6b792007-09-18 15:39:42 -0400787B43 WIRELESS DRIVER
788P: Michael Buesch
789M: mb@bu3sch.de
790P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100791M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400792L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100793W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400794S: Maintained
795
Larry Finger75388ac2007-09-25 16:46:54 -0700796B43LEGACY WIRELESS DRIVER
797P: Larry Finger
798M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100799P: Stefano Brivio
800M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700801L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100802W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700803S: Maintained
804
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200805BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
806P: Larry Finger
807M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200808P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100809M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700810L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200811W: http://bcm43xx.berlios.de/
812S: Maintained
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814BEFS FILE SYSTEM
815P: Sergey S. Kostyliov
816M: rathamahata@php4.ru
817L: linux-kernel@vger.kernel.org
818S: Maintained
819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820BFS FILE SYSTEM
821P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800822M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823L: linux-kernel@vger.kernel.org
824S: Maintained
825
Bryan Wud24ecfc2007-05-01 23:26:32 +0200826BLACKFIN I2C TWI DRIVER
827P: Sonic Zhang
828M: sonic.zhang@analog.com
829L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W: http://blackfin.uclinux.org/
831S: Supported
832
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833BLOCK LAYER
834P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200835M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800837T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838S: Maintained
839
840BLUETOOTH SUBSYSTEM
841P: Marcel Holtmann
842M: marcel@holtmann.org
843P: Maxim Krasnyansky
844M: maxk@qualcomm.com
845L: bluez-devel@lists.sf.net
846W: http://bluez.sf.net
847W: http://www.bluez.org
848W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800849T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850S: Maintained
851
852BLUETOOTH RFCOMM LAYER
853P: Marcel Holtmann
854M: marcel@holtmann.org
855P: Maxim Krasnyansky
856M: maxk@qualcomm.com
857S: Maintained
858
859BLUETOOTH BNEP LAYER
860P: Marcel Holtmann
861M: marcel@holtmann.org
862P: Maxim Krasnyansky
863M: maxk@qualcomm.com
864S: Maintained
865
866BLUETOOTH CMTP LAYER
867P: Marcel Holtmann
868M: marcel@holtmann.org
869S: Maintained
870
871BLUETOOTH HIDP LAYER
872P: Marcel Holtmann
873M: marcel@holtmann.org
874S: Maintained
875
876BLUETOOTH HCI UART DRIVER
877P: Marcel Holtmann
878M: marcel@holtmann.org
879P: Maxim Krasnyansky
880M: maxk@qualcomm.com
881S: Maintained
882
883BLUETOOTH HCI USB DRIVER
884P: Marcel Holtmann
885M: marcel@holtmann.org
886P: Maxim Krasnyansky
887M: maxk@qualcomm.com
888S: Maintained
889
890BLUETOOTH HCI BCM203X DRIVER
891P: Marcel Holtmann
892M: marcel@holtmann.org
893S: Maintained
894
895BLUETOOTH HCI BPA10X DRIVER
896P: Marcel Holtmann
897M: marcel@holtmann.org
898S: Maintained
899
900BLUETOOTH HCI BFUSB DRIVER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903S: Maintained
904
905BLUETOOTH HCI DTL1 DRIVER
906P: Marcel Holtmann
907M: marcel@holtmann.org
908S: Maintained
909
910BLUETOOTH HCI BLUECARD DRIVER
911P: Marcel Holtmann
912M: marcel@holtmann.org
913S: Maintained
914
915BLUETOOTH HCI BT3C DRIVER
916P: Marcel Holtmann
917M: marcel@holtmann.org
918S: Maintained
919
920BLUETOOTH HCI BTUART DRIVER
921P: Marcel Holtmann
922M: marcel@holtmann.org
923S: Maintained
924
925BLUETOOTH HCI VHCI DRIVER
926P: Maxim Krasnyansky
927M: maxk@qualcomm.com
928S: Maintained
929
930BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100931P: Chad Tindel
932M: ctindel@users.sourceforge.net
933P: Jay Vosburgh
934M: fubar@us.ibm.com
935L: bonding-devel@lists.sourceforge.net
936W: http://sourceforge.net/projects/bonding/
937S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000939BROADBAND PROCESSOR ARCHITECTURE
940P: Arnd Bergmann
941M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100942L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400943W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000944S: Supported
945
Gary Zambrano39105892006-06-22 17:26:20 -0700946BROADCOM B44 10/100 ETHERNET DRIVER
947P: Gary Zambrano
948M: zambrano@broadcom.com
949L: netdev@vger.kernel.org
950S: Supported
951
Michael Chan948c51e2006-06-04 02:51:39 -0700952BROADCOM BNX2 GIGABIT ETHERNET DRIVER
953P: Michael Chan
954M: mchan@broadcom.com
955L: netdev@vger.kernel.org
956S: Supported
957
958BROADCOM TG3 GIGABIT ETHERNET DRIVER
959P: Michael Chan
960M: mchan@broadcom.com
961L: netdev@vger.kernel.org
962S: Supported
963
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200964BSG (block layer generic sg v4 driver)
965P: FUJITA Tomonori
966M: fujita.tomonori@lab.ntt.co.jp
967L: linux-scsi@vger.kernel.org
968S: Supported
969
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700971P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200972M: mchehab@infradead.org
973M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700975W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200976T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700977S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
Jonathan Corbet77d51402007-03-22 19:44:17 -0300979CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
980P: Jonathan Corbet
981M: corbet@lwn.net
982L: video4linux-list@redhat.com
983S: Maintained
984
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200985CALGARY x86-64 IOMMU
986P: Muli Ben-Yehuda
987M: muli@il.ibm.com
988P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200989M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200990L: linux-kernel@vger.kernel.org
991L: discuss@x86-64.org
992S: Maintained
993
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800994CFAG12864B LCD DRIVER
995P: Miguel Ojeda Sandonis
996M: maxextreme@gmail.com
997L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700998W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800999S: Maintained
1000
1001CFAG12864BFB LCD FRAMEBUFFER DRIVER
1002P: Miguel Ojeda Sandonis
1003M: maxextreme@gmail.com
1004L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001005W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001006S: Maintained
1007
Johannes Berg704232c2007-04-23 12:20:05 -07001008CFG80211 and NL80211
1009P: Johannes Berg
1010M: johannes@sipsolutions.net
1011L: linux-wireless@vger.kernel.org
1012S: Maintained
1013
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001014CHECKPATCH
1015P: Andy Whitcroft
1016M: apw@shadowen.org
1017P: Randy Dunlap
1018M: rdunlap@xenotime.net
1019P: Joel Schopp
1020M: jschopp@austin.ibm.com
1021S: Supported
1022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023COMMON INTERNET FILE SYSTEM (CIFS)
1024P: Steve French
1025M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001026L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001028W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001029T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001030S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031
Joel Becker7063fbf2005-12-15 14:29:43 -08001032CONFIGFS
1033P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001034M: joel.becker@oracle.com
1035L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001036S: Supported
1037
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001038CIRRUS LOGIC EP93XX ETHERNET DRIVER
1039P: Lennert Buytenhek
1040M: kernel@wantstofly.org
1041L: netdev@vger.kernel.org
1042S: Maintained
1043
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001044CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1045P: Lennert Buytenhek
1046M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001047L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001048S: Maintained
1049
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1051P: Cirrus Logic Corporation (kernel 2.2 driver)
1052M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1053P: Nils Faerber (port to kernel 2.4)
1054M: Nils Faerber <nils@kernelconcepts.de>
1055S: Maintained
1056
1057CODA FILE SYSTEM
1058P: Jan Harkes
1059M: jaharkes@cs.cmu.edu
1060M: coda@cs.cmu.edu
1061L: codalist@coda.cs.cmu.edu
1062W: http://www.coda.cs.cmu.edu/
1063S: Maintained
1064
1065COMPACTPCI HOTPLUG CORE
1066P: Scott Murray
1067M: scottm@somanetworks.com
1068M: scott@spiteful.org
1069L: pcihpd-discuss@lists.sourceforge.net
1070S: Supported
1071
1072COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1073P: Scott Murray
1074M: scottm@somanetworks.com
1075M: scott@spiteful.org
1076L: pcihpd-discuss@lists.sourceforge.net
1077S: Supported
1078
1079COMPACTPCI HOTPLUG GENERIC DRIVER
1080P: Scott Murray
1081M: scottm@somanetworks.com
1082M: scott@spiteful.org
1083L: pcihpd-discuss@lists.sourceforge.net
1084S: Supported
1085
1086COMPUTONE INTELLIPORT MULTIPORT CARD
1087P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001088M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001090S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091
Simon Arlott949be0f2007-03-06 02:47:46 -08001092CONEXANT ACCESSRUNNER USB DRIVER
1093P: Simon Arlott
1094M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001095L: accessrunner-general@lists.sourceforge.net
1096W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001097S: Maintained
1098
Rudolf Marekbebe4672007-05-08 17:22:02 +02001099CORETEMP HARDWARE MONITORING DRIVER
1100P: Rudolf Marek
1101M: r.marek@assembler.cz
1102L: lm-sensors@lm-sensors.org
1103S: Maintained
1104
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105COSA/SRP SYNC SERIAL DRIVER
1106P: Jan "Yenya" Kasprzak
1107M: kas@fi.muni.cz
1108W: http://www.fi.muni.cz/~kas/cosa/
1109S: Maintained
1110
1111CPU FREQUENCY DRIVERS
1112P: Dave Jones
1113M: davej@codemonkey.org.uk
1114L: cpufreq@lists.linux.org.uk
1115W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001116T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117S: Maintained
1118
1119CPUID/MSR DRIVER
1120P: H. Peter Anvin
1121M: hpa@zytor.com
1122S: Maintained
1123
Paul Jacksoned90fb42005-09-27 21:45:37 -07001124CPUSETS
1125P: Paul Jackson
1126P: Simon Derr
1127M: pj@sgi.com
1128M: simon.derr@bull.net
1129L: linux-kernel@vger.kernel.org
1130W: http://www.bullopensource.org/cpuset/
1131S: Supported
1132
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001134W: http://sourceforge.net/projects/cramfs/
1135S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136
1137CRIS PORT
1138P: Mikael Starvik
1139M: starvik@axis.com
1140L: dev-etrax@axis.com
1141W: http://developer.axis.com
1142S: Maintained
1143
1144CRYPTO API
1145P: Herbert Xu
1146M: herbert@gondor.apana.org.au
1147P: David S. Miller
1148M: davem@davemloft.net
1149L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001150T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151S: Maintained
1152
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001153CS5535 Audio ALSA driver
1154P: Jaya Kumar
1155M: jayakumar.alsa@gmail.com
1156S: Maintained
1157
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158CYBERPRO FB DRIVER
1159P: Russell King
1160M: rmk@arm.linux.org.uk
1161W: http://www.arm.linux.org.uk/
1162S: Maintained
1163
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001164CYBLAFB FRAMEBUFFER DRIVER
1165P: Knut Petersen
1166M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001167L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001168S: Maintained
1169
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170CYCLADES 2X SYNC CARD DRIVER
1171P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001172M: acme@ghostprotocols.net
1173W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174S: Maintained
1175
1176CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001178S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179
1180CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001182S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184DAMA SLAVE for AX.25
1185P: Joerg Reuter
1186M: jreuter@yaina.de
1187W: http://yaina.de/jreuter/
1188W: http://www.qsl.net/dl1bke/
1189L: linux-hams@vger.kernel.org
1190S: Maintained
1191
1192DC395x SCSI driver
1193P: Oliver Neukum
1194M: oliver@neukum.name
1195P: Ali Akcaagac
1196M: aliakc@web.de
1197P: Jamie Lenehan
1198M: lenehan@twibble.org
1199W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001200L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201L: http://lists.twibble.org/mailman/listinfo/dc395x/
1202S: Maintained
1203
1204DC390/AM53C974 SCSI driver
1205P: Kurt Garloff
1206M: garloff@suse.de
1207W: http://www.garloff.de/kurt/linux/dc390/
1208P: Guennadi Liakhovetski
1209M: g.liakhovetski@gmx.de
1210S: Maintained
1211
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001212DCCP PROTOCOL
1213P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001214M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001215L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001216W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001217S: Maintained
1218
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219DECnet NETWORK LAYER
1220P: Patrick Caulfield
1221M: patrick@tykepenguin.com
1222W: http://linux-decnet.sourceforge.net
1223L: linux-decnet-user@lists.sourceforge.net
1224S: Maintained
1225
1226DEFXX FDDI NETWORK DRIVER
1227P: Maciej W. Rozycki
1228M: macro@linux-mips.org
1229S: Maintained
1230
1231DELL LAPTOP SMM DRIVER
1232P: Massimo Dal Zotto
1233M: dz@debian.org
1234W: http://www.debian.org/~dz/i8k/
1235S: Maintained
1236
Doug Warzecha90563ec2005-09-06 15:17:15 -07001237DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1238P: Doug Warzecha
1239M: Douglas_Warzecha@dell.com
1240S: Maintained
1241
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001242DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243P: Alasdair Kergon
1244L: dm-devel@redhat.com
1245W: http://sources.redhat.com/dm
1246S: Maintained
1247
1248DEVICE NUMBER REGISTRY
1249P: Torben Mathiasen
1250M: device@lanana.org
1251W: http://lanana.org/docs/device-list/index.html
1252L: linux-kernel@vger.kernel.org
1253S: Maintained
1254
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255DIGI INTL. EPCA DRIVER
1256P: Digi International, Inc
1257M: Eng.Linux@digi.com
1258L: Eng.Linux@digi.com
1259W: http://www.digi.com
1260S: Orphaned
1261
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262DIRECTORY NOTIFICATION
1263P: Stephen Rothwell
1264M: sfr@canb.auug.org.au
1265L: linux-kernel@vger.kernel.org
1266S: Supported
1267
1268DISK GEOMETRY AND PARTITION HANDLING
1269P: Andries Brouwer
1270M: aeb@cwi.nl
1271W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1272W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1273W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1274S: Maintained
1275
1276DISKQUOTA:
1277P: Jan Kara
1278M: jack@suse.cz
1279L: linux-kernel@vger.kernel.org
1280S: Maintained
1281
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001282DISTRIBUTED LOCK MANAGER
1283P: Patrick Caulfield
1284M: pcaulfie@redhat.com
1285P: David Teigland
1286M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001287L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001288W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001289T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1290T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001291S: Supported
1292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1294P: Tobias Ringstrom
1295M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001296L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297S: Maintained
1298
Dan Williamsb3e5f262007-08-07 10:26:35 -07001299DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001300P: Shannon Nelson
1301M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001302P: Dan Williams
1303M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001304L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001305S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001306
Juerg Haefligerb8250372007-06-09 10:11:16 -04001307DME1737 HARDWARE MONITOR DRIVER
1308P: Juerg Haefliger
1309M: juergh@gmail.com
1310L: lm-sensors@lm-sensors.org
1311S: Maintained
1312
Martin Waitzba483d52005-06-17 13:20:59 -07001313DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001314P: Randy Dunlap
1315M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001316S: Maintained
1317
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001318DOCKING STATION DRIVER
1319P: Kristen Carlson Accardi
1320M: kristen.c.accardi@intel.com
1321L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001322S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001323
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324DOUBLETALK DRIVER
1325P: James R. Van Zandt
1326M: jrv@vanzandt.mv.com
1327L: blinux-list@redhat.com
1328S: Maintained
1329
1330DRIVER CORE, KOBJECTS, AND SYSFS
1331P: Greg Kroah-Hartman
1332M: gregkh@suse.de
1333L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001334T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335S: Supported
1336
1337DRM DRIVERS
1338P: David Airlie
1339M: airlied@linux.ie
1340L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001341T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342S: Maintained
1343
1344DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001345P: Francois Romieu
1346M: romieu@fr.zoreil.com
1347L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348S: Maintained
1349
1350DVB SUBSYSTEM AND DRIVERS
1351P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001352M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001354W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001355T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001356S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357
1358EATA-DMA SCSI DRIVER
1359P: Michael Neuffer
1360L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1361S: Maintained
1362
1363EATA ISA/EISA/PCI SCSI DRIVER
1364P: Dario Ballabio
1365M: ballabio_dario@emc.com
1366L: linux-scsi@vger.kernel.org
1367S: Maintained
1368
1369EATA-PIO SCSI DRIVER
1370P: Michael Neuffer
1371M: mike@i-Connect.Net
1372L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1373S: Maintained
1374
1375EBTABLES
1376P: Bart De Schuymer
1377M: bart.de.schuymer@pandora.be
1378L: ebtables-user@lists.sourceforge.net
1379L: ebtables-devel@lists.sourceforge.net
1380W: http://ebtables.sourceforge.net/
1381S: Maintained
1382
Michael Halcrow237fead2006-10-04 02:16:22 -07001383ECRYPT FILE SYSTEM
1384P: Mike Halcrow, Phillip Hellewell
1385M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1386L: ecryptfs-devel@lists.sourceforge.net
1387W: http://ecryptfs.sourceforge.net/
1388S: Supported
1389
Alan Coxda9bb1d2006-01-18 17:44:13 -08001390EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001391P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001392M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001393L: bluesmoke-devel@lists.sourceforge.net
1394W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001395S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001396
1397EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001398P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001399P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001400M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001401M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001402L: bluesmoke-devel@lists.sourceforge.net
1403W: bluesmoke.sourceforge.net
1404S: Maintained
1405
1406EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001407P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001408M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001409L: bluesmoke-devel@lists.sourceforge.net
1410W: bluesmoke.sourceforge.net
1411S: Maintained
1412
Douglas Thompson6bc78402007-07-19 01:50:12 -07001413EDAC-I82443BXGX
1414P: Tim Small
1415M: tim@buttersideup.com
1416L: bluesmoke-devel@lists.sourceforge.net
1417W: bluesmoke.sourceforge.net
1418S: Maintained
1419
1420EDAC-I3000
1421P: Jason Uhlenkott
1422M: juhlenko@akamai.com
1423L: bluesmoke-devel@lists.sourceforge.net
1424W: bluesmoke.sourceforge.net
1425S: Maintained
1426
1427EDAC-I5000
1428P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001429M: dougthompson@xmission.com
1430L: bluesmoke-devel@lists.sourceforge.net
1431W: bluesmoke.sourceforge.net
1432S: Maintained
1433
1434EDAC-I82975X
1435P: Ranganathan Desikan
1436P: Arvind R.
1437M: rdesikan@jetzbroadband.com
1438M: arvind@acarlab.com
1439L: bluesmoke-devel@lists.sourceforge.net
1440W: bluesmoke.sourceforge.net
1441S: Maintained
1442
1443EDAC-PASEMI
1444P: Egor Martovetsky
1445M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001446L: bluesmoke-devel@lists.sourceforge.net
1447W: bluesmoke.sourceforge.net
1448S: Maintained
1449
Dave Peterson0e438e32006-03-26 01:38:55 -08001450EDAC-R82600
1451P: Tim Small
1452M: tim@buttersideup.com
1453L: bluesmoke-devel@lists.sourceforge.net
1454W: bluesmoke.sourceforge.net
1455S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001456
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457EEPRO100 NETWORK DRIVER
1458P: Andrey V. Savochkin
1459M: saw@saw.sw.com.sg
1460S: Maintained
1461
Josh Triplett0bee8d22006-07-30 03:03:58 -07001462EFS FILESYSTEM
1463W: http://aeschi.ch.eu.org/efs/
1464S: Orphan
1465
Heiko J Schickfab97222006-09-22 15:22:22 -07001466EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1467P: Hoang-Nam Nguyen
1468M: hnguyen@de.ibm.com
1469P: Christoph Raisch
1470M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001471L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001472S: Supported
1473
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001474EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001475P: James Smart
1476M: james.smart@emulex.com
1477L: linux-scsi@vger.kernel.org
1478W: http://sourceforge.net/projects/lpfcxxxx
1479S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001480
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481EPSON 1355 FRAMEBUFFER DRIVER
1482P: Christopher Hoover
1483M: ch@murgatroid.com, ch@hpl.hp.com
1484S: Maintained
1485
1486ETHEREXPRESS-16 NETWORK DRIVER
1487P: Philip Blundell
1488M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001489L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490S: Maintained
1491
1492ETHERNET BRIDGE
1493P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001494M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001495L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496W: http://bridge.sourceforge.net/
1497S: Maintained
1498
1499ETHERTEAM 16I DRIVER
1500P: Mika Kuoppala
1501M: miku@iki.fi
1502S: Maintained
1503
1504EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001505L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506S: Maintained
1507
1508EXT3 FILE SYSTEM
1509P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001510M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001511L: linux-ext4@vger.kernel.org
1512S: Maintained
1513
1514EXT4 FILE SYSTEM
1515P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001516M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001517L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518S: Maintained
1519
Jean Delvaree53004e2006-01-09 23:26:14 +01001520F71805F HARDWARE MONITORING DRIVER
1521P: Jean Delvare
1522M: khali@linux-fr.org
1523L: lm-sensors@lm-sensors.org
1524S: Maintained
1525
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526FARSYNC SYNCHRONOUS DRIVER
1527P: Kevin Curtis
1528M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529W: http://www.farsite.co.uk/
1530S: Supported
1531
Akinobu Mitac5408b82007-04-23 14:41:20 -07001532FAULT INJECTION SUPPORT
1533P: Akinobu Mita
1534M: akinobu.mita@gmail.com
1535S: Supported
1536
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537FRAMEBUFFER LAYER
1538P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001539M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001540L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541W: http://linux-fbdev.sourceforge.net/
1542S: Maintained
1543
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001544FREESCALE SOC FS_ENET DRIVER
1545P: Pantelis Antoniou
1546M: pantelis.antoniou@gmail.com
1547P: Vitaly Bordug
1548M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001549L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001550L: netdev@vger.kernel.org
1551S: Maintained
1552
Li Yanga7205b32007-04-23 10:38:18 -07001553FREESCALE HIGHSPEED USB DEVICE DRIVER
1554P: Li Yang
1555M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001556L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001557L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001558S: Maintained
1559
Li Yangbeaf53b2007-05-25 13:54:02 +08001560FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1561P: Li Yang
1562M: leoli@freescale.com
1563L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001564L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001565S: Maintained
1566
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567FILE LOCKING (flock() and fcntl()/lockf())
1568P: Matthew Wilcox
1569M: matthew@wil.cx
1570L: linux-fsdevel@vger.kernel.org
1571S: Maintained
1572
1573FILESYSTEMS (VFS and infrastructure)
1574P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001575M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576S: Maintained
1577
Stefan Richterb3274472007-05-30 20:44:52 -04001578FIREWIRE SUBSYSTEM
1579P: Kristian Hoegsberg, Stefan Richter
1580M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1581L: linux1394-devel@lists.sourceforge.net
1582W: http://www.linux1394.org/
1583T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1584S: Maintained
1585
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586FIRMWARE LOADER (request_firmware)
1587L: linux-kernel@vger.kernel.org
1588S: Orphan
1589
1590FPU EMULATOR
1591P: Bill Metzenthen
1592M: billm@suburbia.net
1593W: http://suburbia.net/~billm/floating-point/emulator/
1594S: Maintained
1595
1596FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1597P: Mike McLagan
1598M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001599L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600S: Maintained
1601
1602FREEVXFS FILESYSTEM
1603P: Christoph Hellwig
1604M: hch@infradead.org
1605W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1606S: Maintained
1607
David Howells5ab7ffe2007-04-10 15:10:45 +01001608FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609P: David Howells
1610M: dhowells@redhat.com
1611S: Maintained
1612
Miklos Szeredi04578f12005-09-09 13:10:22 -07001613FUSE: FILESYSTEM IN USERSPACE
1614P: Miklos Szeredi
1615M: miklos@szeredi.hu
1616L: fuse-devel@lists.sourceforge.net
1617W: http://fuse.sourceforge.net/
1618S: Maintained
1619
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1621P: Rik Faith
1622M: faith@cs.unc.edu
1623L: linux-scsi@vger.kernel.org
1624S: Odd fixes (e.g., new signatures)
1625
1626GDT SCSI DISK ARRAY CONTROLLER DRIVER
1627P: Achim Leubner
1628M: achim_leubner@adaptec.com
1629L: linux-scsi@vger.kernel.org
1630W: http://www.icp-vortex.com/
1631S: Supported
1632
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001633GENERIC GPIO I2C DRIVER
1634P: Haavard Skinnemoen
1635M: hskinnemoen@atmel.com
1636S: Supported
1637
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1639P: Krzysztof Halasa
1640M: khc@pm.waw.pl
1641W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1642S: Maintained
1643
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001644GFS2 FILE SYSTEM
1645P: Steven Whitehouse
1646M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001647L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001648W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001649T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1650T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001651S: Supported
1652
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001653GIGASET ISDN DRIVERS
1654P: Hansjoerg Lipp
1655M: hjlipp@web.de
1656P: Tilman Schmidt
1657M: tilman@imap.cc
1658L: gigaset307x-common@lists.sourceforge.net
1659W: http://gigaset307x.sourceforge.net/
1660S: Maintained
1661
Jean Delvare5b543962005-08-15 19:51:02 +02001662HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001663P: Mark M. Hoffman
1664M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001665L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001666W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001667T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1668T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001669S: Maintained
1670
Michael Buesch844dd052006-06-26 00:24:59 -07001671HARDWARE RANDOM NUMBER GENERATOR CORE
1672P: Michael Buesch
1673M: mb@bu3sch.de
1674S: Maintained
1675
Robert Love860e1d62005-08-31 23:57:59 -04001676HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1677P: Robert Love
1678M: rlove@rlove.org
1679M: linux-kernel@vger.kernel.org
1680W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1681S: Maintained
1682
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683HARMONY SOUND DRIVER
1684P: Kyle McMartin
1685M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001686L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687S: Maintained
1688
1689HAYES ESP SERIAL DRIVER
1690P: Andrew J. Robinson
1691M: arobinso@nyx.net
1692L: linux-kernel@vger.kernel.org
1693W: http://www.nyx.net/~arobinso
1694S: Maintained
1695
1696HFS FILESYSTEM
1697P: Roman Zippel
1698M: zippel@linux-m68k.org
1699L: linux-kernel@vger.kernel.org
1700S: Maintained
1701
1702HGA FRAMEBUFFER DRIVER
1703P: Ferenc Bakonyi
1704M: fero@drama.obuda.kando.hu
1705L: linux-nvidia@lists.surfsouth.com
1706W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1707S: Maintained
1708
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001709HID CORE LAYER
1710P: Jiri Kosina
1711M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001712L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001713T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001714S: Maintained
1715
Ingo Molnar38bed542007-02-22 09:09:34 +01001716HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1717P: Thomas Gleixner
1718M: tglx@linutronix.de
1719L: linux-kernel@vger.kernel.org
1720S: Maintained
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722HIGH-SPEED SCC DRIVER FOR AX.25
1723P: Klaus Kudielka
1724M: klaus.kudielka@ieee.org
1725L: linux-hams@vger.kernel.org
1726W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1727S: Maintained
1728
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001729HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1730P: HighPoint Linux Team
1731M: linux@highpoint-tech.com
1732W: http://www.highpoint-tech.com
1733S: Supported
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735HIPPI
1736P: Jes Sorensen
1737M: jes@trained-monkey.org
1738L: linux-hippi@sunsite.dk
1739S: Maintained
1740
1741HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1742P: Chirag Kantharia
1743M: chirag.kantharia@hp.com
1744L: iss_storagedev@hp.com
1745S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001746
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747HEWLETT-PACKARD SMART2 RAID DRIVER
1748P: Chirag Kantharia
1749M: chirag.kantharia@hp.com
1750L: iss_storagedev@hp.com
1751S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001752
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1754P: Mike Miller
1755M: mike.miller@hp.com
1756L: iss_storagedev@hp.com
1757S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001758
Jouni Malinenff1d2762005-05-12 22:54:16 -04001759HOST AP DRIVER
1760P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001761M: j@w1.fi
1762L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001763L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001764W: http://hostap.epitest.fi/
1765S: Maintained
1766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1768P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001769M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770S: Maintained
1771
Bob Piccob9b03322005-11-07 00:59:19 -08001772HPET: High Precision Event Timers driver (hpet.c)
1773P: Clemens Ladisch
1774M: clemens@ladisch.de
1775S: Maintained
1776
1777HPET: i386
1778P: Venkatesh Pallipadi (Venki)
1779M: venkatesh.pallipadi@intel.com
1780S: Maintained
1781
1782HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001783P: Vojtech Pavlik
1784M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001785S: Maintained
1786
1787HPET: ACPI hpet.c
1788P: Bob Picco
1789M: bob.picco@hp.com
1790S: Maintained
1791
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792HPFS FILESYSTEM
1793P: Mikulas Patocka
1794M: mikulas@artax.karlin.mff.cuni.cz
1795W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1796S: Maintained
1797
1798HUGETLB FILESYSTEM
1799P: William Irwin
1800M: wli@holomorphy.com
1801S: Maintained
1802
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001803I2C/SMBUS STUB DRIVER
1804P: Mark M. Hoffman
1805M: mhoffman@lightlink.com
1806L: lm-sensors@lm-sensors.org
1807S: Maintained
1808
Jean Delvare5b543962005-08-15 19:51:02 +02001809I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810P: Jean Delvare
1811M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001812L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001813T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814S: Maintained
1815
Till Harbaume8c76ee2007-05-01 23:26:35 +02001816I2C-TINY-USB DRIVER
1817P: Till Harbaum
1818M: till@harbaum.org
1819L: i2c@lm-sensors.org
1820T: http://www.harbaum.org/till/i2c_tiny_usb
1821S: Maintained
1822
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001824P: H. Peter Anvin
1825M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826L: Linux-Kernel@vger.kernel.org
1827S: Maintained
1828
1829i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830P: H. Peter Anvin
1831M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001832T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833S: Maintained
1834
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835IA64 (Itanium) PLATFORM
1836P: Tony Luck
1837M: tony.luck@intel.com
1838L: linux-ia64@vger.kernel.org
1839W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001840T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841S: Maintained
1842
1843SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001844P: Jes Sorensen
1845M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846L: linux-altix@sgi.com
1847L: linux-ia64@vger.kernel.org
1848W: http://www.sgi.com/altix
1849S: Maintained
1850
1851IBM MCA SCSI SUBSYSTEM DRIVER
1852P: Michael Lang
1853M: langa2@kph.uni-mainz.de
1854W: http://www.uni-mainz.de/~langm000/linux.html
1855S: Maintained
1856
1857IBM Power Linux RAID adapter
1858P: Brian King
1859M: brking@us.ibm.com
1860S: Supported
1861
1862IBM ServeRAID RAID DRIVER
1863P: Jack Hammer
1864P: Dave Jeffery
1865M: ipslinux@adaptec.com
1866W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001867S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001873T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874S: Maintained
1875
1876IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001877P: Borislav Petkov
1878M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001879L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001880S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881
1882IDE/ATAPI FLOPPY DRIVERS
1883P: Paul Bristow
1884M: Paul Bristow <paul@paulbristow.net>
1885W: http://paulbristow.net/linux/idefloppy.html
1886L: linux-kernel@vger.kernel.org
1887S: Maintained
1888
1889IDE/ATAPI TAPE DRIVERS
1890P: Gadi Oxman
1891M: Gadi Oxman <gadio@netvision.net.il>
1892L: linux-kernel@vger.kernel.org
1893S: Maintained
1894
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001895IDE-SCSI DRIVER
1896L: linux-ide@vger.kernel.org
1897L: linux-scsi@vger.kernel.org
1898S: Orphan
1899
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900IEEE 1394 SUBSYSTEM
1901P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001902M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001903P: Stefan Richter
1904M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905L: linux1394-devel@lists.sourceforge.net
1906W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001907T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908S: Maintained
1909
Stefan Richterf51a5a92007-04-23 14:41:10 -07001910IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911P: Dan Dennedy
1912M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001913P: Stefan Richter
1914M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001916S: Maintained
1917
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001919L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001920S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921
1922INFINIBAND SUBSYSTEM
1923P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001924M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001926M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001928M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001929L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001931T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932S: Supported
1933
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001934INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001935P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001936M: dmitry.torokhov@gmail.com
1937M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001938L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001939T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940S: Maintained
1941
Robert Lovec9f04f52005-07-15 12:21:07 -04001942INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001943P: John McCutchan
1944M: ttb@tentacle.dhs.org
1945P: Robert Love
1946M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001947L: linux-kernel@vger.kernel.org
1948S: Maintained
1949
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001950INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001951P: Sylvain Meyer
1952M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001953L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001954S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001955
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001957P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001958M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001959L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001960S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962INTEL IA32 MICROCODE UPDATE SUPPORT
1963P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001964M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965S: Maintained
1966
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001967INTEL I/OAT DMA DRIVER
1968P: Shannon Nelson
1969M: shannon.nelson@intel.com
1970L: linux-kernel@vger.kernel.org
1971S: Supported
1972
Dan Williamsb3e5f262007-08-07 10:26:35 -07001973INTEL IOP-ADMA DMA DRIVER
1974P: Dan Williams
1975M: dan.j.williams@intel.com
1976L: linux-kernel@vger.kernel.org
1977S: Supported
1978
Michael Buesch844dd052006-06-26 00:24:59 -07001979INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1980P: Deepak Saxena
1981M: dsaxena@plexity.net
1982S: Maintained
1983
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001984INTEL IXP2000 ETHERNET DRIVER
1985P: Lennert Buytenhek
1986M: kernel@wantstofly.org
1987L: netdev@vger.kernel.org
1988S: Maintained
1989
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08001991P: Auke Kok
1992M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993P: Jesse Brandeburg
1994M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001995P: Jeff Kirsher
1996M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08001997P: John Ronciak
1998M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001999L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000W: http://sourceforge.net/projects/e1000/
2001S: Supported
2002
2003INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002004P: Auke Kok
2005M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002006P: Jesse Brandeburg
2007M: jesse.brandeburg@intel.com
2008P: Jeff Kirsher
2009M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002010P: John Ronciak
2011M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002012L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013W: http://sourceforge.net/projects/e1000/
2014S: Supported
2015
2016INTEL PRO/10GbE SUPPORT
2017P: Ayyappan Veeraiyan
2018M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002019P: Auke Kok
2020M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002021P: Jesse Brandeburg
2022M: jesse.brandeburg@intel.com
2023P: John Ronciak
2024M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002025L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026W: http://sourceforge.net/projects/e1000/
2027S: Supported
2028
James Ketrenos826d2ab2005-11-07 18:56:59 -06002029INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2030P: Yi Zhu
2031M: yi.zhu@intel.com
2032P: James Ketrenos
2033M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002034L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002035L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002036W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002037W: http://ipw2100.sourceforge.net
2038S: Supported
2039
2040INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2041P: Yi Zhu
2042M: yi.zhu@intel.com
2043P: James Ketrenos
2044M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002045L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002046L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002047W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002048W: http://ipw2200.sourceforge.net
2049S: Supported
2050
Zhu Yib481de92007-09-25 17:54:57 -07002051INTEL WIRELESS WIFI LINK (iwlwifi)
2052P: Zhu Yi
2053M: yi.zhu@intel.com
2054L: linux-wireless@vger.kernel.org
2055L: ipw3945-devel@lists.sourceforge.net
2056W: http://intellinuxwireless.org
2057T: git git://intellinuxwireless.org/repos/iwlwifi
2058S: Supported
2059
Ralf Baechlecb109a02007-08-30 23:56:30 -07002060IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061P: Ralf Baechle
2062M: ralf@linux-mips.org
2063L: linux-mips@linux-mips.org
2064S: Maintained
2065
Ralf Baechlecb109a02007-08-30 23:56:30 -07002066IOC3 SERIAL DRIVER
2067P: Pat Gefre
2068M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002069L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002070S: Maintained
2071
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072IP MASQUERADING:
2073P: Juanjo Ciarlante
2074M: jjciarla@raiz.uncu.edu.ar
2075S: Maintained
2076
Francois Romieu1202d6f2007-09-17 17:13:55 -07002077IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2078P: Francois Romieu
2079M: romieu@fr.zoreil.com
2080P: Sorbica Shieh
2081M: sorbica@icplus.com.tw
2082P: Jesse Huang
2083M: jesse@icplus.com.tw
2084L: netdev@vger.kernel.org
2085S: Maintained
2086
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002087IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002088P: Arthur Jones
2089M: infinipath@qlogic.com
2090L: general@lists.openfabrics.org
2091T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002092S: Supported
2093
Corey Minyard4409ebe2006-04-20 02:43:12 -07002094IPMI SUBSYSTEM
2095P: Corey Minyard
2096M: minyard@acm.org
2097L: openipmi-developer@lists.sourceforge.net
2098W: http://openipmi.sourceforge.net/
2099S: Supported
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101IPX NETWORK LAYER
2102P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002103M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002104L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105S: Maintained
2106
2107IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002108P: Samuel Ortiz
2109M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002110L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002112S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113
Mike Christie14816b1e2007-11-28 16:22:06 -08002114ISCSI
2115P: Mike Christie
2116M: michaelc@cs.wisc.edu
2117L: open-iscsi@googlegroups.com
2118W: www.open-iscsi.org
2119T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2120S: Maintained
2121
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122ISAPNP
2123P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002124M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Maintained
2126
2127ISDN SUBSYSTEM
2128P: Karsten Keil
2129M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130L: isdn4linux@listserv.isdn4linux.de
2131W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002132T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Maintained
2134
2135ISDN SUBSYSTEM (Eicon active card driver)
2136P: Armin Schindler
2137M: mac@melware.de
2138L: isdn4linux@listserv.isdn4linux.de
2139W: http://www.melware.de
2140S: Maintained
2141
Hans Verkuil91821ff2007-12-02 09:35:33 -03002142IVTV VIDEO4LINUX DRIVER
2143P: Hans Verkuil
2144M: hverkuil@xs4all.nl
2145L: ivtv-devel@ivtvdriver.org
2146L: ivtv-users@ivtvdriver.org
2147L: video4linux-list@redhat.com
2148W: http://www.ivtvdriver.org
2149S: Maintained
2150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2152P: David Woodhouse
2153M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002154L: linux-mtd@lists.infradead.org
2155W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156S: Maintained
2157
2158JFS FILESYSTEM
2159P: Dave Kleikamp
2160M: shaggy@austin.ibm.com
2161L: jfs-discussion@lists.sourceforge.net
2162W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002163T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164S: Supported
2165
Josh Triplettde456d32006-07-30 03:04:00 -07002166JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002167P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002168M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002169L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002170S: Maintained
2171
Rudolf Marek4660cb32006-10-08 22:01:26 +02002172K8TEMP HARDWARE MONITORING DRIVER
2173P: Rudolf Marek
2174M: r.marek@assembler.cz
2175L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176S: Maintained
2177
2178KCONFIG
2179P: Roman Zippel
2180M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002181L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182S: Maintained
2183
Vivek Goyalea6c2082006-05-20 14:59:55 -07002184KDUMP
2185P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002186M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002187P: Haren Myneni
2188M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002189L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002190L: linux-kernel@vger.kernel.org
2191W: http://lse.sourceforge.net/kdump/
2192S: Maintained
2193
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194KERNEL AUTOMOUNTER (AUTOFS)
2195P: H. Peter Anvin
2196M: hpa@zytor.com
2197L: autofs@linux.kernel.org
2198S: Odd Fixes
2199
2200KERNEL AUTOMOUNTER v4 (AUTOFS4)
2201P: Ian Kent
2202M: raven@themaw.net
2203L: autofs@linux.kernel.org
2204S: Maintained
2205
2206KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207P: Sam Ravnborg
2208M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002209T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002210L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002211S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212
2213KERNEL JANITORS
2214P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002215L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217S: Maintained
2218
2219KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002220P: J. Bruce Fields
2221M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002223M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224L: nfs@lists.sourceforge.net
2225W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
Avi Kivity426d62e2006-12-13 00:34:03 -08002228KERNEL VIRTUAL MACHINE (KVM)
2229P: Avi Kivity
2230M: avi@qumranet.com
2231L: kvm-devel@lists.sourceforge.net
2232W: kvm.sourceforge.net
2233S: Supported
2234
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002235KEXEC
2236P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002237M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002238W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002239L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002240L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002241S: Maintained
2242
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002243KPROBES
2244P: Prasanna S Panchamukhi
2245M: prasanna@in.ibm.com
2246P: Ananth N Mavinakayanahalli
2247M: ananth@in.ibm.com
2248P: Anil S Keshavamurthy
2249M: anil.s.keshavamurthy@intel.com
2250P: David S. Miller
2251M: davem@davemloft.net
2252L: linux-kernel@vger.kernel.org
2253S: Maintained
2254
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002255KS0108 LCD CONTROLLER DRIVER
2256P: Miguel Ojeda Sandonis
2257M: maxextreme@gmail.com
2258L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002259W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002260S: Maintained
2261
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002264S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265
2266LASI 53c700 driver for PARISC
2267P: James E.J. Bottomley
2268M: James.Bottomley@HansenPartnership.com
2269L: linux-scsi@vger.kernel.org
2270S: Maintained
2271
Richard Purdie263de9b2006-05-15 09:44:16 -07002272LED SUBSYSTEM
2273P: Richard Purdie
2274M: rpurdie@rpsys.net
2275S: Maintained
2276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277LEGO USB Tower driver
2278P: Juergen Stuber
2279M: starblue@users.sourceforge.net
2280L: legousb-devel@lists.sourceforge.net
2281W: http://legousb.sourceforge.net/
2282S: Maintained
2283
Rusty Russell568a17f2007-10-25 14:12:24 +10002284LGUEST
2285P: Rusty Russell
2286M: rusty@rustcorp.com.au
2287L: lguest@ozlabs.org
2288W: http://lguest.ozlabs.org/
2289S: Maintained
2290
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291LINUX FOR IBM pSERIES (RS/6000)
2292P: Paul Mackerras
2293M: paulus@au.ibm.com
2294W: http://www.ibm.com/linux/ltc/projects/ppc
2295S: Supported
2296
2297LINUX FOR NCR VOYAGER
2298P: James Bottomley
2299M: James.Bottomley@HansenPartnership.com
2300W: http://www.hansenpartnership.com/voyager
2301S: Maintained
2302
2303LINUX FOR POWERPC
2304P: Paul Mackerras
2305M: paulus@samba.org
2306W: http://www.penguinppc.org/
2307L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002308T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309S: Supported
2310
2311LINUX FOR POWER MACINTOSH
2312P: Benjamin Herrenschmidt
2313M: benh@kernel.crashing.org
2314W: http://www.penguinppc.org/
2315L: linuxppc-dev@ozlabs.org
2316S: Maintained
2317
2318LINUX FOR POWERPC EMBEDDED MPC52XX
2319P: Sylvain Munaut
2320M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002321P: Grant Likely
2322M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323W: http://www.246tNt.com/mpc52xx/
2324W: http://www.penguinppc.org/
2325L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326S: Maintained
2327
2328LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002329P: Josh Boyer
2330M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331P: Matt Porter
2332M: mporter@kernel.crashing.org
2333W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002334L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002335T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Maintained
2337
Grant Likely260c02a2007-10-02 12:15:34 +10002338LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2339P: Grant Likely
2340M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002341W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +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 BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346P: Tom Rini
2347M: trini@kernel.crashing.org
2348W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002349L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350S: Maintained
2351
Tom Rinie93adf12005-07-26 12:49:53 -07002352LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002353P: Vitaly Bordug
2354M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002355P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002356M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002357W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002358L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002359S: Maintained
2360
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002362P: Kumar Gala
2363M: galak@kernel.crashing.org
2364W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002365L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002366S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367
Olof Johanssonab06ff32006-09-06 14:44:54 -05002368LINUX FOR POWERPC PA SEMI PWRFICIENT
2369P: Olof Johansson
2370M: olof@lixom.net
2371W: http://www.pasemi.com/
2372L: linuxppc-dev@ozlabs.org
2373S: Supported
2374
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375LLC (802.2)
2376P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002377M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Maintained
2379
2380LINUX FOR 64BIT POWERPC
2381P: Paul Mackerras
2382M: paulus@samba.org
2383M: paulus@au.ibm.com
2384P: Anton Blanchard
2385M: anton@samba.org
2386M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002387W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002388L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Supported
2390
2391LINUX SECURITY MODULE (LSM) FRAMEWORK
2392P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002393M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002394L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002396T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397S: Supported
2398
2399LM83 HARDWARE MONITOR DRIVER
2400P: Jean Delvare
2401M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002402L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403S: Maintained
2404
2405LM90 HARDWARE MONITOR DRIVER
2406P: Jean Delvare
2407M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002408L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409S: Maintained
2410
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002411LOCKDEP AND LOCKSTAT
2412P: Peter Zijlstra
2413M: peterz@infradead.org
2414P: Ingo Molnar
2415M: mingo@redhat.com
2416L: linux-kernel@vger.kernel.org
2417T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2418S: Maintained
2419
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002420LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421P: Richard Russon (FlatCap)
2422M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002423L: linux-ntfs-dev@lists.sourceforge.net
2424W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425S: Maintained
2426
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002427LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2428P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002429M: Eric.Moore@lsi.com
2430M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002431L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002432L: linux-scsi@vger.kernel.org
2433W: http://www.lsilogic.com/support
2434S: Supported
2435
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2437P: Matthew Wilcox
2438M: matthew@wil.cx
2439L: linux-scsi@vger.kernel.org
2440S: Maintained
2441
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002442M32R ARCHITECTURE
2443P: Hirokazu Takata
2444M: takata@linux-m32r.org
2445L: linux-m32r@ml.linux-m32r.org
2446L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2447W: http://www.linux-m32r.org/
2448S: Maintained
2449
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450M68K ARCHITECTURE
2451P: Geert Uytterhoeven
2452M: geert@linux-m68k.org
2453P: Roman Zippel
2454M: zippel@linux-m68k.org
2455L: linux-m68k@lists.linux-m68k.org
2456W: http://www.linux-m68k.org/
2457W: http://linux-m68k-cvs.ubb.ca/
2458S: Maintained
2459
2460M68K ON APPLE MACINTOSH
2461P: Joshua Thompson
2462M: funaho@jurai.org
2463W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002464L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465S: Maintained
2466
2467M68K ON HP9000/300
2468P: Philip Blundell
2469M: philb@gnu.org
2470W: http://www.tazenda.demon.co.uk/phil/linux-hp
2471S: Maintained
2472
Jiri Benc64a327a2007-05-05 11:47:08 -07002473MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002474P: Michael Wu
2475M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002476P: Johannes Berg
2477M: johannes@sipsolutions.net
2478P: Jiri Benc
2479M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002480L: linux-wireless@vger.kernel.org
2481W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002482T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002483S: Maintained
2484
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002485MACVLAN DRIVER
2486P: Patrick McHardy
2487M: kaber@trash.net
2488L: netdev@vger.kernel.org
2489S: Maintained
2490
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491MARVELL YUKON / SYSKONNECT DRIVER
2492P: Mirko Lindner
2493M: mlindner@syskonnect.de
2494P: Ralph Roesler
2495M: rroesler@syskonnect.de
2496W: http://www.syskonnect.com
2497S: Supported
2498
Michael Kerriskfaf16682005-07-31 22:34:47 -07002499MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002500P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002501M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002502W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2503S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002504
Stefano Brivio74cda162007-11-19 20:27:46 +01002505MARVELL LIBERTAS WIRELESS DRIVER
2506P: Dan Williams
2507M: dcbw@redhat.com
2508L: libertas-dev@lists.infradead.org
2509S: Maintained
2510
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002511MARVELL MV643XX ETHERNET DRIVER
2512P: Dale Farnsworth
2513M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002515M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002516L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002517S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518
2519MATROX FRAMEBUFFER DRIVER
2520P: Petr Vandrovec
2521M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002522L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523S: Maintained
2524
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002525MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2526P: Hans J. Koch
2527M: hjk@linutronix.de
2528L: lm-sensors@lm-sensors.org
2529S: Maintained
2530
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002531MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002532P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002533M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002534S: linux-scsi@vger.kernel.org
2535W: http://megaraid.lsilogic.com
2536S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002537
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002538MEMORY MANAGEMENT
2539L: linux-mm@kvack.org
2540L: linux-kernel@vger.kernel.org
2541W: http://www.linux-mm.org
2542S: Maintained
2543
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002544MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545P: David Woodhouse
2546M: dwmw2@infradead.org
2547W: http://www.linux-mtd.infradead.org/
2548L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002549T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550S: Maintained
2551
Artem Bityutskiy48576402007-02-13 17:11:10 +02002552UNSORTED BLOCK IMAGES (UBI)
2553P: Artem Bityutskiy
2554M: dedekind@infradead.org
2555W: http://www.linux-mtd.infradead.org/
2556L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002557T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002558S: Maintained
2559
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560MICROTEK X6 SCANNER
2561P: Oliver Neukum
2562M: oliver@neukum.name
2563S: Maintained
2564
2565MIPS
2566P: Ralf Baechle
2567M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002568W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002570T: git www.linux-mips.org:/pub/scm/linux.git
2571S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572
2573MISCELLANEOUS MCA-SUPPORT
2574P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002575M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576L: linux-kernel@vger.kernel.org
2577S: Maintained
2578
2579MODULE SUPPORT
2580P: Rusty Russell
2581M: rusty@rustcorp.com.au
2582L: linux-kernel@vger.kernel.org
2583S: Maintained
2584
2585MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2586P: Stelian Pop
2587M: stelian@popies.net
2588W: http://popies.net/meye/
2589S: Maintained
2590
Pavel Pisac58ff042007-05-16 01:10:41 +02002591MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2592P: Pavel Pisa
2593M: ppisa@pikron.com
2594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2595W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2596S: Maintained
2597
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598MOUSE AND MISC DEVICES [GENERAL]
2599P: Alessandro Rubini
2600M: rubini@ipvvis.unipv.it
2601L: linux-kernel@vger.kernel.org
2602S: Maintained
2603
Jiri Slabyd7354102006-12-08 02:38:35 -08002604MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2605P: Jiri Slaby
2606M: jirislaby@gmail.com
2607L: linux-kernel@vger.kernel.org
2608S: Maintained
2609
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002610MSI LAPTOP SUPPORT
2611P: Lennart Poettering
2612M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002613W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002614W: http://0pointer.de/lennart/tchibo.html
2615S: Maintained
2616
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002617MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002618P: Pierre Ossman
2619M: drzeus-mmc@drzeus.cx
2620L: linux-kernel@vger.kernel.org
2621S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002622
David Brownell15a05802007-08-08 09:12:54 -07002623MULTIMEDIA CARD (MMC) ETC. OVER SPI
2624P: David Brownell
2625M: dbrownell@users.sourceforge.net
2626L: linux-kernel@vger.kernel.org
2627S: Odd fixes
2628
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629MULTISOUND SOUND DRIVER
2630P: Andrew Veliath
2631M: andrewtv@usa.net
2632S: Maintained
2633
Jiri Slabyd7354102006-12-08 02:38:35 -08002634MULTITECH MULTIPORT CARD (ISICOM)
2635P: Jiri Slaby
2636M: jirislaby@gmail.com
2637L: linux-kernel@vger.kernel.org
2638S: Maintained
2639
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640NATSEMI ETHERNET DRIVER (DP8381x)
2641P: Tim Hockin
2642M: thockin@hockin.org
2643S: Maintained
2644
2645NCP FILESYSTEM
2646P: Petr Vandrovec
2647M: vandrove@vc.cvut.cz
2648L: linware@sh.cvut.cz
2649S: Maintained
2650
2651NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2652P: James E.J. Bottomley
2653M: James.Bottomley@HansenPartnership.com
2654L: linux-scsi@vger.kernel.org
2655S: Maintained
2656
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002657NETEM NETWORK EMULATOR
2658P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002659M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002660L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002661S: Maintained
2662
Jiri Slaby4a584482007-08-30 23:56:39 -07002663NETERION (S2IO) Xframe 10GbE DRIVER
2664P: Ramkrishna Vepa
2665M: ram.vepa@neterion.com
2666P: Rastapur Santosh
2667M: santosh.rastapur@neterion.com
2668P: Sivakumar Subramani
2669M: sivakumar.subramani@neterion.com
2670P: Sreenivasa Honnur
2671M: sreenivasa.honnur@neterion.com
2672L: netdev@vger.kernel.org
2673W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2674S: Supported
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676NETFILTER/IPTABLES/IPCHAINS
2677P: Rusty Russell
2678P: Marc Boucher
2679P: James Morris
2680P: Harald Welte
2681P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002682P: Patrick McHardy
2683M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002684L: netfilter-devel@vger.kernel.org
2685L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002686L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687W: http://www.netfilter.org/
2688W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689S: Supported
2690
Paul Moore4cc67732006-09-25 15:57:13 -07002691NETLABEL
2692P: Paul Moore
2693M: paul.moore@hp.com
2694W: http://netlabel.sf.net
2695L: netdev@vger.kernel.org
2696S: Supported
2697
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698NETROM NETWORK LAYER
2699P: Ralf Baechle
2700M: ralf@linux-mips.org
2701L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002702W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703S: Maintained
2704
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002705NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706P: Paul Clements
2707M: Paul.Clements@steeleye.com
2708S: Maintained
2709
2710NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711P: Jeff Garzik
2712M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002713L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002714T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715S: Maintained
2716
2717NETWORKING [GENERAL]
2718P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002719M: netdev@vger.kernel.org
2720L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002721W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722S: Maintained
2723
2724NETWORKING [IPv4/IPv6]
2725P: David S. Miller
2726M: davem@davemloft.net
2727P: Alexey Kuznetsov
2728M: kuznet@ms2.inr.ac.ru
2729P: Pekka Savola (ipv6)
2730M: pekkas@netcore.fi
2731P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002732M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733P: Hideaki YOSHIFUJI
2734M: yoshfuji@linux-ipv6.org
2735P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002736M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002737L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002738T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739S: Maintained
2740
James Morris10e2ff12007-08-25 14:41:28 -07002741NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2742P: Paul Moore
2743M: paul.moore@hp.com
2744L: netdev@vger.kernel.org
2745S: Maintained
2746
John W. Linville29f8f632006-01-18 14:52:48 -08002747NETWORKING [WIRELESS]
2748P: John W. Linville
2749M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002750L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002751T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2752S: Maintained
2753
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002754NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002755P: Dhananjay Phadke
2756M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002757L: netdev@vger.kernel.org
2758W: http://www.netxen.com
2759S: Supported
2760
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761IPVS
2762P: Wensong Zhang
2763M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002764P: Simon Horman
2765M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766P: Julian Anastasov
2767M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002768L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769S: Maintained
2770
2771NFS CLIENT
2772P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002773M: Trond.Myklebust@netapp.com
2774L: linux-nfs@vger.kernel.org
2775W: http://client.linux-nfs.org
2776T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777S: Maintained
2778
2779NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002780P: Jan-Pascal van Best
2781M: janpascal@vanbest.org
2782P: Andreas Mohr
2783M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002784L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785S: Maintained
2786
2787NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2788P: YOKOTA Hiroshi
2789M: yokota@netlab.is.tsukuba.ac.jp
2790W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2791S: Maintained
2792
2793NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2794P: GOTO Masanori
2795M: gotom@debian.or.jp
2796P: YOKOTA Hiroshi
2797M: yokota@netlab.is.tsukuba.ac.jp
2798W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2799S: Maintained
2800
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801NTFS FILESYSTEM
2802P: Anton Altaparmakov
2803M: aia21@cantab.net
2804L: linux-ntfs-dev@lists.sourceforge.net
2805L: linux-kernel@vger.kernel.org
2806W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002807T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808S: Maintained
2809
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002810NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002811P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002812M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002813L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002814S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002816OPENCORES I2C BUS DRIVER
2817P: Peter Korsgaard
2818M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002819L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002820S: Maintained
2821
Mark Fashehccd979b2005-12-15 14:31:24 -08002822ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2823P: Mark Fasheh
2824M: mark.fasheh@oracle.com
2825P: Kurt Hackel
2826M: kurt.hackel@oracle.com
2827L: ocfs2-devel@oss.oracle.com
2828W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002829S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002830
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831OLYMPIC NETWORK DRIVER
2832P: Peter De Shrijver
2833M: p2@ace.ulyssis.student.kuleuven.ac.be
2834P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002835M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002836L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837W: http://www.linuxtr.net
2838S: Maintained
2839
Harald Weltec1986ee2005-11-13 16:06:29 -08002840OMNIKEY CARDMAN 4000 DRIVER
2841P: Harald Welte
2842M: laforge@gnumonks.org
2843S: Maintained
2844
Harald Welte77c44ab2005-11-13 16:06:26 -08002845OMNIKEY CARDMAN 4040 DRIVER
2846P: Harald Welte
2847M: laforge@gnumonks.org
2848S: Maintained
2849
Jonathan Corbet77d51402007-03-22 19:44:17 -03002850OMNIVISION OV7670 SENSOR DRIVER
2851P: Jonathan Corbet
2852M: corbet@lwn.net
2853L: video4linux-list@redhat.com
2854S: Maintained
2855
Thomas Gleixner431bca72007-05-02 09:31:35 +02002856ONENAND FLASH DRIVER
2857P: Kyungmin Park
2858M: kyungmin.park@samsung.com
2859L: linux-mtd@lists.infradead.org
2860S: Maintained
2861
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862ONSTREAM SCSI TAPE DRIVER
2863P: Willem Riede
2864M: osst@riede.org
2865L: osst-users@lists.sourceforge.net
2866L: linux-scsi@vger.kernel.org
2867S: Maintained
2868
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869OPROFILE
2870P: Philippe Elie
2871M: phil.el@wanadoo.fr
2872L: oprofile-list@lists.sf.net
2873S: Maintained
2874
2875ORINOCO DRIVER
2876P: Pavel Roskin
2877M: proski@gnu.org
2878P: David Gibson
2879M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002880L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002881L: orinoco-users@lists.sourceforge.net
2882L: orinoco-devel@lists.sourceforge.net
2883W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884S: Maintained
2885
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002886PA SEMI ETHERNET DRIVER
2887P: Olof Johansson
2888M: olof@lixom.net
2889L: netdev@vger.kernel.org
2890S: Maintained
2891
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002892PA SEMI SMBUS DRIVER
2893P: Olof Johansson
2894M: olof@lixom.net
2895L: i2c@lm-sensors.org
2896S: Maintained
2897
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002899L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002900S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901
2902PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2903P: Tim Waugh
2904M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002905L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906W: http://www.torque.net/linux-pp.html
2907S: Maintained
2908
2909PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002910P: Kyle McMartin
2911M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912P: Matthew Wilcox
2913M: matthew@wil.cx
2914P: Grant Grundler
2915M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002916L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002918T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919S: Maintained
2920
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002921PARAVIRT_OPS INTERFACE
2922P: Jeremy Fitzhardinge
2923M: jeremy@xensource.com
2924P: Chris Wright
2925M: chrisw@sous-sol.org
2926P: Zachary Amsden
2927M: zach@vmware.com
2928P: Rusty Russell
2929M: rusty@rustcorp.com.au
2930L: virtualization@lists.osdl.org
2931L: linux-kernel@vger.kernel.org
2932S: Supported
2933
Jim Cromie1662d322006-10-06 00:43:59 -07002934PC87360 HARDWARE MONITORING DRIVER
2935P: Jim Cromie
2936M: jim.cromie@gmail.com
2937L: lm-sensors@lm-sensors.org
2938S: Maintained
2939
2940PC8736x GPIO DRIVER
2941P: Jim Cromie
2942M: jim.cromie@gmail.com
2943S: Maintained
2944
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002945PCI ERROR RECOVERY
2946P: Linas Vepstas
2947M: linas@austin.ibm.com
2948L: linux-kernel@vger.kernel.org
2949L: linux-pci@atrey.karlin.mff.cuni.cz
2950S: Supported
2951
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952PCI SUBSYSTEM
2953P: Greg Kroah-Hartman
2954M: gregkh@suse.de
2955L: linux-kernel@vger.kernel.org
2956L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002957T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958S: Supported
2959
2960PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002961P: Kristen Carlson Accardi
2962M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963S: Supported
2964
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002965PCIE HOTPLUG DRIVER
2966P: Kristen Carlson Accardi
2967M: kristen.c.accardi@intel.com
2968L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002969S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002970
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002972P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002973L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08002974W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002975T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002976S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977
2978PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002979P: Don Fry
2980M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002981L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982S: Maintained
2983
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002984PER-TASK DELAY ACCOUNTING
2985P: Shailabh Nagar
2986M: nagar@watson.ibm.com
2987L: linux-kernel@vger.kernel.org
2988S: Maintained
2989
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002990PERSONALITY HANDLING
2991P: Christoph Hellwig
2992M: hch@infradead.org
2993L: linux-abi-devel@lists.sourceforge.net
2994S: Maintained
2995
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002997P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998M: joern@wh.fh-wedel.de
2999L: linux-mtd@lists.infradead.org
3000S: Maintained
3001
Peter Osterlund249a6772005-09-27 21:45:30 -07003002PKTCDVD DRIVER
3003P: Peter Osterlund
3004M: petero2@telia.com
3005L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003006S: Maintained
3007
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003009P: Thomas Gleixner
3010M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003011L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012S: Supported
3013
Anton Vorontsov3be86142007-07-15 04:43:36 +04003014POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3015P: Anton Vorontsov
3016M: cbou@mail.ru
3017P: David Woodhouse
3018M: dwmw2@infradead.org
3019L: linux-kernel@vger.kernel.org
3020L: kernel-discuss@handhelds.org
3021T: git git.infradead.org/battery-2.6.git
3022S: Maintained
3023
Eugene Surovegin24682972005-10-14 03:00:53 -07003024POWERPC 4xx EMAC DRIVER
3025P: Eugene Surovegin
3026M: ebs@ebshome.net
3027W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003028L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003029L: netdev@vger.kernel.org
3030S: Maintained
3031
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032PNP SUPPORT
3033P: Adam Belay
3034M: ambx1@neo.rr.com
3035S: Maintained
3036
Vitaly Wool999445d2007-01-04 13:07:03 +01003037PNXxxxx I2C DRIVER
3038P: Vitaly Wool
3039M: vitalywool@gmail.com
3040L: i2c@lm-sensors.org
3041S: Maintained
3042
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043PPP PROTOCOL DRIVERS AND COMPRESSORS
3044P: Paul Mackerras
3045M: paulus@samba.org
3046L: linux-ppp@vger.kernel.org
3047S: Maintained
3048
3049PPP OVER ATM (RFC 2364)
3050P: Mitchell Blank Jr
3051M: mitch@sfgoth.com
3052S: Maintained
3053
3054PPP OVER ETHERNET
3055P: Michal Ostrowski
3056M: mostrows@speakeasy.net
3057S: Maintained
3058
James Chapmana6d23702007-06-27 15:53:17 -07003059PPP OVER L2TP
3060P: James Chapman
3061M: jchapman@katalix.com
3062S: Maintained
3063
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064PREEMPTIBLE KERNEL
3065P: Robert Love
3066M: rml@tech9.net
3067L: linux-kernel@vger.kernel.org
3068L: kpreempt-tech@lists.sourceforge.net
3069W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3070S: Supported
3071
Michael Wueff1a592007-09-25 18:11:01 -07003072P54 WIRELESS DRIVER
3073P: Michael Wu
3074M: flamingice@sourmilk.net
3075L: linux-wireless@vger.kernel.org
3076W: http://prism54.org
3077T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3078S: Maintained
3079
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003081P: Luis R. Rodriguez
3082M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003083L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084W: http://prism54.org
3085S: Maintained
3086
3087PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3088P: Peter Denison
3089M: promise@pnd-pc.demon.co.uk
3090W: http://www.pnd-pc.demon.co.uk/promise/
3091S: Maintained
3092
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003093PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3094P: Mikael Pettersson
3095M: mikpe@it.uu.se
3096L: linux-ide@vger.kernel.org
3097S: Maintained
3098
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003099PS3 NETWORK SUPPORT
3100P: Masakazu Mokuno
3101M: mokuno@sm.sony.co.jp
3102L: netdev@vger.kernel.org
3103L: cbe-oss-dev@ozlabs.org
3104S: Supported
3105
Geoff Levandf58a9d12006-11-23 00:46:51 +01003106PS3 PLATFORM SUPPORT
3107P: Geoff Levand
3108M: geoffrey.levand@am.sony.com
3109L: linuxppc-dev@ozlabs.org
3110L: cbe-oss-dev@ozlabs.org
3111S: Supported
3112
Michael Krufky83202042006-07-03 00:24:18 -07003113PVRUSB2 VIDEO4LINUX DRIVER
3114P: Mike Isely
3115M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003116L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003117L: video4linux-list@redhat.com
3118W: http://www.isely.net/pvrusb2/
3119S: Maintained
3120
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121PXA2xx SUPPORT
3122P: Nicolas Pitre
3123M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003124L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125S: Maintained
3126
Pierre Ossman272f1332007-05-14 21:25:26 +02003127PXA MMCI DRIVER
3128S: Orphan
3129
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130QLOGIC QLA2XXX FC-SCSI DRIVER
3131P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003132M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133L: linux-scsi@vger.kernel.org
3134S: Supported
3135
Ron Mercer5a4faa872006-07-25 00:40:21 -07003136QLOGIC QLA3XXX NETWORK DRIVER
3137P: Ron Mercer
3138M: linux-driver@qlogic.com
3139L: netdev@vger.kernel.org
3140S: Supported
3141
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142QNX4 FILESYSTEM
3143P: Anders Larsen
3144M: al@alarsen.net
3145L: linux-kernel@vger.kernel.org
3146W: http://www.alarsen.net/linux/qnx4fs/
3147S: Maintained
3148
3149RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003150P: Benjamin Herrenschmidt
3151M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003152L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153S: Maintained
3154
3155RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003156P: Paul Mackerras
3157M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003158L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159S: Maintained
3160
3161RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3162P: Corey Thomas
3163M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003164L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165S: Maintained
3166
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003167RALINK RT2X00 WLAN DRIVER
3168P: rt2x00 project
3169L: linux-wireless@vger.kernel.org
3170L: rt2400-devel@lists.sourceforge.net
3171W: http://rt2x00.serialmonkey.com/
3172S: Maintained
3173F: drivers/net/wireless/rt2x00/
3174
Matt Mackall9e95ce22005-04-16 15:25:56 -07003175RANDOM NUMBER DRIVER
3176P: Matt Mackall
3177M: mpm@selenic.com
3178S: Maintained
3179
Matt Porter394b7012005-11-07 01:00:15 -08003180RAPIDIO SUBSYSTEM
3181P: Matt Porter
3182M: mporter@kernel.crashing.org
3183L: linux-kernel@vger.kernel.org
3184S: Maintained
3185
Josh Triplett595182b2006-10-04 02:17:21 -07003186READ-COPY UPDATE (RCU)
3187P: Dipankar Sarma
3188M: dipankar@in.ibm.com
3189W: http://www.rdrop.com/users/paulmck/rclock/
3190L: linux-kernel@vger.kernel.org
3191S: Supported
3192
3193RCUTORTURE MODULE
3194P: Josh Triplett
3195M: josh@freedesktop.org
3196L: linux-kernel@vger.kernel.org
3197S: Maintained
3198
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199REAL TIME CLOCK DRIVER
3200P: Paul Gortmaker
3201M: p_gortmaker@yahoo.com
3202L: linux-kernel@vger.kernel.org
3203S: Maintained
3204
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003205REAL TIME CLOCK (RTC) SUBSYSTEM
3206P: Alessandro Zummo
3207M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003208L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003209S: Maintained
3210
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211REISERFS FILE SYSTEM
3212P: Hans Reiser
3213M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003214L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215W: http://www.namesys.com
3216S: Supported
3217
3218ROCKETPORT DRIVER
3219P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220W: http://www.comtrol.com
3221S: Maintained
3222
3223ROSE NETWORK LAYER
3224P: Ralf Baechle
3225M: ralf@linux-mips.org
3226L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003227W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228S: Maintained
3229
3230RISCOM8 DRIVER
3231S: Orphan
3232
Michael Wu605bebe2007-05-14 01:41:02 -04003233RTL818X WIRELESS DRIVER
3234P: Michael Wu
3235M: flamingice@sourmilk.net
3236P: Andrea Merello
3237M: andreamrl@tiscali.it
3238L: linux-wireless@vger.kernel.org
3239W: http://linuxwireless.org/
3240T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3241S: Maintained
3242
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003243S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003244P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003245M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003246L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003247S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003248
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249S390
3250P: Martin Schwidefsky
3251M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003252P: Heiko Carstens
3253M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003255L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003256W: http://www.ibm.com/developerworks/linux/linux390/
3257S: Supported
3258
3259S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003260P: Ursula Braun
3261M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003262P: Frank Blaschka
3263M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003264M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003265L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003266W: http://www.ibm.com/developerworks/linux/linux390/
3267S: Supported
3268
3269S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003270P: Christof Schmitt
3271M: christof.schmitt@de.ibm.com
3272P: Martin Peschke
3273M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003274M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003275L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003276W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277S: Supported
3278
Ursula Braundd96df22007-09-19 13:09:02 +02003279S390 IUCV NETWORK LAYER
3280P: Ursula Braun
3281M: ubraun@linux.vnet.ibm.com
3282M: linux390@de.ibm.com
3283L: linux-s390@vger.kernel.org
3284W: http://www.ibm.com/developerworks/linux/linux390/
3285S: Supported
3286
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287SAA7146 VIDEO4LINUX-2 DRIVER
3288P: Michael Hunold
3289M: michael@mihu.de
3290W: http://www.mihu.de/linux/saa7146
3291S: Maintained
3292
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293SC1200 WDT DRIVER
3294P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003295M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296S: Maintained
3297
3298SCHEDULER
3299P: Ingo Molnar
3300M: mingo@elte.hu
3301P: Robert Love [the preemptible kernel bits]
3302M: rml@tech9.net
3303L: linux-kernel@vger.kernel.org
3304S: Maintained
3305
3306SCSI CDROM DRIVER
3307P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003308M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309L: linux-scsi@vger.kernel.org
3310W: http://www.kernel.dk
3311S: Maintained
3312
3313SCSI SG DRIVER
3314P: Doug Gilbert
3315M: dgilbert@interlog.com
3316L: linux-scsi@vger.kernel.org
3317W: http://www.torque.net/sg
3318S: Maintained
3319
3320SCSI SUBSYSTEM
3321P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003322M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003324T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003325T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3326T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327S: Maintained
3328
3329SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003330P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331M: Kai.Makisara@kolumbus.fi
3332L: linux-scsi@vger.kernel.org
3333S: Maintained
3334
3335SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003336P: Vlad Yasevich
3337M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003338P: Sridhar Samudrala
3339M: sri@us.ibm.com
3340L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003341W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003342S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343
3344SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003345P: Jim Cromie
3346M: jim.cromie@gmail.com
3347S: Odd Fixes
3348
3349SCx200 GPIO DRIVER
3350P: Jim Cromie
3351M: jim.cromie@gmail.com
3352S: Maintained
3353
3354SCx200 HRT CLOCKSOURCE DRIVER
3355P: Jim Cromie
3356M: jim.cromie@gmail.com
3357S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358
3359SECURITY CONTACT
3360P: Security Officers
3361M: security@kernel.org
3362S: Supported
3363
3364SELINUX SECURITY MODULE
3365P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003366M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003368M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003369P: Eric Paris
3370M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003372L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373W: http://www.nsa.gov/selinux
3374S: Supported
3375
Jiri Slabycef2cf02007-05-08 00:31:45 -07003376SENSABLE PHANTOM
3377P: Jiri Slaby
3378M: jirislaby@gmail.com
3379S: Maintained
3380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381SERIAL ATA (SATA) SUBSYSTEM:
3382P: Jeff Garzik
3383M: jgarzik@pobox.com
3384L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003385T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386S: Supported
3387
3388SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3389P: Pat Gefre
3390M: pfg@sgi.com
3391L: linux-ia64@vger.kernel.org
3392S: Supported
3393
3394SGI VISUAL WORKSTATION 320 AND 540
3395P: Andrey Panin
3396M: pazke@donpac.ru
3397L: linux-visws-devel@lists.sf.net
3398W: http://linux-visws.sf.net
3399S: Maintained for 2.6.
3400
3401SIMTEC EB110ATX (Chalice CATS)
3402P: Ben Dooks
3403P: Vincent Sanders
3404M: support@simtec.co.uk
3405W: http://www.simtec.co.uk/products/EB110ATX/
3406S: Supported
3407
3408SIMTEC EB2410ITX (BAST)
3409P: Ben Dooks
3410P: Vincent Sanders
3411M: support@simtec.co.uk
3412W: http://www.simtec.co.uk/products/EB2410ITX/
3413S: Supported
3414
Francois Romieu92aab3c2005-07-30 13:11:18 +02003415SIS 190 ETHERNET DRIVER
3416P: Francois Romieu
3417M: romieu@fr.zoreil.com
3418L: netdev@vger.kernel.org
3419S: Maintained
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421SIS 5513 IDE CONTROLLER DRIVER
3422P: Lionel Bouton
3423M: Lionel.Bouton@inet6.fr
3424W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3425W: http://gyver.homeip.net/sis5513/index.html
3426S: Maintained
3427
3428SIS 900/7016 FAST ETHERNET DRIVER
3429P: Daniele Venzano
3430M: venza@brownhat.org
3431W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003432L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433S: Maintained
3434
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003435SIS 96X I2C/SMBUS DRIVER
3436P: Mark M. Hoffman
3437M: mhoffman@lightlink.com
3438L: lm-sensors@lm-sensors.org
3439S: Maintained
3440
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441SIS FRAMEBUFFER DRIVER
3442P: Thomas Winischhofer
3443M: thomas@winischhofer.net
3444W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003445S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446
3447SIS USB2VGA DRIVER
3448P: Thomas Winischhofer
3449M: thomas@winischhofer.net
3450W: http://www.winischhofer.at/linuxsisusbvga.shtml
3451S: Maintained
3452
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003453SLAB ALLOCATOR
3454P: Christoph Lameter
3455M: clameter@sgi.com
3456P: Pekka Enberg
3457M: penberg@cs.helsinki.fi
3458L: linux-mm@kvack.org
3459S: Maintained
3460
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461SMC91x ETHERNET DRIVER
3462P: Nicolas Pitre
3463M: nico@cam.org
3464S: Maintained
3465
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003466SMSC47B397 HARDWARE MONITOR DRIVER
3467P: Mark M. Hoffman
3468M: mhoffman@lightlink.com
3469L: lm-sensors@lm-sensors.org
3470S: Maintained
3471
Daniel Drake8f0f8502006-07-18 22:00:25 +01003472SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003473P: Daniel Drake
3474M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003475L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003476S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003477
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478SOFTWARE RAID (Multiple Disks) SUPPORT
3479P: Ingo Molnar
3480M: mingo@redhat.com
3481P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003482M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003484S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485
Pavel Machek95a631e2007-07-19 01:47:42 -07003486HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487P: Pavel Machek
3488M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003489P: Rafael J. Wysocki
3490M: rjw@sisk.pl
3491L: linux-pm@lists.linux-foundation.org
3492S: Supported
3493
3494SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003495P: Len Brown
3496M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003497P: Pavel Machek
3498M: pavel@suse.cz
3499P: Rafael J. Wysocki
3500M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003501L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003502S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503
3504SONIC NETWORK DRIVER
3505P: Thomas Bogendoerfer
3506M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003507L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508S: Maintained
3509
Michael Buesch61e115a2007-09-18 15:12:50 -04003510SONICS SILICON BACKPLANE DRIVER (SSB)
3511P: Michael Buesch
3512M: mb@bu3sch.de
3513L: netdev@vger.kernel.org
3514S: Maintained
3515
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003517P: Mattia Dongili
3518M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003519L: linux-acpi@vger.kernel.org
3520W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521S: Maintained
3522
3523SOUND
3524P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003525M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003526L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527S: Maintained
3528
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003529SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3530P: Liam Girdwood
3531M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003532L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003533S: Supported
3534
Kumar Gala025c3982006-04-02 16:05:54 -05003535SPI SUBSYSTEM
3536P: David Brownell
3537M: dbrownell@users.sourceforge.net
3538L: spi-devel-general@lists.sourceforge.net
3539S: Maintained
3540
Steven Rostedt855f46a2006-08-05 12:14:50 -07003541STABLE BRANCH:
3542P: Greg Kroah-Hartman
3543M: greg@kroah.com
3544P: Chris Wright
3545M: chrisw@sous-sol.org
3546L: stable@kernel.org
3547S: Maintained
3548
Kylene Hall1c72d462005-05-01 08:59:13 -07003549TPM DEVICE DRIVER
3550P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003551M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003552W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003553P: Marcel Selhorst
3554M: tpm@selhorst.net
3555W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003556L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003557S: Maintained
3558
Mark Gross1a80ba82005-10-30 15:02:55 -08003559Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003560P: Mark Gross
3561M: mark.gross@intel.com
3562S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003563
Chris Zankel48b415c2005-06-23 22:01:07 -07003564TENSILICA XTENSA PORT (xtensa):
3565P: Chris Zankel
3566M: chris@zankel.net
3567S: Maintained
3568
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003569THINKPAD ACPI EXTRAS DRIVER
3570P: Henrique de Moraes Holschuh
3571M: ibm-acpi@hmh.eng.br
3572L: ibm-acpi-devel@lists.sourceforge.net
3573W: http://ibm-acpi.sourceforge.net
3574W: http://thinkwiki.org/wiki/Ibm-acpi
3575T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3576S: Maintained
3577
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578UltraSPARC (sparc64):
3579P: David S. Miller
3580M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003582T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583S: Maintained
3584
3585SHARP LH SUPPORT (LH7952X & LH7A40X)
3586P: Marc Singer
3587M: elf@buici.com
3588W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590S: Maintained
3591
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003592SHPC HOTPLUG DRIVER
3593P: Kristen Carlson Accardi
3594M: kristen.c.accardi@intel.com
3595L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003596S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003597
Pierre Ossmand129bce2006-03-24 03:18:17 -08003598SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3599P: Pierre Ossman
3600M: drzeus-sdhci@drzeus.cx
3601L: sdhci-devel@list.drzeus.cx
3602W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3603S: Maintained
3604
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003605SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3606P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003607M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003608L: netdev@vger.kernel.org
3609S: Maintained
3610
Chris Boot1a87d942006-07-10 04:45:34 -07003611SOEKRIS NET48XX LED SUPPORT
3612P: Chris Boot
3613M: bootc@bootc.net
3614S: Maintained
3615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616SPARC (sparc32):
3617P: William L. Irwin
3618M: wli@holomorphy.com
3619L: sparclinux@vger.kernel.org
3620S: Maintained
3621
3622SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3623P: Roger Wolff
3624M: R.E.Wolff@BitWizard.nl
3625L: linux-kernel@vger.kernel.org ?
3626S: Supported
3627
Jim Lewis2752e402006-09-29 02:01:19 -07003628SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003629P: Ishizaki Kou
3630M: kou.ishizaki@toshiba.co.jp
3631P: Jens Osterkamp
3632M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003633L: netdev@vger.kernel.org
3634S: Supported
3635
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636SRM (Alpha) environment access
3637P: Jan-Benedict Glaw
3638M: jbglaw@lug-owl.de
3639L: linux-kernel@vger.kernel.org
3640S: Maintained
3641
3642STARFIRE/DURALAN NETWORK DRIVER
3643P: Ion Badulescu
3644M: ionut@cs.columbia.edu
3645S: Maintained
3646
3647STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3648W: http://mosquitonet.Stanford.EDU/strip.html
3649S: Unsupported ?
3650
3651STRADIS MPEG-2 DECODER DRIVER
3652P: Nathan Laredo
3653M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654W: http://www.stradis.com/
3655S: Maintained
3656
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003657SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658P: Paul Mundt
3659M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003660L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003662T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663S: Maintained
3664
3665SUN3/3X
3666P: Sam Creasey
3667M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668W: http://sammy.net/sun3/
3669S: Maintained
3670
3671SVGA HANDLING
3672P: Martin Mares
3673M: mj@ucw.cz
3674L: linux-video@atrey.karlin.mff.cuni.cz
3675S: Maintained
3676
3677SYSV FILESYSTEM
3678P: Christoph Hellwig
3679M: hch@infradead.org
3680S: Maintained
3681
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003682TC CLASSIFIER
3683P: Jamal Hadi Salim
3684M: hadi@cyberus.ca
3685L: netdev@vger.kernel.org
3686S: Maintained
3687
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003688TCP LOW PRIORITY MODULE
3689P: Wong Hoi Sing, Edison
3690M: hswong3i@gmail.com
3691P: Hung Hing Lun, Mike
3692M: hlhung3i@gmail.com
3693W: http://tcp-lp-mod.sourceforge.net/
3694S: Maintained
3695
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003696TEHUTI ETHERNET DRIVER
3697P: Alexander Indenbaum
3698M: baum@tehutinetworks.net
3699P: Andy Gospodarek
3700M: andy@greyhouse.net
3701L: netdev@vger.kernel.org
3702S: Supported
3703
Alex Dubov4020f2d2006-10-04 02:15:37 -07003704TI FLASH MEDIA INTERFACE DRIVER
3705P: Alex Dubov
3706M: oakad@yahoo.com
3707S: Maintained
3708
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003709TI OMAP MMC INTERFACE DRIVER
3710P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003711M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003712W: http://linux.omap.com
3713W: http://www.muru.com/linux/omap/
3714S: Maintained
3715
Michael Buesch844dd052006-06-26 00:24:59 -07003716TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3717P: Deepak Saxena
3718M: dsaxena@plexity.net
3719S: Maintained
3720
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003721TASKSTATS STATISTICS INTERFACE
3722P: Shailabh Nagar
3723M: nagar@watson.ibm.com
3724L: linux-kernel@vger.kernel.org
3725S: Maintained
3726
Per Lidene86eaa32006-01-12 16:45:18 +01003727TIPC NETWORK LAYER
3728P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003729M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003730P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003731M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003732P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003733M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003734L: tipc-discussion@lists.sourceforge.net
3735W: http://tipc.sourceforge.net/
3736W: http://tipc.cslab.ericsson.net/
3737T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3738S: Maintained
3739
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740TLAN NETWORK DRIVER
3741P: Samuel Chessman
3742M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003743L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744W: http://sourceforge.net/projects/tlan/
3745S: Maintained
3746
3747TOKEN-RING NETWORK DRIVER
3748P: Mike Phillips
3749M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003750L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751W: http://www.linuxtr.net
3752S: Maintained
3753
3754TOSHIBA ACPI EXTRAS DRIVER
3755P: John Belmonte
3756M: toshiba_acpi@memebeam.org
3757W: http://memebeam.org/toys/ToshibaAcpiDriver
3758S: Maintained
3759
3760TOSHIBA SMM DRIVER
3761P: Jonathan Buzzard
3762M: jonathan@buzzard.org.uk
3763L: tlinux-users@tce.toshiba-dme.co.jp
3764W: http://www.buzzard.org.uk/toshiba/
3765S: Maintained
3766
3767TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3768P: Muli Ben-Yehuda
3769M: mulix@mulix.org
3770L: linux-kernel@vger.kernel.org
3771S: Maintained
3772
3773TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003774P: Adrian Bunk
3775M: trivial@kernel.org
3776L: linux-kernel@vger.kernel.org
3777W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3778T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3779S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780
3781TMS380 TOKEN-RING NETWORK DRIVER
3782P: Adam Fritzler
3783M: mid@auk.cx
3784L: linux-tr@linuxtr.net
3785W: http://www.auk.cx/tms380tr/
3786S: Maintained
3787
3788TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789L: tulip-users@lists.sourceforge.net
3790W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003791S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792
3793TUN/TAP driver
3794P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003795M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796L: vtun@office.satix.net
3797W: http://vtun.sourceforge.net/tun
3798S: Maintained
3799
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003800TURBOCHANNEL SUBSYSTEM
3801P: Maciej W. Rozycki
3802M: macro@linux-mips.org
3803S: Maintained
3804
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805U14-34F SCSI DRIVER
3806P: Dario Ballabio
3807M: ballabio_dario@emc.com
3808L: linux-scsi@vger.kernel.org
3809S: Maintained
3810
3811UDF FILESYSTEM
3812P: Ben Fennema
3813M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814W: http://linux-udf.sourceforge.net
3815S: Maintained
3816
3817UNIFORM CDROM DRIVER
3818P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003819M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820L: linux-kernel@vger.kernel.org
3821W: http://www.kernel.dk
3822S: Maintained
3823
3824USB ACM DRIVER
3825P: Oliver Neukum
3826M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003827L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828S: Maintained
3829
3830USB BLOCK DRIVER (UB ub)
3831P: Pete Zaitcev
3832M: zaitcev@redhat.com
3833L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003834L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835S: Supported
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837USB CDC ETHERNET DRIVER
3838P: Greg Kroah-Hartman
3839M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003840L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841S: Maintained
3842W: http://www.kroah.com/linux-usb/
3843
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003844USB DAVICOM DM9601 DRIVER
3845P: Peter Korsgaard
3846M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003847L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003848W: http://www.linux-usb.org/usbnet
3849S: Maintained
3850
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851USB EHCI DRIVER
3852P: David Brownell
3853M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003854L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003855S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856
Luca Risolia7ce08c92006-01-11 02:06:59 +00003857USB ET61X[12]51 DRIVER
3858P: Luca Risolia
3859M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003860L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003861L: video4linux-list@redhat.com
3862W: http://www.linux-projects.org
3863S: Maintained
3864
David Brownell69ae9e32006-11-14 02:03:31 -08003865USB GADGET/PERIPHERAL SUBSYSTEM
3866P: David Brownell
3867M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003868L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003869W: http://www.linux-usb.org/gadget
3870S: Maintained
3871
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003872USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003873P: Jiri Kosina
3874M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003875L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003876T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877S: Maintained
3878
Olav Kongas959eea22005-11-03 17:38:14 +02003879USB ISP116X DRIVER
3880P: Olav Kongas
3881M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003882L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003883S: Maintained
3884
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885USB KAWASAKI LSI DRIVER
3886P: Oliver Neukum
3887M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003888L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889S: Maintained
3890
3891USB MASS STORAGE DRIVER
3892P: Matthew Dharm
3893M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003894L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003895L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896S: Maintained
3897W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3898
3899USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003900P: David Brownell
3901M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003902L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003903S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904
Matthias Urlichsba460e42005-07-14 00:33:47 -07003905USB OPTION-CARD DRIVER
3906P: Matthias Urlichs
3907M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003908L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003909S: Maintained
3910
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911USB OV511 DRIVER
3912P: Mark McClelland
3913M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003914L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915W: http://alpha.dyndns.org/ov511/
3916S: Maintained
3917
3918USB PEGASUS DRIVER
3919P: Petko Manolov
3920M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003921L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003922L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923W: http://pegasus2.sourceforge.net/
3924S: Maintained
3925
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003926USB PRINTER DRIVER (usblp)
3927P: Pete Zaitcev
3928M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003929L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003930S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931
3932USB RTL8150 DRIVER
3933P: Petko Manolov
3934M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003935L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003936L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937W: http://pegasus2.sourceforge.net/
3938S: Maintained
3939
3940USB SE401 DRIVER
3941P: Jeroen Vreeken
3942M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003943L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944W: http://www.chello.nl/~j.vreeken/se401/
3945S: Maintained
3946
3947USB SERIAL CYBERJACK DRIVER
3948P: Matthias Bruestle and Harald Welte
3949M: support@reiner-sct.com
3950W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3951S: Maintained
3952
3953USB SERIAL DIGI ACCELEPORT DRIVER
3954P: Peter Berger and Al Borchers
3955M: pberger@brimson.com
3956M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003957L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958S: Maintained
3959
3960USB SERIAL DRIVER
3961P: Greg Kroah-Hartman
3962M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003963L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964S: Supported
3965
3966USB SERIAL BELKIN F5U103 DRIVER
3967P: William Greathouse
3968M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003969L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970S: Maintained
3971
3972USB SERIAL CYPRESS M8 DRIVER
3973P: Lonnie Mendez
3974M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003975L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976S: Maintained
3977W: http://geocities.com/i0xox0i
3978W: http://firstlight.net/cvs
3979
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980USB AUERSWALD DRIVER
3981P: Wolfgang Muees
3982M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003983L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984S: Maintained
3985
3986USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3987P: Gary Brubaker
3988M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003989L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990S: Maintained
3991
3992USB SERIAL KEYSPAN DRIVER
3993P: Greg Kroah-Hartman
3994M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003995L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996W: http://www.kroah.com/linux/
3997S: Maintained
3998
3999USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004000P: Support Department
4001M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004002L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003W: http://www.connecttech.com
4004S: Supported
4005
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004006USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007P: Luca Risolia
4008M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004009L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004010L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011W: http://www.linux-projects.org
4012S: Maintained
4013
4014USB SUBSYSTEM
4015P: Greg Kroah-Hartman
4016M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004017L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004019T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020S: Supported
4021
4022USB UHCI DRIVER
4023P: Alan Stern
4024M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004025L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026S: Maintained
4027
David Brownell69ae9e32006-11-14 02:03:31 -08004028USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029P: David Brownell
4030M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004031L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004032W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033S: Maintained
4034
4035USB W996[87]CF DRIVER
4036P: Luca Risolia
4037M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004038L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004039L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040W: http://www.linux-projects.org
4041S: Maintained
4042
Luca Risolia60f78052006-02-06 16:29:35 +00004043USB ZC0301 DRIVER
4044P: Luca Risolia
4045M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004046L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004047L: video4linux-list@redhat.com
4048W: http://www.linux-projects.org
4049S: Maintained
4050
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051USB ZD1201 DRIVER
4052P: Jeroen Vreeken
4053M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004054L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055W: http://linux-lc100020.sourceforge.net
4056S: Maintained
4057
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004058USB ZR364XX DRIVER
4059P: Antoine Jacquet
4060M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004061L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004062L: video4linux-list@redhat.com
4063W: http://royale.zerezo.com/zr364xx/
4064S: Maintained
4065
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066USER-MODE LINUX
4067P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004068M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069L: user-mode-linux-devel@lists.sourceforge.net
4070L: user-mode-linux-user@lists.sourceforge.net
4071W: http://user-mode-linux.sourceforge.net
4072S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004073
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004074USERSPACE I/O (UIO)
4075P: Hans J. Koch
4076M: hjk@linutronix.de
4077P: Greg Kroah-Hartman
4078M: gregkh@suse.de
4079L: linux-kernel@vger.kernel.org
4080S: Maintained
4081
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082FAT/VFAT/MSDOS FILESYSTEM:
4083P: OGAWA Hirofumi
4084M: hirofumi@mail.parknet.co.jp
4085L: linux-kernel@vger.kernel.org
4086S: Maintained
4087
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088VIA RHINE NETWORK DRIVER
4089P: Roger Luethi
4090M: rl@hellgate.ch
4091S: Maintained
4092
Jean Delvare32c0a522005-09-22 21:47:58 +02004093VIAPRO SMBUS DRIVER
4094P: Jean Delvare
4095M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004096L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004097S: Maintained
4098
Francois Romieu01f20732007-01-26 00:57:17 -08004099VIA VELOCITY NETWORK DRIVER
4100P: Francois Romieu
4101M: romieu@fr.zoreil.com
4102L: netdev@vger.kernel.org
4103S: Maintained
4104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105UCLINUX (AND M68KNOMMU)
4106P: Greg Ungerer
4107M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004109L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110S: Maintained
4111
4112UCLINUX FOR NEC V850
4113P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114
4115UCLINUX FOR RENESAS H8/300
4116P: Yoshinori Sato
4117M: ysato@users.sourceforge.jp
4118W: http://uclinux-h8.sourceforge.jp/
4119S: Supported
4120
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004121UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004122P: Evgeniy Dushistov
4123M: dushistov@mail.ru
4124L: linux-kernel@vger.kernel.org
4125S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127USB DIAMOND RIO500 DRIVER
4128P: Cesar Miquel
4129M: miquel@df.uba.ar
4130L: rio500-users@lists.sourceforge.net
4131W: http://rio500.sourceforge.net
4132S: Maintained
4133
4134VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004135P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004136M: mchehab@infradead.org
4137M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004139W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004140T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004141S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142
Patrick McHardybe7f8272007-10-23 20:26:36 -07004143VLAN (802.1Q)
4144P: Patrick McHardy
4145M: kaber@trash.net
4146L: netdev@vger.kernel.org
4147S: Maintained
4148
Juerg Haefligerab413192006-09-24 20:54:04 +02004149VT1211 HARDWARE MONITOR DRIVER
4150P: Juerg Haefliger
4151M: juergh@gmail.com
4152L: lm-sensors@lm-sensors.org
4153S: Maintained
4154
Roger Lucas1de9e372005-11-26 20:20:05 +01004155VT8231 HARDWARE MONITOR DRIVER
4156P: Roger Lucas
4157M: roger@planbit.co.uk
4158L: lm-sensors@lm-sensors.org
4159S: Maintained
4160
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161W1 DALLAS'S 1-WIRE BUS
4162P: Evgeniy Polyakov
4163M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164S: Maintained
4165
Charles Spirakis13927072006-07-05 18:05:15 +02004166W83791D HARDWARE MONITORING DRIVER
4167P: Charles Spirakis
4168M: bezaur@gmail.com
4169L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004170S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004171
Rudolf Marek61db0112006-12-12 18:18:30 +01004172W83793 HARDWARE MONITORING DRIVER
4173P: Rudolf Marek
4174M: r.marek@assembler.cz
4175L: lm-sensors@lm-sensors.org
4176S: Maintained
4177
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178W83L51xD SD/MMC CARD INTERFACE DRIVER
4179P: Pierre Ossman
4180M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004181L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004182W: http://projects.drzeus.cx/wbsd
4183S: Maintained
4184
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004185WATCHDOG DEVICE DRIVERS
4186P: Wim Van Sebroeck
4187M: wim@iguana.be
4188T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4189S: Maintained
4190
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4192P: Jean Tourrilhes
4193M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004194L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4196S: Maintained
4197
4198WD7000 SCSI DRIVER
4199P: Miroslav Zagorac
4200M: zaga@fly.cc.fer.hr
4201L: linux-scsi@vger.kernel.org
4202S: Maintained
4203
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004204WISTRON LAPTOP BUTTON DRIVER
4205P: Miloslav Trmac
4206M: mitr@volny.cz
4207S: Maintained
4208
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209WL3501 WIRELESS PCMCIA CARD DRIVER
4210P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004211M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004212L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004213W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214S: Maintained
4215
4216X.25 NETWORK LAYER
4217P: Henner Eisen
4218M: eis@baty.hanse.de
4219L: linux-x25@vger.kernel.org
4220S: Maintained
4221
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004222XEN HYPERVISOR INTERFACE
4223P: Jeremy Fitzhardinge
4224M: jeremy@xensource.com
4225P: Chris Wright
4226M: chrisw@sous-sol.org
4227L: virtualization@lists.osdl.org
4228L: xen-devel@lists.xensource.com
4229S: Supported
4230
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231XFS FILESYSTEM
4232P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004233P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004235L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004237T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238S: Supported
4239
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004240XILINX SYSTEMACE DRIVER
4241P: Grant Likely
4242M: grant.likely@secretlab.ca
4243W: http://www.secretlab.ca/
4244L: linux-kernel@vger.kernel.org
4245S: Maintained
4246
Peter Korsgaard238b8722006-12-06 20:35:17 -08004247XILINX UARTLITE SERIAL DRIVER
4248P: Peter Korsgaard
4249M: jacmet@sunsite.dk
4250L: linux-serial@vger.kernel.org
4251S: Maintained
4252
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004253X86 ARCHITECTURE (32-BIT AND 64-BIT)
4254P: Thomas Gleixner
4255M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256P: Ingo Molnar
4257M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004258P: H. Peter Anvin
4259M: hpa@zytor.com
4260L: linux-kernel@vger.kernel.org
4261T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262S: Maintained
4263
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264YAM DRIVER FOR AX.25
4265P: Jean-Paul Roubelat
4266M: jpr@f6fbb.org
4267L: linux-hams@vger.kernel.org
4268S: Maintained
4269
Henkaf64a5e2005-10-12 15:02:56 +02004270YEALINK PHONE DRIVER
4271P: Henk Vergonet
4272M: Henk.Vergonet@gmail.com
4273L: usbb2k-api-dev@nongnu.org
4274S: Maintained
4275
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276Z8530 DRIVER FOR AX.25
4277P: Joerg Reuter
4278M: jreuter@yaina.de
4279W: http://yaina.de/jreuter/
4280W: http://www.qsl.net/dl1bke/
4281L: linux-hams@vger.kernel.org
4282S: Maintained
4283
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004284ZD1211RW WIRELESS DRIVER
4285P: Daniel Drake
4286M: dsd@gentoo.org
4287P: Ulrich Kunitz
4288M: kune@deine-taler.de
4289W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004290L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004291L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4292S: Maintained
4293
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294ZF MACHZ WATCHDOG
4295P: Fernando Fuganti
4296M: fuganti@netbank.com.br
4297W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4298S: Maintained
4299
4300ZR36067 VIDEO FOR LINUX DRIVER
4301P: Ronald Bultje
4302M: rbultje@ronald.bitfreak.net
4303L: mjpeg-users@lists.sourceforge.net
4304W: http://mjpeg.sourceforge.net/driver-zoran/
4305S: Maintained
4306
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004307ZS DECSTATION Z85C30 SERIAL DRIVER
4308P: Maciej W. Rozycki
4309M: macro@linux-mips.org
4310S: Maintained
4311
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312THE REST
4313P: Linus Torvalds
4314S: Buried alive in reporters