blob: db4bc14dadb0f5406593eaf195056e79e86aed9a [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
355L: info-linux@geode.amd.com
356S: Supported
357
Jordan Crousef90b8112006-01-06 00:12:14 -0800358AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100359P: Jordan Crouse
360M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800361L: info-linux@geode.amd.com
362W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
363S: Supported
364
Stelian Pop284f42b2006-12-12 18:18:31 +0100365AMS (Apple Motion Sensor) DRIVER
366P: Stelian Pop
367M: stelian@popies.net
368P: Michael Hanselmann
369M: linux-kernel@hansmi.ch
370S: Supported
371
Tom Tuckerf94b5332006-09-22 15:22:48 -0700372AMSO1100 RNIC DRIVER
373P: Tom Tucker
374M: tom@opengridcomputing.com
375P: Steve Wise
376M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700377L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700378S: Maintained
379
Johannes Berg42269062006-07-25 16:15:50 +0200380AOA (Apple Onboard Audio) ALSA DRIVER
381P: Johannes Berg
382M: johannes@sipsolutions.net
383L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200384L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200385S: Maintained
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387APM DRIVER
388P: Stephen Rothwell
389M: sfr@canb.auug.org.au
390L: linux-laptop@vger.kernel.org
391W: http://www.canb.auug.org.au/~sfr/
392S: Supported
393
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700394APPLE SMC DRIVER
395P: Nicolas Boichat
396M: nicolas@boichat.ch
397L: mactel-linux-devel@lists.sourceforge.net
398S: Maintained
399
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400APPLETALK NETWORK LAYER
401P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300402M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403S: Maintained
404
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400405APPLETOUCH TOUCHPAD DRIVER
406P: Johannes Berg
407M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400408L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400409S: Maintained
410
Jaya Kumar1154ea72005-06-21 17:17:04 -0700411ARC FRAMEBUFFER DRIVER
412P: Jaya Kumar
413M: jayalk@intworks.biz
414S: Maintained
415
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416ARM MFM AND FLOPPY DRIVERS
417P: Ian Molton
418M: spyro@f2s.com
419S: Maintained
420
Russell King2761f5c2007-05-24 06:56:08 +0200421ARM PRIMECELL MMCI PL180/1 DRIVER
422P: Russell King
423M: rmk@arm.linux.org.uk
424L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
425S: Maintained
426
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800427ARM/ADI ROADRUNNER MACHINE SUPPORT
428P: Lennert Buytenhek
429M: kernel@wantstofly.org
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
433ARM/ADS SPHERE MACHINE SUPPORT
434P: Lennert Buytenhek
435M: kernel@wantstofly.org
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437S: Maintained
438
439ARM/AJECO 1ARM MACHINE SUPPORT
440P: Lennert Buytenhek
441M: kernel@wantstofly.org
442L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
443S: Maintained
444
Andrew Victord4a89c72006-12-04 13:56:21 +0100445ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
446P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800447M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100448L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449W: http://maxim.org.za/at91_26.html
450S: Maintained
451
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800452ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
458ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464ARM/CORGI MACHINE SUPPORT
465P: Richard Purdie
466M: rpurdie@rpsys.net
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100475ARM/HP JORNADA 7XX MACHINE SUPPORT
476P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100477M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100478W: www.jlime.com
479S: Maintained
480
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481ARM/INTEL IOP32X ARM ARCHITECTURE
482P: Lennert Buytenhek
483M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100484P: Dan Williams
485M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100487S: Supported
488
489ARM/INTEL IOP33X ARM ARCHITECTURE
490P: Dan Williams
491M: dan.j.williams@intel.com
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800494
495ARM/INTEL IOP13XX ARM ARCHITECTURE
496P: Lennert Buytenhek
497M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100498P: Dan Williams
499M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100501S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800502
503ARM/INTEL IQ81342EX MACHINE SUPPORT
504P: Lennert Buytenhek
505M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100506P: Dan Williams
507M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100509S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800510
511ARM/INTEL IXP2000 ARM ARCHITECTURE
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
517ARM/INTEL IXDP2850 MACHINE SUPPORT
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
523ARM/INTEL IXP23XX ARM ARCHITECTURE
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
529ARM/INTEL XSC3 (MANZANO) ARM CORE
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100532P: Dan Williams
533M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100535S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536
537ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
538P: Lennert Buytenhek
539M: kernel@wantstofly.org
540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541S: Maintained
542
543ARM/LOGICPD PXA270 MACHINE SUPPORT
544P: Lennert Buytenhek
545M: kernel@wantstofly.org
546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547S: Maintained
548
Dirk Opfer8459c152005-11-06 14:27:52 +0000549ARM/TOSA MACHINE SUPPORT
550P: Dirk Opfer
551M: dirk@opfer-online.de
552S: Maintained
553
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554ARM/PLEB SUPPORT
555P: Peter Chubb
556M: pleb@gelato.unsw.edu.au
557W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
558S: Maintained
559
560ARM/PT DIGITAL BOARD PORT
561P: Stefan Eletzhofer
562M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564W: http://www.arm.linux.org.uk/
565S: Maintained
566
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567ARM/RADISYS ENP2611 MACHINE SUPPORT
568P: Lennert Buytenhek
569M: kernel@wantstofly.org
570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
571S: Maintained
572
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573ARM/SHARK MACHINE SUPPORT
574P: Alexander Schulz
575M: alex@shark-linux.de
576W: http://www.shark-linux.de/shark.html
577S: Maintained
578
579ARM/STRONGARM110 PORT
580P: Russell King
581M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.arm.linux.org.uk/
584S: Maintained
585
586ARM/S3C2410 ARM ARCHITECTURE
587P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800588M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.fluff.org/ben/linux/
591S: Maintained
592
593ARM/S3C2440 ARM ARCHITECTURE
594P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800595M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597W: http://www.fluff.org/ben/linux/
598S: Maintained
599
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800600ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
601P: Lennert Buytenhek
602M: kernel@wantstofly.org
603L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
604S: Maintained
605
606ARM/THECUS N2100 MACHINE SUPPORT
607P: Lennert Buytenhek
608M: kernel@wantstofly.org
609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610S: Maintained
611
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612ARPD SUPPORT
613P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700614L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615S: Maintained
616
617ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500618P: Corentin Chary
619M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620P: Karol Kozimor
621M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622L: acpi4asus-user@lists.sourceforge.net
623W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500624W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625S: Maintained
626
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400627ASUS ASB100 HARDWARE MONITOR DRIVER
628P: Mark M. Hoffman
629M: mhoffman@lightlink.com
630L: lm-sensors@lm-sensors.org
631S: Maintained
632
Corentin Chary85091b72007-01-26 14:04:30 +0100633ASUS LAPTOP EXTRAS DRIVER
634P: Corentin Chary
635M: corentincj@iksaif.net
636L: acpi4asus-user@lists.sourceforge.net
637W: http://sourceforge.net/projects/acpi4asus
638W: http://xf.iksaif.net/acpi4asus
639S: Maintained
640
Dan Williamsb3e5f262007-08-07 10:26:35 -0700641ASYNCHRONOUS TRANSFERS/TRANSFORMS API
642P: Dan Williams
643M: dan.j.williams@intel.com
644P: Shannon Nelson
645M: shannon.nelson@intel.com
646L: linux-kernel@vger.kernel.org
647W: http://sourceforge.net/projects/xscaleiop
648S: Supported
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650ATA OVER ETHERNET DRIVER
651P: Ed L. Cashin
652M: ecashin@coraid.com
653W: http://www.coraid.com/support/linux
654S: Supported
655
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200656ATHEROS ATH5K WIRELESS DRIVER
657P: Jiri Slaby
658M: jirislaby@gmail.com
659P: Nick Kossifidis
660M: mickflemm@gmail.com
661P: Luis R. Rodriguez
662M: mcgrof@gmail.com
663L: linux-wireless@vger.kernel.org
664L: ath5k-devel@lists.ath5k.org
665S: Maintained
666
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600667ATL1 ETHERNET DRIVER
668P: Jay Cliburn
669M: jcliburn@gmail.com
670P: Chris Snook
671M: csnook@redhat.com
672L: atl1-devel@lists.sourceforge.net
673W: http://sourceforge.net/projects/atl1
674W: http://atl1.sourceforge.net
675S: Maintained
676
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677ATM
678P: Chas Williams
679M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700680L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681W: http://linux-atm.sourceforge.net
682S: Maintained
683
Pierre Ossman272f1332007-05-14 21:25:26 +0200684ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200685P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800686M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200687L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
688W: http://www.atmel.com/products/AT91/
689W: http://www.at91.com/
690S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200691
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800692ATMEL LCDFB DRIVER
693P: Nicolas Ferre
694M: nicolas.ferre@atmel.com
695L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
696S: Maintained
697
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100698ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100699P: Haavard Skinnemoen
700M: hskinnemoen@atmel.com
701S: Supported
702
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800703ATMEL SPI DRIVER
704P: Haavard Skinnemoen
705M: hskinnemoen@atmel.com
706S: Supported
707
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700708ATMEL USBA UDC DRIVER
709P: Haavard Skinnemoen
710M: hskinnemoen@atmel.com
711L: kernel@avr32linux.org
712W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
713S: Supported
714
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715ATMEL WIRELESS DRIVER
716P: Simon Kelley
717M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700718L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719W: http://www.thekelleys.org.uk/atmel
720W: http://atmelwlandriver.sourceforge.net/
721S: Maintained
722
Chris Wrighta92b7b82005-07-07 18:12:23 -0700723AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100724P: David Woodhouse
725M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700726L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100727W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800728T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700729S: Maintained
730
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800731AUXILIARY DISPLAY DRIVERS
732P: Miguel Ojeda Sandonis
733M: maxextreme@gmail.com
734L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700735W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800736S: Maintained
737
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700738AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700739P: Haavard Skinnemoen
740M: hskinnemoen@atmel.com
741W: http://www.atmel.com/products/AVR32/
742W: http://avr32linux.org/
743W: http://avrfreaks.net/
744S: Supported
745
746AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700747P: Haavard Skinnemoen
748M: hskinnemoen@atmel.com
749S: Supported
750
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751AX.25 NETWORK LAYER
752P: Ralf Baechle
753M: ralf@linux-mips.org
754L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200755W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756S: Maintained
757
Richard Purdie300abeb2007-02-07 22:21:07 +0000758BACKLIGHT CLASS/SUBSYSTEM
759P: Richard Purdie
760M: rpurdie@rpsys.net
761S: Maintained
762
Bryan Wu1394f032007-05-06 14:50:22 -0700763BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800764P: Bryan Wu
765M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700769
Bryan Wue190d6b2007-07-17 14:43:44 +0800770BLACKFIN EMAC DRIVER
771P: Bryan Wu
772M: bryan.wu@analog.com
773L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
774W: http://blackfin.uclinux.org
775S: Supported
776
Mike Frysinger566da5b2007-06-11 15:31:30 +0800777BLACKFIN RTC DRIVER
778P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800779M: vapier.adi@gmail.com
780L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
781W: http://blackfin.uclinux.org
782S: Supported
783
Bryan Wu1394f032007-05-06 14:50:22 -0700784BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800785P: Sonic Zhang
786M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800787L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
788W: http://blackfin.uclinux.org
789S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700790
Bryan Wu1e6d3202007-07-15 02:50:02 +0800791BLACKFIN WATCHDOG DRIVER
792P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800793M: vapier.adi@gmail.com
794L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
795W: http://blackfin.uclinux.org
796S: Supported
797
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798BAYCOM/HDLCDRV DRIVERS FOR AX.25
799P: Thomas Sailer
800M: t.sailer@alumni.ethz.ch
801L: linux-hams@vger.kernel.org
802W: http://www.baycom.org/~tom/ham/ham.html
803S: Maintained
804
Michael Buesche4d6b792007-09-18 15:39:42 -0400805B43 WIRELESS DRIVER
806P: Michael Buesch
807M: mb@bu3sch.de
808P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100809M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400810L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100811W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400812S: Maintained
813
Larry Finger75388ac2007-09-25 16:46:54 -0700814B43LEGACY WIRELESS DRIVER
815P: Larry Finger
816M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100817P: Stefano Brivio
818M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700819L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100820W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700821S: Maintained
822
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200823BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
824P: Larry Finger
825M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200826P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100827M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700828L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200829W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800830S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200831
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832BEFS FILE SYSTEM
833P: Sergey S. Kostyliov
834M: rathamahata@php4.ru
835L: linux-kernel@vger.kernel.org
836S: Maintained
837
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838BFS FILE SYSTEM
839P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800840M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841L: linux-kernel@vger.kernel.org
842S: Maintained
843
Bryan Wud24ecfc2007-05-01 23:26:32 +0200844BLACKFIN I2C TWI DRIVER
845P: Sonic Zhang
846M: sonic.zhang@analog.com
847L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
848W: http://blackfin.uclinux.org/
849S: Supported
850
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851BLOCK LAYER
852P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200853M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800855T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856S: Maintained
857
858BLUETOOTH SUBSYSTEM
859P: Marcel Holtmann
860M: marcel@holtmann.org
861P: Maxim Krasnyansky
862M: maxk@qualcomm.com
863L: bluez-devel@lists.sf.net
864W: http://bluez.sf.net
865W: http://www.bluez.org
866W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800867T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868S: Maintained
869
870BLUETOOTH RFCOMM LAYER
871P: Marcel Holtmann
872M: marcel@holtmann.org
873P: Maxim Krasnyansky
874M: maxk@qualcomm.com
875S: Maintained
876
877BLUETOOTH BNEP LAYER
878P: Marcel Holtmann
879M: marcel@holtmann.org
880P: Maxim Krasnyansky
881M: maxk@qualcomm.com
882S: Maintained
883
884BLUETOOTH CMTP LAYER
885P: Marcel Holtmann
886M: marcel@holtmann.org
887S: Maintained
888
889BLUETOOTH HIDP LAYER
890P: Marcel Holtmann
891M: marcel@holtmann.org
892S: Maintained
893
894BLUETOOTH HCI UART DRIVER
895P: Marcel Holtmann
896M: marcel@holtmann.org
897P: Maxim Krasnyansky
898M: maxk@qualcomm.com
899S: Maintained
900
901BLUETOOTH HCI USB DRIVER
902P: Marcel Holtmann
903M: marcel@holtmann.org
904P: Maxim Krasnyansky
905M: maxk@qualcomm.com
906S: Maintained
907
908BLUETOOTH HCI BCM203X DRIVER
909P: Marcel Holtmann
910M: marcel@holtmann.org
911S: Maintained
912
913BLUETOOTH HCI BPA10X DRIVER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916S: Maintained
917
918BLUETOOTH HCI BFUSB DRIVER
919P: Marcel Holtmann
920M: marcel@holtmann.org
921S: Maintained
922
923BLUETOOTH HCI DTL1 DRIVER
924P: Marcel Holtmann
925M: marcel@holtmann.org
926S: Maintained
927
928BLUETOOTH HCI BLUECARD DRIVER
929P: Marcel Holtmann
930M: marcel@holtmann.org
931S: Maintained
932
933BLUETOOTH HCI BT3C DRIVER
934P: Marcel Holtmann
935M: marcel@holtmann.org
936S: Maintained
937
938BLUETOOTH HCI BTUART DRIVER
939P: Marcel Holtmann
940M: marcel@holtmann.org
941S: Maintained
942
943BLUETOOTH HCI VHCI DRIVER
944P: Maxim Krasnyansky
945M: maxk@qualcomm.com
946S: Maintained
947
948BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100949P: Jay Vosburgh
950M: fubar@us.ibm.com
951L: bonding-devel@lists.sourceforge.net
952W: http://sourceforge.net/projects/bonding/
953S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000955BROADBAND PROCESSOR ARCHITECTURE
956P: Arnd Bergmann
957M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100958L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400959W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000960S: Supported
961
Gary Zambrano39105892006-06-22 17:26:20 -0700962BROADCOM B44 10/100 ETHERNET DRIVER
963P: Gary Zambrano
964M: zambrano@broadcom.com
965L: netdev@vger.kernel.org
966S: Supported
967
Michael Chan948c51e2006-06-04 02:51:39 -0700968BROADCOM BNX2 GIGABIT ETHERNET DRIVER
969P: Michael Chan
970M: mchan@broadcom.com
971L: netdev@vger.kernel.org
972S: Supported
973
974BROADCOM TG3 GIGABIT ETHERNET DRIVER
975P: Michael Chan
976M: mchan@broadcom.com
977L: netdev@vger.kernel.org
978S: Supported
979
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200980BSG (block layer generic sg v4 driver)
981P: FUJITA Tomonori
982M: fujita.tomonori@lab.ntt.co.jp
983L: linux-scsi@vger.kernel.org
984S: Supported
985
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700987P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200988M: mchehab@infradead.org
989M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700991W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200992T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700993S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
Jonathan Corbet77d51402007-03-22 19:44:17 -0300995CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
996P: Jonathan Corbet
997M: corbet@lwn.net
998L: video4linux-list@redhat.com
999S: Maintained
1000
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001001CAN NETWORK LAYER
1002P: Urs Thuermann
1003M: urs.thuermann@volkswagen.de
1004P: Oliver Hartkopp
1005M: oliver.hartkopp@volkswagen.de
1006L: socketcan-core@lists.berlios.de
1007W: http://developer.berlios.de/projects/socketcan/
1008S: Maintained
1009
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001010CALGARY x86-64 IOMMU
1011P: Muli Ben-Yehuda
1012M: muli@il.ibm.com
1013P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001014M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001015L: linux-kernel@vger.kernel.org
1016L: discuss@x86-64.org
1017S: Maintained
1018
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001019CFAG12864B LCD DRIVER
1020P: Miguel Ojeda Sandonis
1021M: maxextreme@gmail.com
1022L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001023W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001024S: Maintained
1025
1026CFAG12864BFB LCD FRAMEBUFFER DRIVER
1027P: Miguel Ojeda Sandonis
1028M: maxextreme@gmail.com
1029L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001030W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001031S: Maintained
1032
Johannes Berg704232c2007-04-23 12:20:05 -07001033CFG80211 and NL80211
1034P: Johannes Berg
1035M: johannes@sipsolutions.net
1036L: linux-wireless@vger.kernel.org
1037S: Maintained
1038
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001039CHECKPATCH
1040P: Andy Whitcroft
1041M: apw@shadowen.org
1042P: Randy Dunlap
1043M: rdunlap@xenotime.net
1044P: Joel Schopp
1045M: jschopp@austin.ibm.com
1046S: Supported
1047
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048COMMON INTERNET FILE SYSTEM (CIFS)
1049P: Steve French
1050M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001051L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001053W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001054T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001055S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056
Joel Becker7063fbf2005-12-15 14:29:43 -08001057CONFIGFS
1058P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001059M: joel.becker@oracle.com
1060L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001061S: Supported
1062
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001063CIRRUS LOGIC EP93XX ETHERNET DRIVER
1064P: Lennert Buytenhek
1065M: kernel@wantstofly.org
1066L: netdev@vger.kernel.org
1067S: Maintained
1068
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001069CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1070P: Lennert Buytenhek
1071M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001072L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001073S: Maintained
1074
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1076P: Cirrus Logic Corporation (kernel 2.2 driver)
1077M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1078P: Nils Faerber (port to kernel 2.4)
1079M: Nils Faerber <nils@kernelconcepts.de>
1080S: Maintained
1081
1082CODA FILE SYSTEM
1083P: Jan Harkes
1084M: jaharkes@cs.cmu.edu
1085M: coda@cs.cmu.edu
1086L: codalist@coda.cs.cmu.edu
1087W: http://www.coda.cs.cmu.edu/
1088S: Maintained
1089
1090COMPACTPCI HOTPLUG CORE
1091P: Scott Murray
1092M: scottm@somanetworks.com
1093M: scott@spiteful.org
1094L: pcihpd-discuss@lists.sourceforge.net
1095S: Supported
1096
1097COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1098P: Scott Murray
1099M: scottm@somanetworks.com
1100M: scott@spiteful.org
1101L: pcihpd-discuss@lists.sourceforge.net
1102S: Supported
1103
1104COMPACTPCI HOTPLUG GENERIC DRIVER
1105P: Scott Murray
1106M: scottm@somanetworks.com
1107M: scott@spiteful.org
1108L: pcihpd-discuss@lists.sourceforge.net
1109S: Supported
1110
1111COMPUTONE INTELLIPORT MULTIPORT CARD
1112P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001113M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001115S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116
Simon Arlott949be0f2007-03-06 02:47:46 -08001117CONEXANT ACCESSRUNNER USB DRIVER
1118P: Simon Arlott
1119M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001120L: accessrunner-general@lists.sourceforge.net
1121W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001122S: Maintained
1123
Rudolf Marekbebe4672007-05-08 17:22:02 +02001124CORETEMP HARDWARE MONITORING DRIVER
1125P: Rudolf Marek
1126M: r.marek@assembler.cz
1127L: lm-sensors@lm-sensors.org
1128S: Maintained
1129
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130COSA/SRP SYNC SERIAL DRIVER
1131P: Jan "Yenya" Kasprzak
1132M: kas@fi.muni.cz
1133W: http://www.fi.muni.cz/~kas/cosa/
1134S: Maintained
1135
1136CPU FREQUENCY DRIVERS
1137P: Dave Jones
1138M: davej@codemonkey.org.uk
1139L: cpufreq@lists.linux.org.uk
1140W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001141T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142S: Maintained
1143
1144CPUID/MSR DRIVER
1145P: H. Peter Anvin
1146M: hpa@zytor.com
1147S: Maintained
1148
Paul Jacksoned90fb42005-09-27 21:45:37 -07001149CPUSETS
1150P: Paul Jackson
1151P: Simon Derr
1152M: pj@sgi.com
1153M: simon.derr@bull.net
1154L: linux-kernel@vger.kernel.org
1155W: http://www.bullopensource.org/cpuset/
1156S: Supported
1157
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001159W: http://sourceforge.net/projects/cramfs/
1160S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161
1162CRIS PORT
1163P: Mikael Starvik
1164M: starvik@axis.com
1165L: dev-etrax@axis.com
1166W: http://developer.axis.com
1167S: Maintained
1168
1169CRYPTO API
1170P: Herbert Xu
1171M: herbert@gondor.apana.org.au
1172P: David S. Miller
1173M: davem@davemloft.net
1174L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001175T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Maintained
1177
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001178CS5535 Audio ALSA driver
1179P: Jaya Kumar
1180M: jayakumar.alsa@gmail.com
1181S: Maintained
1182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183CYBERPRO FB DRIVER
1184P: Russell King
1185M: rmk@arm.linux.org.uk
1186W: http://www.arm.linux.org.uk/
1187S: Maintained
1188
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001189CYBLAFB FRAMEBUFFER DRIVER
1190P: Knut Petersen
1191M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001192L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001193S: Maintained
1194
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195CYCLADES 2X SYNC CARD DRIVER
1196P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001197M: acme@ghostprotocols.net
1198W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199S: Maintained
1200
1201CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001203S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204
1205CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001207S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209DAMA SLAVE for AX.25
1210P: Joerg Reuter
1211M: jreuter@yaina.de
1212W: http://yaina.de/jreuter/
1213W: http://www.qsl.net/dl1bke/
1214L: linux-hams@vger.kernel.org
1215S: Maintained
1216
1217DC395x SCSI driver
1218P: Oliver Neukum
1219M: oliver@neukum.name
1220P: Ali Akcaagac
1221M: aliakc@web.de
1222P: Jamie Lenehan
1223M: lenehan@twibble.org
1224W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001225L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226L: http://lists.twibble.org/mailman/listinfo/dc395x/
1227S: Maintained
1228
1229DC390/AM53C974 SCSI driver
1230P: Kurt Garloff
1231M: garloff@suse.de
1232W: http://www.garloff.de/kurt/linux/dc390/
1233P: Guennadi Liakhovetski
1234M: g.liakhovetski@gmx.de
1235S: Maintained
1236
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001237DCCP PROTOCOL
1238P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001239M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001240L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001241W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001242S: Maintained
1243
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244DECnet NETWORK LAYER
1245P: Patrick Caulfield
1246M: patrick@tykepenguin.com
1247W: http://linux-decnet.sourceforge.net
1248L: linux-decnet-user@lists.sourceforge.net
1249S: Maintained
1250
1251DEFXX FDDI NETWORK DRIVER
1252P: Maciej W. Rozycki
1253M: macro@linux-mips.org
1254S: Maintained
1255
1256DELL LAPTOP SMM DRIVER
1257P: Massimo Dal Zotto
1258M: dz@debian.org
1259W: http://www.debian.org/~dz/i8k/
1260S: Maintained
1261
Doug Warzecha90563ec2005-09-06 15:17:15 -07001262DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1263P: Doug Warzecha
1264M: Douglas_Warzecha@dell.com
1265S: Maintained
1266
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001267DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268P: Alasdair Kergon
1269L: dm-devel@redhat.com
1270W: http://sources.redhat.com/dm
1271S: Maintained
1272
1273DEVICE NUMBER REGISTRY
1274P: Torben Mathiasen
1275M: device@lanana.org
1276W: http://lanana.org/docs/device-list/index.html
1277L: linux-kernel@vger.kernel.org
1278S: Maintained
1279
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280DIGI INTL. EPCA DRIVER
1281P: Digi International, Inc
1282M: Eng.Linux@digi.com
1283L: Eng.Linux@digi.com
1284W: http://www.digi.com
1285S: Orphaned
1286
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287DIRECTORY NOTIFICATION
1288P: Stephen Rothwell
1289M: sfr@canb.auug.org.au
1290L: linux-kernel@vger.kernel.org
1291S: Supported
1292
1293DISK GEOMETRY AND PARTITION HANDLING
1294P: Andries Brouwer
1295M: aeb@cwi.nl
1296W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1297W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1298W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1299S: Maintained
1300
1301DISKQUOTA:
1302P: Jan Kara
1303M: jack@suse.cz
1304L: linux-kernel@vger.kernel.org
1305S: Maintained
1306
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001307DISTRIBUTED LOCK MANAGER
1308P: Patrick Caulfield
1309M: pcaulfie@redhat.com
1310P: David Teigland
1311M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001312L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001313W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001314T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1315T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001316S: Supported
1317
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1319P: Tobias Ringstrom
1320M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001321L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322S: Maintained
1323
Dan Williamsb3e5f262007-08-07 10:26:35 -07001324DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001325P: Shannon Nelson
1326M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001327P: Dan Williams
1328M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001329L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001330S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001331
Juerg Haefligerb8250372007-06-09 10:11:16 -04001332DME1737 HARDWARE MONITOR DRIVER
1333P: Juerg Haefliger
1334M: juergh@gmail.com
1335L: lm-sensors@lm-sensors.org
1336S: Maintained
1337
Martin Waitzba483d52005-06-17 13:20:59 -07001338DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001339P: Randy Dunlap
1340M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001341S: Maintained
1342
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001343DOCKING STATION DRIVER
1344P: Kristen Carlson Accardi
1345M: kristen.c.accardi@intel.com
1346L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001347S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001348
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349DOUBLETALK DRIVER
1350P: James R. Van Zandt
1351M: jrv@vanzandt.mv.com
1352L: blinux-list@redhat.com
1353S: Maintained
1354
1355DRIVER CORE, KOBJECTS, AND SYSFS
1356P: Greg Kroah-Hartman
1357M: gregkh@suse.de
1358L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001359T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360S: Supported
1361
1362DRM DRIVERS
1363P: David Airlie
1364M: airlied@linux.ie
1365L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001366T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367S: Maintained
1368
1369DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001370P: Francois Romieu
1371M: romieu@fr.zoreil.com
1372L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373S: Maintained
1374
1375DVB SUBSYSTEM AND DRIVERS
1376P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001377M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001379W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001380T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001381S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382
1383EATA-DMA SCSI DRIVER
1384P: Michael Neuffer
1385L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1386S: Maintained
1387
1388EATA ISA/EISA/PCI SCSI DRIVER
1389P: Dario Ballabio
1390M: ballabio_dario@emc.com
1391L: linux-scsi@vger.kernel.org
1392S: Maintained
1393
1394EATA-PIO SCSI DRIVER
1395P: Michael Neuffer
1396M: mike@i-Connect.Net
1397L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1398S: Maintained
1399
1400EBTABLES
1401P: Bart De Schuymer
1402M: bart.de.schuymer@pandora.be
1403L: ebtables-user@lists.sourceforge.net
1404L: ebtables-devel@lists.sourceforge.net
1405W: http://ebtables.sourceforge.net/
1406S: Maintained
1407
Michael Halcrow237fead2006-10-04 02:16:22 -07001408ECRYPT FILE SYSTEM
1409P: Mike Halcrow, Phillip Hellewell
1410M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1411L: ecryptfs-devel@lists.sourceforge.net
1412W: http://ecryptfs.sourceforge.net/
1413S: Supported
1414
Alan Coxda9bb1d2006-01-18 17:44:13 -08001415EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001416P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001417M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001418L: bluesmoke-devel@lists.sourceforge.net
1419W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001420S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001421
1422EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001423P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001424P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001425M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001426M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001427L: bluesmoke-devel@lists.sourceforge.net
1428W: bluesmoke.sourceforge.net
1429S: Maintained
1430
1431EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001432P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001433M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001434L: bluesmoke-devel@lists.sourceforge.net
1435W: bluesmoke.sourceforge.net
1436S: Maintained
1437
Douglas Thompson6bc78402007-07-19 01:50:12 -07001438EDAC-I82443BXGX
1439P: Tim Small
1440M: tim@buttersideup.com
1441L: bluesmoke-devel@lists.sourceforge.net
1442W: bluesmoke.sourceforge.net
1443S: Maintained
1444
1445EDAC-I3000
1446P: Jason Uhlenkott
1447M: juhlenko@akamai.com
1448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
1452EDAC-I5000
1453P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001454M: dougthompson@xmission.com
1455L: bluesmoke-devel@lists.sourceforge.net
1456W: bluesmoke.sourceforge.net
1457S: Maintained
1458
1459EDAC-I82975X
1460P: Ranganathan Desikan
1461P: Arvind R.
1462M: rdesikan@jetzbroadband.com
1463M: arvind@acarlab.com
1464L: bluesmoke-devel@lists.sourceforge.net
1465W: bluesmoke.sourceforge.net
1466S: Maintained
1467
1468EDAC-PASEMI
1469P: Egor Martovetsky
1470M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001471L: bluesmoke-devel@lists.sourceforge.net
1472W: bluesmoke.sourceforge.net
1473S: Maintained
1474
Dave Peterson0e438e32006-03-26 01:38:55 -08001475EDAC-R82600
1476P: Tim Small
1477M: tim@buttersideup.com
1478L: bluesmoke-devel@lists.sourceforge.net
1479W: bluesmoke.sourceforge.net
1480S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001481
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482EEPRO100 NETWORK DRIVER
1483P: Andrey V. Savochkin
1484M: saw@saw.sw.com.sg
1485S: Maintained
1486
Josh Triplett0bee8d22006-07-30 03:03:58 -07001487EFS FILESYSTEM
1488W: http://aeschi.ch.eu.org/efs/
1489S: Orphan
1490
Heiko J Schickfab97222006-09-22 15:22:22 -07001491EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1492P: Hoang-Nam Nguyen
1493M: hnguyen@de.ibm.com
1494P: Christoph Raisch
1495M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001496L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001497S: Supported
1498
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001499EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001500P: James Smart
1501M: james.smart@emulex.com
1502L: linux-scsi@vger.kernel.org
1503W: http://sourceforge.net/projects/lpfcxxxx
1504S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506EPSON 1355 FRAMEBUFFER DRIVER
1507P: Christopher Hoover
1508M: ch@murgatroid.com, ch@hpl.hp.com
1509S: Maintained
1510
1511ETHEREXPRESS-16 NETWORK DRIVER
1512P: Philip Blundell
1513M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001514L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515S: Maintained
1516
1517ETHERNET BRIDGE
1518P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001519M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001520L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521W: http://bridge.sourceforge.net/
1522S: Maintained
1523
1524ETHERTEAM 16I DRIVER
1525P: Mika Kuoppala
1526M: miku@iki.fi
1527S: Maintained
1528
1529EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001530L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531S: Maintained
1532
1533EXT3 FILE SYSTEM
1534P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001535M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001536L: linux-ext4@vger.kernel.org
1537S: Maintained
1538
1539EXT4 FILE SYSTEM
1540P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001541M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001542L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543S: Maintained
1544
Jean Delvaree53004e2006-01-09 23:26:14 +01001545F71805F HARDWARE MONITORING DRIVER
1546P: Jean Delvare
1547M: khali@linux-fr.org
1548L: lm-sensors@lm-sensors.org
1549S: Maintained
1550
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551FARSYNC SYNCHRONOUS DRIVER
1552P: Kevin Curtis
1553M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554W: http://www.farsite.co.uk/
1555S: Supported
1556
Akinobu Mitac5408b82007-04-23 14:41:20 -07001557FAULT INJECTION SUPPORT
1558P: Akinobu Mita
1559M: akinobu.mita@gmail.com
1560S: Supported
1561
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562FRAMEBUFFER LAYER
1563P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001564M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001565L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566W: http://linux-fbdev.sourceforge.net/
1567S: Maintained
1568
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001569FREESCALE SOC FS_ENET DRIVER
1570P: Pantelis Antoniou
1571M: pantelis.antoniou@gmail.com
1572P: Vitaly Bordug
1573M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001574L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001575L: netdev@vger.kernel.org
1576S: Maintained
1577
Li Yanga7205b32007-04-23 10:38:18 -07001578FREESCALE HIGHSPEED USB DEVICE DRIVER
1579P: Li Yang
1580M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001581L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001582L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001583S: Maintained
1584
Li Yangbeaf53b2007-05-25 13:54:02 +08001585FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1586P: Li Yang
1587M: leoli@freescale.com
1588L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001589L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001590S: Maintained
1591
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592FILE LOCKING (flock() and fcntl()/lockf())
1593P: Matthew Wilcox
1594M: matthew@wil.cx
1595L: linux-fsdevel@vger.kernel.org
1596S: Maintained
1597
1598FILESYSTEMS (VFS and infrastructure)
1599P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001600M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601S: Maintained
1602
Stefan Richterf148e202008-01-12 12:32:44 +01001603FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001604P: Kristian Hoegsberg, Stefan Richter
1605M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1606L: linux1394-devel@lists.sourceforge.net
1607W: http://www.linux1394.org/
1608T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1609S: Maintained
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611FIRMWARE LOADER (request_firmware)
1612L: linux-kernel@vger.kernel.org
1613S: Orphan
1614
1615FPU EMULATOR
1616P: Bill Metzenthen
1617M: billm@suburbia.net
1618W: http://suburbia.net/~billm/floating-point/emulator/
1619S: Maintained
1620
1621FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1622P: Mike McLagan
1623M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001624L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625S: Maintained
1626
1627FREEVXFS FILESYSTEM
1628P: Christoph Hellwig
1629M: hch@infradead.org
1630W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1631S: Maintained
1632
David Howells5ab7ffe2007-04-10 15:10:45 +01001633FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634P: David Howells
1635M: dhowells@redhat.com
1636S: Maintained
1637
Miklos Szeredi04578f12005-09-09 13:10:22 -07001638FUSE: FILESYSTEM IN USERSPACE
1639P: Miklos Szeredi
1640M: miklos@szeredi.hu
1641L: fuse-devel@lists.sourceforge.net
1642W: http://fuse.sourceforge.net/
1643S: Maintained
1644
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1646P: Rik Faith
1647M: faith@cs.unc.edu
1648L: linux-scsi@vger.kernel.org
1649S: Odd fixes (e.g., new signatures)
1650
1651GDT SCSI DISK ARRAY CONTROLLER DRIVER
1652P: Achim Leubner
1653M: achim_leubner@adaptec.com
1654L: linux-scsi@vger.kernel.org
1655W: http://www.icp-vortex.com/
1656S: Supported
1657
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001658GENERIC GPIO I2C DRIVER
1659P: Haavard Skinnemoen
1660M: hskinnemoen@atmel.com
1661S: Supported
1662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1664P: Krzysztof Halasa
1665M: khc@pm.waw.pl
1666W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1667S: Maintained
1668
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001669GFS2 FILE SYSTEM
1670P: Steven Whitehouse
1671M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001672L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001673W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001674T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1675T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001676S: Supported
1677
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001678GIGASET ISDN DRIVERS
1679P: Hansjoerg Lipp
1680M: hjlipp@web.de
1681P: Tilman Schmidt
1682M: tilman@imap.cc
1683L: gigaset307x-common@lists.sourceforge.net
1684W: http://gigaset307x.sourceforge.net/
1685S: Maintained
1686
Jean Delvare5b543962005-08-15 19:51:02 +02001687HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001688P: Mark M. Hoffman
1689M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001690L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001691W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001692T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1693T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001694S: Maintained
1695
Michael Buesch844dd052006-06-26 00:24:59 -07001696HARDWARE RANDOM NUMBER GENERATOR CORE
1697P: Michael Buesch
1698M: mb@bu3sch.de
1699S: Maintained
1700
Robert Love860e1d62005-08-31 23:57:59 -04001701HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1702P: Robert Love
1703M: rlove@rlove.org
1704M: linux-kernel@vger.kernel.org
1705W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1706S: Maintained
1707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708HARMONY SOUND DRIVER
1709P: Kyle McMartin
1710M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001711L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712S: Maintained
1713
1714HAYES ESP SERIAL DRIVER
1715P: Andrew J. Robinson
1716M: arobinso@nyx.net
1717L: linux-kernel@vger.kernel.org
1718W: http://www.nyx.net/~arobinso
1719S: Maintained
1720
1721HFS FILESYSTEM
1722P: Roman Zippel
1723M: zippel@linux-m68k.org
1724L: linux-kernel@vger.kernel.org
1725S: Maintained
1726
1727HGA FRAMEBUFFER DRIVER
1728P: Ferenc Bakonyi
1729M: fero@drama.obuda.kando.hu
1730L: linux-nvidia@lists.surfsouth.com
1731W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1732S: Maintained
1733
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001734HID CORE LAYER
1735P: Jiri Kosina
1736M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001737L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001738T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001739S: Maintained
1740
Ingo Molnar38bed542007-02-22 09:09:34 +01001741HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1742P: Thomas Gleixner
1743M: tglx@linutronix.de
1744L: linux-kernel@vger.kernel.org
1745S: Maintained
1746
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747HIGH-SPEED SCC DRIVER FOR AX.25
1748P: Klaus Kudielka
1749M: klaus.kudielka@ieee.org
1750L: linux-hams@vger.kernel.org
1751W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1752S: Maintained
1753
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001754HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1755P: HighPoint Linux Team
1756M: linux@highpoint-tech.com
1757W: http://www.highpoint-tech.com
1758S: Supported
1759
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760HIPPI
1761P: Jes Sorensen
1762M: jes@trained-monkey.org
1763L: linux-hippi@sunsite.dk
1764S: Maintained
1765
1766HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1767P: Chirag Kantharia
1768M: chirag.kantharia@hp.com
1769L: iss_storagedev@hp.com
1770S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001771
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772HEWLETT-PACKARD SMART2 RAID DRIVER
1773P: Chirag Kantharia
1774M: chirag.kantharia@hp.com
1775L: iss_storagedev@hp.com
1776S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001777
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1779P: Mike Miller
1780M: mike.miller@hp.com
1781L: iss_storagedev@hp.com
1782S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001783
Jouni Malinenff1d2762005-05-12 22:54:16 -04001784HOST AP DRIVER
1785P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001786M: j@w1.fi
1787L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001788L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001789W: http://hostap.epitest.fi/
1790S: Maintained
1791
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1793P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001794M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795S: Maintained
1796
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001797HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1798P: Carlos Corbacho
1799M: carlos@strangeworlds.co.uk
1800S: Odd Fixes
1801
Bob Piccob9b03322005-11-07 00:59:19 -08001802HPET: High Precision Event Timers driver (hpet.c)
1803P: Clemens Ladisch
1804M: clemens@ladisch.de
1805S: Maintained
1806
1807HPET: i386
1808P: Venkatesh Pallipadi (Venki)
1809M: venkatesh.pallipadi@intel.com
1810S: Maintained
1811
1812HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001813P: Vojtech Pavlik
1814M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001815S: Maintained
1816
1817HPET: ACPI hpet.c
1818P: Bob Picco
1819M: bob.picco@hp.com
1820S: Maintained
1821
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822HPFS FILESYSTEM
1823P: Mikulas Patocka
1824M: mikulas@artax.karlin.mff.cuni.cz
1825W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1826S: Maintained
1827
1828HUGETLB FILESYSTEM
1829P: William Irwin
1830M: wli@holomorphy.com
1831S: Maintained
1832
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001833I2C/SMBUS STUB DRIVER
1834P: Mark M. Hoffman
1835M: mhoffman@lightlink.com
1836L: lm-sensors@lm-sensors.org
1837S: Maintained
1838
Jean Delvare5b543962005-08-15 19:51:02 +02001839I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840P: Jean Delvare
1841M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001842L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001843T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844S: Maintained
1845
Till Harbaume8c76ee2007-05-01 23:26:35 +02001846I2C-TINY-USB DRIVER
1847P: Till Harbaum
1848M: till@harbaum.org
1849L: i2c@lm-sensors.org
1850T: http://www.harbaum.org/till/i2c_tiny_usb
1851S: Maintained
1852
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001854P: H. Peter Anvin
1855M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856L: Linux-Kernel@vger.kernel.org
1857S: Maintained
1858
1859i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860P: H. Peter Anvin
1861M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001862T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863S: Maintained
1864
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865IA64 (Itanium) PLATFORM
1866P: Tony Luck
1867M: tony.luck@intel.com
1868L: linux-ia64@vger.kernel.org
1869W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001870T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871S: Maintained
1872
1873SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001874P: Jes Sorensen
1875M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876L: linux-altix@sgi.com
1877L: linux-ia64@vger.kernel.org
1878W: http://www.sgi.com/altix
1879S: Maintained
1880
1881IBM MCA SCSI SUBSYSTEM DRIVER
1882P: Michael Lang
1883M: langa2@kph.uni-mainz.de
1884W: http://www.uni-mainz.de/~langm000/linux.html
1885S: Maintained
1886
1887IBM Power Linux RAID adapter
1888P: Brian King
1889M: brking@us.ibm.com
1890S: Supported
1891
1892IBM ServeRAID RAID DRIVER
1893P: Jack Hammer
1894P: Dave Jeffery
1895M: ipslinux@adaptec.com
1896W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001897S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001899IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001901M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001903T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904S: Maintained
1905
1906IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001907P: Borislav Petkov
1908M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001909L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001910S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911
1912IDE/ATAPI FLOPPY DRIVERS
1913P: Paul Bristow
1914M: Paul Bristow <paul@paulbristow.net>
1915W: http://paulbristow.net/linux/idefloppy.html
1916L: linux-kernel@vger.kernel.org
1917S: Maintained
1918
1919IDE/ATAPI TAPE DRIVERS
1920P: Gadi Oxman
1921M: Gadi Oxman <gadio@netvision.net.il>
1922L: linux-kernel@vger.kernel.org
1923S: Maintained
1924
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001925IDE-SCSI DRIVER
1926L: linux-ide@vger.kernel.org
1927L: linux-scsi@vger.kernel.org
1928S: Orphan
1929
Stefan Richterf148e202008-01-12 12:32:44 +01001930IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001932M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001933P: Stefan Richter
1934M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935L: linux1394-devel@lists.sourceforge.net
1936W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001937T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938S: Maintained
1939
Stefan Richterf51a5a92007-04-23 14:41:10 -07001940IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941P: Dan Dennedy
1942M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001943P: Stefan Richter
1944M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001946S: Maintained
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001949L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001950S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951
1952INFINIBAND SUBSYSTEM
1953P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001954M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001956M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001958M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001959L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001961T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962S: Supported
1963
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001964INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001965P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001966M: dmitry.torokhov@gmail.com
1967M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001968L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001969T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970S: Maintained
1971
Robert Lovec9f04f52005-07-15 12:21:07 -04001972INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001973P: John McCutchan
1974M: ttb@tentacle.dhs.org
1975P: Robert Love
1976M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001977L: linux-kernel@vger.kernel.org
1978S: Maintained
1979
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001980INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001981P: Sylvain Meyer
1982M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001983L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001984S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001987P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001988M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001989L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001990S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992INTEL IA32 MICROCODE UPDATE SUPPORT
1993P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001994M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995S: Maintained
1996
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001997INTEL I/OAT DMA DRIVER
1998P: Shannon Nelson
1999M: shannon.nelson@intel.com
2000L: linux-kernel@vger.kernel.org
2001S: Supported
2002
Dan Williamsb3e5f262007-08-07 10:26:35 -07002003INTEL IOP-ADMA DMA DRIVER
2004P: Dan Williams
2005M: dan.j.williams@intel.com
2006L: linux-kernel@vger.kernel.org
2007S: Supported
2008
Michael Buesch844dd052006-06-26 00:24:59 -07002009INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2010P: Deepak Saxena
2011M: dsaxena@plexity.net
2012S: Maintained
2013
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002014INTEL IXP2000 ETHERNET DRIVER
2015P: Lennert Buytenhek
2016M: kernel@wantstofly.org
2017L: netdev@vger.kernel.org
2018S: Maintained
2019
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002021P: Auke Kok
2022M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023P: Jesse Brandeburg
2024M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002025P: Jeff Kirsher
2026M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002027P: John Ronciak
2028M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002029L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030W: http://sourceforge.net/projects/e1000/
2031S: Supported
2032
2033INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002034P: Auke Kok
2035M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002036P: Jesse Brandeburg
2037M: jesse.brandeburg@intel.com
2038P: Jeff Kirsher
2039M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002040P: John Ronciak
2041M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002042L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043W: http://sourceforge.net/projects/e1000/
2044S: Supported
2045
2046INTEL PRO/10GbE SUPPORT
2047P: Ayyappan Veeraiyan
2048M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002049P: Auke Kok
2050M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002051P: Jesse Brandeburg
2052M: jesse.brandeburg@intel.com
2053P: John Ronciak
2054M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002055L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056W: http://sourceforge.net/projects/e1000/
2057S: Supported
2058
James Ketrenos826d2ab2005-11-07 18:56:59 -06002059INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002060P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002061M: yi.zhu@intel.com
2062P: James Ketrenos
2063M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002064P: Reinette Chatre
2065M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002066L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002067L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002068W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002069W: http://ipw2100.sourceforge.net
2070S: Supported
2071
2072INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002073P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002074M: yi.zhu@intel.com
2075P: James Ketrenos
2076M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002077P: Reinette Chatre
2078M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002079L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002080L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002081W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002082W: http://ipw2200.sourceforge.net
2083S: Supported
2084
Zhu Yib481de92007-09-25 17:54:57 -07002085INTEL WIRELESS WIFI LINK (iwlwifi)
2086P: Zhu Yi
2087M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002088P: Reinette Chatre
2089M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002090L: linux-wireless@vger.kernel.org
2091L: ipw3945-devel@lists.sourceforge.net
2092W: http://intellinuxwireless.org
2093T: git git://intellinuxwireless.org/repos/iwlwifi
2094S: Supported
2095
Ralf Baechlecb109a02007-08-30 23:56:30 -07002096IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097P: Ralf Baechle
2098M: ralf@linux-mips.org
2099L: linux-mips@linux-mips.org
2100S: Maintained
2101
Ralf Baechlecb109a02007-08-30 23:56:30 -07002102IOC3 SERIAL DRIVER
2103P: Pat Gefre
2104M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002105L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002106S: Maintained
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108IP MASQUERADING:
2109P: Juanjo Ciarlante
2110M: jjciarla@raiz.uncu.edu.ar
2111S: Maintained
2112
Francois Romieu1202d6f2007-09-17 17:13:55 -07002113IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2114P: Francois Romieu
2115M: romieu@fr.zoreil.com
2116P: Sorbica Shieh
2117M: sorbica@icplus.com.tw
2118P: Jesse Huang
2119M: jesse@icplus.com.tw
2120L: netdev@vger.kernel.org
2121S: Maintained
2122
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002123IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002124P: Arthur Jones
2125M: infinipath@qlogic.com
2126L: general@lists.openfabrics.org
2127T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002128S: Supported
2129
Corey Minyard4409ebe2006-04-20 02:43:12 -07002130IPMI SUBSYSTEM
2131P: Corey Minyard
2132M: minyard@acm.org
2133L: openipmi-developer@lists.sourceforge.net
2134W: http://openipmi.sourceforge.net/
2135S: Supported
2136
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137IPX NETWORK LAYER
2138P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002139M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002140L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Maintained
2142
2143IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002144P: Samuel Ortiz
2145M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002146L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002148S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149
Mike Christie14816b12007-11-28 16:22:06 -08002150ISCSI
2151P: Mike Christie
2152M: michaelc@cs.wisc.edu
2153L: open-iscsi@googlegroups.com
2154W: www.open-iscsi.org
2155T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2156S: Maintained
2157
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158ISAPNP
2159P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002160M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161S: Maintained
2162
2163ISDN SUBSYSTEM
2164P: Karsten Keil
2165M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166L: isdn4linux@listserv.isdn4linux.de
2167W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002168T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169S: Maintained
2170
2171ISDN SUBSYSTEM (Eicon active card driver)
2172P: Armin Schindler
2173M: mac@melware.de
2174L: isdn4linux@listserv.isdn4linux.de
2175W: http://www.melware.de
2176S: Maintained
2177
Hans Verkuil91821ff2007-12-02 09:35:33 -03002178IVTV VIDEO4LINUX DRIVER
2179P: Hans Verkuil
2180M: hverkuil@xs4all.nl
2181L: ivtv-devel@ivtvdriver.org
2182L: ivtv-users@ivtvdriver.org
2183L: video4linux-list@redhat.com
2184W: http://www.ivtvdriver.org
2185S: Maintained
2186
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2188P: David Woodhouse
2189M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002190L: linux-mtd@lists.infradead.org
2191W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192S: Maintained
2193
2194JFS FILESYSTEM
2195P: Dave Kleikamp
2196M: shaggy@austin.ibm.com
2197L: jfs-discussion@lists.sourceforge.net
2198W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002199T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200S: Supported
2201
Josh Triplettde456d32006-07-30 03:04:00 -07002202JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002203P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002204M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002205L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002206S: Maintained
2207
Rudolf Marek4660cb32006-10-08 22:01:26 +02002208K8TEMP HARDWARE MONITORING DRIVER
2209P: Rudolf Marek
2210M: r.marek@assembler.cz
2211L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212S: Maintained
2213
2214KCONFIG
2215P: Roman Zippel
2216M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002217L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218S: Maintained
2219
Vivek Goyalea6c2082006-05-20 14:59:55 -07002220KDUMP
2221P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002222M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002223P: Haren Myneni
2224M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002225L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002226L: linux-kernel@vger.kernel.org
2227W: http://lse.sourceforge.net/kdump/
2228S: Maintained
2229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230KERNEL AUTOMOUNTER (AUTOFS)
2231P: H. Peter Anvin
2232M: hpa@zytor.com
2233L: autofs@linux.kernel.org
2234S: Odd Fixes
2235
2236KERNEL AUTOMOUNTER v4 (AUTOFS4)
2237P: Ian Kent
2238M: raven@themaw.net
2239L: autofs@linux.kernel.org
2240S: Maintained
2241
2242KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243P: Sam Ravnborg
2244M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002245T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002246L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002247S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248
2249KERNEL JANITORS
2250P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002251L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253S: Maintained
2254
2255KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002256P: J. Bruce Fields
2257M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002259M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002260L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002262S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263
Avi Kivity426d62e2006-12-13 00:34:03 -08002264KERNEL VIRTUAL MACHINE (KVM)
2265P: Avi Kivity
2266M: avi@qumranet.com
2267L: kvm-devel@lists.sourceforge.net
2268W: kvm.sourceforge.net
2269S: Supported
2270
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002271KEXEC
2272P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002273M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002274W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002275L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002276L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002277S: Maintained
2278
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002279KPROBES
2280P: Prasanna S Panchamukhi
2281M: prasanna@in.ibm.com
2282P: Ananth N Mavinakayanahalli
2283M: ananth@in.ibm.com
2284P: Anil S Keshavamurthy
2285M: anil.s.keshavamurthy@intel.com
2286P: David S. Miller
2287M: davem@davemloft.net
2288L: linux-kernel@vger.kernel.org
2289S: Maintained
2290
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002291KS0108 LCD CONTROLLER DRIVER
2292P: Miguel Ojeda Sandonis
2293M: maxextreme@gmail.com
2294L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002295W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002296S: Maintained
2297
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002300S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301
2302LASI 53c700 driver for PARISC
2303P: James E.J. Bottomley
2304M: James.Bottomley@HansenPartnership.com
2305L: linux-scsi@vger.kernel.org
2306S: Maintained
2307
Richard Purdie263de9b2006-05-15 09:44:16 -07002308LED SUBSYSTEM
2309P: Richard Purdie
2310M: rpurdie@rpsys.net
2311S: Maintained
2312
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313LEGO USB Tower driver
2314P: Juergen Stuber
2315M: starblue@users.sourceforge.net
2316L: legousb-devel@lists.sourceforge.net
2317W: http://legousb.sourceforge.net/
2318S: Maintained
2319
Rusty Russell568a17f2007-10-25 14:12:24 +10002320LGUEST
2321P: Rusty Russell
2322M: rusty@rustcorp.com.au
2323L: lguest@ozlabs.org
2324W: http://lguest.ozlabs.org/
2325S: Maintained
2326
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327LINUX FOR IBM pSERIES (RS/6000)
2328P: Paul Mackerras
2329M: paulus@au.ibm.com
2330W: http://www.ibm.com/linux/ltc/projects/ppc
2331S: Supported
2332
2333LINUX FOR NCR VOYAGER
2334P: James Bottomley
2335M: James.Bottomley@HansenPartnership.com
2336W: http://www.hansenpartnership.com/voyager
2337S: Maintained
2338
2339LINUX FOR POWERPC
2340P: Paul Mackerras
2341M: paulus@samba.org
2342W: http://www.penguinppc.org/
2343L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002344T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Supported
2346
2347LINUX FOR POWER MACINTOSH
2348P: Benjamin Herrenschmidt
2349M: benh@kernel.crashing.org
2350W: http://www.penguinppc.org/
2351L: linuxppc-dev@ozlabs.org
2352S: Maintained
2353
2354LINUX FOR POWERPC EMBEDDED MPC52XX
2355P: Sylvain Munaut
2356M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002357P: Grant Likely
2358M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359W: http://www.246tNt.com/mpc52xx/
2360W: http://www.penguinppc.org/
2361L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Maintained
2363
2364LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002365P: Josh Boyer
2366M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367P: Matt Porter
2368M: mporter@kernel.crashing.org
2369W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002370L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002371T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372S: Maintained
2373
Grant Likely260c02a2007-10-02 12:15:34 +10002374LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2375P: Grant Likely
2376M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002377W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002378L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379S: Maintained
2380
Tom Rinie93adf12005-07-26 12:49:53 -07002381LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382P: Tom Rini
2383M: trini@kernel.crashing.org
2384W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002385L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Maintained
2387
Tom Rinie93adf12005-07-26 12:49:53 -07002388LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002389P: Vitaly Bordug
2390M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002391P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002392M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002393W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002394L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002395S: Maintained
2396
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002398P: Kumar Gala
2399M: galak@kernel.crashing.org
2400W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002401L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002402S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403
Olof Johanssonab06ff32006-09-06 14:44:54 -05002404LINUX FOR POWERPC PA SEMI PWRFICIENT
2405P: Olof Johansson
2406M: olof@lixom.net
2407W: http://www.pasemi.com/
2408L: linuxppc-dev@ozlabs.org
2409S: Supported
2410
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411LLC (802.2)
2412P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002413M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Maintained
2415
2416LINUX FOR 64BIT POWERPC
2417P: Paul Mackerras
2418M: paulus@samba.org
2419M: paulus@au.ibm.com
2420P: Anton Blanchard
2421M: anton@samba.org
2422M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002423W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002424L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425S: Supported
2426
2427LINUX SECURITY MODULE (LSM) FRAMEWORK
2428P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002429M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002430L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002432T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Supported
2434
2435LM83 HARDWARE MONITOR DRIVER
2436P: Jean Delvare
2437M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002438L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439S: Maintained
2440
2441LM90 HARDWARE MONITOR DRIVER
2442P: Jean Delvare
2443M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002444L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445S: Maintained
2446
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002447LOCKDEP AND LOCKSTAT
2448P: Peter Zijlstra
2449M: peterz@infradead.org
2450P: Ingo Molnar
2451M: mingo@redhat.com
2452L: linux-kernel@vger.kernel.org
2453T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2454S: Maintained
2455
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002456LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457P: Richard Russon (FlatCap)
2458M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002459L: linux-ntfs-dev@lists.sourceforge.net
2460W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461S: Maintained
2462
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002463LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2464P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002465M: Eric.Moore@lsi.com
2466M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002467L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002468L: linux-scsi@vger.kernel.org
2469W: http://www.lsilogic.com/support
2470S: Supported
2471
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2473P: Matthew Wilcox
2474M: matthew@wil.cx
2475L: linux-scsi@vger.kernel.org
2476S: Maintained
2477
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002478M32R ARCHITECTURE
2479P: Hirokazu Takata
2480M: takata@linux-m32r.org
2481L: linux-m32r@ml.linux-m32r.org
2482L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2483W: http://www.linux-m32r.org/
2484S: Maintained
2485
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486M68K ARCHITECTURE
2487P: Geert Uytterhoeven
2488M: geert@linux-m68k.org
2489P: Roman Zippel
2490M: zippel@linux-m68k.org
2491L: linux-m68k@lists.linux-m68k.org
2492W: http://www.linux-m68k.org/
2493W: http://linux-m68k-cvs.ubb.ca/
2494S: Maintained
2495
2496M68K ON APPLE MACINTOSH
2497P: Joshua Thompson
2498M: funaho@jurai.org
2499W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002500L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501S: Maintained
2502
2503M68K ON HP9000/300
2504P: Philip Blundell
2505M: philb@gnu.org
2506W: http://www.tazenda.demon.co.uk/phil/linux-hp
2507S: Maintained
2508
Jiri Benc64a327a2007-05-05 11:47:08 -07002509MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002510P: Michael Wu
2511M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002512P: Johannes Berg
2513M: johannes@sipsolutions.net
2514P: Jiri Benc
2515M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002516L: linux-wireless@vger.kernel.org
2517W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002518T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002519S: Maintained
2520
Stefano Brivio1036d862007-12-23 04:46:27 +01002521MAC80211 PID RATE CONTROL
2522P: Stefano Brivio
2523M: stefano.brivio@polimi.it
2524P: Mattias Nissler
2525M: mattias.nissler@gmx.de
2526L: linux-wireless@vger.kernel.org
2527W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2528T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2529S: Maintained
2530
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002531MACVLAN DRIVER
2532P: Patrick McHardy
2533M: kaber@trash.net
2534L: netdev@vger.kernel.org
2535S: Maintained
2536
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537MARVELL YUKON / SYSKONNECT DRIVER
2538P: Mirko Lindner
2539M: mlindner@syskonnect.de
2540P: Ralph Roesler
2541M: rroesler@syskonnect.de
2542W: http://www.syskonnect.com
2543S: Supported
2544
Michael Kerriskfaf16682005-07-31 22:34:47 -07002545MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002546P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002547M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002548W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2549S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002550
Stefano Brivio74cda162007-11-19 20:27:46 +01002551MARVELL LIBERTAS WIRELESS DRIVER
2552P: Dan Williams
2553M: dcbw@redhat.com
2554L: libertas-dev@lists.infradead.org
2555S: Maintained
2556
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002557MARVELL MV643XX ETHERNET DRIVER
2558P: Dale Farnsworth
2559M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002561M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002562L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002563S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
2565MATROX FRAMEBUFFER DRIVER
2566P: Petr Vandrovec
2567M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002568L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569S: Maintained
2570
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002571MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2572P: Hans J. Koch
2573M: hjk@linutronix.de
2574L: lm-sensors@lm-sensors.org
2575S: Maintained
2576
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002577MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002578P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002579M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002580S: linux-scsi@vger.kernel.org
2581W: http://megaraid.lsilogic.com
2582S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002583
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002584MEMORY MANAGEMENT
2585L: linux-mm@kvack.org
2586L: linux-kernel@vger.kernel.org
2587W: http://www.linux-mm.org
2588S: Maintained
2589
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002590MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591P: David Woodhouse
2592M: dwmw2@infradead.org
2593W: http://www.linux-mtd.infradead.org/
2594L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002595T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596S: Maintained
2597
Artem Bityutskiy48576402007-02-13 17:11:10 +02002598UNSORTED BLOCK IMAGES (UBI)
2599P: Artem Bityutskiy
2600M: dedekind@infradead.org
2601W: http://www.linux-mtd.infradead.org/
2602L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002603T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002604S: Maintained
2605
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606MICROTEK X6 SCANNER
2607P: Oliver Neukum
2608M: oliver@neukum.name
2609S: Maintained
2610
2611MIPS
2612P: Ralf Baechle
2613M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002614W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002616T: git www.linux-mips.org:/pub/scm/linux.git
2617S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618
2619MISCELLANEOUS MCA-SUPPORT
2620P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002621M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622L: linux-kernel@vger.kernel.org
2623S: Maintained
2624
2625MODULE SUPPORT
2626P: Rusty Russell
2627M: rusty@rustcorp.com.au
2628L: linux-kernel@vger.kernel.org
2629S: Maintained
2630
2631MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2632P: Stelian Pop
2633M: stelian@popies.net
2634W: http://popies.net/meye/
2635S: Maintained
2636
Pavel Pisac58ff042007-05-16 01:10:41 +02002637MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2638P: Pavel Pisa
2639M: ppisa@pikron.com
2640L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2641W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644MOUSE AND MISC DEVICES [GENERAL]
2645P: Alessandro Rubini
2646M: rubini@ipvvis.unipv.it
2647L: linux-kernel@vger.kernel.org
2648S: Maintained
2649
Jiri Slabyd7354102006-12-08 02:38:35 -08002650MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2651P: Jiri Slaby
2652M: jirislaby@gmail.com
2653L: linux-kernel@vger.kernel.org
2654S: Maintained
2655
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002656MSI LAPTOP SUPPORT
2657P: Lennart Poettering
2658M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002659W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002660W: http://0pointer.de/lennart/tchibo.html
2661S: Maintained
2662
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002663MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002664P: Pierre Ossman
2665M: drzeus-mmc@drzeus.cx
2666L: linux-kernel@vger.kernel.org
2667S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002668
David Brownell15a05802007-08-08 09:12:54 -07002669MULTIMEDIA CARD (MMC) ETC. OVER SPI
2670P: David Brownell
2671M: dbrownell@users.sourceforge.net
2672L: linux-kernel@vger.kernel.org
2673S: Odd fixes
2674
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675MULTISOUND SOUND DRIVER
2676P: Andrew Veliath
2677M: andrewtv@usa.net
2678S: Maintained
2679
Jiri Slabyd7354102006-12-08 02:38:35 -08002680MULTITECH MULTIPORT CARD (ISICOM)
2681P: Jiri Slaby
2682M: jirislaby@gmail.com
2683L: linux-kernel@vger.kernel.org
2684S: Maintained
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686NATSEMI ETHERNET DRIVER (DP8381x)
2687P: Tim Hockin
2688M: thockin@hockin.org
2689S: Maintained
2690
2691NCP FILESYSTEM
2692P: Petr Vandrovec
2693M: vandrove@vc.cvut.cz
2694L: linware@sh.cvut.cz
2695S: Maintained
2696
2697NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2698P: James E.J. Bottomley
2699M: James.Bottomley@HansenPartnership.com
2700L: linux-scsi@vger.kernel.org
2701S: Maintained
2702
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002703NETEM NETWORK EMULATOR
2704P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002705M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002706L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002707S: Maintained
2708
Jiri Slaby4a584482007-08-30 23:56:39 -07002709NETERION (S2IO) Xframe 10GbE DRIVER
2710P: Ramkrishna Vepa
2711M: ram.vepa@neterion.com
2712P: Rastapur Santosh
2713M: santosh.rastapur@neterion.com
2714P: Sivakumar Subramani
2715M: sivakumar.subramani@neterion.com
2716P: Sreenivasa Honnur
2717M: sreenivasa.honnur@neterion.com
2718L: netdev@vger.kernel.org
2719W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2720S: Supported
2721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722NETFILTER/IPTABLES/IPCHAINS
2723P: Rusty Russell
2724P: Marc Boucher
2725P: James Morris
2726P: Harald Welte
2727P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002728P: Patrick McHardy
2729M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002730L: netfilter-devel@vger.kernel.org
2731L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002732L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733W: http://www.netfilter.org/
2734W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735S: Supported
2736
Paul Moore4cc67732006-09-25 15:57:13 -07002737NETLABEL
2738P: Paul Moore
2739M: paul.moore@hp.com
2740W: http://netlabel.sf.net
2741L: netdev@vger.kernel.org
2742S: Supported
2743
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744NETROM NETWORK LAYER
2745P: Ralf Baechle
2746M: ralf@linux-mips.org
2747L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002748W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749S: Maintained
2750
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002751NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752P: Paul Clements
2753M: Paul.Clements@steeleye.com
2754S: Maintained
2755
2756NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757P: Jeff Garzik
2758M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002759L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002760T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761S: Maintained
2762
2763NETWORKING [GENERAL]
2764P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002765M: netdev@vger.kernel.org
2766L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002767W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768S: Maintained
2769
2770NETWORKING [IPv4/IPv6]
2771P: David S. Miller
2772M: davem@davemloft.net
2773P: Alexey Kuznetsov
2774M: kuznet@ms2.inr.ac.ru
2775P: Pekka Savola (ipv6)
2776M: pekkas@netcore.fi
2777P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002778M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779P: Hideaki YOSHIFUJI
2780M: yoshfuji@linux-ipv6.org
2781P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002782M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002783L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002784T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785S: Maintained
2786
James Morris10e2ff12007-08-25 14:41:28 -07002787NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2788P: Paul Moore
2789M: paul.moore@hp.com
2790L: netdev@vger.kernel.org
2791S: Maintained
2792
John W. Linville29f8f632006-01-18 14:52:48 -08002793NETWORKING [WIRELESS]
2794P: John W. Linville
2795M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002796L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002797T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2798S: Maintained
2799
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002800NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002801P: Dhananjay Phadke
2802M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002803L: netdev@vger.kernel.org
2804W: http://www.netxen.com
2805S: Supported
2806
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807IPVS
2808P: Wensong Zhang
2809M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002810P: Simon Horman
2811M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812P: Julian Anastasov
2813M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002814L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815S: Maintained
2816
2817NFS CLIENT
2818P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002819M: Trond.Myklebust@netapp.com
2820L: linux-nfs@vger.kernel.org
2821W: http://client.linux-nfs.org
2822T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823S: Maintained
2824
2825NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002826P: Jan-Pascal van Best
2827M: janpascal@vanbest.org
2828P: Andreas Mohr
2829M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002830L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831S: Maintained
2832
2833NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2834P: YOKOTA Hiroshi
2835M: yokota@netlab.is.tsukuba.ac.jp
2836W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2837S: Maintained
2838
2839NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2840P: GOTO Masanori
2841M: gotom@debian.or.jp
2842P: YOKOTA Hiroshi
2843M: yokota@netlab.is.tsukuba.ac.jp
2844W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2845S: Maintained
2846
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847NTFS FILESYSTEM
2848P: Anton Altaparmakov
2849M: aia21@cantab.net
2850L: linux-ntfs-dev@lists.sourceforge.net
2851L: linux-kernel@vger.kernel.org
2852W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002853T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854S: Maintained
2855
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002856NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002857P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002858M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002859L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002860S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002862OPENCORES I2C BUS DRIVER
2863P: Peter Korsgaard
2864M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002865L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002866S: Maintained
2867
Mark Fashehccd979b2005-12-15 14:31:24 -08002868ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2869P: Mark Fasheh
2870M: mark.fasheh@oracle.com
2871P: Kurt Hackel
2872M: kurt.hackel@oracle.com
2873L: ocfs2-devel@oss.oracle.com
2874W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002875S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002876
Harald Weltec1986ee2005-11-13 16:06:29 -08002877OMNIKEY CARDMAN 4000 DRIVER
2878P: Harald Welte
2879M: laforge@gnumonks.org
2880S: Maintained
2881
Harald Welte77c44ab2005-11-13 16:06:26 -08002882OMNIKEY CARDMAN 4040 DRIVER
2883P: Harald Welte
2884M: laforge@gnumonks.org
2885S: Maintained
2886
Jonathan Corbet77d51402007-03-22 19:44:17 -03002887OMNIVISION OV7670 SENSOR DRIVER
2888P: Jonathan Corbet
2889M: corbet@lwn.net
2890L: video4linux-list@redhat.com
2891S: Maintained
2892
Thomas Gleixner431bca72007-05-02 09:31:35 +02002893ONENAND FLASH DRIVER
2894P: Kyungmin Park
2895M: kyungmin.park@samsung.com
2896L: linux-mtd@lists.infradead.org
2897S: Maintained
2898
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899ONSTREAM SCSI TAPE DRIVER
2900P: Willem Riede
2901M: osst@riede.org
2902L: osst-users@lists.sourceforge.net
2903L: linux-scsi@vger.kernel.org
2904S: Maintained
2905
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906OPROFILE
2907P: Philippe Elie
2908M: phil.el@wanadoo.fr
2909L: oprofile-list@lists.sf.net
2910S: Maintained
2911
2912ORINOCO DRIVER
2913P: Pavel Roskin
2914M: proski@gnu.org
2915P: David Gibson
2916M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002917L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002918L: orinoco-users@lists.sourceforge.net
2919L: orinoco-devel@lists.sourceforge.net
2920W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921S: Maintained
2922
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002923PA SEMI ETHERNET DRIVER
2924P: Olof Johansson
2925M: olof@lixom.net
2926L: netdev@vger.kernel.org
2927S: Maintained
2928
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002929PA SEMI SMBUS DRIVER
2930P: Olof Johansson
2931M: olof@lixom.net
2932L: i2c@lm-sensors.org
2933S: Maintained
2934
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002936L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002937S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938
2939PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2940P: Tim Waugh
2941M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002942L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943W: http://www.torque.net/linux-pp.html
2944S: Maintained
2945
2946PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002947P: Kyle McMartin
2948M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949P: Matthew Wilcox
2950M: matthew@wil.cx
2951P: Grant Grundler
2952M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002953L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002955T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956S: Maintained
2957
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002958PARAVIRT_OPS INTERFACE
2959P: Jeremy Fitzhardinge
2960M: jeremy@xensource.com
2961P: Chris Wright
2962M: chrisw@sous-sol.org
2963P: Zachary Amsden
2964M: zach@vmware.com
2965P: Rusty Russell
2966M: rusty@rustcorp.com.au
2967L: virtualization@lists.osdl.org
2968L: linux-kernel@vger.kernel.org
2969S: Supported
2970
Jim Cromie1662d322006-10-06 00:43:59 -07002971PC87360 HARDWARE MONITORING DRIVER
2972P: Jim Cromie
2973M: jim.cromie@gmail.com
2974L: lm-sensors@lm-sensors.org
2975S: Maintained
2976
2977PC8736x GPIO DRIVER
2978P: Jim Cromie
2979M: jim.cromie@gmail.com
2980S: Maintained
2981
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002982PCI ERROR RECOVERY
2983P: Linas Vepstas
2984M: linas@austin.ibm.com
2985L: linux-kernel@vger.kernel.org
2986L: linux-pci@atrey.karlin.mff.cuni.cz
2987S: Supported
2988
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989PCI SUBSYSTEM
2990P: Greg Kroah-Hartman
2991M: gregkh@suse.de
2992L: linux-kernel@vger.kernel.org
2993L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002994T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995S: Supported
2996
2997PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002998P: Kristen Carlson Accardi
2999M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000S: Supported
3001
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003002PCIE HOTPLUG DRIVER
3003P: Kristen Carlson Accardi
3004M: kristen.c.accardi@intel.com
3005L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003006S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003007
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003009P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003010L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003011W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003012T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003013S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014
3015PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003016P: Don Fry
3017M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003018L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019S: Maintained
3020
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003021PER-TASK DELAY ACCOUNTING
3022P: Shailabh Nagar
3023M: nagar@watson.ibm.com
3024L: linux-kernel@vger.kernel.org
3025S: Maintained
3026
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003027PERSONALITY HANDLING
3028P: Christoph Hellwig
3029M: hch@infradead.org
3030L: linux-abi-devel@lists.sourceforge.net
3031S: Maintained
3032
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003034P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035M: joern@wh.fh-wedel.de
3036L: linux-mtd@lists.infradead.org
3037S: Maintained
3038
Peter Osterlund249a6772005-09-27 21:45:30 -07003039PKTCDVD DRIVER
3040P: Peter Osterlund
3041M: petero2@telia.com
3042L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003043S: Maintained
3044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003046P: Thomas Gleixner
3047M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003048L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049S: Supported
3050
Anton Vorontsov3be86142007-07-15 04:43:36 +04003051POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3052P: Anton Vorontsov
3053M: cbou@mail.ru
3054P: David Woodhouse
3055M: dwmw2@infradead.org
3056L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003057T: git git.infradead.org/battery-2.6.git
3058S: Maintained
3059
Eugene Surovegin24682972005-10-14 03:00:53 -07003060POWERPC 4xx EMAC DRIVER
3061P: Eugene Surovegin
3062M: ebs@ebshome.net
3063W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003064L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003065L: netdev@vger.kernel.org
3066S: Maintained
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068PNP SUPPORT
3069P: Adam Belay
3070M: ambx1@neo.rr.com
3071S: Maintained
3072
Vitaly Wool999445d2007-01-04 13:07:03 +01003073PNXxxxx I2C DRIVER
3074P: Vitaly Wool
3075M: vitalywool@gmail.com
3076L: i2c@lm-sensors.org
3077S: Maintained
3078
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079PPP PROTOCOL DRIVERS AND COMPRESSORS
3080P: Paul Mackerras
3081M: paulus@samba.org
3082L: linux-ppp@vger.kernel.org
3083S: Maintained
3084
3085PPP OVER ATM (RFC 2364)
3086P: Mitchell Blank Jr
3087M: mitch@sfgoth.com
3088S: Maintained
3089
3090PPP OVER ETHERNET
3091P: Michal Ostrowski
3092M: mostrows@speakeasy.net
3093S: Maintained
3094
James Chapmana6d23702007-06-27 15:53:17 -07003095PPP OVER L2TP
3096P: James Chapman
3097M: jchapman@katalix.com
3098S: Maintained
3099
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100PREEMPTIBLE KERNEL
3101P: Robert Love
3102M: rml@tech9.net
3103L: linux-kernel@vger.kernel.org
3104L: kpreempt-tech@lists.sourceforge.net
3105W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3106S: Supported
3107
Michael Wueff1a592007-09-25 18:11:01 -07003108P54 WIRELESS DRIVER
3109P: Michael Wu
3110M: flamingice@sourmilk.net
3111L: linux-wireless@vger.kernel.org
3112W: http://prism54.org
3113T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3114S: Maintained
3115
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003117P: Luis R. Rodriguez
3118M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003119L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120W: http://prism54.org
3121S: Maintained
3122
3123PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3124P: Peter Denison
3125M: promise@pnd-pc.demon.co.uk
3126W: http://www.pnd-pc.demon.co.uk/promise/
3127S: Maintained
3128
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003129PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3130P: Mikael Pettersson
3131M: mikpe@it.uu.se
3132L: linux-ide@vger.kernel.org
3133S: Maintained
3134
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003135PS3 NETWORK SUPPORT
3136P: Masakazu Mokuno
3137M: mokuno@sm.sony.co.jp
3138L: netdev@vger.kernel.org
3139L: cbe-oss-dev@ozlabs.org
3140S: Supported
3141
Geoff Levandf58a9d12006-11-23 00:46:51 +01003142PS3 PLATFORM SUPPORT
3143P: Geoff Levand
3144M: geoffrey.levand@am.sony.com
3145L: linuxppc-dev@ozlabs.org
3146L: cbe-oss-dev@ozlabs.org
3147S: Supported
3148
Michael Krufky83202042006-07-03 00:24:18 -07003149PVRUSB2 VIDEO4LINUX DRIVER
3150P: Mike Isely
3151M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003152L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003153L: video4linux-list@redhat.com
3154W: http://www.isely.net/pvrusb2/
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157PXA2xx SUPPORT
3158P: Nicolas Pitre
3159M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003160L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161S: Maintained
3162
Pierre Ossman272f1332007-05-14 21:25:26 +02003163PXA MMCI DRIVER
3164S: Orphan
3165
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166QLOGIC QLA2XXX FC-SCSI DRIVER
3167P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003168M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169L: linux-scsi@vger.kernel.org
3170S: Supported
3171
Ron Mercer5a4faa82006-07-25 00:40:21 -07003172QLOGIC QLA3XXX NETWORK DRIVER
3173P: Ron Mercer
3174M: linux-driver@qlogic.com
3175L: netdev@vger.kernel.org
3176S: Supported
3177
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178QNX4 FILESYSTEM
3179P: Anders Larsen
3180M: al@alarsen.net
3181L: linux-kernel@vger.kernel.org
3182W: http://www.alarsen.net/linux/qnx4fs/
3183S: Maintained
3184
3185RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003186P: Benjamin Herrenschmidt
3187M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003188L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189S: Maintained
3190
3191RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003192P: Paul Mackerras
3193M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003194L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195S: Maintained
3196
3197RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3198P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003199M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003200L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201S: Maintained
3202
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003203RALINK RT2X00 WLAN DRIVER
3204P: rt2x00 project
3205L: linux-wireless@vger.kernel.org
3206L: rt2400-devel@lists.sourceforge.net
3207W: http://rt2x00.serialmonkey.com/
3208S: Maintained
3209F: drivers/net/wireless/rt2x00/
3210
Matt Mackall9e95ce22005-04-16 15:25:56 -07003211RANDOM NUMBER DRIVER
3212P: Matt Mackall
3213M: mpm@selenic.com
3214S: Maintained
3215
Matt Porter394b7012005-11-07 01:00:15 -08003216RAPIDIO SUBSYSTEM
3217P: Matt Porter
3218M: mporter@kernel.crashing.org
3219L: linux-kernel@vger.kernel.org
3220S: Maintained
3221
Florian Fainellidb17f392007-12-19 11:30:30 +01003222RDC R6040 FAST ETHERNET DRIVER
3223P: Florian Fainelli
3224M: florian.fainelli@telecomint.eu
3225L: netdev@vger.kernel.org
3226S: Maintained
3227
Josh Triplett595182b2006-10-04 02:17:21 -07003228READ-COPY UPDATE (RCU)
3229P: Dipankar Sarma
3230M: dipankar@in.ibm.com
3231W: http://www.rdrop.com/users/paulmck/rclock/
3232L: linux-kernel@vger.kernel.org
3233S: Supported
3234
3235RCUTORTURE MODULE
3236P: Josh Triplett
3237M: josh@freedesktop.org
3238L: linux-kernel@vger.kernel.org
3239S: Maintained
3240
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241REAL TIME CLOCK DRIVER
3242P: Paul Gortmaker
3243M: p_gortmaker@yahoo.com
3244L: linux-kernel@vger.kernel.org
3245S: Maintained
3246
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003247REAL TIME CLOCK (RTC) SUBSYSTEM
3248P: Alessandro Zummo
3249M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003250L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003251S: Maintained
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253REISERFS FILE SYSTEM
3254P: Hans Reiser
3255M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003256L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257W: http://www.namesys.com
3258S: Supported
3259
3260ROCKETPORT DRIVER
3261P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262W: http://www.comtrol.com
3263S: Maintained
3264
3265ROSE NETWORK LAYER
3266P: Ralf Baechle
3267M: ralf@linux-mips.org
3268L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003269W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270S: Maintained
3271
3272RISCOM8 DRIVER
3273S: Orphan
3274
Michael Wu605bebe2007-05-14 01:41:02 -04003275RTL818X WIRELESS DRIVER
3276P: Michael Wu
3277M: flamingice@sourmilk.net
3278P: Andrea Merello
3279M: andreamrl@tiscali.it
3280L: linux-wireless@vger.kernel.org
3281W: http://linuxwireless.org/
3282T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3283S: Maintained
3284
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003285S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003286P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003287M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003288L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003289S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003290
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291S390
3292P: Martin Schwidefsky
3293M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003294P: Heiko Carstens
3295M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003297L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003298W: http://www.ibm.com/developerworks/linux/linux390/
3299S: Supported
3300
3301S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003302P: Ursula Braun
3303M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003304P: Frank Blaschka
3305M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003306M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003307L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003308W: http://www.ibm.com/developerworks/linux/linux390/
3309S: Supported
3310
3311S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003312P: Christof Schmitt
3313M: christof.schmitt@de.ibm.com
3314P: Martin Peschke
3315M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003316M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003317L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003318W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319S: Supported
3320
Ursula Braundd96df22007-09-19 13:09:02 +02003321S390 IUCV NETWORK LAYER
3322P: Ursula Braun
3323M: ubraun@linux.vnet.ibm.com
3324M: linux390@de.ibm.com
3325L: linux-s390@vger.kernel.org
3326W: http://www.ibm.com/developerworks/linux/linux390/
3327S: Supported
3328
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329SAA7146 VIDEO4LINUX-2 DRIVER
3330P: Michael Hunold
3331M: michael@mihu.de
3332W: http://www.mihu.de/linux/saa7146
3333S: Maintained
3334
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335SC1200 WDT DRIVER
3336P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003337M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338S: Maintained
3339
3340SCHEDULER
3341P: Ingo Molnar
3342M: mingo@elte.hu
3343P: Robert Love [the preemptible kernel bits]
3344M: rml@tech9.net
3345L: linux-kernel@vger.kernel.org
3346S: Maintained
3347
3348SCSI CDROM DRIVER
3349P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003350M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351L: linux-scsi@vger.kernel.org
3352W: http://www.kernel.dk
3353S: Maintained
3354
3355SCSI SG DRIVER
3356P: Doug Gilbert
3357M: dgilbert@interlog.com
3358L: linux-scsi@vger.kernel.org
3359W: http://www.torque.net/sg
3360S: Maintained
3361
3362SCSI SUBSYSTEM
3363P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003364M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003366T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003367T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3368T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369S: Maintained
3370
3371SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003372P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373M: Kai.Makisara@kolumbus.fi
3374L: linux-scsi@vger.kernel.org
3375S: Maintained
3376
3377SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003378P: Vlad Yasevich
3379M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003380P: Sridhar Samudrala
3381M: sri@us.ibm.com
3382L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003383W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003384S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385
3386SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003387P: Jim Cromie
3388M: jim.cromie@gmail.com
3389S: Odd Fixes
3390
3391SCx200 GPIO DRIVER
3392P: Jim Cromie
3393M: jim.cromie@gmail.com
3394S: Maintained
3395
3396SCx200 HRT CLOCKSOURCE DRIVER
3397P: Jim Cromie
3398M: jim.cromie@gmail.com
3399S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400
3401SECURITY CONTACT
3402P: Security Officers
3403M: security@kernel.org
3404S: Supported
3405
3406SELINUX SECURITY MODULE
3407P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003408M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003410M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003411P: Eric Paris
3412M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003414L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415W: http://www.nsa.gov/selinux
3416S: Supported
3417
Jiri Slabycef2cf02007-05-08 00:31:45 -07003418SENSABLE PHANTOM
3419P: Jiri Slaby
3420M: jirislaby@gmail.com
3421S: Maintained
3422
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423SERIAL ATA (SATA) SUBSYSTEM:
3424P: Jeff Garzik
3425M: jgarzik@pobox.com
3426L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003427T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428S: Supported
3429
3430SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3431P: Pat Gefre
3432M: pfg@sgi.com
3433L: linux-ia64@vger.kernel.org
3434S: Supported
3435
3436SGI VISUAL WORKSTATION 320 AND 540
3437P: Andrey Panin
3438M: pazke@donpac.ru
3439L: linux-visws-devel@lists.sf.net
3440W: http://linux-visws.sf.net
3441S: Maintained for 2.6.
3442
3443SIMTEC EB110ATX (Chalice CATS)
3444P: Ben Dooks
3445P: Vincent Sanders
3446M: support@simtec.co.uk
3447W: http://www.simtec.co.uk/products/EB110ATX/
3448S: Supported
3449
3450SIMTEC EB2410ITX (BAST)
3451P: Ben Dooks
3452P: Vincent Sanders
3453M: support@simtec.co.uk
3454W: http://www.simtec.co.uk/products/EB2410ITX/
3455S: Supported
3456
Francois Romieu92aab3c2005-07-30 13:11:18 +02003457SIS 190 ETHERNET DRIVER
3458P: Francois Romieu
3459M: romieu@fr.zoreil.com
3460L: netdev@vger.kernel.org
3461S: Maintained
3462
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463SIS 5513 IDE CONTROLLER DRIVER
3464P: Lionel Bouton
3465M: Lionel.Bouton@inet6.fr
3466W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3467W: http://gyver.homeip.net/sis5513/index.html
3468S: Maintained
3469
3470SIS 900/7016 FAST ETHERNET DRIVER
3471P: Daniele Venzano
3472M: venza@brownhat.org
3473W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003474L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475S: Maintained
3476
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003477SIS 96X I2C/SMBUS DRIVER
3478P: Mark M. Hoffman
3479M: mhoffman@lightlink.com
3480L: lm-sensors@lm-sensors.org
3481S: Maintained
3482
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483SIS FRAMEBUFFER DRIVER
3484P: Thomas Winischhofer
3485M: thomas@winischhofer.net
3486W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003487S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488
3489SIS USB2VGA DRIVER
3490P: Thomas Winischhofer
3491M: thomas@winischhofer.net
3492W: http://www.winischhofer.at/linuxsisusbvga.shtml
3493S: Maintained
3494
Christoph Lameter415ad262007-07-26 10:40:56 -07003495SLAB ALLOCATOR
3496P: Christoph Lameter
3497M: clameter@sgi.com
3498P: Pekka Enberg
3499M: penberg@cs.helsinki.fi
3500L: linux-mm@kvack.org
3501S: Maintained
3502
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503SMC91x ETHERNET DRIVER
3504P: Nicolas Pitre
3505M: nico@cam.org
3506S: Maintained
3507
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003508SMSC47B397 HARDWARE MONITOR DRIVER
3509P: Mark M. Hoffman
3510M: mhoffman@lightlink.com
3511L: lm-sensors@lm-sensors.org
3512S: Maintained
3513
Daniel Drake8f0f8502006-07-18 22:00:25 +01003514SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003515P: Daniel Drake
3516M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003517L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003518S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003519
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520SOFTWARE RAID (Multiple Disks) SUPPORT
3521P: Ingo Molnar
3522M: mingo@redhat.com
3523P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003524M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003526S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527
Pavel Machek95a631e2007-07-19 01:47:42 -07003528HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529P: Pavel Machek
3530M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003531P: Rafael J. Wysocki
3532M: rjw@sisk.pl
3533L: linux-pm@lists.linux-foundation.org
3534S: Supported
3535
3536SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003537P: Len Brown
3538M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003539P: Pavel Machek
3540M: pavel@suse.cz
3541P: Rafael J. Wysocki
3542M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003543L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003544S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545
3546SONIC NETWORK DRIVER
3547P: Thomas Bogendoerfer
3548M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003549L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550S: Maintained
3551
Michael Buesch61e115a2007-09-18 15:12:50 -04003552SONICS SILICON BACKPLANE DRIVER (SSB)
3553P: Michael Buesch
3554M: mb@bu3sch.de
3555L: netdev@vger.kernel.org
3556S: Maintained
3557
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003559P: Mattia Dongili
3560M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003561L: linux-acpi@vger.kernel.org
3562W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S: Maintained
3564
3565SOUND
3566P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003567M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003568L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569S: Maintained
3570
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003571SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3572P: Liam Girdwood
3573M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003574P: Mark Brown
3575M: broonie@opensource.wolfsonmicro.com
3576T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003577L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003578S: Supported
3579
Kumar Gala025c3982006-04-02 16:05:54 -05003580SPI SUBSYSTEM
3581P: David Brownell
3582M: dbrownell@users.sourceforge.net
3583L: spi-devel-general@lists.sourceforge.net
3584S: Maintained
3585
Steven Rostedt855f46a2006-08-05 12:14:50 -07003586STABLE BRANCH:
3587P: Greg Kroah-Hartman
3588M: greg@kroah.com
3589P: Chris Wright
3590M: chrisw@sous-sol.org
3591L: stable@kernel.org
3592S: Maintained
3593
Kylene Hall1c72d462005-05-01 08:59:13 -07003594TPM DEVICE DRIVER
3595P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003596M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003597W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003598P: Marcel Selhorst
3599M: tpm@selhorst.net
3600W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003601L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003602S: Maintained
3603
Mark Gross1a80ba82005-10-30 15:02:55 -08003604Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003605P: Mark Gross
3606M: mark.gross@intel.com
3607S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003608
Chris Zankel48b415c2005-06-23 22:01:07 -07003609TENSILICA XTENSA PORT (xtensa):
3610P: Chris Zankel
3611M: chris@zankel.net
3612S: Maintained
3613
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003614THINKPAD ACPI EXTRAS DRIVER
3615P: Henrique de Moraes Holschuh
3616M: ibm-acpi@hmh.eng.br
3617L: ibm-acpi-devel@lists.sourceforge.net
3618W: http://ibm-acpi.sourceforge.net
3619W: http://thinkwiki.org/wiki/Ibm-acpi
3620T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3621S: Maintained
3622
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623UltraSPARC (sparc64):
3624P: David S. Miller
3625M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003627T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628S: Maintained
3629
3630SHARP LH SUPPORT (LH7952X & LH7A40X)
3631P: Marc Singer
3632M: elf@buici.com
3633W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003634L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635S: Maintained
3636
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003637SHPC HOTPLUG DRIVER
3638P: Kristen Carlson Accardi
3639M: kristen.c.accardi@intel.com
3640L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003641S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003642
Pierre Ossmand129bce2006-03-24 03:18:17 -08003643SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3644P: Pierre Ossman
3645M: drzeus-sdhci@drzeus.cx
3646L: sdhci-devel@list.drzeus.cx
3647W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3648S: Maintained
3649
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003650SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3651P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003652M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003653L: netdev@vger.kernel.org
3654S: Maintained
3655
Chris Boot1a87d942006-07-10 04:45:34 -07003656SOEKRIS NET48XX LED SUPPORT
3657P: Chris Boot
3658M: bootc@bootc.net
3659S: Maintained
3660
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661SPARC (sparc32):
3662P: William L. Irwin
3663M: wli@holomorphy.com
3664L: sparclinux@vger.kernel.org
3665S: Maintained
3666
3667SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3668P: Roger Wolff
3669M: R.E.Wolff@BitWizard.nl
3670L: linux-kernel@vger.kernel.org ?
3671S: Supported
3672
Jim Lewis2752e402006-09-29 02:01:19 -07003673SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003674P: Ishizaki Kou
3675M: kou.ishizaki@toshiba.co.jp
3676P: Jens Osterkamp
3677M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003678L: netdev@vger.kernel.org
3679S: Supported
3680
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681SRM (Alpha) environment access
3682P: Jan-Benedict Glaw
3683M: jbglaw@lug-owl.de
3684L: linux-kernel@vger.kernel.org
3685S: Maintained
3686
3687STARFIRE/DURALAN NETWORK DRIVER
3688P: Ion Badulescu
3689M: ionut@cs.columbia.edu
3690S: Maintained
3691
3692STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3693W: http://mosquitonet.Stanford.EDU/strip.html
3694S: Unsupported ?
3695
3696STRADIS MPEG-2 DECODER DRIVER
3697P: Nathan Laredo
3698M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699W: http://www.stradis.com/
3700S: Maintained
3701
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003702SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703P: Paul Mundt
3704M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003705L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003707T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708S: Maintained
3709
3710SUN3/3X
3711P: Sam Creasey
3712M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713W: http://sammy.net/sun3/
3714S: Maintained
3715
3716SVGA HANDLING
3717P: Martin Mares
3718M: mj@ucw.cz
3719L: linux-video@atrey.karlin.mff.cuni.cz
3720S: Maintained
3721
3722SYSV FILESYSTEM
3723P: Christoph Hellwig
3724M: hch@infradead.org
3725S: Maintained
3726
Stephen Hemminger781b4562006-07-10 20:25:29 -07003727TC CLASSIFIER
3728P: Jamal Hadi Salim
3729M: hadi@cyberus.ca
3730L: netdev@vger.kernel.org
3731S: Maintained
3732
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003733TCP LOW PRIORITY MODULE
3734P: Wong Hoi Sing, Edison
3735M: hswong3i@gmail.com
3736P: Hung Hing Lun, Mike
3737M: hlhung3i@gmail.com
3738W: http://tcp-lp-mod.sourceforge.net/
3739S: Maintained
3740
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003741TEHUTI ETHERNET DRIVER
3742P: Alexander Indenbaum
3743M: baum@tehutinetworks.net
3744P: Andy Gospodarek
3745M: andy@greyhouse.net
3746L: netdev@vger.kernel.org
3747S: Supported
3748
Alex Dubov4020f2d2006-10-04 02:15:37 -07003749TI FLASH MEDIA INTERFACE DRIVER
3750P: Alex Dubov
3751M: oakad@yahoo.com
3752S: Maintained
3753
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003754TI OMAP MMC INTERFACE DRIVER
3755P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003756M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003757W: http://linux.omap.com
3758W: http://www.muru.com/linux/omap/
3759S: Maintained
3760
Michael Buesch844dd052006-06-26 00:24:59 -07003761TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3762P: Deepak Saxena
3763M: dsaxena@plexity.net
3764S: Maintained
3765
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003766TASKSTATS STATISTICS INTERFACE
3767P: Shailabh Nagar
3768M: nagar@watson.ibm.com
3769L: linux-kernel@vger.kernel.org
3770S: Maintained
3771
Per Lidene86eaa32006-01-12 16:45:18 +01003772TIPC NETWORK LAYER
3773P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003774M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003775P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003776M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003777P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003778M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003779L: tipc-discussion@lists.sourceforge.net
3780W: http://tipc.sourceforge.net/
3781W: http://tipc.cslab.ericsson.net/
3782T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3783S: Maintained
3784
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785TLAN NETWORK DRIVER
3786P: Samuel Chessman
3787M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003788L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789W: http://sourceforge.net/projects/tlan/
3790S: Maintained
3791
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792TOSHIBA ACPI EXTRAS DRIVER
3793P: John Belmonte
3794M: toshiba_acpi@memebeam.org
3795W: http://memebeam.org/toys/ToshibaAcpiDriver
3796S: Maintained
3797
3798TOSHIBA SMM DRIVER
3799P: Jonathan Buzzard
3800M: jonathan@buzzard.org.uk
3801L: tlinux-users@tce.toshiba-dme.co.jp
3802W: http://www.buzzard.org.uk/toshiba/
3803S: Maintained
3804
3805TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3806P: Muli Ben-Yehuda
3807M: mulix@mulix.org
3808L: linux-kernel@vger.kernel.org
3809S: Maintained
3810
3811TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003812P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003813M: trivial@kernel.org
3814L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815S: Maintained
3816
3817TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818L: tulip-users@lists.sourceforge.net
3819W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003820S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821
3822TUN/TAP driver
3823P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003824M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825L: vtun@office.satix.net
3826W: http://vtun.sourceforge.net/tun
3827S: Maintained
3828
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003829TURBOCHANNEL SUBSYSTEM
3830P: Maciej W. Rozycki
3831M: macro@linux-mips.org
3832S: Maintained
3833
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834U14-34F SCSI DRIVER
3835P: Dario Ballabio
3836M: ballabio_dario@emc.com
3837L: linux-scsi@vger.kernel.org
3838S: Maintained
3839
3840UDF FILESYSTEM
3841P: Ben Fennema
3842M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843W: http://linux-udf.sourceforge.net
3844S: Maintained
3845
3846UNIFORM CDROM DRIVER
3847P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003848M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849L: linux-kernel@vger.kernel.org
3850W: http://www.kernel.dk
3851S: Maintained
3852
3853USB ACM DRIVER
3854P: Oliver Neukum
3855M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003856L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857S: Maintained
3858
3859USB BLOCK DRIVER (UB ub)
3860P: Pete Zaitcev
3861M: zaitcev@redhat.com
3862L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003863L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864S: Supported
3865
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866USB CDC ETHERNET DRIVER
3867P: Greg Kroah-Hartman
3868M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003869L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870S: Maintained
3871W: http://www.kroah.com/linux-usb/
3872
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003873USB DAVICOM DM9601 DRIVER
3874P: Peter Korsgaard
3875M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003876L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003877W: http://www.linux-usb.org/usbnet
3878S: Maintained
3879
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880USB EHCI DRIVER
3881P: David Brownell
3882M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003883L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003884S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885
Luca Risolia7ce08c92006-01-11 02:06:59 +00003886USB ET61X[12]51 DRIVER
3887P: Luca Risolia
3888M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003889L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003890L: video4linux-list@redhat.com
3891W: http://www.linux-projects.org
3892S: Maintained
3893
David Brownell69ae9e32006-11-14 02:03:31 -08003894USB GADGET/PERIPHERAL SUBSYSTEM
3895P: David Brownell
3896M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003897L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003898W: http://www.linux-usb.org/gadget
3899S: Maintained
3900
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003901USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003902P: Jiri Kosina
3903M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003904L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003905T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906S: Maintained
3907
Olav Kongas959eea22005-11-03 17:38:14 +02003908USB ISP116X DRIVER
3909P: Olav Kongas
3910M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003911L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003912S: Maintained
3913
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914USB KAWASAKI LSI DRIVER
3915P: Oliver Neukum
3916M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003917L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918S: Maintained
3919
3920USB MASS STORAGE DRIVER
3921P: Matthew Dharm
3922M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003923L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003924L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925S: Maintained
3926W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3927
3928USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003929P: David Brownell
3930M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003931L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003932S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933
Matthias Urlichsba460e42005-07-14 00:33:47 -07003934USB OPTION-CARD DRIVER
3935P: Matthias Urlichs
3936M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003937L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003938S: Maintained
3939
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940USB OV511 DRIVER
3941P: Mark McClelland
3942M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003943L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944W: http://alpha.dyndns.org/ov511/
3945S: Maintained
3946
3947USB PEGASUS DRIVER
3948P: Petko Manolov
3949M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003950L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003951L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952W: http://pegasus2.sourceforge.net/
3953S: Maintained
3954
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003955USB PRINTER DRIVER (usblp)
3956P: Pete Zaitcev
3957M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003958L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003959S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960
3961USB RTL8150 DRIVER
3962P: Petko Manolov
3963M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003964L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003965L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966W: http://pegasus2.sourceforge.net/
3967S: Maintained
3968
3969USB SE401 DRIVER
3970P: Jeroen Vreeken
3971M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003972L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973W: http://www.chello.nl/~j.vreeken/se401/
3974S: Maintained
3975
3976USB SERIAL CYBERJACK DRIVER
3977P: Matthias Bruestle and Harald Welte
3978M: support@reiner-sct.com
3979W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3980S: Maintained
3981
3982USB SERIAL DIGI ACCELEPORT DRIVER
3983P: Peter Berger and Al Borchers
3984M: pberger@brimson.com
3985M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987S: Maintained
3988
3989USB SERIAL DRIVER
3990P: Greg Kroah-Hartman
3991M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003992L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993S: Supported
3994
3995USB SERIAL BELKIN F5U103 DRIVER
3996P: William Greathouse
3997M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003998L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999S: Maintained
4000
4001USB SERIAL CYPRESS M8 DRIVER
4002P: Lonnie Mendez
4003M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004004L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005S: Maintained
4006W: http://geocities.com/i0xox0i
4007W: http://firstlight.net/cvs
4008
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009USB AUERSWALD DRIVER
4010P: Wolfgang Muees
4011M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004012L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013S: Maintained
4014
4015USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4016P: Gary Brubaker
4017M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004018L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019S: Maintained
4020
4021USB SERIAL KEYSPAN DRIVER
4022P: Greg Kroah-Hartman
4023M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004024L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025W: http://www.kroah.com/linux/
4026S: Maintained
4027
4028USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004029P: Support Department
4030M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004031L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032W: http://www.connecttech.com
4033S: Supported
4034
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004035USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036P: Luca Risolia
4037M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004038L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004039L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040W: http://www.linux-projects.org
4041S: Maintained
4042
4043USB SUBSYSTEM
4044P: Greg Kroah-Hartman
4045M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004046L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004048T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049S: Supported
4050
4051USB UHCI DRIVER
4052P: Alan Stern
4053M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004054L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055S: Maintained
4056
David Brownell69ae9e32006-11-14 02:03:31 -08004057USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058P: David Brownell
4059M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004060L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004061W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062S: Maintained
4063
4064USB W996[87]CF DRIVER
4065P: Luca Risolia
4066M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004067L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004068L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069W: http://www.linux-projects.org
4070S: Maintained
4071
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004072USB WIRELESS RNDIS DRIVER (rndis_wlan)
4073P: Jussi Kivilinna
4074M: jussi.kivilinna@mbnet.fi
4075L: linux-wireless@vger.kernel.org
4076S: Maintained
4077
Luca Risolia60f78052006-02-06 16:29:35 +00004078USB ZC0301 DRIVER
4079P: Luca Risolia
4080M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004081L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004082L: video4linux-list@redhat.com
4083W: http://www.linux-projects.org
4084S: Maintained
4085
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086USB ZD1201 DRIVER
4087P: Jeroen Vreeken
4088M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004089L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090W: http://linux-lc100020.sourceforge.net
4091S: Maintained
4092
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004093USB ZR364XX DRIVER
4094P: Antoine Jacquet
4095M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004096L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004097L: video4linux-list@redhat.com
4098W: http://royale.zerezo.com/zr364xx/
4099S: Maintained
4100
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101USER-MODE LINUX
4102P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004103M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104L: user-mode-linux-devel@lists.sourceforge.net
4105L: user-mode-linux-user@lists.sourceforge.net
4106W: http://user-mode-linux.sourceforge.net
4107S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004108
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004109USERSPACE I/O (UIO)
4110P: Hans J. Koch
4111M: hjk@linutronix.de
4112P: Greg Kroah-Hartman
4113M: gregkh@suse.de
4114L: linux-kernel@vger.kernel.org
4115S: Maintained
4116
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117FAT/VFAT/MSDOS FILESYSTEM:
4118P: OGAWA Hirofumi
4119M: hirofumi@mail.parknet.co.jp
4120L: linux-kernel@vger.kernel.org
4121S: Maintained
4122
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123VIA RHINE NETWORK DRIVER
4124P: Roger Luethi
4125M: rl@hellgate.ch
4126S: Maintained
4127
Jean Delvare32c0a522005-09-22 21:47:58 +02004128VIAPRO SMBUS DRIVER
4129P: Jean Delvare
4130M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004131L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004132S: Maintained
4133
Francois Romieu01f20732007-01-26 00:57:17 -08004134VIA VELOCITY NETWORK DRIVER
4135P: Francois Romieu
4136M: romieu@fr.zoreil.com
4137L: netdev@vger.kernel.org
4138S: Maintained
4139
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140UCLINUX (AND M68KNOMMU)
4141P: Greg Ungerer
4142M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004144L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145S: Maintained
4146
4147UCLINUX FOR NEC V850
4148P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149
4150UCLINUX FOR RENESAS H8/300
4151P: Yoshinori Sato
4152M: ysato@users.sourceforge.jp
4153W: http://uclinux-h8.sourceforge.jp/
4154S: Supported
4155
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004156UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004157P: Evgeniy Dushistov
4158M: dushistov@mail.ru
4159L: linux-kernel@vger.kernel.org
4160S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004161
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162USB DIAMOND RIO500 DRIVER
4163P: Cesar Miquel
4164M: miquel@df.uba.ar
4165L: rio500-users@lists.sourceforge.net
4166W: http://rio500.sourceforge.net
4167S: Maintained
4168
4169VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004170P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004171M: mchehab@infradead.org
4172M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004174W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004175T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004176S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177
Patrick McHardybe7f8272007-10-23 20:26:36 -07004178VLAN (802.1Q)
4179P: Patrick McHardy
4180M: kaber@trash.net
4181L: netdev@vger.kernel.org
4182S: Maintained
4183
Juerg Haefligerab413192006-09-24 20:54:04 +02004184VT1211 HARDWARE MONITOR DRIVER
4185P: Juerg Haefliger
4186M: juergh@gmail.com
4187L: lm-sensors@lm-sensors.org
4188S: Maintained
4189
Roger Lucas1de9e372005-11-26 20:20:05 +01004190VT8231 HARDWARE MONITOR DRIVER
4191P: Roger Lucas
4192M: roger@planbit.co.uk
4193L: lm-sensors@lm-sensors.org
4194S: Maintained
4195
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196W1 DALLAS'S 1-WIRE BUS
4197P: Evgeniy Polyakov
4198M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199S: Maintained
4200
Charles Spirakis13927072006-07-05 18:05:15 +02004201W83791D HARDWARE MONITORING DRIVER
4202P: Charles Spirakis
4203M: bezaur@gmail.com
4204L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004205S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004206
Rudolf Marek61db0112006-12-12 18:18:30 +01004207W83793 HARDWARE MONITORING DRIVER
4208P: Rudolf Marek
4209M: r.marek@assembler.cz
4210L: lm-sensors@lm-sensors.org
4211S: Maintained
4212
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213W83L51xD SD/MMC CARD INTERFACE DRIVER
4214P: Pierre Ossman
4215M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004216L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217W: http://projects.drzeus.cx/wbsd
4218S: Maintained
4219
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004220WATCHDOG DEVICE DRIVERS
4221P: Wim Van Sebroeck
4222M: wim@iguana.be
4223T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4224S: Maintained
4225
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4227P: Jean Tourrilhes
4228M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004229L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4231S: Maintained
4232
4233WD7000 SCSI DRIVER
4234P: Miroslav Zagorac
4235M: zaga@fly.cc.fer.hr
4236L: linux-scsi@vger.kernel.org
4237S: Maintained
4238
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004239WISTRON LAPTOP BUTTON DRIVER
4240P: Miloslav Trmac
4241M: mitr@volny.cz
4242S: Maintained
4243
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244WL3501 WIRELESS PCMCIA CARD DRIVER
4245P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004246M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004247L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004248W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249S: Maintained
4250
4251X.25 NETWORK LAYER
4252P: Henner Eisen
4253M: eis@baty.hanse.de
4254L: linux-x25@vger.kernel.org
4255S: Maintained
4256
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004257XEN HYPERVISOR INTERFACE
4258P: Jeremy Fitzhardinge
4259M: jeremy@xensource.com
4260P: Chris Wright
4261M: chrisw@sous-sol.org
4262L: virtualization@lists.osdl.org
4263L: xen-devel@lists.xensource.com
4264S: Supported
4265
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266XFS FILESYSTEM
4267P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004268P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004270L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004272T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273S: Supported
4274
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004275XILINX SYSTEMACE DRIVER
4276P: Grant Likely
4277M: grant.likely@secretlab.ca
4278W: http://www.secretlab.ca/
4279L: linux-kernel@vger.kernel.org
4280S: Maintained
4281
Peter Korsgaard238b8722006-12-06 20:35:17 -08004282XILINX UARTLITE SERIAL DRIVER
4283P: Peter Korsgaard
4284M: jacmet@sunsite.dk
4285L: linux-serial@vger.kernel.org
4286S: Maintained
4287
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004288X86 ARCHITECTURE (32-BIT AND 64-BIT)
4289P: Thomas Gleixner
4290M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291P: Ingo Molnar
4292M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004293P: H. Peter Anvin
4294M: hpa@zytor.com
4295L: linux-kernel@vger.kernel.org
4296T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297S: Maintained
4298
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299YAM DRIVER FOR AX.25
4300P: Jean-Paul Roubelat
4301M: jpr@f6fbb.org
4302L: linux-hams@vger.kernel.org
4303S: Maintained
4304
Henkaf64a5e2005-10-12 15:02:56 +02004305YEALINK PHONE DRIVER
4306P: Henk Vergonet
4307M: Henk.Vergonet@gmail.com
4308L: usbb2k-api-dev@nongnu.org
4309S: Maintained
4310
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311Z8530 DRIVER FOR AX.25
4312P: Joerg Reuter
4313M: jreuter@yaina.de
4314W: http://yaina.de/jreuter/
4315W: http://www.qsl.net/dl1bke/
4316L: linux-hams@vger.kernel.org
4317S: Maintained
4318
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004319ZD1211RW WIRELESS DRIVER
4320P: Daniel Drake
4321M: dsd@gentoo.org
4322P: Ulrich Kunitz
4323M: kune@deine-taler.de
4324W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004325L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004326L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4327S: Maintained
4328
Linus Torvalds1da177e2005-04-16 15:20:36 -07004329ZF MACHZ WATCHDOG
4330P: Fernando Fuganti
4331M: fuganti@netbank.com.br
4332W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4333S: Maintained
4334
4335ZR36067 VIDEO FOR LINUX DRIVER
4336P: Ronald Bultje
4337M: rbultje@ronald.bitfreak.net
4338L: mjpeg-users@lists.sourceforge.net
4339W: http://mjpeg.sourceforge.net/driver-zoran/
4340S: Maintained
4341
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004342ZS DECSTATION Z85C30 SERIAL DRIVER
4343P: Maciej W. Rozycki
4344M: macro@linux-mips.org
4345S: Maintained
4346
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347THE REST
4348P: Linus Torvalds
4349S: Buried alive in reporters