blob: c5057d0752be27d4b086289e254a8ed3e79b4572 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
166AIO
167P: Benjamin LaHaise
168M: bcrl@kvack.org
169L: linux-aio@kvack.org
170S: Supported
171
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200172ABIT UGURU HARDWARE MONITOR DRIVER
173P: Hans de Goede
174M: j.w.r.degoede@hhs.nl
175L: lm-sensors@lm-sensors.org
176S: Maintained
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178ACENIC DRIVER
179P: Jes Sorensen
180M: jes@trained-monkey.org
181L: linux-acenic@sunsite.dk
182S: Maintained
183
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700184IPS SCSI RAID DRIVER
185P: Adaptec OEM Raid Solutions
186M: aacraid@adaptec.com
187L: linux-scsi@vger.kernel.org
188W: http://www.adaptec.com/
189S: Maintained
190
191DPT_I2O 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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198AACRAID SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700200M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700202W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203S: Supported
204
205ACPI
206P: Len Brown
207M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500208M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500209L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400210W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800211T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400215P: Alexey Starikovskiy
216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
218W: http://acpi.sourceforge.net/
219S: Supported
220
221ACPI EC DRIVER
222P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400223M: 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 FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400229P: Len Brown
230M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700235ACPI PCI HOTPLUG DRIVER
236P: Kristen Carlson Accardi
237M: kristen.c.accardi@intel.com
238L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400242P: Len Brown
243M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
245W: http://acpi.sourceforge.net/
246S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700247
Len Brown359acec2007-02-10 01:59:24 -0500248ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Rui Zhang
250M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
254
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255ADM1025 HARDWARE MONITOR DRIVER
256P: Jean Delvare
257M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200258L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259S: Maintained
260
Corentin Labbecae2caa2007-02-14 21:15:04 +0100261ADM1029 HARDWARE MONITOR DRIVER
262P: Corentin Labbe
263M: corentin.labbe@geomatys.fr
264L: lm-sensors@lm-sensors.org
265S: Maintained
266
Michael Wucc0b88c2007-08-31 01:15:25 -0400267ADM8211 WIRELESS DRIVER
268P: Michael Wu
269M: flamingice@sourmilk.net
270L: linux-wireless@vger.kernel.org
271W: http://linuxwireless.org/
272T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
273S: Maintained
274
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275ADT746X FAN DRIVER
276P: Colin Leroy
277M: colin@colino.net
278S: Maintained
279
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400280ADVANSYS SCSI DRIVER
281P: Matthew Wilcox
282M: matthew@wil.cx
283L: linux-scsi@vger.kernel.org
284S: Maintained
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286AEDSP16 DRIVER
287P: Riccardo Facchetti
288M: fizban@tin.it
289S: Maintained
290
291AFFS FILE SYSTEM
292P: Roman Zippel
293M: zippel@linux-m68k.org
294S: Maintained
295
296AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400297P: David Airlie
298M: airlied@linux.ie
299T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300S: Maintained
301
302AHA152X SCSI DRIVER
303P: Juergen E. Fischer
304M: Juergen Fischer <fischer@norbit.de>
305L: linux-scsi@vger.kernel.org
306S: Maintained
307
Hannes Reinecke64624d42007-10-19 10:32:29 +0200308AIC7XXX / AIC79XX SCSI DRIVER
309P: Hannes Reinecke
310M: hare@suse.de
311L: linux-scsi@vger.kernel.org
312S: Maintained
313
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314ALCATEL SPEEDTOUCH USB DRIVER
315P: Duncan Sands
316M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700317L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318W: http://www.linux-usb.org/SpeedTouch/
319S: Maintained
320
Pierre Ossman272f1332007-05-14 21:25:26 +0200321ALCHEMY AU1XX0 MMC DRIVER
322S: Orphan
323
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000324ALI1563 I2C DRIVER
325P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100326M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200327L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000328S: Maintained
329
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330ALPHA PORT
331P: Richard Henderson
332M: rth@twiddle.net
333S: Odd Fixes for 2.4; Maintained for 2.6.
334P: Ivan Kokshaysky
335M: ink@jurassic.park.msu.ru
336S: Maintained for 2.4; PCI support for 2.6.
337
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700338AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
339P: Thomas Dahlmann
340M: thomas.dahlmann@amd.com
Alan Cox20292bc2008-02-06 01:36:07 -0800341L: info-linux@geode.amd.com (subscribers-only)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700342S: Supported
343
Jordan Crousef90b8112006-01-06 00:12:14 -0800344AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100345P: Jordan Crouse
Alan Cox20292bc2008-02-06 01:36:07 -0800346L: info-linux@geode.amd.com (subscribers-only)
Jordan Crousef90b8112006-01-06 00:12:14 -0800347W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
348S: Supported
349
Stelian Pop284f42b2006-12-12 18:18:31 +0100350AMS (Apple Motion Sensor) DRIVER
351P: Stelian Pop
352M: stelian@popies.net
353P: Michael Hanselmann
354M: linux-kernel@hansmi.ch
355S: Supported
356
Tom Tuckerf94b5332006-09-22 15:22:48 -0700357AMSO1100 RNIC DRIVER
358P: Tom Tucker
359M: tom@opengridcomputing.com
360P: Steve Wise
361M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700362L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700363S: Maintained
364
Johannes Berg42269062006-07-25 16:15:50 +0200365AOA (Apple Onboard Audio) ALSA DRIVER
366P: Johannes Berg
367M: johannes@sipsolutions.net
368L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200369L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200370S: Maintained
371
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372APM DRIVER
373P: Stephen Rothwell
374M: sfr@canb.auug.org.au
375L: linux-laptop@vger.kernel.org
376W: http://www.canb.auug.org.au/~sfr/
377S: Supported
378
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700379APPLE SMC DRIVER
380P: Nicolas Boichat
381M: nicolas@boichat.ch
382L: mactel-linux-devel@lists.sourceforge.net
383S: Maintained
384
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385APPLETALK NETWORK LAYER
386P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300387M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388S: Maintained
389
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400390APPLETOUCH TOUCHPAD DRIVER
391P: Johannes Berg
392M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400393L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400394S: Maintained
395
Jaya Kumar1154ea72005-06-21 17:17:04 -0700396ARC FRAMEBUFFER DRIVER
397P: Jaya Kumar
398M: jayalk@intworks.biz
399S: Maintained
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401ARM MFM AND FLOPPY DRIVERS
402P: Ian Molton
403M: spyro@f2s.com
404S: Maintained
405
Russell King2761f5c2007-05-24 06:56:08 +0200406ARM PRIMECELL MMCI PL180/1 DRIVER
407P: Russell King
408M: rmk@arm.linux.org.uk
409L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
410S: Maintained
411
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800412ARM/ADI ROADRUNNER MACHINE SUPPORT
413P: Lennert Buytenhek
414M: kernel@wantstofly.org
415L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
416S: Maintained
417
418ARM/ADS SPHERE MACHINE SUPPORT
419P: Lennert Buytenhek
420M: kernel@wantstofly.org
421L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
422S: Maintained
423
424ARM/AJECO 1ARM MACHINE SUPPORT
425P: Lennert Buytenhek
426M: kernel@wantstofly.org
427L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
428S: Maintained
429
Andrew Victord4a89c72006-12-04 13:56:21 +0100430ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
431P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800432M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100433L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
434W: http://maxim.org.za/at91_26.html
435S: Maintained
436
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800437ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
438P: Lennert Buytenhek
439M: kernel@wantstofly.org
440L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
441S: Maintained
442
443ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
444P: Lennert Buytenhek
445M: kernel@wantstofly.org
446L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447S: Maintained
448
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449ARM/CORGI MACHINE SUPPORT
450P: Richard Purdie
451M: rpurdie@rpsys.net
452S: Maintained
453
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800454ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
455P: Lennert Buytenhek
456M: kernel@wantstofly.org
457L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
458S: Maintained
459
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100460ARM/HP JORNADA 7XX MACHINE SUPPORT
461P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100462M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100463W: www.jlime.com
464S: Maintained
465
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800466ARM/INTEL IOP32X ARM ARCHITECTURE
467P: Lennert Buytenhek
468M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100469P: Dan Williams
470M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800471L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100472S: Supported
473
474ARM/INTEL IOP33X ARM ARCHITECTURE
475P: Dan Williams
476M: dan.j.williams@intel.com
477L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
478S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800479
480ARM/INTEL IOP13XX ARM ARCHITECTURE
481P: Lennert Buytenhek
482M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100483P: Dan Williams
484M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100486S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800487
488ARM/INTEL IQ81342EX MACHINE SUPPORT
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 IXP2000 ARM ARCHITECTURE
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
499L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
500S: Maintained
501
502ARM/INTEL IXDP2850 MACHINE SUPPORT
503P: Lennert Buytenhek
504M: kernel@wantstofly.org
505L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
506S: Maintained
507
508ARM/INTEL IXP23XX ARM ARCHITECTURE
509P: Lennert Buytenhek
510M: kernel@wantstofly.org
511L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
512S: Maintained
513
514ARM/INTEL XSC3 (MANZANO) ARM CORE
515P: Lennert Buytenhek
516M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100517P: Dan Williams
518M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100520S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800521
522ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
528ARM/LOGICPD PXA270 MACHINE SUPPORT
529P: Lennert Buytenhek
530M: kernel@wantstofly.org
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Dirk Opfer8459c152005-11-06 14:27:52 +0000534ARM/TOSA MACHINE SUPPORT
535P: Dirk Opfer
536M: dirk@opfer-online.de
537S: Maintained
538
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539ARM/PLEB SUPPORT
540P: Peter Chubb
541M: pleb@gelato.unsw.edu.au
542W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
543S: Maintained
544
545ARM/PT DIGITAL BOARD PORT
546P: Stefan Eletzhofer
547M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700548L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549W: http://www.arm.linux.org.uk/
550S: Maintained
551
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800552ARM/RADISYS ENP2611 MACHINE SUPPORT
553P: Lennert Buytenhek
554M: kernel@wantstofly.org
555L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
556S: Maintained
557
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558ARM/SHARK MACHINE SUPPORT
559P: Alexander Schulz
560M: alex@shark-linux.de
561W: http://www.shark-linux.de/shark.html
562S: Maintained
563
564ARM/STRONGARM110 PORT
565P: Russell King
566M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568W: http://www.arm.linux.org.uk/
569S: Maintained
570
571ARM/S3C2410 ARM ARCHITECTURE
572P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800573M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575W: http://www.fluff.org/ben/linux/
576S: Maintained
577
578ARM/S3C2440 ARM ARCHITECTURE
579P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800580M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700581L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582W: http://www.fluff.org/ben/linux/
583S: Maintained
584
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800585ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
586P: Lennert Buytenhek
587M: kernel@wantstofly.org
588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589S: Maintained
590
591ARM/THECUS N2100 MACHINE SUPPORT
592P: Lennert Buytenhek
593M: kernel@wantstofly.org
594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
595S: Maintained
596
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597ARPD SUPPORT
598P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700599L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600S: Maintained
601
602ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500603P: Corentin Chary
604M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605P: Karol Kozimor
606M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607L: acpi4asus-user@lists.sourceforge.net
608W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500609W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610S: Maintained
611
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400612ASUS ASB100 HARDWARE MONITOR DRIVER
613P: Mark M. Hoffman
614M: mhoffman@lightlink.com
615L: lm-sensors@lm-sensors.org
616S: Maintained
617
Corentin Chary85091b72007-01-26 14:04:30 +0100618ASUS LAPTOP EXTRAS DRIVER
619P: Corentin Chary
620M: corentincj@iksaif.net
621L: acpi4asus-user@lists.sourceforge.net
622W: http://sourceforge.net/projects/acpi4asus
623W: http://xf.iksaif.net/acpi4asus
624S: Maintained
625
Dan Williamsb3e5f262007-08-07 10:26:35 -0700626ASYNCHRONOUS TRANSFERS/TRANSFORMS API
627P: Dan Williams
628M: dan.j.williams@intel.com
629P: Shannon Nelson
630M: shannon.nelson@intel.com
631L: linux-kernel@vger.kernel.org
632W: http://sourceforge.net/projects/xscaleiop
633S: Supported
634
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635ATA OVER ETHERNET DRIVER
636P: Ed L. Cashin
637M: ecashin@coraid.com
638W: http://www.coraid.com/support/linux
639S: Supported
640
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200641ATHEROS ATH5K WIRELESS DRIVER
642P: Jiri Slaby
643M: jirislaby@gmail.com
644P: Nick Kossifidis
645M: mickflemm@gmail.com
646P: Luis R. Rodriguez
647M: mcgrof@gmail.com
648L: linux-wireless@vger.kernel.org
649L: ath5k-devel@lists.ath5k.org
650S: Maintained
651
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600652ATL1 ETHERNET DRIVER
653P: Jay Cliburn
654M: jcliburn@gmail.com
655P: Chris Snook
656M: csnook@redhat.com
657L: atl1-devel@lists.sourceforge.net
658W: http://sourceforge.net/projects/atl1
659W: http://atl1.sourceforge.net
660S: Maintained
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662ATM
663P: Chas Williams
664M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700665L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666W: http://linux-atm.sourceforge.net
667S: Maintained
668
Pierre Ossman272f1332007-05-14 21:25:26 +0200669ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200670P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800671M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
673W: http://www.atmel.com/products/AT91/
674W: http://www.at91.com/
675S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200676
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800677ATMEL LCDFB DRIVER
678P: Nicolas Ferre
679M: nicolas.ferre@atmel.com
680L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
681S: Maintained
682
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100683ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100684P: Haavard Skinnemoen
685M: hskinnemoen@atmel.com
686S: Supported
687
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800688ATMEL SPI DRIVER
689P: Haavard Skinnemoen
690M: hskinnemoen@atmel.com
691S: Supported
692
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700693ATMEL USBA UDC DRIVER
694P: Haavard Skinnemoen
695M: hskinnemoen@atmel.com
696L: kernel@avr32linux.org
697W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
698S: Supported
699
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700ATMEL WIRELESS DRIVER
701P: Simon Kelley
702M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700703L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704W: http://www.thekelleys.org.uk/atmel
705W: http://atmelwlandriver.sourceforge.net/
706S: Maintained
707
Chris Wrighta92b7b82005-07-07 18:12:23 -0700708AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100709P: David Woodhouse
710M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700711L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100712W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800713T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700714S: Maintained
715
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800716AUXILIARY DISPLAY DRIVERS
717P: Miguel Ojeda Sandonis
718M: maxextreme@gmail.com
719L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700720W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800721S: Maintained
722
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700723AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700724P: Haavard Skinnemoen
725M: hskinnemoen@atmel.com
726W: http://www.atmel.com/products/AVR32/
727W: http://avr32linux.org/
728W: http://avrfreaks.net/
729S: Supported
730
731AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700732P: Haavard Skinnemoen
733M: hskinnemoen@atmel.com
734S: Supported
735
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736AX.25 NETWORK LAYER
737P: Ralf Baechle
738M: ralf@linux-mips.org
739L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200740W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741S: Maintained
742
Richard Purdie300abeb2007-02-07 22:21:07 +0000743BACKLIGHT CLASS/SUBSYSTEM
744P: Richard Purdie
745M: rpurdie@rpsys.net
746S: Maintained
747
Bryan Wu1394f032007-05-06 14:50:22 -0700748BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800749P: Bryan Wu
750M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800751L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
752W: http://blackfin.uclinux.org
753S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700754
Bryan Wue190d6b2007-07-17 14:43:44 +0800755BLACKFIN EMAC DRIVER
756P: Bryan Wu
757M: bryan.wu@analog.com
758L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
759W: http://blackfin.uclinux.org
760S: Supported
761
Mike Frysinger566da5b2007-06-11 15:31:30 +0800762BLACKFIN RTC DRIVER
763P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800764M: vapier.adi@gmail.com
765L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
766W: http://blackfin.uclinux.org
767S: Supported
768
Bryan Wu1394f032007-05-06 14:50:22 -0700769BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800770P: Sonic Zhang
771M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800772L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
773W: http://blackfin.uclinux.org
774S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700775
Bryan Wu1e6d3202007-07-15 02:50:02 +0800776BLACKFIN WATCHDOG DRIVER
777P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800778M: vapier.adi@gmail.com
779L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
780W: http://blackfin.uclinux.org
781S: Supported
782
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783BAYCOM/HDLCDRV DRIVERS FOR AX.25
784P: Thomas Sailer
785M: t.sailer@alumni.ethz.ch
786L: linux-hams@vger.kernel.org
787W: http://www.baycom.org/~tom/ham/ham.html
788S: Maintained
789
Michael Buesche4d6b792007-09-18 15:39:42 -0400790B43 WIRELESS DRIVER
791P: Michael Buesch
792M: mb@bu3sch.de
793P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100794M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400795L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100796W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400797S: Maintained
798
Larry Finger75388ac2007-09-25 16:46:54 -0700799B43LEGACY WIRELESS DRIVER
800P: Larry Finger
801M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100802P: Stefano Brivio
803M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700804L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100805W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700806S: Maintained
807
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200808BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
809P: Larry Finger
810M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200811P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100812M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700813L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200814W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800815S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200816
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817BEFS FILE SYSTEM
818P: Sergey S. Kostyliov
819M: rathamahata@php4.ru
820L: linux-kernel@vger.kernel.org
821S: Maintained
822
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823BFS FILE SYSTEM
824P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800825M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826L: linux-kernel@vger.kernel.org
827S: Maintained
828
Bryan Wud24ecfc2007-05-01 23:26:32 +0200829BLACKFIN I2C TWI DRIVER
830P: Sonic Zhang
831M: sonic.zhang@analog.com
832L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
833W: http://blackfin.uclinux.org/
834S: Supported
835
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836BLOCK LAYER
837P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200838M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800840T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841S: Maintained
842
843BLUETOOTH SUBSYSTEM
844P: Marcel Holtmann
845M: marcel@holtmann.org
846P: Maxim Krasnyansky
847M: maxk@qualcomm.com
848L: bluez-devel@lists.sf.net
849W: http://bluez.sf.net
850W: http://www.bluez.org
851W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800852T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853S: Maintained
854
855BLUETOOTH RFCOMM LAYER
856P: Marcel Holtmann
857M: marcel@holtmann.org
858P: Maxim Krasnyansky
859M: maxk@qualcomm.com
860S: Maintained
861
862BLUETOOTH BNEP LAYER
863P: Marcel Holtmann
864M: marcel@holtmann.org
865P: Maxim Krasnyansky
866M: maxk@qualcomm.com
867S: Maintained
868
869BLUETOOTH CMTP LAYER
870P: Marcel Holtmann
871M: marcel@holtmann.org
872S: Maintained
873
874BLUETOOTH HIDP LAYER
875P: Marcel Holtmann
876M: marcel@holtmann.org
877S: Maintained
878
879BLUETOOTH HCI UART DRIVER
880P: Marcel Holtmann
881M: marcel@holtmann.org
882P: Maxim Krasnyansky
883M: maxk@qualcomm.com
884S: Maintained
885
886BLUETOOTH HCI USB DRIVER
887P: Marcel Holtmann
888M: marcel@holtmann.org
889P: Maxim Krasnyansky
890M: maxk@qualcomm.com
891S: Maintained
892
893BLUETOOTH HCI BCM203X DRIVER
894P: Marcel Holtmann
895M: marcel@holtmann.org
896S: Maintained
897
898BLUETOOTH HCI BPA10X DRIVER
899P: Marcel Holtmann
900M: marcel@holtmann.org
901S: Maintained
902
903BLUETOOTH HCI BFUSB DRIVER
904P: Marcel Holtmann
905M: marcel@holtmann.org
906S: Maintained
907
908BLUETOOTH HCI DTL1 DRIVER
909P: Marcel Holtmann
910M: marcel@holtmann.org
911S: Maintained
912
913BLUETOOTH HCI BLUECARD DRIVER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916S: Maintained
917
918BLUETOOTH HCI BT3C DRIVER
919P: Marcel Holtmann
920M: marcel@holtmann.org
921S: Maintained
922
923BLUETOOTH HCI BTUART DRIVER
924P: Marcel Holtmann
925M: marcel@holtmann.org
926S: Maintained
927
928BLUETOOTH HCI VHCI DRIVER
929P: Maxim Krasnyansky
930M: maxk@qualcomm.com
931S: Maintained
932
933BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100934P: Jay Vosburgh
935M: fubar@us.ibm.com
936L: bonding-devel@lists.sourceforge.net
937W: http://sourceforge.net/projects/bonding/
938S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000940BROADBAND PROCESSOR ARCHITECTURE
941P: Arnd Bergmann
942M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100943L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400944W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000945S: Supported
946
Gary Zambrano39105892006-06-22 17:26:20 -0700947BROADCOM B44 10/100 ETHERNET DRIVER
948P: Gary Zambrano
949M: zambrano@broadcom.com
950L: netdev@vger.kernel.org
951S: Supported
952
Michael Chan948c51e2006-06-04 02:51:39 -0700953BROADCOM BNX2 GIGABIT ETHERNET DRIVER
954P: Michael Chan
955M: mchan@broadcom.com
956L: netdev@vger.kernel.org
957S: Supported
958
959BROADCOM TG3 GIGABIT ETHERNET DRIVER
960P: Michael Chan
961M: mchan@broadcom.com
962L: netdev@vger.kernel.org
963S: Supported
964
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200965BSG (block layer generic sg v4 driver)
966P: FUJITA Tomonori
967M: fujita.tomonori@lab.ntt.co.jp
968L: linux-scsi@vger.kernel.org
969S: Supported
970
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700972P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200973M: mchehab@infradead.org
974M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700976W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200977T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700978S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979
Jonathan Corbet77d51402007-03-22 19:44:17 -0300980CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
981P: Jonathan Corbet
982M: corbet@lwn.net
983L: video4linux-list@redhat.com
984S: Maintained
985
Oliver Hartkoppbeca2222007-11-16 16:07:41 -0800986CAN NETWORK LAYER
987P: Urs Thuermann
988M: urs.thuermann@volkswagen.de
989P: Oliver Hartkopp
990M: oliver.hartkopp@volkswagen.de
991L: socketcan-core@lists.berlios.de
992W: http://developer.berlios.de/projects/socketcan/
993S: Maintained
994
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200995CALGARY x86-64 IOMMU
996P: Muli Ben-Yehuda
997M: muli@il.ibm.com
998P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200999M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001000L: linux-kernel@vger.kernel.org
1001L: discuss@x86-64.org
1002S: Maintained
1003
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001004CFAG12864B LCD DRIVER
1005P: Miguel Ojeda Sandonis
1006M: maxextreme@gmail.com
1007L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001008W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001009S: Maintained
1010
1011CFAG12864BFB LCD FRAMEBUFFER DRIVER
1012P: Miguel Ojeda Sandonis
1013M: maxextreme@gmail.com
1014L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001015W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001016S: Maintained
1017
Johannes Berg704232c2007-04-23 12:20:05 -07001018CFG80211 and NL80211
1019P: Johannes Berg
1020M: johannes@sipsolutions.net
1021L: linux-wireless@vger.kernel.org
1022S: Maintained
1023
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001024CHECKPATCH
1025P: Andy Whitcroft
1026M: apw@shadowen.org
1027P: Randy Dunlap
1028M: rdunlap@xenotime.net
1029P: Joel Schopp
1030M: jschopp@austin.ibm.com
1031S: Supported
1032
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033COMMON INTERNET FILE SYSTEM (CIFS)
1034P: Steve French
1035M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001036L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001038W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001039T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001040S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041
Joel Becker7063fbf2005-12-15 14:29:43 -08001042CONFIGFS
1043P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001044M: joel.becker@oracle.com
1045L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001046S: Supported
1047
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001048CIRRUS LOGIC EP93XX ETHERNET DRIVER
1049P: Lennert Buytenhek
1050M: kernel@wantstofly.org
1051L: netdev@vger.kernel.org
1052S: Maintained
1053
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001054CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1055P: Lennert Buytenhek
1056M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001057L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001058S: Maintained
1059
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1061P: Cirrus Logic Corporation (kernel 2.2 driver)
1062M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1063P: Nils Faerber (port to kernel 2.4)
1064M: Nils Faerber <nils@kernelconcepts.de>
1065S: Maintained
1066
1067CODA FILE SYSTEM
1068P: Jan Harkes
1069M: jaharkes@cs.cmu.edu
1070M: coda@cs.cmu.edu
1071L: codalist@coda.cs.cmu.edu
1072W: http://www.coda.cs.cmu.edu/
1073S: Maintained
1074
1075COMPACTPCI HOTPLUG CORE
1076P: Scott Murray
1077M: scottm@somanetworks.com
1078M: scott@spiteful.org
1079L: pcihpd-discuss@lists.sourceforge.net
1080S: Supported
1081
1082COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1083P: Scott Murray
1084M: scottm@somanetworks.com
1085M: scott@spiteful.org
1086L: pcihpd-discuss@lists.sourceforge.net
1087S: Supported
1088
1089COMPACTPCI HOTPLUG GENERIC DRIVER
1090P: Scott Murray
1091M: scottm@somanetworks.com
1092M: scott@spiteful.org
1093L: pcihpd-discuss@lists.sourceforge.net
1094S: Supported
1095
1096COMPUTONE INTELLIPORT MULTIPORT CARD
1097P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001098M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001100S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101
Simon Arlott949be0f2007-03-06 02:47:46 -08001102CONEXANT ACCESSRUNNER USB DRIVER
1103P: Simon Arlott
1104M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001105L: accessrunner-general@lists.sourceforge.net
1106W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001107S: Maintained
1108
Rudolf Marekbebe4672007-05-08 17:22:02 +02001109CORETEMP HARDWARE MONITORING DRIVER
1110P: Rudolf Marek
1111M: r.marek@assembler.cz
1112L: lm-sensors@lm-sensors.org
1113S: Maintained
1114
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115COSA/SRP SYNC SERIAL DRIVER
1116P: Jan "Yenya" Kasprzak
1117M: kas@fi.muni.cz
1118W: http://www.fi.muni.cz/~kas/cosa/
1119S: Maintained
1120
1121CPU FREQUENCY DRIVERS
1122P: Dave Jones
1123M: davej@codemonkey.org.uk
1124L: cpufreq@lists.linux.org.uk
1125W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001126T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127S: Maintained
1128
1129CPUID/MSR DRIVER
1130P: H. Peter Anvin
1131M: hpa@zytor.com
1132S: Maintained
1133
Paul Jacksoned90fb42005-09-27 21:45:37 -07001134CPUSETS
1135P: Paul Jackson
1136P: Simon Derr
1137M: pj@sgi.com
1138M: simon.derr@bull.net
1139L: linux-kernel@vger.kernel.org
1140W: http://www.bullopensource.org/cpuset/
1141S: Supported
1142
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001144W: http://sourceforge.net/projects/cramfs/
1145S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146
1147CRIS PORT
1148P: Mikael Starvik
1149M: starvik@axis.com
1150L: dev-etrax@axis.com
1151W: http://developer.axis.com
1152S: Maintained
1153
1154CRYPTO API
1155P: Herbert Xu
1156M: herbert@gondor.apana.org.au
1157P: David S. Miller
1158M: davem@davemloft.net
1159L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001160T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161S: Maintained
1162
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001163CS5535 Audio ALSA driver
1164P: Jaya Kumar
1165M: jayakumar.alsa@gmail.com
1166S: Maintained
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168CYBERPRO FB DRIVER
1169P: Russell King
1170M: rmk@arm.linux.org.uk
1171W: http://www.arm.linux.org.uk/
1172S: Maintained
1173
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001174CYBLAFB FRAMEBUFFER DRIVER
1175P: Knut Petersen
1176M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001177L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001178S: Maintained
1179
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180CYCLADES 2X SYNC CARD DRIVER
1181P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001182M: acme@ghostprotocols.net
1183W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184S: Maintained
1185
1186CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001188S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189
1190CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001192S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194DAMA SLAVE for AX.25
1195P: Joerg Reuter
1196M: jreuter@yaina.de
1197W: http://yaina.de/jreuter/
1198W: http://www.qsl.net/dl1bke/
1199L: linux-hams@vger.kernel.org
1200S: Maintained
1201
1202DC395x SCSI driver
1203P: Oliver Neukum
1204M: oliver@neukum.name
1205P: Ali Akcaagac
1206M: aliakc@web.de
1207P: Jamie Lenehan
1208M: lenehan@twibble.org
1209W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001210L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211L: http://lists.twibble.org/mailman/listinfo/dc395x/
1212S: Maintained
1213
1214DC390/AM53C974 SCSI driver
1215P: Kurt Garloff
1216M: garloff@suse.de
1217W: http://www.garloff.de/kurt/linux/dc390/
1218P: Guennadi Liakhovetski
1219M: g.liakhovetski@gmx.de
1220S: Maintained
1221
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001222DCCP PROTOCOL
1223P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001224M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001225L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001226W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001227S: Maintained
1228
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229DECnet NETWORK LAYER
1230P: Patrick Caulfield
1231M: patrick@tykepenguin.com
1232W: http://linux-decnet.sourceforge.net
1233L: linux-decnet-user@lists.sourceforge.net
1234S: Maintained
1235
1236DEFXX FDDI NETWORK DRIVER
1237P: Maciej W. Rozycki
1238M: macro@linux-mips.org
1239S: Maintained
1240
1241DELL LAPTOP SMM DRIVER
1242P: Massimo Dal Zotto
1243M: dz@debian.org
1244W: http://www.debian.org/~dz/i8k/
1245S: Maintained
1246
Doug Warzecha90563ec2005-09-06 15:17:15 -07001247DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1248P: Doug Warzecha
1249M: Douglas_Warzecha@dell.com
1250S: Maintained
1251
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001252DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253P: Alasdair Kergon
1254L: dm-devel@redhat.com
1255W: http://sources.redhat.com/dm
1256S: Maintained
1257
1258DEVICE NUMBER REGISTRY
1259P: Torben Mathiasen
1260M: device@lanana.org
1261W: http://lanana.org/docs/device-list/index.html
1262L: linux-kernel@vger.kernel.org
1263S: Maintained
1264
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265DIGI INTL. EPCA DRIVER
1266P: Digi International, Inc
1267M: Eng.Linux@digi.com
1268L: Eng.Linux@digi.com
1269W: http://www.digi.com
1270S: Orphaned
1271
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272DIRECTORY NOTIFICATION
1273P: Stephen Rothwell
1274M: sfr@canb.auug.org.au
1275L: linux-kernel@vger.kernel.org
1276S: Supported
1277
1278DISK GEOMETRY AND PARTITION HANDLING
1279P: Andries Brouwer
1280M: aeb@cwi.nl
1281W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1282W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1283W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1284S: Maintained
1285
1286DISKQUOTA:
1287P: Jan Kara
1288M: jack@suse.cz
1289L: linux-kernel@vger.kernel.org
1290S: Maintained
1291
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001292DISTRIBUTED LOCK MANAGER
1293P: Patrick Caulfield
1294M: pcaulfie@redhat.com
1295P: David Teigland
1296M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001297L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001298W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001299T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1300T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001301S: Supported
1302
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1304P: Tobias Ringstrom
1305M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001306L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307S: Maintained
1308
Dan Williamsb3e5f262007-08-07 10:26:35 -07001309DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001310P: Shannon Nelson
1311M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001312P: Dan Williams
1313M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001314L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001315S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001316
Juerg Haefligerb8250372007-06-09 10:11:16 -04001317DME1737 HARDWARE MONITOR DRIVER
1318P: Juerg Haefliger
1319M: juergh@gmail.com
1320L: lm-sensors@lm-sensors.org
1321S: Maintained
1322
Martin Waitzba483d52005-06-17 13:20:59 -07001323DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001324P: Randy Dunlap
1325M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001326S: Maintained
1327
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001328DOCKING STATION DRIVER
1329P: Kristen Carlson Accardi
1330M: kristen.c.accardi@intel.com
1331L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001332S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001333
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334DOUBLETALK DRIVER
1335P: James R. Van Zandt
1336M: jrv@vanzandt.mv.com
1337L: blinux-list@redhat.com
1338S: Maintained
1339
1340DRIVER CORE, KOBJECTS, AND SYSFS
1341P: Greg Kroah-Hartman
1342M: gregkh@suse.de
1343L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001344T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Supported
1346
1347DRM DRIVERS
1348P: David Airlie
1349M: airlied@linux.ie
1350L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001351T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352S: Maintained
1353
1354DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001355P: Francois Romieu
1356M: romieu@fr.zoreil.com
1357L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358S: Maintained
1359
1360DVB SUBSYSTEM AND DRIVERS
1361P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001362M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001364W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001365T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001366S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367
1368EATA-DMA SCSI DRIVER
1369P: Michael Neuffer
1370L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1371S: Maintained
1372
1373EATA ISA/EISA/PCI SCSI DRIVER
1374P: Dario Ballabio
1375M: ballabio_dario@emc.com
1376L: linux-scsi@vger.kernel.org
1377S: Maintained
1378
1379EATA-PIO SCSI DRIVER
1380P: Michael Neuffer
1381M: mike@i-Connect.Net
1382L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1383S: Maintained
1384
1385EBTABLES
1386P: Bart De Schuymer
1387M: bart.de.schuymer@pandora.be
1388L: ebtables-user@lists.sourceforge.net
1389L: ebtables-devel@lists.sourceforge.net
1390W: http://ebtables.sourceforge.net/
1391S: Maintained
1392
Michael Halcrow237fead2006-10-04 02:16:22 -07001393ECRYPT FILE SYSTEM
1394P: Mike Halcrow, Phillip Hellewell
1395M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1396L: ecryptfs-devel@lists.sourceforge.net
1397W: http://ecryptfs.sourceforge.net/
1398S: Supported
1399
Alan Coxda9bb1d2006-01-18 17:44:13 -08001400EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001401P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001402M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001403L: bluesmoke-devel@lists.sourceforge.net
1404W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001405S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001406
1407EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001408P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001409P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001410M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001411M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001412L: bluesmoke-devel@lists.sourceforge.net
1413W: bluesmoke.sourceforge.net
1414S: Maintained
1415
1416EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001417P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001418M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001419L: bluesmoke-devel@lists.sourceforge.net
1420W: bluesmoke.sourceforge.net
1421S: Maintained
1422
Douglas Thompson6bc78402007-07-19 01:50:12 -07001423EDAC-I82443BXGX
1424P: Tim Small
1425M: tim@buttersideup.com
1426L: bluesmoke-devel@lists.sourceforge.net
1427W: bluesmoke.sourceforge.net
1428S: Maintained
1429
1430EDAC-I3000
1431P: Jason Uhlenkott
1432M: juhlenko@akamai.com
1433L: bluesmoke-devel@lists.sourceforge.net
1434W: bluesmoke.sourceforge.net
1435S: Maintained
1436
1437EDAC-I5000
1438P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001439M: dougthompson@xmission.com
1440L: bluesmoke-devel@lists.sourceforge.net
1441W: bluesmoke.sourceforge.net
1442S: Maintained
1443
1444EDAC-I82975X
1445P: Ranganathan Desikan
1446P: Arvind R.
1447M: rdesikan@jetzbroadband.com
1448M: arvind@acarlab.com
1449L: bluesmoke-devel@lists.sourceforge.net
1450W: bluesmoke.sourceforge.net
1451S: Maintained
1452
1453EDAC-PASEMI
1454P: Egor Martovetsky
1455M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001456L: bluesmoke-devel@lists.sourceforge.net
1457W: bluesmoke.sourceforge.net
1458S: Maintained
1459
Dave Peterson0e438e32006-03-26 01:38:55 -08001460EDAC-R82600
1461P: Tim Small
1462M: tim@buttersideup.com
1463L: bluesmoke-devel@lists.sourceforge.net
1464W: bluesmoke.sourceforge.net
1465S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001466
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467EEPRO100 NETWORK DRIVER
1468P: Andrey V. Savochkin
1469M: saw@saw.sw.com.sg
1470S: Maintained
1471
Josh Triplett0bee8d22006-07-30 03:03:58 -07001472EFS FILESYSTEM
1473W: http://aeschi.ch.eu.org/efs/
1474S: Orphan
1475
Heiko J Schickfab97222006-09-22 15:22:22 -07001476EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1477P: Hoang-Nam Nguyen
1478M: hnguyen@de.ibm.com
1479P: Christoph Raisch
1480M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001481L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001482S: Supported
1483
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001484EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001485P: James Smart
1486M: james.smart@emulex.com
1487L: linux-scsi@vger.kernel.org
1488W: http://sourceforge.net/projects/lpfcxxxx
1489S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001490
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491EPSON 1355 FRAMEBUFFER DRIVER
1492P: Christopher Hoover
1493M: ch@murgatroid.com, ch@hpl.hp.com
1494S: Maintained
1495
1496ETHEREXPRESS-16 NETWORK DRIVER
1497P: Philip Blundell
1498M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001499L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500S: Maintained
1501
1502ETHERNET BRIDGE
1503P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001504M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001505L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506W: http://bridge.sourceforge.net/
1507S: Maintained
1508
1509ETHERTEAM 16I DRIVER
1510P: Mika Kuoppala
1511M: miku@iki.fi
1512S: Maintained
1513
1514EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001515L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516S: Maintained
1517
1518EXT3 FILE SYSTEM
1519P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001520M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001521L: linux-ext4@vger.kernel.org
1522S: Maintained
1523
1524EXT4 FILE SYSTEM
1525P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001526M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001527L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528S: Maintained
1529
Jean Delvaree53004e2006-01-09 23:26:14 +01001530F71805F HARDWARE MONITORING DRIVER
1531P: Jean Delvare
1532M: khali@linux-fr.org
1533L: lm-sensors@lm-sensors.org
1534S: Maintained
1535
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536FARSYNC SYNCHRONOUS DRIVER
1537P: Kevin Curtis
1538M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539W: http://www.farsite.co.uk/
1540S: Supported
1541
Akinobu Mitac5408b82007-04-23 14:41:20 -07001542FAULT INJECTION SUPPORT
1543P: Akinobu Mita
1544M: akinobu.mita@gmail.com
1545S: Supported
1546
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547FRAMEBUFFER LAYER
1548P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001549M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001550L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551W: http://linux-fbdev.sourceforge.net/
1552S: Maintained
1553
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001554FREESCALE SOC FS_ENET DRIVER
1555P: Pantelis Antoniou
1556M: pantelis.antoniou@gmail.com
1557P: Vitaly Bordug
1558M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001559L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001560L: netdev@vger.kernel.org
1561S: Maintained
1562
Li Yanga7205b32007-04-23 10:38:18 -07001563FREESCALE HIGHSPEED USB DEVICE DRIVER
1564P: Li Yang
1565M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001566L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001567L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001568S: Maintained
1569
Li Yangbeaf53b2007-05-25 13:54:02 +08001570FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1571P: Li Yang
1572M: leoli@freescale.com
1573L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001574L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001575S: Maintained
1576
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577FILE LOCKING (flock() and fcntl()/lockf())
1578P: Matthew Wilcox
1579M: matthew@wil.cx
1580L: linux-fsdevel@vger.kernel.org
1581S: Maintained
1582
1583FILESYSTEMS (VFS and infrastructure)
1584P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001585M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586S: Maintained
1587
Stefan Richterf148e202008-01-12 12:32:44 +01001588FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001589P: Kristian Hoegsberg, Stefan Richter
1590M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1591L: linux1394-devel@lists.sourceforge.net
1592W: http://www.linux1394.org/
1593T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1594S: Maintained
1595
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596FIRMWARE LOADER (request_firmware)
1597L: linux-kernel@vger.kernel.org
1598S: Orphan
1599
1600FPU EMULATOR
1601P: Bill Metzenthen
1602M: billm@suburbia.net
1603W: http://suburbia.net/~billm/floating-point/emulator/
1604S: Maintained
1605
1606FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1607P: Mike McLagan
1608M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001609L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610S: Maintained
1611
1612FREEVXFS FILESYSTEM
1613P: Christoph Hellwig
1614M: hch@infradead.org
1615W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1616S: Maintained
1617
David Howells5ab7ffe2007-04-10 15:10:45 +01001618FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619P: David Howells
1620M: dhowells@redhat.com
1621S: Maintained
1622
Miklos Szeredi04578f12005-09-09 13:10:22 -07001623FUSE: FILESYSTEM IN USERSPACE
1624P: Miklos Szeredi
1625M: miklos@szeredi.hu
1626L: fuse-devel@lists.sourceforge.net
1627W: http://fuse.sourceforge.net/
1628S: Maintained
1629
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1631P: Rik Faith
1632M: faith@cs.unc.edu
1633L: linux-scsi@vger.kernel.org
1634S: Odd fixes (e.g., new signatures)
1635
1636GDT SCSI DISK ARRAY CONTROLLER DRIVER
1637P: Achim Leubner
1638M: achim_leubner@adaptec.com
1639L: linux-scsi@vger.kernel.org
1640W: http://www.icp-vortex.com/
1641S: Supported
1642
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001643GENERIC GPIO I2C DRIVER
1644P: Haavard Skinnemoen
1645M: hskinnemoen@atmel.com
1646S: Supported
1647
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1649P: Krzysztof Halasa
1650M: khc@pm.waw.pl
1651W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1652S: Maintained
1653
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001654GFS2 FILE SYSTEM
1655P: Steven Whitehouse
1656M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001657L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001658W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001659T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1660T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001661S: Supported
1662
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001663GIGASET ISDN DRIVERS
1664P: Hansjoerg Lipp
1665M: hjlipp@web.de
1666P: Tilman Schmidt
1667M: tilman@imap.cc
1668L: gigaset307x-common@lists.sourceforge.net
1669W: http://gigaset307x.sourceforge.net/
1670S: Maintained
1671
Jean Delvare5b543962005-08-15 19:51:02 +02001672HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001673P: Mark M. Hoffman
1674M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001675L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001676W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001677T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1678T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001679S: Maintained
1680
Michael Buesch844dd052006-06-26 00:24:59 -07001681HARDWARE RANDOM NUMBER GENERATOR CORE
1682P: Michael Buesch
1683M: mb@bu3sch.de
1684S: Maintained
1685
Robert Love860e1d62005-08-31 23:57:59 -04001686HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1687P: Robert Love
1688M: rlove@rlove.org
1689M: linux-kernel@vger.kernel.org
1690W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1691S: Maintained
1692
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693HARMONY SOUND DRIVER
1694P: Kyle McMartin
1695M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001696L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697S: Maintained
1698
1699HAYES ESP SERIAL DRIVER
1700P: Andrew J. Robinson
1701M: arobinso@nyx.net
1702L: linux-kernel@vger.kernel.org
1703W: http://www.nyx.net/~arobinso
1704S: Maintained
1705
1706HFS FILESYSTEM
1707P: Roman Zippel
1708M: zippel@linux-m68k.org
1709L: linux-kernel@vger.kernel.org
1710S: Maintained
1711
1712HGA FRAMEBUFFER DRIVER
1713P: Ferenc Bakonyi
1714M: fero@drama.obuda.kando.hu
1715L: linux-nvidia@lists.surfsouth.com
1716W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1717S: Maintained
1718
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001719HID CORE LAYER
1720P: Jiri Kosina
1721M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001722L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001723T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001724S: Maintained
1725
Ingo Molnar38bed542007-02-22 09:09:34 +01001726HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1727P: Thomas Gleixner
1728M: tglx@linutronix.de
1729L: linux-kernel@vger.kernel.org
1730S: Maintained
1731
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732HIGH-SPEED SCC DRIVER FOR AX.25
1733P: Klaus Kudielka
1734M: klaus.kudielka@ieee.org
1735L: linux-hams@vger.kernel.org
1736W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1737S: Maintained
1738
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001739HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1740P: HighPoint Linux Team
1741M: linux@highpoint-tech.com
1742W: http://www.highpoint-tech.com
1743S: Supported
1744
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745HIPPI
1746P: Jes Sorensen
1747M: jes@trained-monkey.org
1748L: linux-hippi@sunsite.dk
1749S: Maintained
1750
1751HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1752P: Chirag Kantharia
1753M: chirag.kantharia@hp.com
1754L: iss_storagedev@hp.com
1755S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001756
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757HEWLETT-PACKARD SMART2 RAID DRIVER
1758P: Chirag Kantharia
1759M: chirag.kantharia@hp.com
1760L: iss_storagedev@hp.com
1761S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1764P: Mike Miller
1765M: mike.miller@hp.com
1766L: iss_storagedev@hp.com
1767S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001768
Jouni Malinenff1d2762005-05-12 22:54:16 -04001769HOST AP DRIVER
1770P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001771M: j@w1.fi
1772L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001773L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001774W: http://hostap.epitest.fi/
1775S: Maintained
1776
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1778P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001779M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780S: Maintained
1781
Bob Piccob9b03322005-11-07 00:59:19 -08001782HPET: High Precision Event Timers driver (hpet.c)
1783P: Clemens Ladisch
1784M: clemens@ladisch.de
1785S: Maintained
1786
1787HPET: i386
1788P: Venkatesh Pallipadi (Venki)
1789M: venkatesh.pallipadi@intel.com
1790S: Maintained
1791
1792HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001793P: Vojtech Pavlik
1794M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001795S: Maintained
1796
1797HPET: ACPI hpet.c
1798P: Bob Picco
1799M: bob.picco@hp.com
1800S: Maintained
1801
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802HPFS FILESYSTEM
1803P: Mikulas Patocka
1804M: mikulas@artax.karlin.mff.cuni.cz
1805W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1806S: Maintained
1807
1808HUGETLB FILESYSTEM
1809P: William Irwin
1810M: wli@holomorphy.com
1811S: Maintained
1812
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001813I2C/SMBUS STUB DRIVER
1814P: Mark M. Hoffman
1815M: mhoffman@lightlink.com
1816L: lm-sensors@lm-sensors.org
1817S: Maintained
1818
Jean Delvare5b543962005-08-15 19:51:02 +02001819I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820P: Jean Delvare
1821M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001822L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001823T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824S: Maintained
1825
Till Harbaume8c76ee2007-05-01 23:26:35 +02001826I2C-TINY-USB DRIVER
1827P: Till Harbaum
1828M: till@harbaum.org
1829L: i2c@lm-sensors.org
1830T: http://www.harbaum.org/till/i2c_tiny_usb
1831S: Maintained
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001834P: H. Peter Anvin
1835M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836L: Linux-Kernel@vger.kernel.org
1837S: Maintained
1838
1839i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840P: H. Peter Anvin
1841M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001842T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843S: Maintained
1844
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845IA64 (Itanium) PLATFORM
1846P: Tony Luck
1847M: tony.luck@intel.com
1848L: linux-ia64@vger.kernel.org
1849W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001850T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851S: Maintained
1852
1853SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001854P: Jes Sorensen
1855M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856L: linux-altix@sgi.com
1857L: linux-ia64@vger.kernel.org
1858W: http://www.sgi.com/altix
1859S: Maintained
1860
1861IBM MCA SCSI SUBSYSTEM DRIVER
1862P: Michael Lang
1863M: langa2@kph.uni-mainz.de
1864W: http://www.uni-mainz.de/~langm000/linux.html
1865S: Maintained
1866
1867IBM Power Linux RAID adapter
1868P: Brian King
1869M: brking@us.ibm.com
1870S: Supported
1871
1872IBM ServeRAID RAID DRIVER
1873P: Jack Hammer
1874P: Dave Jeffery
1875M: ipslinux@adaptec.com
1876W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001877S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001879IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001881M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001883T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884S: Maintained
1885
1886IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001887P: Borislav Petkov
1888M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001889L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001890S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891
1892IDE/ATAPI FLOPPY DRIVERS
1893P: Paul Bristow
1894M: Paul Bristow <paul@paulbristow.net>
1895W: http://paulbristow.net/linux/idefloppy.html
1896L: linux-kernel@vger.kernel.org
1897S: Maintained
1898
1899IDE/ATAPI TAPE DRIVERS
1900P: Gadi Oxman
1901M: Gadi Oxman <gadio@netvision.net.il>
1902L: linux-kernel@vger.kernel.org
1903S: Maintained
1904
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001905IDE-SCSI DRIVER
1906L: linux-ide@vger.kernel.org
1907L: linux-scsi@vger.kernel.org
1908S: Orphan
1909
Stefan Richterf148e202008-01-12 12:32:44 +01001910IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001912M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001913P: Stefan Richter
1914M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915L: linux1394-devel@lists.sourceforge.net
1916W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001917T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918S: Maintained
1919
Stefan Richterf51a5a92007-04-23 14:41:10 -07001920IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921P: Dan Dennedy
1922M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001923P: Stefan Richter
1924M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001926S: Maintained
1927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001929L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001930S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931
1932INFINIBAND SUBSYSTEM
1933P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001934M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001936M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001938M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001939L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001941T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942S: Supported
1943
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001944INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001945P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001946M: dmitry.torokhov@gmail.com
1947M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001948L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001949T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950S: Maintained
1951
Robert Lovec9f04f52005-07-15 12:21:07 -04001952INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001953P: John McCutchan
1954M: ttb@tentacle.dhs.org
1955P: Robert Love
1956M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001957L: linux-kernel@vger.kernel.org
1958S: Maintained
1959
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001960INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001961P: Sylvain Meyer
1962M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001963L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001964S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001965
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001967P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001968M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001969L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001970S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972INTEL IA32 MICROCODE UPDATE SUPPORT
1973P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001974M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975S: Maintained
1976
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001977INTEL I/OAT DMA DRIVER
1978P: Shannon Nelson
1979M: shannon.nelson@intel.com
1980L: linux-kernel@vger.kernel.org
1981S: Supported
1982
Dan Williamsb3e5f262007-08-07 10:26:35 -07001983INTEL IOP-ADMA DMA DRIVER
1984P: Dan Williams
1985M: dan.j.williams@intel.com
1986L: linux-kernel@vger.kernel.org
1987S: Supported
1988
Michael Buesch844dd052006-06-26 00:24:59 -07001989INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1990P: Deepak Saxena
1991M: dsaxena@plexity.net
1992S: Maintained
1993
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001994INTEL IXP2000 ETHERNET DRIVER
1995P: Lennert Buytenhek
1996M: kernel@wantstofly.org
1997L: netdev@vger.kernel.org
1998S: Maintained
1999
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002001P: Auke Kok
2002M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003P: Jesse Brandeburg
2004M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002005P: Jeff Kirsher
2006M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002007P: John Ronciak
2008M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002009L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010W: http://sourceforge.net/projects/e1000/
2011S: Supported
2012
2013INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002014P: Auke Kok
2015M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002016P: Jesse Brandeburg
2017M: jesse.brandeburg@intel.com
2018P: Jeff Kirsher
2019M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002020P: John Ronciak
2021M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002022L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023W: http://sourceforge.net/projects/e1000/
2024S: Supported
2025
2026INTEL PRO/10GbE SUPPORT
2027P: Ayyappan Veeraiyan
2028M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002029P: Auke Kok
2030M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002031P: Jesse Brandeburg
2032M: jesse.brandeburg@intel.com
2033P: John Ronciak
2034M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002035L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036W: http://sourceforge.net/projects/e1000/
2037S: Supported
2038
James Ketrenos826d2ab2005-11-07 18:56:59 -06002039INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002040P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002041M: yi.zhu@intel.com
2042P: James Ketrenos
2043M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002044P: Reinette Chatre
2045M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002046L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002047L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002048W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002049W: http://ipw2100.sourceforge.net
2050S: Supported
2051
2052INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002053P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002054M: yi.zhu@intel.com
2055P: James Ketrenos
2056M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002057P: Reinette Chatre
2058M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002059L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002060L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002061W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002062W: http://ipw2200.sourceforge.net
2063S: Supported
2064
Zhu Yib481de92007-09-25 17:54:57 -07002065INTEL WIRELESS WIFI LINK (iwlwifi)
2066P: Zhu Yi
2067M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002068P: Reinette Chatre
2069M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002070L: linux-wireless@vger.kernel.org
2071L: ipw3945-devel@lists.sourceforge.net
2072W: http://intellinuxwireless.org
2073T: git git://intellinuxwireless.org/repos/iwlwifi
2074S: Supported
2075
Ralf Baechlecb109a02007-08-30 23:56:30 -07002076IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077P: Ralf Baechle
2078M: ralf@linux-mips.org
2079L: linux-mips@linux-mips.org
2080S: Maintained
2081
Ralf Baechlecb109a02007-08-30 23:56:30 -07002082IOC3 SERIAL DRIVER
2083P: Pat Gefre
2084M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002085L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002086S: Maintained
2087
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088IP MASQUERADING:
2089P: Juanjo Ciarlante
2090M: jjciarla@raiz.uncu.edu.ar
2091S: Maintained
2092
Francois Romieu1202d6f2007-09-17 17:13:55 -07002093IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2094P: Francois Romieu
2095M: romieu@fr.zoreil.com
2096P: Sorbica Shieh
2097M: sorbica@icplus.com.tw
2098P: Jesse Huang
2099M: jesse@icplus.com.tw
2100L: netdev@vger.kernel.org
2101S: Maintained
2102
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002103IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002104P: Arthur Jones
2105M: infinipath@qlogic.com
2106L: general@lists.openfabrics.org
2107T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002108S: Supported
2109
Corey Minyard4409ebe2006-04-20 02:43:12 -07002110IPMI SUBSYSTEM
2111P: Corey Minyard
2112M: minyard@acm.org
2113L: openipmi-developer@lists.sourceforge.net
2114W: http://openipmi.sourceforge.net/
2115S: Supported
2116
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117IPX NETWORK LAYER
2118P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002119M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002120L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121S: Maintained
2122
2123IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002124P: Samuel Ortiz
2125M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002126L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002128S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129
Mike Christie14816b1e2007-11-28 16:22:06 -08002130ISCSI
2131P: Mike Christie
2132M: michaelc@cs.wisc.edu
2133L: open-iscsi@googlegroups.com
2134W: www.open-iscsi.org
2135T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2136S: Maintained
2137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138ISAPNP
2139P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002140M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Maintained
2142
2143ISDN SUBSYSTEM
2144P: Karsten Keil
2145M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146L: isdn4linux@listserv.isdn4linux.de
2147W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002148T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149S: Maintained
2150
2151ISDN SUBSYSTEM (Eicon active card driver)
2152P: Armin Schindler
2153M: mac@melware.de
2154L: isdn4linux@listserv.isdn4linux.de
2155W: http://www.melware.de
2156S: Maintained
2157
Hans Verkuil91821ff2007-12-02 09:35:33 -03002158IVTV VIDEO4LINUX DRIVER
2159P: Hans Verkuil
2160M: hverkuil@xs4all.nl
2161L: ivtv-devel@ivtvdriver.org
2162L: ivtv-users@ivtvdriver.org
2163L: video4linux-list@redhat.com
2164W: http://www.ivtvdriver.org
2165S: Maintained
2166
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2168P: David Woodhouse
2169M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002170L: linux-mtd@lists.infradead.org
2171W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172S: Maintained
2173
2174JFS FILESYSTEM
2175P: Dave Kleikamp
2176M: shaggy@austin.ibm.com
2177L: jfs-discussion@lists.sourceforge.net
2178W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002179T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180S: Supported
2181
Josh Triplettde456d32006-07-30 03:04:00 -07002182JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002183P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002184M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002185L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002186S: Maintained
2187
Rudolf Marek4660cb32006-10-08 22:01:26 +02002188K8TEMP HARDWARE MONITORING DRIVER
2189P: Rudolf Marek
2190M: r.marek@assembler.cz
2191L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192S: Maintained
2193
2194KCONFIG
2195P: Roman Zippel
2196M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002197L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198S: Maintained
2199
Vivek Goyalea6c2082006-05-20 14:59:55 -07002200KDUMP
2201P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002202M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002203P: Haren Myneni
2204M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002205L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002206L: linux-kernel@vger.kernel.org
2207W: http://lse.sourceforge.net/kdump/
2208S: Maintained
2209
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210KERNEL AUTOMOUNTER (AUTOFS)
2211P: H. Peter Anvin
2212M: hpa@zytor.com
2213L: autofs@linux.kernel.org
2214S: Odd Fixes
2215
2216KERNEL AUTOMOUNTER v4 (AUTOFS4)
2217P: Ian Kent
2218M: raven@themaw.net
2219L: autofs@linux.kernel.org
2220S: Maintained
2221
2222KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223P: Sam Ravnborg
2224M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002225T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002226L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002227S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228
2229KERNEL JANITORS
2230P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002231L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233S: Maintained
2234
2235KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002236P: J. Bruce Fields
2237M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002239M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002240L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002242S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243
Avi Kivity426d62e2006-12-13 00:34:03 -08002244KERNEL VIRTUAL MACHINE (KVM)
2245P: Avi Kivity
2246M: avi@qumranet.com
2247L: kvm-devel@lists.sourceforge.net
2248W: kvm.sourceforge.net
2249S: Supported
2250
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002251KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2252P: Anthony Xu
2253M: anthony.xu@intel.com
2254P: Xiantao Zhang
2255M: xiantao.zhang@intel.com
2256L: kvm-ia64-devel@lists.sourceforge.net
2257W: kvm.sourceforge.net
2258S: Supported
2259
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002260KEXEC
2261P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002262M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002263W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002264L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002265L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002266S: Maintained
2267
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002268KPROBES
2269P: Prasanna S Panchamukhi
2270M: prasanna@in.ibm.com
2271P: Ananth N Mavinakayanahalli
2272M: ananth@in.ibm.com
2273P: Anil S Keshavamurthy
2274M: anil.s.keshavamurthy@intel.com
2275P: David S. Miller
2276M: davem@davemloft.net
2277L: linux-kernel@vger.kernel.org
2278S: Maintained
2279
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002280KS0108 LCD CONTROLLER DRIVER
2281P: Miguel Ojeda Sandonis
2282M: maxextreme@gmail.com
2283L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002284W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002285S: Maintained
2286
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002289S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290
2291LASI 53c700 driver for PARISC
2292P: James E.J. Bottomley
2293M: James.Bottomley@HansenPartnership.com
2294L: linux-scsi@vger.kernel.org
2295S: Maintained
2296
Richard Purdie263de9b2006-05-15 09:44:16 -07002297LED SUBSYSTEM
2298P: Richard Purdie
2299M: rpurdie@rpsys.net
2300S: Maintained
2301
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302LEGO USB Tower driver
2303P: Juergen Stuber
2304M: starblue@users.sourceforge.net
2305L: legousb-devel@lists.sourceforge.net
2306W: http://legousb.sourceforge.net/
2307S: Maintained
2308
Rusty Russell568a17f2007-10-25 14:12:24 +10002309LGUEST
2310P: Rusty Russell
2311M: rusty@rustcorp.com.au
2312L: lguest@ozlabs.org
2313W: http://lguest.ozlabs.org/
2314S: Maintained
2315
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316LINUX FOR IBM pSERIES (RS/6000)
2317P: Paul Mackerras
2318M: paulus@au.ibm.com
2319W: http://www.ibm.com/linux/ltc/projects/ppc
2320S: Supported
2321
2322LINUX FOR NCR VOYAGER
2323P: James Bottomley
2324M: James.Bottomley@HansenPartnership.com
2325W: http://www.hansenpartnership.com/voyager
2326S: Maintained
2327
2328LINUX FOR POWERPC
2329P: Paul Mackerras
2330M: paulus@samba.org
2331W: http://www.penguinppc.org/
2332L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002333T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334S: Supported
2335
2336LINUX FOR POWER MACINTOSH
2337P: Benjamin Herrenschmidt
2338M: benh@kernel.crashing.org
2339W: http://www.penguinppc.org/
2340L: linuxppc-dev@ozlabs.org
2341S: Maintained
2342
2343LINUX FOR POWERPC EMBEDDED MPC52XX
2344P: Sylvain Munaut
2345M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002346P: Grant Likely
2347M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348W: http://www.246tNt.com/mpc52xx/
2349W: http://www.penguinppc.org/
2350L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Maintained
2352
2353LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002354P: Josh Boyer
2355M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356P: Matt Porter
2357M: mporter@kernel.crashing.org
2358W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002359L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002360T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361S: Maintained
2362
Grant Likely260c02a2007-10-02 12:15:34 +10002363LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2364P: Grant Likely
2365M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002366W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002367L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368S: Maintained
2369
Tom Rinie93adf12005-07-26 12:49:53 -07002370LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371P: Tom Rini
2372M: trini@kernel.crashing.org
2373W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002374L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375S: Maintained
2376
Tom Rinie93adf12005-07-26 12:49:53 -07002377LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002378P: Vitaly Bordug
2379M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002380P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002381M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002382W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002383L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002384S: Maintained
2385
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002387P: Kumar Gala
2388M: galak@kernel.crashing.org
2389W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002390L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002391S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392
Olof Johanssonab06ff32006-09-06 14:44:54 -05002393LINUX FOR POWERPC PA SEMI PWRFICIENT
2394P: Olof Johansson
2395M: olof@lixom.net
2396W: http://www.pasemi.com/
2397L: linuxppc-dev@ozlabs.org
2398S: Supported
2399
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400LLC (802.2)
2401P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002402M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403S: Maintained
2404
2405LINUX FOR 64BIT POWERPC
2406P: Paul Mackerras
2407M: paulus@samba.org
2408M: paulus@au.ibm.com
2409P: Anton Blanchard
2410M: anton@samba.org
2411M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002412W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002413L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Supported
2415
2416LINUX SECURITY MODULE (LSM) FRAMEWORK
2417P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002418M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002419L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002421T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422S: Supported
2423
2424LM83 HARDWARE MONITOR DRIVER
2425P: Jean Delvare
2426M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002427L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428S: Maintained
2429
2430LM90 HARDWARE MONITOR DRIVER
2431P: Jean Delvare
2432M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002433L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434S: Maintained
2435
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002436LOCKDEP AND LOCKSTAT
2437P: Peter Zijlstra
2438M: peterz@infradead.org
2439P: Ingo Molnar
2440M: mingo@redhat.com
2441L: linux-kernel@vger.kernel.org
2442T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2443S: Maintained
2444
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002445LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446P: Richard Russon (FlatCap)
2447M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002448L: linux-ntfs-dev@lists.sourceforge.net
2449W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450S: Maintained
2451
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002452LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2453P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002454M: Eric.Moore@lsi.com
2455M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002456L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002457L: linux-scsi@vger.kernel.org
2458W: http://www.lsilogic.com/support
2459S: Supported
2460
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2462P: Matthew Wilcox
2463M: matthew@wil.cx
2464L: linux-scsi@vger.kernel.org
2465S: Maintained
2466
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002467M32R ARCHITECTURE
2468P: Hirokazu Takata
2469M: takata@linux-m32r.org
2470L: linux-m32r@ml.linux-m32r.org
2471L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2472W: http://www.linux-m32r.org/
2473S: Maintained
2474
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475M68K ARCHITECTURE
2476P: Geert Uytterhoeven
2477M: geert@linux-m68k.org
2478P: Roman Zippel
2479M: zippel@linux-m68k.org
2480L: linux-m68k@lists.linux-m68k.org
2481W: http://www.linux-m68k.org/
2482W: http://linux-m68k-cvs.ubb.ca/
2483S: Maintained
2484
2485M68K ON APPLE MACINTOSH
2486P: Joshua Thompson
2487M: funaho@jurai.org
2488W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002489L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490S: Maintained
2491
2492M68K ON HP9000/300
2493P: Philip Blundell
2494M: philb@gnu.org
2495W: http://www.tazenda.demon.co.uk/phil/linux-hp
2496S: Maintained
2497
Jiri Benc64a327a2007-05-05 11:47:08 -07002498MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002499P: Michael Wu
2500M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002501P: Johannes Berg
2502M: johannes@sipsolutions.net
2503P: Jiri Benc
2504M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002505L: linux-wireless@vger.kernel.org
2506W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002507T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002508S: Maintained
2509
Stefano Brivio1036d862007-12-23 04:46:27 +01002510MAC80211 PID RATE CONTROL
2511P: Stefano Brivio
2512M: stefano.brivio@polimi.it
2513P: Mattias Nissler
2514M: mattias.nissler@gmx.de
2515L: linux-wireless@vger.kernel.org
2516W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2517T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2518S: Maintained
2519
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002520MACVLAN DRIVER
2521P: Patrick McHardy
2522M: kaber@trash.net
2523L: netdev@vger.kernel.org
2524S: Maintained
2525
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526MARVELL YUKON / SYSKONNECT DRIVER
2527P: Mirko Lindner
2528M: mlindner@syskonnect.de
2529P: Ralph Roesler
2530M: rroesler@syskonnect.de
2531W: http://www.syskonnect.com
2532S: Supported
2533
Michael Kerriskfaf16682005-07-31 22:34:47 -07002534MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002535P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002536M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002537W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2538S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002539
Stefano Brivio74cda162007-11-19 20:27:46 +01002540MARVELL LIBERTAS WIRELESS DRIVER
2541P: Dan Williams
2542M: dcbw@redhat.com
2543L: libertas-dev@lists.infradead.org
2544S: Maintained
2545
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002546MARVELL MV643XX ETHERNET DRIVER
2547P: Dale Farnsworth
2548M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002550M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002551L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002552S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
2554MATROX FRAMEBUFFER DRIVER
2555P: Petr Vandrovec
2556M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002557L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Maintained
2559
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002560MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2561P: Hans J. Koch
2562M: hjk@linutronix.de
2563L: lm-sensors@lm-sensors.org
2564S: Maintained
2565
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002566MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002567P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002568M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002569S: linux-scsi@vger.kernel.org
2570W: http://megaraid.lsilogic.com
2571S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002572
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002573MEMORY MANAGEMENT
2574L: linux-mm@kvack.org
2575L: linux-kernel@vger.kernel.org
2576W: http://www.linux-mm.org
2577S: Maintained
2578
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002579MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580P: David Woodhouse
2581M: dwmw2@infradead.org
2582W: http://www.linux-mtd.infradead.org/
2583L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002584T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585S: Maintained
2586
Artem Bityutskiy48576402007-02-13 17:11:10 +02002587UNSORTED BLOCK IMAGES (UBI)
2588P: Artem Bityutskiy
2589M: dedekind@infradead.org
2590W: http://www.linux-mtd.infradead.org/
2591L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002592T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002593S: Maintained
2594
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595MICROTEK X6 SCANNER
2596P: Oliver Neukum
2597M: oliver@neukum.name
2598S: Maintained
2599
2600MIPS
2601P: Ralf Baechle
2602M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002603W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002605T: git www.linux-mips.org:/pub/scm/linux.git
2606S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607
2608MISCELLANEOUS MCA-SUPPORT
2609P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002610M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611L: linux-kernel@vger.kernel.org
2612S: Maintained
2613
2614MODULE SUPPORT
2615P: Rusty Russell
2616M: rusty@rustcorp.com.au
2617L: linux-kernel@vger.kernel.org
2618S: Maintained
2619
2620MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2621P: Stelian Pop
2622M: stelian@popies.net
2623W: http://popies.net/meye/
2624S: Maintained
2625
Pavel Pisac58ff042007-05-16 01:10:41 +02002626MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2627P: Pavel Pisa
2628M: ppisa@pikron.com
2629L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2630W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2631S: Maintained
2632
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633MOUSE AND MISC DEVICES [GENERAL]
2634P: Alessandro Rubini
2635M: rubini@ipvvis.unipv.it
2636L: linux-kernel@vger.kernel.org
2637S: Maintained
2638
Jiri Slabyd7354102006-12-08 02:38:35 -08002639MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2640P: Jiri Slaby
2641M: jirislaby@gmail.com
2642L: linux-kernel@vger.kernel.org
2643S: Maintained
2644
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002645MSI LAPTOP SUPPORT
2646P: Lennart Poettering
2647M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002648W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002649W: http://0pointer.de/lennart/tchibo.html
2650S: Maintained
2651
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002652MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002653P: Pierre Ossman
2654M: drzeus-mmc@drzeus.cx
2655L: linux-kernel@vger.kernel.org
2656S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002657
David Brownell15a05802007-08-08 09:12:54 -07002658MULTIMEDIA CARD (MMC) ETC. OVER SPI
2659P: David Brownell
2660M: dbrownell@users.sourceforge.net
2661L: linux-kernel@vger.kernel.org
2662S: Odd fixes
2663
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664MULTISOUND SOUND DRIVER
2665P: Andrew Veliath
2666M: andrewtv@usa.net
2667S: Maintained
2668
Jiri Slabyd7354102006-12-08 02:38:35 -08002669MULTITECH MULTIPORT CARD (ISICOM)
2670P: Jiri Slaby
2671M: jirislaby@gmail.com
2672L: linux-kernel@vger.kernel.org
2673S: Maintained
2674
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675NATSEMI ETHERNET DRIVER (DP8381x)
2676P: Tim Hockin
2677M: thockin@hockin.org
2678S: Maintained
2679
2680NCP FILESYSTEM
2681P: Petr Vandrovec
2682M: vandrove@vc.cvut.cz
2683L: linware@sh.cvut.cz
2684S: Maintained
2685
2686NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2687P: James E.J. Bottomley
2688M: James.Bottomley@HansenPartnership.com
2689L: linux-scsi@vger.kernel.org
2690S: Maintained
2691
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002692NETEFFECT IWARP RNIC DRIVER (IW_NES)
2693P: Faisal Latif
2694M: flatif@neteffect.com
2695P: Glenn Streiff
2696M: gstreiff@neteffect.com
2697L: general@lists.openfabrics.org
2698W: http://www.neteffect.com
2699S: Supported
2700F: drivers/infiniband/hw/nes/
2701
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002702NETEM NETWORK EMULATOR
2703P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002704M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002705L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002706S: Maintained
2707
Jiri Slaby4a584482007-08-30 23:56:39 -07002708NETERION (S2IO) Xframe 10GbE DRIVER
2709P: Ramkrishna Vepa
2710M: ram.vepa@neterion.com
2711P: Rastapur Santosh
2712M: santosh.rastapur@neterion.com
2713P: Sivakumar Subramani
2714M: sivakumar.subramani@neterion.com
2715P: Sreenivasa Honnur
2716M: sreenivasa.honnur@neterion.com
2717L: netdev@vger.kernel.org
2718W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2719S: Supported
2720
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721NETFILTER/IPTABLES/IPCHAINS
2722P: Rusty Russell
2723P: Marc Boucher
2724P: James Morris
2725P: Harald Welte
2726P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002727P: Patrick McHardy
2728M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002729L: netfilter-devel@vger.kernel.org
2730L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002731L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002732W: http://www.netfilter.org/
2733W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734S: Supported
2735
Paul Moore4cc67732006-09-25 15:57:13 -07002736NETLABEL
2737P: Paul Moore
2738M: paul.moore@hp.com
2739W: http://netlabel.sf.net
2740L: netdev@vger.kernel.org
2741S: Supported
2742
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743NETROM NETWORK LAYER
2744P: Ralf Baechle
2745M: ralf@linux-mips.org
2746L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002747W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748S: Maintained
2749
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002750NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751P: Paul Clements
2752M: Paul.Clements@steeleye.com
2753S: Maintained
2754
2755NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756P: Jeff Garzik
2757M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002758L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002759T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760S: Maintained
2761
2762NETWORKING [GENERAL]
2763P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002764M: netdev@vger.kernel.org
2765L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002766W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767S: Maintained
2768
2769NETWORKING [IPv4/IPv6]
2770P: David S. Miller
2771M: davem@davemloft.net
2772P: Alexey Kuznetsov
2773M: kuznet@ms2.inr.ac.ru
2774P: Pekka Savola (ipv6)
2775M: pekkas@netcore.fi
2776P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002777M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778P: Hideaki YOSHIFUJI
2779M: yoshfuji@linux-ipv6.org
2780P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002781M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002782L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002783T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784S: Maintained
2785
James Morris10e2ff12007-08-25 14:41:28 -07002786NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2787P: Paul Moore
2788M: paul.moore@hp.com
2789L: netdev@vger.kernel.org
2790S: Maintained
2791
John W. Linville29f8f632006-01-18 14:52:48 -08002792NETWORKING [WIRELESS]
2793P: John W. Linville
2794M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002795L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002796T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2797S: Maintained
2798
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002799NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002800P: Dhananjay Phadke
2801M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002802L: netdev@vger.kernel.org
2803W: http://www.netxen.com
2804S: Supported
2805
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806IPVS
2807P: Wensong Zhang
2808M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002809P: Simon Horman
2810M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811P: Julian Anastasov
2812M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002813L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814S: Maintained
2815
2816NFS CLIENT
2817P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002818M: Trond.Myklebust@netapp.com
2819L: linux-nfs@vger.kernel.org
2820W: http://client.linux-nfs.org
2821T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822S: Maintained
2823
2824NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002825P: Jan-Pascal van Best
2826M: janpascal@vanbest.org
2827P: Andreas Mohr
2828M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002829L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830S: Maintained
2831
2832NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2833P: YOKOTA Hiroshi
2834M: yokota@netlab.is.tsukuba.ac.jp
2835W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2836S: Maintained
2837
2838NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2839P: GOTO Masanori
2840M: gotom@debian.or.jp
2841P: YOKOTA Hiroshi
2842M: yokota@netlab.is.tsukuba.ac.jp
2843W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2844S: Maintained
2845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846NTFS FILESYSTEM
2847P: Anton Altaparmakov
2848M: aia21@cantab.net
2849L: linux-ntfs-dev@lists.sourceforge.net
2850L: linux-kernel@vger.kernel.org
2851W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002852T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853S: Maintained
2854
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002855NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002856P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002857M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002858L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002859S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002861OPENCORES I2C BUS DRIVER
2862P: Peter Korsgaard
2863M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002864L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002865S: Maintained
2866
Mark Fashehccd979b2005-12-15 14:31:24 -08002867ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2868P: Mark Fasheh
2869M: mark.fasheh@oracle.com
2870P: Kurt Hackel
2871M: kurt.hackel@oracle.com
2872L: ocfs2-devel@oss.oracle.com
2873W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002874S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002875
Harald Weltec1986ee2005-11-13 16:06:29 -08002876OMNIKEY CARDMAN 4000 DRIVER
2877P: Harald Welte
2878M: laforge@gnumonks.org
2879S: Maintained
2880
Harald Welte77c44ab2005-11-13 16:06:26 -08002881OMNIKEY CARDMAN 4040 DRIVER
2882P: Harald Welte
2883M: laforge@gnumonks.org
2884S: Maintained
2885
Jonathan Corbet77d51402007-03-22 19:44:17 -03002886OMNIVISION OV7670 SENSOR DRIVER
2887P: Jonathan Corbet
2888M: corbet@lwn.net
2889L: video4linux-list@redhat.com
2890S: Maintained
2891
Thomas Gleixner431bca72007-05-02 09:31:35 +02002892ONENAND FLASH DRIVER
2893P: Kyungmin Park
2894M: kyungmin.park@samsung.com
2895L: linux-mtd@lists.infradead.org
2896S: Maintained
2897
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898ONSTREAM SCSI TAPE DRIVER
2899P: Willem Riede
2900M: osst@riede.org
2901L: osst-users@lists.sourceforge.net
2902L: linux-scsi@vger.kernel.org
2903S: Maintained
2904
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905OPROFILE
2906P: Philippe Elie
2907M: phil.el@wanadoo.fr
2908L: oprofile-list@lists.sf.net
2909S: Maintained
2910
2911ORINOCO DRIVER
2912P: Pavel Roskin
2913M: proski@gnu.org
2914P: David Gibson
2915M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002916L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002917L: orinoco-users@lists.sourceforge.net
2918L: orinoco-devel@lists.sourceforge.net
2919W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920S: Maintained
2921
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002922PA SEMI ETHERNET DRIVER
2923P: Olof Johansson
2924M: olof@lixom.net
2925L: netdev@vger.kernel.org
2926S: Maintained
2927
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002928PA SEMI SMBUS DRIVER
2929P: Olof Johansson
2930M: olof@lixom.net
2931L: i2c@lm-sensors.org
2932S: Maintained
2933
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002935L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002936S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937
2938PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2939P: Tim Waugh
2940M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002941L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942W: http://www.torque.net/linux-pp.html
2943S: Maintained
2944
2945PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002946P: Kyle McMartin
2947M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948P: Matthew Wilcox
2949M: matthew@wil.cx
2950P: Grant Grundler
2951M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002952L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002954T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955S: Maintained
2956
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002957PARAVIRT_OPS INTERFACE
2958P: Jeremy Fitzhardinge
2959M: jeremy@xensource.com
2960P: Chris Wright
2961M: chrisw@sous-sol.org
2962P: Zachary Amsden
2963M: zach@vmware.com
2964P: Rusty Russell
2965M: rusty@rustcorp.com.au
2966L: virtualization@lists.osdl.org
2967L: linux-kernel@vger.kernel.org
2968S: Supported
2969
Jim Cromie1662d322006-10-06 00:43:59 -07002970PC87360 HARDWARE MONITORING DRIVER
2971P: Jim Cromie
2972M: jim.cromie@gmail.com
2973L: lm-sensors@lm-sensors.org
2974S: Maintained
2975
2976PC8736x GPIO DRIVER
2977P: Jim Cromie
2978M: jim.cromie@gmail.com
2979S: Maintained
2980
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002981PCI ERROR RECOVERY
2982P: Linas Vepstas
2983M: linas@austin.ibm.com
2984L: linux-kernel@vger.kernel.org
2985L: linux-pci@atrey.karlin.mff.cuni.cz
2986S: Supported
2987
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988PCI SUBSYSTEM
2989P: Greg Kroah-Hartman
2990M: gregkh@suse.de
2991L: linux-kernel@vger.kernel.org
2992L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002993T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Supported
2995
2996PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002997P: Kristen Carlson Accardi
2998M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999S: Supported
3000
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003001PCIE HOTPLUG DRIVER
3002P: Kristen Carlson Accardi
3003M: kristen.c.accardi@intel.com
3004L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003005S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003006
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003008P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003009L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003010W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003011T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003012S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013
3014PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003015P: Don Fry
3016M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003017L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018S: Maintained
3019
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003020PER-TASK DELAY ACCOUNTING
3021P: Shailabh Nagar
3022M: nagar@watson.ibm.com
3023L: linux-kernel@vger.kernel.org
3024S: Maintained
3025
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003026PERSONALITY HANDLING
3027P: Christoph Hellwig
3028M: hch@infradead.org
3029L: linux-abi-devel@lists.sourceforge.net
3030S: Maintained
3031
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003033P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034M: joern@wh.fh-wedel.de
3035L: linux-mtd@lists.infradead.org
3036S: Maintained
3037
Peter Osterlund249a6772005-09-27 21:45:30 -07003038PKTCDVD DRIVER
3039P: Peter Osterlund
3040M: petero2@telia.com
3041L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003042S: Maintained
3043
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003045P: Thomas Gleixner
3046M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003047L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048S: Supported
3049
Anton Vorontsov3be86142007-07-15 04:43:36 +04003050POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3051P: Anton Vorontsov
3052M: cbou@mail.ru
3053P: David Woodhouse
3054M: dwmw2@infradead.org
3055L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003056T: git git.infradead.org/battery-2.6.git
3057S: Maintained
3058
Eugene Surovegin24682972005-10-14 03:00:53 -07003059POWERPC 4xx EMAC DRIVER
3060P: Eugene Surovegin
3061M: ebs@ebshome.net
3062W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003063L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003064L: netdev@vger.kernel.org
3065S: Maintained
3066
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067PNP SUPPORT
3068P: Adam Belay
3069M: ambx1@neo.rr.com
3070S: Maintained
3071
Vitaly Wool999445d2007-01-04 13:07:03 +01003072PNXxxxx I2C DRIVER
3073P: Vitaly Wool
3074M: vitalywool@gmail.com
3075L: i2c@lm-sensors.org
3076S: Maintained
3077
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078PPP PROTOCOL DRIVERS AND COMPRESSORS
3079P: Paul Mackerras
3080M: paulus@samba.org
3081L: linux-ppp@vger.kernel.org
3082S: Maintained
3083
3084PPP OVER ATM (RFC 2364)
3085P: Mitchell Blank Jr
3086M: mitch@sfgoth.com
3087S: Maintained
3088
3089PPP OVER ETHERNET
3090P: Michal Ostrowski
3091M: mostrows@speakeasy.net
3092S: Maintained
3093
James Chapmana6d23702007-06-27 15:53:17 -07003094PPP OVER L2TP
3095P: James Chapman
3096M: jchapman@katalix.com
3097S: Maintained
3098
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099PREEMPTIBLE KERNEL
3100P: Robert Love
3101M: rml@tech9.net
3102L: linux-kernel@vger.kernel.org
3103L: kpreempt-tech@lists.sourceforge.net
3104W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3105S: Supported
3106
Michael Wueff1a592007-09-25 18:11:01 -07003107P54 WIRELESS DRIVER
3108P: Michael Wu
3109M: flamingice@sourmilk.net
3110L: linux-wireless@vger.kernel.org
3111W: http://prism54.org
3112T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3113S: Maintained
3114
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003116P: Luis R. Rodriguez
3117M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003118L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119W: http://prism54.org
3120S: Maintained
3121
3122PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3123P: Peter Denison
3124M: promise@pnd-pc.demon.co.uk
3125W: http://www.pnd-pc.demon.co.uk/promise/
3126S: Maintained
3127
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003128PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3129P: Mikael Pettersson
3130M: mikpe@it.uu.se
3131L: linux-ide@vger.kernel.org
3132S: Maintained
3133
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003134PS3 NETWORK SUPPORT
3135P: Masakazu Mokuno
3136M: mokuno@sm.sony.co.jp
3137L: netdev@vger.kernel.org
3138L: cbe-oss-dev@ozlabs.org
3139S: Supported
3140
Geoff Levandf58a9d12006-11-23 00:46:51 +01003141PS3 PLATFORM SUPPORT
3142P: Geoff Levand
3143M: geoffrey.levand@am.sony.com
3144L: linuxppc-dev@ozlabs.org
3145L: cbe-oss-dev@ozlabs.org
3146S: Supported
3147
Michael Krufky83202042006-07-03 00:24:18 -07003148PVRUSB2 VIDEO4LINUX DRIVER
3149P: Mike Isely
3150M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003151L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003152L: video4linux-list@redhat.com
3153W: http://www.isely.net/pvrusb2/
3154S: Maintained
3155
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156PXA2xx SUPPORT
3157P: Nicolas Pitre
3158M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003159L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160S: Maintained
3161
Pierre Ossman272f1332007-05-14 21:25:26 +02003162PXA MMCI DRIVER
3163S: Orphan
3164
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165QLOGIC QLA2XXX FC-SCSI DRIVER
3166P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003167M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168L: linux-scsi@vger.kernel.org
3169S: Supported
3170
Ron Mercer5a4faa872006-07-25 00:40:21 -07003171QLOGIC QLA3XXX NETWORK DRIVER
3172P: Ron Mercer
3173M: linux-driver@qlogic.com
3174L: netdev@vger.kernel.org
3175S: Supported
3176
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177QNX4 FILESYSTEM
3178P: Anders Larsen
3179M: al@alarsen.net
3180L: linux-kernel@vger.kernel.org
3181W: http://www.alarsen.net/linux/qnx4fs/
3182S: Maintained
3183
3184RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003185P: Benjamin Herrenschmidt
3186M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003187L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188S: Maintained
3189
3190RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003191P: Paul Mackerras
3192M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003193L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194S: Maintained
3195
3196RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3197P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003198M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003199L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200S: Maintained
3201
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003202RALINK RT2X00 WLAN DRIVER
3203P: rt2x00 project
3204L: linux-wireless@vger.kernel.org
3205L: rt2400-devel@lists.sourceforge.net
3206W: http://rt2x00.serialmonkey.com/
3207S: Maintained
3208F: drivers/net/wireless/rt2x00/
3209
Matt Mackall9e95ce22005-04-16 15:25:56 -07003210RANDOM NUMBER DRIVER
3211P: Matt Mackall
3212M: mpm@selenic.com
3213S: Maintained
3214
Matt Porter394b7012005-11-07 01:00:15 -08003215RAPIDIO SUBSYSTEM
3216P: Matt Porter
3217M: mporter@kernel.crashing.org
3218L: linux-kernel@vger.kernel.org
3219S: Maintained
3220
Florian Fainellidb17f392007-12-19 11:30:30 +01003221RDC R6040 FAST ETHERNET DRIVER
3222P: Florian Fainelli
3223M: florian.fainelli@telecomint.eu
3224L: netdev@vger.kernel.org
3225S: Maintained
3226
Josh Triplett595182b2006-10-04 02:17:21 -07003227READ-COPY UPDATE (RCU)
3228P: Dipankar Sarma
3229M: dipankar@in.ibm.com
3230W: http://www.rdrop.com/users/paulmck/rclock/
3231L: linux-kernel@vger.kernel.org
3232S: Supported
3233
3234RCUTORTURE MODULE
3235P: Josh Triplett
3236M: josh@freedesktop.org
3237L: linux-kernel@vger.kernel.org
3238S: Maintained
3239
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240REAL TIME CLOCK DRIVER
3241P: Paul Gortmaker
3242M: p_gortmaker@yahoo.com
3243L: linux-kernel@vger.kernel.org
3244S: Maintained
3245
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003246REAL TIME CLOCK (RTC) SUBSYSTEM
3247P: Alessandro Zummo
3248M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003249L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003250S: Maintained
3251
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252REISERFS FILE SYSTEM
3253P: Hans Reiser
3254M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003255L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256W: http://www.namesys.com
3257S: Supported
3258
3259ROCKETPORT DRIVER
3260P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261W: http://www.comtrol.com
3262S: Maintained
3263
3264ROSE NETWORK LAYER
3265P: Ralf Baechle
3266M: ralf@linux-mips.org
3267L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003268W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269S: Maintained
3270
3271RISCOM8 DRIVER
3272S: Orphan
3273
Michael Wu605bebe2007-05-14 01:41:02 -04003274RTL818X WIRELESS DRIVER
3275P: Michael Wu
3276M: flamingice@sourmilk.net
3277P: Andrea Merello
3278M: andreamrl@tiscali.it
3279L: linux-wireless@vger.kernel.org
3280W: http://linuxwireless.org/
3281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3282S: Maintained
3283
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003284S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003285P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003286M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003287L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003288S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003289
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290S390
3291P: Martin Schwidefsky
3292M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003293P: Heiko Carstens
3294M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003296L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003297W: http://www.ibm.com/developerworks/linux/linux390/
3298S: Supported
3299
3300S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003301P: Ursula Braun
3302M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003303P: Frank Blaschka
3304M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003305M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003306L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003307W: http://www.ibm.com/developerworks/linux/linux390/
3308S: Supported
3309
3310S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003311P: Christof Schmitt
3312M: christof.schmitt@de.ibm.com
3313P: Martin Peschke
3314M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003315M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003316L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003317W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318S: Supported
3319
Ursula Braundd96df22007-09-19 13:09:02 +02003320S390 IUCV NETWORK LAYER
3321P: Ursula Braun
3322M: ubraun@linux.vnet.ibm.com
3323M: linux390@de.ibm.com
3324L: linux-s390@vger.kernel.org
3325W: http://www.ibm.com/developerworks/linux/linux390/
3326S: Supported
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328SAA7146 VIDEO4LINUX-2 DRIVER
3329P: Michael Hunold
3330M: michael@mihu.de
3331W: http://www.mihu.de/linux/saa7146
3332S: Maintained
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334SC1200 WDT DRIVER
3335P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003336M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337S: Maintained
3338
3339SCHEDULER
3340P: Ingo Molnar
3341M: mingo@elte.hu
3342P: Robert Love [the preemptible kernel bits]
3343M: rml@tech9.net
3344L: linux-kernel@vger.kernel.org
3345S: Maintained
3346
3347SCSI CDROM DRIVER
3348P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003349M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350L: linux-scsi@vger.kernel.org
3351W: http://www.kernel.dk
3352S: Maintained
3353
3354SCSI SG DRIVER
3355P: Doug Gilbert
3356M: dgilbert@interlog.com
3357L: linux-scsi@vger.kernel.org
3358W: http://www.torque.net/sg
3359S: Maintained
3360
3361SCSI SUBSYSTEM
3362P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003363M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003365T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003366T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3367T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368S: Maintained
3369
3370SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003371P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372M: Kai.Makisara@kolumbus.fi
3373L: linux-scsi@vger.kernel.org
3374S: Maintained
3375
3376SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003377P: Vlad Yasevich
3378M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003379P: Sridhar Samudrala
3380M: sri@us.ibm.com
3381L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003382W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003383S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384
3385SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003386P: Jim Cromie
3387M: jim.cromie@gmail.com
3388S: Odd Fixes
3389
3390SCx200 GPIO DRIVER
3391P: Jim Cromie
3392M: jim.cromie@gmail.com
3393S: Maintained
3394
3395SCx200 HRT CLOCKSOURCE DRIVER
3396P: Jim Cromie
3397M: jim.cromie@gmail.com
3398S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399
3400SECURITY CONTACT
3401P: Security Officers
3402M: security@kernel.org
3403S: Supported
3404
3405SELINUX SECURITY MODULE
3406P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003407M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003409M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003410P: Eric Paris
3411M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003413L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414W: http://www.nsa.gov/selinux
3415S: Supported
3416
Jiri Slabycef2cf02007-05-08 00:31:45 -07003417SENSABLE PHANTOM
3418P: Jiri Slaby
3419M: jirislaby@gmail.com
3420S: Maintained
3421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422SERIAL ATA (SATA) SUBSYSTEM:
3423P: Jeff Garzik
3424M: jgarzik@pobox.com
3425L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003426T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427S: Supported
3428
3429SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3430P: Pat Gefre
3431M: pfg@sgi.com
3432L: linux-ia64@vger.kernel.org
3433S: Supported
3434
3435SGI VISUAL WORKSTATION 320 AND 540
3436P: Andrey Panin
3437M: pazke@donpac.ru
3438L: linux-visws-devel@lists.sf.net
3439W: http://linux-visws.sf.net
3440S: Maintained for 2.6.
3441
3442SIMTEC EB110ATX (Chalice CATS)
3443P: Ben Dooks
3444P: Vincent Sanders
3445M: support@simtec.co.uk
3446W: http://www.simtec.co.uk/products/EB110ATX/
3447S: Supported
3448
3449SIMTEC EB2410ITX (BAST)
3450P: Ben Dooks
3451P: Vincent Sanders
3452M: support@simtec.co.uk
3453W: http://www.simtec.co.uk/products/EB2410ITX/
3454S: Supported
3455
Francois Romieu92aab3c2005-07-30 13:11:18 +02003456SIS 190 ETHERNET DRIVER
3457P: Francois Romieu
3458M: romieu@fr.zoreil.com
3459L: netdev@vger.kernel.org
3460S: Maintained
3461
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462SIS 5513 IDE CONTROLLER DRIVER
3463P: Lionel Bouton
3464M: Lionel.Bouton@inet6.fr
3465W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3466W: http://gyver.homeip.net/sis5513/index.html
3467S: Maintained
3468
3469SIS 900/7016 FAST ETHERNET DRIVER
3470P: Daniele Venzano
3471M: venza@brownhat.org
3472W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003473L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474S: Maintained
3475
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003476SIS 96X I2C/SMBUS DRIVER
3477P: Mark M. Hoffman
3478M: mhoffman@lightlink.com
3479L: lm-sensors@lm-sensors.org
3480S: Maintained
3481
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482SIS FRAMEBUFFER DRIVER
3483P: Thomas Winischhofer
3484M: thomas@winischhofer.net
3485W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003486S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487
3488SIS USB2VGA DRIVER
3489P: Thomas Winischhofer
3490M: thomas@winischhofer.net
3491W: http://www.winischhofer.at/linuxsisusbvga.shtml
3492S: Maintained
3493
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003494SLAB ALLOCATOR
3495P: Christoph Lameter
3496M: clameter@sgi.com
3497P: Pekka Enberg
3498M: penberg@cs.helsinki.fi
3499L: linux-mm@kvack.org
3500S: Maintained
3501
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502SMC91x ETHERNET DRIVER
3503P: Nicolas Pitre
3504M: nico@cam.org
3505S: Maintained
3506
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003507SMSC47B397 HARDWARE MONITOR DRIVER
3508P: Mark M. Hoffman
3509M: mhoffman@lightlink.com
3510L: lm-sensors@lm-sensors.org
3511S: Maintained
3512
Daniel Drake8f0f8502006-07-18 22:00:25 +01003513SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003514P: Daniel Drake
3515M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003516L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003517S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003518
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519SOFTWARE RAID (Multiple Disks) SUPPORT
3520P: Ingo Molnar
3521M: mingo@redhat.com
3522P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003523M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003525S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526
Pavel Machek95a631e2007-07-19 01:47:42 -07003527HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528P: Pavel Machek
3529M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003530P: Rafael J. Wysocki
3531M: rjw@sisk.pl
3532L: linux-pm@lists.linux-foundation.org
3533S: Supported
3534
3535SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003536P: Len Brown
3537M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003538P: Pavel Machek
3539M: pavel@suse.cz
3540P: Rafael J. Wysocki
3541M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003542L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003543S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544
3545SONIC NETWORK DRIVER
3546P: Thomas Bogendoerfer
3547M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003548L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549S: Maintained
3550
Michael Buesch61e115a2007-09-18 15:12:50 -04003551SONICS SILICON BACKPLANE DRIVER (SSB)
3552P: Michael Buesch
3553M: mb@bu3sch.de
3554L: netdev@vger.kernel.org
3555S: Maintained
3556
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003558P: Mattia Dongili
3559M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003560L: linux-acpi@vger.kernel.org
3561W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562S: Maintained
3563
3564SOUND
3565P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003566M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003567L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568S: Maintained
3569
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003570SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3571P: Liam Girdwood
3572M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003573P: Mark Brown
3574M: broonie@opensource.wolfsonmicro.com
3575T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003576L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003577S: Supported
3578
Kumar Gala025c3982006-04-02 16:05:54 -05003579SPI SUBSYSTEM
3580P: David Brownell
3581M: dbrownell@users.sourceforge.net
3582L: spi-devel-general@lists.sourceforge.net
3583S: Maintained
3584
Steven Rostedt855f46a2006-08-05 12:14:50 -07003585STABLE BRANCH:
3586P: Greg Kroah-Hartman
3587M: greg@kroah.com
3588P: Chris Wright
3589M: chrisw@sous-sol.org
3590L: stable@kernel.org
3591S: Maintained
3592
Kylene Hall1c72d462005-05-01 08:59:13 -07003593TPM DEVICE DRIVER
3594P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003595M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003596W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003597P: Marcel Selhorst
3598M: tpm@selhorst.net
3599W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003600L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003601S: Maintained
3602
Mark Gross1a80ba82005-10-30 15:02:55 -08003603Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003604P: Mark Gross
3605M: mark.gross@intel.com
3606S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003607
Chris Zankel48b415c2005-06-23 22:01:07 -07003608TENSILICA XTENSA PORT (xtensa):
3609P: Chris Zankel
3610M: chris@zankel.net
3611S: Maintained
3612
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003613THINKPAD ACPI EXTRAS DRIVER
3614P: Henrique de Moraes Holschuh
3615M: ibm-acpi@hmh.eng.br
3616L: ibm-acpi-devel@lists.sourceforge.net
3617W: http://ibm-acpi.sourceforge.net
3618W: http://thinkwiki.org/wiki/Ibm-acpi
3619T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3620S: Maintained
3621
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622UltraSPARC (sparc64):
3623P: David S. Miller
3624M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003626T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627S: Maintained
3628
3629SHARP LH SUPPORT (LH7952X & LH7A40X)
3630P: Marc Singer
3631M: elf@buici.com
3632W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003633L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634S: Maintained
3635
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003636SHPC HOTPLUG DRIVER
3637P: Kristen Carlson Accardi
3638M: kristen.c.accardi@intel.com
3639L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003640S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003641
Pierre Ossmand129bce2006-03-24 03:18:17 -08003642SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3643P: Pierre Ossman
3644M: drzeus-sdhci@drzeus.cx
3645L: sdhci-devel@list.drzeus.cx
3646W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3647S: Maintained
3648
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003649SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3650P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003651M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003652L: netdev@vger.kernel.org
3653S: Maintained
3654
Chris Boot1a87d942006-07-10 04:45:34 -07003655SOEKRIS NET48XX LED SUPPORT
3656P: Chris Boot
3657M: bootc@bootc.net
3658S: Maintained
3659
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660SPARC (sparc32):
3661P: William L. Irwin
3662M: wli@holomorphy.com
3663L: sparclinux@vger.kernel.org
3664S: Maintained
3665
3666SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3667P: Roger Wolff
3668M: R.E.Wolff@BitWizard.nl
3669L: linux-kernel@vger.kernel.org ?
3670S: Supported
3671
Jim Lewis2752e402006-09-29 02:01:19 -07003672SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003673P: Ishizaki Kou
3674M: kou.ishizaki@toshiba.co.jp
3675P: Jens Osterkamp
3676M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003677L: netdev@vger.kernel.org
3678S: Supported
3679
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680SRM (Alpha) environment access
3681P: Jan-Benedict Glaw
3682M: jbglaw@lug-owl.de
3683L: linux-kernel@vger.kernel.org
3684S: Maintained
3685
3686STARFIRE/DURALAN NETWORK DRIVER
3687P: Ion Badulescu
3688M: ionut@cs.columbia.edu
3689S: Maintained
3690
3691STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3692W: http://mosquitonet.Stanford.EDU/strip.html
3693S: Unsupported ?
3694
3695STRADIS MPEG-2 DECODER DRIVER
3696P: Nathan Laredo
3697M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698W: http://www.stradis.com/
3699S: Maintained
3700
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003701SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702P: Paul Mundt
3703M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003704L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003706T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707S: Maintained
3708
3709SUN3/3X
3710P: Sam Creasey
3711M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712W: http://sammy.net/sun3/
3713S: Maintained
3714
3715SVGA HANDLING
3716P: Martin Mares
3717M: mj@ucw.cz
3718L: linux-video@atrey.karlin.mff.cuni.cz
3719S: Maintained
3720
3721SYSV FILESYSTEM
3722P: Christoph Hellwig
3723M: hch@infradead.org
3724S: Maintained
3725
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003726TC CLASSIFIER
3727P: Jamal Hadi Salim
3728M: hadi@cyberus.ca
3729L: netdev@vger.kernel.org
3730S: Maintained
3731
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003732TCP LOW PRIORITY MODULE
3733P: Wong Hoi Sing, Edison
3734M: hswong3i@gmail.com
3735P: Hung Hing Lun, Mike
3736M: hlhung3i@gmail.com
3737W: http://tcp-lp-mod.sourceforge.net/
3738S: Maintained
3739
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003740TEHUTI ETHERNET DRIVER
3741P: Alexander Indenbaum
3742M: baum@tehutinetworks.net
3743P: Andy Gospodarek
3744M: andy@greyhouse.net
3745L: netdev@vger.kernel.org
3746S: Supported
3747
Alex Dubov4020f2d2006-10-04 02:15:37 -07003748TI FLASH MEDIA INTERFACE DRIVER
3749P: Alex Dubov
3750M: oakad@yahoo.com
3751S: Maintained
3752
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003753TI OMAP MMC INTERFACE DRIVER
3754P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003755M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003756W: http://linux.omap.com
3757W: http://www.muru.com/linux/omap/
3758S: Maintained
3759
Michael Buesch844dd052006-06-26 00:24:59 -07003760TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3761P: Deepak Saxena
3762M: dsaxena@plexity.net
3763S: Maintained
3764
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003765TASKSTATS STATISTICS INTERFACE
3766P: Shailabh Nagar
3767M: nagar@watson.ibm.com
3768L: linux-kernel@vger.kernel.org
3769S: Maintained
3770
Per Lidene86eaa32006-01-12 16:45:18 +01003771TIPC NETWORK LAYER
3772P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003773M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003774P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003775M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003776P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003777M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003778L: tipc-discussion@lists.sourceforge.net
3779W: http://tipc.sourceforge.net/
3780W: http://tipc.cslab.ericsson.net/
3781T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3782S: Maintained
3783
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784TLAN NETWORK DRIVER
3785P: Samuel Chessman
3786M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003787L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788W: http://sourceforge.net/projects/tlan/
3789S: Maintained
3790
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791TOSHIBA ACPI EXTRAS DRIVER
3792P: John Belmonte
3793M: toshiba_acpi@memebeam.org
3794W: http://memebeam.org/toys/ToshibaAcpiDriver
3795S: Maintained
3796
3797TOSHIBA SMM DRIVER
3798P: Jonathan Buzzard
3799M: jonathan@buzzard.org.uk
3800L: tlinux-users@tce.toshiba-dme.co.jp
3801W: http://www.buzzard.org.uk/toshiba/
3802S: Maintained
3803
3804TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3805P: Muli Ben-Yehuda
3806M: mulix@mulix.org
3807L: linux-kernel@vger.kernel.org
3808S: Maintained
3809
3810TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003811P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003812M: trivial@kernel.org
3813L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814S: Maintained
3815
3816TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817L: tulip-users@lists.sourceforge.net
3818W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003819S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820
3821TUN/TAP driver
3822P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003823M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824L: vtun@office.satix.net
3825W: http://vtun.sourceforge.net/tun
3826S: Maintained
3827
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003828TURBOCHANNEL SUBSYSTEM
3829P: Maciej W. Rozycki
3830M: macro@linux-mips.org
3831S: Maintained
3832
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833U14-34F SCSI DRIVER
3834P: Dario Ballabio
3835M: ballabio_dario@emc.com
3836L: linux-scsi@vger.kernel.org
3837S: Maintained
3838
3839UDF FILESYSTEM
3840P: Ben Fennema
3841M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842W: http://linux-udf.sourceforge.net
3843S: Maintained
3844
3845UNIFORM CDROM DRIVER
3846P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003847M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848L: linux-kernel@vger.kernel.org
3849W: http://www.kernel.dk
3850S: Maintained
3851
3852USB ACM DRIVER
3853P: Oliver Neukum
3854M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003855L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856S: Maintained
3857
3858USB BLOCK DRIVER (UB ub)
3859P: Pete Zaitcev
3860M: zaitcev@redhat.com
3861L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003862L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863S: Supported
3864
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865USB CDC ETHERNET DRIVER
3866P: Greg Kroah-Hartman
3867M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003868L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869S: Maintained
3870W: http://www.kroah.com/linux-usb/
3871
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003872USB DAVICOM DM9601 DRIVER
3873P: Peter Korsgaard
3874M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003875L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003876W: http://www.linux-usb.org/usbnet
3877S: Maintained
3878
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879USB EHCI DRIVER
3880P: David Brownell
3881M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003882L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003883S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884
Luca Risolia7ce08c92006-01-11 02:06:59 +00003885USB ET61X[12]51 DRIVER
3886P: Luca Risolia
3887M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003888L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003889L: video4linux-list@redhat.com
3890W: http://www.linux-projects.org
3891S: Maintained
3892
David Brownell69ae9e32006-11-14 02:03:31 -08003893USB GADGET/PERIPHERAL SUBSYSTEM
3894P: David Brownell
3895M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003896L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003897W: http://www.linux-usb.org/gadget
3898S: Maintained
3899
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003900USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003901P: Jiri Kosina
3902M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003903L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003904T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905S: Maintained
3906
Olav Kongas959eea22005-11-03 17:38:14 +02003907USB ISP116X DRIVER
3908P: Olav Kongas
3909M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003910L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003911S: Maintained
3912
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913USB KAWASAKI LSI DRIVER
3914P: Oliver Neukum
3915M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003916L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917S: Maintained
3918
3919USB MASS STORAGE DRIVER
3920P: Matthew Dharm
3921M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003922L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003923L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924S: Maintained
3925W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3926
3927USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003928P: David Brownell
3929M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003930L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003931S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932
Matthias Urlichsba460e42005-07-14 00:33:47 -07003933USB OPTION-CARD DRIVER
3934P: Matthias Urlichs
3935M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003936L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003937S: Maintained
3938
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939USB OV511 DRIVER
3940P: Mark McClelland
3941M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003942L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943W: http://alpha.dyndns.org/ov511/
3944S: Maintained
3945
3946USB PEGASUS DRIVER
3947P: Petko Manolov
3948M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003949L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003950L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951W: http://pegasus2.sourceforge.net/
3952S: Maintained
3953
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003954USB PRINTER DRIVER (usblp)
3955P: Pete Zaitcev
3956M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003957L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003958S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959
3960USB RTL8150 DRIVER
3961P: Petko Manolov
3962M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003963L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003964L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965W: http://pegasus2.sourceforge.net/
3966S: Maintained
3967
3968USB SE401 DRIVER
3969P: Jeroen Vreeken
3970M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003971L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003972W: http://www.chello.nl/~j.vreeken/se401/
3973S: Maintained
3974
3975USB SERIAL CYBERJACK DRIVER
3976P: Matthias Bruestle and Harald Welte
3977M: support@reiner-sct.com
3978W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3979S: Maintained
3980
3981USB SERIAL DIGI ACCELEPORT DRIVER
3982P: Peter Berger and Al Borchers
3983M: pberger@brimson.com
3984M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003985L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986S: Maintained
3987
3988USB SERIAL DRIVER
3989P: Greg Kroah-Hartman
3990M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003991L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992S: Supported
3993
3994USB SERIAL BELKIN F5U103 DRIVER
3995P: William Greathouse
3996M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003997L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998S: Maintained
3999
4000USB SERIAL CYPRESS M8 DRIVER
4001P: Lonnie Mendez
4002M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004003L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004S: Maintained
4005W: http://geocities.com/i0xox0i
4006W: http://firstlight.net/cvs
4007
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008USB AUERSWALD DRIVER
4009P: Wolfgang Muees
4010M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004011L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012S: Maintained
4013
4014USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4015P: Gary Brubaker
4016M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004017L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018S: Maintained
4019
4020USB SERIAL KEYSPAN DRIVER
4021P: Greg Kroah-Hartman
4022M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004023L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024W: http://www.kroah.com/linux/
4025S: Maintained
4026
4027USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004028P: Support Department
4029M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004030L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031W: http://www.connecttech.com
4032S: Supported
4033
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004034USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035P: Luca Risolia
4036M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004037L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004038L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039W: http://www.linux-projects.org
4040S: Maintained
4041
4042USB SUBSYSTEM
4043P: Greg Kroah-Hartman
4044M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004045L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004047T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048S: Supported
4049
4050USB UHCI DRIVER
4051P: Alan Stern
4052M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004053L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054S: Maintained
4055
David Brownell69ae9e32006-11-14 02:03:31 -08004056USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057P: David Brownell
4058M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004059L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004060W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061S: Maintained
4062
4063USB W996[87]CF DRIVER
4064P: Luca Risolia
4065M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004066L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004067L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068W: http://www.linux-projects.org
4069S: Maintained
4070
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004071USB WIRELESS RNDIS DRIVER (rndis_wlan)
4072P: Jussi Kivilinna
4073M: jussi.kivilinna@mbnet.fi
4074L: linux-wireless@vger.kernel.org
4075S: Maintained
4076
Luca Risolia60f78052006-02-06 16:29:35 +00004077USB ZC0301 DRIVER
4078P: Luca Risolia
4079M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004080L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004081L: video4linux-list@redhat.com
4082W: http://www.linux-projects.org
4083S: Maintained
4084
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085USB ZD1201 DRIVER
4086P: Jeroen Vreeken
4087M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004088L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089W: http://linux-lc100020.sourceforge.net
4090S: Maintained
4091
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004092USB ZR364XX DRIVER
4093P: Antoine Jacquet
4094M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004095L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004096L: video4linux-list@redhat.com
4097W: http://royale.zerezo.com/zr364xx/
4098S: Maintained
4099
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100USER-MODE LINUX
4101P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004102M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103L: user-mode-linux-devel@lists.sourceforge.net
4104L: user-mode-linux-user@lists.sourceforge.net
4105W: http://user-mode-linux.sourceforge.net
4106S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004107
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004108USERSPACE I/O (UIO)
4109P: Hans J. Koch
4110M: hjk@linutronix.de
4111P: Greg Kroah-Hartman
4112M: gregkh@suse.de
4113L: linux-kernel@vger.kernel.org
4114S: Maintained
4115
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116FAT/VFAT/MSDOS FILESYSTEM:
4117P: OGAWA Hirofumi
4118M: hirofumi@mail.parknet.co.jp
4119L: linux-kernel@vger.kernel.org
4120S: Maintained
4121
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122VIA RHINE NETWORK DRIVER
4123P: Roger Luethi
4124M: rl@hellgate.ch
4125S: Maintained
4126
Jean Delvare32c0a522005-09-22 21:47:58 +02004127VIAPRO SMBUS DRIVER
4128P: Jean Delvare
4129M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004130L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004131S: Maintained
4132
Francois Romieu01f20732007-01-26 00:57:17 -08004133VIA VELOCITY NETWORK DRIVER
4134P: Francois Romieu
4135M: romieu@fr.zoreil.com
4136L: netdev@vger.kernel.org
4137S: Maintained
4138
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139UCLINUX (AND M68KNOMMU)
4140P: Greg Ungerer
4141M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004143L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144S: Maintained
4145
4146UCLINUX FOR NEC V850
4147P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148
4149UCLINUX FOR RENESAS H8/300
4150P: Yoshinori Sato
4151M: ysato@users.sourceforge.jp
4152W: http://uclinux-h8.sourceforge.jp/
4153S: Supported
4154
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004155UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004156P: Evgeniy Dushistov
4157M: dushistov@mail.ru
4158L: linux-kernel@vger.kernel.org
4159S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004160
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161USB DIAMOND RIO500 DRIVER
4162P: Cesar Miquel
4163M: miquel@df.uba.ar
4164L: rio500-users@lists.sourceforge.net
4165W: http://rio500.sourceforge.net
4166S: Maintained
4167
4168VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004169P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004170M: mchehab@infradead.org
4171M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004173W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004174T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004175S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176
Patrick McHardybe7f8272007-10-23 20:26:36 -07004177VLAN (802.1Q)
4178P: Patrick McHardy
4179M: kaber@trash.net
4180L: netdev@vger.kernel.org
4181S: Maintained
4182
Juerg Haefligerab413192006-09-24 20:54:04 +02004183VT1211 HARDWARE MONITOR DRIVER
4184P: Juerg Haefliger
4185M: juergh@gmail.com
4186L: lm-sensors@lm-sensors.org
4187S: Maintained
4188
Roger Lucas1de9e372005-11-26 20:20:05 +01004189VT8231 HARDWARE MONITOR DRIVER
4190P: Roger Lucas
4191M: roger@planbit.co.uk
4192L: lm-sensors@lm-sensors.org
4193S: Maintained
4194
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195W1 DALLAS'S 1-WIRE BUS
4196P: Evgeniy Polyakov
4197M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198S: Maintained
4199
Charles Spirakis13927072006-07-05 18:05:15 +02004200W83791D HARDWARE MONITORING DRIVER
4201P: Charles Spirakis
4202M: bezaur@gmail.com
4203L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004204S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004205
Rudolf Marek61db0112006-12-12 18:18:30 +01004206W83793 HARDWARE MONITORING DRIVER
4207P: Rudolf Marek
4208M: r.marek@assembler.cz
4209L: lm-sensors@lm-sensors.org
4210S: Maintained
4211
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212W83L51xD SD/MMC CARD INTERFACE DRIVER
4213P: Pierre Ossman
4214M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004215L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216W: http://projects.drzeus.cx/wbsd
4217S: Maintained
4218
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004219WATCHDOG DEVICE DRIVERS
4220P: Wim Van Sebroeck
4221M: wim@iguana.be
4222T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4223S: Maintained
4224
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4226P: Jean Tourrilhes
4227M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004228L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4230S: Maintained
4231
4232WD7000 SCSI DRIVER
4233P: Miroslav Zagorac
4234M: zaga@fly.cc.fer.hr
4235L: linux-scsi@vger.kernel.org
4236S: Maintained
4237
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004238WISTRON LAPTOP BUTTON DRIVER
4239P: Miloslav Trmac
4240M: mitr@volny.cz
4241S: Maintained
4242
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243WL3501 WIRELESS PCMCIA CARD DRIVER
4244P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004245M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004246L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004247W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248S: Maintained
4249
4250X.25 NETWORK LAYER
4251P: Henner Eisen
4252M: eis@baty.hanse.de
4253L: linux-x25@vger.kernel.org
4254S: Maintained
4255
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004256XEN HYPERVISOR INTERFACE
4257P: Jeremy Fitzhardinge
4258M: jeremy@xensource.com
4259P: Chris Wright
4260M: chrisw@sous-sol.org
4261L: virtualization@lists.osdl.org
4262L: xen-devel@lists.xensource.com
4263S: Supported
4264
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265XFS FILESYSTEM
4266P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004267P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004269L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004271T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272S: Supported
4273
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004274XILINX SYSTEMACE DRIVER
4275P: Grant Likely
4276M: grant.likely@secretlab.ca
4277W: http://www.secretlab.ca/
4278L: linux-kernel@vger.kernel.org
4279S: Maintained
4280
Peter Korsgaard238b8722006-12-06 20:35:17 -08004281XILINX UARTLITE SERIAL DRIVER
4282P: Peter Korsgaard
4283M: jacmet@sunsite.dk
4284L: linux-serial@vger.kernel.org
4285S: Maintained
4286
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004287X86 ARCHITECTURE (32-BIT AND 64-BIT)
4288P: Thomas Gleixner
4289M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290P: Ingo Molnar
4291M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004292P: H. Peter Anvin
4293M: hpa@zytor.com
4294L: linux-kernel@vger.kernel.org
4295T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296S: Maintained
4297
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298YAM DRIVER FOR AX.25
4299P: Jean-Paul Roubelat
4300M: jpr@f6fbb.org
4301L: linux-hams@vger.kernel.org
4302S: Maintained
4303
Henkaf64a5e2005-10-12 15:02:56 +02004304YEALINK PHONE DRIVER
4305P: Henk Vergonet
4306M: Henk.Vergonet@gmail.com
4307L: usbb2k-api-dev@nongnu.org
4308S: Maintained
4309
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310Z8530 DRIVER FOR AX.25
4311P: Joerg Reuter
4312M: jreuter@yaina.de
4313W: http://yaina.de/jreuter/
4314W: http://www.qsl.net/dl1bke/
4315L: linux-hams@vger.kernel.org
4316S: Maintained
4317
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004318ZD1211RW WIRELESS DRIVER
4319P: Daniel Drake
4320M: dsd@gentoo.org
4321P: Ulrich Kunitz
4322M: kune@deine-taler.de
4323W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004324L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004325L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4326S: Maintained
4327
Linus Torvalds1da177e2005-04-16 15:20:36 -07004328ZF MACHZ WATCHDOG
4329P: Fernando Fuganti
4330M: fuganti@netbank.com.br
4331W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4332S: Maintained
4333
4334ZR36067 VIDEO FOR LINUX DRIVER
4335P: Ronald Bultje
4336M: rbultje@ronald.bitfreak.net
4337L: mjpeg-users@lists.sourceforge.net
4338W: http://mjpeg.sourceforge.net/driver-zoran/
4339S: Maintained
4340
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004341ZS DECSTATION Z85C30 SERIAL DRIVER
4342P: Maciej W. Rozycki
4343M: macro@linux-mips.org
4344S: Maintained
4345
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346THE REST
4347P: Linus Torvalds
4348S: Buried alive in reporters