blob: 082d1ee154a93952c053a824364531370baf04d7 [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 Becker62ca3d262006-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
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001176P: Jesper Nilsson
1177M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178L: dev-etrax@axis.com
1179W: http://developer.axis.com
1180S: Maintained
1181
1182CRYPTO API
1183P: Herbert Xu
1184M: herbert@gondor.apana.org.au
1185P: David S. Miller
1186M: davem@davemloft.net
1187L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001188T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189S: Maintained
1190
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001191CS5535 Audio ALSA driver
1192P: Jaya Kumar
1193M: jayakumar.alsa@gmail.com
1194S: Maintained
1195
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196CYBERPRO FB DRIVER
1197P: Russell King
1198M: rmk@arm.linux.org.uk
1199W: http://www.arm.linux.org.uk/
1200S: Maintained
1201
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001202CYBLAFB FRAMEBUFFER DRIVER
1203P: Knut Petersen
1204M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001205L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001206S: Maintained
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208CYCLADES 2X SYNC CARD DRIVER
1209P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001210M: acme@ghostprotocols.net
1211W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212S: Maintained
1213
1214CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001216S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217
1218CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001220S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222DAMA SLAVE for AX.25
1223P: Joerg Reuter
1224M: jreuter@yaina.de
1225W: http://yaina.de/jreuter/
1226W: http://www.qsl.net/dl1bke/
1227L: linux-hams@vger.kernel.org
1228S: Maintained
1229
1230DC395x SCSI driver
1231P: Oliver Neukum
1232M: oliver@neukum.name
1233P: Ali Akcaagac
1234M: aliakc@web.de
1235P: Jamie Lenehan
1236M: lenehan@twibble.org
1237W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001238L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239L: http://lists.twibble.org/mailman/listinfo/dc395x/
1240S: Maintained
1241
1242DC390/AM53C974 SCSI driver
1243P: Kurt Garloff
1244M: garloff@suse.de
1245W: http://www.garloff.de/kurt/linux/dc390/
1246P: Guennadi Liakhovetski
1247M: g.liakhovetski@gmx.de
1248S: Maintained
1249
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001250DCCP PROTOCOL
1251P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001252M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001253L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001254W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001255S: Maintained
1256
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001258P: Christine Caulfield
1259M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260W: http://linux-decnet.sourceforge.net
1261L: linux-decnet-user@lists.sourceforge.net
1262S: Maintained
1263
1264DEFXX FDDI NETWORK DRIVER
1265P: Maciej W. Rozycki
1266M: macro@linux-mips.org
1267S: Maintained
1268
1269DELL LAPTOP SMM DRIVER
1270P: Massimo Dal Zotto
1271M: dz@debian.org
1272W: http://www.debian.org/~dz/i8k/
1273S: Maintained
1274
Doug Warzecha90563ec2005-09-06 15:17:15 -07001275DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1276P: Doug Warzecha
1277M: Douglas_Warzecha@dell.com
1278S: Maintained
1279
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001280DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281P: Alasdair Kergon
1282L: dm-devel@redhat.com
1283W: http://sources.redhat.com/dm
1284S: Maintained
1285
1286DEVICE NUMBER REGISTRY
1287P: Torben Mathiasen
1288M: device@lanana.org
1289W: http://lanana.org/docs/device-list/index.html
1290L: linux-kernel@vger.kernel.org
1291S: Maintained
1292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293DIGI INTL. EPCA DRIVER
1294P: Digi International, Inc
1295M: Eng.Linux@digi.com
1296L: Eng.Linux@digi.com
1297W: http://www.digi.com
1298S: Orphaned
1299
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300DIRECTORY NOTIFICATION
1301P: Stephen Rothwell
1302M: sfr@canb.auug.org.au
1303L: linux-kernel@vger.kernel.org
1304S: Supported
1305
1306DISK GEOMETRY AND PARTITION HANDLING
1307P: Andries Brouwer
1308M: aeb@cwi.nl
1309W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1310W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1311W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1312S: Maintained
1313
1314DISKQUOTA:
1315P: Jan Kara
1316M: jack@suse.cz
1317L: linux-kernel@vger.kernel.org
1318S: Maintained
1319
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001320DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001321P: Christine Caulfield
1322M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001323P: David Teigland
1324M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001325L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001326W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001327T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1328T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001329S: Supported
1330
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1332P: Tobias Ringstrom
1333M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001334L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335S: Maintained
1336
Dan Williamsb3e5f262007-08-07 10:26:35 -07001337DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001338P: Shannon Nelson
1339M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001340P: Dan Williams
1341M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001342L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001343S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001344
Juerg Haefligerb8250372007-06-09 10:11:16 -04001345DME1737 HARDWARE MONITOR DRIVER
1346P: Juerg Haefliger
1347M: juergh@gmail.com
1348L: lm-sensors@lm-sensors.org
1349S: Maintained
1350
Martin Waitzba483d52005-06-17 13:20:59 -07001351DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001352P: Randy Dunlap
1353M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001354S: Maintained
1355
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001356DOCKING STATION DRIVER
1357P: Kristen Carlson Accardi
1358M: kristen.c.accardi@intel.com
1359L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001360S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362DOUBLETALK DRIVER
1363P: James R. Van Zandt
1364M: jrv@vanzandt.mv.com
1365L: blinux-list@redhat.com
1366S: Maintained
1367
1368DRIVER CORE, KOBJECTS, AND SYSFS
1369P: Greg Kroah-Hartman
1370M: gregkh@suse.de
1371L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001372T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373S: Supported
1374
1375DRM DRIVERS
1376P: David Airlie
1377M: airlied@linux.ie
1378L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001379T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380S: Maintained
1381
1382DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001383P: Francois Romieu
1384M: romieu@fr.zoreil.com
1385L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386S: Maintained
1387
1388DVB SUBSYSTEM AND DRIVERS
1389P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001390M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001392W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001393T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001394S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001396DZ DECSTATION DZ11 SERIAL DRIVER
1397P: Maciej W. Rozycki
1398M: macro@linux-mips.org
1399S: Maintained
1400
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401EATA-DMA SCSI DRIVER
1402P: Michael Neuffer
1403L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1404S: Maintained
1405
1406EATA ISA/EISA/PCI SCSI DRIVER
1407P: Dario Ballabio
1408M: ballabio_dario@emc.com
1409L: linux-scsi@vger.kernel.org
1410S: Maintained
1411
1412EATA-PIO SCSI DRIVER
1413P: Michael Neuffer
1414M: mike@i-Connect.Net
1415L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1416S: Maintained
1417
1418EBTABLES
1419P: Bart De Schuymer
1420M: bart.de.schuymer@pandora.be
1421L: ebtables-user@lists.sourceforge.net
1422L: ebtables-devel@lists.sourceforge.net
1423W: http://ebtables.sourceforge.net/
1424S: Maintained
1425
Michael Halcrow237fead2006-10-04 02:16:22 -07001426ECRYPT FILE SYSTEM
1427P: Mike Halcrow, Phillip Hellewell
1428M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1429L: ecryptfs-devel@lists.sourceforge.net
1430W: http://ecryptfs.sourceforge.net/
1431S: Supported
1432
Alan Coxda9bb1d2006-01-18 17:44:13 -08001433EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001434P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001435M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001436L: bluesmoke-devel@lists.sourceforge.net
1437W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001438S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001439
1440EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001441P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001442P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001443M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001444M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001445L: bluesmoke-devel@lists.sourceforge.net
1446W: bluesmoke.sourceforge.net
1447S: Maintained
1448
1449EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001450P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001451M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001452L: bluesmoke-devel@lists.sourceforge.net
1453W: bluesmoke.sourceforge.net
1454S: Maintained
1455
Douglas Thompson6bc78402007-07-19 01:50:12 -07001456EDAC-I82443BXGX
1457P: Tim Small
1458M: tim@buttersideup.com
1459L: bluesmoke-devel@lists.sourceforge.net
1460W: bluesmoke.sourceforge.net
1461S: Maintained
1462
1463EDAC-I3000
1464P: Jason Uhlenkott
1465M: juhlenko@akamai.com
1466L: bluesmoke-devel@lists.sourceforge.net
1467W: bluesmoke.sourceforge.net
1468S: Maintained
1469
1470EDAC-I5000
1471P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001472M: dougthompson@xmission.com
1473L: bluesmoke-devel@lists.sourceforge.net
1474W: bluesmoke.sourceforge.net
1475S: Maintained
1476
1477EDAC-I82975X
1478P: Ranganathan Desikan
1479P: Arvind R.
1480M: rdesikan@jetzbroadband.com
1481M: arvind@acarlab.com
1482L: bluesmoke-devel@lists.sourceforge.net
1483W: bluesmoke.sourceforge.net
1484S: Maintained
1485
1486EDAC-PASEMI
1487P: Egor Martovetsky
1488M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001489L: bluesmoke-devel@lists.sourceforge.net
1490W: bluesmoke.sourceforge.net
1491S: Maintained
1492
Dave Peterson0e438e32006-03-26 01:38:55 -08001493EDAC-R82600
1494P: Tim Small
1495M: tim@buttersideup.com
1496L: bluesmoke-devel@lists.sourceforge.net
1497W: bluesmoke.sourceforge.net
1498S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001499
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500EEPRO100 NETWORK DRIVER
1501P: Andrey V. Savochkin
1502M: saw@saw.sw.com.sg
1503S: Maintained
1504
Josh Triplett0bee8d22006-07-30 03:03:58 -07001505EFS FILESYSTEM
1506W: http://aeschi.ch.eu.org/efs/
1507S: Orphan
1508
Heiko J Schickfab97222006-09-22 15:22:22 -07001509EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1510P: Hoang-Nam Nguyen
1511M: hnguyen@de.ibm.com
1512P: Christoph Raisch
1513M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001514L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001515S: Supported
1516
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001517EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001518P: James Smart
1519M: james.smart@emulex.com
1520L: linux-scsi@vger.kernel.org
1521W: http://sourceforge.net/projects/lpfcxxxx
1522S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001523
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524EPSON 1355 FRAMEBUFFER DRIVER
1525P: Christopher Hoover
1526M: ch@murgatroid.com, ch@hpl.hp.com
1527S: Maintained
1528
1529ETHEREXPRESS-16 NETWORK DRIVER
1530P: Philip Blundell
1531M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001532L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533S: Maintained
1534
1535ETHERNET BRIDGE
1536P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001537M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001538L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539W: http://bridge.sourceforge.net/
1540S: Maintained
1541
1542ETHERTEAM 16I DRIVER
1543P: Mika Kuoppala
1544M: miku@iki.fi
1545S: Maintained
1546
1547EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001548L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549S: Maintained
1550
1551EXT3 FILE SYSTEM
1552P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001553M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001554L: linux-ext4@vger.kernel.org
1555S: Maintained
1556
1557EXT4 FILE SYSTEM
1558P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001559M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001560L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561S: Maintained
1562
Jean Delvaree53004e2006-01-09 23:26:14 +01001563F71805F HARDWARE MONITORING DRIVER
1564P: Jean Delvare
1565M: khali@linux-fr.org
1566L: lm-sensors@lm-sensors.org
1567S: Maintained
1568
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569FARSYNC SYNCHRONOUS DRIVER
1570P: Kevin Curtis
1571M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572W: http://www.farsite.co.uk/
1573S: Supported
1574
Akinobu Mitac5408b82007-04-23 14:41:20 -07001575FAULT INJECTION SUPPORT
1576P: Akinobu Mita
1577M: akinobu.mita@gmail.com
1578S: Supported
1579
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580FRAMEBUFFER LAYER
1581P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001582M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001583L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584W: http://linux-fbdev.sourceforge.net/
1585S: Maintained
1586
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001587FREESCALE SOC FS_ENET DRIVER
1588P: Pantelis Antoniou
1589M: pantelis.antoniou@gmail.com
1590P: Vitaly Bordug
1591M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001592L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001593L: netdev@vger.kernel.org
1594S: Maintained
1595
Li Yanga7205b32007-04-23 10:38:18 -07001596FREESCALE HIGHSPEED USB DEVICE DRIVER
1597P: Li Yang
1598M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001599L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001600L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001601S: Maintained
1602
Li Yangbeaf53b2007-05-25 13:54:02 +08001603FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1604P: Li Yang
1605M: leoli@freescale.com
1606L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001607L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001608S: Maintained
1609
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610FILE LOCKING (flock() and fcntl()/lockf())
1611P: Matthew Wilcox
1612M: matthew@wil.cx
1613L: linux-fsdevel@vger.kernel.org
1614S: Maintained
1615
1616FILESYSTEMS (VFS and infrastructure)
1617P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001618M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001619L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620S: Maintained
1621
Stefan Richterf148e202008-01-12 12:32:44 +01001622FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001623P: Kristian Hoegsberg, Stefan Richter
1624M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1625L: linux1394-devel@lists.sourceforge.net
1626W: http://www.linux1394.org/
1627T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1628S: Maintained
1629
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630FIRMWARE LOADER (request_firmware)
1631L: linux-kernel@vger.kernel.org
1632S: Orphan
1633
1634FPU EMULATOR
1635P: Bill Metzenthen
1636M: billm@suburbia.net
1637W: http://suburbia.net/~billm/floating-point/emulator/
1638S: Maintained
1639
1640FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1641P: Mike McLagan
1642M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001643L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644S: Maintained
1645
1646FREEVXFS FILESYSTEM
1647P: Christoph Hellwig
1648M: hch@infradead.org
1649W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1650S: Maintained
1651
David Howells5ab7ffe2007-04-10 15:10:45 +01001652FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653P: David Howells
1654M: dhowells@redhat.com
1655S: Maintained
1656
Miklos Szeredi04578f12005-09-09 13:10:22 -07001657FUSE: FILESYSTEM IN USERSPACE
1658P: Miklos Szeredi
1659M: miklos@szeredi.hu
1660L: fuse-devel@lists.sourceforge.net
1661W: http://fuse.sourceforge.net/
1662S: Maintained
1663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1665P: Rik Faith
1666M: faith@cs.unc.edu
1667L: linux-scsi@vger.kernel.org
1668S: Odd fixes (e.g., new signatures)
1669
1670GDT SCSI DISK ARRAY CONTROLLER DRIVER
1671P: Achim Leubner
1672M: achim_leubner@adaptec.com
1673L: linux-scsi@vger.kernel.org
1674W: http://www.icp-vortex.com/
1675S: Supported
1676
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001677GENERIC GPIO I2C DRIVER
1678P: Haavard Skinnemoen
1679M: hskinnemoen@atmel.com
1680S: Supported
1681
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1683P: Krzysztof Halasa
1684M: khc@pm.waw.pl
1685W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1686S: Maintained
1687
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001688GFS2 FILE SYSTEM
1689P: Steven Whitehouse
1690M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001691L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001692W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001693T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1694T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001695S: Supported
1696
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001697GIGASET ISDN DRIVERS
1698P: Hansjoerg Lipp
1699M: hjlipp@web.de
1700P: Tilman Schmidt
1701M: tilman@imap.cc
1702L: gigaset307x-common@lists.sourceforge.net
1703W: http://gigaset307x.sourceforge.net/
1704S: Maintained
1705
Jean Delvare5b543962005-08-15 19:51:02 +02001706HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001707P: Mark M. Hoffman
1708M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001709L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001710W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001711T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1712T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001713S: Maintained
1714
Michael Buesch844dd052006-06-26 00:24:59 -07001715HARDWARE RANDOM NUMBER GENERATOR CORE
1716P: Michael Buesch
1717M: mb@bu3sch.de
1718S: Maintained
1719
Robert Love860e1d62005-08-31 23:57:59 -04001720HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1721P: Robert Love
1722M: rlove@rlove.org
1723M: linux-kernel@vger.kernel.org
1724W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1725S: Maintained
1726
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727HARMONY SOUND DRIVER
1728P: Kyle McMartin
1729M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001730L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731S: Maintained
1732
1733HAYES ESP SERIAL DRIVER
1734P: Andrew J. Robinson
1735M: arobinso@nyx.net
1736L: linux-kernel@vger.kernel.org
1737W: http://www.nyx.net/~arobinso
1738S: Maintained
1739
1740HFS FILESYSTEM
1741P: Roman Zippel
1742M: zippel@linux-m68k.org
1743L: linux-kernel@vger.kernel.org
1744S: Maintained
1745
1746HGA FRAMEBUFFER DRIVER
1747P: Ferenc Bakonyi
1748M: fero@drama.obuda.kando.hu
1749L: linux-nvidia@lists.surfsouth.com
1750W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1751S: Maintained
1752
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001753HID CORE LAYER
1754P: Jiri Kosina
1755M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001756L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001757T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001758S: Maintained
1759
Ingo Molnar38bed542007-02-22 09:09:34 +01001760HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1761P: Thomas Gleixner
1762M: tglx@linutronix.de
1763L: linux-kernel@vger.kernel.org
1764S: Maintained
1765
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766HIGH-SPEED SCC DRIVER FOR AX.25
1767P: Klaus Kudielka
1768M: klaus.kudielka@ieee.org
1769L: linux-hams@vger.kernel.org
1770W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1771S: Maintained
1772
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001773HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1774P: HighPoint Linux Team
1775M: linux@highpoint-tech.com
1776W: http://www.highpoint-tech.com
1777S: Supported
1778
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779HIPPI
1780P: Jes Sorensen
1781M: jes@trained-monkey.org
1782L: linux-hippi@sunsite.dk
1783S: Maintained
1784
1785HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1786P: Chirag Kantharia
1787M: chirag.kantharia@hp.com
1788L: iss_storagedev@hp.com
1789S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001790
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791HEWLETT-PACKARD SMART2 RAID DRIVER
1792P: Chirag Kantharia
1793M: chirag.kantharia@hp.com
1794L: iss_storagedev@hp.com
1795S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001796
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1798P: Mike Miller
1799M: mike.miller@hp.com
1800L: iss_storagedev@hp.com
1801S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001802
Jouni Malinenff1d2762005-05-12 22:54:16 -04001803HOST AP DRIVER
1804P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001805M: j@w1.fi
1806L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001807L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001808W: http://hostap.epitest.fi/
1809S: Maintained
1810
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1812P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001813M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814S: Maintained
1815
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001816HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1817P: Carlos Corbacho
1818M: carlos@strangeworlds.co.uk
1819S: Odd Fixes
1820
Bob Piccob9b03322005-11-07 00:59:19 -08001821HPET: High Precision Event Timers driver (hpet.c)
1822P: Clemens Ladisch
1823M: clemens@ladisch.de
1824S: Maintained
1825
1826HPET: i386
1827P: Venkatesh Pallipadi (Venki)
1828M: venkatesh.pallipadi@intel.com
1829S: Maintained
1830
1831HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001832P: Vojtech Pavlik
1833M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001834S: Maintained
1835
1836HPET: ACPI hpet.c
1837P: Bob Picco
1838M: bob.picco@hp.com
1839S: Maintained
1840
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841HPFS FILESYSTEM
1842P: Mikulas Patocka
1843M: mikulas@artax.karlin.mff.cuni.cz
1844W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1845S: Maintained
1846
1847HUGETLB FILESYSTEM
1848P: William Irwin
1849M: wli@holomorphy.com
1850S: Maintained
1851
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001852I2C/SMBUS STUB DRIVER
1853P: Mark M. Hoffman
1854M: mhoffman@lightlink.com
1855L: lm-sensors@lm-sensors.org
1856S: Maintained
1857
Jean Delvare5b543962005-08-15 19:51:02 +02001858I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859P: Jean Delvare
1860M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001861L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001862T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863S: Maintained
1864
Till Harbaume8c76ee2007-05-01 23:26:35 +02001865I2C-TINY-USB DRIVER
1866P: Till Harbaum
1867M: till@harbaum.org
1868L: i2c@lm-sensors.org
1869T: http://www.harbaum.org/till/i2c_tiny_usb
1870S: Maintained
1871
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001873P: H. Peter Anvin
1874M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875L: Linux-Kernel@vger.kernel.org
1876S: Maintained
1877
1878i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879P: H. Peter Anvin
1880M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001881T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882S: Maintained
1883
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884IA64 (Itanium) PLATFORM
1885P: Tony Luck
1886M: tony.luck@intel.com
1887L: linux-ia64@vger.kernel.org
1888W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001889T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890S: Maintained
1891
1892SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001893P: Jes Sorensen
1894M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895L: linux-altix@sgi.com
1896L: linux-ia64@vger.kernel.org
1897W: http://www.sgi.com/altix
1898S: Maintained
1899
1900IBM MCA SCSI SUBSYSTEM DRIVER
1901P: Michael Lang
1902M: langa2@kph.uni-mainz.de
1903W: http://www.uni-mainz.de/~langm000/linux.html
1904S: Maintained
1905
1906IBM Power Linux RAID adapter
1907P: Brian King
1908M: brking@us.ibm.com
1909S: Supported
1910
1911IBM ServeRAID RAID DRIVER
1912P: Jack Hammer
1913P: Dave Jeffery
1914M: ipslinux@adaptec.com
1915W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001916S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001918IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001920M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001922T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923S: Maintained
1924
1925IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001926P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01001927M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001928L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001929S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930
1931IDE/ATAPI FLOPPY DRIVERS
1932P: Paul Bristow
1933M: Paul Bristow <paul@paulbristow.net>
1934W: http://paulbristow.net/linux/idefloppy.html
1935L: linux-kernel@vger.kernel.org
1936S: Maintained
1937
1938IDE/ATAPI TAPE DRIVERS
1939P: Gadi Oxman
1940M: Gadi Oxman <gadio@netvision.net.il>
1941L: linux-kernel@vger.kernel.org
1942S: Maintained
1943
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001944IDE-SCSI DRIVER
1945L: linux-ide@vger.kernel.org
1946L: linux-scsi@vger.kernel.org
1947S: Orphan
1948
Stefan Richterf148e202008-01-12 12:32:44 +01001949IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001951M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001952P: Stefan Richter
1953M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954L: linux1394-devel@lists.sourceforge.net
1955W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001956T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957S: Maintained
1958
Stefan Richterf51a5a92007-04-23 14:41:10 -07001959IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960P: Dan Dennedy
1961M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001962P: Stefan Richter
1963M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001965S: Maintained
1966
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001968L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001969S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970
1971INFINIBAND SUBSYSTEM
1972P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001973M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001975M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001977M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001978L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001980T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981S: Supported
1982
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001983INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001984P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001985M: dmitry.torokhov@gmail.com
1986M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001987L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001988T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989S: Maintained
1990
Robert Lovec9f04f52005-07-15 12:21:07 -04001991INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001992P: John McCutchan
1993M: ttb@tentacle.dhs.org
1994P: Robert Love
1995M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001996L: linux-kernel@vger.kernel.org
1997S: Maintained
1998
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001999INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002000P: Sylvain Meyer
2001M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002002L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002003S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002004
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002006P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002007M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002008L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002009S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011INTEL IA32 MICROCODE UPDATE SUPPORT
2012P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002013M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014S: Maintained
2015
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002016INTEL I/OAT DMA DRIVER
2017P: Shannon Nelson
2018M: shannon.nelson@intel.com
2019L: linux-kernel@vger.kernel.org
2020S: Supported
2021
Dan Williamsb3e5f262007-08-07 10:26:35 -07002022INTEL IOP-ADMA DMA DRIVER
2023P: Dan Williams
2024M: dan.j.williams@intel.com
2025L: linux-kernel@vger.kernel.org
2026S: Supported
2027
Michael Buesch844dd052006-06-26 00:24:59 -07002028INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2029P: Deepak Saxena
2030M: dsaxena@plexity.net
2031S: Maintained
2032
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002033INTEL IXP2000 ETHERNET DRIVER
2034P: Lennert Buytenhek
2035M: kernel@wantstofly.org
2036L: netdev@vger.kernel.org
2037S: Maintained
2038
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002040P: Auke Kok
2041M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042P: Jesse Brandeburg
2043M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002044P: Jeff Kirsher
2045M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002046P: John Ronciak
2047M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002048L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049W: http://sourceforge.net/projects/e1000/
2050S: Supported
2051
2052INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002053P: Auke Kok
2054M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002055P: Jesse Brandeburg
2056M: jesse.brandeburg@intel.com
2057P: Jeff Kirsher
2058M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002059P: John Ronciak
2060M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002061L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062W: http://sourceforge.net/projects/e1000/
2063S: Supported
2064
2065INTEL PRO/10GbE SUPPORT
2066P: Ayyappan Veeraiyan
2067M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002068P: Auke Kok
2069M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002070P: Jesse Brandeburg
2071M: jesse.brandeburg@intel.com
2072P: John Ronciak
2073M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002074L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075W: http://sourceforge.net/projects/e1000/
2076S: Supported
2077
James Ketrenos826d2ab2005-11-07 18:56:59 -06002078INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002079P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002080M: yi.zhu@intel.com
2081P: James Ketrenos
2082M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002083P: Reinette Chatre
2084M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002085L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002086L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002087W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002088W: http://ipw2100.sourceforge.net
2089S: Supported
2090
2091INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002092P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002093M: yi.zhu@intel.com
2094P: James Ketrenos
2095M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002096P: Reinette Chatre
2097M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002098L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002099L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002100W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002101W: http://ipw2200.sourceforge.net
2102S: Supported
2103
Zhu Yib481de92007-09-25 17:54:57 -07002104INTEL WIRELESS WIFI LINK (iwlwifi)
2105P: Zhu Yi
2106M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002107P: Reinette Chatre
2108M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002109L: linux-wireless@vger.kernel.org
2110L: ipw3945-devel@lists.sourceforge.net
2111W: http://intellinuxwireless.org
2112T: git git://intellinuxwireless.org/repos/iwlwifi
2113S: Supported
2114
Ralf Baechlecb109a02007-08-30 23:56:30 -07002115IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116P: Ralf Baechle
2117M: ralf@linux-mips.org
2118L: linux-mips@linux-mips.org
2119S: Maintained
2120
Ralf Baechlecb109a02007-08-30 23:56:30 -07002121IOC3 SERIAL DRIVER
2122P: Pat Gefre
2123M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002124L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002125S: Maintained
2126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127IP MASQUERADING:
2128P: Juanjo Ciarlante
2129M: jjciarla@raiz.uncu.edu.ar
2130S: Maintained
2131
Francois Romieu1202d6f2007-09-17 17:13:55 -07002132IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2133P: Francois Romieu
2134M: romieu@fr.zoreil.com
2135P: Sorbica Shieh
2136M: sorbica@icplus.com.tw
2137P: Jesse Huang
2138M: jesse@icplus.com.tw
2139L: netdev@vger.kernel.org
2140S: Maintained
2141
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002142IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002143P: Arthur Jones
2144M: infinipath@qlogic.com
2145L: general@lists.openfabrics.org
2146T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002147S: Supported
2148
Corey Minyard4409ebe2006-04-20 02:43:12 -07002149IPMI SUBSYSTEM
2150P: Corey Minyard
2151M: minyard@acm.org
2152L: openipmi-developer@lists.sourceforge.net
2153W: http://openipmi.sourceforge.net/
2154S: Supported
2155
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156IPX NETWORK LAYER
2157P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002158M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002159L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160S: Maintained
2161
David Sterba099dc4f2008-02-07 10:57:12 +01002162IPWIRELES DRIVER
2163P: Jiri Kosina
2164M: jkosina@suse.cz
2165P: David Sterba
2166M: dsterba@suse.cz
2167S: Maintained
2168T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2169
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002171P: Samuel Ortiz
2172M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002173L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002175S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176
Mike Christie14816b1e2007-11-28 16:22:06 -08002177ISCSI
2178P: Mike Christie
2179M: michaelc@cs.wisc.edu
2180L: open-iscsi@googlegroups.com
2181W: www.open-iscsi.org
2182T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2183S: Maintained
2184
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185ISAPNP
2186P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002187M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188S: Maintained
2189
2190ISDN SUBSYSTEM
2191P: Karsten Keil
2192M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193L: isdn4linux@listserv.isdn4linux.de
2194W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002195T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196S: Maintained
2197
2198ISDN SUBSYSTEM (Eicon active card driver)
2199P: Armin Schindler
2200M: mac@melware.de
2201L: isdn4linux@listserv.isdn4linux.de
2202W: http://www.melware.de
2203S: Maintained
2204
Hans Verkuil91821ff2007-12-02 09:35:33 -03002205IVTV VIDEO4LINUX DRIVER
2206P: Hans Verkuil
2207M: hverkuil@xs4all.nl
2208L: ivtv-devel@ivtvdriver.org
2209L: ivtv-users@ivtvdriver.org
2210L: video4linux-list@redhat.com
2211W: http://www.ivtvdriver.org
2212S: Maintained
2213
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2215P: David Woodhouse
2216M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002217L: linux-mtd@lists.infradead.org
2218W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219S: Maintained
2220
2221JFS FILESYSTEM
2222P: Dave Kleikamp
2223M: shaggy@austin.ibm.com
2224L: jfs-discussion@lists.sourceforge.net
2225W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002226T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227S: Supported
2228
Josh Triplettde456d32006-07-30 03:04:00 -07002229JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002230P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002231M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002232L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002233S: Maintained
2234
Rudolf Marek4660cb32006-10-08 22:01:26 +02002235K8TEMP HARDWARE MONITORING DRIVER
2236P: Rudolf Marek
2237M: r.marek@assembler.cz
2238L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239S: Maintained
2240
2241KCONFIG
2242P: Roman Zippel
2243M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002244L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245S: Maintained
2246
Vivek Goyalea6c2082006-05-20 14:59:55 -07002247KDUMP
2248P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002249M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002250P: Haren Myneni
2251M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002252L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002253L: linux-kernel@vger.kernel.org
2254W: http://lse.sourceforge.net/kdump/
2255S: Maintained
2256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257KERNEL AUTOMOUNTER (AUTOFS)
2258P: H. Peter Anvin
2259M: hpa@zytor.com
2260L: autofs@linux.kernel.org
2261S: Odd Fixes
2262
2263KERNEL AUTOMOUNTER v4 (AUTOFS4)
2264P: Ian Kent
2265M: raven@themaw.net
2266L: autofs@linux.kernel.org
2267S: Maintained
2268
2269KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270P: Sam Ravnborg
2271M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002272T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002273L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002274S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275
2276KERNEL JANITORS
2277P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002278L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280S: Maintained
2281
2282KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002283P: J. Bruce Fields
2284M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002286M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002287L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002289S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290
Avi Kivity426d62e2006-12-13 00:34:03 -08002291KERNEL VIRTUAL MACHINE (KVM)
2292P: Avi Kivity
2293M: avi@qumranet.com
2294L: kvm-devel@lists.sourceforge.net
2295W: kvm.sourceforge.net
2296S: Supported
2297
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002298KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2299P: Anthony Xu
2300M: anthony.xu@intel.com
2301P: Xiantao Zhang
2302M: xiantao.zhang@intel.com
2303L: kvm-ia64-devel@lists.sourceforge.net
2304W: kvm.sourceforge.net
2305S: Supported
2306
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002307KEXEC
2308P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002309M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002310W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002311L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002312L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002313S: Maintained
2314
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002315KPROBES
2316P: Prasanna S Panchamukhi
2317M: prasanna@in.ibm.com
2318P: Ananth N Mavinakayanahalli
2319M: ananth@in.ibm.com
2320P: Anil S Keshavamurthy
2321M: anil.s.keshavamurthy@intel.com
2322P: David S. Miller
2323M: davem@davemloft.net
2324L: linux-kernel@vger.kernel.org
2325S: Maintained
2326
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002327KS0108 LCD CONTROLLER DRIVER
2328P: Miguel Ojeda Sandonis
2329M: maxextreme@gmail.com
2330L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002331W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002336S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337
2338LASI 53c700 driver for PARISC
2339P: James E.J. Bottomley
2340M: James.Bottomley@HansenPartnership.com
2341L: linux-scsi@vger.kernel.org
2342S: Maintained
2343
Richard Purdie263de9b2006-05-15 09:44:16 -07002344LED SUBSYSTEM
2345P: Richard Purdie
2346M: rpurdie@rpsys.net
2347S: Maintained
2348
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349LEGO USB Tower driver
2350P: Juergen Stuber
2351M: starblue@users.sourceforge.net
2352L: legousb-devel@lists.sourceforge.net
2353W: http://legousb.sourceforge.net/
2354S: Maintained
2355
Rusty Russell568a17f2007-10-25 14:12:24 +10002356LGUEST
2357P: Rusty Russell
2358M: rusty@rustcorp.com.au
2359L: lguest@ozlabs.org
2360W: http://lguest.ozlabs.org/
2361S: Maintained
2362
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363LINUX FOR IBM pSERIES (RS/6000)
2364P: Paul Mackerras
2365M: paulus@au.ibm.com
2366W: http://www.ibm.com/linux/ltc/projects/ppc
2367S: Supported
2368
2369LINUX FOR NCR VOYAGER
2370P: James Bottomley
2371M: James.Bottomley@HansenPartnership.com
2372W: http://www.hansenpartnership.com/voyager
2373S: Maintained
2374
2375LINUX FOR POWERPC
2376P: Paul Mackerras
2377M: paulus@samba.org
2378W: http://www.penguinppc.org/
2379L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002380T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Supported
2382
2383LINUX FOR POWER MACINTOSH
2384P: Benjamin Herrenschmidt
2385M: benh@kernel.crashing.org
2386W: http://www.penguinppc.org/
2387L: linuxppc-dev@ozlabs.org
2388S: Maintained
2389
2390LINUX FOR POWERPC EMBEDDED MPC52XX
2391P: Sylvain Munaut
2392M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002393P: Grant Likely
2394M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395W: http://www.246tNt.com/mpc52xx/
2396W: http://www.penguinppc.org/
2397L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398S: Maintained
2399
2400LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002401P: Josh Boyer
2402M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403P: Matt Porter
2404M: mporter@kernel.crashing.org
2405W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002406L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002407T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Maintained
2409
Grant Likely260c02a2007-10-02 12:15:34 +10002410LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2411P: Grant Likely
2412M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002413W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002414L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S: Maintained
2416
Tom Rinie93adf12005-07-26 12:49:53 -07002417LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418P: Tom Rini
2419M: trini@kernel.crashing.org
2420W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002421L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422S: Maintained
2423
Tom Rinie93adf12005-07-26 12:49:53 -07002424LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002425P: Vitaly Bordug
2426M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002427P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002428M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002429W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002430L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002431S: Maintained
2432
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002434P: Kumar Gala
2435M: galak@kernel.crashing.org
2436W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002437L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002438S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439
Olof Johanssonab06ff32006-09-06 14:44:54 -05002440LINUX FOR POWERPC PA SEMI PWRFICIENT
2441P: Olof Johansson
2442M: olof@lixom.net
2443W: http://www.pasemi.com/
2444L: linuxppc-dev@ozlabs.org
2445S: Supported
2446
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447LLC (802.2)
2448P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002449M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450S: Maintained
2451
2452LINUX FOR 64BIT POWERPC
2453P: Paul Mackerras
2454M: paulus@samba.org
2455M: paulus@au.ibm.com
2456P: Anton Blanchard
2457M: anton@samba.org
2458M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002459W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002460L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461S: Supported
2462
2463LINUX SECURITY MODULE (LSM) FRAMEWORK
2464P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002465M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002466L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002468T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469S: Supported
2470
2471LM83 HARDWARE MONITOR DRIVER
2472P: Jean Delvare
2473M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002474L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475S: Maintained
2476
2477LM90 HARDWARE MONITOR DRIVER
2478P: Jean Delvare
2479M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002480L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481S: Maintained
2482
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002483LOCKDEP AND LOCKSTAT
2484P: Peter Zijlstra
2485M: peterz@infradead.org
2486P: Ingo Molnar
2487M: mingo@redhat.com
2488L: linux-kernel@vger.kernel.org
2489T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2490S: Maintained
2491
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002492LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493P: Richard Russon (FlatCap)
2494M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002495L: linux-ntfs-dev@lists.sourceforge.net
2496W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497S: Maintained
2498
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002499LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2500P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002501M: Eric.Moore@lsi.com
2502M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002503L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002504L: linux-scsi@vger.kernel.org
2505W: http://www.lsilogic.com/support
2506S: Supported
2507
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2509P: Matthew Wilcox
2510M: matthew@wil.cx
2511L: linux-scsi@vger.kernel.org
2512S: Maintained
2513
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002514M32R ARCHITECTURE
2515P: Hirokazu Takata
2516M: takata@linux-m32r.org
2517L: linux-m32r@ml.linux-m32r.org
2518L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2519W: http://www.linux-m32r.org/
2520S: Maintained
2521
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522M68K ARCHITECTURE
2523P: Geert Uytterhoeven
2524M: geert@linux-m68k.org
2525P: Roman Zippel
2526M: zippel@linux-m68k.org
2527L: linux-m68k@lists.linux-m68k.org
2528W: http://www.linux-m68k.org/
2529W: http://linux-m68k-cvs.ubb.ca/
2530S: Maintained
2531
2532M68K ON APPLE MACINTOSH
2533P: Joshua Thompson
2534M: funaho@jurai.org
2535W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002536L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537S: Maintained
2538
2539M68K ON HP9000/300
2540P: Philip Blundell
2541M: philb@gnu.org
2542W: http://www.tazenda.demon.co.uk/phil/linux-hp
2543S: Maintained
2544
Jiri Benc64a327a2007-05-05 11:47:08 -07002545MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002546P: Michael Wu
2547M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002548P: Johannes Berg
2549M: johannes@sipsolutions.net
2550P: Jiri Benc
2551M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002552L: linux-wireless@vger.kernel.org
2553W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002554T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002555S: Maintained
2556
Stefano Brivio1036d862007-12-23 04:46:27 +01002557MAC80211 PID RATE CONTROL
2558P: Stefano Brivio
2559M: stefano.brivio@polimi.it
2560P: Mattias Nissler
2561M: mattias.nissler@gmx.de
2562L: linux-wireless@vger.kernel.org
2563W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2564T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2565S: Maintained
2566
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002567MACVLAN DRIVER
2568P: Patrick McHardy
2569M: kaber@trash.net
2570L: netdev@vger.kernel.org
2571S: Maintained
2572
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573MARVELL YUKON / SYSKONNECT DRIVER
2574P: Mirko Lindner
2575M: mlindner@syskonnect.de
2576P: Ralph Roesler
2577M: rroesler@syskonnect.de
2578W: http://www.syskonnect.com
2579S: Supported
2580
Michael Kerriskfaf16682005-07-31 22:34:47 -07002581MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002582P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002583M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002584W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2585S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002586
Stefano Brivio74cda162007-11-19 20:27:46 +01002587MARVELL LIBERTAS WIRELESS DRIVER
2588P: Dan Williams
2589M: dcbw@redhat.com
2590L: libertas-dev@lists.infradead.org
2591S: Maintained
2592
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002593MARVELL MV643XX ETHERNET DRIVER
2594P: Dale Farnsworth
2595M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002597M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002598L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002599S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600
2601MATROX FRAMEBUFFER DRIVER
2602P: Petr Vandrovec
2603M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002604L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002607MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2608P: Hans J. Koch
2609M: hjk@linutronix.de
2610L: lm-sensors@lm-sensors.org
2611S: Maintained
2612
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002613MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002614P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002615M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002616S: linux-scsi@vger.kernel.org
2617W: http://megaraid.lsilogic.com
2618S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002619
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002620MEMORY MANAGEMENT
2621L: linux-mm@kvack.org
2622L: linux-kernel@vger.kernel.org
2623W: http://www.linux-mm.org
2624S: Maintained
2625
David Howellsb920de12008-02-08 04:19:31 -08002626MEI MN10300/AM33 PORT
2627P: David Howells
2628M: dhowells@redhat.com
2629P: Koichi Yasutake
2630M: yasutake.koichi@jp.panasonic.com
2631L: linux-am33-list@redhat.com
2632W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2633S: Maintained
2634
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002635MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636P: David Woodhouse
2637M: dwmw2@infradead.org
2638W: http://www.linux-mtd.infradead.org/
2639L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002640T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641S: Maintained
2642
Artem Bityutskiy48576402007-02-13 17:11:10 +02002643UNSORTED BLOCK IMAGES (UBI)
2644P: Artem Bityutskiy
2645M: dedekind@infradead.org
2646W: http://www.linux-mtd.infradead.org/
2647L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002648T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002649S: Maintained
2650
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651MICROTEK X6 SCANNER
2652P: Oliver Neukum
2653M: oliver@neukum.name
2654S: Maintained
2655
2656MIPS
2657P: Ralf Baechle
2658M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002659W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002661T: git www.linux-mips.org:/pub/scm/linux.git
2662S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663
2664MISCELLANEOUS MCA-SUPPORT
2665P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002666M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667L: linux-kernel@vger.kernel.org
2668S: Maintained
2669
2670MODULE SUPPORT
2671P: Rusty Russell
2672M: rusty@rustcorp.com.au
2673L: linux-kernel@vger.kernel.org
2674S: Maintained
2675
2676MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2677P: Stelian Pop
2678M: stelian@popies.net
2679W: http://popies.net/meye/
2680S: Maintained
2681
Pavel Pisac58ff042007-05-16 01:10:41 +02002682MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2683P: Pavel Pisa
2684M: ppisa@pikron.com
2685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002686S: Maintained
2687
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688MOUSE AND MISC DEVICES [GENERAL]
2689P: Alessandro Rubini
2690M: rubini@ipvvis.unipv.it
2691L: linux-kernel@vger.kernel.org
2692S: Maintained
2693
Jiri Slabyd7354102006-12-08 02:38:35 -08002694MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2695P: Jiri Slaby
2696M: jirislaby@gmail.com
2697L: linux-kernel@vger.kernel.org
2698S: Maintained
2699
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002700MSI LAPTOP SUPPORT
2701P: Lennart Poettering
2702M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002703W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002704W: http://0pointer.de/lennart/tchibo.html
2705S: Maintained
2706
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002707MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002708P: Pierre Ossman
2709M: drzeus-mmc@drzeus.cx
2710L: linux-kernel@vger.kernel.org
2711S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002712
David Brownell15a05802007-08-08 09:12:54 -07002713MULTIMEDIA CARD (MMC) ETC. OVER SPI
2714P: David Brownell
2715M: dbrownell@users.sourceforge.net
2716L: linux-kernel@vger.kernel.org
2717S: Odd fixes
2718
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719MULTISOUND SOUND DRIVER
2720P: Andrew Veliath
2721M: andrewtv@usa.net
2722S: Maintained
2723
Jiri Slabyd7354102006-12-08 02:38:35 -08002724MULTITECH MULTIPORT CARD (ISICOM)
2725P: Jiri Slaby
2726M: jirislaby@gmail.com
2727L: linux-kernel@vger.kernel.org
2728S: Maintained
2729
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730NATSEMI ETHERNET DRIVER (DP8381x)
2731P: Tim Hockin
2732M: thockin@hockin.org
2733S: Maintained
2734
2735NCP FILESYSTEM
2736P: Petr Vandrovec
2737M: vandrove@vc.cvut.cz
2738L: linware@sh.cvut.cz
2739S: Maintained
2740
2741NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2742P: James E.J. Bottomley
2743M: James.Bottomley@HansenPartnership.com
2744L: linux-scsi@vger.kernel.org
2745S: Maintained
2746
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002747NETEFFECT IWARP RNIC DRIVER (IW_NES)
2748P: Faisal Latif
2749M: flatif@neteffect.com
2750P: Glenn Streiff
2751M: gstreiff@neteffect.com
2752L: general@lists.openfabrics.org
2753W: http://www.neteffect.com
2754S: Supported
2755F: drivers/infiniband/hw/nes/
2756
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002757NETEM NETWORK EMULATOR
2758P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002759M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002760L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002761S: Maintained
2762
Jiri Slaby4a584482007-08-30 23:56:39 -07002763NETERION (S2IO) Xframe 10GbE DRIVER
2764P: Ramkrishna Vepa
2765M: ram.vepa@neterion.com
2766P: Rastapur Santosh
2767M: santosh.rastapur@neterion.com
2768P: Sivakumar Subramani
2769M: sivakumar.subramani@neterion.com
2770P: Sreenivasa Honnur
2771M: sreenivasa.honnur@neterion.com
2772L: netdev@vger.kernel.org
2773W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2774S: Supported
2775
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776NETFILTER/IPTABLES/IPCHAINS
2777P: Rusty Russell
2778P: Marc Boucher
2779P: James Morris
2780P: Harald Welte
2781P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002782P: Patrick McHardy
2783M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002784L: netfilter-devel@vger.kernel.org
2785L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002786L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787W: http://www.netfilter.org/
2788W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789S: Supported
2790
Paul Moore4cc67732006-09-25 15:57:13 -07002791NETLABEL
2792P: Paul Moore
2793M: paul.moore@hp.com
2794W: http://netlabel.sf.net
2795L: netdev@vger.kernel.org
2796S: Supported
2797
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798NETROM NETWORK LAYER
2799P: Ralf Baechle
2800M: ralf@linux-mips.org
2801L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002802W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803S: Maintained
2804
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002805NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806P: Paul Clements
2807M: Paul.Clements@steeleye.com
2808S: Maintained
2809
2810NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811P: Jeff Garzik
2812M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002813L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002814T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815S: Maintained
2816
2817NETWORKING [GENERAL]
2818P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002819M: netdev@vger.kernel.org
2820L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002821W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822S: Maintained
2823
2824NETWORKING [IPv4/IPv6]
2825P: David S. Miller
2826M: davem@davemloft.net
2827P: Alexey Kuznetsov
2828M: kuznet@ms2.inr.ac.ru
2829P: Pekka Savola (ipv6)
2830M: pekkas@netcore.fi
2831P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002832M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833P: Hideaki YOSHIFUJI
2834M: yoshfuji@linux-ipv6.org
2835P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002836M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002837L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002838T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839S: Maintained
2840
James Morris10e2ff12007-08-25 14:41:28 -07002841NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2842P: Paul Moore
2843M: paul.moore@hp.com
2844L: netdev@vger.kernel.org
2845S: Maintained
2846
John W. Linville29f8f632006-01-18 14:52:48 -08002847NETWORKING [WIRELESS]
2848P: John W. Linville
2849M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002850L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002851T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2852S: Maintained
2853
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002854NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002855P: Dhananjay Phadke
2856M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002857L: netdev@vger.kernel.org
2858W: http://www.netxen.com
2859S: Supported
2860
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861IPVS
2862P: Wensong Zhang
2863M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002864P: Simon Horman
2865M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866P: Julian Anastasov
2867M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002868L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869S: Maintained
2870
2871NFS CLIENT
2872P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002873M: Trond.Myklebust@netapp.com
2874L: linux-nfs@vger.kernel.org
2875W: http://client.linux-nfs.org
2876T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877S: Maintained
2878
2879NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002880P: Jan-Pascal van Best
2881M: janpascal@vanbest.org
2882P: Andreas Mohr
2883M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002884L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885S: Maintained
2886
2887NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2888P: YOKOTA Hiroshi
2889M: yokota@netlab.is.tsukuba.ac.jp
2890W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2891S: Maintained
2892
2893NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2894P: GOTO Masanori
2895M: gotom@debian.or.jp
2896P: YOKOTA Hiroshi
2897M: yokota@netlab.is.tsukuba.ac.jp
2898W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2899S: Maintained
2900
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901NTFS FILESYSTEM
2902P: Anton Altaparmakov
2903M: aia21@cantab.net
2904L: linux-ntfs-dev@lists.sourceforge.net
2905L: linux-kernel@vger.kernel.org
2906W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002907T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908S: Maintained
2909
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002910NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002911P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002912M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002913L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002914S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002916OPENCORES I2C BUS DRIVER
2917P: Peter Korsgaard
2918M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002919L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002920S: Maintained
2921
Mark Fashehccd979b2005-12-15 14:31:24 -08002922ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2923P: Mark Fasheh
2924M: mark.fasheh@oracle.com
2925P: Kurt Hackel
2926M: kurt.hackel@oracle.com
2927L: ocfs2-devel@oss.oracle.com
2928W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002929S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002930
Harald Weltec1986ee2005-11-13 16:06:29 -08002931OMNIKEY CARDMAN 4000 DRIVER
2932P: Harald Welte
2933M: laforge@gnumonks.org
2934S: Maintained
2935
Harald Welte77c44ab2005-11-13 16:06:26 -08002936OMNIKEY CARDMAN 4040 DRIVER
2937P: Harald Welte
2938M: laforge@gnumonks.org
2939S: Maintained
2940
Jonathan Corbet77d51402007-03-22 19:44:17 -03002941OMNIVISION OV7670 SENSOR DRIVER
2942P: Jonathan Corbet
2943M: corbet@lwn.net
2944L: video4linux-list@redhat.com
2945S: Maintained
2946
Thomas Gleixner431bca72007-05-02 09:31:35 +02002947ONENAND FLASH DRIVER
2948P: Kyungmin Park
2949M: kyungmin.park@samsung.com
2950L: linux-mtd@lists.infradead.org
2951S: Maintained
2952
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953ONSTREAM SCSI TAPE DRIVER
2954P: Willem Riede
2955M: osst@riede.org
2956L: osst-users@lists.sourceforge.net
2957L: linux-scsi@vger.kernel.org
2958S: Maintained
2959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960OPROFILE
2961P: Philippe Elie
2962M: phil.el@wanadoo.fr
2963L: oprofile-list@lists.sf.net
2964S: Maintained
2965
2966ORINOCO DRIVER
2967P: Pavel Roskin
2968M: proski@gnu.org
2969P: David Gibson
2970M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002971L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002972L: orinoco-users@lists.sourceforge.net
2973L: orinoco-devel@lists.sourceforge.net
2974W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975S: Maintained
2976
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002977PA SEMI ETHERNET DRIVER
2978P: Olof Johansson
2979M: olof@lixom.net
2980L: netdev@vger.kernel.org
2981S: Maintained
2982
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002983PA SEMI SMBUS DRIVER
2984P: Olof Johansson
2985M: olof@lixom.net
2986L: i2c@lm-sensors.org
2987S: Maintained
2988
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002990L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002991S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992
2993PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2994P: Tim Waugh
2995M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002996L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997W: http://www.torque.net/linux-pp.html
2998S: Maintained
2999
3000PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003001P: Kyle McMartin
3002M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003P: Matthew Wilcox
3004M: matthew@wil.cx
3005P: Grant Grundler
3006M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003007L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003009T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010S: Maintained
3011
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003012PARAVIRT_OPS INTERFACE
3013P: Jeremy Fitzhardinge
3014M: jeremy@xensource.com
3015P: Chris Wright
3016M: chrisw@sous-sol.org
3017P: Zachary Amsden
3018M: zach@vmware.com
3019P: Rusty Russell
3020M: rusty@rustcorp.com.au
3021L: virtualization@lists.osdl.org
3022L: linux-kernel@vger.kernel.org
3023S: Supported
3024
Jim Cromie1662d322006-10-06 00:43:59 -07003025PC87360 HARDWARE MONITORING DRIVER
3026P: Jim Cromie
3027M: jim.cromie@gmail.com
3028L: lm-sensors@lm-sensors.org
3029S: Maintained
3030
3031PC8736x GPIO DRIVER
3032P: Jim Cromie
3033M: jim.cromie@gmail.com
3034S: Maintained
3035
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003036PCI ERROR RECOVERY
3037P: Linas Vepstas
3038M: linas@austin.ibm.com
3039L: linux-kernel@vger.kernel.org
3040L: linux-pci@atrey.karlin.mff.cuni.cz
3041S: Supported
3042
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043PCI SUBSYSTEM
3044P: Greg Kroah-Hartman
3045M: gregkh@suse.de
3046L: linux-kernel@vger.kernel.org
3047L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08003048T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049S: Supported
3050
3051PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003052P: Kristen Carlson Accardi
3053M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054S: Supported
3055
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003056PCIE HOTPLUG DRIVER
3057P: Kristen Carlson Accardi
3058M: kristen.c.accardi@intel.com
3059L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003060S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003061
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003063P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003064L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003065W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003066T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003067S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068
3069PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003070P: Don Fry
3071M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003072L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073S: Maintained
3074
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003075PER-TASK DELAY ACCOUNTING
3076P: Shailabh Nagar
3077M: nagar@watson.ibm.com
3078L: linux-kernel@vger.kernel.org
3079S: Maintained
3080
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003081PERSONALITY HANDLING
3082P: Christoph Hellwig
3083M: hch@infradead.org
3084L: linux-abi-devel@lists.sourceforge.net
3085S: Maintained
3086
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003088P: Joern Engel
3089M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090L: linux-mtd@lists.infradead.org
3091S: Maintained
3092
Peter Osterlund249a6772005-09-27 21:45:30 -07003093PKTCDVD DRIVER
3094P: Peter Osterlund
3095M: petero2@telia.com
3096L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003097S: Maintained
3098
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003100P: Thomas Gleixner
3101M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003102L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103S: Supported
3104
Anton Vorontsov3be86142007-07-15 04:43:36 +04003105POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3106P: Anton Vorontsov
3107M: cbou@mail.ru
3108P: David Woodhouse
3109M: dwmw2@infradead.org
3110L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003111T: git git.infradead.org/battery-2.6.git
3112S: Maintained
3113
Eugene Surovegin24682972005-10-14 03:00:53 -07003114POWERPC 4xx EMAC DRIVER
3115P: Eugene Surovegin
3116M: ebs@ebshome.net
3117W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003118L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003119L: netdev@vger.kernel.org
3120S: Maintained
3121
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122PNP SUPPORT
3123P: Adam Belay
3124M: ambx1@neo.rr.com
3125S: Maintained
3126
Vitaly Wool999445d2007-01-04 13:07:03 +01003127PNXxxxx I2C DRIVER
3128P: Vitaly Wool
3129M: vitalywool@gmail.com
3130L: i2c@lm-sensors.org
3131S: Maintained
3132
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133PPP PROTOCOL DRIVERS AND COMPRESSORS
3134P: Paul Mackerras
3135M: paulus@samba.org
3136L: linux-ppp@vger.kernel.org
3137S: Maintained
3138
3139PPP OVER ATM (RFC 2364)
3140P: Mitchell Blank Jr
3141M: mitch@sfgoth.com
3142S: Maintained
3143
3144PPP OVER ETHERNET
3145P: Michal Ostrowski
3146M: mostrows@speakeasy.net
3147S: Maintained
3148
James Chapmana6d23702007-06-27 15:53:17 -07003149PPP OVER L2TP
3150P: James Chapman
3151M: jchapman@katalix.com
3152S: Maintained
3153
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154PREEMPTIBLE KERNEL
3155P: Robert Love
3156M: rml@tech9.net
3157L: linux-kernel@vger.kernel.org
3158L: kpreempt-tech@lists.sourceforge.net
3159W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3160S: Supported
3161
Michael Wueff1a592007-09-25 18:11:01 -07003162P54 WIRELESS DRIVER
3163P: Michael Wu
3164M: flamingice@sourmilk.net
3165L: linux-wireless@vger.kernel.org
3166W: http://prism54.org
3167T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3168S: Maintained
3169
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003171P: Luis R. Rodriguez
3172M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003173L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174W: http://prism54.org
3175S: Maintained
3176
3177PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3178P: Peter Denison
3179M: promise@pnd-pc.demon.co.uk
3180W: http://www.pnd-pc.demon.co.uk/promise/
3181S: Maintained
3182
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003183PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3184P: Mikael Pettersson
3185M: mikpe@it.uu.se
3186L: linux-ide@vger.kernel.org
3187S: Maintained
3188
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003189PS3 NETWORK SUPPORT
3190P: Masakazu Mokuno
3191M: mokuno@sm.sony.co.jp
3192L: netdev@vger.kernel.org
3193L: cbe-oss-dev@ozlabs.org
3194S: Supported
3195
Geoff Levandf58a9d12006-11-23 00:46:51 +01003196PS3 PLATFORM SUPPORT
3197P: Geoff Levand
3198M: geoffrey.levand@am.sony.com
3199L: linuxppc-dev@ozlabs.org
3200L: cbe-oss-dev@ozlabs.org
3201S: Supported
3202
Michael Krufky83202042006-07-03 00:24:18 -07003203PVRUSB2 VIDEO4LINUX DRIVER
3204P: Mike Isely
3205M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003206L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003207L: video4linux-list@redhat.com
3208W: http://www.isely.net/pvrusb2/
3209S: Maintained
3210
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211PXA2xx SUPPORT
3212P: Nicolas Pitre
3213M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003214L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215S: Maintained
3216
Pierre Ossman272f1332007-05-14 21:25:26 +02003217PXA MMCI DRIVER
3218S: Orphan
3219
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220QLOGIC QLA2XXX FC-SCSI DRIVER
3221P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003222M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223L: linux-scsi@vger.kernel.org
3224S: Supported
3225
Ron Mercer5a4faa872006-07-25 00:40:21 -07003226QLOGIC QLA3XXX NETWORK DRIVER
3227P: Ron Mercer
3228M: linux-driver@qlogic.com
3229L: netdev@vger.kernel.org
3230S: Supported
3231
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232QNX4 FILESYSTEM
3233P: Anders Larsen
3234M: al@alarsen.net
3235L: linux-kernel@vger.kernel.org
3236W: http://www.alarsen.net/linux/qnx4fs/
3237S: Maintained
3238
3239RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003240P: Benjamin Herrenschmidt
3241M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003242L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243S: Maintained
3244
3245RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003246P: Paul Mackerras
3247M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003248L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249S: Maintained
3250
3251RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3252P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003253M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003254L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255S: Maintained
3256
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003257RALINK RT2X00 WLAN DRIVER
3258P: rt2x00 project
3259L: linux-wireless@vger.kernel.org
3260L: rt2400-devel@lists.sourceforge.net
3261W: http://rt2x00.serialmonkey.com/
3262S: Maintained
3263F: drivers/net/wireless/rt2x00/
3264
Nick Piggin9db55792008-02-08 04:19:49 -08003265RAMDISK RAM BLOCK DEVICE DRIVER
3266P: Nick Piggin
3267M: npiggin@suse.de
3268S: Maintained
3269
Matt Mackall9e95ce22005-04-16 15:25:56 -07003270RANDOM NUMBER DRIVER
3271P: Matt Mackall
3272M: mpm@selenic.com
3273S: Maintained
3274
Matt Porter394b7012005-11-07 01:00:15 -08003275RAPIDIO SUBSYSTEM
3276P: Matt Porter
3277M: mporter@kernel.crashing.org
3278L: linux-kernel@vger.kernel.org
3279S: Maintained
3280
Florian Fainellic1f766b2008-02-06 22:39:44 +01003281RDC R-321X SoC
3282P: Florian Fainelli
3283M: florian.fainelli@telecomint.eu
3284L: linux-kernel@vger.kernel.org
3285S: Maintained
3286
Florian Fainellidb17f392007-12-19 11:30:30 +01003287RDC R6040 FAST ETHERNET DRIVER
3288P: Florian Fainelli
3289M: florian.fainelli@telecomint.eu
3290L: netdev@vger.kernel.org
3291S: Maintained
3292
Josh Triplett595182b2006-10-04 02:17:21 -07003293READ-COPY UPDATE (RCU)
3294P: Dipankar Sarma
3295M: dipankar@in.ibm.com
3296W: http://www.rdrop.com/users/paulmck/rclock/
3297L: linux-kernel@vger.kernel.org
3298S: Supported
3299
3300RCUTORTURE MODULE
3301P: Josh Triplett
3302M: josh@freedesktop.org
3303L: linux-kernel@vger.kernel.org
3304S: Maintained
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306REAL TIME CLOCK DRIVER
3307P: Paul Gortmaker
3308M: p_gortmaker@yahoo.com
3309L: linux-kernel@vger.kernel.org
3310S: Maintained
3311
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003312REAL TIME CLOCK (RTC) SUBSYSTEM
3313P: Alessandro Zummo
3314M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003315L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003316S: Maintained
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318REISERFS FILE SYSTEM
3319P: Hans Reiser
3320M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003321L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322W: http://www.namesys.com
3323S: Supported
3324
3325ROCKETPORT DRIVER
3326P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327W: http://www.comtrol.com
3328S: Maintained
3329
3330ROSE NETWORK LAYER
3331P: Ralf Baechle
3332M: ralf@linux-mips.org
3333L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003334W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335S: Maintained
3336
3337RISCOM8 DRIVER
3338S: Orphan
3339
Michael Wu605bebe2007-05-14 01:41:02 -04003340RTL818X WIRELESS DRIVER
3341P: Michael Wu
3342M: flamingice@sourmilk.net
3343P: Andrea Merello
3344M: andreamrl@tiscali.it
3345L: linux-wireless@vger.kernel.org
3346W: http://linuxwireless.org/
3347T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3348S: Maintained
3349
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003350S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003351P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003352M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003353L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003354S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003355
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356S390
3357P: Martin Schwidefsky
3358M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003359P: Heiko Carstens
3360M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003362L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003363W: http://www.ibm.com/developerworks/linux/linux390/
3364S: Supported
3365
3366S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003367P: Ursula Braun
3368M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003369P: Frank Blaschka
3370M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003371M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003372L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003373W: http://www.ibm.com/developerworks/linux/linux390/
3374S: Supported
3375
3376S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003377P: Christof Schmitt
3378M: christof.schmitt@de.ibm.com
3379P: Martin Peschke
3380M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003381M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003382L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003383W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384S: Supported
3385
Ursula Braundd96df22007-09-19 13:09:02 +02003386S390 IUCV NETWORK LAYER
3387P: Ursula Braun
3388M: ubraun@linux.vnet.ibm.com
3389M: linux390@de.ibm.com
3390L: linux-s390@vger.kernel.org
3391W: http://www.ibm.com/developerworks/linux/linux390/
3392S: Supported
3393
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394SAA7146 VIDEO4LINUX-2 DRIVER
3395P: Michael Hunold
3396M: michael@mihu.de
3397W: http://www.mihu.de/linux/saa7146
3398S: Maintained
3399
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400SC1200 WDT DRIVER
3401P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003402M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403S: Maintained
3404
3405SCHEDULER
3406P: Ingo Molnar
3407M: mingo@elte.hu
3408P: Robert Love [the preemptible kernel bits]
3409M: rml@tech9.net
3410L: linux-kernel@vger.kernel.org
3411S: Maintained
3412
3413SCSI CDROM DRIVER
3414P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003415M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416L: linux-scsi@vger.kernel.org
3417W: http://www.kernel.dk
3418S: Maintained
3419
3420SCSI SG DRIVER
3421P: Doug Gilbert
3422M: dgilbert@interlog.com
3423L: linux-scsi@vger.kernel.org
3424W: http://www.torque.net/sg
3425S: Maintained
3426
3427SCSI SUBSYSTEM
3428P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003429M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003431T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003432T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3433T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434S: Maintained
3435
3436SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003437P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438M: Kai.Makisara@kolumbus.fi
3439L: linux-scsi@vger.kernel.org
3440S: Maintained
3441
3442SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003443P: Vlad Yasevich
3444M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003445P: Sridhar Samudrala
3446M: sri@us.ibm.com
3447L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003448W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003449S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450
3451SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003452P: Jim Cromie
3453M: jim.cromie@gmail.com
3454S: Odd Fixes
3455
3456SCx200 GPIO DRIVER
3457P: Jim Cromie
3458M: jim.cromie@gmail.com
3459S: Maintained
3460
3461SCx200 HRT CLOCKSOURCE DRIVER
3462P: Jim Cromie
3463M: jim.cromie@gmail.com
3464S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465
3466SECURITY CONTACT
3467P: Security Officers
3468M: security@kernel.org
3469S: Supported
3470
3471SELINUX SECURITY MODULE
3472P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003473M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003475M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003476P: Eric Paris
3477M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003479L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480W: http://www.nsa.gov/selinux
3481S: Supported
3482
Jiri Slabycef2cf02007-05-08 00:31:45 -07003483SENSABLE PHANTOM
3484P: Jiri Slaby
3485M: jirislaby@gmail.com
3486S: Maintained
3487
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488SERIAL ATA (SATA) SUBSYSTEM:
3489P: Jeff Garzik
3490M: jgarzik@pobox.com
3491L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003492T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493S: Supported
3494
3495SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3496P: Pat Gefre
3497M: pfg@sgi.com
3498L: linux-ia64@vger.kernel.org
3499S: Supported
3500
3501SGI VISUAL WORKSTATION 320 AND 540
3502P: Andrey Panin
3503M: pazke@donpac.ru
3504L: linux-visws-devel@lists.sf.net
3505W: http://linux-visws.sf.net
3506S: Maintained for 2.6.
3507
3508SIMTEC EB110ATX (Chalice CATS)
3509P: Ben Dooks
3510P: Vincent Sanders
3511M: support@simtec.co.uk
3512W: http://www.simtec.co.uk/products/EB110ATX/
3513S: Supported
3514
3515SIMTEC EB2410ITX (BAST)
3516P: Ben Dooks
3517P: Vincent Sanders
3518M: support@simtec.co.uk
3519W: http://www.simtec.co.uk/products/EB2410ITX/
3520S: Supported
3521
Francois Romieu92aab3c2005-07-30 13:11:18 +02003522SIS 190 ETHERNET DRIVER
3523P: Francois Romieu
3524M: romieu@fr.zoreil.com
3525L: netdev@vger.kernel.org
3526S: Maintained
3527
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528SIS 5513 IDE CONTROLLER DRIVER
3529P: Lionel Bouton
3530M: Lionel.Bouton@inet6.fr
3531W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3532W: http://gyver.homeip.net/sis5513/index.html
3533S: Maintained
3534
3535SIS 900/7016 FAST ETHERNET DRIVER
3536P: Daniele Venzano
3537M: venza@brownhat.org
3538W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003539L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540S: Maintained
3541
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003542SIS 96X I2C/SMBUS DRIVER
3543P: Mark M. Hoffman
3544M: mhoffman@lightlink.com
3545L: lm-sensors@lm-sensors.org
3546S: Maintained
3547
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548SIS FRAMEBUFFER DRIVER
3549P: Thomas Winischhofer
3550M: thomas@winischhofer.net
3551W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003552S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553
3554SIS USB2VGA DRIVER
3555P: Thomas Winischhofer
3556M: thomas@winischhofer.net
3557W: http://www.winischhofer.at/linuxsisusbvga.shtml
3558S: Maintained
3559
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003560SLAB ALLOCATOR
3561P: Christoph Lameter
3562M: clameter@sgi.com
3563P: Pekka Enberg
3564M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003565P: Matt Mackall
3566M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003567L: linux-mm@kvack.org
3568S: Maintained
3569
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570SMC91x ETHERNET DRIVER
3571P: Nicolas Pitre
3572M: nico@cam.org
3573S: Maintained
3574
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003575SMSC47B397 HARDWARE MONITOR DRIVER
3576P: Mark M. Hoffman
3577M: mhoffman@lightlink.com
3578L: lm-sensors@lm-sensors.org
3579S: Maintained
3580
Daniel Drake8f0f8502006-07-18 22:00:25 +01003581SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003582P: Daniel Drake
3583M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003584L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003585S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003586
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587SOFTWARE RAID (Multiple Disks) SUPPORT
3588P: Ingo Molnar
3589M: mingo@redhat.com
3590P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003591M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003593S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003594
Pavel Machek95a631e2007-07-19 01:47:42 -07003595HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596P: Pavel Machek
3597M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003598P: Rafael J. Wysocki
3599M: rjw@sisk.pl
3600L: linux-pm@lists.linux-foundation.org
3601S: Supported
3602
3603SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003604P: Len Brown
3605M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003606P: Pavel Machek
3607M: pavel@suse.cz
3608P: Rafael J. Wysocki
3609M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003610L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003611S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612
3613SONIC NETWORK DRIVER
3614P: Thomas Bogendoerfer
3615M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003616L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617S: Maintained
3618
Michael Buesch61e115a2007-09-18 15:12:50 -04003619SONICS SILICON BACKPLANE DRIVER (SSB)
3620P: Michael Buesch
3621M: mb@bu3sch.de
3622L: netdev@vger.kernel.org
3623S: Maintained
3624
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003626P: Mattia Dongili
3627M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003628L: linux-acpi@vger.kernel.org
3629W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630S: Maintained
3631
Alex Dubovbaf85322008-02-09 10:20:54 -08003632SONY MEMORYSTICK CARD SUPPORT
3633P: Alex Dubov
3634M: oakad@yahoo.com
3635L: linux-kernel@vger.kernel.org
3636W: http://tifmxx.berlios.de/
3637S: Maintained
3638
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639SOUND
3640P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003641M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003642L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643S: Maintained
3644
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003645SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3646P: Liam Girdwood
3647M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003648P: Mark Brown
3649M: broonie@opensource.wolfsonmicro.com
3650T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003651L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003652S: Supported
3653
Kumar Gala025c3982006-04-02 16:05:54 -05003654SPI SUBSYSTEM
3655P: David Brownell
3656M: dbrownell@users.sourceforge.net
3657L: spi-devel-general@lists.sourceforge.net
3658S: Maintained
3659
Steven Rostedt855f46a2006-08-05 12:14:50 -07003660STABLE BRANCH:
3661P: Greg Kroah-Hartman
3662M: greg@kroah.com
3663P: Chris Wright
3664M: chrisw@sous-sol.org
3665L: stable@kernel.org
3666S: Maintained
3667
Kylene Hall1c72d462005-05-01 08:59:13 -07003668TPM DEVICE DRIVER
3669P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003670M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003671W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003672P: Marcel Selhorst
3673M: tpm@selhorst.net
3674W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003675L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003676S: Maintained
3677
Mark Gross1a80ba82005-10-30 15:02:55 -08003678Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003679P: Mark Gross
3680M: mark.gross@intel.com
3681S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003682
Chris Zankel48b415c2005-06-23 22:01:07 -07003683TENSILICA XTENSA PORT (xtensa):
3684P: Chris Zankel
3685M: chris@zankel.net
3686S: Maintained
3687
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003688THINKPAD ACPI EXTRAS DRIVER
3689P: Henrique de Moraes Holschuh
3690M: ibm-acpi@hmh.eng.br
3691L: ibm-acpi-devel@lists.sourceforge.net
3692W: http://ibm-acpi.sourceforge.net
3693W: http://thinkwiki.org/wiki/Ibm-acpi
3694T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3695S: Maintained
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697UltraSPARC (sparc64):
3698P: David S. Miller
3699M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003701T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702S: Maintained
3703
3704SHARP LH SUPPORT (LH7952X & LH7A40X)
3705P: Marc Singer
3706M: elf@buici.com
3707W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003708L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709S: Maintained
3710
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003711SHPC HOTPLUG DRIVER
3712P: Kristen Carlson Accardi
3713M: kristen.c.accardi@intel.com
3714L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003715S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003716
Pierre Ossmand129bce2006-03-24 03:18:17 -08003717SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3718P: Pierre Ossman
3719M: drzeus-sdhci@drzeus.cx
3720L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003721S: Maintained
3722
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003723SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3724P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003725M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003726L: netdev@vger.kernel.org
3727S: Maintained
3728
Chris Boot1a87d942006-07-10 04:45:34 -07003729SOEKRIS NET48XX LED SUPPORT
3730P: Chris Boot
3731M: bootc@bootc.net
3732S: Maintained
3733
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734SPARC (sparc32):
3735P: William L. Irwin
3736M: wli@holomorphy.com
3737L: sparclinux@vger.kernel.org
3738S: Maintained
3739
3740SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3741P: Roger Wolff
3742M: R.E.Wolff@BitWizard.nl
3743L: linux-kernel@vger.kernel.org ?
3744S: Supported
3745
Jim Lewis2752e402006-09-29 02:01:19 -07003746SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003747P: Ishizaki Kou
3748M: kou.ishizaki@toshiba.co.jp
3749P: Jens Osterkamp
3750M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003751L: netdev@vger.kernel.org
3752S: Supported
3753
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754SRM (Alpha) environment access
3755P: Jan-Benedict Glaw
3756M: jbglaw@lug-owl.de
3757L: linux-kernel@vger.kernel.org
3758S: Maintained
3759
3760STARFIRE/DURALAN NETWORK DRIVER
3761P: Ion Badulescu
3762M: ionut@cs.columbia.edu
3763S: Maintained
3764
3765STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3766W: http://mosquitonet.Stanford.EDU/strip.html
3767S: Unsupported ?
3768
3769STRADIS MPEG-2 DECODER DRIVER
3770P: Nathan Laredo
3771M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772W: http://www.stradis.com/
3773S: Maintained
3774
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003775SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776P: Paul Mundt
3777M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003778L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003780T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781S: Maintained
3782
3783SUN3/3X
3784P: Sam Creasey
3785M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786W: http://sammy.net/sun3/
3787S: Maintained
3788
3789SVGA HANDLING
3790P: Martin Mares
3791M: mj@ucw.cz
3792L: linux-video@atrey.karlin.mff.cuni.cz
3793S: Maintained
3794
3795SYSV FILESYSTEM
3796P: Christoph Hellwig
3797M: hch@infradead.org
3798S: Maintained
3799
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003800TC CLASSIFIER
3801P: Jamal Hadi Salim
3802M: hadi@cyberus.ca
3803L: netdev@vger.kernel.org
3804S: Maintained
3805
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003806TCP LOW PRIORITY MODULE
3807P: Wong Hoi Sing, Edison
3808M: hswong3i@gmail.com
3809P: Hung Hing Lun, Mike
3810M: hlhung3i@gmail.com
3811W: http://tcp-lp-mod.sourceforge.net/
3812S: Maintained
3813
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003814TEHUTI ETHERNET DRIVER
3815P: Alexander Indenbaum
3816M: baum@tehutinetworks.net
3817P: Andy Gospodarek
3818M: andy@greyhouse.net
3819L: netdev@vger.kernel.org
3820S: Supported
3821
Alex Dubov4020f2d2006-10-04 02:15:37 -07003822TI FLASH MEDIA INTERFACE DRIVER
3823P: Alex Dubov
3824M: oakad@yahoo.com
3825S: Maintained
3826
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003827TI OMAP MMC INTERFACE DRIVER
3828P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003829M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003830W: http://linux.omap.com
3831W: http://www.muru.com/linux/omap/
3832S: Maintained
3833
Michael Buesch844dd052006-06-26 00:24:59 -07003834TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3835P: Deepak Saxena
3836M: dsaxena@plexity.net
3837S: Maintained
3838
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003839TASKSTATS STATISTICS INTERFACE
3840P: Shailabh Nagar
3841M: nagar@watson.ibm.com
3842L: linux-kernel@vger.kernel.org
3843S: Maintained
3844
Per Lidene86eaa32006-01-12 16:45:18 +01003845TIPC NETWORK LAYER
3846P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003847M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003848P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003849M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003850P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003851M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003852L: tipc-discussion@lists.sourceforge.net
3853W: http://tipc.sourceforge.net/
3854W: http://tipc.cslab.ericsson.net/
3855T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3856S: Maintained
3857
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858TLAN NETWORK DRIVER
3859P: Samuel Chessman
3860M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003861L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862W: http://sourceforge.net/projects/tlan/
3863S: Maintained
3864
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865TOSHIBA ACPI EXTRAS DRIVER
3866P: John Belmonte
3867M: toshiba_acpi@memebeam.org
3868W: http://memebeam.org/toys/ToshibaAcpiDriver
3869S: Maintained
3870
3871TOSHIBA SMM DRIVER
3872P: Jonathan Buzzard
3873M: jonathan@buzzard.org.uk
3874L: tlinux-users@tce.toshiba-dme.co.jp
3875W: http://www.buzzard.org.uk/toshiba/
3876S: Maintained
3877
3878TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3879P: Muli Ben-Yehuda
3880M: mulix@mulix.org
3881L: linux-kernel@vger.kernel.org
3882S: Maintained
3883
3884TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003885P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003886M: trivial@kernel.org
3887L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888S: Maintained
3889
3890TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891L: tulip-users@lists.sourceforge.net
3892W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003893S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894
3895TUN/TAP driver
3896P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003897M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898L: vtun@office.satix.net
3899W: http://vtun.sourceforge.net/tun
3900S: Maintained
3901
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003902TURBOCHANNEL SUBSYSTEM
3903P: Maciej W. Rozycki
3904M: macro@linux-mips.org
3905S: Maintained
3906
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907U14-34F SCSI DRIVER
3908P: Dario Ballabio
3909M: ballabio_dario@emc.com
3910L: linux-scsi@vger.kernel.org
3911S: Maintained
3912
3913UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08003914P: Jan Kara
3915M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916W: http://linux-udf.sourceforge.net
3917S: Maintained
3918
3919UNIFORM CDROM DRIVER
3920P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003921M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922L: linux-kernel@vger.kernel.org
3923W: http://www.kernel.dk
3924S: Maintained
3925
3926USB ACM DRIVER
3927P: Oliver Neukum
3928M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003929L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930S: Maintained
3931
Jiri Slaby6d985162008-02-06 01:37:11 -08003932USB AUERSWALD DRIVER
3933P: Wolfgang Muees
3934M: wolfgang@iksw-muees.de
3935L: linux-usb@vger.kernel.org
3936S: Maintained
3937
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938USB BLOCK DRIVER (UB ub)
3939P: Pete Zaitcev
3940M: zaitcev@redhat.com
3941L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003942L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943S: Supported
3944
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945USB CDC ETHERNET DRIVER
3946P: Greg Kroah-Hartman
3947M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003948L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949S: Maintained
3950W: http://www.kroah.com/linux-usb/
3951
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003952USB DAVICOM DM9601 DRIVER
3953P: Peter Korsgaard
3954M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003955L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003956W: http://www.linux-usb.org/usbnet
3957S: Maintained
3958
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959USB EHCI DRIVER
3960P: David Brownell
3961M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003962L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003963S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964
Luca Risolia7ce08c92006-01-11 02:06:59 +00003965USB ET61X[12]51 DRIVER
3966P: Luca Risolia
3967M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003968L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003969L: video4linux-list@redhat.com
3970W: http://www.linux-projects.org
3971S: Maintained
3972
David Brownell69ae9e32006-11-14 02:03:31 -08003973USB GADGET/PERIPHERAL SUBSYSTEM
3974P: David Brownell
3975M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003976L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003977W: http://www.linux-usb.org/gadget
3978S: Maintained
3979
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003980USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003981P: Jiri Kosina
3982M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003983L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003984T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985S: Maintained
3986
Olav Kongas959eea22005-11-03 17:38:14 +02003987USB ISP116X DRIVER
3988P: Olav Kongas
3989M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003990L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003991S: Maintained
3992
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993USB KAWASAKI LSI DRIVER
3994P: Oliver Neukum
3995M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003996L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997S: Maintained
3998
3999USB MASS STORAGE DRIVER
4000P: Matthew Dharm
4001M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004002L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004003L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004S: Maintained
4005W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4006
4007USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004008P: David Brownell
4009M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004010L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004011S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012
Matthias Urlichsba460e42005-07-14 00:33:47 -07004013USB OPTION-CARD DRIVER
4014P: Matthias Urlichs
4015M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004016L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004017S: Maintained
4018
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019USB OV511 DRIVER
4020P: Mark McClelland
4021M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004022L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023W: http://alpha.dyndns.org/ov511/
4024S: Maintained
4025
4026USB PEGASUS DRIVER
4027P: Petko Manolov
4028M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004029L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004030L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031W: http://pegasus2.sourceforge.net/
4032S: Maintained
4033
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004034USB PRINTER DRIVER (usblp)
4035P: Pete Zaitcev
4036M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004037L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004038S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039
4040USB RTL8150 DRIVER
4041P: Petko Manolov
4042M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004043L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004044L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045W: http://pegasus2.sourceforge.net/
4046S: Maintained
4047
4048USB SE401 DRIVER
4049P: Jeroen Vreeken
4050M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004051L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052W: http://www.chello.nl/~j.vreeken/se401/
4053S: Maintained
4054
4055USB SERIAL CYBERJACK DRIVER
4056P: Matthias Bruestle and Harald Welte
4057M: support@reiner-sct.com
4058W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4059S: Maintained
4060
4061USB SERIAL DIGI ACCELEPORT DRIVER
4062P: Peter Berger and Al Borchers
4063M: pberger@brimson.com
4064M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004065L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066S: Maintained
4067
4068USB SERIAL DRIVER
4069P: Greg Kroah-Hartman
4070M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004071L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072S: Supported
4073
4074USB SERIAL BELKIN F5U103 DRIVER
4075P: William Greathouse
4076M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004077L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078S: Maintained
4079
4080USB SERIAL CYPRESS M8 DRIVER
4081P: Lonnie Mendez
4082M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004083L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084S: Maintained
4085W: http://geocities.com/i0xox0i
4086W: http://firstlight.net/cvs
4087
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4089P: Gary Brubaker
4090M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004091L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092S: Maintained
4093
4094USB SERIAL KEYSPAN DRIVER
4095P: Greg Kroah-Hartman
4096M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004097L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098W: http://www.kroah.com/linux/
4099S: Maintained
4100
4101USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004102P: Support Department
4103M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004104L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105W: http://www.connecttech.com
4106S: Supported
4107
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004108USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109P: Luca Risolia
4110M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004111L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004112L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113W: http://www.linux-projects.org
4114S: Maintained
4115
4116USB SUBSYSTEM
4117P: Greg Kroah-Hartman
4118M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004119L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004121T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122S: Supported
4123
4124USB UHCI DRIVER
4125P: Alan Stern
4126M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004127L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128S: Maintained
4129
David Brownell69ae9e32006-11-14 02:03:31 -08004130USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131P: David Brownell
4132M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004133L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004134W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135S: Maintained
4136
4137USB W996[87]CF DRIVER
4138P: Luca Risolia
4139M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004140L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004141L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142W: http://www.linux-projects.org
4143S: Maintained
4144
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004145USB WIRELESS RNDIS DRIVER (rndis_wlan)
4146P: Jussi Kivilinna
4147M: jussi.kivilinna@mbnet.fi
4148L: linux-wireless@vger.kernel.org
4149S: Maintained
4150
Luca Risolia60f78052006-02-06 16:29:35 +00004151USB ZC0301 DRIVER
4152P: Luca Risolia
4153M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004154L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004155L: video4linux-list@redhat.com
4156W: http://www.linux-projects.org
4157S: Maintained
4158
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159USB ZD1201 DRIVER
4160P: Jeroen Vreeken
4161M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004162L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163W: http://linux-lc100020.sourceforge.net
4164S: Maintained
4165
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004166USB ZR364XX DRIVER
4167P: Antoine Jacquet
4168M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004169L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004170L: video4linux-list@redhat.com
4171W: http://royale.zerezo.com/zr364xx/
4172S: Maintained
4173
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174USER-MODE LINUX
4175P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004176M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177L: user-mode-linux-devel@lists.sourceforge.net
4178L: user-mode-linux-user@lists.sourceforge.net
4179W: http://user-mode-linux.sourceforge.net
4180S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004181
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004182USERSPACE I/O (UIO)
4183P: Hans J. Koch
4184M: hjk@linutronix.de
4185P: Greg Kroah-Hartman
4186M: gregkh@suse.de
4187L: linux-kernel@vger.kernel.org
4188S: Maintained
4189
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190FAT/VFAT/MSDOS FILESYSTEM:
4191P: OGAWA Hirofumi
4192M: hirofumi@mail.parknet.co.jp
4193L: linux-kernel@vger.kernel.org
4194S: Maintained
4195
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196VIA RHINE NETWORK DRIVER
4197P: Roger Luethi
4198M: rl@hellgate.ch
4199S: Maintained
4200
Jean Delvare32c0a522005-09-22 21:47:58 +02004201VIAPRO SMBUS DRIVER
4202P: Jean Delvare
4203M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004204L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004205S: Maintained
4206
Francois Romieu01f20732007-01-26 00:57:17 -08004207VIA VELOCITY NETWORK DRIVER
4208P: Francois Romieu
4209M: romieu@fr.zoreil.com
4210L: netdev@vger.kernel.org
4211S: Maintained
4212
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213UCLINUX (AND M68KNOMMU)
4214P: Greg Ungerer
4215M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004217L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218S: Maintained
4219
4220UCLINUX FOR NEC V850
4221P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222
4223UCLINUX FOR RENESAS H8/300
4224P: Yoshinori Sato
4225M: ysato@users.sourceforge.jp
4226W: http://uclinux-h8.sourceforge.jp/
4227S: Supported
4228
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004229UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004230P: Evgeniy Dushistov
4231M: dushistov@mail.ru
4232L: linux-kernel@vger.kernel.org
4233S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004234
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235USB DIAMOND RIO500 DRIVER
4236P: Cesar Miquel
4237M: miquel@df.uba.ar
4238L: rio500-users@lists.sourceforge.net
4239W: http://rio500.sourceforge.net
4240S: Maintained
4241
4242VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004243P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004244M: mchehab@infradead.org
4245M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004247W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004248T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004249S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250
Patrick McHardybe7f8272007-10-23 20:26:36 -07004251VLAN (802.1Q)
4252P: Patrick McHardy
4253M: kaber@trash.net
4254L: netdev@vger.kernel.org
4255S: Maintained
4256
Juerg Haefligerab413192006-09-24 20:54:04 +02004257VT1211 HARDWARE MONITOR DRIVER
4258P: Juerg Haefliger
4259M: juergh@gmail.com
4260L: lm-sensors@lm-sensors.org
4261S: Maintained
4262
Roger Lucas1de9e372005-11-26 20:20:05 +01004263VT8231 HARDWARE MONITOR DRIVER
4264P: Roger Lucas
4265M: roger@planbit.co.uk
4266L: lm-sensors@lm-sensors.org
4267S: Maintained
4268
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269W1 DALLAS'S 1-WIRE BUS
4270P: Evgeniy Polyakov
4271M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272S: Maintained
4273
Charles Spirakis13927072006-07-05 18:05:15 +02004274W83791D HARDWARE MONITORING DRIVER
4275P: Charles Spirakis
4276M: bezaur@gmail.com
4277L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004278S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004279
Rudolf Marek61db0112006-12-12 18:18:30 +01004280W83793 HARDWARE MONITORING DRIVER
4281P: Rudolf Marek
4282M: r.marek@assembler.cz
4283L: lm-sensors@lm-sensors.org
4284S: Maintained
4285
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286W83L51xD SD/MMC CARD INTERFACE DRIVER
4287P: Pierre Ossman
4288M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004289L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290S: Maintained
4291
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004292WATCHDOG DEVICE DRIVERS
4293P: Wim Van Sebroeck
4294M: wim@iguana.be
4295T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4296S: Maintained
4297
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4299P: Jean Tourrilhes
4300M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004301L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4303S: Maintained
4304
4305WD7000 SCSI DRIVER
4306P: Miroslav Zagorac
4307M: zaga@fly.cc.fer.hr
4308L: linux-scsi@vger.kernel.org
4309S: Maintained
4310
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004311WISTRON LAPTOP BUTTON DRIVER
4312P: Miloslav Trmac
4313M: mitr@volny.cz
4314S: Maintained
4315
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316WL3501 WIRELESS PCMCIA CARD DRIVER
4317P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004318M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004319L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004320W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321S: Maintained
4322
4323X.25 NETWORK LAYER
4324P: Henner Eisen
4325M: eis@baty.hanse.de
4326L: linux-x25@vger.kernel.org
4327S: Maintained
4328
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004329XEN HYPERVISOR INTERFACE
4330P: Jeremy Fitzhardinge
4331M: jeremy@xensource.com
4332P: Chris Wright
4333M: chrisw@sous-sol.org
4334L: virtualization@lists.osdl.org
4335L: xen-devel@lists.xensource.com
4336S: Supported
4337
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338XFS FILESYSTEM
4339P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004340P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004342L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004344T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345S: Supported
4346
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004347XILINX SYSTEMACE DRIVER
4348P: Grant Likely
4349M: grant.likely@secretlab.ca
4350W: http://www.secretlab.ca/
4351L: linux-kernel@vger.kernel.org
4352S: Maintained
4353
Peter Korsgaard238b8722006-12-06 20:35:17 -08004354XILINX UARTLITE SERIAL DRIVER
4355P: Peter Korsgaard
4356M: jacmet@sunsite.dk
4357L: linux-serial@vger.kernel.org
4358S: Maintained
4359
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004360X86 ARCHITECTURE (32-BIT AND 64-BIT)
4361P: Thomas Gleixner
4362M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363P: Ingo Molnar
4364M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004365P: H. Peter Anvin
4366M: hpa@zytor.com
4367L: linux-kernel@vger.kernel.org
4368T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369S: Maintained
4370
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371YAM DRIVER FOR AX.25
4372P: Jean-Paul Roubelat
4373M: jpr@f6fbb.org
4374L: linux-hams@vger.kernel.org
4375S: Maintained
4376
Henkaf64a5e2005-10-12 15:02:56 +02004377YEALINK PHONE DRIVER
4378P: Henk Vergonet
4379M: Henk.Vergonet@gmail.com
4380L: usbb2k-api-dev@nongnu.org
4381S: Maintained
4382
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383Z8530 DRIVER FOR AX.25
4384P: Joerg Reuter
4385M: jreuter@yaina.de
4386W: http://yaina.de/jreuter/
4387W: http://www.qsl.net/dl1bke/
4388L: linux-hams@vger.kernel.org
4389S: Maintained
4390
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004391ZD1211RW WIRELESS DRIVER
4392P: Daniel Drake
4393M: dsd@gentoo.org
4394P: Ulrich Kunitz
4395M: kune@deine-taler.de
4396W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004397L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004398L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4399S: Maintained
4400
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401ZF MACHZ WATCHDOG
4402P: Fernando Fuganti
4403M: fuganti@netbank.com.br
4404W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4405S: Maintained
4406
4407ZR36067 VIDEO FOR LINUX DRIVER
4408P: Ronald Bultje
4409M: rbultje@ronald.bitfreak.net
4410L: mjpeg-users@lists.sourceforge.net
4411W: http://mjpeg.sourceforge.net/driver-zoran/
4412S: Maintained
4413
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004414ZS DECSTATION Z85C30 SERIAL DRIVER
4415P: Maciej W. Rozycki
4416M: macro@linux-mips.org
4417S: Maintained
4418
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419THE REST
4420P: Linus Torvalds
4421S: Buried alive in reporters