blob: 4b7f46305cea6cd6128db88dfcefe5ed8f29273c [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 Becker62ca3d22006-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
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001170P: Jesper Nilsson
1171M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172L: dev-etrax@axis.com
1173W: http://developer.axis.com
1174S: Maintained
1175
1176CRYPTO API
1177P: Herbert Xu
1178M: herbert@gondor.apana.org.au
1179P: David S. Miller
1180M: davem@davemloft.net
1181L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001182T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Maintained
1184
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001185CS5535 Audio ALSA driver
1186P: Jaya Kumar
1187M: jayakumar.alsa@gmail.com
1188S: Maintained
1189
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190CYBERPRO FB DRIVER
1191P: Russell King
1192M: rmk@arm.linux.org.uk
1193W: http://www.arm.linux.org.uk/
1194S: Maintained
1195
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001196CYBLAFB FRAMEBUFFER DRIVER
1197P: Knut Petersen
1198M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001199L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001200S: Maintained
1201
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202CYCLADES 2X SYNC CARD DRIVER
1203P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001204M: acme@ghostprotocols.net
1205W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Maintained
1207
1208CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001210S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211
1212CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001214S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216DAMA SLAVE for AX.25
1217P: Joerg Reuter
1218M: jreuter@yaina.de
1219W: http://yaina.de/jreuter/
1220W: http://www.qsl.net/dl1bke/
1221L: linux-hams@vger.kernel.org
1222S: Maintained
1223
1224DC395x SCSI driver
1225P: Oliver Neukum
1226M: oliver@neukum.name
1227P: Ali Akcaagac
1228M: aliakc@web.de
1229P: Jamie Lenehan
1230M: lenehan@twibble.org
1231W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001232L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233L: http://lists.twibble.org/mailman/listinfo/dc395x/
1234S: Maintained
1235
1236DC390/AM53C974 SCSI driver
1237P: Kurt Garloff
1238M: garloff@suse.de
1239W: http://www.garloff.de/kurt/linux/dc390/
1240P: Guennadi Liakhovetski
1241M: g.liakhovetski@gmx.de
1242S: Maintained
1243
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001244DCCP PROTOCOL
1245P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001246M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001247L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001248W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001249S: Maintained
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251DECnet NETWORK LAYER
1252P: Patrick Caulfield
1253M: patrick@tykepenguin.com
1254W: http://linux-decnet.sourceforge.net
1255L: linux-decnet-user@lists.sourceforge.net
1256S: Maintained
1257
1258DEFXX FDDI NETWORK DRIVER
1259P: Maciej W. Rozycki
1260M: macro@linux-mips.org
1261S: Maintained
1262
1263DELL LAPTOP SMM DRIVER
1264P: Massimo Dal Zotto
1265M: dz@debian.org
1266W: http://www.debian.org/~dz/i8k/
1267S: Maintained
1268
Doug Warzecha90563ec2005-09-06 15:17:15 -07001269DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1270P: Doug Warzecha
1271M: Douglas_Warzecha@dell.com
1272S: Maintained
1273
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001274DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275P: Alasdair Kergon
1276L: dm-devel@redhat.com
1277W: http://sources.redhat.com/dm
1278S: Maintained
1279
1280DEVICE NUMBER REGISTRY
1281P: Torben Mathiasen
1282M: device@lanana.org
1283W: http://lanana.org/docs/device-list/index.html
1284L: linux-kernel@vger.kernel.org
1285S: Maintained
1286
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287DIGI INTL. EPCA DRIVER
1288P: Digi International, Inc
1289M: Eng.Linux@digi.com
1290L: Eng.Linux@digi.com
1291W: http://www.digi.com
1292S: Orphaned
1293
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294DIRECTORY NOTIFICATION
1295P: Stephen Rothwell
1296M: sfr@canb.auug.org.au
1297L: linux-kernel@vger.kernel.org
1298S: Supported
1299
1300DISK GEOMETRY AND PARTITION HANDLING
1301P: Andries Brouwer
1302M: aeb@cwi.nl
1303W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1304W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1305W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1306S: Maintained
1307
1308DISKQUOTA:
1309P: Jan Kara
1310M: jack@suse.cz
1311L: linux-kernel@vger.kernel.org
1312S: Maintained
1313
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001314DISTRIBUTED LOCK MANAGER
1315P: Patrick Caulfield
1316M: pcaulfie@redhat.com
1317P: David Teigland
1318M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001319L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001320W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001321T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1322T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001323S: Supported
1324
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1326P: Tobias Ringstrom
1327M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001328L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329S: Maintained
1330
Dan Williamsb3e5f262007-08-07 10:26:35 -07001331DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001332P: Shannon Nelson
1333M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001334P: Dan Williams
1335M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001336L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001337S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001338
Juerg Haefligerb8250372007-06-09 10:11:16 -04001339DME1737 HARDWARE MONITOR DRIVER
1340P: Juerg Haefliger
1341M: juergh@gmail.com
1342L: lm-sensors@lm-sensors.org
1343S: Maintained
1344
Martin Waitzba483d52005-06-17 13:20:59 -07001345DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001346P: Randy Dunlap
1347M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001348S: Maintained
1349
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001350DOCKING STATION DRIVER
1351P: Kristen Carlson Accardi
1352M: kristen.c.accardi@intel.com
1353L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001354S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356DOUBLETALK DRIVER
1357P: James R. Van Zandt
1358M: jrv@vanzandt.mv.com
1359L: blinux-list@redhat.com
1360S: Maintained
1361
1362DRIVER CORE, KOBJECTS, AND SYSFS
1363P: Greg Kroah-Hartman
1364M: gregkh@suse.de
1365L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001366T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367S: Supported
1368
1369DRM DRIVERS
1370P: David Airlie
1371M: airlied@linux.ie
1372L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001373T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374S: Maintained
1375
1376DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001377P: Francois Romieu
1378M: romieu@fr.zoreil.com
1379L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380S: Maintained
1381
1382DVB SUBSYSTEM AND DRIVERS
1383P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001384M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001386W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001387T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001388S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001390DZ DECSTATION DZ11 SERIAL DRIVER
1391P: Maciej W. Rozycki
1392M: macro@linux-mips.org
1393S: Maintained
1394
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395EATA-DMA SCSI DRIVER
1396P: Michael Neuffer
1397L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1398S: Maintained
1399
1400EATA ISA/EISA/PCI SCSI DRIVER
1401P: Dario Ballabio
1402M: ballabio_dario@emc.com
1403L: linux-scsi@vger.kernel.org
1404S: Maintained
1405
1406EATA-PIO SCSI DRIVER
1407P: Michael Neuffer
1408M: mike@i-Connect.Net
1409L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1410S: Maintained
1411
1412EBTABLES
1413P: Bart De Schuymer
1414M: bart.de.schuymer@pandora.be
1415L: ebtables-user@lists.sourceforge.net
1416L: ebtables-devel@lists.sourceforge.net
1417W: http://ebtables.sourceforge.net/
1418S: Maintained
1419
Michael Halcrow237fead2006-10-04 02:16:22 -07001420ECRYPT FILE SYSTEM
1421P: Mike Halcrow, Phillip Hellewell
1422M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1423L: ecryptfs-devel@lists.sourceforge.net
1424W: http://ecryptfs.sourceforge.net/
1425S: Supported
1426
Alan Coxda9bb1d2006-01-18 17:44:13 -08001427EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001428P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001429M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001430L: bluesmoke-devel@lists.sourceforge.net
1431W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001432S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001433
1434EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001435P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001436P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001437M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001438M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001439L: bluesmoke-devel@lists.sourceforge.net
1440W: bluesmoke.sourceforge.net
1441S: Maintained
1442
1443EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001444P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001445M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001446L: bluesmoke-devel@lists.sourceforge.net
1447W: bluesmoke.sourceforge.net
1448S: Maintained
1449
Douglas Thompson6bc78402007-07-19 01:50:12 -07001450EDAC-I82443BXGX
1451P: Tim Small
1452M: tim@buttersideup.com
1453L: bluesmoke-devel@lists.sourceforge.net
1454W: bluesmoke.sourceforge.net
1455S: Maintained
1456
1457EDAC-I3000
1458P: Jason Uhlenkott
1459M: juhlenko@akamai.com
1460L: bluesmoke-devel@lists.sourceforge.net
1461W: bluesmoke.sourceforge.net
1462S: Maintained
1463
1464EDAC-I5000
1465P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001466M: dougthompson@xmission.com
1467L: bluesmoke-devel@lists.sourceforge.net
1468W: bluesmoke.sourceforge.net
1469S: Maintained
1470
1471EDAC-I82975X
1472P: Ranganathan Desikan
1473P: Arvind R.
1474M: rdesikan@jetzbroadband.com
1475M: arvind@acarlab.com
1476L: bluesmoke-devel@lists.sourceforge.net
1477W: bluesmoke.sourceforge.net
1478S: Maintained
1479
1480EDAC-PASEMI
1481P: Egor Martovetsky
1482M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001483L: bluesmoke-devel@lists.sourceforge.net
1484W: bluesmoke.sourceforge.net
1485S: Maintained
1486
Dave Peterson0e438e32006-03-26 01:38:55 -08001487EDAC-R82600
1488P: Tim Small
1489M: tim@buttersideup.com
1490L: bluesmoke-devel@lists.sourceforge.net
1491W: bluesmoke.sourceforge.net
1492S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001493
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494EEPRO100 NETWORK DRIVER
1495P: Andrey V. Savochkin
1496M: saw@saw.sw.com.sg
1497S: Maintained
1498
Josh Triplett0bee8d22006-07-30 03:03:58 -07001499EFS FILESYSTEM
1500W: http://aeschi.ch.eu.org/efs/
1501S: Orphan
1502
Heiko J Schickfab97222006-09-22 15:22:22 -07001503EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1504P: Hoang-Nam Nguyen
1505M: hnguyen@de.ibm.com
1506P: Christoph Raisch
1507M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001508L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001509S: Supported
1510
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001511EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001512P: James Smart
1513M: james.smart@emulex.com
1514L: linux-scsi@vger.kernel.org
1515W: http://sourceforge.net/projects/lpfcxxxx
1516S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001517
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518EPSON 1355 FRAMEBUFFER DRIVER
1519P: Christopher Hoover
1520M: ch@murgatroid.com, ch@hpl.hp.com
1521S: Maintained
1522
1523ETHEREXPRESS-16 NETWORK DRIVER
1524P: Philip Blundell
1525M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001526L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527S: Maintained
1528
1529ETHERNET BRIDGE
1530P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001531M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001532L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533W: http://bridge.sourceforge.net/
1534S: Maintained
1535
1536ETHERTEAM 16I DRIVER
1537P: Mika Kuoppala
1538M: miku@iki.fi
1539S: Maintained
1540
1541EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001542L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543S: Maintained
1544
1545EXT3 FILE SYSTEM
1546P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001547M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001548L: linux-ext4@vger.kernel.org
1549S: Maintained
1550
1551EXT4 FILE SYSTEM
1552P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001553M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001554L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555S: Maintained
1556
Jean Delvaree53004e2006-01-09 23:26:14 +01001557F71805F HARDWARE MONITORING DRIVER
1558P: Jean Delvare
1559M: khali@linux-fr.org
1560L: lm-sensors@lm-sensors.org
1561S: Maintained
1562
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563FARSYNC SYNCHRONOUS DRIVER
1564P: Kevin Curtis
1565M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566W: http://www.farsite.co.uk/
1567S: Supported
1568
Akinobu Mitac5408b82007-04-23 14:41:20 -07001569FAULT INJECTION SUPPORT
1570P: Akinobu Mita
1571M: akinobu.mita@gmail.com
1572S: Supported
1573
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574FRAMEBUFFER LAYER
1575P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001576M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001577L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578W: http://linux-fbdev.sourceforge.net/
1579S: Maintained
1580
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001581FREESCALE SOC FS_ENET DRIVER
1582P: Pantelis Antoniou
1583M: pantelis.antoniou@gmail.com
1584P: Vitaly Bordug
1585M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001586L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001587L: netdev@vger.kernel.org
1588S: Maintained
1589
Li Yanga7205b32007-04-23 10:38:18 -07001590FREESCALE HIGHSPEED USB DEVICE DRIVER
1591P: Li Yang
1592M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001593L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001594L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001595S: Maintained
1596
Li Yangbeaf53b2007-05-25 13:54:02 +08001597FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1598P: Li Yang
1599M: leoli@freescale.com
1600L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001601L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001602S: Maintained
1603
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604FILE LOCKING (flock() and fcntl()/lockf())
1605P: Matthew Wilcox
1606M: matthew@wil.cx
1607L: linux-fsdevel@vger.kernel.org
1608S: Maintained
1609
1610FILESYSTEMS (VFS and infrastructure)
1611P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001612M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613S: Maintained
1614
Stefan Richterf148e202008-01-12 12:32:44 +01001615FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001616P: Kristian Hoegsberg, Stefan Richter
1617M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1618L: linux1394-devel@lists.sourceforge.net
1619W: http://www.linux1394.org/
1620T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1621S: Maintained
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623FIRMWARE LOADER (request_firmware)
1624L: linux-kernel@vger.kernel.org
1625S: Orphan
1626
1627FPU EMULATOR
1628P: Bill Metzenthen
1629M: billm@suburbia.net
1630W: http://suburbia.net/~billm/floating-point/emulator/
1631S: Maintained
1632
1633FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1634P: Mike McLagan
1635M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001636L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637S: Maintained
1638
1639FREEVXFS FILESYSTEM
1640P: Christoph Hellwig
1641M: hch@infradead.org
1642W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1643S: Maintained
1644
David Howells5ab7ffe2007-04-10 15:10:45 +01001645FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646P: David Howells
1647M: dhowells@redhat.com
1648S: Maintained
1649
Miklos Szeredi04578f12005-09-09 13:10:22 -07001650FUSE: FILESYSTEM IN USERSPACE
1651P: Miklos Szeredi
1652M: miklos@szeredi.hu
1653L: fuse-devel@lists.sourceforge.net
1654W: http://fuse.sourceforge.net/
1655S: Maintained
1656
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1658P: Rik Faith
1659M: faith@cs.unc.edu
1660L: linux-scsi@vger.kernel.org
1661S: Odd fixes (e.g., new signatures)
1662
1663GDT SCSI DISK ARRAY CONTROLLER DRIVER
1664P: Achim Leubner
1665M: achim_leubner@adaptec.com
1666L: linux-scsi@vger.kernel.org
1667W: http://www.icp-vortex.com/
1668S: Supported
1669
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001670GENERIC GPIO I2C DRIVER
1671P: Haavard Skinnemoen
1672M: hskinnemoen@atmel.com
1673S: Supported
1674
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1676P: Krzysztof Halasa
1677M: khc@pm.waw.pl
1678W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1679S: Maintained
1680
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001681GFS2 FILE SYSTEM
1682P: Steven Whitehouse
1683M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001684L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001685W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001686T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1687T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001688S: Supported
1689
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001690GIGASET ISDN DRIVERS
1691P: Hansjoerg Lipp
1692M: hjlipp@web.de
1693P: Tilman Schmidt
1694M: tilman@imap.cc
1695L: gigaset307x-common@lists.sourceforge.net
1696W: http://gigaset307x.sourceforge.net/
1697S: Maintained
1698
Jean Delvare5b543962005-08-15 19:51:02 +02001699HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001700P: Mark M. Hoffman
1701M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001702L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001703W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001704T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1705T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001706S: Maintained
1707
Michael Buesch844dd052006-06-26 00:24:59 -07001708HARDWARE RANDOM NUMBER GENERATOR CORE
1709P: Michael Buesch
1710M: mb@bu3sch.de
1711S: Maintained
1712
Robert Love860e1d62005-08-31 23:57:59 -04001713HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1714P: Robert Love
1715M: rlove@rlove.org
1716M: linux-kernel@vger.kernel.org
1717W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1718S: Maintained
1719
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720HARMONY SOUND DRIVER
1721P: Kyle McMartin
1722M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001723L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724S: Maintained
1725
1726HAYES ESP SERIAL DRIVER
1727P: Andrew J. Robinson
1728M: arobinso@nyx.net
1729L: linux-kernel@vger.kernel.org
1730W: http://www.nyx.net/~arobinso
1731S: Maintained
1732
1733HFS FILESYSTEM
1734P: Roman Zippel
1735M: zippel@linux-m68k.org
1736L: linux-kernel@vger.kernel.org
1737S: Maintained
1738
1739HGA FRAMEBUFFER DRIVER
1740P: Ferenc Bakonyi
1741M: fero@drama.obuda.kando.hu
1742L: linux-nvidia@lists.surfsouth.com
1743W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1744S: Maintained
1745
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001746HID CORE LAYER
1747P: Jiri Kosina
1748M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001749L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001750T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001751S: Maintained
1752
Ingo Molnar38bed542007-02-22 09:09:34 +01001753HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1754P: Thomas Gleixner
1755M: tglx@linutronix.de
1756L: linux-kernel@vger.kernel.org
1757S: Maintained
1758
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759HIGH-SPEED SCC DRIVER FOR AX.25
1760P: Klaus Kudielka
1761M: klaus.kudielka@ieee.org
1762L: linux-hams@vger.kernel.org
1763W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1764S: Maintained
1765
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001766HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1767P: HighPoint Linux Team
1768M: linux@highpoint-tech.com
1769W: http://www.highpoint-tech.com
1770S: Supported
1771
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772HIPPI
1773P: Jes Sorensen
1774M: jes@trained-monkey.org
1775L: linux-hippi@sunsite.dk
1776S: Maintained
1777
1778HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1779P: Chirag Kantharia
1780M: chirag.kantharia@hp.com
1781L: iss_storagedev@hp.com
1782S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001783
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784HEWLETT-PACKARD SMART2 RAID DRIVER
1785P: Chirag Kantharia
1786M: chirag.kantharia@hp.com
1787L: iss_storagedev@hp.com
1788S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1791P: Mike Miller
1792M: mike.miller@hp.com
1793L: iss_storagedev@hp.com
1794S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001795
Jouni Malinenff1d2762005-05-12 22:54:16 -04001796HOST AP DRIVER
1797P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001798M: j@w1.fi
1799L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001800L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001801W: http://hostap.epitest.fi/
1802S: Maintained
1803
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1805P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001806M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807S: Maintained
1808
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001809HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1810P: Carlos Corbacho
1811M: carlos@strangeworlds.co.uk
1812S: Odd Fixes
1813
Bob Piccob9b03322005-11-07 00:59:19 -08001814HPET: High Precision Event Timers driver (hpet.c)
1815P: Clemens Ladisch
1816M: clemens@ladisch.de
1817S: Maintained
1818
1819HPET: i386
1820P: Venkatesh Pallipadi (Venki)
1821M: venkatesh.pallipadi@intel.com
1822S: Maintained
1823
1824HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001825P: Vojtech Pavlik
1826M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001827S: Maintained
1828
1829HPET: ACPI hpet.c
1830P: Bob Picco
1831M: bob.picco@hp.com
1832S: Maintained
1833
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834HPFS FILESYSTEM
1835P: Mikulas Patocka
1836M: mikulas@artax.karlin.mff.cuni.cz
1837W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1838S: Maintained
1839
1840HUGETLB FILESYSTEM
1841P: William Irwin
1842M: wli@holomorphy.com
1843S: Maintained
1844
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001845I2C/SMBUS STUB DRIVER
1846P: Mark M. Hoffman
1847M: mhoffman@lightlink.com
1848L: lm-sensors@lm-sensors.org
1849S: Maintained
1850
Jean Delvare5b543962005-08-15 19:51:02 +02001851I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852P: Jean Delvare
1853M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001854L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001855T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856S: Maintained
1857
Till Harbaume8c76ee2007-05-01 23:26:35 +02001858I2C-TINY-USB DRIVER
1859P: Till Harbaum
1860M: till@harbaum.org
1861L: i2c@lm-sensors.org
1862T: http://www.harbaum.org/till/i2c_tiny_usb
1863S: Maintained
1864
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001866P: H. Peter Anvin
1867M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868L: Linux-Kernel@vger.kernel.org
1869S: Maintained
1870
1871i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872P: H. Peter Anvin
1873M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001874T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875S: Maintained
1876
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877IA64 (Itanium) PLATFORM
1878P: Tony Luck
1879M: tony.luck@intel.com
1880L: linux-ia64@vger.kernel.org
1881W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001882T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883S: Maintained
1884
1885SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001886P: Jes Sorensen
1887M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888L: linux-altix@sgi.com
1889L: linux-ia64@vger.kernel.org
1890W: http://www.sgi.com/altix
1891S: Maintained
1892
1893IBM MCA SCSI SUBSYSTEM DRIVER
1894P: Michael Lang
1895M: langa2@kph.uni-mainz.de
1896W: http://www.uni-mainz.de/~langm000/linux.html
1897S: Maintained
1898
1899IBM Power Linux RAID adapter
1900P: Brian King
1901M: brking@us.ibm.com
1902S: Supported
1903
1904IBM ServeRAID RAID DRIVER
1905P: Jack Hammer
1906P: Dave Jeffery
1907M: ipslinux@adaptec.com
1908W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001909S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001911IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001913M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001915T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916S: Maintained
1917
1918IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001919P: Borislav Petkov
1920M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001921L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001922S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923
1924IDE/ATAPI FLOPPY DRIVERS
1925P: Paul Bristow
1926M: Paul Bristow <paul@paulbristow.net>
1927W: http://paulbristow.net/linux/idefloppy.html
1928L: linux-kernel@vger.kernel.org
1929S: Maintained
1930
1931IDE/ATAPI TAPE DRIVERS
1932P: Gadi Oxman
1933M: Gadi Oxman <gadio@netvision.net.il>
1934L: linux-kernel@vger.kernel.org
1935S: Maintained
1936
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001937IDE-SCSI DRIVER
1938L: linux-ide@vger.kernel.org
1939L: linux-scsi@vger.kernel.org
1940S: Orphan
1941
Stefan Richterf148e202008-01-12 12:32:44 +01001942IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001944M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001945P: Stefan Richter
1946M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947L: linux1394-devel@lists.sourceforge.net
1948W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001949T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950S: Maintained
1951
Stefan Richterf51a5a92007-04-23 14:41:10 -07001952IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953P: Dan Dennedy
1954M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001955P: Stefan Richter
1956M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001958S: Maintained
1959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001961L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001962S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963
1964INFINIBAND SUBSYSTEM
1965P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001966M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001968M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001970M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001971L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001973T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974S: Supported
1975
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001976INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001977P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001978M: dmitry.torokhov@gmail.com
1979M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001980L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001981T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982S: Maintained
1983
Robert Lovec9f04f52005-07-15 12:21:07 -04001984INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001985P: John McCutchan
1986M: ttb@tentacle.dhs.org
1987P: Robert Love
1988M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001989L: linux-kernel@vger.kernel.org
1990S: Maintained
1991
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001992INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001993P: Sylvain Meyer
1994M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001995L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001996S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001997
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001999P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002000M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002001L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002002S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004INTEL IA32 MICROCODE UPDATE SUPPORT
2005P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002006M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007S: Maintained
2008
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002009INTEL I/OAT DMA DRIVER
2010P: Shannon Nelson
2011M: shannon.nelson@intel.com
2012L: linux-kernel@vger.kernel.org
2013S: Supported
2014
Dan Williamsb3e5f262007-08-07 10:26:35 -07002015INTEL IOP-ADMA DMA DRIVER
2016P: Dan Williams
2017M: dan.j.williams@intel.com
2018L: linux-kernel@vger.kernel.org
2019S: Supported
2020
Michael Buesch844dd052006-06-26 00:24:59 -07002021INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2022P: Deepak Saxena
2023M: dsaxena@plexity.net
2024S: Maintained
2025
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002026INTEL IXP2000 ETHERNET DRIVER
2027P: Lennert Buytenhek
2028M: kernel@wantstofly.org
2029L: netdev@vger.kernel.org
2030S: Maintained
2031
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002033P: Auke Kok
2034M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035P: Jesse Brandeburg
2036M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002037P: Jeff Kirsher
2038M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002039P: John Ronciak
2040M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002041L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042W: http://sourceforge.net/projects/e1000/
2043S: Supported
2044
2045INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002046P: Auke Kok
2047M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002048P: Jesse Brandeburg
2049M: jesse.brandeburg@intel.com
2050P: Jeff Kirsher
2051M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002052P: John Ronciak
2053M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002054L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055W: http://sourceforge.net/projects/e1000/
2056S: Supported
2057
2058INTEL PRO/10GbE SUPPORT
2059P: Ayyappan Veeraiyan
2060M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002061P: Auke Kok
2062M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002063P: Jesse Brandeburg
2064M: jesse.brandeburg@intel.com
2065P: John Ronciak
2066M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002067L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068W: http://sourceforge.net/projects/e1000/
2069S: Supported
2070
James Ketrenos826d2ab2005-11-07 18:56:59 -06002071INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002072P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002073M: yi.zhu@intel.com
2074P: James Ketrenos
2075M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002076P: Reinette Chatre
2077M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002078L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002079L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002080W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002081W: http://ipw2100.sourceforge.net
2082S: Supported
2083
2084INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002085P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002086M: yi.zhu@intel.com
2087P: James Ketrenos
2088M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002089P: Reinette Chatre
2090M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002091L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002092L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002093W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002094W: http://ipw2200.sourceforge.net
2095S: Supported
2096
Zhu Yib481de92007-09-25 17:54:57 -07002097INTEL WIRELESS WIFI LINK (iwlwifi)
2098P: Zhu Yi
2099M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002100P: Reinette Chatre
2101M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002102L: linux-wireless@vger.kernel.org
2103L: ipw3945-devel@lists.sourceforge.net
2104W: http://intellinuxwireless.org
2105T: git git://intellinuxwireless.org/repos/iwlwifi
2106S: Supported
2107
Ralf Baechlecb109a02007-08-30 23:56:30 -07002108IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109P: Ralf Baechle
2110M: ralf@linux-mips.org
2111L: linux-mips@linux-mips.org
2112S: Maintained
2113
Ralf Baechlecb109a02007-08-30 23:56:30 -07002114IOC3 SERIAL DRIVER
2115P: Pat Gefre
2116M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002117L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002118S: Maintained
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120IP MASQUERADING:
2121P: Juanjo Ciarlante
2122M: jjciarla@raiz.uncu.edu.ar
2123S: Maintained
2124
Francois Romieu1202d6f2007-09-17 17:13:55 -07002125IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2126P: Francois Romieu
2127M: romieu@fr.zoreil.com
2128P: Sorbica Shieh
2129M: sorbica@icplus.com.tw
2130P: Jesse Huang
2131M: jesse@icplus.com.tw
2132L: netdev@vger.kernel.org
2133S: Maintained
2134
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002135IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002136P: Arthur Jones
2137M: infinipath@qlogic.com
2138L: general@lists.openfabrics.org
2139T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002140S: Supported
2141
Corey Minyard4409ebe2006-04-20 02:43:12 -07002142IPMI SUBSYSTEM
2143P: Corey Minyard
2144M: minyard@acm.org
2145L: openipmi-developer@lists.sourceforge.net
2146W: http://openipmi.sourceforge.net/
2147S: Supported
2148
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149IPX NETWORK LAYER
2150P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002151M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Maintained
2154
David Sterba099dc4f2008-02-07 10:57:12 +01002155IPWIRELES DRIVER
2156P: Jiri Kosina
2157M: jkosina@suse.cz
2158P: David Sterba
2159M: dsterba@suse.cz
2160S: Maintained
2161T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2162
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002164P: Samuel Ortiz
2165M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002166L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002168S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169
Mike Christie14816b12007-11-28 16:22:06 -08002170ISCSI
2171P: Mike Christie
2172M: michaelc@cs.wisc.edu
2173L: open-iscsi@googlegroups.com
2174W: www.open-iscsi.org
2175T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2176S: Maintained
2177
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178ISAPNP
2179P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002180M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181S: Maintained
2182
2183ISDN SUBSYSTEM
2184P: Karsten Keil
2185M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186L: isdn4linux@listserv.isdn4linux.de
2187W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002188T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189S: Maintained
2190
2191ISDN SUBSYSTEM (Eicon active card driver)
2192P: Armin Schindler
2193M: mac@melware.de
2194L: isdn4linux@listserv.isdn4linux.de
2195W: http://www.melware.de
2196S: Maintained
2197
Hans Verkuil91821ff2007-12-02 09:35:33 -03002198IVTV VIDEO4LINUX DRIVER
2199P: Hans Verkuil
2200M: hverkuil@xs4all.nl
2201L: ivtv-devel@ivtvdriver.org
2202L: ivtv-users@ivtvdriver.org
2203L: video4linux-list@redhat.com
2204W: http://www.ivtvdriver.org
2205S: Maintained
2206
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2208P: David Woodhouse
2209M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002210L: linux-mtd@lists.infradead.org
2211W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212S: Maintained
2213
2214JFS FILESYSTEM
2215P: Dave Kleikamp
2216M: shaggy@austin.ibm.com
2217L: jfs-discussion@lists.sourceforge.net
2218W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002219T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220S: Supported
2221
Josh Triplettde456d32006-07-30 03:04:00 -07002222JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002223P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002224M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002225L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002226S: Maintained
2227
Rudolf Marek4660cb32006-10-08 22:01:26 +02002228K8TEMP HARDWARE MONITORING DRIVER
2229P: Rudolf Marek
2230M: r.marek@assembler.cz
2231L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232S: Maintained
2233
2234KCONFIG
2235P: Roman Zippel
2236M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002237L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238S: Maintained
2239
Vivek Goyalea6c2082006-05-20 14:59:55 -07002240KDUMP
2241P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002242M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002243P: Haren Myneni
2244M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002245L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002246L: linux-kernel@vger.kernel.org
2247W: http://lse.sourceforge.net/kdump/
2248S: Maintained
2249
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250KERNEL AUTOMOUNTER (AUTOFS)
2251P: H. Peter Anvin
2252M: hpa@zytor.com
2253L: autofs@linux.kernel.org
2254S: Odd Fixes
2255
2256KERNEL AUTOMOUNTER v4 (AUTOFS4)
2257P: Ian Kent
2258M: raven@themaw.net
2259L: autofs@linux.kernel.org
2260S: Maintained
2261
2262KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263P: Sam Ravnborg
2264M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002265T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002266L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002267S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268
2269KERNEL JANITORS
2270P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002271L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273S: Maintained
2274
2275KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002276P: J. Bruce Fields
2277M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002279M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002280L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002282S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283
Avi Kivity426d62e2006-12-13 00:34:03 -08002284KERNEL VIRTUAL MACHINE (KVM)
2285P: Avi Kivity
2286M: avi@qumranet.com
2287L: kvm-devel@lists.sourceforge.net
2288W: kvm.sourceforge.net
2289S: Supported
2290
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002291KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2292P: Anthony Xu
2293M: anthony.xu@intel.com
2294P: Xiantao Zhang
2295M: xiantao.zhang@intel.com
2296L: kvm-ia64-devel@lists.sourceforge.net
2297W: kvm.sourceforge.net
2298S: Supported
2299
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002300KEXEC
2301P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002302M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002303W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002304L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002305L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002306S: Maintained
2307
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002308KPROBES
2309P: Prasanna S Panchamukhi
2310M: prasanna@in.ibm.com
2311P: Ananth N Mavinakayanahalli
2312M: ananth@in.ibm.com
2313P: Anil S Keshavamurthy
2314M: anil.s.keshavamurthy@intel.com
2315P: David S. Miller
2316M: davem@davemloft.net
2317L: linux-kernel@vger.kernel.org
2318S: Maintained
2319
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002320KS0108 LCD CONTROLLER DRIVER
2321P: Miguel Ojeda Sandonis
2322M: maxextreme@gmail.com
2323L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002324W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002325S: Maintained
2326
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002329S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330
2331LASI 53c700 driver for PARISC
2332P: James E.J. Bottomley
2333M: James.Bottomley@HansenPartnership.com
2334L: linux-scsi@vger.kernel.org
2335S: Maintained
2336
Richard Purdie263de9b2006-05-15 09:44:16 -07002337LED SUBSYSTEM
2338P: Richard Purdie
2339M: rpurdie@rpsys.net
2340S: Maintained
2341
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342LEGO USB Tower driver
2343P: Juergen Stuber
2344M: starblue@users.sourceforge.net
2345L: legousb-devel@lists.sourceforge.net
2346W: http://legousb.sourceforge.net/
2347S: Maintained
2348
Rusty Russell568a17f2007-10-25 14:12:24 +10002349LGUEST
2350P: Rusty Russell
2351M: rusty@rustcorp.com.au
2352L: lguest@ozlabs.org
2353W: http://lguest.ozlabs.org/
2354S: Maintained
2355
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356LINUX FOR IBM pSERIES (RS/6000)
2357P: Paul Mackerras
2358M: paulus@au.ibm.com
2359W: http://www.ibm.com/linux/ltc/projects/ppc
2360S: Supported
2361
2362LINUX FOR NCR VOYAGER
2363P: James Bottomley
2364M: James.Bottomley@HansenPartnership.com
2365W: http://www.hansenpartnership.com/voyager
2366S: Maintained
2367
2368LINUX FOR POWERPC
2369P: Paul Mackerras
2370M: paulus@samba.org
2371W: http://www.penguinppc.org/
2372L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002373T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S: Supported
2375
2376LINUX FOR POWER MACINTOSH
2377P: Benjamin Herrenschmidt
2378M: benh@kernel.crashing.org
2379W: http://www.penguinppc.org/
2380L: linuxppc-dev@ozlabs.org
2381S: Maintained
2382
2383LINUX FOR POWERPC EMBEDDED MPC52XX
2384P: Sylvain Munaut
2385M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002386P: Grant Likely
2387M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388W: http://www.246tNt.com/mpc52xx/
2389W: http://www.penguinppc.org/
2390L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
2393LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002394P: Josh Boyer
2395M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396P: Matt Porter
2397M: mporter@kernel.crashing.org
2398W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002399L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002400T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401S: Maintained
2402
Grant Likely260c02a2007-10-02 12:15:34 +10002403LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2404P: Grant Likely
2405M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002406W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002407L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Maintained
2409
Tom Rinie93adf12005-07-26 12:49:53 -07002410LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411P: Tom Rini
2412M: trini@kernel.crashing.org
2413W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002414L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S: Maintained
2416
Tom Rinie93adf12005-07-26 12:49:53 -07002417LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002418P: Vitaly Bordug
2419M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002420P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002421M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002422W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002423L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002424S: Maintained
2425
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002427P: Kumar Gala
2428M: galak@kernel.crashing.org
2429W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002430L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002431S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432
Olof Johanssonab06ff32006-09-06 14:44:54 -05002433LINUX FOR POWERPC PA SEMI PWRFICIENT
2434P: Olof Johansson
2435M: olof@lixom.net
2436W: http://www.pasemi.com/
2437L: linuxppc-dev@ozlabs.org
2438S: Supported
2439
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440LLC (802.2)
2441P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002442M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443S: Maintained
2444
2445LINUX FOR 64BIT POWERPC
2446P: Paul Mackerras
2447M: paulus@samba.org
2448M: paulus@au.ibm.com
2449P: Anton Blanchard
2450M: anton@samba.org
2451M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002452W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002453L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454S: Supported
2455
2456LINUX SECURITY MODULE (LSM) FRAMEWORK
2457P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002458M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002459L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002461T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462S: Supported
2463
2464LM83 HARDWARE MONITOR DRIVER
2465P: Jean Delvare
2466M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002467L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468S: Maintained
2469
2470LM90 HARDWARE MONITOR DRIVER
2471P: Jean Delvare
2472M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002473L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474S: Maintained
2475
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002476LOCKDEP AND LOCKSTAT
2477P: Peter Zijlstra
2478M: peterz@infradead.org
2479P: Ingo Molnar
2480M: mingo@redhat.com
2481L: linux-kernel@vger.kernel.org
2482T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2483S: Maintained
2484
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002485LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486P: Richard Russon (FlatCap)
2487M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002488L: linux-ntfs-dev@lists.sourceforge.net
2489W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490S: Maintained
2491
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002492LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2493P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002494M: Eric.Moore@lsi.com
2495M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002496L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002497L: linux-scsi@vger.kernel.org
2498W: http://www.lsilogic.com/support
2499S: Supported
2500
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2502P: Matthew Wilcox
2503M: matthew@wil.cx
2504L: linux-scsi@vger.kernel.org
2505S: Maintained
2506
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002507M32R ARCHITECTURE
2508P: Hirokazu Takata
2509M: takata@linux-m32r.org
2510L: linux-m32r@ml.linux-m32r.org
2511L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2512W: http://www.linux-m32r.org/
2513S: Maintained
2514
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515M68K ARCHITECTURE
2516P: Geert Uytterhoeven
2517M: geert@linux-m68k.org
2518P: Roman Zippel
2519M: zippel@linux-m68k.org
2520L: linux-m68k@lists.linux-m68k.org
2521W: http://www.linux-m68k.org/
2522W: http://linux-m68k-cvs.ubb.ca/
2523S: Maintained
2524
2525M68K ON APPLE MACINTOSH
2526P: Joshua Thompson
2527M: funaho@jurai.org
2528W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002529L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530S: Maintained
2531
2532M68K ON HP9000/300
2533P: Philip Blundell
2534M: philb@gnu.org
2535W: http://www.tazenda.demon.co.uk/phil/linux-hp
2536S: Maintained
2537
Jiri Benc64a327a2007-05-05 11:47:08 -07002538MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002539P: Michael Wu
2540M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002541P: Johannes Berg
2542M: johannes@sipsolutions.net
2543P: Jiri Benc
2544M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002545L: linux-wireless@vger.kernel.org
2546W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002547T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002548S: Maintained
2549
Stefano Brivio1036d862007-12-23 04:46:27 +01002550MAC80211 PID RATE CONTROL
2551P: Stefano Brivio
2552M: stefano.brivio@polimi.it
2553P: Mattias Nissler
2554M: mattias.nissler@gmx.de
2555L: linux-wireless@vger.kernel.org
2556W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2557T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2558S: Maintained
2559
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002560MACVLAN DRIVER
2561P: Patrick McHardy
2562M: kaber@trash.net
2563L: netdev@vger.kernel.org
2564S: Maintained
2565
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566MARVELL YUKON / SYSKONNECT DRIVER
2567P: Mirko Lindner
2568M: mlindner@syskonnect.de
2569P: Ralph Roesler
2570M: rroesler@syskonnect.de
2571W: http://www.syskonnect.com
2572S: Supported
2573
Michael Kerriskfaf16682005-07-31 22:34:47 -07002574MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002575P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002576M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002577W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2578S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002579
Stefano Brivio74cda162007-11-19 20:27:46 +01002580MARVELL LIBERTAS WIRELESS DRIVER
2581P: Dan Williams
2582M: dcbw@redhat.com
2583L: libertas-dev@lists.infradead.org
2584S: Maintained
2585
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002586MARVELL MV643XX ETHERNET DRIVER
2587P: Dale Farnsworth
2588M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002590M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002591L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002592S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593
2594MATROX FRAMEBUFFER DRIVER
2595P: Petr Vandrovec
2596M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002597L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598S: Maintained
2599
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002600MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2601P: Hans J. Koch
2602M: hjk@linutronix.de
2603L: lm-sensors@lm-sensors.org
2604S: Maintained
2605
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002606MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002607P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002608M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002609S: linux-scsi@vger.kernel.org
2610W: http://megaraid.lsilogic.com
2611S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002612
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002613MEMORY MANAGEMENT
2614L: linux-mm@kvack.org
2615L: linux-kernel@vger.kernel.org
2616W: http://www.linux-mm.org
2617S: Maintained
2618
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002619MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620P: David Woodhouse
2621M: dwmw2@infradead.org
2622W: http://www.linux-mtd.infradead.org/
2623L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002624T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625S: Maintained
2626
Artem Bityutskiy48576402007-02-13 17:11:10 +02002627UNSORTED BLOCK IMAGES (UBI)
2628P: Artem Bityutskiy
2629M: dedekind@infradead.org
2630W: http://www.linux-mtd.infradead.org/
2631L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002632T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002633S: Maintained
2634
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635MICROTEK X6 SCANNER
2636P: Oliver Neukum
2637M: oliver@neukum.name
2638S: Maintained
2639
2640MIPS
2641P: Ralf Baechle
2642M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002643W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002645T: git www.linux-mips.org:/pub/scm/linux.git
2646S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647
2648MISCELLANEOUS MCA-SUPPORT
2649P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002650M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651L: linux-kernel@vger.kernel.org
2652S: Maintained
2653
2654MODULE SUPPORT
2655P: Rusty Russell
2656M: rusty@rustcorp.com.au
2657L: linux-kernel@vger.kernel.org
2658S: Maintained
2659
2660MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2661P: Stelian Pop
2662M: stelian@popies.net
2663W: http://popies.net/meye/
2664S: Maintained
2665
Pavel Pisac58ff042007-05-16 01:10:41 +02002666MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2667P: Pavel Pisa
2668M: ppisa@pikron.com
2669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2670W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2671S: Maintained
2672
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673MOUSE AND MISC DEVICES [GENERAL]
2674P: Alessandro Rubini
2675M: rubini@ipvvis.unipv.it
2676L: linux-kernel@vger.kernel.org
2677S: Maintained
2678
Jiri Slabyd7354102006-12-08 02:38:35 -08002679MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2680P: Jiri Slaby
2681M: jirislaby@gmail.com
2682L: linux-kernel@vger.kernel.org
2683S: Maintained
2684
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002685MSI LAPTOP SUPPORT
2686P: Lennart Poettering
2687M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002688W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002689W: http://0pointer.de/lennart/tchibo.html
2690S: Maintained
2691
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002692MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002693P: Pierre Ossman
2694M: drzeus-mmc@drzeus.cx
2695L: linux-kernel@vger.kernel.org
2696S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002697
David Brownell15a05802007-08-08 09:12:54 -07002698MULTIMEDIA CARD (MMC) ETC. OVER SPI
2699P: David Brownell
2700M: dbrownell@users.sourceforge.net
2701L: linux-kernel@vger.kernel.org
2702S: Odd fixes
2703
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704MULTISOUND SOUND DRIVER
2705P: Andrew Veliath
2706M: andrewtv@usa.net
2707S: Maintained
2708
Jiri Slabyd7354102006-12-08 02:38:35 -08002709MULTITECH MULTIPORT CARD (ISICOM)
2710P: Jiri Slaby
2711M: jirislaby@gmail.com
2712L: linux-kernel@vger.kernel.org
2713S: Maintained
2714
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715NATSEMI ETHERNET DRIVER (DP8381x)
2716P: Tim Hockin
2717M: thockin@hockin.org
2718S: Maintained
2719
2720NCP FILESYSTEM
2721P: Petr Vandrovec
2722M: vandrove@vc.cvut.cz
2723L: linware@sh.cvut.cz
2724S: Maintained
2725
2726NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2727P: James E.J. Bottomley
2728M: James.Bottomley@HansenPartnership.com
2729L: linux-scsi@vger.kernel.org
2730S: Maintained
2731
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002732NETEFFECT IWARP RNIC DRIVER (IW_NES)
2733P: Faisal Latif
2734M: flatif@neteffect.com
2735P: Glenn Streiff
2736M: gstreiff@neteffect.com
2737L: general@lists.openfabrics.org
2738W: http://www.neteffect.com
2739S: Supported
2740F: drivers/infiniband/hw/nes/
2741
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002742NETEM NETWORK EMULATOR
2743P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002744M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002745L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002746S: Maintained
2747
Jiri Slaby4a584482007-08-30 23:56:39 -07002748NETERION (S2IO) Xframe 10GbE DRIVER
2749P: Ramkrishna Vepa
2750M: ram.vepa@neterion.com
2751P: Rastapur Santosh
2752M: santosh.rastapur@neterion.com
2753P: Sivakumar Subramani
2754M: sivakumar.subramani@neterion.com
2755P: Sreenivasa Honnur
2756M: sreenivasa.honnur@neterion.com
2757L: netdev@vger.kernel.org
2758W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2759S: Supported
2760
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761NETFILTER/IPTABLES/IPCHAINS
2762P: Rusty Russell
2763P: Marc Boucher
2764P: James Morris
2765P: Harald Welte
2766P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002767P: Patrick McHardy
2768M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002769L: netfilter-devel@vger.kernel.org
2770L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002771L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772W: http://www.netfilter.org/
2773W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Supported
2775
Paul Moore4cc67732006-09-25 15:57:13 -07002776NETLABEL
2777P: Paul Moore
2778M: paul.moore@hp.com
2779W: http://netlabel.sf.net
2780L: netdev@vger.kernel.org
2781S: Supported
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783NETROM NETWORK LAYER
2784P: Ralf Baechle
2785M: ralf@linux-mips.org
2786L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002787W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788S: Maintained
2789
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002790NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791P: Paul Clements
2792M: Paul.Clements@steeleye.com
2793S: Maintained
2794
2795NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796P: Jeff Garzik
2797M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002798L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002799T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800S: Maintained
2801
2802NETWORKING [GENERAL]
2803P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002804M: netdev@vger.kernel.org
2805L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002806W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807S: Maintained
2808
2809NETWORKING [IPv4/IPv6]
2810P: David S. Miller
2811M: davem@davemloft.net
2812P: Alexey Kuznetsov
2813M: kuznet@ms2.inr.ac.ru
2814P: Pekka Savola (ipv6)
2815M: pekkas@netcore.fi
2816P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002817M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818P: Hideaki YOSHIFUJI
2819M: yoshfuji@linux-ipv6.org
2820P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002821M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002822L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002823T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824S: Maintained
2825
James Morris10e2ff12007-08-25 14:41:28 -07002826NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2827P: Paul Moore
2828M: paul.moore@hp.com
2829L: netdev@vger.kernel.org
2830S: Maintained
2831
John W. Linville29f8f632006-01-18 14:52:48 -08002832NETWORKING [WIRELESS]
2833P: John W. Linville
2834M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002835L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002836T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2837S: Maintained
2838
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002839NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002840P: Dhananjay Phadke
2841M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002842L: netdev@vger.kernel.org
2843W: http://www.netxen.com
2844S: Supported
2845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846IPVS
2847P: Wensong Zhang
2848M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002849P: Simon Horman
2850M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851P: Julian Anastasov
2852M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002853L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854S: Maintained
2855
2856NFS CLIENT
2857P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002858M: Trond.Myklebust@netapp.com
2859L: linux-nfs@vger.kernel.org
2860W: http://client.linux-nfs.org
2861T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862S: Maintained
2863
2864NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002865P: Jan-Pascal van Best
2866M: janpascal@vanbest.org
2867P: Andreas Mohr
2868M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002869L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870S: Maintained
2871
2872NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2873P: YOKOTA Hiroshi
2874M: yokota@netlab.is.tsukuba.ac.jp
2875W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2876S: Maintained
2877
2878NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2879P: GOTO Masanori
2880M: gotom@debian.or.jp
2881P: YOKOTA Hiroshi
2882M: yokota@netlab.is.tsukuba.ac.jp
2883W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2884S: Maintained
2885
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886NTFS FILESYSTEM
2887P: Anton Altaparmakov
2888M: aia21@cantab.net
2889L: linux-ntfs-dev@lists.sourceforge.net
2890L: linux-kernel@vger.kernel.org
2891W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002892T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893S: Maintained
2894
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002895NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002896P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002897M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002898L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002899S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002901OPENCORES I2C BUS DRIVER
2902P: Peter Korsgaard
2903M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002904L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002905S: Maintained
2906
Mark Fashehccd979b2005-12-15 14:31:24 -08002907ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2908P: Mark Fasheh
2909M: mark.fasheh@oracle.com
2910P: Kurt Hackel
2911M: kurt.hackel@oracle.com
2912L: ocfs2-devel@oss.oracle.com
2913W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002914S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002915
Harald Weltec1986ee2005-11-13 16:06:29 -08002916OMNIKEY CARDMAN 4000 DRIVER
2917P: Harald Welte
2918M: laforge@gnumonks.org
2919S: Maintained
2920
Harald Welte77c44ab2005-11-13 16:06:26 -08002921OMNIKEY CARDMAN 4040 DRIVER
2922P: Harald Welte
2923M: laforge@gnumonks.org
2924S: Maintained
2925
Jonathan Corbet77d51402007-03-22 19:44:17 -03002926OMNIVISION OV7670 SENSOR DRIVER
2927P: Jonathan Corbet
2928M: corbet@lwn.net
2929L: video4linux-list@redhat.com
2930S: Maintained
2931
Thomas Gleixner431bca72007-05-02 09:31:35 +02002932ONENAND FLASH DRIVER
2933P: Kyungmin Park
2934M: kyungmin.park@samsung.com
2935L: linux-mtd@lists.infradead.org
2936S: Maintained
2937
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938ONSTREAM SCSI TAPE DRIVER
2939P: Willem Riede
2940M: osst@riede.org
2941L: osst-users@lists.sourceforge.net
2942L: linux-scsi@vger.kernel.org
2943S: Maintained
2944
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945OPROFILE
2946P: Philippe Elie
2947M: phil.el@wanadoo.fr
2948L: oprofile-list@lists.sf.net
2949S: Maintained
2950
2951ORINOCO DRIVER
2952P: Pavel Roskin
2953M: proski@gnu.org
2954P: David Gibson
2955M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002956L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002957L: orinoco-users@lists.sourceforge.net
2958L: orinoco-devel@lists.sourceforge.net
2959W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960S: Maintained
2961
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002962PA SEMI ETHERNET DRIVER
2963P: Olof Johansson
2964M: olof@lixom.net
2965L: netdev@vger.kernel.org
2966S: Maintained
2967
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002968PA SEMI SMBUS DRIVER
2969P: Olof Johansson
2970M: olof@lixom.net
2971L: i2c@lm-sensors.org
2972S: Maintained
2973
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002975L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002976S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977
2978PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2979P: Tim Waugh
2980M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002981L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982W: http://www.torque.net/linux-pp.html
2983S: Maintained
2984
2985PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002986P: Kyle McMartin
2987M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988P: Matthew Wilcox
2989M: matthew@wil.cx
2990P: Grant Grundler
2991M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002992L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002994T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995S: Maintained
2996
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002997PARAVIRT_OPS INTERFACE
2998P: Jeremy Fitzhardinge
2999M: jeremy@xensource.com
3000P: Chris Wright
3001M: chrisw@sous-sol.org
3002P: Zachary Amsden
3003M: zach@vmware.com
3004P: Rusty Russell
3005M: rusty@rustcorp.com.au
3006L: virtualization@lists.osdl.org
3007L: linux-kernel@vger.kernel.org
3008S: Supported
3009
Jim Cromie1662d322006-10-06 00:43:59 -07003010PC87360 HARDWARE MONITORING DRIVER
3011P: Jim Cromie
3012M: jim.cromie@gmail.com
3013L: lm-sensors@lm-sensors.org
3014S: Maintained
3015
3016PC8736x GPIO DRIVER
3017P: Jim Cromie
3018M: jim.cromie@gmail.com
3019S: Maintained
3020
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003021PCI ERROR RECOVERY
3022P: Linas Vepstas
3023M: linas@austin.ibm.com
3024L: linux-kernel@vger.kernel.org
3025L: linux-pci@atrey.karlin.mff.cuni.cz
3026S: Supported
3027
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028PCI SUBSYSTEM
3029P: Greg Kroah-Hartman
3030M: gregkh@suse.de
3031L: linux-kernel@vger.kernel.org
3032L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08003033T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034S: Supported
3035
3036PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003037P: Kristen Carlson Accardi
3038M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039S: Supported
3040
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003041PCIE HOTPLUG DRIVER
3042P: Kristen Carlson Accardi
3043M: kristen.c.accardi@intel.com
3044L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003045S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003046
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003048P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003049L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003050W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003051T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003052S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053
3054PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003055P: Don Fry
3056M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003057L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058S: Maintained
3059
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003060PER-TASK DELAY ACCOUNTING
3061P: Shailabh Nagar
3062M: nagar@watson.ibm.com
3063L: linux-kernel@vger.kernel.org
3064S: Maintained
3065
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003066PERSONALITY HANDLING
3067P: Christoph Hellwig
3068M: hch@infradead.org
3069L: linux-abi-devel@lists.sourceforge.net
3070S: Maintained
3071
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003073P: Joern Engel
3074M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075L: linux-mtd@lists.infradead.org
3076S: Maintained
3077
Peter Osterlund249a6772005-09-27 21:45:30 -07003078PKTCDVD DRIVER
3079P: Peter Osterlund
3080M: petero2@telia.com
3081L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003082S: Maintained
3083
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003085P: Thomas Gleixner
3086M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003087L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088S: Supported
3089
Anton Vorontsov3be86142007-07-15 04:43:36 +04003090POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3091P: Anton Vorontsov
3092M: cbou@mail.ru
3093P: David Woodhouse
3094M: dwmw2@infradead.org
3095L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003096T: git git.infradead.org/battery-2.6.git
3097S: Maintained
3098
Eugene Surovegin24682972005-10-14 03:00:53 -07003099POWERPC 4xx EMAC DRIVER
3100P: Eugene Surovegin
3101M: ebs@ebshome.net
3102W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003103L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003104L: netdev@vger.kernel.org
3105S: Maintained
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107PNP SUPPORT
3108P: Adam Belay
3109M: ambx1@neo.rr.com
3110S: Maintained
3111
Vitaly Wool999445d2007-01-04 13:07:03 +01003112PNXxxxx I2C DRIVER
3113P: Vitaly Wool
3114M: vitalywool@gmail.com
3115L: i2c@lm-sensors.org
3116S: Maintained
3117
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118PPP PROTOCOL DRIVERS AND COMPRESSORS
3119P: Paul Mackerras
3120M: paulus@samba.org
3121L: linux-ppp@vger.kernel.org
3122S: Maintained
3123
3124PPP OVER ATM (RFC 2364)
3125P: Mitchell Blank Jr
3126M: mitch@sfgoth.com
3127S: Maintained
3128
3129PPP OVER ETHERNET
3130P: Michal Ostrowski
3131M: mostrows@speakeasy.net
3132S: Maintained
3133
James Chapmana6d23702007-06-27 15:53:17 -07003134PPP OVER L2TP
3135P: James Chapman
3136M: jchapman@katalix.com
3137S: Maintained
3138
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139PREEMPTIBLE KERNEL
3140P: Robert Love
3141M: rml@tech9.net
3142L: linux-kernel@vger.kernel.org
3143L: kpreempt-tech@lists.sourceforge.net
3144W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3145S: Supported
3146
Michael Wueff1a592007-09-25 18:11:01 -07003147P54 WIRELESS DRIVER
3148P: Michael Wu
3149M: flamingice@sourmilk.net
3150L: linux-wireless@vger.kernel.org
3151W: http://prism54.org
3152T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3153S: Maintained
3154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003156P: Luis R. Rodriguez
3157M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003158L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159W: http://prism54.org
3160S: Maintained
3161
3162PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3163P: Peter Denison
3164M: promise@pnd-pc.demon.co.uk
3165W: http://www.pnd-pc.demon.co.uk/promise/
3166S: Maintained
3167
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003168PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3169P: Mikael Pettersson
3170M: mikpe@it.uu.se
3171L: linux-ide@vger.kernel.org
3172S: Maintained
3173
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003174PS3 NETWORK SUPPORT
3175P: Masakazu Mokuno
3176M: mokuno@sm.sony.co.jp
3177L: netdev@vger.kernel.org
3178L: cbe-oss-dev@ozlabs.org
3179S: Supported
3180
Geoff Levandf58a9d12006-11-23 00:46:51 +01003181PS3 PLATFORM SUPPORT
3182P: Geoff Levand
3183M: geoffrey.levand@am.sony.com
3184L: linuxppc-dev@ozlabs.org
3185L: cbe-oss-dev@ozlabs.org
3186S: Supported
3187
Michael Krufky83202042006-07-03 00:24:18 -07003188PVRUSB2 VIDEO4LINUX DRIVER
3189P: Mike Isely
3190M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003191L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003192L: video4linux-list@redhat.com
3193W: http://www.isely.net/pvrusb2/
3194S: Maintained
3195
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196PXA2xx SUPPORT
3197P: Nicolas Pitre
3198M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003199L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200S: Maintained
3201
Pierre Ossman272f1332007-05-14 21:25:26 +02003202PXA MMCI DRIVER
3203S: Orphan
3204
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205QLOGIC QLA2XXX FC-SCSI DRIVER
3206P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003207M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208L: linux-scsi@vger.kernel.org
3209S: Supported
3210
Ron Mercer5a4faa82006-07-25 00:40:21 -07003211QLOGIC QLA3XXX NETWORK DRIVER
3212P: Ron Mercer
3213M: linux-driver@qlogic.com
3214L: netdev@vger.kernel.org
3215S: Supported
3216
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217QNX4 FILESYSTEM
3218P: Anders Larsen
3219M: al@alarsen.net
3220L: linux-kernel@vger.kernel.org
3221W: http://www.alarsen.net/linux/qnx4fs/
3222S: Maintained
3223
3224RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003225P: Benjamin Herrenschmidt
3226M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003227L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228S: Maintained
3229
3230RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003231P: Paul Mackerras
3232M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003233L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234S: Maintained
3235
3236RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3237P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003238M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003239L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240S: Maintained
3241
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003242RALINK RT2X00 WLAN DRIVER
3243P: rt2x00 project
3244L: linux-wireless@vger.kernel.org
3245L: rt2400-devel@lists.sourceforge.net
3246W: http://rt2x00.serialmonkey.com/
3247S: Maintained
3248F: drivers/net/wireless/rt2x00/
3249
Matt Mackall9e95ce22005-04-16 15:25:56 -07003250RANDOM NUMBER DRIVER
3251P: Matt Mackall
3252M: mpm@selenic.com
3253S: Maintained
3254
Matt Porter394b7012005-11-07 01:00:15 -08003255RAPIDIO SUBSYSTEM
3256P: Matt Porter
3257M: mporter@kernel.crashing.org
3258L: linux-kernel@vger.kernel.org
3259S: Maintained
3260
Florian Fainellic1f766b2008-02-06 22:39:44 +01003261RDC R-321X SoC
3262P: Florian Fainelli
3263M: florian.fainelli@telecomint.eu
3264L: linux-kernel@vger.kernel.org
3265S: Maintained
3266
Florian Fainellidb17f392007-12-19 11:30:30 +01003267RDC R6040 FAST ETHERNET DRIVER
3268P: Florian Fainelli
3269M: florian.fainelli@telecomint.eu
3270L: netdev@vger.kernel.org
3271S: Maintained
3272
Josh Triplett595182b2006-10-04 02:17:21 -07003273READ-COPY UPDATE (RCU)
3274P: Dipankar Sarma
3275M: dipankar@in.ibm.com
3276W: http://www.rdrop.com/users/paulmck/rclock/
3277L: linux-kernel@vger.kernel.org
3278S: Supported
3279
3280RCUTORTURE MODULE
3281P: Josh Triplett
3282M: josh@freedesktop.org
3283L: linux-kernel@vger.kernel.org
3284S: Maintained
3285
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286REAL TIME CLOCK DRIVER
3287P: Paul Gortmaker
3288M: p_gortmaker@yahoo.com
3289L: linux-kernel@vger.kernel.org
3290S: Maintained
3291
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003292REAL TIME CLOCK (RTC) SUBSYSTEM
3293P: Alessandro Zummo
3294M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003295L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003296S: Maintained
3297
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298REISERFS FILE SYSTEM
3299P: Hans Reiser
3300M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003301L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302W: http://www.namesys.com
3303S: Supported
3304
3305ROCKETPORT DRIVER
3306P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307W: http://www.comtrol.com
3308S: Maintained
3309
3310ROSE NETWORK LAYER
3311P: Ralf Baechle
3312M: ralf@linux-mips.org
3313L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003314W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315S: Maintained
3316
3317RISCOM8 DRIVER
3318S: Orphan
3319
Michael Wu605bebe2007-05-14 01:41:02 -04003320RTL818X WIRELESS DRIVER
3321P: Michael Wu
3322M: flamingice@sourmilk.net
3323P: Andrea Merello
3324M: andreamrl@tiscali.it
3325L: linux-wireless@vger.kernel.org
3326W: http://linuxwireless.org/
3327T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3328S: Maintained
3329
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003330S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003331P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003332M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003333L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003334S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003335
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336S390
3337P: Martin Schwidefsky
3338M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003339P: Heiko Carstens
3340M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-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 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003347P: Ursula Braun
3348M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003349P: Frank Blaschka
3350M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003351M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-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/
3354S: Supported
3355
3356S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003357P: Christof Schmitt
3358M: christof.schmitt@de.ibm.com
3359P: Martin Peschke
3360M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003361M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003362L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003363W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364S: Supported
3365
Ursula Braundd96df22007-09-19 13:09:02 +02003366S390 IUCV NETWORK LAYER
3367P: Ursula Braun
3368M: ubraun@linux.vnet.ibm.com
3369M: linux390@de.ibm.com
3370L: linux-s390@vger.kernel.org
3371W: http://www.ibm.com/developerworks/linux/linux390/
3372S: Supported
3373
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374SAA7146 VIDEO4LINUX-2 DRIVER
3375P: Michael Hunold
3376M: michael@mihu.de
3377W: http://www.mihu.de/linux/saa7146
3378S: Maintained
3379
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380SC1200 WDT DRIVER
3381P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003382M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383S: Maintained
3384
3385SCHEDULER
3386P: Ingo Molnar
3387M: mingo@elte.hu
3388P: Robert Love [the preemptible kernel bits]
3389M: rml@tech9.net
3390L: linux-kernel@vger.kernel.org
3391S: Maintained
3392
3393SCSI CDROM DRIVER
3394P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003395M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396L: linux-scsi@vger.kernel.org
3397W: http://www.kernel.dk
3398S: Maintained
3399
3400SCSI SG DRIVER
3401P: Doug Gilbert
3402M: dgilbert@interlog.com
3403L: linux-scsi@vger.kernel.org
3404W: http://www.torque.net/sg
3405S: Maintained
3406
3407SCSI SUBSYSTEM
3408P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003409M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003411T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003412T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3413T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414S: Maintained
3415
3416SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003417P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418M: Kai.Makisara@kolumbus.fi
3419L: linux-scsi@vger.kernel.org
3420S: Maintained
3421
3422SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003423P: Vlad Yasevich
3424M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003425P: Sridhar Samudrala
3426M: sri@us.ibm.com
3427L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003428W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003429S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430
3431SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003432P: Jim Cromie
3433M: jim.cromie@gmail.com
3434S: Odd Fixes
3435
3436SCx200 GPIO DRIVER
3437P: Jim Cromie
3438M: jim.cromie@gmail.com
3439S: Maintained
3440
3441SCx200 HRT CLOCKSOURCE DRIVER
3442P: Jim Cromie
3443M: jim.cromie@gmail.com
3444S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445
3446SECURITY CONTACT
3447P: Security Officers
3448M: security@kernel.org
3449S: Supported
3450
3451SELINUX SECURITY MODULE
3452P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003453M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003455M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003456P: Eric Paris
3457M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003459L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460W: http://www.nsa.gov/selinux
3461S: Supported
3462
Jiri Slabycef2cf02007-05-08 00:31:45 -07003463SENSABLE PHANTOM
3464P: Jiri Slaby
3465M: jirislaby@gmail.com
3466S: Maintained
3467
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468SERIAL ATA (SATA) SUBSYSTEM:
3469P: Jeff Garzik
3470M: jgarzik@pobox.com
3471L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003472T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473S: Supported
3474
3475SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3476P: Pat Gefre
3477M: pfg@sgi.com
3478L: linux-ia64@vger.kernel.org
3479S: Supported
3480
3481SGI VISUAL WORKSTATION 320 AND 540
3482P: Andrey Panin
3483M: pazke@donpac.ru
3484L: linux-visws-devel@lists.sf.net
3485W: http://linux-visws.sf.net
3486S: Maintained for 2.6.
3487
3488SIMTEC EB110ATX (Chalice CATS)
3489P: Ben Dooks
3490P: Vincent Sanders
3491M: support@simtec.co.uk
3492W: http://www.simtec.co.uk/products/EB110ATX/
3493S: Supported
3494
3495SIMTEC EB2410ITX (BAST)
3496P: Ben Dooks
3497P: Vincent Sanders
3498M: support@simtec.co.uk
3499W: http://www.simtec.co.uk/products/EB2410ITX/
3500S: Supported
3501
Francois Romieu92aab3c2005-07-30 13:11:18 +02003502SIS 190 ETHERNET DRIVER
3503P: Francois Romieu
3504M: romieu@fr.zoreil.com
3505L: netdev@vger.kernel.org
3506S: Maintained
3507
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508SIS 5513 IDE CONTROLLER DRIVER
3509P: Lionel Bouton
3510M: Lionel.Bouton@inet6.fr
3511W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3512W: http://gyver.homeip.net/sis5513/index.html
3513S: Maintained
3514
3515SIS 900/7016 FAST ETHERNET DRIVER
3516P: Daniele Venzano
3517M: venza@brownhat.org
3518W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003519L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520S: Maintained
3521
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003522SIS 96X I2C/SMBUS DRIVER
3523P: Mark M. Hoffman
3524M: mhoffman@lightlink.com
3525L: lm-sensors@lm-sensors.org
3526S: Maintained
3527
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528SIS FRAMEBUFFER DRIVER
3529P: Thomas Winischhofer
3530M: thomas@winischhofer.net
3531W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003532S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533
3534SIS USB2VGA DRIVER
3535P: Thomas Winischhofer
3536M: thomas@winischhofer.net
3537W: http://www.winischhofer.at/linuxsisusbvga.shtml
3538S: Maintained
3539
Christoph Lameter415ad262007-07-26 10:40:56 -07003540SLAB ALLOCATOR
3541P: Christoph Lameter
3542M: clameter@sgi.com
3543P: Pekka Enberg
3544M: penberg@cs.helsinki.fi
3545L: linux-mm@kvack.org
3546S: Maintained
3547
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548SMC91x ETHERNET DRIVER
3549P: Nicolas Pitre
3550M: nico@cam.org
3551S: Maintained
3552
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003553SMSC47B397 HARDWARE MONITOR DRIVER
3554P: Mark M. Hoffman
3555M: mhoffman@lightlink.com
3556L: lm-sensors@lm-sensors.org
3557S: Maintained
3558
Daniel Drake8f0f8502006-07-18 22:00:25 +01003559SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003560P: Daniel Drake
3561M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003562L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003563S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003564
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565SOFTWARE RAID (Multiple Disks) SUPPORT
3566P: Ingo Molnar
3567M: mingo@redhat.com
3568P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003569M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003571S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572
Pavel Machek95a631e2007-07-19 01:47:42 -07003573HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574P: Pavel Machek
3575M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003576P: Rafael J. Wysocki
3577M: rjw@sisk.pl
3578L: linux-pm@lists.linux-foundation.org
3579S: Supported
3580
3581SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003582P: Len Brown
3583M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003584P: Pavel Machek
3585M: pavel@suse.cz
3586P: Rafael J. Wysocki
3587M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003588L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003589S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590
3591SONIC NETWORK DRIVER
3592P: Thomas Bogendoerfer
3593M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003594L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595S: Maintained
3596
Michael Buesch61e115a2007-09-18 15:12:50 -04003597SONICS SILICON BACKPLANE DRIVER (SSB)
3598P: Michael Buesch
3599M: mb@bu3sch.de
3600L: netdev@vger.kernel.org
3601S: Maintained
3602
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003604P: Mattia Dongili
3605M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003606L: linux-acpi@vger.kernel.org
3607W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608S: Maintained
3609
3610SOUND
3611P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003612M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003613L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614S: Maintained
3615
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003616SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3617P: Liam Girdwood
3618M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003619P: Mark Brown
3620M: broonie@opensource.wolfsonmicro.com
3621T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003622L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003623S: Supported
3624
Kumar Gala025c3982006-04-02 16:05:54 -05003625SPI SUBSYSTEM
3626P: David Brownell
3627M: dbrownell@users.sourceforge.net
3628L: spi-devel-general@lists.sourceforge.net
3629S: Maintained
3630
Steven Rostedt855f46a2006-08-05 12:14:50 -07003631STABLE BRANCH:
3632P: Greg Kroah-Hartman
3633M: greg@kroah.com
3634P: Chris Wright
3635M: chrisw@sous-sol.org
3636L: stable@kernel.org
3637S: Maintained
3638
Kylene Hall1c72d462005-05-01 08:59:13 -07003639TPM DEVICE DRIVER
3640P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003641M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003642W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003643P: Marcel Selhorst
3644M: tpm@selhorst.net
3645W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003646L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003647S: Maintained
3648
Mark Gross1a80ba82005-10-30 15:02:55 -08003649Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003650P: Mark Gross
3651M: mark.gross@intel.com
3652S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003653
Chris Zankel48b415c2005-06-23 22:01:07 -07003654TENSILICA XTENSA PORT (xtensa):
3655P: Chris Zankel
3656M: chris@zankel.net
3657S: Maintained
3658
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003659THINKPAD ACPI EXTRAS DRIVER
3660P: Henrique de Moraes Holschuh
3661M: ibm-acpi@hmh.eng.br
3662L: ibm-acpi-devel@lists.sourceforge.net
3663W: http://ibm-acpi.sourceforge.net
3664W: http://thinkwiki.org/wiki/Ibm-acpi
3665T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3666S: Maintained
3667
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668UltraSPARC (sparc64):
3669P: David S. Miller
3670M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003672T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673S: Maintained
3674
3675SHARP LH SUPPORT (LH7952X & LH7A40X)
3676P: Marc Singer
3677M: elf@buici.com
3678W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680S: Maintained
3681
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003682SHPC HOTPLUG DRIVER
3683P: Kristen Carlson Accardi
3684M: kristen.c.accardi@intel.com
3685L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003686S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003687
Pierre Ossmand129bce2006-03-24 03:18:17 -08003688SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3689P: Pierre Ossman
3690M: drzeus-sdhci@drzeus.cx
3691L: sdhci-devel@list.drzeus.cx
3692W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3693S: Maintained
3694
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003695SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3696P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003697M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003698L: netdev@vger.kernel.org
3699S: Maintained
3700
Chris Boot1a87d942006-07-10 04:45:34 -07003701SOEKRIS NET48XX LED SUPPORT
3702P: Chris Boot
3703M: bootc@bootc.net
3704S: Maintained
3705
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706SPARC (sparc32):
3707P: William L. Irwin
3708M: wli@holomorphy.com
3709L: sparclinux@vger.kernel.org
3710S: Maintained
3711
3712SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3713P: Roger Wolff
3714M: R.E.Wolff@BitWizard.nl
3715L: linux-kernel@vger.kernel.org ?
3716S: Supported
3717
Jim Lewis2752e402006-09-29 02:01:19 -07003718SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003719P: Ishizaki Kou
3720M: kou.ishizaki@toshiba.co.jp
3721P: Jens Osterkamp
3722M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003723L: netdev@vger.kernel.org
3724S: Supported
3725
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726SRM (Alpha) environment access
3727P: Jan-Benedict Glaw
3728M: jbglaw@lug-owl.de
3729L: linux-kernel@vger.kernel.org
3730S: Maintained
3731
3732STARFIRE/DURALAN NETWORK DRIVER
3733P: Ion Badulescu
3734M: ionut@cs.columbia.edu
3735S: Maintained
3736
3737STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3738W: http://mosquitonet.Stanford.EDU/strip.html
3739S: Unsupported ?
3740
3741STRADIS MPEG-2 DECODER DRIVER
3742P: Nathan Laredo
3743M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744W: http://www.stradis.com/
3745S: Maintained
3746
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003747SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748P: Paul Mundt
3749M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003750L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003752T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753S: Maintained
3754
3755SUN3/3X
3756P: Sam Creasey
3757M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758W: http://sammy.net/sun3/
3759S: Maintained
3760
3761SVGA HANDLING
3762P: Martin Mares
3763M: mj@ucw.cz
3764L: linux-video@atrey.karlin.mff.cuni.cz
3765S: Maintained
3766
3767SYSV FILESYSTEM
3768P: Christoph Hellwig
3769M: hch@infradead.org
3770S: Maintained
3771
Stephen Hemminger781b4562006-07-10 20:25:29 -07003772TC CLASSIFIER
3773P: Jamal Hadi Salim
3774M: hadi@cyberus.ca
3775L: netdev@vger.kernel.org
3776S: Maintained
3777
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003778TCP LOW PRIORITY MODULE
3779P: Wong Hoi Sing, Edison
3780M: hswong3i@gmail.com
3781P: Hung Hing Lun, Mike
3782M: hlhung3i@gmail.com
3783W: http://tcp-lp-mod.sourceforge.net/
3784S: Maintained
3785
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003786TEHUTI ETHERNET DRIVER
3787P: Alexander Indenbaum
3788M: baum@tehutinetworks.net
3789P: Andy Gospodarek
3790M: andy@greyhouse.net
3791L: netdev@vger.kernel.org
3792S: Supported
3793
Alex Dubov4020f2d2006-10-04 02:15:37 -07003794TI FLASH MEDIA INTERFACE DRIVER
3795P: Alex Dubov
3796M: oakad@yahoo.com
3797S: Maintained
3798
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003799TI OMAP MMC INTERFACE DRIVER
3800P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003801M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003802W: http://linux.omap.com
3803W: http://www.muru.com/linux/omap/
3804S: Maintained
3805
Michael Buesch844dd052006-06-26 00:24:59 -07003806TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3807P: Deepak Saxena
3808M: dsaxena@plexity.net
3809S: Maintained
3810
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003811TASKSTATS STATISTICS INTERFACE
3812P: Shailabh Nagar
3813M: nagar@watson.ibm.com
3814L: linux-kernel@vger.kernel.org
3815S: Maintained
3816
Per Lidene86eaa32006-01-12 16:45:18 +01003817TIPC NETWORK LAYER
3818P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003819M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003820P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003821M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003822P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003823M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003824L: tipc-discussion@lists.sourceforge.net
3825W: http://tipc.sourceforge.net/
3826W: http://tipc.cslab.ericsson.net/
3827T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3828S: Maintained
3829
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830TLAN NETWORK DRIVER
3831P: Samuel Chessman
3832M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003833L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834W: http://sourceforge.net/projects/tlan/
3835S: Maintained
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837TOSHIBA ACPI EXTRAS DRIVER
3838P: John Belmonte
3839M: toshiba_acpi@memebeam.org
3840W: http://memebeam.org/toys/ToshibaAcpiDriver
3841S: Maintained
3842
3843TOSHIBA SMM DRIVER
3844P: Jonathan Buzzard
3845M: jonathan@buzzard.org.uk
3846L: tlinux-users@tce.toshiba-dme.co.jp
3847W: http://www.buzzard.org.uk/toshiba/
3848S: Maintained
3849
3850TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3851P: Muli Ben-Yehuda
3852M: mulix@mulix.org
3853L: linux-kernel@vger.kernel.org
3854S: Maintained
3855
3856TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003857P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003858M: trivial@kernel.org
3859L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860S: Maintained
3861
3862TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863L: tulip-users@lists.sourceforge.net
3864W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003865S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866
3867TUN/TAP driver
3868P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003869M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870L: vtun@office.satix.net
3871W: http://vtun.sourceforge.net/tun
3872S: Maintained
3873
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003874TURBOCHANNEL SUBSYSTEM
3875P: Maciej W. Rozycki
3876M: macro@linux-mips.org
3877S: Maintained
3878
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879U14-34F SCSI DRIVER
3880P: Dario Ballabio
3881M: ballabio_dario@emc.com
3882L: linux-scsi@vger.kernel.org
3883S: Maintained
3884
3885UDF FILESYSTEM
3886P: Ben Fennema
3887M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888W: http://linux-udf.sourceforge.net
3889S: Maintained
3890
3891UNIFORM CDROM DRIVER
3892P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003893M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894L: linux-kernel@vger.kernel.org
3895W: http://www.kernel.dk
3896S: Maintained
3897
3898USB ACM DRIVER
3899P: Oliver Neukum
3900M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003901L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902S: Maintained
3903
Jiri Slaby6d985162008-02-06 01:37:11 -08003904USB AUERSWALD DRIVER
3905P: Wolfgang Muees
3906M: wolfgang@iksw-muees.de
3907L: linux-usb@vger.kernel.org
3908S: Maintained
3909
Linus Torvalds1da177e2005-04-16 15:20:36 -07003910USB BLOCK DRIVER (UB ub)
3911P: Pete Zaitcev
3912M: zaitcev@redhat.com
3913L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003914L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915S: Supported
3916
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917USB CDC ETHERNET DRIVER
3918P: Greg Kroah-Hartman
3919M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003920L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921S: Maintained
3922W: http://www.kroah.com/linux-usb/
3923
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003924USB DAVICOM DM9601 DRIVER
3925P: Peter Korsgaard
3926M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003927L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003928W: http://www.linux-usb.org/usbnet
3929S: Maintained
3930
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931USB EHCI DRIVER
3932P: David Brownell
3933M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003934L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003935S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936
Luca Risolia7ce08c92006-01-11 02:06:59 +00003937USB ET61X[12]51 DRIVER
3938P: Luca Risolia
3939M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003940L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003941L: video4linux-list@redhat.com
3942W: http://www.linux-projects.org
3943S: Maintained
3944
David Brownell69ae9e32006-11-14 02:03:31 -08003945USB GADGET/PERIPHERAL SUBSYSTEM
3946P: David Brownell
3947M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003948L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003949W: http://www.linux-usb.org/gadget
3950S: Maintained
3951
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003952USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003953P: Jiri Kosina
3954M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003955L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003956T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957S: Maintained
3958
Olav Kongas959eea22005-11-03 17:38:14 +02003959USB ISP116X DRIVER
3960P: Olav Kongas
3961M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003962L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003963S: Maintained
3964
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965USB KAWASAKI LSI DRIVER
3966P: Oliver Neukum
3967M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003968L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969S: Maintained
3970
3971USB MASS STORAGE DRIVER
3972P: Matthew Dharm
3973M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003974L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003975L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976S: Maintained
3977W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3978
3979USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003980P: David Brownell
3981M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003982L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003983S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984
Matthias Urlichsba460e42005-07-14 00:33:47 -07003985USB OPTION-CARD DRIVER
3986P: Matthias Urlichs
3987M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003988L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003989S: Maintained
3990
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991USB OV511 DRIVER
3992P: Mark McClelland
3993M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003994L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995W: http://alpha.dyndns.org/ov511/
3996S: Maintained
3997
3998USB PEGASUS DRIVER
3999P: Petko Manolov
4000M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004001L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004002L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003W: http://pegasus2.sourceforge.net/
4004S: Maintained
4005
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004006USB PRINTER DRIVER (usblp)
4007P: Pete Zaitcev
4008M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004009L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004010S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011
4012USB RTL8150 DRIVER
4013P: Petko Manolov
4014M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004015L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004016L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017W: http://pegasus2.sourceforge.net/
4018S: Maintained
4019
4020USB SE401 DRIVER
4021P: Jeroen Vreeken
4022M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004023L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024W: http://www.chello.nl/~j.vreeken/se401/
4025S: Maintained
4026
4027USB SERIAL CYBERJACK DRIVER
4028P: Matthias Bruestle and Harald Welte
4029M: support@reiner-sct.com
4030W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4031S: Maintained
4032
4033USB SERIAL DIGI ACCELEPORT DRIVER
4034P: Peter Berger and Al Borchers
4035M: pberger@brimson.com
4036M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004037L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038S: Maintained
4039
4040USB SERIAL DRIVER
4041P: Greg Kroah-Hartman
4042M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004043L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044S: Supported
4045
4046USB SERIAL BELKIN F5U103 DRIVER
4047P: William Greathouse
4048M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004049L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050S: Maintained
4051
4052USB SERIAL CYPRESS M8 DRIVER
4053P: Lonnie Mendez
4054M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004055L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056S: Maintained
4057W: http://geocities.com/i0xox0i
4058W: http://firstlight.net/cvs
4059
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4061P: Gary Brubaker
4062M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004063L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064S: Maintained
4065
4066USB SERIAL KEYSPAN DRIVER
4067P: Greg Kroah-Hartman
4068M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004069L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070W: http://www.kroah.com/linux/
4071S: Maintained
4072
4073USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004074P: Support Department
4075M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004076L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077W: http://www.connecttech.com
4078S: Supported
4079
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004080USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081P: Luca Risolia
4082M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004083L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004084L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085W: http://www.linux-projects.org
4086S: Maintained
4087
4088USB SUBSYSTEM
4089P: Greg Kroah-Hartman
4090M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004091L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004093T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094S: Supported
4095
4096USB UHCI DRIVER
4097P: Alan Stern
4098M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004099L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100S: Maintained
4101
David Brownell69ae9e32006-11-14 02:03:31 -08004102USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103P: David Brownell
4104M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004105L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004106W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107S: Maintained
4108
4109USB W996[87]CF DRIVER
4110P: Luca Risolia
4111M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004112L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004113L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114W: http://www.linux-projects.org
4115S: Maintained
4116
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004117USB WIRELESS RNDIS DRIVER (rndis_wlan)
4118P: Jussi Kivilinna
4119M: jussi.kivilinna@mbnet.fi
4120L: linux-wireless@vger.kernel.org
4121S: Maintained
4122
Luca Risolia60f78052006-02-06 16:29:35 +00004123USB ZC0301 DRIVER
4124P: Luca Risolia
4125M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004126L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004127L: video4linux-list@redhat.com
4128W: http://www.linux-projects.org
4129S: Maintained
4130
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131USB ZD1201 DRIVER
4132P: Jeroen Vreeken
4133M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004134L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135W: http://linux-lc100020.sourceforge.net
4136S: Maintained
4137
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004138USB ZR364XX DRIVER
4139P: Antoine Jacquet
4140M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004141L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004142L: video4linux-list@redhat.com
4143W: http://royale.zerezo.com/zr364xx/
4144S: Maintained
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146USER-MODE LINUX
4147P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004148M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149L: user-mode-linux-devel@lists.sourceforge.net
4150L: user-mode-linux-user@lists.sourceforge.net
4151W: http://user-mode-linux.sourceforge.net
4152S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004153
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004154USERSPACE I/O (UIO)
4155P: Hans J. Koch
4156M: hjk@linutronix.de
4157P: Greg Kroah-Hartman
4158M: gregkh@suse.de
4159L: linux-kernel@vger.kernel.org
4160S: Maintained
4161
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162FAT/VFAT/MSDOS FILESYSTEM:
4163P: OGAWA Hirofumi
4164M: hirofumi@mail.parknet.co.jp
4165L: linux-kernel@vger.kernel.org
4166S: Maintained
4167
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168VIA RHINE NETWORK DRIVER
4169P: Roger Luethi
4170M: rl@hellgate.ch
4171S: Maintained
4172
Jean Delvare32c0a522005-09-22 21:47:58 +02004173VIAPRO SMBUS DRIVER
4174P: Jean Delvare
4175M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004176L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004177S: Maintained
4178
Francois Romieu01f20732007-01-26 00:57:17 -08004179VIA VELOCITY NETWORK DRIVER
4180P: Francois Romieu
4181M: romieu@fr.zoreil.com
4182L: netdev@vger.kernel.org
4183S: Maintained
4184
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185UCLINUX (AND M68KNOMMU)
4186P: Greg Ungerer
4187M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004189L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190S: Maintained
4191
4192UCLINUX FOR NEC V850
4193P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194
4195UCLINUX FOR RENESAS H8/300
4196P: Yoshinori Sato
4197M: ysato@users.sourceforge.jp
4198W: http://uclinux-h8.sourceforge.jp/
4199S: Supported
4200
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004201UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004202P: Evgeniy Dushistov
4203M: dushistov@mail.ru
4204L: linux-kernel@vger.kernel.org
4205S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004206
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207USB DIAMOND RIO500 DRIVER
4208P: Cesar Miquel
4209M: miquel@df.uba.ar
4210L: rio500-users@lists.sourceforge.net
4211W: http://rio500.sourceforge.net
4212S: Maintained
4213
4214VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004215P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004216M: mchehab@infradead.org
4217M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004219W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004220T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004221S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222
Patrick McHardybe7f8272007-10-23 20:26:36 -07004223VLAN (802.1Q)
4224P: Patrick McHardy
4225M: kaber@trash.net
4226L: netdev@vger.kernel.org
4227S: Maintained
4228
Juerg Haefligerab413192006-09-24 20:54:04 +02004229VT1211 HARDWARE MONITOR DRIVER
4230P: Juerg Haefliger
4231M: juergh@gmail.com
4232L: lm-sensors@lm-sensors.org
4233S: Maintained
4234
Roger Lucas1de9e372005-11-26 20:20:05 +01004235VT8231 HARDWARE MONITOR DRIVER
4236P: Roger Lucas
4237M: roger@planbit.co.uk
4238L: lm-sensors@lm-sensors.org
4239S: Maintained
4240
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241W1 DALLAS'S 1-WIRE BUS
4242P: Evgeniy Polyakov
4243M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244S: Maintained
4245
Charles Spirakis13927072006-07-05 18:05:15 +02004246W83791D HARDWARE MONITORING DRIVER
4247P: Charles Spirakis
4248M: bezaur@gmail.com
4249L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004250S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004251
Rudolf Marek61db0112006-12-12 18:18:30 +01004252W83793 HARDWARE MONITORING DRIVER
4253P: Rudolf Marek
4254M: r.marek@assembler.cz
4255L: lm-sensors@lm-sensors.org
4256S: Maintained
4257
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258W83L51xD SD/MMC CARD INTERFACE DRIVER
4259P: Pierre Ossman
4260M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004261L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262W: http://projects.drzeus.cx/wbsd
4263S: Maintained
4264
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004265WATCHDOG DEVICE DRIVERS
4266P: Wim Van Sebroeck
4267M: wim@iguana.be
4268T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4269S: Maintained
4270
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4272P: Jean Tourrilhes
4273M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004274L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004275W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4276S: Maintained
4277
4278WD7000 SCSI DRIVER
4279P: Miroslav Zagorac
4280M: zaga@fly.cc.fer.hr
4281L: linux-scsi@vger.kernel.org
4282S: Maintained
4283
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004284WISTRON LAPTOP BUTTON DRIVER
4285P: Miloslav Trmac
4286M: mitr@volny.cz
4287S: Maintained
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289WL3501 WIRELESS PCMCIA CARD DRIVER
4290P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004291M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004292L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004293W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294S: Maintained
4295
4296X.25 NETWORK LAYER
4297P: Henner Eisen
4298M: eis@baty.hanse.de
4299L: linux-x25@vger.kernel.org
4300S: Maintained
4301
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004302XEN HYPERVISOR INTERFACE
4303P: Jeremy Fitzhardinge
4304M: jeremy@xensource.com
4305P: Chris Wright
4306M: chrisw@sous-sol.org
4307L: virtualization@lists.osdl.org
4308L: xen-devel@lists.xensource.com
4309S: Supported
4310
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311XFS FILESYSTEM
4312P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004313P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004315L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004317T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318S: Supported
4319
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004320XILINX SYSTEMACE DRIVER
4321P: Grant Likely
4322M: grant.likely@secretlab.ca
4323W: http://www.secretlab.ca/
4324L: linux-kernel@vger.kernel.org
4325S: Maintained
4326
Peter Korsgaard238b8722006-12-06 20:35:17 -08004327XILINX UARTLITE SERIAL DRIVER
4328P: Peter Korsgaard
4329M: jacmet@sunsite.dk
4330L: linux-serial@vger.kernel.org
4331S: Maintained
4332
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004333X86 ARCHITECTURE (32-BIT AND 64-BIT)
4334P: Thomas Gleixner
4335M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336P: Ingo Molnar
4337M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004338P: H. Peter Anvin
4339M: hpa@zytor.com
4340L: linux-kernel@vger.kernel.org
4341T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342S: Maintained
4343
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344YAM DRIVER FOR AX.25
4345P: Jean-Paul Roubelat
4346M: jpr@f6fbb.org
4347L: linux-hams@vger.kernel.org
4348S: Maintained
4349
Henkaf64a5e2005-10-12 15:02:56 +02004350YEALINK PHONE DRIVER
4351P: Henk Vergonet
4352M: Henk.Vergonet@gmail.com
4353L: usbb2k-api-dev@nongnu.org
4354S: Maintained
4355
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356Z8530 DRIVER FOR AX.25
4357P: Joerg Reuter
4358M: jreuter@yaina.de
4359W: http://yaina.de/jreuter/
4360W: http://www.qsl.net/dl1bke/
4361L: linux-hams@vger.kernel.org
4362S: Maintained
4363
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004364ZD1211RW WIRELESS DRIVER
4365P: Daniel Drake
4366M: dsd@gentoo.org
4367P: Ulrich Kunitz
4368M: kune@deine-taler.de
4369W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004370L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004371L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4372S: Maintained
4373
Linus Torvalds1da177e2005-04-16 15:20:36 -07004374ZF MACHZ WATCHDOG
4375P: Fernando Fuganti
4376M: fuganti@netbank.com.br
4377W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4378S: Maintained
4379
4380ZR36067 VIDEO FOR LINUX DRIVER
4381P: Ronald Bultje
4382M: rbultje@ronald.bitfreak.net
4383L: mjpeg-users@lists.sourceforge.net
4384W: http://mjpeg.sourceforge.net/driver-zoran/
4385S: Maintained
4386
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004387ZS DECSTATION Z85C30 SERIAL DRIVER
4388P: Maciej W. Rozycki
4389M: macro@linux-mips.org
4390S: Maintained
4391
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392THE REST
4393P: Linus Torvalds
4394S: Buried alive in reporters