blob: a372c86fd07bc338861b1ff316a8a54229f9ef67 [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
Joern Engel2b54aae2008-02-06 01:38:02 -0800843BLOCK2MTD DRIVER
844P: Joern Engel
845M: joern@lazybastard.org
846L: linux-mtd@lists.infradead.org
847S: Maintained
848
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849BLUETOOTH SUBSYSTEM
850P: Marcel Holtmann
851M: marcel@holtmann.org
852P: Maxim Krasnyansky
853M: maxk@qualcomm.com
854L: bluez-devel@lists.sf.net
855W: http://bluez.sf.net
856W: http://www.bluez.org
857W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800858T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859S: Maintained
860
861BLUETOOTH RFCOMM LAYER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864P: Maxim Krasnyansky
865M: maxk@qualcomm.com
866S: Maintained
867
868BLUETOOTH BNEP LAYER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871P: Maxim Krasnyansky
872M: maxk@qualcomm.com
873S: Maintained
874
875BLUETOOTH CMTP LAYER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878S: Maintained
879
880BLUETOOTH HIDP LAYER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883S: Maintained
884
885BLUETOOTH HCI UART DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888P: Maxim Krasnyansky
889M: maxk@qualcomm.com
890S: Maintained
891
892BLUETOOTH HCI USB DRIVER
893P: Marcel Holtmann
894M: marcel@holtmann.org
895P: Maxim Krasnyansky
896M: maxk@qualcomm.com
897S: Maintained
898
899BLUETOOTH HCI BCM203X DRIVER
900P: Marcel Holtmann
901M: marcel@holtmann.org
902S: Maintained
903
904BLUETOOTH HCI BPA10X DRIVER
905P: Marcel Holtmann
906M: marcel@holtmann.org
907S: Maintained
908
909BLUETOOTH HCI BFUSB DRIVER
910P: Marcel Holtmann
911M: marcel@holtmann.org
912S: Maintained
913
914BLUETOOTH HCI DTL1 DRIVER
915P: Marcel Holtmann
916M: marcel@holtmann.org
917S: Maintained
918
919BLUETOOTH HCI BLUECARD DRIVER
920P: Marcel Holtmann
921M: marcel@holtmann.org
922S: Maintained
923
924BLUETOOTH HCI BT3C DRIVER
925P: Marcel Holtmann
926M: marcel@holtmann.org
927S: Maintained
928
929BLUETOOTH HCI BTUART DRIVER
930P: Marcel Holtmann
931M: marcel@holtmann.org
932S: Maintained
933
934BLUETOOTH HCI VHCI DRIVER
935P: Maxim Krasnyansky
936M: maxk@qualcomm.com
937S: Maintained
938
939BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100940P: Jay Vosburgh
941M: fubar@us.ibm.com
942L: bonding-devel@lists.sourceforge.net
943W: http://sourceforge.net/projects/bonding/
944S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000946BROADBAND PROCESSOR ARCHITECTURE
947P: Arnd Bergmann
948M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100949L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400950W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000951S: Supported
952
Gary Zambrano39105892006-06-22 17:26:20 -0700953BROADCOM B44 10/100 ETHERNET DRIVER
954P: Gary Zambrano
955M: zambrano@broadcom.com
956L: netdev@vger.kernel.org
957S: Supported
958
Michael Chan948c51e2006-06-04 02:51:39 -0700959BROADCOM BNX2 GIGABIT ETHERNET DRIVER
960P: Michael Chan
961M: mchan@broadcom.com
962L: netdev@vger.kernel.org
963S: Supported
964
965BROADCOM TG3 GIGABIT ETHERNET DRIVER
966P: Michael Chan
967M: mchan@broadcom.com
968L: netdev@vger.kernel.org
969S: Supported
970
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200971BSG (block layer generic sg v4 driver)
972P: FUJITA Tomonori
973M: fujita.tomonori@lab.ntt.co.jp
974L: linux-scsi@vger.kernel.org
975S: Supported
976
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700978P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200979M: mchehab@infradead.org
980M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700982W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200983T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700984S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985
Jonathan Corbet77d51402007-03-22 19:44:17 -0300986CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
987P: Jonathan Corbet
988M: corbet@lwn.net
989L: video4linux-list@redhat.com
990S: Maintained
991
Oliver Hartkoppbeca2222007-11-16 16:07:41 -0800992CAN NETWORK LAYER
993P: Urs Thuermann
994M: urs.thuermann@volkswagen.de
995P: Oliver Hartkopp
996M: oliver.hartkopp@volkswagen.de
997L: socketcan-core@lists.berlios.de
998W: http://developer.berlios.de/projects/socketcan/
999S: Maintained
1000
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001001CALGARY x86-64 IOMMU
1002P: Muli Ben-Yehuda
1003M: muli@il.ibm.com
1004P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001005M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001006L: linux-kernel@vger.kernel.org
1007L: discuss@x86-64.org
1008S: Maintained
1009
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001010CFAG12864B LCD DRIVER
1011P: Miguel Ojeda Sandonis
1012M: maxextreme@gmail.com
1013L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001014W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001015S: Maintained
1016
1017CFAG12864BFB LCD FRAMEBUFFER DRIVER
1018P: Miguel Ojeda Sandonis
1019M: maxextreme@gmail.com
1020L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001021W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001022S: Maintained
1023
Johannes Berg704232c2007-04-23 12:20:05 -07001024CFG80211 and NL80211
1025P: Johannes Berg
1026M: johannes@sipsolutions.net
1027L: linux-wireless@vger.kernel.org
1028S: Maintained
1029
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001030CHECKPATCH
1031P: Andy Whitcroft
1032M: apw@shadowen.org
1033P: Randy Dunlap
1034M: rdunlap@xenotime.net
1035P: Joel Schopp
1036M: jschopp@austin.ibm.com
1037S: Supported
1038
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039COMMON INTERNET FILE SYSTEM (CIFS)
1040P: Steve French
1041M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001042L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001044W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001045T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001046S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047
Joel Becker7063fbf2005-12-15 14:29:43 -08001048CONFIGFS
1049P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001050M: joel.becker@oracle.com
1051L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001052S: Supported
1053
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001054CIRRUS LOGIC EP93XX ETHERNET DRIVER
1055P: Lennert Buytenhek
1056M: kernel@wantstofly.org
1057L: netdev@vger.kernel.org
1058S: Maintained
1059
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001060CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1061P: Lennert Buytenhek
1062M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001063L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001064S: Maintained
1065
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1067P: Cirrus Logic Corporation (kernel 2.2 driver)
1068M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1069P: Nils Faerber (port to kernel 2.4)
1070M: Nils Faerber <nils@kernelconcepts.de>
1071S: Maintained
1072
1073CODA FILE SYSTEM
1074P: Jan Harkes
1075M: jaharkes@cs.cmu.edu
1076M: coda@cs.cmu.edu
1077L: codalist@coda.cs.cmu.edu
1078W: http://www.coda.cs.cmu.edu/
1079S: Maintained
1080
1081COMPACTPCI HOTPLUG CORE
1082P: Scott Murray
1083M: scottm@somanetworks.com
1084M: scott@spiteful.org
1085L: pcihpd-discuss@lists.sourceforge.net
1086S: Supported
1087
1088COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1089P: Scott Murray
1090M: scottm@somanetworks.com
1091M: scott@spiteful.org
1092L: pcihpd-discuss@lists.sourceforge.net
1093S: Supported
1094
1095COMPACTPCI HOTPLUG GENERIC DRIVER
1096P: Scott Murray
1097M: scottm@somanetworks.com
1098M: scott@spiteful.org
1099L: pcihpd-discuss@lists.sourceforge.net
1100S: Supported
1101
1102COMPUTONE INTELLIPORT MULTIPORT CARD
1103P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001104M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001106S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107
Simon Arlott949be0f2007-03-06 02:47:46 -08001108CONEXANT ACCESSRUNNER USB DRIVER
1109P: Simon Arlott
1110M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001111L: accessrunner-general@lists.sourceforge.net
1112W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001113S: Maintained
1114
Rudolf Marekbebe4672007-05-08 17:22:02 +02001115CORETEMP HARDWARE MONITORING DRIVER
1116P: Rudolf Marek
1117M: r.marek@assembler.cz
1118L: lm-sensors@lm-sensors.org
1119S: Maintained
1120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121COSA/SRP SYNC SERIAL DRIVER
1122P: Jan "Yenya" Kasprzak
1123M: kas@fi.muni.cz
1124W: http://www.fi.muni.cz/~kas/cosa/
1125S: Maintained
1126
1127CPU FREQUENCY DRIVERS
1128P: Dave Jones
1129M: davej@codemonkey.org.uk
1130L: cpufreq@lists.linux.org.uk
1131W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001132T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133S: Maintained
1134
1135CPUID/MSR DRIVER
1136P: H. Peter Anvin
1137M: hpa@zytor.com
1138S: Maintained
1139
Paul Jacksoned90fb42005-09-27 21:45:37 -07001140CPUSETS
1141P: Paul Jackson
1142P: Simon Derr
1143M: pj@sgi.com
1144M: simon.derr@bull.net
1145L: linux-kernel@vger.kernel.org
1146W: http://www.bullopensource.org/cpuset/
1147S: Supported
1148
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001150W: http://sourceforge.net/projects/cramfs/
1151S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152
1153CRIS PORT
1154P: Mikael Starvik
1155M: starvik@axis.com
1156L: dev-etrax@axis.com
1157W: http://developer.axis.com
1158S: Maintained
1159
1160CRYPTO API
1161P: Herbert Xu
1162M: herbert@gondor.apana.org.au
1163P: David S. Miller
1164M: davem@davemloft.net
1165L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001166T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167S: Maintained
1168
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001169CS5535 Audio ALSA driver
1170P: Jaya Kumar
1171M: jayakumar.alsa@gmail.com
1172S: Maintained
1173
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174CYBERPRO FB DRIVER
1175P: Russell King
1176M: rmk@arm.linux.org.uk
1177W: http://www.arm.linux.org.uk/
1178S: Maintained
1179
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001180CYBLAFB FRAMEBUFFER DRIVER
1181P: Knut Petersen
1182M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001183L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001184S: Maintained
1185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186CYCLADES 2X SYNC CARD DRIVER
1187P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001188M: acme@ghostprotocols.net
1189W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190S: Maintained
1191
1192CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001194S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195
1196CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001198S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200DAMA SLAVE for AX.25
1201P: Joerg Reuter
1202M: jreuter@yaina.de
1203W: http://yaina.de/jreuter/
1204W: http://www.qsl.net/dl1bke/
1205L: linux-hams@vger.kernel.org
1206S: Maintained
1207
1208DC395x SCSI driver
1209P: Oliver Neukum
1210M: oliver@neukum.name
1211P: Ali Akcaagac
1212M: aliakc@web.de
1213P: Jamie Lenehan
1214M: lenehan@twibble.org
1215W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001216L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217L: http://lists.twibble.org/mailman/listinfo/dc395x/
1218S: Maintained
1219
1220DC390/AM53C974 SCSI driver
1221P: Kurt Garloff
1222M: garloff@suse.de
1223W: http://www.garloff.de/kurt/linux/dc390/
1224P: Guennadi Liakhovetski
1225M: g.liakhovetski@gmx.de
1226S: Maintained
1227
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001228DCCP PROTOCOL
1229P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001230M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001231L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001232W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001233S: Maintained
1234
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235DECnet NETWORK LAYER
1236P: Patrick Caulfield
1237M: patrick@tykepenguin.com
1238W: http://linux-decnet.sourceforge.net
1239L: linux-decnet-user@lists.sourceforge.net
1240S: Maintained
1241
1242DEFXX FDDI NETWORK DRIVER
1243P: Maciej W. Rozycki
1244M: macro@linux-mips.org
1245S: Maintained
1246
1247DELL LAPTOP SMM DRIVER
1248P: Massimo Dal Zotto
1249M: dz@debian.org
1250W: http://www.debian.org/~dz/i8k/
1251S: Maintained
1252
Doug Warzecha90563ec2005-09-06 15:17:15 -07001253DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1254P: Doug Warzecha
1255M: Douglas_Warzecha@dell.com
1256S: Maintained
1257
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001258DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259P: Alasdair Kergon
1260L: dm-devel@redhat.com
1261W: http://sources.redhat.com/dm
1262S: Maintained
1263
1264DEVICE NUMBER REGISTRY
1265P: Torben Mathiasen
1266M: device@lanana.org
1267W: http://lanana.org/docs/device-list/index.html
1268L: linux-kernel@vger.kernel.org
1269S: Maintained
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271DIGI INTL. EPCA DRIVER
1272P: Digi International, Inc
1273M: Eng.Linux@digi.com
1274L: Eng.Linux@digi.com
1275W: http://www.digi.com
1276S: Orphaned
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278DIRECTORY NOTIFICATION
1279P: Stephen Rothwell
1280M: sfr@canb.auug.org.au
1281L: linux-kernel@vger.kernel.org
1282S: Supported
1283
1284DISK GEOMETRY AND PARTITION HANDLING
1285P: Andries Brouwer
1286M: aeb@cwi.nl
1287W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1288W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1289W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1290S: Maintained
1291
1292DISKQUOTA:
1293P: Jan Kara
1294M: jack@suse.cz
1295L: linux-kernel@vger.kernel.org
1296S: Maintained
1297
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001298DISTRIBUTED LOCK MANAGER
1299P: Patrick Caulfield
1300M: pcaulfie@redhat.com
1301P: David Teigland
1302M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001303L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001304W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001305T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1306T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001307S: Supported
1308
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1310P: Tobias Ringstrom
1311M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001312L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313S: Maintained
1314
Dan Williamsb3e5f262007-08-07 10:26:35 -07001315DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001316P: Shannon Nelson
1317M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001318P: Dan Williams
1319M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001320L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001321S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001322
Juerg Haefligerb8250372007-06-09 10:11:16 -04001323DME1737 HARDWARE MONITOR DRIVER
1324P: Juerg Haefliger
1325M: juergh@gmail.com
1326L: lm-sensors@lm-sensors.org
1327S: Maintained
1328
Martin Waitzba483d52005-06-17 13:20:59 -07001329DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001330P: Randy Dunlap
1331M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001332S: Maintained
1333
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001334DOCKING STATION DRIVER
1335P: Kristen Carlson Accardi
1336M: kristen.c.accardi@intel.com
1337L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001338S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340DOUBLETALK DRIVER
1341P: James R. Van Zandt
1342M: jrv@vanzandt.mv.com
1343L: blinux-list@redhat.com
1344S: Maintained
1345
1346DRIVER CORE, KOBJECTS, AND SYSFS
1347P: Greg Kroah-Hartman
1348M: gregkh@suse.de
1349L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001350T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351S: Supported
1352
1353DRM DRIVERS
1354P: David Airlie
1355M: airlied@linux.ie
1356L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001357T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358S: Maintained
1359
1360DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001361P: Francois Romieu
1362M: romieu@fr.zoreil.com
1363L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364S: Maintained
1365
1366DVB SUBSYSTEM AND DRIVERS
1367P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001368M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001370W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001371T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001372S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001374DZ DECSTATION DZ11 SERIAL DRIVER
1375P: Maciej W. Rozycki
1376M: macro@linux-mips.org
1377S: Maintained
1378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379EATA-DMA SCSI DRIVER
1380P: Michael Neuffer
1381L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1382S: Maintained
1383
1384EATA ISA/EISA/PCI SCSI DRIVER
1385P: Dario Ballabio
1386M: ballabio_dario@emc.com
1387L: linux-scsi@vger.kernel.org
1388S: Maintained
1389
1390EATA-PIO SCSI DRIVER
1391P: Michael Neuffer
1392M: mike@i-Connect.Net
1393L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1394S: Maintained
1395
1396EBTABLES
1397P: Bart De Schuymer
1398M: bart.de.schuymer@pandora.be
1399L: ebtables-user@lists.sourceforge.net
1400L: ebtables-devel@lists.sourceforge.net
1401W: http://ebtables.sourceforge.net/
1402S: Maintained
1403
Michael Halcrow237fead2006-10-04 02:16:22 -07001404ECRYPT FILE SYSTEM
1405P: Mike Halcrow, Phillip Hellewell
1406M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1407L: ecryptfs-devel@lists.sourceforge.net
1408W: http://ecryptfs.sourceforge.net/
1409S: Supported
1410
Alan Coxda9bb1d2006-01-18 17:44:13 -08001411EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001412P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001413M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001414L: bluesmoke-devel@lists.sourceforge.net
1415W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001416S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001417
1418EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001419P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001420P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001421M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001422M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001423L: bluesmoke-devel@lists.sourceforge.net
1424W: bluesmoke.sourceforge.net
1425S: Maintained
1426
1427EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001428P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001429M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001430L: bluesmoke-devel@lists.sourceforge.net
1431W: bluesmoke.sourceforge.net
1432S: Maintained
1433
Douglas Thompson6bc78402007-07-19 01:50:12 -07001434EDAC-I82443BXGX
1435P: Tim Small
1436M: tim@buttersideup.com
1437L: bluesmoke-devel@lists.sourceforge.net
1438W: bluesmoke.sourceforge.net
1439S: Maintained
1440
1441EDAC-I3000
1442P: Jason Uhlenkott
1443M: juhlenko@akamai.com
1444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
1448EDAC-I5000
1449P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001450M: dougthompson@xmission.com
1451L: bluesmoke-devel@lists.sourceforge.net
1452W: bluesmoke.sourceforge.net
1453S: Maintained
1454
1455EDAC-I82975X
1456P: Ranganathan Desikan
1457P: Arvind R.
1458M: rdesikan@jetzbroadband.com
1459M: arvind@acarlab.com
1460L: bluesmoke-devel@lists.sourceforge.net
1461W: bluesmoke.sourceforge.net
1462S: Maintained
1463
1464EDAC-PASEMI
1465P: Egor Martovetsky
1466M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001467L: bluesmoke-devel@lists.sourceforge.net
1468W: bluesmoke.sourceforge.net
1469S: Maintained
1470
Dave Peterson0e438e32006-03-26 01:38:55 -08001471EDAC-R82600
1472P: Tim Small
1473M: tim@buttersideup.com
1474L: bluesmoke-devel@lists.sourceforge.net
1475W: bluesmoke.sourceforge.net
1476S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001477
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478EEPRO100 NETWORK DRIVER
1479P: Andrey V. Savochkin
1480M: saw@saw.sw.com.sg
1481S: Maintained
1482
Josh Triplett0bee8d22006-07-30 03:03:58 -07001483EFS FILESYSTEM
1484W: http://aeschi.ch.eu.org/efs/
1485S: Orphan
1486
Heiko J Schickfab97222006-09-22 15:22:22 -07001487EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1488P: Hoang-Nam Nguyen
1489M: hnguyen@de.ibm.com
1490P: Christoph Raisch
1491M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001492L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001493S: Supported
1494
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001495EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001496P: James Smart
1497M: james.smart@emulex.com
1498L: linux-scsi@vger.kernel.org
1499W: http://sourceforge.net/projects/lpfcxxxx
1500S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001501
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502EPSON 1355 FRAMEBUFFER DRIVER
1503P: Christopher Hoover
1504M: ch@murgatroid.com, ch@hpl.hp.com
1505S: Maintained
1506
1507ETHEREXPRESS-16 NETWORK DRIVER
1508P: Philip Blundell
1509M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001510L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511S: Maintained
1512
1513ETHERNET BRIDGE
1514P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001515M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001516L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517W: http://bridge.sourceforge.net/
1518S: Maintained
1519
1520ETHERTEAM 16I DRIVER
1521P: Mika Kuoppala
1522M: miku@iki.fi
1523S: Maintained
1524
1525EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001526L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527S: Maintained
1528
1529EXT3 FILE SYSTEM
1530P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001531M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001532L: linux-ext4@vger.kernel.org
1533S: Maintained
1534
1535EXT4 FILE SYSTEM
1536P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001537M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001538L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539S: Maintained
1540
Jean Delvaree53004e2006-01-09 23:26:14 +01001541F71805F HARDWARE MONITORING DRIVER
1542P: Jean Delvare
1543M: khali@linux-fr.org
1544L: lm-sensors@lm-sensors.org
1545S: Maintained
1546
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547FARSYNC SYNCHRONOUS DRIVER
1548P: Kevin Curtis
1549M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550W: http://www.farsite.co.uk/
1551S: Supported
1552
Akinobu Mitac5408b82007-04-23 14:41:20 -07001553FAULT INJECTION SUPPORT
1554P: Akinobu Mita
1555M: akinobu.mita@gmail.com
1556S: Supported
1557
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558FRAMEBUFFER LAYER
1559P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001560M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001561L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562W: http://linux-fbdev.sourceforge.net/
1563S: Maintained
1564
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001565FREESCALE SOC FS_ENET DRIVER
1566P: Pantelis Antoniou
1567M: pantelis.antoniou@gmail.com
1568P: Vitaly Bordug
1569M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001570L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001571L: netdev@vger.kernel.org
1572S: Maintained
1573
Li Yanga7205b32007-04-23 10:38:18 -07001574FREESCALE HIGHSPEED USB DEVICE DRIVER
1575P: Li Yang
1576M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001577L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001578L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001579S: Maintained
1580
Li Yangbeaf53b2007-05-25 13:54:02 +08001581FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1582P: Li Yang
1583M: leoli@freescale.com
1584L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001585L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588FILE LOCKING (flock() and fcntl()/lockf())
1589P: Matthew Wilcox
1590M: matthew@wil.cx
1591L: linux-fsdevel@vger.kernel.org
1592S: Maintained
1593
1594FILESYSTEMS (VFS and infrastructure)
1595P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001596M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597S: Maintained
1598
Stefan Richterf148e202008-01-12 12:32:44 +01001599FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001600P: Kristian Hoegsberg, Stefan Richter
1601M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1602L: linux1394-devel@lists.sourceforge.net
1603W: http://www.linux1394.org/
1604T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1605S: Maintained
1606
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607FIRMWARE LOADER (request_firmware)
1608L: linux-kernel@vger.kernel.org
1609S: Orphan
1610
1611FPU EMULATOR
1612P: Bill Metzenthen
1613M: billm@suburbia.net
1614W: http://suburbia.net/~billm/floating-point/emulator/
1615S: Maintained
1616
1617FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1618P: Mike McLagan
1619M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001620L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621S: Maintained
1622
1623FREEVXFS FILESYSTEM
1624P: Christoph Hellwig
1625M: hch@infradead.org
1626W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1627S: Maintained
1628
David Howells5ab7ffe2007-04-10 15:10:45 +01001629FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630P: David Howells
1631M: dhowells@redhat.com
1632S: Maintained
1633
Miklos Szeredi04578f12005-09-09 13:10:22 -07001634FUSE: FILESYSTEM IN USERSPACE
1635P: Miklos Szeredi
1636M: miklos@szeredi.hu
1637L: fuse-devel@lists.sourceforge.net
1638W: http://fuse.sourceforge.net/
1639S: Maintained
1640
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1642P: Rik Faith
1643M: faith@cs.unc.edu
1644L: linux-scsi@vger.kernel.org
1645S: Odd fixes (e.g., new signatures)
1646
1647GDT SCSI DISK ARRAY CONTROLLER DRIVER
1648P: Achim Leubner
1649M: achim_leubner@adaptec.com
1650L: linux-scsi@vger.kernel.org
1651W: http://www.icp-vortex.com/
1652S: Supported
1653
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001654GENERIC GPIO I2C DRIVER
1655P: Haavard Skinnemoen
1656M: hskinnemoen@atmel.com
1657S: Supported
1658
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1660P: Krzysztof Halasa
1661M: khc@pm.waw.pl
1662W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1663S: Maintained
1664
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001665GFS2 FILE SYSTEM
1666P: Steven Whitehouse
1667M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001668L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001669W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001670T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1671T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001672S: Supported
1673
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001674GIGASET ISDN DRIVERS
1675P: Hansjoerg Lipp
1676M: hjlipp@web.de
1677P: Tilman Schmidt
1678M: tilman@imap.cc
1679L: gigaset307x-common@lists.sourceforge.net
1680W: http://gigaset307x.sourceforge.net/
1681S: Maintained
1682
Jean Delvare5b543962005-08-15 19:51:02 +02001683HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001684P: Mark M. Hoffman
1685M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001686L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001687W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001688T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1689T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001690S: Maintained
1691
Michael Buesch844dd052006-06-26 00:24:59 -07001692HARDWARE RANDOM NUMBER GENERATOR CORE
1693P: Michael Buesch
1694M: mb@bu3sch.de
1695S: Maintained
1696
Robert Love860e1d62005-08-31 23:57:59 -04001697HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1698P: Robert Love
1699M: rlove@rlove.org
1700M: linux-kernel@vger.kernel.org
1701W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1702S: Maintained
1703
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704HARMONY SOUND DRIVER
1705P: Kyle McMartin
1706M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001707L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708S: Maintained
1709
1710HAYES ESP SERIAL DRIVER
1711P: Andrew J. Robinson
1712M: arobinso@nyx.net
1713L: linux-kernel@vger.kernel.org
1714W: http://www.nyx.net/~arobinso
1715S: Maintained
1716
1717HFS FILESYSTEM
1718P: Roman Zippel
1719M: zippel@linux-m68k.org
1720L: linux-kernel@vger.kernel.org
1721S: Maintained
1722
1723HGA FRAMEBUFFER DRIVER
1724P: Ferenc Bakonyi
1725M: fero@drama.obuda.kando.hu
1726L: linux-nvidia@lists.surfsouth.com
1727W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1728S: Maintained
1729
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001730HID CORE LAYER
1731P: Jiri Kosina
1732M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001733L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001734T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001735S: Maintained
1736
Ingo Molnar38bed542007-02-22 09:09:34 +01001737HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1738P: Thomas Gleixner
1739M: tglx@linutronix.de
1740L: linux-kernel@vger.kernel.org
1741S: Maintained
1742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743HIGH-SPEED SCC DRIVER FOR AX.25
1744P: Klaus Kudielka
1745M: klaus.kudielka@ieee.org
1746L: linux-hams@vger.kernel.org
1747W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1748S: Maintained
1749
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001750HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1751P: HighPoint Linux Team
1752M: linux@highpoint-tech.com
1753W: http://www.highpoint-tech.com
1754S: Supported
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756HIPPI
1757P: Jes Sorensen
1758M: jes@trained-monkey.org
1759L: linux-hippi@sunsite.dk
1760S: Maintained
1761
1762HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1763P: Chirag Kantharia
1764M: chirag.kantharia@hp.com
1765L: iss_storagedev@hp.com
1766S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001767
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768HEWLETT-PACKARD SMART2 RAID DRIVER
1769P: Chirag Kantharia
1770M: chirag.kantharia@hp.com
1771L: iss_storagedev@hp.com
1772S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001773
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1775P: Mike Miller
1776M: mike.miller@hp.com
1777L: iss_storagedev@hp.com
1778S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001779
Jouni Malinenff1d2762005-05-12 22:54:16 -04001780HOST AP DRIVER
1781P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001782M: j@w1.fi
1783L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001784L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001785W: http://hostap.epitest.fi/
1786S: Maintained
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1789P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001790M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791S: Maintained
1792
Bob Piccob9b03322005-11-07 00:59:19 -08001793HPET: High Precision Event Timers driver (hpet.c)
1794P: Clemens Ladisch
1795M: clemens@ladisch.de
1796S: Maintained
1797
1798HPET: i386
1799P: Venkatesh Pallipadi (Venki)
1800M: venkatesh.pallipadi@intel.com
1801S: Maintained
1802
1803HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001804P: Vojtech Pavlik
1805M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001806S: Maintained
1807
1808HPET: ACPI hpet.c
1809P: Bob Picco
1810M: bob.picco@hp.com
1811S: Maintained
1812
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813HPFS FILESYSTEM
1814P: Mikulas Patocka
1815M: mikulas@artax.karlin.mff.cuni.cz
1816W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1817S: Maintained
1818
1819HUGETLB FILESYSTEM
1820P: William Irwin
1821M: wli@holomorphy.com
1822S: Maintained
1823
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001824I2C/SMBUS STUB DRIVER
1825P: Mark M. Hoffman
1826M: mhoffman@lightlink.com
1827L: lm-sensors@lm-sensors.org
1828S: Maintained
1829
Jean Delvare5b543962005-08-15 19:51:02 +02001830I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831P: Jean Delvare
1832M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001833L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001834T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835S: Maintained
1836
Till Harbaume8c76ee2007-05-01 23:26:35 +02001837I2C-TINY-USB DRIVER
1838P: Till Harbaum
1839M: till@harbaum.org
1840L: i2c@lm-sensors.org
1841T: http://www.harbaum.org/till/i2c_tiny_usb
1842S: Maintained
1843
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001845P: H. Peter Anvin
1846M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847L: Linux-Kernel@vger.kernel.org
1848S: Maintained
1849
1850i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851P: H. Peter Anvin
1852M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001853T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854S: Maintained
1855
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856IA64 (Itanium) PLATFORM
1857P: Tony Luck
1858M: tony.luck@intel.com
1859L: linux-ia64@vger.kernel.org
1860W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001861T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862S: Maintained
1863
1864SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001865P: Jes Sorensen
1866M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867L: linux-altix@sgi.com
1868L: linux-ia64@vger.kernel.org
1869W: http://www.sgi.com/altix
1870S: Maintained
1871
1872IBM MCA SCSI SUBSYSTEM DRIVER
1873P: Michael Lang
1874M: langa2@kph.uni-mainz.de
1875W: http://www.uni-mainz.de/~langm000/linux.html
1876S: Maintained
1877
1878IBM Power Linux RAID adapter
1879P: Brian King
1880M: brking@us.ibm.com
1881S: Supported
1882
1883IBM ServeRAID RAID DRIVER
1884P: Jack Hammer
1885P: Dave Jeffery
1886M: ipslinux@adaptec.com
1887W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001888S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001890IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001892M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001894T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895S: Maintained
1896
1897IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001898P: Borislav Petkov
1899M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001900L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001901S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902
1903IDE/ATAPI FLOPPY DRIVERS
1904P: Paul Bristow
1905M: Paul Bristow <paul@paulbristow.net>
1906W: http://paulbristow.net/linux/idefloppy.html
1907L: linux-kernel@vger.kernel.org
1908S: Maintained
1909
1910IDE/ATAPI TAPE DRIVERS
1911P: Gadi Oxman
1912M: Gadi Oxman <gadio@netvision.net.il>
1913L: linux-kernel@vger.kernel.org
1914S: Maintained
1915
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001916IDE-SCSI DRIVER
1917L: linux-ide@vger.kernel.org
1918L: linux-scsi@vger.kernel.org
1919S: Orphan
1920
Stefan Richterf148e202008-01-12 12:32:44 +01001921IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001923M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001924P: Stefan Richter
1925M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926L: linux1394-devel@lists.sourceforge.net
1927W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001928T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929S: Maintained
1930
Stefan Richterf51a5a92007-04-23 14:41:10 -07001931IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932P: Dan Dennedy
1933M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001934P: Stefan Richter
1935M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001937S: Maintained
1938
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001940L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001941S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942
1943INFINIBAND SUBSYSTEM
1944P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001945M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001947M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001949M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001950L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001952T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953S: Supported
1954
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001955INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001956P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001957M: dmitry.torokhov@gmail.com
1958M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001959L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001960T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961S: Maintained
1962
Robert Lovec9f04f52005-07-15 12:21:07 -04001963INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001964P: John McCutchan
1965M: ttb@tentacle.dhs.org
1966P: Robert Love
1967M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001968L: linux-kernel@vger.kernel.org
1969S: Maintained
1970
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001971INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001972P: Sylvain Meyer
1973M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001974L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001975S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001976
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001978P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001979M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001980L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001981S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983INTEL IA32 MICROCODE UPDATE SUPPORT
1984P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001985M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986S: Maintained
1987
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001988INTEL I/OAT DMA DRIVER
1989P: Shannon Nelson
1990M: shannon.nelson@intel.com
1991L: linux-kernel@vger.kernel.org
1992S: Supported
1993
Dan Williamsb3e5f262007-08-07 10:26:35 -07001994INTEL IOP-ADMA DMA DRIVER
1995P: Dan Williams
1996M: dan.j.williams@intel.com
1997L: linux-kernel@vger.kernel.org
1998S: Supported
1999
Michael Buesch844dd052006-06-26 00:24:59 -07002000INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2001P: Deepak Saxena
2002M: dsaxena@plexity.net
2003S: Maintained
2004
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002005INTEL IXP2000 ETHERNET DRIVER
2006P: Lennert Buytenhek
2007M: kernel@wantstofly.org
2008L: netdev@vger.kernel.org
2009S: Maintained
2010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002012P: Auke Kok
2013M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014P: Jesse Brandeburg
2015M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002016P: Jeff Kirsher
2017M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002018P: John Ronciak
2019M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002020L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021W: http://sourceforge.net/projects/e1000/
2022S: Supported
2023
2024INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002025P: Auke Kok
2026M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002027P: Jesse Brandeburg
2028M: jesse.brandeburg@intel.com
2029P: Jeff Kirsher
2030M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002031P: John Ronciak
2032M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002033L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034W: http://sourceforge.net/projects/e1000/
2035S: Supported
2036
2037INTEL PRO/10GbE SUPPORT
2038P: Ayyappan Veeraiyan
2039M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002040P: Auke Kok
2041M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002042P: Jesse Brandeburg
2043M: jesse.brandeburg@intel.com
2044P: John Ronciak
2045M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002046L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047W: http://sourceforge.net/projects/e1000/
2048S: Supported
2049
James Ketrenos826d2ab2005-11-07 18:56:59 -06002050INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002051P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002052M: yi.zhu@intel.com
2053P: James Ketrenos
2054M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002055P: Reinette Chatre
2056M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002057L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002058L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002059W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002060W: http://ipw2100.sourceforge.net
2061S: Supported
2062
2063INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002064P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002065M: yi.zhu@intel.com
2066P: James Ketrenos
2067M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002068P: Reinette Chatre
2069M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002070L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002071L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002072W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002073W: http://ipw2200.sourceforge.net
2074S: Supported
2075
Zhu Yib481de92007-09-25 17:54:57 -07002076INTEL WIRELESS WIFI LINK (iwlwifi)
2077P: Zhu Yi
2078M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002079P: Reinette Chatre
2080M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002081L: linux-wireless@vger.kernel.org
2082L: ipw3945-devel@lists.sourceforge.net
2083W: http://intellinuxwireless.org
2084T: git git://intellinuxwireless.org/repos/iwlwifi
2085S: Supported
2086
Ralf Baechlecb109a02007-08-30 23:56:30 -07002087IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088P: Ralf Baechle
2089M: ralf@linux-mips.org
2090L: linux-mips@linux-mips.org
2091S: Maintained
2092
Ralf Baechlecb109a02007-08-30 23:56:30 -07002093IOC3 SERIAL DRIVER
2094P: Pat Gefre
2095M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002096L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002097S: Maintained
2098
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099IP MASQUERADING:
2100P: Juanjo Ciarlante
2101M: jjciarla@raiz.uncu.edu.ar
2102S: Maintained
2103
Francois Romieu1202d6f2007-09-17 17:13:55 -07002104IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2105P: Francois Romieu
2106M: romieu@fr.zoreil.com
2107P: Sorbica Shieh
2108M: sorbica@icplus.com.tw
2109P: Jesse Huang
2110M: jesse@icplus.com.tw
2111L: netdev@vger.kernel.org
2112S: Maintained
2113
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002114IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002115P: Arthur Jones
2116M: infinipath@qlogic.com
2117L: general@lists.openfabrics.org
2118T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002119S: Supported
2120
Corey Minyard4409ebe2006-04-20 02:43:12 -07002121IPMI SUBSYSTEM
2122P: Corey Minyard
2123M: minyard@acm.org
2124L: openipmi-developer@lists.sourceforge.net
2125W: http://openipmi.sourceforge.net/
2126S: Supported
2127
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128IPX NETWORK LAYER
2129P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002130M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002131L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132S: Maintained
2133
2134IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002135P: Samuel Ortiz
2136M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002137L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002139S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140
Mike Christie14816b12007-11-28 16:22:06 -08002141ISCSI
2142P: Mike Christie
2143M: michaelc@cs.wisc.edu
2144L: open-iscsi@googlegroups.com
2145W: www.open-iscsi.org
2146T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2147S: Maintained
2148
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149ISAPNP
2150P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002151M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152S: Maintained
2153
2154ISDN SUBSYSTEM
2155P: Karsten Keil
2156M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157L: isdn4linux@listserv.isdn4linux.de
2158W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002159T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160S: Maintained
2161
2162ISDN SUBSYSTEM (Eicon active card driver)
2163P: Armin Schindler
2164M: mac@melware.de
2165L: isdn4linux@listserv.isdn4linux.de
2166W: http://www.melware.de
2167S: Maintained
2168
Hans Verkuil91821ff2007-12-02 09:35:33 -03002169IVTV VIDEO4LINUX DRIVER
2170P: Hans Verkuil
2171M: hverkuil@xs4all.nl
2172L: ivtv-devel@ivtvdriver.org
2173L: ivtv-users@ivtvdriver.org
2174L: video4linux-list@redhat.com
2175W: http://www.ivtvdriver.org
2176S: Maintained
2177
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2179P: David Woodhouse
2180M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002181L: linux-mtd@lists.infradead.org
2182W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183S: Maintained
2184
2185JFS FILESYSTEM
2186P: Dave Kleikamp
2187M: shaggy@austin.ibm.com
2188L: jfs-discussion@lists.sourceforge.net
2189W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002190T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Supported
2192
Josh Triplettde456d32006-07-30 03:04:00 -07002193JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002194P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002195M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002196L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002197S: Maintained
2198
Rudolf Marek4660cb32006-10-08 22:01:26 +02002199K8TEMP HARDWARE MONITORING DRIVER
2200P: Rudolf Marek
2201M: r.marek@assembler.cz
2202L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203S: Maintained
2204
2205KCONFIG
2206P: Roman Zippel
2207M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002208L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209S: Maintained
2210
Vivek Goyalea6c2082006-05-20 14:59:55 -07002211KDUMP
2212P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002213M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002214P: Haren Myneni
2215M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002216L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002217L: linux-kernel@vger.kernel.org
2218W: http://lse.sourceforge.net/kdump/
2219S: Maintained
2220
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221KERNEL AUTOMOUNTER (AUTOFS)
2222P: H. Peter Anvin
2223M: hpa@zytor.com
2224L: autofs@linux.kernel.org
2225S: Odd Fixes
2226
2227KERNEL AUTOMOUNTER v4 (AUTOFS4)
2228P: Ian Kent
2229M: raven@themaw.net
2230L: autofs@linux.kernel.org
2231S: Maintained
2232
2233KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234P: Sam Ravnborg
2235M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002236T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002237L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002238S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239
2240KERNEL JANITORS
2241P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002242L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244S: Maintained
2245
2246KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002247P: J. Bruce Fields
2248M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002250M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002251L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002253S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254
Avi Kivity426d62e2006-12-13 00:34:03 -08002255KERNEL VIRTUAL MACHINE (KVM)
2256P: Avi Kivity
2257M: avi@qumranet.com
2258L: kvm-devel@lists.sourceforge.net
2259W: kvm.sourceforge.net
2260S: Supported
2261
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002262KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2263P: Anthony Xu
2264M: anthony.xu@intel.com
2265P: Xiantao Zhang
2266M: xiantao.zhang@intel.com
2267L: kvm-ia64-devel@lists.sourceforge.net
2268W: kvm.sourceforge.net
2269S: Supported
2270
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002271KEXEC
2272P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002273M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002274W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002275L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002276L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002277S: Maintained
2278
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002279KPROBES
2280P: Prasanna S Panchamukhi
2281M: prasanna@in.ibm.com
2282P: Ananth N Mavinakayanahalli
2283M: ananth@in.ibm.com
2284P: Anil S Keshavamurthy
2285M: anil.s.keshavamurthy@intel.com
2286P: David S. Miller
2287M: davem@davemloft.net
2288L: linux-kernel@vger.kernel.org
2289S: Maintained
2290
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002291KS0108 LCD CONTROLLER DRIVER
2292P: Miguel Ojeda Sandonis
2293M: maxextreme@gmail.com
2294L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002295W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002296S: Maintained
2297
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002300S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301
2302LASI 53c700 driver for PARISC
2303P: James E.J. Bottomley
2304M: James.Bottomley@HansenPartnership.com
2305L: linux-scsi@vger.kernel.org
2306S: Maintained
2307
Richard Purdie263de9b2006-05-15 09:44:16 -07002308LED SUBSYSTEM
2309P: Richard Purdie
2310M: rpurdie@rpsys.net
2311S: Maintained
2312
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313LEGO USB Tower driver
2314P: Juergen Stuber
2315M: starblue@users.sourceforge.net
2316L: legousb-devel@lists.sourceforge.net
2317W: http://legousb.sourceforge.net/
2318S: Maintained
2319
Rusty Russell568a17f2007-10-25 14:12:24 +10002320LGUEST
2321P: Rusty Russell
2322M: rusty@rustcorp.com.au
2323L: lguest@ozlabs.org
2324W: http://lguest.ozlabs.org/
2325S: Maintained
2326
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327LINUX FOR IBM pSERIES (RS/6000)
2328P: Paul Mackerras
2329M: paulus@au.ibm.com
2330W: http://www.ibm.com/linux/ltc/projects/ppc
2331S: Supported
2332
2333LINUX FOR NCR VOYAGER
2334P: James Bottomley
2335M: James.Bottomley@HansenPartnership.com
2336W: http://www.hansenpartnership.com/voyager
2337S: Maintained
2338
2339LINUX FOR POWERPC
2340P: Paul Mackerras
2341M: paulus@samba.org
2342W: http://www.penguinppc.org/
2343L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002344T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Supported
2346
2347LINUX FOR POWER MACINTOSH
2348P: Benjamin Herrenschmidt
2349M: benh@kernel.crashing.org
2350W: http://www.penguinppc.org/
2351L: linuxppc-dev@ozlabs.org
2352S: Maintained
2353
2354LINUX FOR POWERPC EMBEDDED MPC52XX
2355P: Sylvain Munaut
2356M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002357P: Grant Likely
2358M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359W: http://www.246tNt.com/mpc52xx/
2360W: http://www.penguinppc.org/
2361L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Maintained
2363
2364LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002365P: Josh Boyer
2366M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367P: Matt Porter
2368M: mporter@kernel.crashing.org
2369W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002370L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002371T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372S: Maintained
2373
Grant Likely260c02a2007-10-02 12:15:34 +10002374LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2375P: Grant Likely
2376M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002377W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002378L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379S: Maintained
2380
Tom Rinie93adf12005-07-26 12:49:53 -07002381LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382P: Tom Rini
2383M: trini@kernel.crashing.org
2384W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002385L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Maintained
2387
Tom Rinie93adf12005-07-26 12:49:53 -07002388LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002389P: Vitaly Bordug
2390M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002391P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002392M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002393W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002394L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002395S: Maintained
2396
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002398P: Kumar Gala
2399M: galak@kernel.crashing.org
2400W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002401L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002402S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403
Olof Johanssonab06ff32006-09-06 14:44:54 -05002404LINUX FOR POWERPC PA SEMI PWRFICIENT
2405P: Olof Johansson
2406M: olof@lixom.net
2407W: http://www.pasemi.com/
2408L: linuxppc-dev@ozlabs.org
2409S: Supported
2410
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411LLC (802.2)
2412P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002413M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Maintained
2415
2416LINUX FOR 64BIT POWERPC
2417P: Paul Mackerras
2418M: paulus@samba.org
2419M: paulus@au.ibm.com
2420P: Anton Blanchard
2421M: anton@samba.org
2422M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002423W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002424L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425S: Supported
2426
2427LINUX SECURITY MODULE (LSM) FRAMEWORK
2428P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002429M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002430L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002432T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Supported
2434
2435LM83 HARDWARE MONITOR DRIVER
2436P: Jean Delvare
2437M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002438L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439S: Maintained
2440
2441LM90 HARDWARE MONITOR DRIVER
2442P: Jean Delvare
2443M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002444L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445S: Maintained
2446
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002447LOCKDEP AND LOCKSTAT
2448P: Peter Zijlstra
2449M: peterz@infradead.org
2450P: Ingo Molnar
2451M: mingo@redhat.com
2452L: linux-kernel@vger.kernel.org
2453T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2454S: Maintained
2455
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002456LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457P: Richard Russon (FlatCap)
2458M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002459L: linux-ntfs-dev@lists.sourceforge.net
2460W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461S: Maintained
2462
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002463LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2464P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002465M: Eric.Moore@lsi.com
2466M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002467L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002468L: linux-scsi@vger.kernel.org
2469W: http://www.lsilogic.com/support
2470S: Supported
2471
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2473P: Matthew Wilcox
2474M: matthew@wil.cx
2475L: linux-scsi@vger.kernel.org
2476S: Maintained
2477
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002478M32R ARCHITECTURE
2479P: Hirokazu Takata
2480M: takata@linux-m32r.org
2481L: linux-m32r@ml.linux-m32r.org
2482L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2483W: http://www.linux-m32r.org/
2484S: Maintained
2485
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486M68K ARCHITECTURE
2487P: Geert Uytterhoeven
2488M: geert@linux-m68k.org
2489P: Roman Zippel
2490M: zippel@linux-m68k.org
2491L: linux-m68k@lists.linux-m68k.org
2492W: http://www.linux-m68k.org/
2493W: http://linux-m68k-cvs.ubb.ca/
2494S: Maintained
2495
2496M68K ON APPLE MACINTOSH
2497P: Joshua Thompson
2498M: funaho@jurai.org
2499W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002500L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501S: Maintained
2502
2503M68K ON HP9000/300
2504P: Philip Blundell
2505M: philb@gnu.org
2506W: http://www.tazenda.demon.co.uk/phil/linux-hp
2507S: Maintained
2508
Jiri Benc64a327a2007-05-05 11:47:08 -07002509MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002510P: Michael Wu
2511M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002512P: Johannes Berg
2513M: johannes@sipsolutions.net
2514P: Jiri Benc
2515M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002516L: linux-wireless@vger.kernel.org
2517W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002518T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002519S: Maintained
2520
Stefano Brivio1036d862007-12-23 04:46:27 +01002521MAC80211 PID RATE CONTROL
2522P: Stefano Brivio
2523M: stefano.brivio@polimi.it
2524P: Mattias Nissler
2525M: mattias.nissler@gmx.de
2526L: linux-wireless@vger.kernel.org
2527W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2528T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2529S: Maintained
2530
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002531MACVLAN DRIVER
2532P: Patrick McHardy
2533M: kaber@trash.net
2534L: netdev@vger.kernel.org
2535S: Maintained
2536
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537MARVELL YUKON / SYSKONNECT DRIVER
2538P: Mirko Lindner
2539M: mlindner@syskonnect.de
2540P: Ralph Roesler
2541M: rroesler@syskonnect.de
2542W: http://www.syskonnect.com
2543S: Supported
2544
Michael Kerriskfaf16682005-07-31 22:34:47 -07002545MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002546P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002547M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002548W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2549S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002550
Stefano Brivio74cda162007-11-19 20:27:46 +01002551MARVELL LIBERTAS WIRELESS DRIVER
2552P: Dan Williams
2553M: dcbw@redhat.com
2554L: libertas-dev@lists.infradead.org
2555S: Maintained
2556
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002557MARVELL MV643XX ETHERNET DRIVER
2558P: Dale Farnsworth
2559M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002561M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002562L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002563S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
2565MATROX FRAMEBUFFER DRIVER
2566P: Petr Vandrovec
2567M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002568L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569S: Maintained
2570
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002571MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2572P: Hans J. Koch
2573M: hjk@linutronix.de
2574L: lm-sensors@lm-sensors.org
2575S: Maintained
2576
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002577MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002578P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002579M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002580S: linux-scsi@vger.kernel.org
2581W: http://megaraid.lsilogic.com
2582S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002583
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002584MEMORY MANAGEMENT
2585L: linux-mm@kvack.org
2586L: linux-kernel@vger.kernel.org
2587W: http://www.linux-mm.org
2588S: Maintained
2589
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002590MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591P: David Woodhouse
2592M: dwmw2@infradead.org
2593W: http://www.linux-mtd.infradead.org/
2594L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002595T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596S: Maintained
2597
Artem Bityutskiy48576402007-02-13 17:11:10 +02002598UNSORTED BLOCK IMAGES (UBI)
2599P: Artem Bityutskiy
2600M: dedekind@infradead.org
2601W: http://www.linux-mtd.infradead.org/
2602L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002603T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002604S: Maintained
2605
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606MICROTEK X6 SCANNER
2607P: Oliver Neukum
2608M: oliver@neukum.name
2609S: Maintained
2610
2611MIPS
2612P: Ralf Baechle
2613M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002614W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002616T: git www.linux-mips.org:/pub/scm/linux.git
2617S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618
2619MISCELLANEOUS MCA-SUPPORT
2620P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002621M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622L: linux-kernel@vger.kernel.org
2623S: Maintained
2624
2625MODULE SUPPORT
2626P: Rusty Russell
2627M: rusty@rustcorp.com.au
2628L: linux-kernel@vger.kernel.org
2629S: Maintained
2630
2631MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2632P: Stelian Pop
2633M: stelian@popies.net
2634W: http://popies.net/meye/
2635S: Maintained
2636
Pavel Pisac58ff042007-05-16 01:10:41 +02002637MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2638P: Pavel Pisa
2639M: ppisa@pikron.com
2640L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2641W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644MOUSE AND MISC DEVICES [GENERAL]
2645P: Alessandro Rubini
2646M: rubini@ipvvis.unipv.it
2647L: linux-kernel@vger.kernel.org
2648S: Maintained
2649
Jiri Slabyd7354102006-12-08 02:38:35 -08002650MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2651P: Jiri Slaby
2652M: jirislaby@gmail.com
2653L: linux-kernel@vger.kernel.org
2654S: Maintained
2655
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002656MSI LAPTOP SUPPORT
2657P: Lennart Poettering
2658M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002659W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002660W: http://0pointer.de/lennart/tchibo.html
2661S: Maintained
2662
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002663MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002664P: Pierre Ossman
2665M: drzeus-mmc@drzeus.cx
2666L: linux-kernel@vger.kernel.org
2667S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002668
David Brownell15a05802007-08-08 09:12:54 -07002669MULTIMEDIA CARD (MMC) ETC. OVER SPI
2670P: David Brownell
2671M: dbrownell@users.sourceforge.net
2672L: linux-kernel@vger.kernel.org
2673S: Odd fixes
2674
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675MULTISOUND SOUND DRIVER
2676P: Andrew Veliath
2677M: andrewtv@usa.net
2678S: Maintained
2679
Jiri Slabyd7354102006-12-08 02:38:35 -08002680MULTITECH MULTIPORT CARD (ISICOM)
2681P: Jiri Slaby
2682M: jirislaby@gmail.com
2683L: linux-kernel@vger.kernel.org
2684S: Maintained
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686NATSEMI ETHERNET DRIVER (DP8381x)
2687P: Tim Hockin
2688M: thockin@hockin.org
2689S: Maintained
2690
2691NCP FILESYSTEM
2692P: Petr Vandrovec
2693M: vandrove@vc.cvut.cz
2694L: linware@sh.cvut.cz
2695S: Maintained
2696
2697NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2698P: James E.J. Bottomley
2699M: James.Bottomley@HansenPartnership.com
2700L: linux-scsi@vger.kernel.org
2701S: Maintained
2702
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002703NETEFFECT IWARP RNIC DRIVER (IW_NES)
2704P: Faisal Latif
2705M: flatif@neteffect.com
2706P: Glenn Streiff
2707M: gstreiff@neteffect.com
2708L: general@lists.openfabrics.org
2709W: http://www.neteffect.com
2710S: Supported
2711F: drivers/infiniband/hw/nes/
2712
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002713NETEM NETWORK EMULATOR
2714P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002715M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002716L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002717S: Maintained
2718
Jiri Slaby4a584482007-08-30 23:56:39 -07002719NETERION (S2IO) Xframe 10GbE DRIVER
2720P: Ramkrishna Vepa
2721M: ram.vepa@neterion.com
2722P: Rastapur Santosh
2723M: santosh.rastapur@neterion.com
2724P: Sivakumar Subramani
2725M: sivakumar.subramani@neterion.com
2726P: Sreenivasa Honnur
2727M: sreenivasa.honnur@neterion.com
2728L: netdev@vger.kernel.org
2729W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2730S: Supported
2731
Linus Torvalds1da177e2005-04-16 15:20:36 -07002732NETFILTER/IPTABLES/IPCHAINS
2733P: Rusty Russell
2734P: Marc Boucher
2735P: James Morris
2736P: Harald Welte
2737P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002738P: Patrick McHardy
2739M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002740L: netfilter-devel@vger.kernel.org
2741L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002742L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743W: http://www.netfilter.org/
2744W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745S: Supported
2746
Paul Moore4cc67732006-09-25 15:57:13 -07002747NETLABEL
2748P: Paul Moore
2749M: paul.moore@hp.com
2750W: http://netlabel.sf.net
2751L: netdev@vger.kernel.org
2752S: Supported
2753
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754NETROM NETWORK LAYER
2755P: Ralf Baechle
2756M: ralf@linux-mips.org
2757L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002758W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002761NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762P: Paul Clements
2763M: Paul.Clements@steeleye.com
2764S: Maintained
2765
2766NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767P: Jeff Garzik
2768M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002769L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002770T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771S: Maintained
2772
2773NETWORKING [GENERAL]
2774P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002775M: netdev@vger.kernel.org
2776L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002777W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778S: Maintained
2779
2780NETWORKING [IPv4/IPv6]
2781P: David S. Miller
2782M: davem@davemloft.net
2783P: Alexey Kuznetsov
2784M: kuznet@ms2.inr.ac.ru
2785P: Pekka Savola (ipv6)
2786M: pekkas@netcore.fi
2787P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002788M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789P: Hideaki YOSHIFUJI
2790M: yoshfuji@linux-ipv6.org
2791P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002792M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002793L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002794T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795S: Maintained
2796
James Morris10e2ff12007-08-25 14:41:28 -07002797NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2798P: Paul Moore
2799M: paul.moore@hp.com
2800L: netdev@vger.kernel.org
2801S: Maintained
2802
John W. Linville29f8f632006-01-18 14:52:48 -08002803NETWORKING [WIRELESS]
2804P: John W. Linville
2805M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002806L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002807T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2808S: Maintained
2809
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002810NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002811P: Dhananjay Phadke
2812M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002813L: netdev@vger.kernel.org
2814W: http://www.netxen.com
2815S: Supported
2816
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817IPVS
2818P: Wensong Zhang
2819M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002820P: Simon Horman
2821M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822P: Julian Anastasov
2823M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002824L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825S: Maintained
2826
2827NFS CLIENT
2828P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002829M: Trond.Myklebust@netapp.com
2830L: linux-nfs@vger.kernel.org
2831W: http://client.linux-nfs.org
2832T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833S: Maintained
2834
2835NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002836P: Jan-Pascal van Best
2837M: janpascal@vanbest.org
2838P: Andreas Mohr
2839M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002840L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841S: Maintained
2842
2843NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2844P: YOKOTA Hiroshi
2845M: yokota@netlab.is.tsukuba.ac.jp
2846W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2847S: Maintained
2848
2849NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2850P: GOTO Masanori
2851M: gotom@debian.or.jp
2852P: YOKOTA Hiroshi
2853M: yokota@netlab.is.tsukuba.ac.jp
2854W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2855S: Maintained
2856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857NTFS FILESYSTEM
2858P: Anton Altaparmakov
2859M: aia21@cantab.net
2860L: linux-ntfs-dev@lists.sourceforge.net
2861L: linux-kernel@vger.kernel.org
2862W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002863T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864S: Maintained
2865
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002866NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002867P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002868M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002869L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002870S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002872OPENCORES I2C BUS DRIVER
2873P: Peter Korsgaard
2874M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002875L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002876S: Maintained
2877
Mark Fashehccd979b2005-12-15 14:31:24 -08002878ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2879P: Mark Fasheh
2880M: mark.fasheh@oracle.com
2881P: Kurt Hackel
2882M: kurt.hackel@oracle.com
2883L: ocfs2-devel@oss.oracle.com
2884W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002885S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002886
Harald Weltec1986ee2005-11-13 16:06:29 -08002887OMNIKEY CARDMAN 4000 DRIVER
2888P: Harald Welte
2889M: laforge@gnumonks.org
2890S: Maintained
2891
Harald Welte77c44ab2005-11-13 16:06:26 -08002892OMNIKEY CARDMAN 4040 DRIVER
2893P: Harald Welte
2894M: laforge@gnumonks.org
2895S: Maintained
2896
Jonathan Corbet77d51402007-03-22 19:44:17 -03002897OMNIVISION OV7670 SENSOR DRIVER
2898P: Jonathan Corbet
2899M: corbet@lwn.net
2900L: video4linux-list@redhat.com
2901S: Maintained
2902
Thomas Gleixner431bca72007-05-02 09:31:35 +02002903ONENAND FLASH DRIVER
2904P: Kyungmin Park
2905M: kyungmin.park@samsung.com
2906L: linux-mtd@lists.infradead.org
2907S: Maintained
2908
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909ONSTREAM SCSI TAPE DRIVER
2910P: Willem Riede
2911M: osst@riede.org
2912L: osst-users@lists.sourceforge.net
2913L: linux-scsi@vger.kernel.org
2914S: Maintained
2915
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916OPROFILE
2917P: Philippe Elie
2918M: phil.el@wanadoo.fr
2919L: oprofile-list@lists.sf.net
2920S: Maintained
2921
2922ORINOCO DRIVER
2923P: Pavel Roskin
2924M: proski@gnu.org
2925P: David Gibson
2926M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002927L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002928L: orinoco-users@lists.sourceforge.net
2929L: orinoco-devel@lists.sourceforge.net
2930W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931S: Maintained
2932
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002933PA SEMI ETHERNET DRIVER
2934P: Olof Johansson
2935M: olof@lixom.net
2936L: netdev@vger.kernel.org
2937S: Maintained
2938
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002939PA SEMI SMBUS DRIVER
2940P: Olof Johansson
2941M: olof@lixom.net
2942L: i2c@lm-sensors.org
2943S: Maintained
2944
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002946L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002947S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948
2949PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2950P: Tim Waugh
2951M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002952L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953W: http://www.torque.net/linux-pp.html
2954S: Maintained
2955
2956PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002957P: Kyle McMartin
2958M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959P: Matthew Wilcox
2960M: matthew@wil.cx
2961P: Grant Grundler
2962M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002963L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002965T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966S: Maintained
2967
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002968PARAVIRT_OPS INTERFACE
2969P: Jeremy Fitzhardinge
2970M: jeremy@xensource.com
2971P: Chris Wright
2972M: chrisw@sous-sol.org
2973P: Zachary Amsden
2974M: zach@vmware.com
2975P: Rusty Russell
2976M: rusty@rustcorp.com.au
2977L: virtualization@lists.osdl.org
2978L: linux-kernel@vger.kernel.org
2979S: Supported
2980
Jim Cromie1662d322006-10-06 00:43:59 -07002981PC87360 HARDWARE MONITORING DRIVER
2982P: Jim Cromie
2983M: jim.cromie@gmail.com
2984L: lm-sensors@lm-sensors.org
2985S: Maintained
2986
2987PC8736x GPIO DRIVER
2988P: Jim Cromie
2989M: jim.cromie@gmail.com
2990S: Maintained
2991
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002992PCI ERROR RECOVERY
2993P: Linas Vepstas
2994M: linas@austin.ibm.com
2995L: linux-kernel@vger.kernel.org
2996L: linux-pci@atrey.karlin.mff.cuni.cz
2997S: Supported
2998
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999PCI SUBSYSTEM
3000P: Greg Kroah-Hartman
3001M: gregkh@suse.de
3002L: linux-kernel@vger.kernel.org
3003L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08003004T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005S: Supported
3006
3007PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003008P: Kristen Carlson Accardi
3009M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010S: Supported
3011
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003012PCIE HOTPLUG DRIVER
3013P: Kristen Carlson Accardi
3014M: kristen.c.accardi@intel.com
3015L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003016S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003017
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003019P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003020L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003021W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003022T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003023S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024
3025PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003026P: Don Fry
3027M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003028L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029S: Maintained
3030
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003031PER-TASK DELAY ACCOUNTING
3032P: Shailabh Nagar
3033M: nagar@watson.ibm.com
3034L: linux-kernel@vger.kernel.org
3035S: Maintained
3036
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003037PERSONALITY HANDLING
3038P: Christoph Hellwig
3039M: hch@infradead.org
3040L: linux-abi-devel@lists.sourceforge.net
3041S: Maintained
3042
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003044P: Joern Engel
3045M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046L: linux-mtd@lists.infradead.org
3047S: Maintained
3048
Peter Osterlund249a6772005-09-27 21:45:30 -07003049PKTCDVD DRIVER
3050P: Peter Osterlund
3051M: petero2@telia.com
3052L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003053S: Maintained
3054
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003056P: Thomas Gleixner
3057M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003058L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059S: Supported
3060
Anton Vorontsov3be86142007-07-15 04:43:36 +04003061POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3062P: Anton Vorontsov
3063M: cbou@mail.ru
3064P: David Woodhouse
3065M: dwmw2@infradead.org
3066L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003067T: git git.infradead.org/battery-2.6.git
3068S: Maintained
3069
Eugene Surovegin24682972005-10-14 03:00:53 -07003070POWERPC 4xx EMAC DRIVER
3071P: Eugene Surovegin
3072M: ebs@ebshome.net
3073W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003074L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003075L: netdev@vger.kernel.org
3076S: Maintained
3077
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078PNP SUPPORT
3079P: Adam Belay
3080M: ambx1@neo.rr.com
3081S: Maintained
3082
Vitaly Wool999445d2007-01-04 13:07:03 +01003083PNXxxxx I2C DRIVER
3084P: Vitaly Wool
3085M: vitalywool@gmail.com
3086L: i2c@lm-sensors.org
3087S: Maintained
3088
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089PPP PROTOCOL DRIVERS AND COMPRESSORS
3090P: Paul Mackerras
3091M: paulus@samba.org
3092L: linux-ppp@vger.kernel.org
3093S: Maintained
3094
3095PPP OVER ATM (RFC 2364)
3096P: Mitchell Blank Jr
3097M: mitch@sfgoth.com
3098S: Maintained
3099
3100PPP OVER ETHERNET
3101P: Michal Ostrowski
3102M: mostrows@speakeasy.net
3103S: Maintained
3104
James Chapmana6d23702007-06-27 15:53:17 -07003105PPP OVER L2TP
3106P: James Chapman
3107M: jchapman@katalix.com
3108S: Maintained
3109
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110PREEMPTIBLE KERNEL
3111P: Robert Love
3112M: rml@tech9.net
3113L: linux-kernel@vger.kernel.org
3114L: kpreempt-tech@lists.sourceforge.net
3115W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3116S: Supported
3117
Michael Wueff1a592007-09-25 18:11:01 -07003118P54 WIRELESS DRIVER
3119P: Michael Wu
3120M: flamingice@sourmilk.net
3121L: linux-wireless@vger.kernel.org
3122W: http://prism54.org
3123T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3124S: Maintained
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003127P: Luis R. Rodriguez
3128M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003129L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130W: http://prism54.org
3131S: Maintained
3132
3133PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3134P: Peter Denison
3135M: promise@pnd-pc.demon.co.uk
3136W: http://www.pnd-pc.demon.co.uk/promise/
3137S: Maintained
3138
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003139PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3140P: Mikael Pettersson
3141M: mikpe@it.uu.se
3142L: linux-ide@vger.kernel.org
3143S: Maintained
3144
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003145PS3 NETWORK SUPPORT
3146P: Masakazu Mokuno
3147M: mokuno@sm.sony.co.jp
3148L: netdev@vger.kernel.org
3149L: cbe-oss-dev@ozlabs.org
3150S: Supported
3151
Geoff Levandf58a9d12006-11-23 00:46:51 +01003152PS3 PLATFORM SUPPORT
3153P: Geoff Levand
3154M: geoffrey.levand@am.sony.com
3155L: linuxppc-dev@ozlabs.org
3156L: cbe-oss-dev@ozlabs.org
3157S: Supported
3158
Michael Krufky83202042006-07-03 00:24:18 -07003159PVRUSB2 VIDEO4LINUX DRIVER
3160P: Mike Isely
3161M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003162L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003163L: video4linux-list@redhat.com
3164W: http://www.isely.net/pvrusb2/
3165S: Maintained
3166
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167PXA2xx SUPPORT
3168P: Nicolas Pitre
3169M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003170L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171S: Maintained
3172
Pierre Ossman272f1332007-05-14 21:25:26 +02003173PXA MMCI DRIVER
3174S: Orphan
3175
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176QLOGIC QLA2XXX FC-SCSI DRIVER
3177P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003178M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179L: linux-scsi@vger.kernel.org
3180S: Supported
3181
Ron Mercer5a4faa82006-07-25 00:40:21 -07003182QLOGIC QLA3XXX NETWORK DRIVER
3183P: Ron Mercer
3184M: linux-driver@qlogic.com
3185L: netdev@vger.kernel.org
3186S: Supported
3187
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188QNX4 FILESYSTEM
3189P: Anders Larsen
3190M: al@alarsen.net
3191L: linux-kernel@vger.kernel.org
3192W: http://www.alarsen.net/linux/qnx4fs/
3193S: Maintained
3194
3195RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003196P: Benjamin Herrenschmidt
3197M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003198L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199S: Maintained
3200
3201RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003202P: Paul Mackerras
3203M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003204L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Maintained
3206
3207RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3208P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003209M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003210L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Maintained
3212
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003213RALINK RT2X00 WLAN DRIVER
3214P: rt2x00 project
3215L: linux-wireless@vger.kernel.org
3216L: rt2400-devel@lists.sourceforge.net
3217W: http://rt2x00.serialmonkey.com/
3218S: Maintained
3219F: drivers/net/wireless/rt2x00/
3220
Matt Mackall9e95ce22005-04-16 15:25:56 -07003221RANDOM NUMBER DRIVER
3222P: Matt Mackall
3223M: mpm@selenic.com
3224S: Maintained
3225
Matt Porter394b7012005-11-07 01:00:15 -08003226RAPIDIO SUBSYSTEM
3227P: Matt Porter
3228M: mporter@kernel.crashing.org
3229L: linux-kernel@vger.kernel.org
3230S: Maintained
3231
Florian Fainellic1f766b2008-02-06 22:39:44 +01003232RDC R-321X SoC
3233P: Florian Fainelli
3234M: florian.fainelli@telecomint.eu
3235L: linux-kernel@vger.kernel.org
3236S: Maintained
3237
Florian Fainellidb17f392007-12-19 11:30:30 +01003238RDC R6040 FAST ETHERNET DRIVER
3239P: Florian Fainelli
3240M: florian.fainelli@telecomint.eu
3241L: netdev@vger.kernel.org
3242S: Maintained
3243
Josh Triplett595182b2006-10-04 02:17:21 -07003244READ-COPY UPDATE (RCU)
3245P: Dipankar Sarma
3246M: dipankar@in.ibm.com
3247W: http://www.rdrop.com/users/paulmck/rclock/
3248L: linux-kernel@vger.kernel.org
3249S: Supported
3250
3251RCUTORTURE MODULE
3252P: Josh Triplett
3253M: josh@freedesktop.org
3254L: linux-kernel@vger.kernel.org
3255S: Maintained
3256
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257REAL TIME CLOCK DRIVER
3258P: Paul Gortmaker
3259M: p_gortmaker@yahoo.com
3260L: linux-kernel@vger.kernel.org
3261S: Maintained
3262
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003263REAL TIME CLOCK (RTC) SUBSYSTEM
3264P: Alessandro Zummo
3265M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003266L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003267S: Maintained
3268
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269REISERFS FILE SYSTEM
3270P: Hans Reiser
3271M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003272L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273W: http://www.namesys.com
3274S: Supported
3275
3276ROCKETPORT DRIVER
3277P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278W: http://www.comtrol.com
3279S: Maintained
3280
3281ROSE NETWORK LAYER
3282P: Ralf Baechle
3283M: ralf@linux-mips.org
3284L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003285W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286S: Maintained
3287
3288RISCOM8 DRIVER
3289S: Orphan
3290
Michael Wu605bebe2007-05-14 01:41:02 -04003291RTL818X WIRELESS DRIVER
3292P: Michael Wu
3293M: flamingice@sourmilk.net
3294P: Andrea Merello
3295M: andreamrl@tiscali.it
3296L: linux-wireless@vger.kernel.org
3297W: http://linuxwireless.org/
3298T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3299S: Maintained
3300
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003301S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003302P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003303M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003304L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003305S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003306
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307S390
3308P: Martin Schwidefsky
3309M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003310P: Heiko Carstens
3311M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003313L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003314W: http://www.ibm.com/developerworks/linux/linux390/
3315S: Supported
3316
3317S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003318P: Ursula Braun
3319M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003320P: Frank Blaschka
3321M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003322M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003323L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003324W: http://www.ibm.com/developerworks/linux/linux390/
3325S: Supported
3326
3327S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003328P: Christof Schmitt
3329M: christof.schmitt@de.ibm.com
3330P: Martin Peschke
3331M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003332M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003333L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003334W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335S: Supported
3336
Ursula Braundd96df22007-09-19 13:09:02 +02003337S390 IUCV NETWORK LAYER
3338P: Ursula Braun
3339M: ubraun@linux.vnet.ibm.com
3340M: linux390@de.ibm.com
3341L: linux-s390@vger.kernel.org
3342W: http://www.ibm.com/developerworks/linux/linux390/
3343S: Supported
3344
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345SAA7146 VIDEO4LINUX-2 DRIVER
3346P: Michael Hunold
3347M: michael@mihu.de
3348W: http://www.mihu.de/linux/saa7146
3349S: Maintained
3350
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351SC1200 WDT DRIVER
3352P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003353M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354S: Maintained
3355
3356SCHEDULER
3357P: Ingo Molnar
3358M: mingo@elte.hu
3359P: Robert Love [the preemptible kernel bits]
3360M: rml@tech9.net
3361L: linux-kernel@vger.kernel.org
3362S: Maintained
3363
3364SCSI CDROM DRIVER
3365P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003366M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367L: linux-scsi@vger.kernel.org
3368W: http://www.kernel.dk
3369S: Maintained
3370
3371SCSI SG DRIVER
3372P: Doug Gilbert
3373M: dgilbert@interlog.com
3374L: linux-scsi@vger.kernel.org
3375W: http://www.torque.net/sg
3376S: Maintained
3377
3378SCSI SUBSYSTEM
3379P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003380M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003382T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003383T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3384T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385S: Maintained
3386
3387SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003388P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389M: Kai.Makisara@kolumbus.fi
3390L: linux-scsi@vger.kernel.org
3391S: Maintained
3392
3393SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003394P: Vlad Yasevich
3395M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003396P: Sridhar Samudrala
3397M: sri@us.ibm.com
3398L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003399W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003400S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401
3402SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003403P: Jim Cromie
3404M: jim.cromie@gmail.com
3405S: Odd Fixes
3406
3407SCx200 GPIO DRIVER
3408P: Jim Cromie
3409M: jim.cromie@gmail.com
3410S: Maintained
3411
3412SCx200 HRT CLOCKSOURCE DRIVER
3413P: Jim Cromie
3414M: jim.cromie@gmail.com
3415S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416
3417SECURITY CONTACT
3418P: Security Officers
3419M: security@kernel.org
3420S: Supported
3421
3422SELINUX SECURITY MODULE
3423P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003424M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003426M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003427P: Eric Paris
3428M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003430L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431W: http://www.nsa.gov/selinux
3432S: Supported
3433
Jiri Slabycef2cf02007-05-08 00:31:45 -07003434SENSABLE PHANTOM
3435P: Jiri Slaby
3436M: jirislaby@gmail.com
3437S: Maintained
3438
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439SERIAL ATA (SATA) SUBSYSTEM:
3440P: Jeff Garzik
3441M: jgarzik@pobox.com
3442L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003443T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444S: Supported
3445
3446SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3447P: Pat Gefre
3448M: pfg@sgi.com
3449L: linux-ia64@vger.kernel.org
3450S: Supported
3451
3452SGI VISUAL WORKSTATION 320 AND 540
3453P: Andrey Panin
3454M: pazke@donpac.ru
3455L: linux-visws-devel@lists.sf.net
3456W: http://linux-visws.sf.net
3457S: Maintained for 2.6.
3458
3459SIMTEC EB110ATX (Chalice CATS)
3460P: Ben Dooks
3461P: Vincent Sanders
3462M: support@simtec.co.uk
3463W: http://www.simtec.co.uk/products/EB110ATX/
3464S: Supported
3465
3466SIMTEC EB2410ITX (BAST)
3467P: Ben Dooks
3468P: Vincent Sanders
3469M: support@simtec.co.uk
3470W: http://www.simtec.co.uk/products/EB2410ITX/
3471S: Supported
3472
Francois Romieu92aab3c2005-07-30 13:11:18 +02003473SIS 190 ETHERNET DRIVER
3474P: Francois Romieu
3475M: romieu@fr.zoreil.com
3476L: netdev@vger.kernel.org
3477S: Maintained
3478
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479SIS 5513 IDE CONTROLLER DRIVER
3480P: Lionel Bouton
3481M: Lionel.Bouton@inet6.fr
3482W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3483W: http://gyver.homeip.net/sis5513/index.html
3484S: Maintained
3485
3486SIS 900/7016 FAST ETHERNET DRIVER
3487P: Daniele Venzano
3488M: venza@brownhat.org
3489W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003490L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491S: Maintained
3492
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003493SIS 96X I2C/SMBUS DRIVER
3494P: Mark M. Hoffman
3495M: mhoffman@lightlink.com
3496L: lm-sensors@lm-sensors.org
3497S: Maintained
3498
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499SIS FRAMEBUFFER DRIVER
3500P: Thomas Winischhofer
3501M: thomas@winischhofer.net
3502W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003503S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504
3505SIS USB2VGA DRIVER
3506P: Thomas Winischhofer
3507M: thomas@winischhofer.net
3508W: http://www.winischhofer.at/linuxsisusbvga.shtml
3509S: Maintained
3510
Christoph Lameter415ad262007-07-26 10:40:56 -07003511SLAB ALLOCATOR
3512P: Christoph Lameter
3513M: clameter@sgi.com
3514P: Pekka Enberg
3515M: penberg@cs.helsinki.fi
3516L: linux-mm@kvack.org
3517S: Maintained
3518
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519SMC91x ETHERNET DRIVER
3520P: Nicolas Pitre
3521M: nico@cam.org
3522S: Maintained
3523
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003524SMSC47B397 HARDWARE MONITOR DRIVER
3525P: Mark M. Hoffman
3526M: mhoffman@lightlink.com
3527L: lm-sensors@lm-sensors.org
3528S: Maintained
3529
Daniel Drake8f0f8502006-07-18 22:00:25 +01003530SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003531P: Daniel Drake
3532M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003533L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003534S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003535
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536SOFTWARE RAID (Multiple Disks) SUPPORT
3537P: Ingo Molnar
3538M: mingo@redhat.com
3539P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003540M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003541L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003542S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543
Pavel Machek95a631e2007-07-19 01:47:42 -07003544HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545P: Pavel Machek
3546M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003547P: Rafael J. Wysocki
3548M: rjw@sisk.pl
3549L: linux-pm@lists.linux-foundation.org
3550S: Supported
3551
3552SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003553P: Len Brown
3554M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003555P: Pavel Machek
3556M: pavel@suse.cz
3557P: Rafael J. Wysocki
3558M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003559L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003560S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561
3562SONIC NETWORK DRIVER
3563P: Thomas Bogendoerfer
3564M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003565L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566S: Maintained
3567
Michael Buesch61e115a2007-09-18 15:12:50 -04003568SONICS SILICON BACKPLANE DRIVER (SSB)
3569P: Michael Buesch
3570M: mb@bu3sch.de
3571L: netdev@vger.kernel.org
3572S: Maintained
3573
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003575P: Mattia Dongili
3576M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003577L: linux-acpi@vger.kernel.org
3578W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579S: Maintained
3580
3581SOUND
3582P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003583M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003584L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585S: Maintained
3586
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003587SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3588P: Liam Girdwood
3589M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003590P: Mark Brown
3591M: broonie@opensource.wolfsonmicro.com
3592T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003593L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003594S: Supported
3595
Kumar Gala025c3982006-04-02 16:05:54 -05003596SPI SUBSYSTEM
3597P: David Brownell
3598M: dbrownell@users.sourceforge.net
3599L: spi-devel-general@lists.sourceforge.net
3600S: Maintained
3601
Steven Rostedt855f46a2006-08-05 12:14:50 -07003602STABLE BRANCH:
3603P: Greg Kroah-Hartman
3604M: greg@kroah.com
3605P: Chris Wright
3606M: chrisw@sous-sol.org
3607L: stable@kernel.org
3608S: Maintained
3609
Kylene Hall1c72d462005-05-01 08:59:13 -07003610TPM DEVICE DRIVER
3611P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003612M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003613W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003614P: Marcel Selhorst
3615M: tpm@selhorst.net
3616W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003617L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003618S: Maintained
3619
Mark Gross1a80ba82005-10-30 15:02:55 -08003620Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003621P: Mark Gross
3622M: mark.gross@intel.com
3623S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003624
Chris Zankel48b415c2005-06-23 22:01:07 -07003625TENSILICA XTENSA PORT (xtensa):
3626P: Chris Zankel
3627M: chris@zankel.net
3628S: Maintained
3629
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003630THINKPAD ACPI EXTRAS DRIVER
3631P: Henrique de Moraes Holschuh
3632M: ibm-acpi@hmh.eng.br
3633L: ibm-acpi-devel@lists.sourceforge.net
3634W: http://ibm-acpi.sourceforge.net
3635W: http://thinkwiki.org/wiki/Ibm-acpi
3636T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3637S: Maintained
3638
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639UltraSPARC (sparc64):
3640P: David S. Miller
3641M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003643T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644S: Maintained
3645
3646SHARP LH SUPPORT (LH7952X & LH7A40X)
3647P: Marc Singer
3648M: elf@buici.com
3649W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003650L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651S: Maintained
3652
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003653SHPC HOTPLUG DRIVER
3654P: Kristen Carlson Accardi
3655M: kristen.c.accardi@intel.com
3656L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003657S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003658
Pierre Ossmand129bce2006-03-24 03:18:17 -08003659SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3660P: Pierre Ossman
3661M: drzeus-sdhci@drzeus.cx
3662L: sdhci-devel@list.drzeus.cx
3663W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3664S: Maintained
3665
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003666SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3667P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003668M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003669L: netdev@vger.kernel.org
3670S: Maintained
3671
Chris Boot1a87d942006-07-10 04:45:34 -07003672SOEKRIS NET48XX LED SUPPORT
3673P: Chris Boot
3674M: bootc@bootc.net
3675S: Maintained
3676
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677SPARC (sparc32):
3678P: William L. Irwin
3679M: wli@holomorphy.com
3680L: sparclinux@vger.kernel.org
3681S: Maintained
3682
3683SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3684P: Roger Wolff
3685M: R.E.Wolff@BitWizard.nl
3686L: linux-kernel@vger.kernel.org ?
3687S: Supported
3688
Jim Lewis2752e402006-09-29 02:01:19 -07003689SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003690P: Ishizaki Kou
3691M: kou.ishizaki@toshiba.co.jp
3692P: Jens Osterkamp
3693M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003694L: netdev@vger.kernel.org
3695S: Supported
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697SRM (Alpha) environment access
3698P: Jan-Benedict Glaw
3699M: jbglaw@lug-owl.de
3700L: linux-kernel@vger.kernel.org
3701S: Maintained
3702
3703STARFIRE/DURALAN NETWORK DRIVER
3704P: Ion Badulescu
3705M: ionut@cs.columbia.edu
3706S: Maintained
3707
3708STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3709W: http://mosquitonet.Stanford.EDU/strip.html
3710S: Unsupported ?
3711
3712STRADIS MPEG-2 DECODER DRIVER
3713P: Nathan Laredo
3714M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715W: http://www.stradis.com/
3716S: Maintained
3717
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003718SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719P: Paul Mundt
3720M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003721L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003723T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724S: Maintained
3725
3726SUN3/3X
3727P: Sam Creasey
3728M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729W: http://sammy.net/sun3/
3730S: Maintained
3731
3732SVGA HANDLING
3733P: Martin Mares
3734M: mj@ucw.cz
3735L: linux-video@atrey.karlin.mff.cuni.cz
3736S: Maintained
3737
3738SYSV FILESYSTEM
3739P: Christoph Hellwig
3740M: hch@infradead.org
3741S: Maintained
3742
Stephen Hemminger781b4562006-07-10 20:25:29 -07003743TC CLASSIFIER
3744P: Jamal Hadi Salim
3745M: hadi@cyberus.ca
3746L: netdev@vger.kernel.org
3747S: Maintained
3748
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003749TCP LOW PRIORITY MODULE
3750P: Wong Hoi Sing, Edison
3751M: hswong3i@gmail.com
3752P: Hung Hing Lun, Mike
3753M: hlhung3i@gmail.com
3754W: http://tcp-lp-mod.sourceforge.net/
3755S: Maintained
3756
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003757TEHUTI ETHERNET DRIVER
3758P: Alexander Indenbaum
3759M: baum@tehutinetworks.net
3760P: Andy Gospodarek
3761M: andy@greyhouse.net
3762L: netdev@vger.kernel.org
3763S: Supported
3764
Alex Dubov4020f2d2006-10-04 02:15:37 -07003765TI FLASH MEDIA INTERFACE DRIVER
3766P: Alex Dubov
3767M: oakad@yahoo.com
3768S: Maintained
3769
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003770TI OMAP MMC INTERFACE DRIVER
3771P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003772M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003773W: http://linux.omap.com
3774W: http://www.muru.com/linux/omap/
3775S: Maintained
3776
Michael Buesch844dd052006-06-26 00:24:59 -07003777TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3778P: Deepak Saxena
3779M: dsaxena@plexity.net
3780S: Maintained
3781
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003782TASKSTATS STATISTICS INTERFACE
3783P: Shailabh Nagar
3784M: nagar@watson.ibm.com
3785L: linux-kernel@vger.kernel.org
3786S: Maintained
3787
Per Lidene86eaa32006-01-12 16:45:18 +01003788TIPC NETWORK LAYER
3789P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003790M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003791P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003792M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003793P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003794M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003795L: tipc-discussion@lists.sourceforge.net
3796W: http://tipc.sourceforge.net/
3797W: http://tipc.cslab.ericsson.net/
3798T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3799S: Maintained
3800
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801TLAN NETWORK DRIVER
3802P: Samuel Chessman
3803M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003804L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805W: http://sourceforge.net/projects/tlan/
3806S: Maintained
3807
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808TOSHIBA ACPI EXTRAS DRIVER
3809P: John Belmonte
3810M: toshiba_acpi@memebeam.org
3811W: http://memebeam.org/toys/ToshibaAcpiDriver
3812S: Maintained
3813
3814TOSHIBA SMM DRIVER
3815P: Jonathan Buzzard
3816M: jonathan@buzzard.org.uk
3817L: tlinux-users@tce.toshiba-dme.co.jp
3818W: http://www.buzzard.org.uk/toshiba/
3819S: Maintained
3820
3821TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3822P: Muli Ben-Yehuda
3823M: mulix@mulix.org
3824L: linux-kernel@vger.kernel.org
3825S: Maintained
3826
3827TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003828P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003829M: trivial@kernel.org
3830L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831S: Maintained
3832
3833TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834L: tulip-users@lists.sourceforge.net
3835W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003836S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837
3838TUN/TAP driver
3839P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003840M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841L: vtun@office.satix.net
3842W: http://vtun.sourceforge.net/tun
3843S: Maintained
3844
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003845TURBOCHANNEL SUBSYSTEM
3846P: Maciej W. Rozycki
3847M: macro@linux-mips.org
3848S: Maintained
3849
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850U14-34F SCSI DRIVER
3851P: Dario Ballabio
3852M: ballabio_dario@emc.com
3853L: linux-scsi@vger.kernel.org
3854S: Maintained
3855
3856UDF FILESYSTEM
3857P: Ben Fennema
3858M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003859W: http://linux-udf.sourceforge.net
3860S: Maintained
3861
3862UNIFORM CDROM DRIVER
3863P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003864M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865L: linux-kernel@vger.kernel.org
3866W: http://www.kernel.dk
3867S: Maintained
3868
3869USB ACM DRIVER
3870P: Oliver Neukum
3871M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003872L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873S: Maintained
3874
Jiri Slaby6d985162008-02-06 01:37:11 -08003875USB AUERSWALD DRIVER
3876P: Wolfgang Muees
3877M: wolfgang@iksw-muees.de
3878L: linux-usb@vger.kernel.org
3879S: Maintained
3880
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881USB BLOCK DRIVER (UB ub)
3882P: Pete Zaitcev
3883M: zaitcev@redhat.com
3884L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003885L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886S: Supported
3887
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888USB CDC ETHERNET DRIVER
3889P: Greg Kroah-Hartman
3890M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003891L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892S: Maintained
3893W: http://www.kroah.com/linux-usb/
3894
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003895USB DAVICOM DM9601 DRIVER
3896P: Peter Korsgaard
3897M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003898L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003899W: http://www.linux-usb.org/usbnet
3900S: Maintained
3901
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902USB EHCI DRIVER
3903P: David Brownell
3904M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003905L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003906S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907
Luca Risolia7ce08c92006-01-11 02:06:59 +00003908USB ET61X[12]51 DRIVER
3909P: Luca Risolia
3910M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003911L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003912L: video4linux-list@redhat.com
3913W: http://www.linux-projects.org
3914S: Maintained
3915
David Brownell69ae9e32006-11-14 02:03:31 -08003916USB GADGET/PERIPHERAL SUBSYSTEM
3917P: David Brownell
3918M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003919L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003920W: http://www.linux-usb.org/gadget
3921S: Maintained
3922
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003923USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003924P: Jiri Kosina
3925M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003926L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003927T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928S: Maintained
3929
Olav Kongas959eea22005-11-03 17:38:14 +02003930USB ISP116X DRIVER
3931P: Olav Kongas
3932M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003933L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003934S: Maintained
3935
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936USB KAWASAKI LSI DRIVER
3937P: Oliver Neukum
3938M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003939L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940S: Maintained
3941
3942USB MASS STORAGE DRIVER
3943P: Matthew Dharm
3944M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003945L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003946L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947S: Maintained
3948W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3949
3950USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003951P: David Brownell
3952M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003953L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003954S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955
Matthias Urlichsba460e42005-07-14 00:33:47 -07003956USB OPTION-CARD DRIVER
3957P: Matthias Urlichs
3958M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003959L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003960S: Maintained
3961
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962USB OV511 DRIVER
3963P: Mark McClelland
3964M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003965L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966W: http://alpha.dyndns.org/ov511/
3967S: Maintained
3968
3969USB PEGASUS DRIVER
3970P: Petko Manolov
3971M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003972L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003973L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974W: http://pegasus2.sourceforge.net/
3975S: Maintained
3976
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003977USB PRINTER DRIVER (usblp)
3978P: Pete Zaitcev
3979M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003980L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003981S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982
3983USB RTL8150 DRIVER
3984P: Petko Manolov
3985M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003987L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003988W: http://pegasus2.sourceforge.net/
3989S: Maintained
3990
3991USB SE401 DRIVER
3992P: Jeroen Vreeken
3993M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003994L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995W: http://www.chello.nl/~j.vreeken/se401/
3996S: Maintained
3997
3998USB SERIAL CYBERJACK DRIVER
3999P: Matthias Bruestle and Harald Welte
4000M: support@reiner-sct.com
4001W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4002S: Maintained
4003
4004USB SERIAL DIGI ACCELEPORT DRIVER
4005P: Peter Berger and Al Borchers
4006M: pberger@brimson.com
4007M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004008L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009S: Maintained
4010
4011USB SERIAL DRIVER
4012P: Greg Kroah-Hartman
4013M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004014L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015S: Supported
4016
4017USB SERIAL BELKIN F5U103 DRIVER
4018P: William Greathouse
4019M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004020L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021S: Maintained
4022
4023USB SERIAL CYPRESS M8 DRIVER
4024P: Lonnie Mendez
4025M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004026L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027S: Maintained
4028W: http://geocities.com/i0xox0i
4029W: http://firstlight.net/cvs
4030
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4032P: Gary Brubaker
4033M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004034L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035S: Maintained
4036
4037USB SERIAL KEYSPAN DRIVER
4038P: Greg Kroah-Hartman
4039M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004040L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041W: http://www.kroah.com/linux/
4042S: Maintained
4043
4044USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004045P: Support Department
4046M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004047L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048W: http://www.connecttech.com
4049S: Supported
4050
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004051USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052P: Luca Risolia
4053M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004054L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004055L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056W: http://www.linux-projects.org
4057S: Maintained
4058
4059USB SUBSYSTEM
4060P: Greg Kroah-Hartman
4061M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004062L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004064T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065S: Supported
4066
4067USB UHCI DRIVER
4068P: Alan Stern
4069M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004070L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071S: Maintained
4072
David Brownell69ae9e32006-11-14 02:03:31 -08004073USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074P: David Brownell
4075M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004076L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004077W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078S: Maintained
4079
4080USB W996[87]CF DRIVER
4081P: Luca Risolia
4082M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004083L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004084L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085W: http://www.linux-projects.org
4086S: Maintained
4087
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004088USB WIRELESS RNDIS DRIVER (rndis_wlan)
4089P: Jussi Kivilinna
4090M: jussi.kivilinna@mbnet.fi
4091L: linux-wireless@vger.kernel.org
4092S: Maintained
4093
Luca Risolia60f78052006-02-06 16:29:35 +00004094USB ZC0301 DRIVER
4095P: Luca Risolia
4096M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004097L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004098L: video4linux-list@redhat.com
4099W: http://www.linux-projects.org
4100S: Maintained
4101
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102USB ZD1201 DRIVER
4103P: Jeroen Vreeken
4104M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004105L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106W: http://linux-lc100020.sourceforge.net
4107S: Maintained
4108
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004109USB ZR364XX DRIVER
4110P: Antoine Jacquet
4111M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004112L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004113L: video4linux-list@redhat.com
4114W: http://royale.zerezo.com/zr364xx/
4115S: Maintained
4116
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117USER-MODE LINUX
4118P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004119M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120L: user-mode-linux-devel@lists.sourceforge.net
4121L: user-mode-linux-user@lists.sourceforge.net
4122W: http://user-mode-linux.sourceforge.net
4123S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004124
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004125USERSPACE I/O (UIO)
4126P: Hans J. Koch
4127M: hjk@linutronix.de
4128P: Greg Kroah-Hartman
4129M: gregkh@suse.de
4130L: linux-kernel@vger.kernel.org
4131S: Maintained
4132
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133FAT/VFAT/MSDOS FILESYSTEM:
4134P: OGAWA Hirofumi
4135M: hirofumi@mail.parknet.co.jp
4136L: linux-kernel@vger.kernel.org
4137S: Maintained
4138
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139VIA RHINE NETWORK DRIVER
4140P: Roger Luethi
4141M: rl@hellgate.ch
4142S: Maintained
4143
Jean Delvare32c0a522005-09-22 21:47:58 +02004144VIAPRO SMBUS DRIVER
4145P: Jean Delvare
4146M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004147L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004148S: Maintained
4149
Francois Romieu01f20732007-01-26 00:57:17 -08004150VIA VELOCITY NETWORK DRIVER
4151P: Francois Romieu
4152M: romieu@fr.zoreil.com
4153L: netdev@vger.kernel.org
4154S: Maintained
4155
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156UCLINUX (AND M68KNOMMU)
4157P: Greg Ungerer
4158M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004160L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161S: Maintained
4162
4163UCLINUX FOR NEC V850
4164P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165
4166UCLINUX FOR RENESAS H8/300
4167P: Yoshinori Sato
4168M: ysato@users.sourceforge.jp
4169W: http://uclinux-h8.sourceforge.jp/
4170S: Supported
4171
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004172UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004173P: Evgeniy Dushistov
4174M: dushistov@mail.ru
4175L: linux-kernel@vger.kernel.org
4176S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004177
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178USB DIAMOND RIO500 DRIVER
4179P: Cesar Miquel
4180M: miquel@df.uba.ar
4181L: rio500-users@lists.sourceforge.net
4182W: http://rio500.sourceforge.net
4183S: Maintained
4184
4185VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004186P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004187M: mchehab@infradead.org
4188M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004190W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004191T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004192S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193
Patrick McHardybe7f8272007-10-23 20:26:36 -07004194VLAN (802.1Q)
4195P: Patrick McHardy
4196M: kaber@trash.net
4197L: netdev@vger.kernel.org
4198S: Maintained
4199
Juerg Haefligerab413192006-09-24 20:54:04 +02004200VT1211 HARDWARE MONITOR DRIVER
4201P: Juerg Haefliger
4202M: juergh@gmail.com
4203L: lm-sensors@lm-sensors.org
4204S: Maintained
4205
Roger Lucas1de9e372005-11-26 20:20:05 +01004206VT8231 HARDWARE MONITOR DRIVER
4207P: Roger Lucas
4208M: roger@planbit.co.uk
4209L: lm-sensors@lm-sensors.org
4210S: Maintained
4211
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212W1 DALLAS'S 1-WIRE BUS
4213P: Evgeniy Polyakov
4214M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215S: Maintained
4216
Charles Spirakis13927072006-07-05 18:05:15 +02004217W83791D HARDWARE MONITORING DRIVER
4218P: Charles Spirakis
4219M: bezaur@gmail.com
4220L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004221S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004222
Rudolf Marek61db0112006-12-12 18:18:30 +01004223W83793 HARDWARE MONITORING DRIVER
4224P: Rudolf Marek
4225M: r.marek@assembler.cz
4226L: lm-sensors@lm-sensors.org
4227S: Maintained
4228
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229W83L51xD SD/MMC CARD INTERFACE DRIVER
4230P: Pierre Ossman
4231M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004232L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233W: http://projects.drzeus.cx/wbsd
4234S: Maintained
4235
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004236WATCHDOG DEVICE DRIVERS
4237P: Wim Van Sebroeck
4238M: wim@iguana.be
4239T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4240S: Maintained
4241
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4243P: Jean Tourrilhes
4244M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004245L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4247S: Maintained
4248
4249WD7000 SCSI DRIVER
4250P: Miroslav Zagorac
4251M: zaga@fly.cc.fer.hr
4252L: linux-scsi@vger.kernel.org
4253S: Maintained
4254
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004255WISTRON LAPTOP BUTTON DRIVER
4256P: Miloslav Trmac
4257M: mitr@volny.cz
4258S: Maintained
4259
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260WL3501 WIRELESS PCMCIA CARD DRIVER
4261P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004262M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004263L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004264W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265S: Maintained
4266
4267X.25 NETWORK LAYER
4268P: Henner Eisen
4269M: eis@baty.hanse.de
4270L: linux-x25@vger.kernel.org
4271S: Maintained
4272
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004273XEN HYPERVISOR INTERFACE
4274P: Jeremy Fitzhardinge
4275M: jeremy@xensource.com
4276P: Chris Wright
4277M: chrisw@sous-sol.org
4278L: virtualization@lists.osdl.org
4279L: xen-devel@lists.xensource.com
4280S: Supported
4281
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282XFS FILESYSTEM
4283P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004284P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004286L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004288T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289S: Supported
4290
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004291XILINX SYSTEMACE DRIVER
4292P: Grant Likely
4293M: grant.likely@secretlab.ca
4294W: http://www.secretlab.ca/
4295L: linux-kernel@vger.kernel.org
4296S: Maintained
4297
Peter Korsgaard238b8722006-12-06 20:35:17 -08004298XILINX UARTLITE SERIAL DRIVER
4299P: Peter Korsgaard
4300M: jacmet@sunsite.dk
4301L: linux-serial@vger.kernel.org
4302S: Maintained
4303
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004304X86 ARCHITECTURE (32-BIT AND 64-BIT)
4305P: Thomas Gleixner
4306M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307P: Ingo Molnar
4308M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004309P: H. Peter Anvin
4310M: hpa@zytor.com
4311L: linux-kernel@vger.kernel.org
4312T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313S: Maintained
4314
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315YAM DRIVER FOR AX.25
4316P: Jean-Paul Roubelat
4317M: jpr@f6fbb.org
4318L: linux-hams@vger.kernel.org
4319S: Maintained
4320
Henkaf64a5e2005-10-12 15:02:56 +02004321YEALINK PHONE DRIVER
4322P: Henk Vergonet
4323M: Henk.Vergonet@gmail.com
4324L: usbb2k-api-dev@nongnu.org
4325S: Maintained
4326
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327Z8530 DRIVER FOR AX.25
4328P: Joerg Reuter
4329M: jreuter@yaina.de
4330W: http://yaina.de/jreuter/
4331W: http://www.qsl.net/dl1bke/
4332L: linux-hams@vger.kernel.org
4333S: Maintained
4334
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004335ZD1211RW WIRELESS DRIVER
4336P: Daniel Drake
4337M: dsd@gentoo.org
4338P: Ulrich Kunitz
4339M: kune@deine-taler.de
4340W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004341L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004342L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4343S: Maintained
4344
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345ZF MACHZ WATCHDOG
4346P: Fernando Fuganti
4347M: fuganti@netbank.com.br
4348W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4349S: Maintained
4350
4351ZR36067 VIDEO FOR LINUX DRIVER
4352P: Ronald Bultje
4353M: rbultje@ronald.bitfreak.net
4354L: mjpeg-users@lists.sourceforge.net
4355W: http://mjpeg.sourceforge.net/driver-zoran/
4356S: Maintained
4357
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004358ZS DECSTATION Z85C30 SERIAL DRIVER
4359P: Maciej W. Rozycki
4360M: macro@linux-mips.org
4361S: Maintained
4362
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363THE REST
4364P: Linus Torvalds
4365S: Buried alive in reporters