blob: aefd23f892bae93d58fed6db9d20b1e601fcea5f [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
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800691ATMEL LCDFB DRIVER
692P: Nicolas Ferre
693M: nicolas.ferre@atmel.com
694L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
695S: Maintained
696
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100697ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100698P: Haavard Skinnemoen
699M: hskinnemoen@atmel.com
700S: Supported
701
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800702ATMEL SPI DRIVER
703P: Haavard Skinnemoen
704M: hskinnemoen@atmel.com
705S: Supported
706
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700707ATMEL USBA UDC DRIVER
708P: Haavard Skinnemoen
709M: hskinnemoen@atmel.com
710L: kernel@avr32linux.org
711W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
712S: Supported
713
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714ATMEL WIRELESS DRIVER
715P: Simon Kelley
716M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700717L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718W: http://www.thekelleys.org.uk/atmel
719W: http://atmelwlandriver.sourceforge.net/
720S: Maintained
721
Chris Wrighta92b7b82005-07-07 18:12:23 -0700722AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100723P: David Woodhouse
724M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700725L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100726W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800727T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700728S: Maintained
729
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800730AUXILIARY DISPLAY DRIVERS
731P: Miguel Ojeda Sandonis
732M: maxextreme@gmail.com
733L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700734W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800735S: Maintained
736
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700737AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700738P: Haavard Skinnemoen
739M: hskinnemoen@atmel.com
740W: http://www.atmel.com/products/AVR32/
741W: http://avr32linux.org/
742W: http://avrfreaks.net/
743S: Supported
744
745AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700746P: Haavard Skinnemoen
747M: hskinnemoen@atmel.com
748S: Supported
749
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750AX.25 NETWORK LAYER
751P: Ralf Baechle
752M: ralf@linux-mips.org
753L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200754W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755S: Maintained
756
Richard Purdie300abeb2007-02-07 22:21:07 +0000757BACKLIGHT CLASS/SUBSYSTEM
758P: Richard Purdie
759M: rpurdie@rpsys.net
760S: Maintained
761
Bryan Wu1394f032007-05-06 14:50:22 -0700762BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800763P: Bryan Wu
764M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800765L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
766W: http://blackfin.uclinux.org
767S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700768
Bryan Wue190d6b2007-07-17 14:43:44 +0800769BLACKFIN EMAC DRIVER
770P: Bryan Wu
771M: bryan.wu@analog.com
772L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
773W: http://blackfin.uclinux.org
774S: Supported
775
Mike Frysinger566da5b2007-06-11 15:31:30 +0800776BLACKFIN RTC DRIVER
777P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800778M: vapier.adi@gmail.com
779L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
780W: http://blackfin.uclinux.org
781S: Supported
782
Bryan Wu1394f032007-05-06 14:50:22 -0700783BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800784P: Sonic Zhang
785M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800786L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
787W: http://blackfin.uclinux.org
788S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700789
Bryan Wu1e6d3202007-07-15 02:50:02 +0800790BLACKFIN WATCHDOG DRIVER
791P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800792M: vapier.adi@gmail.com
793L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
794W: http://blackfin.uclinux.org
795S: Supported
796
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797BAYCOM/HDLCDRV DRIVERS FOR AX.25
798P: Thomas Sailer
799M: t.sailer@alumni.ethz.ch
800L: linux-hams@vger.kernel.org
801W: http://www.baycom.org/~tom/ham/ham.html
802S: Maintained
803
Michael Buesche4d6b792007-09-18 15:39:42 -0400804B43 WIRELESS DRIVER
805P: Michael Buesch
806M: mb@bu3sch.de
807P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100808M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400809L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100810W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400811S: Maintained
812
Larry Finger75388ac2007-09-25 16:46:54 -0700813B43LEGACY WIRELESS DRIVER
814P: Larry Finger
815M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100816P: Stefano Brivio
817M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700818L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100819W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700820S: Maintained
821
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200822BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
823P: Larry Finger
824M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200825P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100826M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700827L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200828W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800829S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831BEFS FILE SYSTEM
832P: Sergey S. Kostyliov
833M: rathamahata@php4.ru
834L: linux-kernel@vger.kernel.org
835S: Maintained
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837BFS FILE SYSTEM
838P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800839M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840L: linux-kernel@vger.kernel.org
841S: Maintained
842
Bryan Wud24ecfc2007-05-01 23:26:32 +0200843BLACKFIN I2C TWI DRIVER
844P: Sonic Zhang
845M: sonic.zhang@analog.com
846L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
847W: http://blackfin.uclinux.org/
848S: Supported
849
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850BLOCK LAYER
851P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200852M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800854T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855S: Maintained
856
Joern Engel2b54aae2008-02-06 01:38:02 -0800857BLOCK2MTD DRIVER
858P: Joern Engel
859M: joern@lazybastard.org
860L: linux-mtd@lists.infradead.org
861S: Maintained
862
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863BLUETOOTH SUBSYSTEM
864P: Marcel Holtmann
865M: marcel@holtmann.org
866P: Maxim Krasnyansky
867M: maxk@qualcomm.com
868L: bluez-devel@lists.sf.net
869W: http://bluez.sf.net
870W: http://www.bluez.org
871W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800872T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873S: Maintained
874
875BLUETOOTH RFCOMM LAYER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878P: Maxim Krasnyansky
879M: maxk@qualcomm.com
880S: Maintained
881
882BLUETOOTH BNEP LAYER
883P: Marcel Holtmann
884M: marcel@holtmann.org
885P: Maxim Krasnyansky
886M: maxk@qualcomm.com
887S: Maintained
888
889BLUETOOTH CMTP LAYER
890P: Marcel Holtmann
891M: marcel@holtmann.org
892S: Maintained
893
894BLUETOOTH HIDP LAYER
895P: Marcel Holtmann
896M: marcel@holtmann.org
897S: Maintained
898
899BLUETOOTH HCI UART DRIVER
900P: Marcel Holtmann
901M: marcel@holtmann.org
902P: Maxim Krasnyansky
903M: maxk@qualcomm.com
904S: Maintained
905
906BLUETOOTH HCI USB DRIVER
907P: Marcel Holtmann
908M: marcel@holtmann.org
909P: Maxim Krasnyansky
910M: maxk@qualcomm.com
911S: Maintained
912
913BLUETOOTH HCI BCM203X DRIVER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916S: Maintained
917
918BLUETOOTH HCI BPA10X DRIVER
919P: Marcel Holtmann
920M: marcel@holtmann.org
921S: Maintained
922
923BLUETOOTH HCI BFUSB DRIVER
924P: Marcel Holtmann
925M: marcel@holtmann.org
926S: Maintained
927
928BLUETOOTH HCI DTL1 DRIVER
929P: Marcel Holtmann
930M: marcel@holtmann.org
931S: Maintained
932
933BLUETOOTH HCI BLUECARD DRIVER
934P: Marcel Holtmann
935M: marcel@holtmann.org
936S: Maintained
937
938BLUETOOTH HCI BT3C DRIVER
939P: Marcel Holtmann
940M: marcel@holtmann.org
941S: Maintained
942
943BLUETOOTH HCI BTUART DRIVER
944P: Marcel Holtmann
945M: marcel@holtmann.org
946S: Maintained
947
948BLUETOOTH HCI VHCI DRIVER
949P: Maxim Krasnyansky
950M: maxk@qualcomm.com
951S: Maintained
952
953BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100954P: Jay Vosburgh
955M: fubar@us.ibm.com
956L: bonding-devel@lists.sourceforge.net
957W: http://sourceforge.net/projects/bonding/
958S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000960BROADBAND PROCESSOR ARCHITECTURE
961P: Arnd Bergmann
962M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100963L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400964W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000965S: Supported
966
Gary Zambrano39105892006-06-22 17:26:20 -0700967BROADCOM B44 10/100 ETHERNET DRIVER
968P: Gary Zambrano
969M: zambrano@broadcom.com
970L: netdev@vger.kernel.org
971S: Supported
972
Michael Chan948c51e2006-06-04 02:51:39 -0700973BROADCOM BNX2 GIGABIT ETHERNET DRIVER
974P: Michael Chan
975M: mchan@broadcom.com
976L: netdev@vger.kernel.org
977S: Supported
978
979BROADCOM TG3 GIGABIT ETHERNET DRIVER
980P: Michael Chan
981M: mchan@broadcom.com
982L: netdev@vger.kernel.org
983S: Supported
984
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200985BSG (block layer generic sg v4 driver)
986P: FUJITA Tomonori
987M: fujita.tomonori@lab.ntt.co.jp
988L: linux-scsi@vger.kernel.org
989S: Supported
990
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700992P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200993M: mchehab@infradead.org
994M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700996W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200997T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700998S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999
Jonathan Corbet77d51402007-03-22 19:44:17 -03001000CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1001P: Jonathan Corbet
1002M: corbet@lwn.net
1003L: video4linux-list@redhat.com
1004S: Maintained
1005
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001006CAN NETWORK LAYER
1007P: Urs Thuermann
1008M: urs.thuermann@volkswagen.de
1009P: Oliver Hartkopp
1010M: oliver.hartkopp@volkswagen.de
1011L: socketcan-core@lists.berlios.de
1012W: http://developer.berlios.de/projects/socketcan/
1013S: Maintained
1014
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001015CALGARY x86-64 IOMMU
1016P: Muli Ben-Yehuda
1017M: muli@il.ibm.com
1018P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001019M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001020L: linux-kernel@vger.kernel.org
1021L: discuss@x86-64.org
1022S: Maintained
1023
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001024CFAG12864B LCD DRIVER
1025P: Miguel Ojeda Sandonis
1026M: maxextreme@gmail.com
1027L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001028W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001029S: Maintained
1030
1031CFAG12864BFB LCD FRAMEBUFFER DRIVER
1032P: Miguel Ojeda Sandonis
1033M: maxextreme@gmail.com
1034L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001035W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001036S: Maintained
1037
Johannes Berg704232c2007-04-23 12:20:05 -07001038CFG80211 and NL80211
1039P: Johannes Berg
1040M: johannes@sipsolutions.net
1041L: linux-wireless@vger.kernel.org
1042S: Maintained
1043
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001044CHECKPATCH
1045P: Andy Whitcroft
1046M: apw@shadowen.org
1047P: Randy Dunlap
1048M: rdunlap@xenotime.net
1049P: Joel Schopp
1050M: jschopp@austin.ibm.com
1051S: Supported
1052
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053COMMON INTERNET FILE SYSTEM (CIFS)
1054P: Steve French
1055M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001056L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001058W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001059T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001060S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061
Joel Becker7063fbf2005-12-15 14:29:43 -08001062CONFIGFS
1063P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001064M: joel.becker@oracle.com
1065L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001066S: Supported
1067
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001068CIRRUS LOGIC EP93XX ETHERNET DRIVER
1069P: Lennert Buytenhek
1070M: kernel@wantstofly.org
1071L: netdev@vger.kernel.org
1072S: Maintained
1073
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001074CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1075P: Lennert Buytenhek
1076M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001077L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001078S: Maintained
1079
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1081P: Cirrus Logic Corporation (kernel 2.2 driver)
1082M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1083P: Nils Faerber (port to kernel 2.4)
1084M: Nils Faerber <nils@kernelconcepts.de>
1085S: Maintained
1086
1087CODA FILE SYSTEM
1088P: Jan Harkes
1089M: jaharkes@cs.cmu.edu
1090M: coda@cs.cmu.edu
1091L: codalist@coda.cs.cmu.edu
1092W: http://www.coda.cs.cmu.edu/
1093S: Maintained
1094
1095COMPACTPCI HOTPLUG CORE
1096P: Scott Murray
1097M: scottm@somanetworks.com
1098M: scott@spiteful.org
1099L: pcihpd-discuss@lists.sourceforge.net
1100S: Supported
1101
1102COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1103P: Scott Murray
1104M: scottm@somanetworks.com
1105M: scott@spiteful.org
1106L: pcihpd-discuss@lists.sourceforge.net
1107S: Supported
1108
1109COMPACTPCI HOTPLUG GENERIC DRIVER
1110P: Scott Murray
1111M: scottm@somanetworks.com
1112M: scott@spiteful.org
1113L: pcihpd-discuss@lists.sourceforge.net
1114S: Supported
1115
1116COMPUTONE INTELLIPORT MULTIPORT CARD
1117P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001118M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001120S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121
Simon Arlott949be0f2007-03-06 02:47:46 -08001122CONEXANT ACCESSRUNNER USB DRIVER
1123P: Simon Arlott
1124M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001125L: accessrunner-general@lists.sourceforge.net
1126W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001127S: Maintained
1128
Rudolf Marekbebe4672007-05-08 17:22:02 +02001129CORETEMP HARDWARE MONITORING DRIVER
1130P: Rudolf Marek
1131M: r.marek@assembler.cz
1132L: lm-sensors@lm-sensors.org
1133S: Maintained
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135COSA/SRP SYNC SERIAL DRIVER
1136P: Jan "Yenya" Kasprzak
1137M: kas@fi.muni.cz
1138W: http://www.fi.muni.cz/~kas/cosa/
1139S: Maintained
1140
1141CPU FREQUENCY DRIVERS
1142P: Dave Jones
1143M: davej@codemonkey.org.uk
1144L: cpufreq@lists.linux.org.uk
1145W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001146T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147S: Maintained
1148
1149CPUID/MSR DRIVER
1150P: H. Peter Anvin
1151M: hpa@zytor.com
1152S: Maintained
1153
Paul Jacksoned90fb42005-09-27 21:45:37 -07001154CPUSETS
1155P: Paul Jackson
1156P: Simon Derr
1157M: pj@sgi.com
1158M: simon.derr@bull.net
1159L: linux-kernel@vger.kernel.org
1160W: http://www.bullopensource.org/cpuset/
1161S: Supported
1162
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001164W: http://sourceforge.net/projects/cramfs/
1165S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166
1167CRIS PORT
1168P: Mikael Starvik
1169M: starvik@axis.com
1170L: dev-etrax@axis.com
1171W: http://developer.axis.com
1172S: Maintained
1173
1174CRYPTO API
1175P: Herbert Xu
1176M: herbert@gondor.apana.org.au
1177P: David S. Miller
1178M: davem@davemloft.net
1179L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001180T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181S: Maintained
1182
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001183CS5535 Audio ALSA driver
1184P: Jaya Kumar
1185M: jayakumar.alsa@gmail.com
1186S: Maintained
1187
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188CYBERPRO FB DRIVER
1189P: Russell King
1190M: rmk@arm.linux.org.uk
1191W: http://www.arm.linux.org.uk/
1192S: Maintained
1193
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001194CYBLAFB FRAMEBUFFER DRIVER
1195P: Knut Petersen
1196M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001197L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001198S: Maintained
1199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200CYCLADES 2X SYNC CARD DRIVER
1201P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001202M: acme@ghostprotocols.net
1203W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204S: Maintained
1205
1206CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001208S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209
1210CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001212S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214DAMA SLAVE for AX.25
1215P: Joerg Reuter
1216M: jreuter@yaina.de
1217W: http://yaina.de/jreuter/
1218W: http://www.qsl.net/dl1bke/
1219L: linux-hams@vger.kernel.org
1220S: Maintained
1221
1222DC395x SCSI driver
1223P: Oliver Neukum
1224M: oliver@neukum.name
1225P: Ali Akcaagac
1226M: aliakc@web.de
1227P: Jamie Lenehan
1228M: lenehan@twibble.org
1229W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001230L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231L: http://lists.twibble.org/mailman/listinfo/dc395x/
1232S: Maintained
1233
1234DC390/AM53C974 SCSI driver
1235P: Kurt Garloff
1236M: garloff@suse.de
1237W: http://www.garloff.de/kurt/linux/dc390/
1238P: Guennadi Liakhovetski
1239M: g.liakhovetski@gmx.de
1240S: Maintained
1241
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001242DCCP PROTOCOL
1243P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001244M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001245L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001246W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001247S: Maintained
1248
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249DECnet NETWORK LAYER
1250P: Patrick Caulfield
1251M: patrick@tykepenguin.com
1252W: http://linux-decnet.sourceforge.net
1253L: linux-decnet-user@lists.sourceforge.net
1254S: Maintained
1255
1256DEFXX FDDI NETWORK DRIVER
1257P: Maciej W. Rozycki
1258M: macro@linux-mips.org
1259S: Maintained
1260
1261DELL LAPTOP SMM DRIVER
1262P: Massimo Dal Zotto
1263M: dz@debian.org
1264W: http://www.debian.org/~dz/i8k/
1265S: Maintained
1266
Doug Warzecha90563ec2005-09-06 15:17:15 -07001267DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1268P: Doug Warzecha
1269M: Douglas_Warzecha@dell.com
1270S: Maintained
1271
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001272DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273P: Alasdair Kergon
1274L: dm-devel@redhat.com
1275W: http://sources.redhat.com/dm
1276S: Maintained
1277
1278DEVICE NUMBER REGISTRY
1279P: Torben Mathiasen
1280M: device@lanana.org
1281W: http://lanana.org/docs/device-list/index.html
1282L: linux-kernel@vger.kernel.org
1283S: Maintained
1284
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285DIGI INTL. EPCA DRIVER
1286P: Digi International, Inc
1287M: Eng.Linux@digi.com
1288L: Eng.Linux@digi.com
1289W: http://www.digi.com
1290S: Orphaned
1291
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292DIRECTORY NOTIFICATION
1293P: Stephen Rothwell
1294M: sfr@canb.auug.org.au
1295L: linux-kernel@vger.kernel.org
1296S: Supported
1297
1298DISK GEOMETRY AND PARTITION HANDLING
1299P: Andries Brouwer
1300M: aeb@cwi.nl
1301W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1302W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1303W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1304S: Maintained
1305
1306DISKQUOTA:
1307P: Jan Kara
1308M: jack@suse.cz
1309L: linux-kernel@vger.kernel.org
1310S: Maintained
1311
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001312DISTRIBUTED LOCK MANAGER
1313P: Patrick Caulfield
1314M: pcaulfie@redhat.com
1315P: David Teigland
1316M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001317L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001318W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001319T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1320T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001321S: Supported
1322
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1324P: Tobias Ringstrom
1325M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001326L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327S: Maintained
1328
Dan Williamsb3e5f262007-08-07 10:26:35 -07001329DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001330P: Shannon Nelson
1331M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001332P: Dan Williams
1333M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001334L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001335S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001336
Juerg Haefligerb8250372007-06-09 10:11:16 -04001337DME1737 HARDWARE MONITOR DRIVER
1338P: Juerg Haefliger
1339M: juergh@gmail.com
1340L: lm-sensors@lm-sensors.org
1341S: Maintained
1342
Martin Waitzba483d52005-06-17 13:20:59 -07001343DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001344P: Randy Dunlap
1345M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001346S: Maintained
1347
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001348DOCKING STATION DRIVER
1349P: Kristen Carlson Accardi
1350M: kristen.c.accardi@intel.com
1351L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001352S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001353
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354DOUBLETALK DRIVER
1355P: James R. Van Zandt
1356M: jrv@vanzandt.mv.com
1357L: blinux-list@redhat.com
1358S: Maintained
1359
1360DRIVER CORE, KOBJECTS, AND SYSFS
1361P: Greg Kroah-Hartman
1362M: gregkh@suse.de
1363L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001364T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365S: Supported
1366
1367DRM DRIVERS
1368P: David Airlie
1369M: airlied@linux.ie
1370L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001371T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372S: Maintained
1373
1374DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001375P: Francois Romieu
1376M: romieu@fr.zoreil.com
1377L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378S: Maintained
1379
1380DVB SUBSYSTEM AND DRIVERS
1381P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001382M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001384W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001385T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001386S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001388DZ DECSTATION DZ11 SERIAL DRIVER
1389P: Maciej W. Rozycki
1390M: macro@linux-mips.org
1391S: Maintained
1392
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393EATA-DMA SCSI DRIVER
1394P: Michael Neuffer
1395L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1396S: Maintained
1397
1398EATA ISA/EISA/PCI SCSI DRIVER
1399P: Dario Ballabio
1400M: ballabio_dario@emc.com
1401L: linux-scsi@vger.kernel.org
1402S: Maintained
1403
1404EATA-PIO SCSI DRIVER
1405P: Michael Neuffer
1406M: mike@i-Connect.Net
1407L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1408S: Maintained
1409
1410EBTABLES
1411P: Bart De Schuymer
1412M: bart.de.schuymer@pandora.be
1413L: ebtables-user@lists.sourceforge.net
1414L: ebtables-devel@lists.sourceforge.net
1415W: http://ebtables.sourceforge.net/
1416S: Maintained
1417
Michael Halcrow237fead2006-10-04 02:16:22 -07001418ECRYPT FILE SYSTEM
1419P: Mike Halcrow, Phillip Hellewell
1420M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1421L: ecryptfs-devel@lists.sourceforge.net
1422W: http://ecryptfs.sourceforge.net/
1423S: Supported
1424
Alan Coxda9bb1d2006-01-18 17:44:13 -08001425EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001426P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001427M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001428L: bluesmoke-devel@lists.sourceforge.net
1429W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001430S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001431
1432EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001433P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001434P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001435M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001436M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001437L: bluesmoke-devel@lists.sourceforge.net
1438W: bluesmoke.sourceforge.net
1439S: Maintained
1440
1441EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001442P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001443M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
Douglas Thompson6bc78402007-07-19 01:50:12 -07001448EDAC-I82443BXGX
1449P: Tim Small
1450M: tim@buttersideup.com
1451L: bluesmoke-devel@lists.sourceforge.net
1452W: bluesmoke.sourceforge.net
1453S: Maintained
1454
1455EDAC-I3000
1456P: Jason Uhlenkott
1457M: juhlenko@akamai.com
1458L: bluesmoke-devel@lists.sourceforge.net
1459W: bluesmoke.sourceforge.net
1460S: Maintained
1461
1462EDAC-I5000
1463P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001464M: dougthompson@xmission.com
1465L: bluesmoke-devel@lists.sourceforge.net
1466W: bluesmoke.sourceforge.net
1467S: Maintained
1468
1469EDAC-I82975X
1470P: Ranganathan Desikan
1471P: Arvind R.
1472M: rdesikan@jetzbroadband.com
1473M: arvind@acarlab.com
1474L: bluesmoke-devel@lists.sourceforge.net
1475W: bluesmoke.sourceforge.net
1476S: Maintained
1477
1478EDAC-PASEMI
1479P: Egor Martovetsky
1480M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001481L: bluesmoke-devel@lists.sourceforge.net
1482W: bluesmoke.sourceforge.net
1483S: Maintained
1484
Dave Peterson0e438e32006-03-26 01:38:55 -08001485EDAC-R82600
1486P: Tim Small
1487M: tim@buttersideup.com
1488L: bluesmoke-devel@lists.sourceforge.net
1489W: bluesmoke.sourceforge.net
1490S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001491
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492EEPRO100 NETWORK DRIVER
1493P: Andrey V. Savochkin
1494M: saw@saw.sw.com.sg
1495S: Maintained
1496
Josh Triplett0bee8d22006-07-30 03:03:58 -07001497EFS FILESYSTEM
1498W: http://aeschi.ch.eu.org/efs/
1499S: Orphan
1500
Heiko J Schickfab97222006-09-22 15:22:22 -07001501EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1502P: Hoang-Nam Nguyen
1503M: hnguyen@de.ibm.com
1504P: Christoph Raisch
1505M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001506L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001507S: Supported
1508
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001509EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001510P: James Smart
1511M: james.smart@emulex.com
1512L: linux-scsi@vger.kernel.org
1513W: http://sourceforge.net/projects/lpfcxxxx
1514S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001515
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516EPSON 1355 FRAMEBUFFER DRIVER
1517P: Christopher Hoover
1518M: ch@murgatroid.com, ch@hpl.hp.com
1519S: Maintained
1520
1521ETHEREXPRESS-16 NETWORK DRIVER
1522P: Philip Blundell
1523M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001524L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525S: Maintained
1526
1527ETHERNET BRIDGE
1528P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001529M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001530L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531W: http://bridge.sourceforge.net/
1532S: Maintained
1533
1534ETHERTEAM 16I DRIVER
1535P: Mika Kuoppala
1536M: miku@iki.fi
1537S: Maintained
1538
1539EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001540L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541S: Maintained
1542
1543EXT3 FILE SYSTEM
1544P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001545M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001546L: linux-ext4@vger.kernel.org
1547S: Maintained
1548
1549EXT4 FILE SYSTEM
1550P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001551M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001552L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553S: Maintained
1554
Jean Delvaree53004e2006-01-09 23:26:14 +01001555F71805F HARDWARE MONITORING DRIVER
1556P: Jean Delvare
1557M: khali@linux-fr.org
1558L: lm-sensors@lm-sensors.org
1559S: Maintained
1560
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561FARSYNC SYNCHRONOUS DRIVER
1562P: Kevin Curtis
1563M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564W: http://www.farsite.co.uk/
1565S: Supported
1566
Akinobu Mitac5408b82007-04-23 14:41:20 -07001567FAULT INJECTION SUPPORT
1568P: Akinobu Mita
1569M: akinobu.mita@gmail.com
1570S: Supported
1571
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572FRAMEBUFFER LAYER
1573P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001574M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001575L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576W: http://linux-fbdev.sourceforge.net/
1577S: Maintained
1578
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001579FREESCALE SOC FS_ENET DRIVER
1580P: Pantelis Antoniou
1581M: pantelis.antoniou@gmail.com
1582P: Vitaly Bordug
1583M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001584L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001585L: netdev@vger.kernel.org
1586S: Maintained
1587
Li Yanga7205b32007-04-23 10:38:18 -07001588FREESCALE HIGHSPEED USB DEVICE DRIVER
1589P: Li Yang
1590M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001591L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001592L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001593S: Maintained
1594
Li Yangbeaf53b2007-05-25 13:54:02 +08001595FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1596P: Li Yang
1597M: leoli@freescale.com
1598L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001599L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001600S: Maintained
1601
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602FILE LOCKING (flock() and fcntl()/lockf())
1603P: Matthew Wilcox
1604M: matthew@wil.cx
1605L: linux-fsdevel@vger.kernel.org
1606S: Maintained
1607
1608FILESYSTEMS (VFS and infrastructure)
1609P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001610M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611S: Maintained
1612
Stefan Richterf148e202008-01-12 12:32:44 +01001613FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001614P: Kristian Hoegsberg, Stefan Richter
1615M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1616L: linux1394-devel@lists.sourceforge.net
1617W: http://www.linux1394.org/
1618T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1619S: Maintained
1620
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621FIRMWARE LOADER (request_firmware)
1622L: linux-kernel@vger.kernel.org
1623S: Orphan
1624
1625FPU EMULATOR
1626P: Bill Metzenthen
1627M: billm@suburbia.net
1628W: http://suburbia.net/~billm/floating-point/emulator/
1629S: Maintained
1630
1631FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1632P: Mike McLagan
1633M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001634L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635S: Maintained
1636
1637FREEVXFS FILESYSTEM
1638P: Christoph Hellwig
1639M: hch@infradead.org
1640W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1641S: Maintained
1642
David Howells5ab7ffe2007-04-10 15:10:45 +01001643FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644P: David Howells
1645M: dhowells@redhat.com
1646S: Maintained
1647
Miklos Szeredi04578f12005-09-09 13:10:22 -07001648FUSE: FILESYSTEM IN USERSPACE
1649P: Miklos Szeredi
1650M: miklos@szeredi.hu
1651L: fuse-devel@lists.sourceforge.net
1652W: http://fuse.sourceforge.net/
1653S: Maintained
1654
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1656P: Rik Faith
1657M: faith@cs.unc.edu
1658L: linux-scsi@vger.kernel.org
1659S: Odd fixes (e.g., new signatures)
1660
1661GDT SCSI DISK ARRAY CONTROLLER DRIVER
1662P: Achim Leubner
1663M: achim_leubner@adaptec.com
1664L: linux-scsi@vger.kernel.org
1665W: http://www.icp-vortex.com/
1666S: Supported
1667
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001668GENERIC GPIO I2C DRIVER
1669P: Haavard Skinnemoen
1670M: hskinnemoen@atmel.com
1671S: Supported
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1674P: Krzysztof Halasa
1675M: khc@pm.waw.pl
1676W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1677S: Maintained
1678
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001679GFS2 FILE SYSTEM
1680P: Steven Whitehouse
1681M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001682L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001683W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001684T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1685T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001686S: Supported
1687
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001688GIGASET ISDN DRIVERS
1689P: Hansjoerg Lipp
1690M: hjlipp@web.de
1691P: Tilman Schmidt
1692M: tilman@imap.cc
1693L: gigaset307x-common@lists.sourceforge.net
1694W: http://gigaset307x.sourceforge.net/
1695S: Maintained
1696
Jean Delvare5b543962005-08-15 19:51:02 +02001697HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001698P: Mark M. Hoffman
1699M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001700L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001701W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001702T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1703T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001704S: Maintained
1705
Michael Buesch844dd052006-06-26 00:24:59 -07001706HARDWARE RANDOM NUMBER GENERATOR CORE
1707P: Michael Buesch
1708M: mb@bu3sch.de
1709S: Maintained
1710
Robert Love860e1d62005-08-31 23:57:59 -04001711HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1712P: Robert Love
1713M: rlove@rlove.org
1714M: linux-kernel@vger.kernel.org
1715W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1716S: Maintained
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718HARMONY SOUND DRIVER
1719P: Kyle McMartin
1720M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001721L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722S: Maintained
1723
1724HAYES ESP SERIAL DRIVER
1725P: Andrew J. Robinson
1726M: arobinso@nyx.net
1727L: linux-kernel@vger.kernel.org
1728W: http://www.nyx.net/~arobinso
1729S: Maintained
1730
1731HFS FILESYSTEM
1732P: Roman Zippel
1733M: zippel@linux-m68k.org
1734L: linux-kernel@vger.kernel.org
1735S: Maintained
1736
1737HGA FRAMEBUFFER DRIVER
1738P: Ferenc Bakonyi
1739M: fero@drama.obuda.kando.hu
1740L: linux-nvidia@lists.surfsouth.com
1741W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1742S: Maintained
1743
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001744HID CORE LAYER
1745P: Jiri Kosina
1746M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001747L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001748T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001749S: Maintained
1750
Ingo Molnar38bed542007-02-22 09:09:34 +01001751HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1752P: Thomas Gleixner
1753M: tglx@linutronix.de
1754L: linux-kernel@vger.kernel.org
1755S: Maintained
1756
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757HIGH-SPEED SCC DRIVER FOR AX.25
1758P: Klaus Kudielka
1759M: klaus.kudielka@ieee.org
1760L: linux-hams@vger.kernel.org
1761W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1762S: Maintained
1763
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001764HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1765P: HighPoint Linux Team
1766M: linux@highpoint-tech.com
1767W: http://www.highpoint-tech.com
1768S: Supported
1769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770HIPPI
1771P: Jes Sorensen
1772M: jes@trained-monkey.org
1773L: linux-hippi@sunsite.dk
1774S: Maintained
1775
1776HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1777P: Chirag Kantharia
1778M: chirag.kantharia@hp.com
1779L: iss_storagedev@hp.com
1780S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001781
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782HEWLETT-PACKARD SMART2 RAID DRIVER
1783P: Chirag Kantharia
1784M: chirag.kantharia@hp.com
1785L: iss_storagedev@hp.com
1786S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1789P: Mike Miller
1790M: mike.miller@hp.com
1791L: iss_storagedev@hp.com
1792S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001793
Jouni Malinenff1d2762005-05-12 22:54:16 -04001794HOST AP DRIVER
1795P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001796M: j@w1.fi
1797L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001798L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001799W: http://hostap.epitest.fi/
1800S: Maintained
1801
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1803P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001804M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805S: Maintained
1806
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001807HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1808P: Carlos Corbacho
1809M: carlos@strangeworlds.co.uk
1810S: Odd Fixes
1811
Bob Piccob9b03322005-11-07 00:59:19 -08001812HPET: High Precision Event Timers driver (hpet.c)
1813P: Clemens Ladisch
1814M: clemens@ladisch.de
1815S: Maintained
1816
1817HPET: i386
1818P: Venkatesh Pallipadi (Venki)
1819M: venkatesh.pallipadi@intel.com
1820S: Maintained
1821
1822HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001823P: Vojtech Pavlik
1824M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001825S: Maintained
1826
1827HPET: ACPI hpet.c
1828P: Bob Picco
1829M: bob.picco@hp.com
1830S: Maintained
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832HPFS FILESYSTEM
1833P: Mikulas Patocka
1834M: mikulas@artax.karlin.mff.cuni.cz
1835W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1836S: Maintained
1837
1838HUGETLB FILESYSTEM
1839P: William Irwin
1840M: wli@holomorphy.com
1841S: Maintained
1842
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001843I2C/SMBUS STUB DRIVER
1844P: Mark M. Hoffman
1845M: mhoffman@lightlink.com
1846L: lm-sensors@lm-sensors.org
1847S: Maintained
1848
Jean Delvare5b543962005-08-15 19:51:02 +02001849I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850P: Jean Delvare
1851M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001852L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001853T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854S: Maintained
1855
Till Harbaume8c76ee2007-05-01 23:26:35 +02001856I2C-TINY-USB DRIVER
1857P: Till Harbaum
1858M: till@harbaum.org
1859L: i2c@lm-sensors.org
1860T: http://www.harbaum.org/till/i2c_tiny_usb
1861S: Maintained
1862
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001864P: H. Peter Anvin
1865M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866L: Linux-Kernel@vger.kernel.org
1867S: Maintained
1868
1869i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870P: H. Peter Anvin
1871M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001872T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873S: Maintained
1874
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875IA64 (Itanium) PLATFORM
1876P: Tony Luck
1877M: tony.luck@intel.com
1878L: linux-ia64@vger.kernel.org
1879W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001880T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881S: Maintained
1882
1883SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001884P: Jes Sorensen
1885M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886L: linux-altix@sgi.com
1887L: linux-ia64@vger.kernel.org
1888W: http://www.sgi.com/altix
1889S: Maintained
1890
1891IBM MCA SCSI SUBSYSTEM DRIVER
1892P: Michael Lang
1893M: langa2@kph.uni-mainz.de
1894W: http://www.uni-mainz.de/~langm000/linux.html
1895S: Maintained
1896
1897IBM Power Linux RAID adapter
1898P: Brian King
1899M: brking@us.ibm.com
1900S: Supported
1901
1902IBM ServeRAID RAID DRIVER
1903P: Jack Hammer
1904P: Dave Jeffery
1905M: ipslinux@adaptec.com
1906W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001907S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001909IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001911M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001913T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914S: Maintained
1915
1916IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001917P: Borislav Petkov
1918M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001919L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001920S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921
1922IDE/ATAPI FLOPPY DRIVERS
1923P: Paul Bristow
1924M: Paul Bristow <paul@paulbristow.net>
1925W: http://paulbristow.net/linux/idefloppy.html
1926L: linux-kernel@vger.kernel.org
1927S: Maintained
1928
1929IDE/ATAPI TAPE DRIVERS
1930P: Gadi Oxman
1931M: Gadi Oxman <gadio@netvision.net.il>
1932L: linux-kernel@vger.kernel.org
1933S: Maintained
1934
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001935IDE-SCSI DRIVER
1936L: linux-ide@vger.kernel.org
1937L: linux-scsi@vger.kernel.org
1938S: Orphan
1939
Stefan Richterf148e202008-01-12 12:32:44 +01001940IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001942M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001943P: Stefan Richter
1944M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945L: linux1394-devel@lists.sourceforge.net
1946W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001947T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948S: Maintained
1949
Stefan Richterf51a5a92007-04-23 14:41:10 -07001950IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951P: Dan Dennedy
1952M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001953P: Stefan Richter
1954M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001956S: Maintained
1957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001959L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001960S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961
1962INFINIBAND SUBSYSTEM
1963P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001964M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001966M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001968M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001969L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001971T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972S: Supported
1973
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001974INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001975P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001976M: dmitry.torokhov@gmail.com
1977M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001978L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001979T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980S: Maintained
1981
Robert Lovec9f04f52005-07-15 12:21:07 -04001982INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001983P: John McCutchan
1984M: ttb@tentacle.dhs.org
1985P: Robert Love
1986M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001987L: linux-kernel@vger.kernel.org
1988S: Maintained
1989
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001990INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001991P: Sylvain Meyer
1992M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001993L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001994S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001995
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001997P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001998M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001999L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002000S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002INTEL IA32 MICROCODE UPDATE SUPPORT
2003P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002004M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005S: Maintained
2006
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002007INTEL I/OAT DMA DRIVER
2008P: Shannon Nelson
2009M: shannon.nelson@intel.com
2010L: linux-kernel@vger.kernel.org
2011S: Supported
2012
Dan Williamsb3e5f262007-08-07 10:26:35 -07002013INTEL IOP-ADMA DMA DRIVER
2014P: Dan Williams
2015M: dan.j.williams@intel.com
2016L: linux-kernel@vger.kernel.org
2017S: Supported
2018
Michael Buesch844dd052006-06-26 00:24:59 -07002019INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2020P: Deepak Saxena
2021M: dsaxena@plexity.net
2022S: Maintained
2023
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002024INTEL IXP2000 ETHERNET DRIVER
2025P: Lennert Buytenhek
2026M: kernel@wantstofly.org
2027L: netdev@vger.kernel.org
2028S: Maintained
2029
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002031P: Auke Kok
2032M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033P: Jesse Brandeburg
2034M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002035P: Jeff Kirsher
2036M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002037P: John Ronciak
2038M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002039L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040W: http://sourceforge.net/projects/e1000/
2041S: Supported
2042
2043INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002044P: Auke Kok
2045M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002046P: Jesse Brandeburg
2047M: jesse.brandeburg@intel.com
2048P: Jeff Kirsher
2049M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002050P: John Ronciak
2051M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002052L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053W: http://sourceforge.net/projects/e1000/
2054S: Supported
2055
2056INTEL PRO/10GbE SUPPORT
2057P: Ayyappan Veeraiyan
2058M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002059P: Auke Kok
2060M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002061P: Jesse Brandeburg
2062M: jesse.brandeburg@intel.com
2063P: John Ronciak
2064M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002065L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066W: http://sourceforge.net/projects/e1000/
2067S: Supported
2068
James Ketrenos826d2ab2005-11-07 18:56:59 -06002069INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002070P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002071M: yi.zhu@intel.com
2072P: James Ketrenos
2073M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002074P: Reinette Chatre
2075M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002076L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002077L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002078W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002079W: http://ipw2100.sourceforge.net
2080S: Supported
2081
2082INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002083P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002084M: yi.zhu@intel.com
2085P: James Ketrenos
2086M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002087P: Reinette Chatre
2088M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002089L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002090L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002091W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002092W: http://ipw2200.sourceforge.net
2093S: Supported
2094
Zhu Yib481de92007-09-25 17:54:57 -07002095INTEL WIRELESS WIFI LINK (iwlwifi)
2096P: Zhu Yi
2097M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002098P: Reinette Chatre
2099M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002100L: linux-wireless@vger.kernel.org
2101L: ipw3945-devel@lists.sourceforge.net
2102W: http://intellinuxwireless.org
2103T: git git://intellinuxwireless.org/repos/iwlwifi
2104S: Supported
2105
Ralf Baechlecb109a02007-08-30 23:56:30 -07002106IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107P: Ralf Baechle
2108M: ralf@linux-mips.org
2109L: linux-mips@linux-mips.org
2110S: Maintained
2111
Ralf Baechlecb109a02007-08-30 23:56:30 -07002112IOC3 SERIAL DRIVER
2113P: Pat Gefre
2114M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002115L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002116S: Maintained
2117
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118IP MASQUERADING:
2119P: Juanjo Ciarlante
2120M: jjciarla@raiz.uncu.edu.ar
2121S: Maintained
2122
Francois Romieu1202d6f2007-09-17 17:13:55 -07002123IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2124P: Francois Romieu
2125M: romieu@fr.zoreil.com
2126P: Sorbica Shieh
2127M: sorbica@icplus.com.tw
2128P: Jesse Huang
2129M: jesse@icplus.com.tw
2130L: netdev@vger.kernel.org
2131S: Maintained
2132
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002133IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002134P: Arthur Jones
2135M: infinipath@qlogic.com
2136L: general@lists.openfabrics.org
2137T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002138S: Supported
2139
Corey Minyard4409ebe2006-04-20 02:43:12 -07002140IPMI SUBSYSTEM
2141P: Corey Minyard
2142M: minyard@acm.org
2143L: openipmi-developer@lists.sourceforge.net
2144W: http://openipmi.sourceforge.net/
2145S: Supported
2146
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147IPX NETWORK LAYER
2148P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002149M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002150L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151S: Maintained
2152
2153IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002154P: Samuel Ortiz
2155M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002156L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002158S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159
Mike Christie14816b1e2007-11-28 16:22:06 -08002160ISCSI
2161P: Mike Christie
2162M: michaelc@cs.wisc.edu
2163L: open-iscsi@googlegroups.com
2164W: www.open-iscsi.org
2165T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2166S: Maintained
2167
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168ISAPNP
2169P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002170M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171S: Maintained
2172
2173ISDN SUBSYSTEM
2174P: Karsten Keil
2175M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176L: isdn4linux@listserv.isdn4linux.de
2177W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002178T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179S: Maintained
2180
2181ISDN SUBSYSTEM (Eicon active card driver)
2182P: Armin Schindler
2183M: mac@melware.de
2184L: isdn4linux@listserv.isdn4linux.de
2185W: http://www.melware.de
2186S: Maintained
2187
Hans Verkuil91821ff2007-12-02 09:35:33 -03002188IVTV VIDEO4LINUX DRIVER
2189P: Hans Verkuil
2190M: hverkuil@xs4all.nl
2191L: ivtv-devel@ivtvdriver.org
2192L: ivtv-users@ivtvdriver.org
2193L: video4linux-list@redhat.com
2194W: http://www.ivtvdriver.org
2195S: Maintained
2196
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2198P: David Woodhouse
2199M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002200L: linux-mtd@lists.infradead.org
2201W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202S: Maintained
2203
2204JFS FILESYSTEM
2205P: Dave Kleikamp
2206M: shaggy@austin.ibm.com
2207L: jfs-discussion@lists.sourceforge.net
2208W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002209T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Supported
2211
Josh Triplettde456d32006-07-30 03:04:00 -07002212JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002213P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002214M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002215L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002216S: Maintained
2217
Rudolf Marek4660cb32006-10-08 22:01:26 +02002218K8TEMP HARDWARE MONITORING DRIVER
2219P: Rudolf Marek
2220M: r.marek@assembler.cz
2221L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222S: Maintained
2223
2224KCONFIG
2225P: Roman Zippel
2226M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002227L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S: Maintained
2229
Vivek Goyalea6c2082006-05-20 14:59:55 -07002230KDUMP
2231P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002232M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002233P: Haren Myneni
2234M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002235L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002236L: linux-kernel@vger.kernel.org
2237W: http://lse.sourceforge.net/kdump/
2238S: Maintained
2239
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240KERNEL AUTOMOUNTER (AUTOFS)
2241P: H. Peter Anvin
2242M: hpa@zytor.com
2243L: autofs@linux.kernel.org
2244S: Odd Fixes
2245
2246KERNEL AUTOMOUNTER v4 (AUTOFS4)
2247P: Ian Kent
2248M: raven@themaw.net
2249L: autofs@linux.kernel.org
2250S: Maintained
2251
2252KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253P: Sam Ravnborg
2254M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002255T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002256L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002257S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258
2259KERNEL JANITORS
2260P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002261L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263S: Maintained
2264
2265KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002266P: J. Bruce Fields
2267M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002269M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002270L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002272S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273
Avi Kivity426d62e2006-12-13 00:34:03 -08002274KERNEL VIRTUAL MACHINE (KVM)
2275P: Avi Kivity
2276M: avi@qumranet.com
2277L: kvm-devel@lists.sourceforge.net
2278W: kvm.sourceforge.net
2279S: Supported
2280
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002281KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2282P: Anthony Xu
2283M: anthony.xu@intel.com
2284P: Xiantao Zhang
2285M: xiantao.zhang@intel.com
2286L: kvm-ia64-devel@lists.sourceforge.net
2287W: kvm.sourceforge.net
2288S: Supported
2289
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002290KEXEC
2291P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002292M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002293W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002294L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002295L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002296S: Maintained
2297
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002298KPROBES
2299P: Prasanna S Panchamukhi
2300M: prasanna@in.ibm.com
2301P: Ananth N Mavinakayanahalli
2302M: ananth@in.ibm.com
2303P: Anil S Keshavamurthy
2304M: anil.s.keshavamurthy@intel.com
2305P: David S. Miller
2306M: davem@davemloft.net
2307L: linux-kernel@vger.kernel.org
2308S: Maintained
2309
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002310KS0108 LCD CONTROLLER DRIVER
2311P: Miguel Ojeda Sandonis
2312M: maxextreme@gmail.com
2313L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002314W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002315S: Maintained
2316
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002319S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320
2321LASI 53c700 driver for PARISC
2322P: James E.J. Bottomley
2323M: James.Bottomley@HansenPartnership.com
2324L: linux-scsi@vger.kernel.org
2325S: Maintained
2326
Richard Purdie263de9b2006-05-15 09:44:16 -07002327LED SUBSYSTEM
2328P: Richard Purdie
2329M: rpurdie@rpsys.net
2330S: Maintained
2331
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332LEGO USB Tower driver
2333P: Juergen Stuber
2334M: starblue@users.sourceforge.net
2335L: legousb-devel@lists.sourceforge.net
2336W: http://legousb.sourceforge.net/
2337S: Maintained
2338
Rusty Russell568a17f2007-10-25 14:12:24 +10002339LGUEST
2340P: Rusty Russell
2341M: rusty@rustcorp.com.au
2342L: lguest@ozlabs.org
2343W: http://lguest.ozlabs.org/
2344S: Maintained
2345
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346LINUX FOR IBM pSERIES (RS/6000)
2347P: Paul Mackerras
2348M: paulus@au.ibm.com
2349W: http://www.ibm.com/linux/ltc/projects/ppc
2350S: Supported
2351
2352LINUX FOR NCR VOYAGER
2353P: James Bottomley
2354M: James.Bottomley@HansenPartnership.com
2355W: http://www.hansenpartnership.com/voyager
2356S: Maintained
2357
2358LINUX FOR POWERPC
2359P: Paul Mackerras
2360M: paulus@samba.org
2361W: http://www.penguinppc.org/
2362L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002363T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364S: Supported
2365
2366LINUX FOR POWER MACINTOSH
2367P: Benjamin Herrenschmidt
2368M: benh@kernel.crashing.org
2369W: http://www.penguinppc.org/
2370L: linuxppc-dev@ozlabs.org
2371S: Maintained
2372
2373LINUX FOR POWERPC EMBEDDED MPC52XX
2374P: Sylvain Munaut
2375M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002376P: Grant Likely
2377M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378W: http://www.246tNt.com/mpc52xx/
2379W: http://www.penguinppc.org/
2380L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Maintained
2382
2383LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002384P: Josh Boyer
2385M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386P: Matt Porter
2387M: mporter@kernel.crashing.org
2388W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002389L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002390T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
Grant Likely260c02a2007-10-02 12:15:34 +10002393LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2394P: Grant Likely
2395M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002396W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002397L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398S: Maintained
2399
Tom Rinie93adf12005-07-26 12:49:53 -07002400LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401P: Tom Rini
2402M: trini@kernel.crashing.org
2403W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002404L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405S: Maintained
2406
Tom Rinie93adf12005-07-26 12:49:53 -07002407LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002408P: Vitaly Bordug
2409M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002410P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002411M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002412W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002413L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002414S: Maintained
2415
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002417P: Kumar Gala
2418M: galak@kernel.crashing.org
2419W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002420L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002421S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422
Olof Johanssonab06ff32006-09-06 14:44:54 -05002423LINUX FOR POWERPC PA SEMI PWRFICIENT
2424P: Olof Johansson
2425M: olof@lixom.net
2426W: http://www.pasemi.com/
2427L: linuxppc-dev@ozlabs.org
2428S: Supported
2429
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430LLC (802.2)
2431P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002432M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
2435LINUX FOR 64BIT POWERPC
2436P: Paul Mackerras
2437M: paulus@samba.org
2438M: paulus@au.ibm.com
2439P: Anton Blanchard
2440M: anton@samba.org
2441M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002442W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002443L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444S: Supported
2445
2446LINUX SECURITY MODULE (LSM) FRAMEWORK
2447P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002448M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002449L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002451T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452S: Supported
2453
2454LM83 HARDWARE MONITOR DRIVER
2455P: Jean Delvare
2456M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002457L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458S: Maintained
2459
2460LM90 HARDWARE MONITOR DRIVER
2461P: Jean Delvare
2462M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002463L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464S: Maintained
2465
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002466LOCKDEP AND LOCKSTAT
2467P: Peter Zijlstra
2468M: peterz@infradead.org
2469P: Ingo Molnar
2470M: mingo@redhat.com
2471L: linux-kernel@vger.kernel.org
2472T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2473S: Maintained
2474
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002475LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476P: Richard Russon (FlatCap)
2477M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002478L: linux-ntfs-dev@lists.sourceforge.net
2479W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480S: Maintained
2481
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002482LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2483P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002484M: Eric.Moore@lsi.com
2485M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002486L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002487L: linux-scsi@vger.kernel.org
2488W: http://www.lsilogic.com/support
2489S: Supported
2490
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2492P: Matthew Wilcox
2493M: matthew@wil.cx
2494L: linux-scsi@vger.kernel.org
2495S: Maintained
2496
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002497M32R ARCHITECTURE
2498P: Hirokazu Takata
2499M: takata@linux-m32r.org
2500L: linux-m32r@ml.linux-m32r.org
2501L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2502W: http://www.linux-m32r.org/
2503S: Maintained
2504
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505M68K ARCHITECTURE
2506P: Geert Uytterhoeven
2507M: geert@linux-m68k.org
2508P: Roman Zippel
2509M: zippel@linux-m68k.org
2510L: linux-m68k@lists.linux-m68k.org
2511W: http://www.linux-m68k.org/
2512W: http://linux-m68k-cvs.ubb.ca/
2513S: Maintained
2514
2515M68K ON APPLE MACINTOSH
2516P: Joshua Thompson
2517M: funaho@jurai.org
2518W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002519L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520S: Maintained
2521
2522M68K ON HP9000/300
2523P: Philip Blundell
2524M: philb@gnu.org
2525W: http://www.tazenda.demon.co.uk/phil/linux-hp
2526S: Maintained
2527
Jiri Benc64a327a2007-05-05 11:47:08 -07002528MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002529P: Michael Wu
2530M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002531P: Johannes Berg
2532M: johannes@sipsolutions.net
2533P: Jiri Benc
2534M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002535L: linux-wireless@vger.kernel.org
2536W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002537T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002538S: Maintained
2539
Stefano Brivio1036d862007-12-23 04:46:27 +01002540MAC80211 PID RATE CONTROL
2541P: Stefano Brivio
2542M: stefano.brivio@polimi.it
2543P: Mattias Nissler
2544M: mattias.nissler@gmx.de
2545L: linux-wireless@vger.kernel.org
2546W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2547T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2548S: Maintained
2549
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002550MACVLAN DRIVER
2551P: Patrick McHardy
2552M: kaber@trash.net
2553L: netdev@vger.kernel.org
2554S: Maintained
2555
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556MARVELL YUKON / SYSKONNECT DRIVER
2557P: Mirko Lindner
2558M: mlindner@syskonnect.de
2559P: Ralph Roesler
2560M: rroesler@syskonnect.de
2561W: http://www.syskonnect.com
2562S: Supported
2563
Michael Kerriskfaf16682005-07-31 22:34:47 -07002564MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002565P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002566M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002567W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2568S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002569
Stefano Brivio74cda162007-11-19 20:27:46 +01002570MARVELL LIBERTAS WIRELESS DRIVER
2571P: Dan Williams
2572M: dcbw@redhat.com
2573L: libertas-dev@lists.infradead.org
2574S: Maintained
2575
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002576MARVELL MV643XX ETHERNET DRIVER
2577P: Dale Farnsworth
2578M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002580M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002581L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002582S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583
2584MATROX FRAMEBUFFER DRIVER
2585P: Petr Vandrovec
2586M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002587L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588S: Maintained
2589
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002590MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2591P: Hans J. Koch
2592M: hjk@linutronix.de
2593L: lm-sensors@lm-sensors.org
2594S: Maintained
2595
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002596MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002597P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002598M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002599S: linux-scsi@vger.kernel.org
2600W: http://megaraid.lsilogic.com
2601S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002602
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002603MEMORY MANAGEMENT
2604L: linux-mm@kvack.org
2605L: linux-kernel@vger.kernel.org
2606W: http://www.linux-mm.org
2607S: Maintained
2608
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002609MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610P: David Woodhouse
2611M: dwmw2@infradead.org
2612W: http://www.linux-mtd.infradead.org/
2613L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002614T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615S: Maintained
2616
Artem Bityutskiy48576402007-02-13 17:11:10 +02002617UNSORTED BLOCK IMAGES (UBI)
2618P: Artem Bityutskiy
2619M: dedekind@infradead.org
2620W: http://www.linux-mtd.infradead.org/
2621L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002622T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002623S: Maintained
2624
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625MICROTEK X6 SCANNER
2626P: Oliver Neukum
2627M: oliver@neukum.name
2628S: Maintained
2629
2630MIPS
2631P: Ralf Baechle
2632M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002633W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002635T: git www.linux-mips.org:/pub/scm/linux.git
2636S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637
2638MISCELLANEOUS MCA-SUPPORT
2639P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002640M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641L: linux-kernel@vger.kernel.org
2642S: Maintained
2643
2644MODULE SUPPORT
2645P: Rusty Russell
2646M: rusty@rustcorp.com.au
2647L: linux-kernel@vger.kernel.org
2648S: Maintained
2649
2650MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2651P: Stelian Pop
2652M: stelian@popies.net
2653W: http://popies.net/meye/
2654S: Maintained
2655
Pavel Pisac58ff042007-05-16 01:10:41 +02002656MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2657P: Pavel Pisa
2658M: ppisa@pikron.com
2659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2660W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2661S: Maintained
2662
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663MOUSE AND MISC DEVICES [GENERAL]
2664P: Alessandro Rubini
2665M: rubini@ipvvis.unipv.it
2666L: linux-kernel@vger.kernel.org
2667S: Maintained
2668
Jiri Slabyd7354102006-12-08 02:38:35 -08002669MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2670P: Jiri Slaby
2671M: jirislaby@gmail.com
2672L: linux-kernel@vger.kernel.org
2673S: Maintained
2674
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002675MSI LAPTOP SUPPORT
2676P: Lennart Poettering
2677M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002678W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002679W: http://0pointer.de/lennart/tchibo.html
2680S: Maintained
2681
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002682MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002683P: Pierre Ossman
2684M: drzeus-mmc@drzeus.cx
2685L: linux-kernel@vger.kernel.org
2686S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002687
David Brownell15a05802007-08-08 09:12:54 -07002688MULTIMEDIA CARD (MMC) ETC. OVER SPI
2689P: David Brownell
2690M: dbrownell@users.sourceforge.net
2691L: linux-kernel@vger.kernel.org
2692S: Odd fixes
2693
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694MULTISOUND SOUND DRIVER
2695P: Andrew Veliath
2696M: andrewtv@usa.net
2697S: Maintained
2698
Jiri Slabyd7354102006-12-08 02:38:35 -08002699MULTITECH MULTIPORT CARD (ISICOM)
2700P: Jiri Slaby
2701M: jirislaby@gmail.com
2702L: linux-kernel@vger.kernel.org
2703S: Maintained
2704
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705NATSEMI ETHERNET DRIVER (DP8381x)
2706P: Tim Hockin
2707M: thockin@hockin.org
2708S: Maintained
2709
2710NCP FILESYSTEM
2711P: Petr Vandrovec
2712M: vandrove@vc.cvut.cz
2713L: linware@sh.cvut.cz
2714S: Maintained
2715
2716NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2717P: James E.J. Bottomley
2718M: James.Bottomley@HansenPartnership.com
2719L: linux-scsi@vger.kernel.org
2720S: Maintained
2721
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002722NETEFFECT IWARP RNIC DRIVER (IW_NES)
2723P: Faisal Latif
2724M: flatif@neteffect.com
2725P: Glenn Streiff
2726M: gstreiff@neteffect.com
2727L: general@lists.openfabrics.org
2728W: http://www.neteffect.com
2729S: Supported
2730F: drivers/infiniband/hw/nes/
2731
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002732NETEM NETWORK EMULATOR
2733P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002734M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002735L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002736S: Maintained
2737
Jiri Slaby4a584482007-08-30 23:56:39 -07002738NETERION (S2IO) Xframe 10GbE DRIVER
2739P: Ramkrishna Vepa
2740M: ram.vepa@neterion.com
2741P: Rastapur Santosh
2742M: santosh.rastapur@neterion.com
2743P: Sivakumar Subramani
2744M: sivakumar.subramani@neterion.com
2745P: Sreenivasa Honnur
2746M: sreenivasa.honnur@neterion.com
2747L: netdev@vger.kernel.org
2748W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2749S: Supported
2750
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751NETFILTER/IPTABLES/IPCHAINS
2752P: Rusty Russell
2753P: Marc Boucher
2754P: James Morris
2755P: Harald Welte
2756P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002757P: Patrick McHardy
2758M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002759L: netfilter-devel@vger.kernel.org
2760L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002761L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762W: http://www.netfilter.org/
2763W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764S: Supported
2765
Paul Moore4cc67732006-09-25 15:57:13 -07002766NETLABEL
2767P: Paul Moore
2768M: paul.moore@hp.com
2769W: http://netlabel.sf.net
2770L: netdev@vger.kernel.org
2771S: Supported
2772
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773NETROM NETWORK LAYER
2774P: Ralf Baechle
2775M: ralf@linux-mips.org
2776L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002777W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778S: Maintained
2779
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002780NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781P: Paul Clements
2782M: Paul.Clements@steeleye.com
2783S: Maintained
2784
2785NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786P: Jeff Garzik
2787M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002788L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002789T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791
2792NETWORKING [GENERAL]
2793P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002794M: netdev@vger.kernel.org
2795L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002796W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797S: Maintained
2798
2799NETWORKING [IPv4/IPv6]
2800P: David S. Miller
2801M: davem@davemloft.net
2802P: Alexey Kuznetsov
2803M: kuznet@ms2.inr.ac.ru
2804P: Pekka Savola (ipv6)
2805M: pekkas@netcore.fi
2806P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002807M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808P: Hideaki YOSHIFUJI
2809M: yoshfuji@linux-ipv6.org
2810P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002811M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002812L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002813T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814S: Maintained
2815
James Morris10e2ff12007-08-25 14:41:28 -07002816NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2817P: Paul Moore
2818M: paul.moore@hp.com
2819L: netdev@vger.kernel.org
2820S: Maintained
2821
John W. Linville29f8f632006-01-18 14:52:48 -08002822NETWORKING [WIRELESS]
2823P: John W. Linville
2824M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002825L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002826T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2827S: Maintained
2828
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002829NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002830P: Dhananjay Phadke
2831M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002832L: netdev@vger.kernel.org
2833W: http://www.netxen.com
2834S: Supported
2835
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836IPVS
2837P: Wensong Zhang
2838M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002839P: Simon Horman
2840M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841P: Julian Anastasov
2842M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002843L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844S: Maintained
2845
2846NFS CLIENT
2847P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002848M: Trond.Myklebust@netapp.com
2849L: linux-nfs@vger.kernel.org
2850W: http://client.linux-nfs.org
2851T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852S: Maintained
2853
2854NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002855P: Jan-Pascal van Best
2856M: janpascal@vanbest.org
2857P: Andreas Mohr
2858M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002859L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860S: Maintained
2861
2862NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2863P: YOKOTA Hiroshi
2864M: yokota@netlab.is.tsukuba.ac.jp
2865W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2866S: Maintained
2867
2868NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2869P: GOTO Masanori
2870M: gotom@debian.or.jp
2871P: YOKOTA Hiroshi
2872M: yokota@netlab.is.tsukuba.ac.jp
2873W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2874S: Maintained
2875
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876NTFS FILESYSTEM
2877P: Anton Altaparmakov
2878M: aia21@cantab.net
2879L: linux-ntfs-dev@lists.sourceforge.net
2880L: linux-kernel@vger.kernel.org
2881W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002882T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883S: Maintained
2884
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002885NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002886P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002887M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002888L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002889S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002891OPENCORES I2C BUS DRIVER
2892P: Peter Korsgaard
2893M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002894L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002895S: Maintained
2896
Mark Fashehccd979b2005-12-15 14:31:24 -08002897ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2898P: Mark Fasheh
2899M: mark.fasheh@oracle.com
2900P: Kurt Hackel
2901M: kurt.hackel@oracle.com
2902L: ocfs2-devel@oss.oracle.com
2903W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002904S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002905
Harald Weltec1986ee2005-11-13 16:06:29 -08002906OMNIKEY CARDMAN 4000 DRIVER
2907P: Harald Welte
2908M: laforge@gnumonks.org
2909S: Maintained
2910
Harald Welte77c44ab2005-11-13 16:06:26 -08002911OMNIKEY CARDMAN 4040 DRIVER
2912P: Harald Welte
2913M: laforge@gnumonks.org
2914S: Maintained
2915
Jonathan Corbet77d51402007-03-22 19:44:17 -03002916OMNIVISION OV7670 SENSOR DRIVER
2917P: Jonathan Corbet
2918M: corbet@lwn.net
2919L: video4linux-list@redhat.com
2920S: Maintained
2921
Thomas Gleixner431bca72007-05-02 09:31:35 +02002922ONENAND FLASH DRIVER
2923P: Kyungmin Park
2924M: kyungmin.park@samsung.com
2925L: linux-mtd@lists.infradead.org
2926S: Maintained
2927
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928ONSTREAM SCSI TAPE DRIVER
2929P: Willem Riede
2930M: osst@riede.org
2931L: osst-users@lists.sourceforge.net
2932L: linux-scsi@vger.kernel.org
2933S: Maintained
2934
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935OPROFILE
2936P: Philippe Elie
2937M: phil.el@wanadoo.fr
2938L: oprofile-list@lists.sf.net
2939S: Maintained
2940
2941ORINOCO DRIVER
2942P: Pavel Roskin
2943M: proski@gnu.org
2944P: David Gibson
2945M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002946L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002947L: orinoco-users@lists.sourceforge.net
2948L: orinoco-devel@lists.sourceforge.net
2949W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950S: Maintained
2951
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002952PA SEMI ETHERNET DRIVER
2953P: Olof Johansson
2954M: olof@lixom.net
2955L: netdev@vger.kernel.org
2956S: Maintained
2957
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002958PA SEMI SMBUS DRIVER
2959P: Olof Johansson
2960M: olof@lixom.net
2961L: i2c@lm-sensors.org
2962S: Maintained
2963
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002965L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002966S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967
2968PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2969P: Tim Waugh
2970M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002971L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972W: http://www.torque.net/linux-pp.html
2973S: Maintained
2974
2975PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002976P: Kyle McMartin
2977M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978P: Matthew Wilcox
2979M: matthew@wil.cx
2980P: Grant Grundler
2981M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002982L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002984T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985S: Maintained
2986
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002987PARAVIRT_OPS INTERFACE
2988P: Jeremy Fitzhardinge
2989M: jeremy@xensource.com
2990P: Chris Wright
2991M: chrisw@sous-sol.org
2992P: Zachary Amsden
2993M: zach@vmware.com
2994P: Rusty Russell
2995M: rusty@rustcorp.com.au
2996L: virtualization@lists.osdl.org
2997L: linux-kernel@vger.kernel.org
2998S: Supported
2999
Jim Cromie1662d322006-10-06 00:43:59 -07003000PC87360 HARDWARE MONITORING DRIVER
3001P: Jim Cromie
3002M: jim.cromie@gmail.com
3003L: lm-sensors@lm-sensors.org
3004S: Maintained
3005
3006PC8736x GPIO DRIVER
3007P: Jim Cromie
3008M: jim.cromie@gmail.com
3009S: Maintained
3010
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003011PCI ERROR RECOVERY
3012P: Linas Vepstas
3013M: linas@austin.ibm.com
3014L: linux-kernel@vger.kernel.org
3015L: linux-pci@atrey.karlin.mff.cuni.cz
3016S: Supported
3017
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018PCI SUBSYSTEM
3019P: Greg Kroah-Hartman
3020M: gregkh@suse.de
3021L: linux-kernel@vger.kernel.org
3022L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08003023T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024S: Supported
3025
3026PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003027P: Kristen Carlson Accardi
3028M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029S: Supported
3030
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003031PCIE HOTPLUG DRIVER
3032P: Kristen Carlson Accardi
3033M: kristen.c.accardi@intel.com
3034L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003035S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003036
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003038P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003039L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003040W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003041T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003042S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043
3044PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003045P: Don Fry
3046M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003047L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048S: Maintained
3049
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003050PER-TASK DELAY ACCOUNTING
3051P: Shailabh Nagar
3052M: nagar@watson.ibm.com
3053L: linux-kernel@vger.kernel.org
3054S: Maintained
3055
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003056PERSONALITY HANDLING
3057P: Christoph Hellwig
3058M: hch@infradead.org
3059L: linux-abi-devel@lists.sourceforge.net
3060S: Maintained
3061
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003063P: Joern Engel
3064M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065L: linux-mtd@lists.infradead.org
3066S: Maintained
3067
Peter Osterlund249a6772005-09-27 21:45:30 -07003068PKTCDVD DRIVER
3069P: Peter Osterlund
3070M: petero2@telia.com
3071L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003072S: Maintained
3073
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003075P: Thomas Gleixner
3076M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003077L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078S: Supported
3079
Anton Vorontsov3be86142007-07-15 04:43:36 +04003080POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3081P: Anton Vorontsov
3082M: cbou@mail.ru
3083P: David Woodhouse
3084M: dwmw2@infradead.org
3085L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003086T: git git.infradead.org/battery-2.6.git
3087S: Maintained
3088
Eugene Surovegin24682972005-10-14 03:00:53 -07003089POWERPC 4xx EMAC DRIVER
3090P: Eugene Surovegin
3091M: ebs@ebshome.net
3092W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003093L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003094L: netdev@vger.kernel.org
3095S: Maintained
3096
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097PNP SUPPORT
3098P: Adam Belay
3099M: ambx1@neo.rr.com
3100S: Maintained
3101
Vitaly Wool999445d2007-01-04 13:07:03 +01003102PNXxxxx I2C DRIVER
3103P: Vitaly Wool
3104M: vitalywool@gmail.com
3105L: i2c@lm-sensors.org
3106S: Maintained
3107
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108PPP PROTOCOL DRIVERS AND COMPRESSORS
3109P: Paul Mackerras
3110M: paulus@samba.org
3111L: linux-ppp@vger.kernel.org
3112S: Maintained
3113
3114PPP OVER ATM (RFC 2364)
3115P: Mitchell Blank Jr
3116M: mitch@sfgoth.com
3117S: Maintained
3118
3119PPP OVER ETHERNET
3120P: Michal Ostrowski
3121M: mostrows@speakeasy.net
3122S: Maintained
3123
James Chapmana6d23702007-06-27 15:53:17 -07003124PPP OVER L2TP
3125P: James Chapman
3126M: jchapman@katalix.com
3127S: Maintained
3128
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129PREEMPTIBLE KERNEL
3130P: Robert Love
3131M: rml@tech9.net
3132L: linux-kernel@vger.kernel.org
3133L: kpreempt-tech@lists.sourceforge.net
3134W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3135S: Supported
3136
Michael Wueff1a592007-09-25 18:11:01 -07003137P54 WIRELESS DRIVER
3138P: Michael Wu
3139M: flamingice@sourmilk.net
3140L: linux-wireless@vger.kernel.org
3141W: http://prism54.org
3142T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3143S: Maintained
3144
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003146P: Luis R. Rodriguez
3147M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003148L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149W: http://prism54.org
3150S: Maintained
3151
3152PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3153P: Peter Denison
3154M: promise@pnd-pc.demon.co.uk
3155W: http://www.pnd-pc.demon.co.uk/promise/
3156S: Maintained
3157
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003158PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3159P: Mikael Pettersson
3160M: mikpe@it.uu.se
3161L: linux-ide@vger.kernel.org
3162S: Maintained
3163
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003164PS3 NETWORK SUPPORT
3165P: Masakazu Mokuno
3166M: mokuno@sm.sony.co.jp
3167L: netdev@vger.kernel.org
3168L: cbe-oss-dev@ozlabs.org
3169S: Supported
3170
Geoff Levandf58a9d12006-11-23 00:46:51 +01003171PS3 PLATFORM SUPPORT
3172P: Geoff Levand
3173M: geoffrey.levand@am.sony.com
3174L: linuxppc-dev@ozlabs.org
3175L: cbe-oss-dev@ozlabs.org
3176S: Supported
3177
Michael Krufky83202042006-07-03 00:24:18 -07003178PVRUSB2 VIDEO4LINUX DRIVER
3179P: Mike Isely
3180M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003181L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003182L: video4linux-list@redhat.com
3183W: http://www.isely.net/pvrusb2/
3184S: Maintained
3185
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186PXA2xx SUPPORT
3187P: Nicolas Pitre
3188M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003189L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190S: Maintained
3191
Pierre Ossman272f1332007-05-14 21:25:26 +02003192PXA MMCI DRIVER
3193S: Orphan
3194
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195QLOGIC QLA2XXX FC-SCSI DRIVER
3196P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003197M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198L: linux-scsi@vger.kernel.org
3199S: Supported
3200
Ron Mercer5a4faa872006-07-25 00:40:21 -07003201QLOGIC QLA3XXX NETWORK DRIVER
3202P: Ron Mercer
3203M: linux-driver@qlogic.com
3204L: netdev@vger.kernel.org
3205S: Supported
3206
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207QNX4 FILESYSTEM
3208P: Anders Larsen
3209M: al@alarsen.net
3210L: linux-kernel@vger.kernel.org
3211W: http://www.alarsen.net/linux/qnx4fs/
3212S: Maintained
3213
3214RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003215P: Benjamin Herrenschmidt
3216M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003217L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218S: Maintained
3219
3220RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003221P: Paul Mackerras
3222M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003223L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224S: Maintained
3225
3226RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3227P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003228M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003229L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230S: Maintained
3231
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003232RALINK RT2X00 WLAN DRIVER
3233P: rt2x00 project
3234L: linux-wireless@vger.kernel.org
3235L: rt2400-devel@lists.sourceforge.net
3236W: http://rt2x00.serialmonkey.com/
3237S: Maintained
3238F: drivers/net/wireless/rt2x00/
3239
Matt Mackall9e95ce22005-04-16 15:25:56 -07003240RANDOM NUMBER DRIVER
3241P: Matt Mackall
3242M: mpm@selenic.com
3243S: Maintained
3244
Matt Porter394b7012005-11-07 01:00:15 -08003245RAPIDIO SUBSYSTEM
3246P: Matt Porter
3247M: mporter@kernel.crashing.org
3248L: linux-kernel@vger.kernel.org
3249S: Maintained
3250
Florian Fainellic1f766b2008-02-06 22:39:44 +01003251RDC R-321X SoC
3252P: Florian Fainelli
3253M: florian.fainelli@telecomint.eu
3254L: linux-kernel@vger.kernel.org
3255S: Maintained
3256
Florian Fainellidb17f392007-12-19 11:30:30 +01003257RDC R6040 FAST ETHERNET DRIVER
3258P: Florian Fainelli
3259M: florian.fainelli@telecomint.eu
3260L: netdev@vger.kernel.org
3261S: Maintained
3262
Josh Triplett595182b2006-10-04 02:17:21 -07003263READ-COPY UPDATE (RCU)
3264P: Dipankar Sarma
3265M: dipankar@in.ibm.com
3266W: http://www.rdrop.com/users/paulmck/rclock/
3267L: linux-kernel@vger.kernel.org
3268S: Supported
3269
3270RCUTORTURE MODULE
3271P: Josh Triplett
3272M: josh@freedesktop.org
3273L: linux-kernel@vger.kernel.org
3274S: Maintained
3275
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276REAL TIME CLOCK DRIVER
3277P: Paul Gortmaker
3278M: p_gortmaker@yahoo.com
3279L: linux-kernel@vger.kernel.org
3280S: Maintained
3281
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003282REAL TIME CLOCK (RTC) SUBSYSTEM
3283P: Alessandro Zummo
3284M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003285L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003286S: Maintained
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288REISERFS FILE SYSTEM
3289P: Hans Reiser
3290M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003291L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292W: http://www.namesys.com
3293S: Supported
3294
3295ROCKETPORT DRIVER
3296P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297W: http://www.comtrol.com
3298S: Maintained
3299
3300ROSE NETWORK LAYER
3301P: Ralf Baechle
3302M: ralf@linux-mips.org
3303L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003304W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305S: Maintained
3306
3307RISCOM8 DRIVER
3308S: Orphan
3309
Michael Wu605bebe2007-05-14 01:41:02 -04003310RTL818X WIRELESS DRIVER
3311P: Michael Wu
3312M: flamingice@sourmilk.net
3313P: Andrea Merello
3314M: andreamrl@tiscali.it
3315L: linux-wireless@vger.kernel.org
3316W: http://linuxwireless.org/
3317T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3318S: Maintained
3319
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003320S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003321P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003322M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003323L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003324S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003325
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326S390
3327P: Martin Schwidefsky
3328M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003329P: Heiko Carstens
3330M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003332L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003333W: http://www.ibm.com/developerworks/linux/linux390/
3334S: Supported
3335
3336S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003337P: Ursula Braun
3338M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003339P: Frank Blaschka
3340M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003341M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003342L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003343W: http://www.ibm.com/developerworks/linux/linux390/
3344S: Supported
3345
3346S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003347P: Christof Schmitt
3348M: christof.schmitt@de.ibm.com
3349P: Martin Peschke
3350M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003351M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003352L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003353W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354S: Supported
3355
Ursula Braundd96df22007-09-19 13:09:02 +02003356S390 IUCV NETWORK LAYER
3357P: Ursula Braun
3358M: ubraun@linux.vnet.ibm.com
3359M: linux390@de.ibm.com
3360L: linux-s390@vger.kernel.org
3361W: http://www.ibm.com/developerworks/linux/linux390/
3362S: Supported
3363
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364SAA7146 VIDEO4LINUX-2 DRIVER
3365P: Michael Hunold
3366M: michael@mihu.de
3367W: http://www.mihu.de/linux/saa7146
3368S: Maintained
3369
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370SC1200 WDT DRIVER
3371P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003372M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373S: Maintained
3374
3375SCHEDULER
3376P: Ingo Molnar
3377M: mingo@elte.hu
3378P: Robert Love [the preemptible kernel bits]
3379M: rml@tech9.net
3380L: linux-kernel@vger.kernel.org
3381S: Maintained
3382
3383SCSI CDROM DRIVER
3384P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003385M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386L: linux-scsi@vger.kernel.org
3387W: http://www.kernel.dk
3388S: Maintained
3389
3390SCSI SG DRIVER
3391P: Doug Gilbert
3392M: dgilbert@interlog.com
3393L: linux-scsi@vger.kernel.org
3394W: http://www.torque.net/sg
3395S: Maintained
3396
3397SCSI SUBSYSTEM
3398P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003399M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003401T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003402T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3403T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404S: Maintained
3405
3406SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003407P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408M: Kai.Makisara@kolumbus.fi
3409L: linux-scsi@vger.kernel.org
3410S: Maintained
3411
3412SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003413P: Vlad Yasevich
3414M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003415P: Sridhar Samudrala
3416M: sri@us.ibm.com
3417L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003418W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003419S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420
3421SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003422P: Jim Cromie
3423M: jim.cromie@gmail.com
3424S: Odd Fixes
3425
3426SCx200 GPIO DRIVER
3427P: Jim Cromie
3428M: jim.cromie@gmail.com
3429S: Maintained
3430
3431SCx200 HRT CLOCKSOURCE DRIVER
3432P: Jim Cromie
3433M: jim.cromie@gmail.com
3434S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435
3436SECURITY CONTACT
3437P: Security Officers
3438M: security@kernel.org
3439S: Supported
3440
3441SELINUX SECURITY MODULE
3442P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003443M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003445M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003446P: Eric Paris
3447M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003449L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450W: http://www.nsa.gov/selinux
3451S: Supported
3452
Jiri Slabycef2cf02007-05-08 00:31:45 -07003453SENSABLE PHANTOM
3454P: Jiri Slaby
3455M: jirislaby@gmail.com
3456S: Maintained
3457
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458SERIAL ATA (SATA) SUBSYSTEM:
3459P: Jeff Garzik
3460M: jgarzik@pobox.com
3461L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003462T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463S: Supported
3464
3465SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3466P: Pat Gefre
3467M: pfg@sgi.com
3468L: linux-ia64@vger.kernel.org
3469S: Supported
3470
3471SGI VISUAL WORKSTATION 320 AND 540
3472P: Andrey Panin
3473M: pazke@donpac.ru
3474L: linux-visws-devel@lists.sf.net
3475W: http://linux-visws.sf.net
3476S: Maintained for 2.6.
3477
3478SIMTEC EB110ATX (Chalice CATS)
3479P: Ben Dooks
3480P: Vincent Sanders
3481M: support@simtec.co.uk
3482W: http://www.simtec.co.uk/products/EB110ATX/
3483S: Supported
3484
3485SIMTEC EB2410ITX (BAST)
3486P: Ben Dooks
3487P: Vincent Sanders
3488M: support@simtec.co.uk
3489W: http://www.simtec.co.uk/products/EB2410ITX/
3490S: Supported
3491
Francois Romieu92aab3c2005-07-30 13:11:18 +02003492SIS 190 ETHERNET DRIVER
3493P: Francois Romieu
3494M: romieu@fr.zoreil.com
3495L: netdev@vger.kernel.org
3496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498SIS 5513 IDE CONTROLLER DRIVER
3499P: Lionel Bouton
3500M: Lionel.Bouton@inet6.fr
3501W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3502W: http://gyver.homeip.net/sis5513/index.html
3503S: Maintained
3504
3505SIS 900/7016 FAST ETHERNET DRIVER
3506P: Daniele Venzano
3507M: venza@brownhat.org
3508W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003509L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510S: Maintained
3511
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003512SIS 96X I2C/SMBUS DRIVER
3513P: Mark M. Hoffman
3514M: mhoffman@lightlink.com
3515L: lm-sensors@lm-sensors.org
3516S: Maintained
3517
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518SIS FRAMEBUFFER DRIVER
3519P: Thomas Winischhofer
3520M: thomas@winischhofer.net
3521W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003522S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523
3524SIS USB2VGA DRIVER
3525P: Thomas Winischhofer
3526M: thomas@winischhofer.net
3527W: http://www.winischhofer.at/linuxsisusbvga.shtml
3528S: Maintained
3529
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003530SLAB ALLOCATOR
3531P: Christoph Lameter
3532M: clameter@sgi.com
3533P: Pekka Enberg
3534M: penberg@cs.helsinki.fi
3535L: linux-mm@kvack.org
3536S: Maintained
3537
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538SMC91x ETHERNET DRIVER
3539P: Nicolas Pitre
3540M: nico@cam.org
3541S: Maintained
3542
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003543SMSC47B397 HARDWARE MONITOR DRIVER
3544P: Mark M. Hoffman
3545M: mhoffman@lightlink.com
3546L: lm-sensors@lm-sensors.org
3547S: Maintained
3548
Daniel Drake8f0f8502006-07-18 22:00:25 +01003549SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003550P: Daniel Drake
3551M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003552L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003553S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003554
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555SOFTWARE RAID (Multiple Disks) SUPPORT
3556P: Ingo Molnar
3557M: mingo@redhat.com
3558P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003559M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003561S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562
Pavel Machek95a631e2007-07-19 01:47:42 -07003563HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564P: Pavel Machek
3565M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003566P: Rafael J. Wysocki
3567M: rjw@sisk.pl
3568L: linux-pm@lists.linux-foundation.org
3569S: Supported
3570
3571SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003572P: Len Brown
3573M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003574P: Pavel Machek
3575M: pavel@suse.cz
3576P: Rafael J. Wysocki
3577M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003578L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003579S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580
3581SONIC NETWORK DRIVER
3582P: Thomas Bogendoerfer
3583M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003584L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585S: Maintained
3586
Michael Buesch61e115a2007-09-18 15:12:50 -04003587SONICS SILICON BACKPLANE DRIVER (SSB)
3588P: Michael Buesch
3589M: mb@bu3sch.de
3590L: netdev@vger.kernel.org
3591S: Maintained
3592
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003594P: Mattia Dongili
3595M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003596L: linux-acpi@vger.kernel.org
3597W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598S: Maintained
3599
3600SOUND
3601P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003602M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003603L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604S: Maintained
3605
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003606SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3607P: Liam Girdwood
3608M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003609P: Mark Brown
3610M: broonie@opensource.wolfsonmicro.com
3611T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003612L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003613S: Supported
3614
Kumar Gala025c3982006-04-02 16:05:54 -05003615SPI SUBSYSTEM
3616P: David Brownell
3617M: dbrownell@users.sourceforge.net
3618L: spi-devel-general@lists.sourceforge.net
3619S: Maintained
3620
Steven Rostedt855f46a2006-08-05 12:14:50 -07003621STABLE BRANCH:
3622P: Greg Kroah-Hartman
3623M: greg@kroah.com
3624P: Chris Wright
3625M: chrisw@sous-sol.org
3626L: stable@kernel.org
3627S: Maintained
3628
Kylene Hall1c72d462005-05-01 08:59:13 -07003629TPM DEVICE DRIVER
3630P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003631M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003632W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003633P: Marcel Selhorst
3634M: tpm@selhorst.net
3635W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003636L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003637S: Maintained
3638
Mark Gross1a80ba82005-10-30 15:02:55 -08003639Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003640P: Mark Gross
3641M: mark.gross@intel.com
3642S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003643
Chris Zankel48b415c2005-06-23 22:01:07 -07003644TENSILICA XTENSA PORT (xtensa):
3645P: Chris Zankel
3646M: chris@zankel.net
3647S: Maintained
3648
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003649THINKPAD ACPI EXTRAS DRIVER
3650P: Henrique de Moraes Holschuh
3651M: ibm-acpi@hmh.eng.br
3652L: ibm-acpi-devel@lists.sourceforge.net
3653W: http://ibm-acpi.sourceforge.net
3654W: http://thinkwiki.org/wiki/Ibm-acpi
3655T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3656S: Maintained
3657
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658UltraSPARC (sparc64):
3659P: David S. Miller
3660M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003662T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663S: Maintained
3664
3665SHARP LH SUPPORT (LH7952X & LH7A40X)
3666P: Marc Singer
3667M: elf@buici.com
3668W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670S: Maintained
3671
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003672SHPC HOTPLUG DRIVER
3673P: Kristen Carlson Accardi
3674M: kristen.c.accardi@intel.com
3675L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003676S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003677
Pierre Ossmand129bce2006-03-24 03:18:17 -08003678SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3679P: Pierre Ossman
3680M: drzeus-sdhci@drzeus.cx
3681L: sdhci-devel@list.drzeus.cx
3682W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3683S: Maintained
3684
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003685SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3686P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003687M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003688L: netdev@vger.kernel.org
3689S: Maintained
3690
Chris Boot1a87d942006-07-10 04:45:34 -07003691SOEKRIS NET48XX LED SUPPORT
3692P: Chris Boot
3693M: bootc@bootc.net
3694S: Maintained
3695
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696SPARC (sparc32):
3697P: William L. Irwin
3698M: wli@holomorphy.com
3699L: sparclinux@vger.kernel.org
3700S: Maintained
3701
3702SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3703P: Roger Wolff
3704M: R.E.Wolff@BitWizard.nl
3705L: linux-kernel@vger.kernel.org ?
3706S: Supported
3707
Jim Lewis2752e402006-09-29 02:01:19 -07003708SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003709P: Ishizaki Kou
3710M: kou.ishizaki@toshiba.co.jp
3711P: Jens Osterkamp
3712M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003713L: netdev@vger.kernel.org
3714S: Supported
3715
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716SRM (Alpha) environment access
3717P: Jan-Benedict Glaw
3718M: jbglaw@lug-owl.de
3719L: linux-kernel@vger.kernel.org
3720S: Maintained
3721
3722STARFIRE/DURALAN NETWORK DRIVER
3723P: Ion Badulescu
3724M: ionut@cs.columbia.edu
3725S: Maintained
3726
3727STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3728W: http://mosquitonet.Stanford.EDU/strip.html
3729S: Unsupported ?
3730
3731STRADIS MPEG-2 DECODER DRIVER
3732P: Nathan Laredo
3733M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734W: http://www.stradis.com/
3735S: Maintained
3736
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003737SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738P: Paul Mundt
3739M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003740L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003742T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743S: Maintained
3744
3745SUN3/3X
3746P: Sam Creasey
3747M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748W: http://sammy.net/sun3/
3749S: Maintained
3750
3751SVGA HANDLING
3752P: Martin Mares
3753M: mj@ucw.cz
3754L: linux-video@atrey.karlin.mff.cuni.cz
3755S: Maintained
3756
3757SYSV FILESYSTEM
3758P: Christoph Hellwig
3759M: hch@infradead.org
3760S: Maintained
3761
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003762TC CLASSIFIER
3763P: Jamal Hadi Salim
3764M: hadi@cyberus.ca
3765L: netdev@vger.kernel.org
3766S: Maintained
3767
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003768TCP LOW PRIORITY MODULE
3769P: Wong Hoi Sing, Edison
3770M: hswong3i@gmail.com
3771P: Hung Hing Lun, Mike
3772M: hlhung3i@gmail.com
3773W: http://tcp-lp-mod.sourceforge.net/
3774S: Maintained
3775
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003776TEHUTI ETHERNET DRIVER
3777P: Alexander Indenbaum
3778M: baum@tehutinetworks.net
3779P: Andy Gospodarek
3780M: andy@greyhouse.net
3781L: netdev@vger.kernel.org
3782S: Supported
3783
Alex Dubov4020f2d2006-10-04 02:15:37 -07003784TI FLASH MEDIA INTERFACE DRIVER
3785P: Alex Dubov
3786M: oakad@yahoo.com
3787S: Maintained
3788
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003789TI OMAP MMC INTERFACE DRIVER
3790P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003791M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003792W: http://linux.omap.com
3793W: http://www.muru.com/linux/omap/
3794S: Maintained
3795
Michael Buesch844dd052006-06-26 00:24:59 -07003796TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3797P: Deepak Saxena
3798M: dsaxena@plexity.net
3799S: Maintained
3800
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003801TASKSTATS STATISTICS INTERFACE
3802P: Shailabh Nagar
3803M: nagar@watson.ibm.com
3804L: linux-kernel@vger.kernel.org
3805S: Maintained
3806
Per Lidene86eaa32006-01-12 16:45:18 +01003807TIPC NETWORK LAYER
3808P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003809M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003810P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003811M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003812P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003813M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003814L: tipc-discussion@lists.sourceforge.net
3815W: http://tipc.sourceforge.net/
3816W: http://tipc.cslab.ericsson.net/
3817T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3818S: Maintained
3819
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820TLAN NETWORK DRIVER
3821P: Samuel Chessman
3822M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003823L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824W: http://sourceforge.net/projects/tlan/
3825S: Maintained
3826
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827TOSHIBA ACPI EXTRAS DRIVER
3828P: John Belmonte
3829M: toshiba_acpi@memebeam.org
3830W: http://memebeam.org/toys/ToshibaAcpiDriver
3831S: Maintained
3832
3833TOSHIBA SMM DRIVER
3834P: Jonathan Buzzard
3835M: jonathan@buzzard.org.uk
3836L: tlinux-users@tce.toshiba-dme.co.jp
3837W: http://www.buzzard.org.uk/toshiba/
3838S: Maintained
3839
3840TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3841P: Muli Ben-Yehuda
3842M: mulix@mulix.org
3843L: linux-kernel@vger.kernel.org
3844S: Maintained
3845
3846TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003847P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003848M: trivial@kernel.org
3849L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850S: Maintained
3851
3852TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853L: tulip-users@lists.sourceforge.net
3854W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003855S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856
3857TUN/TAP driver
3858P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003859M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860L: vtun@office.satix.net
3861W: http://vtun.sourceforge.net/tun
3862S: Maintained
3863
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003864TURBOCHANNEL SUBSYSTEM
3865P: Maciej W. Rozycki
3866M: macro@linux-mips.org
3867S: Maintained
3868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869U14-34F SCSI DRIVER
3870P: Dario Ballabio
3871M: ballabio_dario@emc.com
3872L: linux-scsi@vger.kernel.org
3873S: Maintained
3874
3875UDF FILESYSTEM
3876P: Ben Fennema
3877M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878W: http://linux-udf.sourceforge.net
3879S: Maintained
3880
3881UNIFORM CDROM DRIVER
3882P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003883M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884L: linux-kernel@vger.kernel.org
3885W: http://www.kernel.dk
3886S: Maintained
3887
3888USB ACM DRIVER
3889P: Oliver Neukum
3890M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003891L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892S: Maintained
3893
Jiri Slaby6d985162008-02-06 01:37:11 -08003894USB AUERSWALD DRIVER
3895P: Wolfgang Muees
3896M: wolfgang@iksw-muees.de
3897L: linux-usb@vger.kernel.org
3898S: Maintained
3899
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900USB BLOCK DRIVER (UB ub)
3901P: Pete Zaitcev
3902M: zaitcev@redhat.com
3903L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003904L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905S: Supported
3906
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907USB CDC ETHERNET DRIVER
3908P: Greg Kroah-Hartman
3909M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003910L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911S: Maintained
3912W: http://www.kroah.com/linux-usb/
3913
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003914USB DAVICOM DM9601 DRIVER
3915P: Peter Korsgaard
3916M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003917L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003918W: http://www.linux-usb.org/usbnet
3919S: Maintained
3920
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921USB EHCI DRIVER
3922P: David Brownell
3923M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003924L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003925S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926
Luca Risolia7ce08c92006-01-11 02:06:59 +00003927USB ET61X[12]51 DRIVER
3928P: Luca Risolia
3929M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003930L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003931L: video4linux-list@redhat.com
3932W: http://www.linux-projects.org
3933S: Maintained
3934
David Brownell69ae9e32006-11-14 02:03:31 -08003935USB GADGET/PERIPHERAL SUBSYSTEM
3936P: David Brownell
3937M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003938L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003939W: http://www.linux-usb.org/gadget
3940S: Maintained
3941
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003942USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003943P: Jiri Kosina
3944M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003945L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003946T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947S: Maintained
3948
Olav Kongas959eea22005-11-03 17:38:14 +02003949USB ISP116X DRIVER
3950P: Olav Kongas
3951M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003952L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003953S: Maintained
3954
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955USB KAWASAKI LSI DRIVER
3956P: Oliver Neukum
3957M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003958L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959S: Maintained
3960
3961USB MASS STORAGE DRIVER
3962P: Matthew Dharm
3963M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003964L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003965L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966S: Maintained
3967W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3968
3969USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003970P: David Brownell
3971M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003972L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003973S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974
Matthias Urlichsba460e42005-07-14 00:33:47 -07003975USB OPTION-CARD DRIVER
3976P: Matthias Urlichs
3977M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003978L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003979S: Maintained
3980
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981USB OV511 DRIVER
3982P: Mark McClelland
3983M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003984L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985W: http://alpha.dyndns.org/ov511/
3986S: Maintained
3987
3988USB PEGASUS DRIVER
3989P: Petko Manolov
3990M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003991L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003992L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993W: http://pegasus2.sourceforge.net/
3994S: Maintained
3995
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003996USB PRINTER DRIVER (usblp)
3997P: Pete Zaitcev
3998M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003999L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004000S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001
4002USB RTL8150 DRIVER
4003P: Petko Manolov
4004M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004005L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004006L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007W: http://pegasus2.sourceforge.net/
4008S: Maintained
4009
4010USB SE401 DRIVER
4011P: Jeroen Vreeken
4012M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004013L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014W: http://www.chello.nl/~j.vreeken/se401/
4015S: Maintained
4016
4017USB SERIAL CYBERJACK DRIVER
4018P: Matthias Bruestle and Harald Welte
4019M: support@reiner-sct.com
4020W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4021S: Maintained
4022
4023USB SERIAL DIGI ACCELEPORT DRIVER
4024P: Peter Berger and Al Borchers
4025M: pberger@brimson.com
4026M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004027L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028S: Maintained
4029
4030USB SERIAL DRIVER
4031P: Greg Kroah-Hartman
4032M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004033L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034S: Supported
4035
4036USB SERIAL BELKIN F5U103 DRIVER
4037P: William Greathouse
4038M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004039L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040S: Maintained
4041
4042USB SERIAL CYPRESS M8 DRIVER
4043P: Lonnie Mendez
4044M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004045L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046S: Maintained
4047W: http://geocities.com/i0xox0i
4048W: http://firstlight.net/cvs
4049
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4051P: Gary Brubaker
4052M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004053L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054S: Maintained
4055
4056USB SERIAL KEYSPAN DRIVER
4057P: Greg Kroah-Hartman
4058M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004059L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060W: http://www.kroah.com/linux/
4061S: Maintained
4062
4063USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004064P: Support Department
4065M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004066L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067W: http://www.connecttech.com
4068S: Supported
4069
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004070USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071P: Luca Risolia
4072M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004073L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004074L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075W: http://www.linux-projects.org
4076S: Maintained
4077
4078USB SUBSYSTEM
4079P: Greg Kroah-Hartman
4080M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004081L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004083T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084S: Supported
4085
4086USB UHCI DRIVER
4087P: Alan Stern
4088M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004089L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090S: Maintained
4091
David Brownell69ae9e32006-11-14 02:03:31 -08004092USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093P: David Brownell
4094M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004095L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004096W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097S: Maintained
4098
4099USB W996[87]CF DRIVER
4100P: Luca Risolia
4101M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004102L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004103L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104W: http://www.linux-projects.org
4105S: Maintained
4106
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004107USB WIRELESS RNDIS DRIVER (rndis_wlan)
4108P: Jussi Kivilinna
4109M: jussi.kivilinna@mbnet.fi
4110L: linux-wireless@vger.kernel.org
4111S: Maintained
4112
Luca Risolia60f78052006-02-06 16:29:35 +00004113USB ZC0301 DRIVER
4114P: Luca Risolia
4115M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004116L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004117L: video4linux-list@redhat.com
4118W: http://www.linux-projects.org
4119S: Maintained
4120
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121USB ZD1201 DRIVER
4122P: Jeroen Vreeken
4123M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004124L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125W: http://linux-lc100020.sourceforge.net
4126S: Maintained
4127
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004128USB ZR364XX DRIVER
4129P: Antoine Jacquet
4130M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004131L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004132L: video4linux-list@redhat.com
4133W: http://royale.zerezo.com/zr364xx/
4134S: Maintained
4135
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136USER-MODE LINUX
4137P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004138M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139L: user-mode-linux-devel@lists.sourceforge.net
4140L: user-mode-linux-user@lists.sourceforge.net
4141W: http://user-mode-linux.sourceforge.net
4142S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004143
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004144USERSPACE I/O (UIO)
4145P: Hans J. Koch
4146M: hjk@linutronix.de
4147P: Greg Kroah-Hartman
4148M: gregkh@suse.de
4149L: linux-kernel@vger.kernel.org
4150S: Maintained
4151
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152FAT/VFAT/MSDOS FILESYSTEM:
4153P: OGAWA Hirofumi
4154M: hirofumi@mail.parknet.co.jp
4155L: linux-kernel@vger.kernel.org
4156S: Maintained
4157
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158VIA RHINE NETWORK DRIVER
4159P: Roger Luethi
4160M: rl@hellgate.ch
4161S: Maintained
4162
Jean Delvare32c0a522005-09-22 21:47:58 +02004163VIAPRO SMBUS DRIVER
4164P: Jean Delvare
4165M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004166L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004167S: Maintained
4168
Francois Romieu01f20732007-01-26 00:57:17 -08004169VIA VELOCITY NETWORK DRIVER
4170P: Francois Romieu
4171M: romieu@fr.zoreil.com
4172L: netdev@vger.kernel.org
4173S: Maintained
4174
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175UCLINUX (AND M68KNOMMU)
4176P: Greg Ungerer
4177M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004179L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180S: Maintained
4181
4182UCLINUX FOR NEC V850
4183P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184
4185UCLINUX FOR RENESAS H8/300
4186P: Yoshinori Sato
4187M: ysato@users.sourceforge.jp
4188W: http://uclinux-h8.sourceforge.jp/
4189S: Supported
4190
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004191UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004192P: Evgeniy Dushistov
4193M: dushistov@mail.ru
4194L: linux-kernel@vger.kernel.org
4195S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004196
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197USB DIAMOND RIO500 DRIVER
4198P: Cesar Miquel
4199M: miquel@df.uba.ar
4200L: rio500-users@lists.sourceforge.net
4201W: http://rio500.sourceforge.net
4202S: Maintained
4203
4204VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004205P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004206M: mchehab@infradead.org
4207M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004209W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004210T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004211S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212
Patrick McHardybe7f8272007-10-23 20:26:36 -07004213VLAN (802.1Q)
4214P: Patrick McHardy
4215M: kaber@trash.net
4216L: netdev@vger.kernel.org
4217S: Maintained
4218
Juerg Haefligerab413192006-09-24 20:54:04 +02004219VT1211 HARDWARE MONITOR DRIVER
4220P: Juerg Haefliger
4221M: juergh@gmail.com
4222L: lm-sensors@lm-sensors.org
4223S: Maintained
4224
Roger Lucas1de9e372005-11-26 20:20:05 +01004225VT8231 HARDWARE MONITOR DRIVER
4226P: Roger Lucas
4227M: roger@planbit.co.uk
4228L: lm-sensors@lm-sensors.org
4229S: Maintained
4230
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231W1 DALLAS'S 1-WIRE BUS
4232P: Evgeniy Polyakov
4233M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234S: Maintained
4235
Charles Spirakis13927072006-07-05 18:05:15 +02004236W83791D HARDWARE MONITORING DRIVER
4237P: Charles Spirakis
4238M: bezaur@gmail.com
4239L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004240S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004241
Rudolf Marek61db0112006-12-12 18:18:30 +01004242W83793 HARDWARE MONITORING DRIVER
4243P: Rudolf Marek
4244M: r.marek@assembler.cz
4245L: lm-sensors@lm-sensors.org
4246S: Maintained
4247
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248W83L51xD SD/MMC CARD INTERFACE DRIVER
4249P: Pierre Ossman
4250M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004251L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252W: http://projects.drzeus.cx/wbsd
4253S: Maintained
4254
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004255WATCHDOG DEVICE DRIVERS
4256P: Wim Van Sebroeck
4257M: wim@iguana.be
4258T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4259S: Maintained
4260
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4262P: Jean Tourrilhes
4263M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004264L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4266S: Maintained
4267
4268WD7000 SCSI DRIVER
4269P: Miroslav Zagorac
4270M: zaga@fly.cc.fer.hr
4271L: linux-scsi@vger.kernel.org
4272S: Maintained
4273
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004274WISTRON LAPTOP BUTTON DRIVER
4275P: Miloslav Trmac
4276M: mitr@volny.cz
4277S: Maintained
4278
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279WL3501 WIRELESS PCMCIA CARD DRIVER
4280P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004281M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004282L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004283W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284S: Maintained
4285
4286X.25 NETWORK LAYER
4287P: Henner Eisen
4288M: eis@baty.hanse.de
4289L: linux-x25@vger.kernel.org
4290S: Maintained
4291
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004292XEN HYPERVISOR INTERFACE
4293P: Jeremy Fitzhardinge
4294M: jeremy@xensource.com
4295P: Chris Wright
4296M: chrisw@sous-sol.org
4297L: virtualization@lists.osdl.org
4298L: xen-devel@lists.xensource.com
4299S: Supported
4300
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301XFS FILESYSTEM
4302P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004303P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004305L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004307T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308S: Supported
4309
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004310XILINX SYSTEMACE DRIVER
4311P: Grant Likely
4312M: grant.likely@secretlab.ca
4313W: http://www.secretlab.ca/
4314L: linux-kernel@vger.kernel.org
4315S: Maintained
4316
Peter Korsgaard238b8722006-12-06 20:35:17 -08004317XILINX UARTLITE SERIAL DRIVER
4318P: Peter Korsgaard
4319M: jacmet@sunsite.dk
4320L: linux-serial@vger.kernel.org
4321S: Maintained
4322
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004323X86 ARCHITECTURE (32-BIT AND 64-BIT)
4324P: Thomas Gleixner
4325M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326P: Ingo Molnar
4327M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004328P: H. Peter Anvin
4329M: hpa@zytor.com
4330L: linux-kernel@vger.kernel.org
4331T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332S: Maintained
4333
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334YAM DRIVER FOR AX.25
4335P: Jean-Paul Roubelat
4336M: jpr@f6fbb.org
4337L: linux-hams@vger.kernel.org
4338S: Maintained
4339
Henkaf64a5e2005-10-12 15:02:56 +02004340YEALINK PHONE DRIVER
4341P: Henk Vergonet
4342M: Henk.Vergonet@gmail.com
4343L: usbb2k-api-dev@nongnu.org
4344S: Maintained
4345
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346Z8530 DRIVER FOR AX.25
4347P: Joerg Reuter
4348M: jreuter@yaina.de
4349W: http://yaina.de/jreuter/
4350W: http://www.qsl.net/dl1bke/
4351L: linux-hams@vger.kernel.org
4352S: Maintained
4353
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004354ZD1211RW WIRELESS DRIVER
4355P: Daniel Drake
4356M: dsd@gentoo.org
4357P: Ulrich Kunitz
4358M: kune@deine-taler.de
4359W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004360L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004361L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4362S: Maintained
4363
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364ZF MACHZ WATCHDOG
4365P: Fernando Fuganti
4366M: fuganti@netbank.com.br
4367W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4368S: Maintained
4369
4370ZR36067 VIDEO FOR LINUX DRIVER
4371P: Ronald Bultje
4372M: rbultje@ronald.bitfreak.net
4373L: mjpeg-users@lists.sourceforge.net
4374W: http://mjpeg.sourceforge.net/driver-zoran/
4375S: Maintained
4376
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004377ZS DECSTATION Z85C30 SERIAL DRIVER
4378P: Maciej W. Rozycki
4379M: macro@linux-mips.org
4380S: Maintained
4381
Linus Torvalds1da177e2005-04-16 15:20:36 -07004382THE REST
4383P: Linus Torvalds
4384S: Buried alive in reporters