blob: a24631f4eab186236001b7b4b3b90798236206e2 [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
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000205ACER WMI LAPTOP EXTRAS
206P: Carlos Corbacho
207M: carlos@strangeworlds.co.uk
208L: aceracpi@googlegroups.com (subscribers-only)
209W: http://code.google.com/p/aceracpi
210S: Maintained
211
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212ACPI
213P: Len Brown
214M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500215M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500216L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400217W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800218T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400222P: Alexey Starikovskiy
223M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
225W: http://acpi.sourceforge.net/
226S: Supported
227
228ACPI EC DRIVER
229P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400230M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
234
235ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400236P: Len Brown
237M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500238L: linux-acpi@vger.kernel.org
239W: http://acpi.sourceforge.net/
240S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700242ACPI PCI HOTPLUG DRIVER
243P: Kristen Carlson Accardi
244M: kristen.c.accardi@intel.com
245L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
247
248ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Len Brown
250M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254
Len Brown359acec2007-02-10 01:59:24 -0500255ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400256P: Rui Zhang
257M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500258L: linux-acpi@vger.kernel.org
259W: http://acpi.sourceforge.net/
260S: Supported
261
Carlos Corbachobff431e2008-02-05 02:17:04 +0000262ACPI WMI DRIVER
263P: Carlos Corbacho
264M: carlos@strangeworlds.co.uk
265L: linux-acpi@vger.kernel.org
266W: http://www.lesswatts.org/projects/acpi/
267S: Maintained
268
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269ADM1025 HARDWARE MONITOR DRIVER
270P: Jean Delvare
271M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200272L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273S: Maintained
274
Corentin Labbecae2caa2007-02-14 21:15:04 +0100275ADM1029 HARDWARE MONITOR DRIVER
276P: Corentin Labbe
277M: corentin.labbe@geomatys.fr
278L: lm-sensors@lm-sensors.org
279S: Maintained
280
Michael Wucc0b88c2007-08-31 01:15:25 -0400281ADM8211 WIRELESS DRIVER
282P: Michael Wu
283M: flamingice@sourmilk.net
284L: linux-wireless@vger.kernel.org
285W: http://linuxwireless.org/
286T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
287S: Maintained
288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289ADT746X FAN DRIVER
290P: Colin Leroy
291M: colin@colino.net
292S: Maintained
293
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400294ADVANSYS SCSI DRIVER
295P: Matthew Wilcox
296M: matthew@wil.cx
297L: linux-scsi@vger.kernel.org
298S: Maintained
299
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300AEDSP16 DRIVER
301P: Riccardo Facchetti
302M: fizban@tin.it
303S: Maintained
304
305AFFS FILE SYSTEM
306P: Roman Zippel
307M: zippel@linux-m68k.org
308S: Maintained
309
310AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400311P: David Airlie
312M: airlied@linux.ie
313T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314S: Maintained
315
316AHA152X SCSI DRIVER
317P: Juergen E. Fischer
318M: Juergen Fischer <fischer@norbit.de>
319L: linux-scsi@vger.kernel.org
320S: Maintained
321
Hannes Reinecke64624d42007-10-19 10:32:29 +0200322AIC7XXX / AIC79XX SCSI DRIVER
323P: Hannes Reinecke
324M: hare@suse.de
325L: linux-scsi@vger.kernel.org
326S: Maintained
327
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328ALCATEL SPEEDTOUCH USB DRIVER
329P: Duncan Sands
330M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700331L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332W: http://www.linux-usb.org/SpeedTouch/
333S: Maintained
334
Pierre Ossman272f1332007-05-14 21:25:26 +0200335ALCHEMY AU1XX0 MMC DRIVER
336S: Orphan
337
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000338ALI1563 I2C DRIVER
339P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100340M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200341L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000342S: Maintained
343
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344ALPHA PORT
345P: Richard Henderson
346M: rth@twiddle.net
347S: Odd Fixes for 2.4; Maintained for 2.6.
348P: Ivan Kokshaysky
349M: ink@jurassic.park.msu.ru
350S: Maintained for 2.4; PCI support for 2.6.
351
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700352AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
353P: Thomas Dahlmann
354M: thomas.dahlmann@amd.com
Alan Cox20292bc2008-02-06 01:36:07 -0800355L: info-linux@geode.amd.com (subscribers-only)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700356S: Supported
357
Jordan Crousef90b8112006-01-06 00:12:14 -0800358AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100359P: Jordan Crouse
Alan Cox20292bc2008-02-06 01:36:07 -0800360L: info-linux@geode.amd.com (subscribers-only)
Jordan Crousef90b8112006-01-06 00:12:14 -0800361W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
362S: Supported
363
Stelian Pop284f42b2006-12-12 18:18:31 +0100364AMS (Apple Motion Sensor) DRIVER
365P: Stelian Pop
366M: stelian@popies.net
367P: Michael Hanselmann
368M: linux-kernel@hansmi.ch
369S: Supported
370
Tom Tuckerf94b5332006-09-22 15:22:48 -0700371AMSO1100 RNIC DRIVER
372P: Tom Tucker
373M: tom@opengridcomputing.com
374P: Steve Wise
375M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700376L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700377S: Maintained
378
Johannes Berg42269062006-07-25 16:15:50 +0200379AOA (Apple Onboard Audio) ALSA DRIVER
380P: Johannes Berg
381M: johannes@sipsolutions.net
382L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200383L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200384S: Maintained
385
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386APM DRIVER
387P: Stephen Rothwell
388M: sfr@canb.auug.org.au
389L: linux-laptop@vger.kernel.org
390W: http://www.canb.auug.org.au/~sfr/
391S: Supported
392
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700393APPLE SMC DRIVER
394P: Nicolas Boichat
395M: nicolas@boichat.ch
396L: mactel-linux-devel@lists.sourceforge.net
397S: Maintained
398
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399APPLETALK NETWORK LAYER
400P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300401M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402S: Maintained
403
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400404APPLETOUCH TOUCHPAD DRIVER
405P: Johannes Berg
406M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400407L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400408S: Maintained
409
Jaya Kumar1154ea72005-06-21 17:17:04 -0700410ARC FRAMEBUFFER DRIVER
411P: Jaya Kumar
412M: jayalk@intworks.biz
413S: Maintained
414
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415ARM MFM AND FLOPPY DRIVERS
416P: Ian Molton
417M: spyro@f2s.com
418S: Maintained
419
Russell King2761f5c2007-05-24 06:56:08 +0200420ARM PRIMECELL MMCI PL180/1 DRIVER
421P: Russell King
422M: rmk@arm.linux.org.uk
423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424S: Maintained
425
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800426ARM/ADI ROADRUNNER MACHINE SUPPORT
427P: Lennert Buytenhek
428M: kernel@wantstofly.org
429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430S: Maintained
431
432ARM/ADS SPHERE MACHINE SUPPORT
433P: Lennert Buytenhek
434M: kernel@wantstofly.org
435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436S: Maintained
437
438ARM/AJECO 1ARM MACHINE SUPPORT
439P: Lennert Buytenhek
440M: kernel@wantstofly.org
441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442S: Maintained
443
Andrew Victord4a89c72006-12-04 13:56:21 +0100444ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
445P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800446M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100447L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
448W: http://maxim.org.za/at91_26.html
449S: Maintained
450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463ARM/CORGI MACHINE SUPPORT
464P: Richard Purdie
465M: rpurdie@rpsys.net
466S: Maintained
467
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800468ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
469P: Lennert Buytenhek
470M: kernel@wantstofly.org
471L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
472S: Maintained
473
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100474ARM/HP JORNADA 7XX MACHINE SUPPORT
475P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100476M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100477W: www.jlime.com
478S: Maintained
479
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800480ARM/INTEL IOP32X 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
487
488ARM/INTEL IOP33X ARM ARCHITECTURE
489P: Dan Williams
490M: dan.j.williams@intel.com
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800493
494ARM/INTEL IOP13XX ARM ARCHITECTURE
495P: Lennert Buytenhek
496M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100497P: Dan Williams
498M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800499L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100500S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501
502ARM/INTEL IQ81342EX MACHINE SUPPORT
503P: Lennert Buytenhek
504M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100505P: Dan Williams
506M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100508S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800509
510ARM/INTEL IXP2000 ARM ARCHITECTURE
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
516ARM/INTEL IXDP2850 MACHINE SUPPORT
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
522ARM/INTEL IXP23XX ARM ARCHITECTURE
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
528ARM/INTEL XSC3 (MANZANO) ARM CORE
529P: Lennert Buytenhek
530M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100531P: Dan Williams
532M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100534S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800535
536ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
542ARM/LOGICPD PXA270 MACHINE SUPPORT
543P: Lennert Buytenhek
544M: kernel@wantstofly.org
545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
546S: Maintained
547
Dirk Opfer8459c152005-11-06 14:27:52 +0000548ARM/TOSA MACHINE SUPPORT
549P: Dirk Opfer
550M: dirk@opfer-online.de
551S: Maintained
552
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553ARM/PLEB SUPPORT
554P: Peter Chubb
555M: pleb@gelato.unsw.edu.au
556W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
557S: Maintained
558
559ARM/PT DIGITAL BOARD PORT
560P: Stefan Eletzhofer
561M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563W: http://www.arm.linux.org.uk/
564S: Maintained
565
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566ARM/RADISYS ENP2611 MACHINE SUPPORT
567P: Lennert Buytenhek
568M: kernel@wantstofly.org
569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
570S: Maintained
571
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572ARM/SHARK MACHINE SUPPORT
573P: Alexander Schulz
574M: alex@shark-linux.de
575W: http://www.shark-linux.de/shark.html
576S: Maintained
577
578ARM/STRONGARM110 PORT
579P: Russell King
580M: rmk@arm.linux.org.uk
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.arm.linux.org.uk/
583S: Maintained
584
585ARM/S3C2410 ARM ARCHITECTURE
586P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800587M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589W: http://www.fluff.org/ben/linux/
590S: Maintained
591
592ARM/S3C2440 ARM ARCHITECTURE
593P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800594M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700595L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596W: http://www.fluff.org/ben/linux/
597S: Maintained
598
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800599ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
600P: Lennert Buytenhek
601M: kernel@wantstofly.org
602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603S: Maintained
604
605ARM/THECUS N2100 MACHINE SUPPORT
606P: Lennert Buytenhek
607M: kernel@wantstofly.org
608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
609S: Maintained
610
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611ARPD SUPPORT
612P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700613L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614S: Maintained
615
616ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500617P: Corentin Chary
618M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619P: Karol Kozimor
620M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621L: acpi4asus-user@lists.sourceforge.net
622W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500623W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624S: Maintained
625
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400626ASUS ASB100 HARDWARE MONITOR DRIVER
627P: Mark M. Hoffman
628M: mhoffman@lightlink.com
629L: lm-sensors@lm-sensors.org
630S: Maintained
631
Corentin Chary85091b72007-01-26 14:04:30 +0100632ASUS LAPTOP EXTRAS DRIVER
633P: Corentin Chary
634M: corentincj@iksaif.net
635L: acpi4asus-user@lists.sourceforge.net
636W: http://sourceforge.net/projects/acpi4asus
637W: http://xf.iksaif.net/acpi4asus
638S: Maintained
639
Dan Williamsb3e5f262007-08-07 10:26:35 -0700640ASYNCHRONOUS TRANSFERS/TRANSFORMS API
641P: Dan Williams
642M: dan.j.williams@intel.com
643P: Shannon Nelson
644M: shannon.nelson@intel.com
645L: linux-kernel@vger.kernel.org
646W: http://sourceforge.net/projects/xscaleiop
647S: Supported
648
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649ATA OVER ETHERNET DRIVER
650P: Ed L. Cashin
651M: ecashin@coraid.com
652W: http://www.coraid.com/support/linux
653S: Supported
654
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200655ATHEROS ATH5K WIRELESS DRIVER
656P: Jiri Slaby
657M: jirislaby@gmail.com
658P: Nick Kossifidis
659M: mickflemm@gmail.com
660P: Luis R. Rodriguez
661M: mcgrof@gmail.com
662L: linux-wireless@vger.kernel.org
663L: ath5k-devel@lists.ath5k.org
664S: Maintained
665
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600666ATL1 ETHERNET DRIVER
667P: Jay Cliburn
668M: jcliburn@gmail.com
669P: Chris Snook
670M: csnook@redhat.com
671L: atl1-devel@lists.sourceforge.net
672W: http://sourceforge.net/projects/atl1
673W: http://atl1.sourceforge.net
674S: Maintained
675
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676ATM
677P: Chas Williams
678M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700679L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680W: http://linux-atm.sourceforge.net
681S: Maintained
682
Pierre Ossman272f1332007-05-14 21:25:26 +0200683ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200684P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800685M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687W: http://www.atmel.com/products/AT91/
688W: http://www.at91.com/
689S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200690
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800691ATMEL AT91 / AT32 SERIAL DRIVER
692P: Haavard Skinnemoen
693M: hskinnemoen@atmel.com
694L: linux-kernel@vger.kernel.org
695S: Supported
696
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800697ATMEL LCDFB DRIVER
698P: Nicolas Ferre
699M: nicolas.ferre@atmel.com
700L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
701S: Maintained
702
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100703ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100704P: Haavard Skinnemoen
705M: hskinnemoen@atmel.com
706S: Supported
707
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800708ATMEL SPI DRIVER
709P: Haavard Skinnemoen
710M: hskinnemoen@atmel.com
711S: Supported
712
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700713ATMEL USBA UDC DRIVER
714P: Haavard Skinnemoen
715M: hskinnemoen@atmel.com
716L: kernel@avr32linux.org
717W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
718S: Supported
719
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720ATMEL WIRELESS DRIVER
721P: Simon Kelley
722M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700723L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724W: http://www.thekelleys.org.uk/atmel
725W: http://atmelwlandriver.sourceforge.net/
726S: Maintained
727
Chris Wrighta92b7b82005-07-07 18:12:23 -0700728AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100729P: David Woodhouse
730M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700731L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100732W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800733T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700734S: Maintained
735
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800736AUXILIARY DISPLAY DRIVERS
737P: Miguel Ojeda Sandonis
738M: maxextreme@gmail.com
739L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700740W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800741S: Maintained
742
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700743AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700744P: Haavard Skinnemoen
745M: hskinnemoen@atmel.com
746W: http://www.atmel.com/products/AVR32/
747W: http://avr32linux.org/
748W: http://avrfreaks.net/
749S: Supported
750
751AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700752P: Haavard Skinnemoen
753M: hskinnemoen@atmel.com
754S: Supported
755
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756AX.25 NETWORK LAYER
757P: Ralf Baechle
758M: ralf@linux-mips.org
759L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200760W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761S: Maintained
762
Richard Purdie300abeb2007-02-07 22:21:07 +0000763BACKLIGHT CLASS/SUBSYSTEM
764P: Richard Purdie
765M: rpurdie@rpsys.net
766S: Maintained
767
Bryan Wu1394f032007-05-06 14:50:22 -0700768BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800769P: Bryan Wu
770M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800771L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
772W: http://blackfin.uclinux.org
773S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700774
Bryan Wue190d6b2007-07-17 14:43:44 +0800775BLACKFIN EMAC DRIVER
776P: Bryan Wu
777M: bryan.wu@analog.com
778L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
779W: http://blackfin.uclinux.org
780S: Supported
781
Mike Frysinger566da5b2007-06-11 15:31:30 +0800782BLACKFIN RTC DRIVER
783P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800784M: vapier.adi@gmail.com
785L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
786W: http://blackfin.uclinux.org
787S: Supported
788
Bryan Wu1394f032007-05-06 14:50:22 -0700789BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800790P: Sonic Zhang
791M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800792L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
793W: http://blackfin.uclinux.org
794S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700795
Bryan Wu1e6d3202007-07-15 02:50:02 +0800796BLACKFIN WATCHDOG DRIVER
797P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800798M: vapier.adi@gmail.com
799L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
800W: http://blackfin.uclinux.org
801S: Supported
802
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803BAYCOM/HDLCDRV DRIVERS FOR AX.25
804P: Thomas Sailer
805M: t.sailer@alumni.ethz.ch
806L: linux-hams@vger.kernel.org
807W: http://www.baycom.org/~tom/ham/ham.html
808S: Maintained
809
Michael Buesche4d6b792007-09-18 15:39:42 -0400810B43 WIRELESS DRIVER
811P: Michael Buesch
812M: mb@bu3sch.de
813P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100814M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400815L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100816W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400817S: Maintained
818
Larry Finger75388ac2007-09-25 16:46:54 -0700819B43LEGACY WIRELESS DRIVER
820P: Larry Finger
821M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100822P: Stefano Brivio
823M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700824L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100825W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700826S: Maintained
827
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200828BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
829P: Larry Finger
830M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200831P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100832M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700833L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200834W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800835S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837BEFS FILE SYSTEM
838P: Sergey S. Kostyliov
839M: rathamahata@php4.ru
840L: linux-kernel@vger.kernel.org
841S: Maintained
842
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843BFS FILE SYSTEM
844P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800845M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846L: linux-kernel@vger.kernel.org
847S: Maintained
848
Bryan Wud24ecfc2007-05-01 23:26:32 +0200849BLACKFIN I2C TWI DRIVER
850P: Sonic Zhang
851M: sonic.zhang@analog.com
852L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
853W: http://blackfin.uclinux.org/
854S: Supported
855
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856BLOCK LAYER
857P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200858M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800860T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861S: Maintained
862
Joern Engel2b54aae2008-02-06 01:38:02 -0800863BLOCK2MTD DRIVER
864P: Joern Engel
865M: joern@lazybastard.org
866L: linux-mtd@lists.infradead.org
867S: Maintained
868
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869BLUETOOTH SUBSYSTEM
870P: Marcel Holtmann
871M: marcel@holtmann.org
872P: Maxim Krasnyansky
873M: maxk@qualcomm.com
874L: bluez-devel@lists.sf.net
875W: http://bluez.sf.net
876W: http://www.bluez.org
877W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800878T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879S: Maintained
880
881BLUETOOTH RFCOMM LAYER
882P: Marcel Holtmann
883M: marcel@holtmann.org
884P: Maxim Krasnyansky
885M: maxk@qualcomm.com
886S: Maintained
887
888BLUETOOTH BNEP LAYER
889P: Marcel Holtmann
890M: marcel@holtmann.org
891P: Maxim Krasnyansky
892M: maxk@qualcomm.com
893S: Maintained
894
895BLUETOOTH CMTP LAYER
896P: Marcel Holtmann
897M: marcel@holtmann.org
898S: Maintained
899
900BLUETOOTH HIDP LAYER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903S: Maintained
904
905BLUETOOTH HCI UART DRIVER
906P: Marcel Holtmann
907M: marcel@holtmann.org
908P: Maxim Krasnyansky
909M: maxk@qualcomm.com
910S: Maintained
911
912BLUETOOTH HCI USB DRIVER
913P: Marcel Holtmann
914M: marcel@holtmann.org
915P: Maxim Krasnyansky
916M: maxk@qualcomm.com
917S: Maintained
918
919BLUETOOTH HCI BCM203X DRIVER
920P: Marcel Holtmann
921M: marcel@holtmann.org
922S: Maintained
923
924BLUETOOTH HCI BPA10X DRIVER
925P: Marcel Holtmann
926M: marcel@holtmann.org
927S: Maintained
928
929BLUETOOTH HCI BFUSB DRIVER
930P: Marcel Holtmann
931M: marcel@holtmann.org
932S: Maintained
933
934BLUETOOTH HCI DTL1 DRIVER
935P: Marcel Holtmann
936M: marcel@holtmann.org
937S: Maintained
938
939BLUETOOTH HCI BLUECARD DRIVER
940P: Marcel Holtmann
941M: marcel@holtmann.org
942S: Maintained
943
944BLUETOOTH HCI BT3C DRIVER
945P: Marcel Holtmann
946M: marcel@holtmann.org
947S: Maintained
948
949BLUETOOTH HCI BTUART DRIVER
950P: Marcel Holtmann
951M: marcel@holtmann.org
952S: Maintained
953
954BLUETOOTH HCI VHCI DRIVER
955P: Maxim Krasnyansky
956M: maxk@qualcomm.com
957S: Maintained
958
959BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100960P: Jay Vosburgh
961M: fubar@us.ibm.com
962L: bonding-devel@lists.sourceforge.net
963W: http://sourceforge.net/projects/bonding/
964S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000966BROADBAND PROCESSOR ARCHITECTURE
967P: Arnd Bergmann
968M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100969L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400970W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000971S: Supported
972
Gary Zambrano39105892006-06-22 17:26:20 -0700973BROADCOM B44 10/100 ETHERNET DRIVER
974P: Gary Zambrano
975M: zambrano@broadcom.com
976L: netdev@vger.kernel.org
977S: Supported
978
Michael Chan948c51e2006-06-04 02:51:39 -0700979BROADCOM BNX2 GIGABIT ETHERNET DRIVER
980P: Michael Chan
981M: mchan@broadcom.com
982L: netdev@vger.kernel.org
983S: Supported
984
985BROADCOM TG3 GIGABIT ETHERNET DRIVER
986P: Michael Chan
987M: mchan@broadcom.com
988L: netdev@vger.kernel.org
989S: Supported
990
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200991BSG (block layer generic sg v4 driver)
992P: FUJITA Tomonori
993M: fujita.tomonori@lab.ntt.co.jp
994L: linux-scsi@vger.kernel.org
995S: Supported
996
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700998P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200999M: mchehab@infradead.org
1000M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001002W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001003T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001004S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005
Jonathan Corbet77d51402007-03-22 19:44:17 -03001006CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1007P: Jonathan Corbet
1008M: corbet@lwn.net
1009L: video4linux-list@redhat.com
1010S: Maintained
1011
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001012CAN NETWORK LAYER
1013P: Urs Thuermann
1014M: urs.thuermann@volkswagen.de
1015P: Oliver Hartkopp
1016M: oliver.hartkopp@volkswagen.de
1017L: socketcan-core@lists.berlios.de
1018W: http://developer.berlios.de/projects/socketcan/
1019S: Maintained
1020
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001021CALGARY x86-64 IOMMU
1022P: Muli Ben-Yehuda
1023M: muli@il.ibm.com
1024P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001025M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001026L: linux-kernel@vger.kernel.org
1027L: discuss@x86-64.org
1028S: Maintained
1029
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001030CFAG12864B LCD DRIVER
1031P: Miguel Ojeda Sandonis
1032M: maxextreme@gmail.com
1033L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001034W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001035S: Maintained
1036
1037CFAG12864BFB LCD FRAMEBUFFER DRIVER
1038P: Miguel Ojeda Sandonis
1039M: maxextreme@gmail.com
1040L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001041W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001042S: Maintained
1043
Johannes Berg704232c2007-04-23 12:20:05 -07001044CFG80211 and NL80211
1045P: Johannes Berg
1046M: johannes@sipsolutions.net
1047L: linux-wireless@vger.kernel.org
1048S: Maintained
1049
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001050CHECKPATCH
1051P: Andy Whitcroft
1052M: apw@shadowen.org
1053P: Randy Dunlap
1054M: rdunlap@xenotime.net
1055P: Joel Schopp
1056M: jschopp@austin.ibm.com
1057S: Supported
1058
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059COMMON INTERNET FILE SYSTEM (CIFS)
1060P: Steve French
1061M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001062L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001064W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001065T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001066S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067
Joel Becker7063fbf2005-12-15 14:29:43 -08001068CONFIGFS
1069P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001070M: joel.becker@oracle.com
1071L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001072S: Supported
1073
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001074CIRRUS LOGIC EP93XX ETHERNET DRIVER
1075P: Lennert Buytenhek
1076M: kernel@wantstofly.org
1077L: netdev@vger.kernel.org
1078S: Maintained
1079
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001080CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1081P: Lennert Buytenhek
1082M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001083L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001084S: Maintained
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1087P: Cirrus Logic Corporation (kernel 2.2 driver)
1088M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1089P: Nils Faerber (port to kernel 2.4)
1090M: Nils Faerber <nils@kernelconcepts.de>
1091S: Maintained
1092
1093CODA FILE SYSTEM
1094P: Jan Harkes
1095M: jaharkes@cs.cmu.edu
1096M: coda@cs.cmu.edu
1097L: codalist@coda.cs.cmu.edu
1098W: http://www.coda.cs.cmu.edu/
1099S: Maintained
1100
1101COMPACTPCI HOTPLUG CORE
1102P: Scott Murray
1103M: scottm@somanetworks.com
1104M: scott@spiteful.org
1105L: pcihpd-discuss@lists.sourceforge.net
1106S: Supported
1107
1108COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1109P: Scott Murray
1110M: scottm@somanetworks.com
1111M: scott@spiteful.org
1112L: pcihpd-discuss@lists.sourceforge.net
1113S: Supported
1114
1115COMPACTPCI HOTPLUG GENERIC DRIVER
1116P: Scott Murray
1117M: scottm@somanetworks.com
1118M: scott@spiteful.org
1119L: pcihpd-discuss@lists.sourceforge.net
1120S: Supported
1121
1122COMPUTONE INTELLIPORT MULTIPORT CARD
1123P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001124M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001126S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127
Simon Arlott949be0f2007-03-06 02:47:46 -08001128CONEXANT ACCESSRUNNER USB DRIVER
1129P: Simon Arlott
1130M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001131L: accessrunner-general@lists.sourceforge.net
1132W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001133S: Maintained
1134
Rudolf Marekbebe4672007-05-08 17:22:02 +02001135CORETEMP HARDWARE MONITORING DRIVER
1136P: Rudolf Marek
1137M: r.marek@assembler.cz
1138L: lm-sensors@lm-sensors.org
1139S: Maintained
1140
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141COSA/SRP SYNC SERIAL DRIVER
1142P: Jan "Yenya" Kasprzak
1143M: kas@fi.muni.cz
1144W: http://www.fi.muni.cz/~kas/cosa/
1145S: Maintained
1146
1147CPU FREQUENCY DRIVERS
1148P: Dave Jones
1149M: davej@codemonkey.org.uk
1150L: cpufreq@lists.linux.org.uk
1151W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001152T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153S: Maintained
1154
1155CPUID/MSR DRIVER
1156P: H. Peter Anvin
1157M: hpa@zytor.com
1158S: Maintained
1159
Paul Jacksoned90fb42005-09-27 21:45:37 -07001160CPUSETS
1161P: Paul Jackson
1162P: Simon Derr
1163M: pj@sgi.com
1164M: simon.derr@bull.net
1165L: linux-kernel@vger.kernel.org
1166W: http://www.bullopensource.org/cpuset/
1167S: Supported
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001170W: http://sourceforge.net/projects/cramfs/
1171S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172
1173CRIS PORT
1174P: Mikael Starvik
1175M: starvik@axis.com
1176L: dev-etrax@axis.com
1177W: http://developer.axis.com
1178S: Maintained
1179
1180CRYPTO API
1181P: Herbert Xu
1182M: herbert@gondor.apana.org.au
1183P: David S. Miller
1184M: davem@davemloft.net
1185L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001186T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187S: Maintained
1188
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001189CS5535 Audio ALSA driver
1190P: Jaya Kumar
1191M: jayakumar.alsa@gmail.com
1192S: Maintained
1193
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194CYBERPRO FB DRIVER
1195P: Russell King
1196M: rmk@arm.linux.org.uk
1197W: http://www.arm.linux.org.uk/
1198S: Maintained
1199
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001200CYBLAFB FRAMEBUFFER DRIVER
1201P: Knut Petersen
1202M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001203L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001204S: Maintained
1205
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206CYCLADES 2X SYNC CARD DRIVER
1207P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001208M: acme@ghostprotocols.net
1209W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210S: Maintained
1211
1212CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001214S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
1216CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001218S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220DAMA SLAVE for AX.25
1221P: Joerg Reuter
1222M: jreuter@yaina.de
1223W: http://yaina.de/jreuter/
1224W: http://www.qsl.net/dl1bke/
1225L: linux-hams@vger.kernel.org
1226S: Maintained
1227
1228DC395x SCSI driver
1229P: Oliver Neukum
1230M: oliver@neukum.name
1231P: Ali Akcaagac
1232M: aliakc@web.de
1233P: Jamie Lenehan
1234M: lenehan@twibble.org
1235W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001236L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237L: http://lists.twibble.org/mailman/listinfo/dc395x/
1238S: Maintained
1239
1240DC390/AM53C974 SCSI driver
1241P: Kurt Garloff
1242M: garloff@suse.de
1243W: http://www.garloff.de/kurt/linux/dc390/
1244P: Guennadi Liakhovetski
1245M: g.liakhovetski@gmx.de
1246S: Maintained
1247
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001248DCCP PROTOCOL
1249P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001250M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001251L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001252W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001253S: Maintained
1254
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255DECnet NETWORK LAYER
1256P: Patrick Caulfield
1257M: patrick@tykepenguin.com
1258W: http://linux-decnet.sourceforge.net
1259L: linux-decnet-user@lists.sourceforge.net
1260S: Maintained
1261
1262DEFXX FDDI NETWORK DRIVER
1263P: Maciej W. Rozycki
1264M: macro@linux-mips.org
1265S: Maintained
1266
1267DELL LAPTOP SMM DRIVER
1268P: Massimo Dal Zotto
1269M: dz@debian.org
1270W: http://www.debian.org/~dz/i8k/
1271S: Maintained
1272
Doug Warzecha90563ec2005-09-06 15:17:15 -07001273DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1274P: Doug Warzecha
1275M: Douglas_Warzecha@dell.com
1276S: Maintained
1277
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001278DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279P: Alasdair Kergon
1280L: dm-devel@redhat.com
1281W: http://sources.redhat.com/dm
1282S: Maintained
1283
1284DEVICE NUMBER REGISTRY
1285P: Torben Mathiasen
1286M: device@lanana.org
1287W: http://lanana.org/docs/device-list/index.html
1288L: linux-kernel@vger.kernel.org
1289S: Maintained
1290
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291DIGI INTL. EPCA DRIVER
1292P: Digi International, Inc
1293M: Eng.Linux@digi.com
1294L: Eng.Linux@digi.com
1295W: http://www.digi.com
1296S: Orphaned
1297
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298DIRECTORY NOTIFICATION
1299P: Stephen Rothwell
1300M: sfr@canb.auug.org.au
1301L: linux-kernel@vger.kernel.org
1302S: Supported
1303
1304DISK GEOMETRY AND PARTITION HANDLING
1305P: Andries Brouwer
1306M: aeb@cwi.nl
1307W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1308W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1309W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1310S: Maintained
1311
1312DISKQUOTA:
1313P: Jan Kara
1314M: jack@suse.cz
1315L: linux-kernel@vger.kernel.org
1316S: Maintained
1317
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001318DISTRIBUTED LOCK MANAGER
1319P: Patrick Caulfield
1320M: pcaulfie@redhat.com
1321P: David Teigland
1322M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001323L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001324W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001325T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1326T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001327S: Supported
1328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1330P: Tobias Ringstrom
1331M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001332L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Maintained
1334
Dan Williamsb3e5f262007-08-07 10:26:35 -07001335DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001336P: Shannon Nelson
1337M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001338P: Dan Williams
1339M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001340L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001341S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001342
Juerg Haefligerb8250372007-06-09 10:11:16 -04001343DME1737 HARDWARE MONITOR DRIVER
1344P: Juerg Haefliger
1345M: juergh@gmail.com
1346L: lm-sensors@lm-sensors.org
1347S: Maintained
1348
Martin Waitzba483d52005-06-17 13:20:59 -07001349DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001350P: Randy Dunlap
1351M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001352S: Maintained
1353
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001354DOCKING STATION DRIVER
1355P: Kristen Carlson Accardi
1356M: kristen.c.accardi@intel.com
1357L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001358S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001359
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360DOUBLETALK DRIVER
1361P: James R. Van Zandt
1362M: jrv@vanzandt.mv.com
1363L: blinux-list@redhat.com
1364S: Maintained
1365
1366DRIVER CORE, KOBJECTS, AND SYSFS
1367P: Greg Kroah-Hartman
1368M: gregkh@suse.de
1369L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001370T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371S: Supported
1372
1373DRM DRIVERS
1374P: David Airlie
1375M: airlied@linux.ie
1376L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001377T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378S: Maintained
1379
1380DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001381P: Francois Romieu
1382M: romieu@fr.zoreil.com
1383L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384S: Maintained
1385
1386DVB SUBSYSTEM AND DRIVERS
1387P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001388M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001390W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001391T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001392S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001394DZ DECSTATION DZ11 SERIAL DRIVER
1395P: Maciej W. Rozycki
1396M: macro@linux-mips.org
1397S: Maintained
1398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399EATA-DMA SCSI DRIVER
1400P: Michael Neuffer
1401L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1402S: Maintained
1403
1404EATA ISA/EISA/PCI SCSI DRIVER
1405P: Dario Ballabio
1406M: ballabio_dario@emc.com
1407L: linux-scsi@vger.kernel.org
1408S: Maintained
1409
1410EATA-PIO SCSI DRIVER
1411P: Michael Neuffer
1412M: mike@i-Connect.Net
1413L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1414S: Maintained
1415
1416EBTABLES
1417P: Bart De Schuymer
1418M: bart.de.schuymer@pandora.be
1419L: ebtables-user@lists.sourceforge.net
1420L: ebtables-devel@lists.sourceforge.net
1421W: http://ebtables.sourceforge.net/
1422S: Maintained
1423
Michael Halcrow237fead2006-10-04 02:16:22 -07001424ECRYPT FILE SYSTEM
1425P: Mike Halcrow, Phillip Hellewell
1426M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1427L: ecryptfs-devel@lists.sourceforge.net
1428W: http://ecryptfs.sourceforge.net/
1429S: Supported
1430
Alan Coxda9bb1d2006-01-18 17:44:13 -08001431EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001432P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001433M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001434L: bluesmoke-devel@lists.sourceforge.net
1435W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001436S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001437
1438EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001439P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001440P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001441M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001442M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001443L: bluesmoke-devel@lists.sourceforge.net
1444W: bluesmoke.sourceforge.net
1445S: Maintained
1446
1447EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001448P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001449M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001450L: bluesmoke-devel@lists.sourceforge.net
1451W: bluesmoke.sourceforge.net
1452S: Maintained
1453
Douglas Thompson6bc78402007-07-19 01:50:12 -07001454EDAC-I82443BXGX
1455P: Tim Small
1456M: tim@buttersideup.com
1457L: bluesmoke-devel@lists.sourceforge.net
1458W: bluesmoke.sourceforge.net
1459S: Maintained
1460
1461EDAC-I3000
1462P: Jason Uhlenkott
1463M: juhlenko@akamai.com
1464L: bluesmoke-devel@lists.sourceforge.net
1465W: bluesmoke.sourceforge.net
1466S: Maintained
1467
1468EDAC-I5000
1469P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001470M: dougthompson@xmission.com
1471L: bluesmoke-devel@lists.sourceforge.net
1472W: bluesmoke.sourceforge.net
1473S: Maintained
1474
1475EDAC-I82975X
1476P: Ranganathan Desikan
1477P: Arvind R.
1478M: rdesikan@jetzbroadband.com
1479M: arvind@acarlab.com
1480L: bluesmoke-devel@lists.sourceforge.net
1481W: bluesmoke.sourceforge.net
1482S: Maintained
1483
1484EDAC-PASEMI
1485P: Egor Martovetsky
1486M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001487L: bluesmoke-devel@lists.sourceforge.net
1488W: bluesmoke.sourceforge.net
1489S: Maintained
1490
Dave Peterson0e438e32006-03-26 01:38:55 -08001491EDAC-R82600
1492P: Tim Small
1493M: tim@buttersideup.com
1494L: bluesmoke-devel@lists.sourceforge.net
1495W: bluesmoke.sourceforge.net
1496S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001497
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498EEPRO100 NETWORK DRIVER
1499P: Andrey V. Savochkin
1500M: saw@saw.sw.com.sg
1501S: Maintained
1502
Josh Triplett0bee8d22006-07-30 03:03:58 -07001503EFS FILESYSTEM
1504W: http://aeschi.ch.eu.org/efs/
1505S: Orphan
1506
Heiko J Schickfab97222006-09-22 15:22:22 -07001507EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1508P: Hoang-Nam Nguyen
1509M: hnguyen@de.ibm.com
1510P: Christoph Raisch
1511M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001512L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001513S: Supported
1514
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001515EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001516P: James Smart
1517M: james.smart@emulex.com
1518L: linux-scsi@vger.kernel.org
1519W: http://sourceforge.net/projects/lpfcxxxx
1520S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001521
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522EPSON 1355 FRAMEBUFFER DRIVER
1523P: Christopher Hoover
1524M: ch@murgatroid.com, ch@hpl.hp.com
1525S: Maintained
1526
1527ETHEREXPRESS-16 NETWORK DRIVER
1528P: Philip Blundell
1529M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001530L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531S: Maintained
1532
1533ETHERNET BRIDGE
1534P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001535M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001536L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537W: http://bridge.sourceforge.net/
1538S: Maintained
1539
1540ETHERTEAM 16I DRIVER
1541P: Mika Kuoppala
1542M: miku@iki.fi
1543S: Maintained
1544
1545EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001546L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547S: Maintained
1548
1549EXT3 FILE SYSTEM
1550P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001551M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001552L: linux-ext4@vger.kernel.org
1553S: Maintained
1554
1555EXT4 FILE SYSTEM
1556P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001557M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001558L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559S: Maintained
1560
Jean Delvaree53004e2006-01-09 23:26:14 +01001561F71805F HARDWARE MONITORING DRIVER
1562P: Jean Delvare
1563M: khali@linux-fr.org
1564L: lm-sensors@lm-sensors.org
1565S: Maintained
1566
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567FARSYNC SYNCHRONOUS DRIVER
1568P: Kevin Curtis
1569M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570W: http://www.farsite.co.uk/
1571S: Supported
1572
Akinobu Mitac5408b82007-04-23 14:41:20 -07001573FAULT INJECTION SUPPORT
1574P: Akinobu Mita
1575M: akinobu.mita@gmail.com
1576S: Supported
1577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578FRAMEBUFFER LAYER
1579P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001580M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001581L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582W: http://linux-fbdev.sourceforge.net/
1583S: Maintained
1584
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001585FREESCALE SOC FS_ENET DRIVER
1586P: Pantelis Antoniou
1587M: pantelis.antoniou@gmail.com
1588P: Vitaly Bordug
1589M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001590L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001591L: netdev@vger.kernel.org
1592S: Maintained
1593
Li Yanga7205b32007-04-23 10:38:18 -07001594FREESCALE HIGHSPEED USB DEVICE DRIVER
1595P: Li Yang
1596M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001597L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001598L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001599S: Maintained
1600
Li Yangbeaf53b2007-05-25 13:54:02 +08001601FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1602P: Li Yang
1603M: leoli@freescale.com
1604L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001605L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001606S: Maintained
1607
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608FILE LOCKING (flock() and fcntl()/lockf())
1609P: Matthew Wilcox
1610M: matthew@wil.cx
1611L: linux-fsdevel@vger.kernel.org
1612S: Maintained
1613
1614FILESYSTEMS (VFS and infrastructure)
1615P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001616M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617S: Maintained
1618
Stefan Richterf148e202008-01-12 12:32:44 +01001619FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001620P: Kristian Hoegsberg, Stefan Richter
1621M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1622L: linux1394-devel@lists.sourceforge.net
1623W: http://www.linux1394.org/
1624T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1625S: Maintained
1626
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627FIRMWARE LOADER (request_firmware)
1628L: linux-kernel@vger.kernel.org
1629S: Orphan
1630
1631FPU EMULATOR
1632P: Bill Metzenthen
1633M: billm@suburbia.net
1634W: http://suburbia.net/~billm/floating-point/emulator/
1635S: Maintained
1636
1637FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1638P: Mike McLagan
1639M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001640L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641S: Maintained
1642
1643FREEVXFS FILESYSTEM
1644P: Christoph Hellwig
1645M: hch@infradead.org
1646W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1647S: Maintained
1648
David Howells5ab7ffe2007-04-10 15:10:45 +01001649FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650P: David Howells
1651M: dhowells@redhat.com
1652S: Maintained
1653
Miklos Szeredi04578f12005-09-09 13:10:22 -07001654FUSE: FILESYSTEM IN USERSPACE
1655P: Miklos Szeredi
1656M: miklos@szeredi.hu
1657L: fuse-devel@lists.sourceforge.net
1658W: http://fuse.sourceforge.net/
1659S: Maintained
1660
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1662P: Rik Faith
1663M: faith@cs.unc.edu
1664L: linux-scsi@vger.kernel.org
1665S: Odd fixes (e.g., new signatures)
1666
1667GDT SCSI DISK ARRAY CONTROLLER DRIVER
1668P: Achim Leubner
1669M: achim_leubner@adaptec.com
1670L: linux-scsi@vger.kernel.org
1671W: http://www.icp-vortex.com/
1672S: Supported
1673
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001674GENERIC GPIO I2C DRIVER
1675P: Haavard Skinnemoen
1676M: hskinnemoen@atmel.com
1677S: Supported
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1680P: Krzysztof Halasa
1681M: khc@pm.waw.pl
1682W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1683S: Maintained
1684
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001685GFS2 FILE SYSTEM
1686P: Steven Whitehouse
1687M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001688L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001689W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001690T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1691T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001692S: Supported
1693
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001694GIGASET ISDN DRIVERS
1695P: Hansjoerg Lipp
1696M: hjlipp@web.de
1697P: Tilman Schmidt
1698M: tilman@imap.cc
1699L: gigaset307x-common@lists.sourceforge.net
1700W: http://gigaset307x.sourceforge.net/
1701S: Maintained
1702
Jean Delvare5b543962005-08-15 19:51:02 +02001703HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001704P: Mark M. Hoffman
1705M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001706L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001707W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001708T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1709T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001710S: Maintained
1711
Michael Buesch844dd052006-06-26 00:24:59 -07001712HARDWARE RANDOM NUMBER GENERATOR CORE
1713P: Michael Buesch
1714M: mb@bu3sch.de
1715S: Maintained
1716
Robert Love860e1d62005-08-31 23:57:59 -04001717HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1718P: Robert Love
1719M: rlove@rlove.org
1720M: linux-kernel@vger.kernel.org
1721W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1722S: Maintained
1723
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724HARMONY SOUND DRIVER
1725P: Kyle McMartin
1726M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001727L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728S: Maintained
1729
1730HAYES ESP SERIAL DRIVER
1731P: Andrew J. Robinson
1732M: arobinso@nyx.net
1733L: linux-kernel@vger.kernel.org
1734W: http://www.nyx.net/~arobinso
1735S: Maintained
1736
1737HFS FILESYSTEM
1738P: Roman Zippel
1739M: zippel@linux-m68k.org
1740L: linux-kernel@vger.kernel.org
1741S: Maintained
1742
1743HGA FRAMEBUFFER DRIVER
1744P: Ferenc Bakonyi
1745M: fero@drama.obuda.kando.hu
1746L: linux-nvidia@lists.surfsouth.com
1747W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1748S: Maintained
1749
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001750HID CORE LAYER
1751P: Jiri Kosina
1752M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001753L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001754T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001755S: Maintained
1756
Ingo Molnar38bed542007-02-22 09:09:34 +01001757HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1758P: Thomas Gleixner
1759M: tglx@linutronix.de
1760L: linux-kernel@vger.kernel.org
1761S: Maintained
1762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763HIGH-SPEED SCC DRIVER FOR AX.25
1764P: Klaus Kudielka
1765M: klaus.kudielka@ieee.org
1766L: linux-hams@vger.kernel.org
1767W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1768S: Maintained
1769
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001770HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1771P: HighPoint Linux Team
1772M: linux@highpoint-tech.com
1773W: http://www.highpoint-tech.com
1774S: Supported
1775
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776HIPPI
1777P: Jes Sorensen
1778M: jes@trained-monkey.org
1779L: linux-hippi@sunsite.dk
1780S: Maintained
1781
1782HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1783P: Chirag Kantharia
1784M: chirag.kantharia@hp.com
1785L: iss_storagedev@hp.com
1786S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788HEWLETT-PACKARD SMART2 RAID DRIVER
1789P: Chirag Kantharia
1790M: chirag.kantharia@hp.com
1791L: iss_storagedev@hp.com
1792S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001793
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1795P: Mike Miller
1796M: mike.miller@hp.com
1797L: iss_storagedev@hp.com
1798S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001799
Jouni Malinenff1d2762005-05-12 22:54:16 -04001800HOST AP DRIVER
1801P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001802M: j@w1.fi
1803L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001804L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001805W: http://hostap.epitest.fi/
1806S: Maintained
1807
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1809P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001810M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811S: Maintained
1812
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001813HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1814P: Carlos Corbacho
1815M: carlos@strangeworlds.co.uk
1816S: Odd Fixes
1817
Bob Piccob9b03322005-11-07 00:59:19 -08001818HPET: High Precision Event Timers driver (hpet.c)
1819P: Clemens Ladisch
1820M: clemens@ladisch.de
1821S: Maintained
1822
1823HPET: i386
1824P: Venkatesh Pallipadi (Venki)
1825M: venkatesh.pallipadi@intel.com
1826S: Maintained
1827
1828HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001829P: Vojtech Pavlik
1830M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001831S: Maintained
1832
1833HPET: ACPI hpet.c
1834P: Bob Picco
1835M: bob.picco@hp.com
1836S: Maintained
1837
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838HPFS FILESYSTEM
1839P: Mikulas Patocka
1840M: mikulas@artax.karlin.mff.cuni.cz
1841W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1842S: Maintained
1843
1844HUGETLB FILESYSTEM
1845P: William Irwin
1846M: wli@holomorphy.com
1847S: Maintained
1848
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001849I2C/SMBUS STUB DRIVER
1850P: Mark M. Hoffman
1851M: mhoffman@lightlink.com
1852L: lm-sensors@lm-sensors.org
1853S: Maintained
1854
Jean Delvare5b543962005-08-15 19:51:02 +02001855I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856P: Jean Delvare
1857M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001858L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001859T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860S: Maintained
1861
Till Harbaume8c76ee2007-05-01 23:26:35 +02001862I2C-TINY-USB DRIVER
1863P: Till Harbaum
1864M: till@harbaum.org
1865L: i2c@lm-sensors.org
1866T: http://www.harbaum.org/till/i2c_tiny_usb
1867S: Maintained
1868
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001870P: H. Peter Anvin
1871M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872L: Linux-Kernel@vger.kernel.org
1873S: Maintained
1874
1875i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876P: H. Peter Anvin
1877M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001878T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879S: Maintained
1880
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881IA64 (Itanium) PLATFORM
1882P: Tony Luck
1883M: tony.luck@intel.com
1884L: linux-ia64@vger.kernel.org
1885W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001886T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887S: Maintained
1888
1889SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001890P: Jes Sorensen
1891M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892L: linux-altix@sgi.com
1893L: linux-ia64@vger.kernel.org
1894W: http://www.sgi.com/altix
1895S: Maintained
1896
1897IBM MCA SCSI SUBSYSTEM DRIVER
1898P: Michael Lang
1899M: langa2@kph.uni-mainz.de
1900W: http://www.uni-mainz.de/~langm000/linux.html
1901S: Maintained
1902
1903IBM Power Linux RAID adapter
1904P: Brian King
1905M: brking@us.ibm.com
1906S: Supported
1907
1908IBM ServeRAID RAID DRIVER
1909P: Jack Hammer
1910P: Dave Jeffery
1911M: ipslinux@adaptec.com
1912W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001913S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001915IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001917M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001919T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920S: Maintained
1921
1922IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001923P: Borislav Petkov
1924M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001925L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001926S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927
1928IDE/ATAPI FLOPPY DRIVERS
1929P: Paul Bristow
1930M: Paul Bristow <paul@paulbristow.net>
1931W: http://paulbristow.net/linux/idefloppy.html
1932L: linux-kernel@vger.kernel.org
1933S: Maintained
1934
1935IDE/ATAPI TAPE DRIVERS
1936P: Gadi Oxman
1937M: Gadi Oxman <gadio@netvision.net.il>
1938L: linux-kernel@vger.kernel.org
1939S: Maintained
1940
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001941IDE-SCSI DRIVER
1942L: linux-ide@vger.kernel.org
1943L: linux-scsi@vger.kernel.org
1944S: Orphan
1945
Stefan Richterf148e202008-01-12 12:32:44 +01001946IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001948M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001949P: Stefan Richter
1950M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951L: linux1394-devel@lists.sourceforge.net
1952W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001953T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954S: Maintained
1955
Stefan Richterf51a5a92007-04-23 14:41:10 -07001956IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957P: Dan Dennedy
1958M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001959P: Stefan Richter
1960M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001962S: Maintained
1963
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001965L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001966S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967
1968INFINIBAND SUBSYSTEM
1969P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001970M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001972M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001974M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001975L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001977T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978S: Supported
1979
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001980INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001981P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001982M: dmitry.torokhov@gmail.com
1983M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001984L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001985T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986S: Maintained
1987
Robert Lovec9f04f52005-07-15 12:21:07 -04001988INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001989P: John McCutchan
1990M: ttb@tentacle.dhs.org
1991P: Robert Love
1992M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001993L: linux-kernel@vger.kernel.org
1994S: Maintained
1995
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001996INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001997P: Sylvain Meyer
1998M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001999L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002000S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002001
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002003P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002004M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002005L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002006S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008INTEL IA32 MICROCODE UPDATE SUPPORT
2009P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002010M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011S: Maintained
2012
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002013INTEL I/OAT DMA DRIVER
2014P: Shannon Nelson
2015M: shannon.nelson@intel.com
2016L: linux-kernel@vger.kernel.org
2017S: Supported
2018
Dan Williamsb3e5f262007-08-07 10:26:35 -07002019INTEL IOP-ADMA DMA DRIVER
2020P: Dan Williams
2021M: dan.j.williams@intel.com
2022L: linux-kernel@vger.kernel.org
2023S: Supported
2024
Michael Buesch844dd052006-06-26 00:24:59 -07002025INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2026P: Deepak Saxena
2027M: dsaxena@plexity.net
2028S: Maintained
2029
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002030INTEL IXP2000 ETHERNET DRIVER
2031P: Lennert Buytenhek
2032M: kernel@wantstofly.org
2033L: netdev@vger.kernel.org
2034S: Maintained
2035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002037P: Auke Kok
2038M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039P: Jesse Brandeburg
2040M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002041P: Jeff Kirsher
2042M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002043P: John Ronciak
2044M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002045L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046W: http://sourceforge.net/projects/e1000/
2047S: Supported
2048
2049INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002050P: Auke Kok
2051M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002052P: Jesse Brandeburg
2053M: jesse.brandeburg@intel.com
2054P: Jeff Kirsher
2055M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002056P: John Ronciak
2057M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002058L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059W: http://sourceforge.net/projects/e1000/
2060S: Supported
2061
2062INTEL PRO/10GbE SUPPORT
2063P: Ayyappan Veeraiyan
2064M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002065P: Auke Kok
2066M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002067P: Jesse Brandeburg
2068M: jesse.brandeburg@intel.com
2069P: John Ronciak
2070M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002071L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072W: http://sourceforge.net/projects/e1000/
2073S: Supported
2074
James Ketrenos826d2ab2005-11-07 18:56:59 -06002075INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002076P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002077M: yi.zhu@intel.com
2078P: James Ketrenos
2079M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002080P: Reinette Chatre
2081M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002082L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002083L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002084W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002085W: http://ipw2100.sourceforge.net
2086S: Supported
2087
2088INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002089P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002090M: yi.zhu@intel.com
2091P: James Ketrenos
2092M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002093P: Reinette Chatre
2094M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002095L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002096L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002097W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002098W: http://ipw2200.sourceforge.net
2099S: Supported
2100
Zhu Yib481de92007-09-25 17:54:57 -07002101INTEL WIRELESS WIFI LINK (iwlwifi)
2102P: Zhu Yi
2103M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002104P: Reinette Chatre
2105M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002106L: linux-wireless@vger.kernel.org
2107L: ipw3945-devel@lists.sourceforge.net
2108W: http://intellinuxwireless.org
2109T: git git://intellinuxwireless.org/repos/iwlwifi
2110S: Supported
2111
Ralf Baechlecb109a02007-08-30 23:56:30 -07002112IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113P: Ralf Baechle
2114M: ralf@linux-mips.org
2115L: linux-mips@linux-mips.org
2116S: Maintained
2117
Ralf Baechlecb109a02007-08-30 23:56:30 -07002118IOC3 SERIAL DRIVER
2119P: Pat Gefre
2120M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002121L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002122S: Maintained
2123
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124IP MASQUERADING:
2125P: Juanjo Ciarlante
2126M: jjciarla@raiz.uncu.edu.ar
2127S: Maintained
2128
Francois Romieu1202d6f2007-09-17 17:13:55 -07002129IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2130P: Francois Romieu
2131M: romieu@fr.zoreil.com
2132P: Sorbica Shieh
2133M: sorbica@icplus.com.tw
2134P: Jesse Huang
2135M: jesse@icplus.com.tw
2136L: netdev@vger.kernel.org
2137S: Maintained
2138
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002139IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002140P: Arthur Jones
2141M: infinipath@qlogic.com
2142L: general@lists.openfabrics.org
2143T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002144S: Supported
2145
Corey Minyard4409ebe2006-04-20 02:43:12 -07002146IPMI SUBSYSTEM
2147P: Corey Minyard
2148M: minyard@acm.org
2149L: openipmi-developer@lists.sourceforge.net
2150W: http://openipmi.sourceforge.net/
2151S: Supported
2152
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153IPX NETWORK LAYER
2154P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002155M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002156L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Maintained
2158
David Sterba099dc4f2008-02-07 10:57:12 +01002159IPWIRELES DRIVER
2160P: Jiri Kosina
2161M: jkosina@suse.cz
2162P: David Sterba
2163M: dsterba@suse.cz
2164S: Maintained
2165T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2166
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002168P: Samuel Ortiz
2169M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002170L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002172S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173
Mike Christie14816b12007-11-28 16:22:06 -08002174ISCSI
2175P: Mike Christie
2176M: michaelc@cs.wisc.edu
2177L: open-iscsi@googlegroups.com
2178W: www.open-iscsi.org
2179T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2180S: Maintained
2181
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182ISAPNP
2183P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002184M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185S: Maintained
2186
2187ISDN SUBSYSTEM
2188P: Karsten Keil
2189M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190L: isdn4linux@listserv.isdn4linux.de
2191W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002192T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193S: Maintained
2194
2195ISDN SUBSYSTEM (Eicon active card driver)
2196P: Armin Schindler
2197M: mac@melware.de
2198L: isdn4linux@listserv.isdn4linux.de
2199W: http://www.melware.de
2200S: Maintained
2201
Hans Verkuil91821ff2007-12-02 09:35:33 -03002202IVTV VIDEO4LINUX DRIVER
2203P: Hans Verkuil
2204M: hverkuil@xs4all.nl
2205L: ivtv-devel@ivtvdriver.org
2206L: ivtv-users@ivtvdriver.org
2207L: video4linux-list@redhat.com
2208W: http://www.ivtvdriver.org
2209S: Maintained
2210
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2212P: David Woodhouse
2213M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002214L: linux-mtd@lists.infradead.org
2215W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216S: Maintained
2217
2218JFS FILESYSTEM
2219P: Dave Kleikamp
2220M: shaggy@austin.ibm.com
2221L: jfs-discussion@lists.sourceforge.net
2222W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002223T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224S: Supported
2225
Josh Triplettde456d32006-07-30 03:04:00 -07002226JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002227P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002228M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002229L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002230S: Maintained
2231
Rudolf Marek4660cb32006-10-08 22:01:26 +02002232K8TEMP HARDWARE MONITORING DRIVER
2233P: Rudolf Marek
2234M: r.marek@assembler.cz
2235L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236S: Maintained
2237
2238KCONFIG
2239P: Roman Zippel
2240M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002241L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242S: Maintained
2243
Vivek Goyalea6c2082006-05-20 14:59:55 -07002244KDUMP
2245P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002246M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002247P: Haren Myneni
2248M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002249L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002250L: linux-kernel@vger.kernel.org
2251W: http://lse.sourceforge.net/kdump/
2252S: Maintained
2253
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254KERNEL AUTOMOUNTER (AUTOFS)
2255P: H. Peter Anvin
2256M: hpa@zytor.com
2257L: autofs@linux.kernel.org
2258S: Odd Fixes
2259
2260KERNEL AUTOMOUNTER v4 (AUTOFS4)
2261P: Ian Kent
2262M: raven@themaw.net
2263L: autofs@linux.kernel.org
2264S: Maintained
2265
2266KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267P: Sam Ravnborg
2268M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002269T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002270L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002271S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272
2273KERNEL JANITORS
2274P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002275L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277S: Maintained
2278
2279KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002280P: J. Bruce Fields
2281M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002283M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002284L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002286S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287
Avi Kivity426d62e2006-12-13 00:34:03 -08002288KERNEL VIRTUAL MACHINE (KVM)
2289P: Avi Kivity
2290M: avi@qumranet.com
2291L: kvm-devel@lists.sourceforge.net
2292W: kvm.sourceforge.net
2293S: Supported
2294
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002295KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2296P: Anthony Xu
2297M: anthony.xu@intel.com
2298P: Xiantao Zhang
2299M: xiantao.zhang@intel.com
2300L: kvm-ia64-devel@lists.sourceforge.net
2301W: kvm.sourceforge.net
2302S: Supported
2303
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002304KEXEC
2305P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002306M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002307W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002308L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002309L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002310S: Maintained
2311
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002312KPROBES
2313P: Prasanna S Panchamukhi
2314M: prasanna@in.ibm.com
2315P: Ananth N Mavinakayanahalli
2316M: ananth@in.ibm.com
2317P: Anil S Keshavamurthy
2318M: anil.s.keshavamurthy@intel.com
2319P: David S. Miller
2320M: davem@davemloft.net
2321L: linux-kernel@vger.kernel.org
2322S: Maintained
2323
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002324KS0108 LCD CONTROLLER DRIVER
2325P: Miguel Ojeda Sandonis
2326M: maxextreme@gmail.com
2327L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002328W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002329S: Maintained
2330
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002333S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334
2335LASI 53c700 driver for PARISC
2336P: James E.J. Bottomley
2337M: James.Bottomley@HansenPartnership.com
2338L: linux-scsi@vger.kernel.org
2339S: Maintained
2340
Richard Purdie263de9b2006-05-15 09:44:16 -07002341LED SUBSYSTEM
2342P: Richard Purdie
2343M: rpurdie@rpsys.net
2344S: Maintained
2345
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346LEGO USB Tower driver
2347P: Juergen Stuber
2348M: starblue@users.sourceforge.net
2349L: legousb-devel@lists.sourceforge.net
2350W: http://legousb.sourceforge.net/
2351S: Maintained
2352
Rusty Russell568a17f2007-10-25 14:12:24 +10002353LGUEST
2354P: Rusty Russell
2355M: rusty@rustcorp.com.au
2356L: lguest@ozlabs.org
2357W: http://lguest.ozlabs.org/
2358S: Maintained
2359
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360LINUX FOR IBM pSERIES (RS/6000)
2361P: Paul Mackerras
2362M: paulus@au.ibm.com
2363W: http://www.ibm.com/linux/ltc/projects/ppc
2364S: Supported
2365
2366LINUX FOR NCR VOYAGER
2367P: James Bottomley
2368M: James.Bottomley@HansenPartnership.com
2369W: http://www.hansenpartnership.com/voyager
2370S: Maintained
2371
2372LINUX FOR POWERPC
2373P: Paul Mackerras
2374M: paulus@samba.org
2375W: http://www.penguinppc.org/
2376L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002377T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Supported
2379
2380LINUX FOR POWER MACINTOSH
2381P: Benjamin Herrenschmidt
2382M: benh@kernel.crashing.org
2383W: http://www.penguinppc.org/
2384L: linuxppc-dev@ozlabs.org
2385S: Maintained
2386
2387LINUX FOR POWERPC EMBEDDED MPC52XX
2388P: Sylvain Munaut
2389M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002390P: Grant Likely
2391M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392W: http://www.246tNt.com/mpc52xx/
2393W: http://www.penguinppc.org/
2394L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395S: Maintained
2396
2397LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002398P: Josh Boyer
2399M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400P: Matt Porter
2401M: mporter@kernel.crashing.org
2402W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002403L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002404T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405S: Maintained
2406
Grant Likely260c02a2007-10-02 12:15:34 +10002407LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2408P: Grant Likely
2409M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002410W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002411L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
Tom Rinie93adf12005-07-26 12:49:53 -07002414LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415P: Tom Rini
2416M: trini@kernel.crashing.org
2417W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002418L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419S: Maintained
2420
Tom Rinie93adf12005-07-26 12:49:53 -07002421LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002422P: Vitaly Bordug
2423M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002424P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002425M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002426W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002427L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002428S: Maintained
2429
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002431P: Kumar Gala
2432M: galak@kernel.crashing.org
2433W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002434L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002435S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436
Olof Johanssonab06ff32006-09-06 14:44:54 -05002437LINUX FOR POWERPC PA SEMI PWRFICIENT
2438P: Olof Johansson
2439M: olof@lixom.net
2440W: http://www.pasemi.com/
2441L: linuxppc-dev@ozlabs.org
2442S: Supported
2443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444LLC (802.2)
2445P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002446M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Maintained
2448
2449LINUX FOR 64BIT POWERPC
2450P: Paul Mackerras
2451M: paulus@samba.org
2452M: paulus@au.ibm.com
2453P: Anton Blanchard
2454M: anton@samba.org
2455M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002456W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002457L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458S: Supported
2459
2460LINUX SECURITY MODULE (LSM) FRAMEWORK
2461P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002462M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002463L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002465T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466S: Supported
2467
2468LM83 HARDWARE MONITOR DRIVER
2469P: Jean Delvare
2470M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002471L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472S: Maintained
2473
2474LM90 HARDWARE MONITOR DRIVER
2475P: Jean Delvare
2476M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002477L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478S: Maintained
2479
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002480LOCKDEP AND LOCKSTAT
2481P: Peter Zijlstra
2482M: peterz@infradead.org
2483P: Ingo Molnar
2484M: mingo@redhat.com
2485L: linux-kernel@vger.kernel.org
2486T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2487S: Maintained
2488
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002489LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490P: Richard Russon (FlatCap)
2491M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002492L: linux-ntfs-dev@lists.sourceforge.net
2493W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494S: Maintained
2495
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002496LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2497P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002498M: Eric.Moore@lsi.com
2499M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002500L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002501L: linux-scsi@vger.kernel.org
2502W: http://www.lsilogic.com/support
2503S: Supported
2504
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2506P: Matthew Wilcox
2507M: matthew@wil.cx
2508L: linux-scsi@vger.kernel.org
2509S: Maintained
2510
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002511M32R ARCHITECTURE
2512P: Hirokazu Takata
2513M: takata@linux-m32r.org
2514L: linux-m32r@ml.linux-m32r.org
2515L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2516W: http://www.linux-m32r.org/
2517S: Maintained
2518
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519M68K ARCHITECTURE
2520P: Geert Uytterhoeven
2521M: geert@linux-m68k.org
2522P: Roman Zippel
2523M: zippel@linux-m68k.org
2524L: linux-m68k@lists.linux-m68k.org
2525W: http://www.linux-m68k.org/
2526W: http://linux-m68k-cvs.ubb.ca/
2527S: Maintained
2528
2529M68K ON APPLE MACINTOSH
2530P: Joshua Thompson
2531M: funaho@jurai.org
2532W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002533L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534S: Maintained
2535
2536M68K ON HP9000/300
2537P: Philip Blundell
2538M: philb@gnu.org
2539W: http://www.tazenda.demon.co.uk/phil/linux-hp
2540S: Maintained
2541
Jiri Benc64a327a2007-05-05 11:47:08 -07002542MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002543P: Michael Wu
2544M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002545P: Johannes Berg
2546M: johannes@sipsolutions.net
2547P: Jiri Benc
2548M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002549L: linux-wireless@vger.kernel.org
2550W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002551T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002552S: Maintained
2553
Stefano Brivio1036d862007-12-23 04:46:27 +01002554MAC80211 PID RATE CONTROL
2555P: Stefano Brivio
2556M: stefano.brivio@polimi.it
2557P: Mattias Nissler
2558M: mattias.nissler@gmx.de
2559L: linux-wireless@vger.kernel.org
2560W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2561T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2562S: Maintained
2563
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002564MACVLAN DRIVER
2565P: Patrick McHardy
2566M: kaber@trash.net
2567L: netdev@vger.kernel.org
2568S: Maintained
2569
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570MARVELL YUKON / SYSKONNECT DRIVER
2571P: Mirko Lindner
2572M: mlindner@syskonnect.de
2573P: Ralph Roesler
2574M: rroesler@syskonnect.de
2575W: http://www.syskonnect.com
2576S: Supported
2577
Michael Kerriskfaf16682005-07-31 22:34:47 -07002578MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002579P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002580M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002581W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2582S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002583
Stefano Brivio74cda162007-11-19 20:27:46 +01002584MARVELL LIBERTAS WIRELESS DRIVER
2585P: Dan Williams
2586M: dcbw@redhat.com
2587L: libertas-dev@lists.infradead.org
2588S: Maintained
2589
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002590MARVELL MV643XX ETHERNET DRIVER
2591P: Dale Farnsworth
2592M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002594M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002595L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002596S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597
2598MATROX FRAMEBUFFER DRIVER
2599P: Petr Vandrovec
2600M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002601L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602S: Maintained
2603
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002604MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2605P: Hans J. Koch
2606M: hjk@linutronix.de
2607L: lm-sensors@lm-sensors.org
2608S: Maintained
2609
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002610MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002611P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002612M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002613S: linux-scsi@vger.kernel.org
2614W: http://megaraid.lsilogic.com
2615S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002616
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002617MEMORY MANAGEMENT
2618L: linux-mm@kvack.org
2619L: linux-kernel@vger.kernel.org
2620W: http://www.linux-mm.org
2621S: Maintained
2622
David Howellsb920de12008-02-08 04:19:31 -08002623MEI MN10300/AM33 PORT
2624P: David Howells
2625M: dhowells@redhat.com
2626P: Koichi Yasutake
2627M: yasutake.koichi@jp.panasonic.com
2628L: linux-am33-list@redhat.com
2629W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2630S: Maintained
2631
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002632MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633P: David Woodhouse
2634M: dwmw2@infradead.org
2635W: http://www.linux-mtd.infradead.org/
2636L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002637T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
Artem Bityutskiy48576402007-02-13 17:11:10 +02002640UNSORTED BLOCK IMAGES (UBI)
2641P: Artem Bityutskiy
2642M: dedekind@infradead.org
2643W: http://www.linux-mtd.infradead.org/
2644L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002645T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002646S: Maintained
2647
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648MICROTEK X6 SCANNER
2649P: Oliver Neukum
2650M: oliver@neukum.name
2651S: Maintained
2652
2653MIPS
2654P: Ralf Baechle
2655M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002656W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002658T: git www.linux-mips.org:/pub/scm/linux.git
2659S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660
2661MISCELLANEOUS MCA-SUPPORT
2662P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002663M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664L: linux-kernel@vger.kernel.org
2665S: Maintained
2666
2667MODULE SUPPORT
2668P: Rusty Russell
2669M: rusty@rustcorp.com.au
2670L: linux-kernel@vger.kernel.org
2671S: Maintained
2672
2673MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2674P: Stelian Pop
2675M: stelian@popies.net
2676W: http://popies.net/meye/
2677S: Maintained
2678
Pavel Pisac58ff042007-05-16 01:10:41 +02002679MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2680P: Pavel Pisa
2681M: ppisa@pikron.com
2682L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2683W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2684S: Maintained
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686MOUSE AND MISC DEVICES [GENERAL]
2687P: Alessandro Rubini
2688M: rubini@ipvvis.unipv.it
2689L: linux-kernel@vger.kernel.org
2690S: Maintained
2691
Jiri Slabyd7354102006-12-08 02:38:35 -08002692MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2693P: Jiri Slaby
2694M: jirislaby@gmail.com
2695L: linux-kernel@vger.kernel.org
2696S: Maintained
2697
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002698MSI LAPTOP SUPPORT
2699P: Lennart Poettering
2700M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002701W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002702W: http://0pointer.de/lennart/tchibo.html
2703S: Maintained
2704
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002705MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002706P: Pierre Ossman
2707M: drzeus-mmc@drzeus.cx
2708L: linux-kernel@vger.kernel.org
2709S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002710
David Brownell15a05802007-08-08 09:12:54 -07002711MULTIMEDIA CARD (MMC) ETC. OVER SPI
2712P: David Brownell
2713M: dbrownell@users.sourceforge.net
2714L: linux-kernel@vger.kernel.org
2715S: Odd fixes
2716
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717MULTISOUND SOUND DRIVER
2718P: Andrew Veliath
2719M: andrewtv@usa.net
2720S: Maintained
2721
Jiri Slabyd7354102006-12-08 02:38:35 -08002722MULTITECH MULTIPORT CARD (ISICOM)
2723P: Jiri Slaby
2724M: jirislaby@gmail.com
2725L: linux-kernel@vger.kernel.org
2726S: Maintained
2727
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728NATSEMI ETHERNET DRIVER (DP8381x)
2729P: Tim Hockin
2730M: thockin@hockin.org
2731S: Maintained
2732
2733NCP FILESYSTEM
2734P: Petr Vandrovec
2735M: vandrove@vc.cvut.cz
2736L: linware@sh.cvut.cz
2737S: Maintained
2738
2739NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2740P: James E.J. Bottomley
2741M: James.Bottomley@HansenPartnership.com
2742L: linux-scsi@vger.kernel.org
2743S: Maintained
2744
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002745NETEFFECT IWARP RNIC DRIVER (IW_NES)
2746P: Faisal Latif
2747M: flatif@neteffect.com
2748P: Glenn Streiff
2749M: gstreiff@neteffect.com
2750L: general@lists.openfabrics.org
2751W: http://www.neteffect.com
2752S: Supported
2753F: drivers/infiniband/hw/nes/
2754
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002755NETEM NETWORK EMULATOR
2756P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002757M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002758L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002759S: Maintained
2760
Jiri Slaby4a584482007-08-30 23:56:39 -07002761NETERION (S2IO) Xframe 10GbE DRIVER
2762P: Ramkrishna Vepa
2763M: ram.vepa@neterion.com
2764P: Rastapur Santosh
2765M: santosh.rastapur@neterion.com
2766P: Sivakumar Subramani
2767M: sivakumar.subramani@neterion.com
2768P: Sreenivasa Honnur
2769M: sreenivasa.honnur@neterion.com
2770L: netdev@vger.kernel.org
2771W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2772S: Supported
2773
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774NETFILTER/IPTABLES/IPCHAINS
2775P: Rusty Russell
2776P: Marc Boucher
2777P: James Morris
2778P: Harald Welte
2779P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002780P: Patrick McHardy
2781M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002782L: netfilter-devel@vger.kernel.org
2783L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002784L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785W: http://www.netfilter.org/
2786W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787S: Supported
2788
Paul Moore4cc67732006-09-25 15:57:13 -07002789NETLABEL
2790P: Paul Moore
2791M: paul.moore@hp.com
2792W: http://netlabel.sf.net
2793L: netdev@vger.kernel.org
2794S: Supported
2795
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796NETROM NETWORK LAYER
2797P: Ralf Baechle
2798M: ralf@linux-mips.org
2799L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002800W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801S: Maintained
2802
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002803NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804P: Paul Clements
2805M: Paul.Clements@steeleye.com
2806S: Maintained
2807
2808NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809P: Jeff Garzik
2810M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002811L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002812T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813S: Maintained
2814
2815NETWORKING [GENERAL]
2816P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002817M: netdev@vger.kernel.org
2818L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002819W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820S: Maintained
2821
2822NETWORKING [IPv4/IPv6]
2823P: David S. Miller
2824M: davem@davemloft.net
2825P: Alexey Kuznetsov
2826M: kuznet@ms2.inr.ac.ru
2827P: Pekka Savola (ipv6)
2828M: pekkas@netcore.fi
2829P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002830M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831P: Hideaki YOSHIFUJI
2832M: yoshfuji@linux-ipv6.org
2833P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002834M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002835L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002836T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837S: Maintained
2838
James Morris10e2ff12007-08-25 14:41:28 -07002839NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2840P: Paul Moore
2841M: paul.moore@hp.com
2842L: netdev@vger.kernel.org
2843S: Maintained
2844
John W. Linville29f8f632006-01-18 14:52:48 -08002845NETWORKING [WIRELESS]
2846P: John W. Linville
2847M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002848L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002849T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2850S: Maintained
2851
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002852NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002853P: Dhananjay Phadke
2854M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002855L: netdev@vger.kernel.org
2856W: http://www.netxen.com
2857S: Supported
2858
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859IPVS
2860P: Wensong Zhang
2861M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002862P: Simon Horman
2863M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864P: Julian Anastasov
2865M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002866L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867S: Maintained
2868
2869NFS CLIENT
2870P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002871M: Trond.Myklebust@netapp.com
2872L: linux-nfs@vger.kernel.org
2873W: http://client.linux-nfs.org
2874T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875S: Maintained
2876
2877NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002878P: Jan-Pascal van Best
2879M: janpascal@vanbest.org
2880P: Andreas Mohr
2881M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002882L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883S: Maintained
2884
2885NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2886P: YOKOTA Hiroshi
2887M: yokota@netlab.is.tsukuba.ac.jp
2888W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2889S: Maintained
2890
2891NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2892P: GOTO Masanori
2893M: gotom@debian.or.jp
2894P: YOKOTA Hiroshi
2895M: yokota@netlab.is.tsukuba.ac.jp
2896W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2897S: Maintained
2898
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899NTFS FILESYSTEM
2900P: Anton Altaparmakov
2901M: aia21@cantab.net
2902L: linux-ntfs-dev@lists.sourceforge.net
2903L: linux-kernel@vger.kernel.org
2904W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002905T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906S: Maintained
2907
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002908NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002909P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002910M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002911L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002912S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002914OPENCORES I2C BUS DRIVER
2915P: Peter Korsgaard
2916M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002917L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002918S: Maintained
2919
Mark Fashehccd979b2005-12-15 14:31:24 -08002920ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2921P: Mark Fasheh
2922M: mark.fasheh@oracle.com
2923P: Kurt Hackel
2924M: kurt.hackel@oracle.com
2925L: ocfs2-devel@oss.oracle.com
2926W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002927S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002928
Harald Weltec1986ee2005-11-13 16:06:29 -08002929OMNIKEY CARDMAN 4000 DRIVER
2930P: Harald Welte
2931M: laforge@gnumonks.org
2932S: Maintained
2933
Harald Welte77c44ab2005-11-13 16:06:26 -08002934OMNIKEY CARDMAN 4040 DRIVER
2935P: Harald Welte
2936M: laforge@gnumonks.org
2937S: Maintained
2938
Jonathan Corbet77d51402007-03-22 19:44:17 -03002939OMNIVISION OV7670 SENSOR DRIVER
2940P: Jonathan Corbet
2941M: corbet@lwn.net
2942L: video4linux-list@redhat.com
2943S: Maintained
2944
Thomas Gleixner431bca72007-05-02 09:31:35 +02002945ONENAND FLASH DRIVER
2946P: Kyungmin Park
2947M: kyungmin.park@samsung.com
2948L: linux-mtd@lists.infradead.org
2949S: Maintained
2950
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951ONSTREAM SCSI TAPE DRIVER
2952P: Willem Riede
2953M: osst@riede.org
2954L: osst-users@lists.sourceforge.net
2955L: linux-scsi@vger.kernel.org
2956S: Maintained
2957
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958OPROFILE
2959P: Philippe Elie
2960M: phil.el@wanadoo.fr
2961L: oprofile-list@lists.sf.net
2962S: Maintained
2963
2964ORINOCO DRIVER
2965P: Pavel Roskin
2966M: proski@gnu.org
2967P: David Gibson
2968M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002969L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002970L: orinoco-users@lists.sourceforge.net
2971L: orinoco-devel@lists.sourceforge.net
2972W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973S: Maintained
2974
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002975PA SEMI ETHERNET DRIVER
2976P: Olof Johansson
2977M: olof@lixom.net
2978L: netdev@vger.kernel.org
2979S: Maintained
2980
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002981PA SEMI SMBUS DRIVER
2982P: Olof Johansson
2983M: olof@lixom.net
2984L: i2c@lm-sensors.org
2985S: Maintained
2986
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002988L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002989S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990
2991PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2992P: Tim Waugh
2993M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002994L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995W: http://www.torque.net/linux-pp.html
2996S: Maintained
2997
2998PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002999P: Kyle McMartin
3000M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001P: Matthew Wilcox
3002M: matthew@wil.cx
3003P: Grant Grundler
3004M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003005L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003007T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008S: Maintained
3009
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003010PARAVIRT_OPS INTERFACE
3011P: Jeremy Fitzhardinge
3012M: jeremy@xensource.com
3013P: Chris Wright
3014M: chrisw@sous-sol.org
3015P: Zachary Amsden
3016M: zach@vmware.com
3017P: Rusty Russell
3018M: rusty@rustcorp.com.au
3019L: virtualization@lists.osdl.org
3020L: linux-kernel@vger.kernel.org
3021S: Supported
3022
Jim Cromie1662d322006-10-06 00:43:59 -07003023PC87360 HARDWARE MONITORING DRIVER
3024P: Jim Cromie
3025M: jim.cromie@gmail.com
3026L: lm-sensors@lm-sensors.org
3027S: Maintained
3028
3029PC8736x GPIO DRIVER
3030P: Jim Cromie
3031M: jim.cromie@gmail.com
3032S: Maintained
3033
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003034PCI ERROR RECOVERY
3035P: Linas Vepstas
3036M: linas@austin.ibm.com
3037L: linux-kernel@vger.kernel.org
3038L: linux-pci@atrey.karlin.mff.cuni.cz
3039S: Supported
3040
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041PCI SUBSYSTEM
3042P: Greg Kroah-Hartman
3043M: gregkh@suse.de
3044L: linux-kernel@vger.kernel.org
3045L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08003046T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047S: Supported
3048
3049PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003050P: Kristen Carlson Accardi
3051M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052S: Supported
3053
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003054PCIE HOTPLUG DRIVER
3055P: Kristen Carlson Accardi
3056M: kristen.c.accardi@intel.com
3057L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003058S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003059
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003061P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003062L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003063W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003064T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003065S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066
3067PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003068P: Don Fry
3069M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003070L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071S: Maintained
3072
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003073PER-TASK DELAY ACCOUNTING
3074P: Shailabh Nagar
3075M: nagar@watson.ibm.com
3076L: linux-kernel@vger.kernel.org
3077S: Maintained
3078
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003079PERSONALITY HANDLING
3080P: Christoph Hellwig
3081M: hch@infradead.org
3082L: linux-abi-devel@lists.sourceforge.net
3083S: Maintained
3084
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003086P: Joern Engel
3087M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088L: linux-mtd@lists.infradead.org
3089S: Maintained
3090
Peter Osterlund249a6772005-09-27 21:45:30 -07003091PKTCDVD DRIVER
3092P: Peter Osterlund
3093M: petero2@telia.com
3094L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003095S: Maintained
3096
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003098P: Thomas Gleixner
3099M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003100L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101S: Supported
3102
Anton Vorontsov3be86142007-07-15 04:43:36 +04003103POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3104P: Anton Vorontsov
3105M: cbou@mail.ru
3106P: David Woodhouse
3107M: dwmw2@infradead.org
3108L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003109T: git git.infradead.org/battery-2.6.git
3110S: Maintained
3111
Eugene Surovegin24682972005-10-14 03:00:53 -07003112POWERPC 4xx EMAC DRIVER
3113P: Eugene Surovegin
3114M: ebs@ebshome.net
3115W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003116L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003117L: netdev@vger.kernel.org
3118S: Maintained
3119
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120PNP SUPPORT
3121P: Adam Belay
3122M: ambx1@neo.rr.com
3123S: Maintained
3124
Vitaly Wool999445d2007-01-04 13:07:03 +01003125PNXxxxx I2C DRIVER
3126P: Vitaly Wool
3127M: vitalywool@gmail.com
3128L: i2c@lm-sensors.org
3129S: Maintained
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131PPP PROTOCOL DRIVERS AND COMPRESSORS
3132P: Paul Mackerras
3133M: paulus@samba.org
3134L: linux-ppp@vger.kernel.org
3135S: Maintained
3136
3137PPP OVER ATM (RFC 2364)
3138P: Mitchell Blank Jr
3139M: mitch@sfgoth.com
3140S: Maintained
3141
3142PPP OVER ETHERNET
3143P: Michal Ostrowski
3144M: mostrows@speakeasy.net
3145S: Maintained
3146
James Chapmana6d23702007-06-27 15:53:17 -07003147PPP OVER L2TP
3148P: James Chapman
3149M: jchapman@katalix.com
3150S: Maintained
3151
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152PREEMPTIBLE KERNEL
3153P: Robert Love
3154M: rml@tech9.net
3155L: linux-kernel@vger.kernel.org
3156L: kpreempt-tech@lists.sourceforge.net
3157W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3158S: Supported
3159
Michael Wueff1a592007-09-25 18:11:01 -07003160P54 WIRELESS DRIVER
3161P: Michael Wu
3162M: flamingice@sourmilk.net
3163L: linux-wireless@vger.kernel.org
3164W: http://prism54.org
3165T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3166S: Maintained
3167
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003169P: Luis R. Rodriguez
3170M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003171L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172W: http://prism54.org
3173S: Maintained
3174
3175PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3176P: Peter Denison
3177M: promise@pnd-pc.demon.co.uk
3178W: http://www.pnd-pc.demon.co.uk/promise/
3179S: Maintained
3180
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003181PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3182P: Mikael Pettersson
3183M: mikpe@it.uu.se
3184L: linux-ide@vger.kernel.org
3185S: Maintained
3186
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003187PS3 NETWORK SUPPORT
3188P: Masakazu Mokuno
3189M: mokuno@sm.sony.co.jp
3190L: netdev@vger.kernel.org
3191L: cbe-oss-dev@ozlabs.org
3192S: Supported
3193
Geoff Levandf58a9d12006-11-23 00:46:51 +01003194PS3 PLATFORM SUPPORT
3195P: Geoff Levand
3196M: geoffrey.levand@am.sony.com
3197L: linuxppc-dev@ozlabs.org
3198L: cbe-oss-dev@ozlabs.org
3199S: Supported
3200
Michael Krufky83202042006-07-03 00:24:18 -07003201PVRUSB2 VIDEO4LINUX DRIVER
3202P: Mike Isely
3203M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003204L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003205L: video4linux-list@redhat.com
3206W: http://www.isely.net/pvrusb2/
3207S: Maintained
3208
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209PXA2xx SUPPORT
3210P: Nicolas Pitre
3211M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003212L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213S: Maintained
3214
Pierre Ossman272f1332007-05-14 21:25:26 +02003215PXA MMCI DRIVER
3216S: Orphan
3217
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218QLOGIC QLA2XXX FC-SCSI DRIVER
3219P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003220M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221L: linux-scsi@vger.kernel.org
3222S: Supported
3223
Ron Mercer5a4faa82006-07-25 00:40:21 -07003224QLOGIC QLA3XXX NETWORK DRIVER
3225P: Ron Mercer
3226M: linux-driver@qlogic.com
3227L: netdev@vger.kernel.org
3228S: Supported
3229
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230QNX4 FILESYSTEM
3231P: Anders Larsen
3232M: al@alarsen.net
3233L: linux-kernel@vger.kernel.org
3234W: http://www.alarsen.net/linux/qnx4fs/
3235S: Maintained
3236
3237RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003238P: Benjamin Herrenschmidt
3239M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003240L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241S: Maintained
3242
3243RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003244P: Paul Mackerras
3245M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003246L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247S: Maintained
3248
3249RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3250P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003251M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003252L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253S: Maintained
3254
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003255RALINK RT2X00 WLAN DRIVER
3256P: rt2x00 project
3257L: linux-wireless@vger.kernel.org
3258L: rt2400-devel@lists.sourceforge.net
3259W: http://rt2x00.serialmonkey.com/
3260S: Maintained
3261F: drivers/net/wireless/rt2x00/
3262
Nick Piggin9db55792008-02-08 04:19:49 -08003263RAMDISK RAM BLOCK DEVICE DRIVER
3264P: Nick Piggin
3265M: npiggin@suse.de
3266S: Maintained
3267
Matt Mackall9e95ce22005-04-16 15:25:56 -07003268RANDOM NUMBER DRIVER
3269P: Matt Mackall
3270M: mpm@selenic.com
3271S: Maintained
3272
Matt Porter394b7012005-11-07 01:00:15 -08003273RAPIDIO SUBSYSTEM
3274P: Matt Porter
3275M: mporter@kernel.crashing.org
3276L: linux-kernel@vger.kernel.org
3277S: Maintained
3278
Florian Fainellic1f766b2008-02-06 22:39:44 +01003279RDC R-321X SoC
3280P: Florian Fainelli
3281M: florian.fainelli@telecomint.eu
3282L: linux-kernel@vger.kernel.org
3283S: Maintained
3284
Florian Fainellidb17f392007-12-19 11:30:30 +01003285RDC R6040 FAST ETHERNET DRIVER
3286P: Florian Fainelli
3287M: florian.fainelli@telecomint.eu
3288L: netdev@vger.kernel.org
3289S: Maintained
3290
Josh Triplett595182b2006-10-04 02:17:21 -07003291READ-COPY UPDATE (RCU)
3292P: Dipankar Sarma
3293M: dipankar@in.ibm.com
3294W: http://www.rdrop.com/users/paulmck/rclock/
3295L: linux-kernel@vger.kernel.org
3296S: Supported
3297
3298RCUTORTURE MODULE
3299P: Josh Triplett
3300M: josh@freedesktop.org
3301L: linux-kernel@vger.kernel.org
3302S: Maintained
3303
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304REAL TIME CLOCK DRIVER
3305P: Paul Gortmaker
3306M: p_gortmaker@yahoo.com
3307L: linux-kernel@vger.kernel.org
3308S: Maintained
3309
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003310REAL TIME CLOCK (RTC) SUBSYSTEM
3311P: Alessandro Zummo
3312M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003313L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003314S: Maintained
3315
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316REISERFS FILE SYSTEM
3317P: Hans Reiser
3318M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003319L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320W: http://www.namesys.com
3321S: Supported
3322
3323ROCKETPORT DRIVER
3324P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325W: http://www.comtrol.com
3326S: Maintained
3327
3328ROSE NETWORK LAYER
3329P: Ralf Baechle
3330M: ralf@linux-mips.org
3331L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003332W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333S: Maintained
3334
3335RISCOM8 DRIVER
3336S: Orphan
3337
Michael Wu605bebe2007-05-14 01:41:02 -04003338RTL818X WIRELESS DRIVER
3339P: Michael Wu
3340M: flamingice@sourmilk.net
3341P: Andrea Merello
3342M: andreamrl@tiscali.it
3343L: linux-wireless@vger.kernel.org
3344W: http://linuxwireless.org/
3345T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3346S: Maintained
3347
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003348S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003349P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003350M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003351L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003352S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003353
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354S390
3355P: Martin Schwidefsky
3356M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003357P: Heiko Carstens
3358M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003360L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003361W: http://www.ibm.com/developerworks/linux/linux390/
3362S: Supported
3363
3364S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003365P: Ursula Braun
3366M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003367P: Frank Blaschka
3368M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003369M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003370L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003371W: http://www.ibm.com/developerworks/linux/linux390/
3372S: Supported
3373
3374S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003375P: Christof Schmitt
3376M: christof.schmitt@de.ibm.com
3377P: Martin Peschke
3378M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003379M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003380L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003381W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382S: Supported
3383
Ursula Braundd96df22007-09-19 13:09:02 +02003384S390 IUCV NETWORK LAYER
3385P: Ursula Braun
3386M: ubraun@linux.vnet.ibm.com
3387M: linux390@de.ibm.com
3388L: linux-s390@vger.kernel.org
3389W: http://www.ibm.com/developerworks/linux/linux390/
3390S: Supported
3391
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392SAA7146 VIDEO4LINUX-2 DRIVER
3393P: Michael Hunold
3394M: michael@mihu.de
3395W: http://www.mihu.de/linux/saa7146
3396S: Maintained
3397
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398SC1200 WDT DRIVER
3399P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003400M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401S: Maintained
3402
3403SCHEDULER
3404P: Ingo Molnar
3405M: mingo@elte.hu
3406P: Robert Love [the preemptible kernel bits]
3407M: rml@tech9.net
3408L: linux-kernel@vger.kernel.org
3409S: Maintained
3410
3411SCSI CDROM DRIVER
3412P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003413M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414L: linux-scsi@vger.kernel.org
3415W: http://www.kernel.dk
3416S: Maintained
3417
3418SCSI SG DRIVER
3419P: Doug Gilbert
3420M: dgilbert@interlog.com
3421L: linux-scsi@vger.kernel.org
3422W: http://www.torque.net/sg
3423S: Maintained
3424
3425SCSI SUBSYSTEM
3426P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003427M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003429T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003430T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3431T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432S: Maintained
3433
3434SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003435P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436M: Kai.Makisara@kolumbus.fi
3437L: linux-scsi@vger.kernel.org
3438S: Maintained
3439
3440SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003441P: Vlad Yasevich
3442M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003443P: Sridhar Samudrala
3444M: sri@us.ibm.com
3445L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003446W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003447S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448
3449SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003450P: Jim Cromie
3451M: jim.cromie@gmail.com
3452S: Odd Fixes
3453
3454SCx200 GPIO DRIVER
3455P: Jim Cromie
3456M: jim.cromie@gmail.com
3457S: Maintained
3458
3459SCx200 HRT CLOCKSOURCE DRIVER
3460P: Jim Cromie
3461M: jim.cromie@gmail.com
3462S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463
3464SECURITY CONTACT
3465P: Security Officers
3466M: security@kernel.org
3467S: Supported
3468
3469SELINUX SECURITY MODULE
3470P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003471M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003473M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003474P: Eric Paris
3475M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003477L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478W: http://www.nsa.gov/selinux
3479S: Supported
3480
Jiri Slabycef2cf02007-05-08 00:31:45 -07003481SENSABLE PHANTOM
3482P: Jiri Slaby
3483M: jirislaby@gmail.com
3484S: Maintained
3485
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486SERIAL ATA (SATA) SUBSYSTEM:
3487P: Jeff Garzik
3488M: jgarzik@pobox.com
3489L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003490T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491S: Supported
3492
3493SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3494P: Pat Gefre
3495M: pfg@sgi.com
3496L: linux-ia64@vger.kernel.org
3497S: Supported
3498
3499SGI VISUAL WORKSTATION 320 AND 540
3500P: Andrey Panin
3501M: pazke@donpac.ru
3502L: linux-visws-devel@lists.sf.net
3503W: http://linux-visws.sf.net
3504S: Maintained for 2.6.
3505
3506SIMTEC EB110ATX (Chalice CATS)
3507P: Ben Dooks
3508P: Vincent Sanders
3509M: support@simtec.co.uk
3510W: http://www.simtec.co.uk/products/EB110ATX/
3511S: Supported
3512
3513SIMTEC EB2410ITX (BAST)
3514P: Ben Dooks
3515P: Vincent Sanders
3516M: support@simtec.co.uk
3517W: http://www.simtec.co.uk/products/EB2410ITX/
3518S: Supported
3519
Francois Romieu92aab3c2005-07-30 13:11:18 +02003520SIS 190 ETHERNET DRIVER
3521P: Francois Romieu
3522M: romieu@fr.zoreil.com
3523L: netdev@vger.kernel.org
3524S: Maintained
3525
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526SIS 5513 IDE CONTROLLER DRIVER
3527P: Lionel Bouton
3528M: Lionel.Bouton@inet6.fr
3529W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3530W: http://gyver.homeip.net/sis5513/index.html
3531S: Maintained
3532
3533SIS 900/7016 FAST ETHERNET DRIVER
3534P: Daniele Venzano
3535M: venza@brownhat.org
3536W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003537L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538S: Maintained
3539
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003540SIS 96X I2C/SMBUS DRIVER
3541P: Mark M. Hoffman
3542M: mhoffman@lightlink.com
3543L: lm-sensors@lm-sensors.org
3544S: Maintained
3545
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546SIS FRAMEBUFFER DRIVER
3547P: Thomas Winischhofer
3548M: thomas@winischhofer.net
3549W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003550S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551
3552SIS USB2VGA DRIVER
3553P: Thomas Winischhofer
3554M: thomas@winischhofer.net
3555W: http://www.winischhofer.at/linuxsisusbvga.shtml
3556S: Maintained
3557
Christoph Lameter415ad262007-07-26 10:40:56 -07003558SLAB ALLOCATOR
3559P: Christoph Lameter
3560M: clameter@sgi.com
3561P: Pekka Enberg
3562M: penberg@cs.helsinki.fi
3563L: linux-mm@kvack.org
3564S: Maintained
3565
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566SMC91x ETHERNET DRIVER
3567P: Nicolas Pitre
3568M: nico@cam.org
3569S: Maintained
3570
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003571SMSC47B397 HARDWARE MONITOR DRIVER
3572P: Mark M. Hoffman
3573M: mhoffman@lightlink.com
3574L: lm-sensors@lm-sensors.org
3575S: Maintained
3576
Daniel Drake8f0f8502006-07-18 22:00:25 +01003577SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003578P: Daniel Drake
3579M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003580L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003581S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003582
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583SOFTWARE RAID (Multiple Disks) SUPPORT
3584P: Ingo Molnar
3585M: mingo@redhat.com
3586P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003587M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003589S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590
Pavel Machek95a631e2007-07-19 01:47:42 -07003591HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592P: Pavel Machek
3593M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003594P: Rafael J. Wysocki
3595M: rjw@sisk.pl
3596L: linux-pm@lists.linux-foundation.org
3597S: Supported
3598
3599SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003600P: Len Brown
3601M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003602P: Pavel Machek
3603M: pavel@suse.cz
3604P: Rafael J. Wysocki
3605M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003606L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003607S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608
3609SONIC NETWORK DRIVER
3610P: Thomas Bogendoerfer
3611M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003612L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613S: Maintained
3614
Michael Buesch61e115a2007-09-18 15:12:50 -04003615SONICS SILICON BACKPLANE DRIVER (SSB)
3616P: Michael Buesch
3617M: mb@bu3sch.de
3618L: netdev@vger.kernel.org
3619S: Maintained
3620
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003622P: Mattia Dongili
3623M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003624L: linux-acpi@vger.kernel.org
3625W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626S: Maintained
3627
3628SOUND
3629P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003630M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003631L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632S: Maintained
3633
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003634SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3635P: Liam Girdwood
3636M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003637P: Mark Brown
3638M: broonie@opensource.wolfsonmicro.com
3639T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003640L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003641S: Supported
3642
Kumar Gala025c3982006-04-02 16:05:54 -05003643SPI SUBSYSTEM
3644P: David Brownell
3645M: dbrownell@users.sourceforge.net
3646L: spi-devel-general@lists.sourceforge.net
3647S: Maintained
3648
Steven Rostedt855f46a2006-08-05 12:14:50 -07003649STABLE BRANCH:
3650P: Greg Kroah-Hartman
3651M: greg@kroah.com
3652P: Chris Wright
3653M: chrisw@sous-sol.org
3654L: stable@kernel.org
3655S: Maintained
3656
Kylene Hall1c72d462005-05-01 08:59:13 -07003657TPM DEVICE DRIVER
3658P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003659M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003660W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003661P: Marcel Selhorst
3662M: tpm@selhorst.net
3663W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003664L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003665S: Maintained
3666
Mark Gross1a80ba82005-10-30 15:02:55 -08003667Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003668P: Mark Gross
3669M: mark.gross@intel.com
3670S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003671
Chris Zankel48b415c2005-06-23 22:01:07 -07003672TENSILICA XTENSA PORT (xtensa):
3673P: Chris Zankel
3674M: chris@zankel.net
3675S: Maintained
3676
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003677THINKPAD ACPI EXTRAS DRIVER
3678P: Henrique de Moraes Holschuh
3679M: ibm-acpi@hmh.eng.br
3680L: ibm-acpi-devel@lists.sourceforge.net
3681W: http://ibm-acpi.sourceforge.net
3682W: http://thinkwiki.org/wiki/Ibm-acpi
3683T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3684S: Maintained
3685
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686UltraSPARC (sparc64):
3687P: David S. Miller
3688M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003690T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691S: Maintained
3692
3693SHARP LH SUPPORT (LH7952X & LH7A40X)
3694P: Marc Singer
3695M: elf@buici.com
3696W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003697L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698S: Maintained
3699
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003700SHPC HOTPLUG DRIVER
3701P: Kristen Carlson Accardi
3702M: kristen.c.accardi@intel.com
3703L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003704S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003705
Pierre Ossmand129bce2006-03-24 03:18:17 -08003706SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3707P: Pierre Ossman
3708M: drzeus-sdhci@drzeus.cx
3709L: sdhci-devel@list.drzeus.cx
3710W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3711S: Maintained
3712
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003713SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3714P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003715M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003716L: netdev@vger.kernel.org
3717S: Maintained
3718
Chris Boot1a87d942006-07-10 04:45:34 -07003719SOEKRIS NET48XX LED SUPPORT
3720P: Chris Boot
3721M: bootc@bootc.net
3722S: Maintained
3723
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724SPARC (sparc32):
3725P: William L. Irwin
3726M: wli@holomorphy.com
3727L: sparclinux@vger.kernel.org
3728S: Maintained
3729
3730SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3731P: Roger Wolff
3732M: R.E.Wolff@BitWizard.nl
3733L: linux-kernel@vger.kernel.org ?
3734S: Supported
3735
Jim Lewis2752e402006-09-29 02:01:19 -07003736SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003737P: Ishizaki Kou
3738M: kou.ishizaki@toshiba.co.jp
3739P: Jens Osterkamp
3740M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003741L: netdev@vger.kernel.org
3742S: Supported
3743
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744SRM (Alpha) environment access
3745P: Jan-Benedict Glaw
3746M: jbglaw@lug-owl.de
3747L: linux-kernel@vger.kernel.org
3748S: Maintained
3749
3750STARFIRE/DURALAN NETWORK DRIVER
3751P: Ion Badulescu
3752M: ionut@cs.columbia.edu
3753S: Maintained
3754
3755STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3756W: http://mosquitonet.Stanford.EDU/strip.html
3757S: Unsupported ?
3758
3759STRADIS MPEG-2 DECODER DRIVER
3760P: Nathan Laredo
3761M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762W: http://www.stradis.com/
3763S: Maintained
3764
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003765SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766P: Paul Mundt
3767M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003768L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003770T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771S: Maintained
3772
3773SUN3/3X
3774P: Sam Creasey
3775M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776W: http://sammy.net/sun3/
3777S: Maintained
3778
3779SVGA HANDLING
3780P: Martin Mares
3781M: mj@ucw.cz
3782L: linux-video@atrey.karlin.mff.cuni.cz
3783S: Maintained
3784
3785SYSV FILESYSTEM
3786P: Christoph Hellwig
3787M: hch@infradead.org
3788S: Maintained
3789
Stephen Hemminger781b4562006-07-10 20:25:29 -07003790TC CLASSIFIER
3791P: Jamal Hadi Salim
3792M: hadi@cyberus.ca
3793L: netdev@vger.kernel.org
3794S: Maintained
3795
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003796TCP LOW PRIORITY MODULE
3797P: Wong Hoi Sing, Edison
3798M: hswong3i@gmail.com
3799P: Hung Hing Lun, Mike
3800M: hlhung3i@gmail.com
3801W: http://tcp-lp-mod.sourceforge.net/
3802S: Maintained
3803
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003804TEHUTI ETHERNET DRIVER
3805P: Alexander Indenbaum
3806M: baum@tehutinetworks.net
3807P: Andy Gospodarek
3808M: andy@greyhouse.net
3809L: netdev@vger.kernel.org
3810S: Supported
3811
Alex Dubov4020f2d2006-10-04 02:15:37 -07003812TI FLASH MEDIA INTERFACE DRIVER
3813P: Alex Dubov
3814M: oakad@yahoo.com
3815S: Maintained
3816
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003817TI OMAP MMC INTERFACE DRIVER
3818P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003819M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003820W: http://linux.omap.com
3821W: http://www.muru.com/linux/omap/
3822S: Maintained
3823
Michael Buesch844dd052006-06-26 00:24:59 -07003824TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3825P: Deepak Saxena
3826M: dsaxena@plexity.net
3827S: Maintained
3828
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003829TASKSTATS STATISTICS INTERFACE
3830P: Shailabh Nagar
3831M: nagar@watson.ibm.com
3832L: linux-kernel@vger.kernel.org
3833S: Maintained
3834
Per Lidene86eaa32006-01-12 16:45:18 +01003835TIPC NETWORK LAYER
3836P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003837M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003838P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003839M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003840P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003841M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003842L: tipc-discussion@lists.sourceforge.net
3843W: http://tipc.sourceforge.net/
3844W: http://tipc.cslab.ericsson.net/
3845T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3846S: Maintained
3847
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848TLAN NETWORK DRIVER
3849P: Samuel Chessman
3850M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003851L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852W: http://sourceforge.net/projects/tlan/
3853S: Maintained
3854
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855TOSHIBA ACPI EXTRAS DRIVER
3856P: John Belmonte
3857M: toshiba_acpi@memebeam.org
3858W: http://memebeam.org/toys/ToshibaAcpiDriver
3859S: Maintained
3860
3861TOSHIBA SMM DRIVER
3862P: Jonathan Buzzard
3863M: jonathan@buzzard.org.uk
3864L: tlinux-users@tce.toshiba-dme.co.jp
3865W: http://www.buzzard.org.uk/toshiba/
3866S: Maintained
3867
3868TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3869P: Muli Ben-Yehuda
3870M: mulix@mulix.org
3871L: linux-kernel@vger.kernel.org
3872S: Maintained
3873
3874TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003875P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003876M: trivial@kernel.org
3877L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878S: Maintained
3879
3880TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881L: tulip-users@lists.sourceforge.net
3882W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003883S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884
3885TUN/TAP driver
3886P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003887M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888L: vtun@office.satix.net
3889W: http://vtun.sourceforge.net/tun
3890S: Maintained
3891
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003892TURBOCHANNEL SUBSYSTEM
3893P: Maciej W. Rozycki
3894M: macro@linux-mips.org
3895S: Maintained
3896
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897U14-34F SCSI DRIVER
3898P: Dario Ballabio
3899M: ballabio_dario@emc.com
3900L: linux-scsi@vger.kernel.org
3901S: Maintained
3902
3903UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08003904P: Jan Kara
3905M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906W: http://linux-udf.sourceforge.net
3907S: Maintained
3908
3909UNIFORM CDROM DRIVER
3910P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003911M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912L: linux-kernel@vger.kernel.org
3913W: http://www.kernel.dk
3914S: Maintained
3915
3916USB ACM DRIVER
3917P: Oliver Neukum
3918M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003919L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920S: Maintained
3921
Jiri Slaby6d985162008-02-06 01:37:11 -08003922USB AUERSWALD DRIVER
3923P: Wolfgang Muees
3924M: wolfgang@iksw-muees.de
3925L: linux-usb@vger.kernel.org
3926S: Maintained
3927
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928USB BLOCK DRIVER (UB ub)
3929P: Pete Zaitcev
3930M: zaitcev@redhat.com
3931L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003932L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933S: Supported
3934
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935USB CDC ETHERNET DRIVER
3936P: Greg Kroah-Hartman
3937M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003938L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939S: Maintained
3940W: http://www.kroah.com/linux-usb/
3941
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003942USB DAVICOM DM9601 DRIVER
3943P: Peter Korsgaard
3944M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003945L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003946W: http://www.linux-usb.org/usbnet
3947S: Maintained
3948
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949USB EHCI DRIVER
3950P: David Brownell
3951M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003952L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003953S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954
Luca Risolia7ce08c92006-01-11 02:06:59 +00003955USB ET61X[12]51 DRIVER
3956P: Luca Risolia
3957M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003958L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003959L: video4linux-list@redhat.com
3960W: http://www.linux-projects.org
3961S: Maintained
3962
David Brownell69ae9e32006-11-14 02:03:31 -08003963USB GADGET/PERIPHERAL SUBSYSTEM
3964P: David Brownell
3965M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003966L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003967W: http://www.linux-usb.org/gadget
3968S: Maintained
3969
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003970USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003971P: Jiri Kosina
3972M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003973L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003974T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975S: Maintained
3976
Olav Kongas959eea22005-11-03 17:38:14 +02003977USB ISP116X DRIVER
3978P: Olav Kongas
3979M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003980L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003981S: Maintained
3982
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983USB KAWASAKI LSI DRIVER
3984P: Oliver Neukum
3985M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987S: Maintained
3988
3989USB MASS STORAGE DRIVER
3990P: Matthew Dharm
3991M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003992L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003993L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994S: Maintained
3995W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3996
3997USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003998P: David Brownell
3999M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004000L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004001S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002
Matthias Urlichsba460e42005-07-14 00:33:47 -07004003USB OPTION-CARD DRIVER
4004P: Matthias Urlichs
4005M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004006L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004007S: Maintained
4008
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009USB OV511 DRIVER
4010P: Mark McClelland
4011M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004012L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013W: http://alpha.dyndns.org/ov511/
4014S: Maintained
4015
4016USB PEGASUS DRIVER
4017P: Petko Manolov
4018M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004019L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004020L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021W: http://pegasus2.sourceforge.net/
4022S: Maintained
4023
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004024USB PRINTER DRIVER (usblp)
4025P: Pete Zaitcev
4026M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004027L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004028S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029
4030USB RTL8150 DRIVER
4031P: Petko Manolov
4032M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004033L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004034L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035W: http://pegasus2.sourceforge.net/
4036S: Maintained
4037
4038USB SE401 DRIVER
4039P: Jeroen Vreeken
4040M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004041L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042W: http://www.chello.nl/~j.vreeken/se401/
4043S: Maintained
4044
4045USB SERIAL CYBERJACK DRIVER
4046P: Matthias Bruestle and Harald Welte
4047M: support@reiner-sct.com
4048W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4049S: Maintained
4050
4051USB SERIAL DIGI ACCELEPORT DRIVER
4052P: Peter Berger and Al Borchers
4053M: pberger@brimson.com
4054M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004055L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056S: Maintained
4057
4058USB SERIAL DRIVER
4059P: Greg Kroah-Hartman
4060M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004061L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062S: Supported
4063
4064USB SERIAL BELKIN F5U103 DRIVER
4065P: William Greathouse
4066M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004067L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068S: Maintained
4069
4070USB SERIAL CYPRESS M8 DRIVER
4071P: Lonnie Mendez
4072M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004073L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074S: Maintained
4075W: http://geocities.com/i0xox0i
4076W: http://firstlight.net/cvs
4077
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4079P: Gary Brubaker
4080M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004081L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082S: Maintained
4083
4084USB SERIAL KEYSPAN DRIVER
4085P: Greg Kroah-Hartman
4086M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004087L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088W: http://www.kroah.com/linux/
4089S: Maintained
4090
4091USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004092P: Support Department
4093M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004094L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095W: http://www.connecttech.com
4096S: Supported
4097
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004098USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099P: Luca Risolia
4100M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004101L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004102L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103W: http://www.linux-projects.org
4104S: Maintained
4105
4106USB SUBSYSTEM
4107P: Greg Kroah-Hartman
4108M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004109L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004111T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112S: Supported
4113
4114USB UHCI DRIVER
4115P: Alan Stern
4116M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004117L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118S: Maintained
4119
David Brownell69ae9e32006-11-14 02:03:31 -08004120USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121P: David Brownell
4122M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004123L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004124W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125S: Maintained
4126
4127USB W996[87]CF DRIVER
4128P: Luca Risolia
4129M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004130L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004131L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132W: http://www.linux-projects.org
4133S: Maintained
4134
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004135USB WIRELESS RNDIS DRIVER (rndis_wlan)
4136P: Jussi Kivilinna
4137M: jussi.kivilinna@mbnet.fi
4138L: linux-wireless@vger.kernel.org
4139S: Maintained
4140
Luca Risolia60f78052006-02-06 16:29:35 +00004141USB ZC0301 DRIVER
4142P: Luca Risolia
4143M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004144L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004145L: video4linux-list@redhat.com
4146W: http://www.linux-projects.org
4147S: Maintained
4148
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149USB ZD1201 DRIVER
4150P: Jeroen Vreeken
4151M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004152L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153W: http://linux-lc100020.sourceforge.net
4154S: Maintained
4155
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004156USB ZR364XX DRIVER
4157P: Antoine Jacquet
4158M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004159L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004160L: video4linux-list@redhat.com
4161W: http://royale.zerezo.com/zr364xx/
4162S: Maintained
4163
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164USER-MODE LINUX
4165P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004166M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167L: user-mode-linux-devel@lists.sourceforge.net
4168L: user-mode-linux-user@lists.sourceforge.net
4169W: http://user-mode-linux.sourceforge.net
4170S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004171
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004172USERSPACE I/O (UIO)
4173P: Hans J. Koch
4174M: hjk@linutronix.de
4175P: Greg Kroah-Hartman
4176M: gregkh@suse.de
4177L: linux-kernel@vger.kernel.org
4178S: Maintained
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180FAT/VFAT/MSDOS FILESYSTEM:
4181P: OGAWA Hirofumi
4182M: hirofumi@mail.parknet.co.jp
4183L: linux-kernel@vger.kernel.org
4184S: Maintained
4185
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186VIA RHINE NETWORK DRIVER
4187P: Roger Luethi
4188M: rl@hellgate.ch
4189S: Maintained
4190
Jean Delvare32c0a522005-09-22 21:47:58 +02004191VIAPRO SMBUS DRIVER
4192P: Jean Delvare
4193M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004194L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004195S: Maintained
4196
Francois Romieu01f20732007-01-26 00:57:17 -08004197VIA VELOCITY NETWORK DRIVER
4198P: Francois Romieu
4199M: romieu@fr.zoreil.com
4200L: netdev@vger.kernel.org
4201S: Maintained
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203UCLINUX (AND M68KNOMMU)
4204P: Greg Ungerer
4205M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004207L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208S: Maintained
4209
4210UCLINUX FOR NEC V850
4211P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212
4213UCLINUX FOR RENESAS H8/300
4214P: Yoshinori Sato
4215M: ysato@users.sourceforge.jp
4216W: http://uclinux-h8.sourceforge.jp/
4217S: Supported
4218
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004219UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004220P: Evgeniy Dushistov
4221M: dushistov@mail.ru
4222L: linux-kernel@vger.kernel.org
4223S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004224
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225USB DIAMOND RIO500 DRIVER
4226P: Cesar Miquel
4227M: miquel@df.uba.ar
4228L: rio500-users@lists.sourceforge.net
4229W: http://rio500.sourceforge.net
4230S: Maintained
4231
4232VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004233P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004234M: mchehab@infradead.org
4235M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004237W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004238T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004239S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240
Patrick McHardybe7f8272007-10-23 20:26:36 -07004241VLAN (802.1Q)
4242P: Patrick McHardy
4243M: kaber@trash.net
4244L: netdev@vger.kernel.org
4245S: Maintained
4246
Juerg Haefligerab413192006-09-24 20:54:04 +02004247VT1211 HARDWARE MONITOR DRIVER
4248P: Juerg Haefliger
4249M: juergh@gmail.com
4250L: lm-sensors@lm-sensors.org
4251S: Maintained
4252
Roger Lucas1de9e372005-11-26 20:20:05 +01004253VT8231 HARDWARE MONITOR DRIVER
4254P: Roger Lucas
4255M: roger@planbit.co.uk
4256L: lm-sensors@lm-sensors.org
4257S: Maintained
4258
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259W1 DALLAS'S 1-WIRE BUS
4260P: Evgeniy Polyakov
4261M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262S: Maintained
4263
Charles Spirakis13927072006-07-05 18:05:15 +02004264W83791D HARDWARE MONITORING DRIVER
4265P: Charles Spirakis
4266M: bezaur@gmail.com
4267L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004268S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004269
Rudolf Marek61db0112006-12-12 18:18:30 +01004270W83793 HARDWARE MONITORING DRIVER
4271P: Rudolf Marek
4272M: r.marek@assembler.cz
4273L: lm-sensors@lm-sensors.org
4274S: Maintained
4275
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276W83L51xD SD/MMC CARD INTERFACE DRIVER
4277P: Pierre Ossman
4278M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004279L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280W: http://projects.drzeus.cx/wbsd
4281S: Maintained
4282
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004283WATCHDOG DEVICE DRIVERS
4284P: Wim Van Sebroeck
4285M: wim@iguana.be
4286T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4287S: Maintained
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4290P: Jean Tourrilhes
4291M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004292L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4294S: Maintained
4295
4296WD7000 SCSI DRIVER
4297P: Miroslav Zagorac
4298M: zaga@fly.cc.fer.hr
4299L: linux-scsi@vger.kernel.org
4300S: Maintained
4301
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004302WISTRON LAPTOP BUTTON DRIVER
4303P: Miloslav Trmac
4304M: mitr@volny.cz
4305S: Maintained
4306
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307WL3501 WIRELESS PCMCIA CARD DRIVER
4308P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004309M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004310L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004311W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312S: Maintained
4313
4314X.25 NETWORK LAYER
4315P: Henner Eisen
4316M: eis@baty.hanse.de
4317L: linux-x25@vger.kernel.org
4318S: Maintained
4319
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004320XEN HYPERVISOR INTERFACE
4321P: Jeremy Fitzhardinge
4322M: jeremy@xensource.com
4323P: Chris Wright
4324M: chrisw@sous-sol.org
4325L: virtualization@lists.osdl.org
4326L: xen-devel@lists.xensource.com
4327S: Supported
4328
Linus Torvalds1da177e2005-04-16 15:20:36 -07004329XFS FILESYSTEM
4330P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004331P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004333L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004335T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336S: Supported
4337
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004338XILINX SYSTEMACE DRIVER
4339P: Grant Likely
4340M: grant.likely@secretlab.ca
4341W: http://www.secretlab.ca/
4342L: linux-kernel@vger.kernel.org
4343S: Maintained
4344
Peter Korsgaard238b8722006-12-06 20:35:17 -08004345XILINX UARTLITE SERIAL DRIVER
4346P: Peter Korsgaard
4347M: jacmet@sunsite.dk
4348L: linux-serial@vger.kernel.org
4349S: Maintained
4350
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004351X86 ARCHITECTURE (32-BIT AND 64-BIT)
4352P: Thomas Gleixner
4353M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354P: Ingo Molnar
4355M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004356P: H. Peter Anvin
4357M: hpa@zytor.com
4358L: linux-kernel@vger.kernel.org
4359T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360S: Maintained
4361
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362YAM DRIVER FOR AX.25
4363P: Jean-Paul Roubelat
4364M: jpr@f6fbb.org
4365L: linux-hams@vger.kernel.org
4366S: Maintained
4367
Henkaf64a5e2005-10-12 15:02:56 +02004368YEALINK PHONE DRIVER
4369P: Henk Vergonet
4370M: Henk.Vergonet@gmail.com
4371L: usbb2k-api-dev@nongnu.org
4372S: Maintained
4373
Linus Torvalds1da177e2005-04-16 15:20:36 -07004374Z8530 DRIVER FOR AX.25
4375P: Joerg Reuter
4376M: jreuter@yaina.de
4377W: http://yaina.de/jreuter/
4378W: http://www.qsl.net/dl1bke/
4379L: linux-hams@vger.kernel.org
4380S: Maintained
4381
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004382ZD1211RW WIRELESS DRIVER
4383P: Daniel Drake
4384M: dsd@gentoo.org
4385P: Ulrich Kunitz
4386M: kune@deine-taler.de
4387W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004388L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004389L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4390S: Maintained
4391
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392ZF MACHZ WATCHDOG
4393P: Fernando Fuganti
4394M: fuganti@netbank.com.br
4395W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4396S: Maintained
4397
4398ZR36067 VIDEO FOR LINUX DRIVER
4399P: Ronald Bultje
4400M: rbultje@ronald.bitfreak.net
4401L: mjpeg-users@lists.sourceforge.net
4402W: http://mjpeg.sourceforge.net/driver-zoran/
4403S: Maintained
4404
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004405ZS DECSTATION Z85C30 SERIAL DRIVER
4406P: Maciej W. Rozycki
4407M: macro@linux-mips.org
4408S: Maintained
4409
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410THE REST
4411P: Linus Torvalds
4412S: Buried alive in reporters