blob: 2eaeef4b2fb9b02be94dd94813f831a37916b27c [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 Becker62ca3d262006-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 Hemminger65ebe6342007-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
Bob Piccob9b03322005-11-07 00:59:19 -08001797HPET: High Precision Event Timers driver (hpet.c)
1798P: Clemens Ladisch
1799M: clemens@ladisch.de
1800S: Maintained
1801
1802HPET: i386
1803P: Venkatesh Pallipadi (Venki)
1804M: venkatesh.pallipadi@intel.com
1805S: Maintained
1806
1807HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001808P: Vojtech Pavlik
1809M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001810S: Maintained
1811
1812HPET: ACPI hpet.c
1813P: Bob Picco
1814M: bob.picco@hp.com
1815S: Maintained
1816
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817HPFS FILESYSTEM
1818P: Mikulas Patocka
1819M: mikulas@artax.karlin.mff.cuni.cz
1820W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1821S: Maintained
1822
1823HUGETLB FILESYSTEM
1824P: William Irwin
1825M: wli@holomorphy.com
1826S: Maintained
1827
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001828I2C/SMBUS STUB DRIVER
1829P: Mark M. Hoffman
1830M: mhoffman@lightlink.com
1831L: lm-sensors@lm-sensors.org
1832S: Maintained
1833
Jean Delvare5b543962005-08-15 19:51:02 +02001834I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835P: Jean Delvare
1836M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001837L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001838T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839S: Maintained
1840
Till Harbaume8c76ee2007-05-01 23:26:35 +02001841I2C-TINY-USB DRIVER
1842P: Till Harbaum
1843M: till@harbaum.org
1844L: i2c@lm-sensors.org
1845T: http://www.harbaum.org/till/i2c_tiny_usb
1846S: Maintained
1847
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001849P: H. Peter Anvin
1850M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851L: Linux-Kernel@vger.kernel.org
1852S: Maintained
1853
1854i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855P: H. Peter Anvin
1856M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001857T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858S: Maintained
1859
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860IA64 (Itanium) PLATFORM
1861P: Tony Luck
1862M: tony.luck@intel.com
1863L: linux-ia64@vger.kernel.org
1864W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001865T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866S: Maintained
1867
1868SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001869P: Jes Sorensen
1870M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871L: linux-altix@sgi.com
1872L: linux-ia64@vger.kernel.org
1873W: http://www.sgi.com/altix
1874S: Maintained
1875
1876IBM MCA SCSI SUBSYSTEM DRIVER
1877P: Michael Lang
1878M: langa2@kph.uni-mainz.de
1879W: http://www.uni-mainz.de/~langm000/linux.html
1880S: Maintained
1881
1882IBM Power Linux RAID adapter
1883P: Brian King
1884M: brking@us.ibm.com
1885S: Supported
1886
1887IBM ServeRAID RAID DRIVER
1888P: Jack Hammer
1889P: Dave Jeffery
1890M: ipslinux@adaptec.com
1891W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001892S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001894IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001896M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001898T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899S: Maintained
1900
1901IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001902P: Borislav Petkov
1903M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001904L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001905S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906
1907IDE/ATAPI FLOPPY DRIVERS
1908P: Paul Bristow
1909M: Paul Bristow <paul@paulbristow.net>
1910W: http://paulbristow.net/linux/idefloppy.html
1911L: linux-kernel@vger.kernel.org
1912S: Maintained
1913
1914IDE/ATAPI TAPE DRIVERS
1915P: Gadi Oxman
1916M: Gadi Oxman <gadio@netvision.net.il>
1917L: linux-kernel@vger.kernel.org
1918S: Maintained
1919
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001920IDE-SCSI DRIVER
1921L: linux-ide@vger.kernel.org
1922L: linux-scsi@vger.kernel.org
1923S: Orphan
1924
Stefan Richterf148e202008-01-12 12:32:44 +01001925IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001927M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001928P: Stefan Richter
1929M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930L: linux1394-devel@lists.sourceforge.net
1931W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001932T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933S: Maintained
1934
Stefan Richterf51a5a92007-04-23 14:41:10 -07001935IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936P: Dan Dennedy
1937M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001938P: Stefan Richter
1939M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001941S: Maintained
1942
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001944L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001945S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946
1947INFINIBAND SUBSYSTEM
1948P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001949M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001951M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001953M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001954L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001956T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957S: Supported
1958
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001959INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001960P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001961M: dmitry.torokhov@gmail.com
1962M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001963L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001964T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965S: Maintained
1966
Robert Lovec9f04f52005-07-15 12:21:07 -04001967INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001968P: John McCutchan
1969M: ttb@tentacle.dhs.org
1970P: Robert Love
1971M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001972L: linux-kernel@vger.kernel.org
1973S: Maintained
1974
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001975INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001976P: Sylvain Meyer
1977M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001978L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001979S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001980
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001982P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001983M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001984L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001985S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987INTEL IA32 MICROCODE UPDATE SUPPORT
1988P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001989M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990S: Maintained
1991
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001992INTEL I/OAT DMA DRIVER
1993P: Shannon Nelson
1994M: shannon.nelson@intel.com
1995L: linux-kernel@vger.kernel.org
1996S: Supported
1997
Dan Williamsb3e5f262007-08-07 10:26:35 -07001998INTEL IOP-ADMA DMA DRIVER
1999P: Dan Williams
2000M: dan.j.williams@intel.com
2001L: linux-kernel@vger.kernel.org
2002S: Supported
2003
Michael Buesch844dd052006-06-26 00:24:59 -07002004INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2005P: Deepak Saxena
2006M: dsaxena@plexity.net
2007S: Maintained
2008
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002009INTEL IXP2000 ETHERNET DRIVER
2010P: Lennert Buytenhek
2011M: kernel@wantstofly.org
2012L: netdev@vger.kernel.org
2013S: Maintained
2014
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002016P: Auke Kok
2017M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018P: Jesse Brandeburg
2019M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002020P: Jeff Kirsher
2021M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002022P: John Ronciak
2023M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002024L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025W: http://sourceforge.net/projects/e1000/
2026S: Supported
2027
2028INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002029P: Auke Kok
2030M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002031P: Jesse Brandeburg
2032M: jesse.brandeburg@intel.com
2033P: Jeff Kirsher
2034M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002035P: John Ronciak
2036M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002037L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038W: http://sourceforge.net/projects/e1000/
2039S: Supported
2040
2041INTEL PRO/10GbE SUPPORT
2042P: Ayyappan Veeraiyan
2043M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002044P: Auke Kok
2045M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002046P: Jesse Brandeburg
2047M: jesse.brandeburg@intel.com
2048P: John Ronciak
2049M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002050L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051W: http://sourceforge.net/projects/e1000/
2052S: Supported
2053
James Ketrenos826d2ab2005-11-07 18:56:59 -06002054INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002055P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002056M: yi.zhu@intel.com
2057P: James Ketrenos
2058M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002059P: Reinette Chatre
2060M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002061L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002062L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002063W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002064W: http://ipw2100.sourceforge.net
2065S: Supported
2066
2067INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002068P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002069M: yi.zhu@intel.com
2070P: James Ketrenos
2071M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002072P: Reinette Chatre
2073M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002074L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002075L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002076W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002077W: http://ipw2200.sourceforge.net
2078S: Supported
2079
Zhu Yib481de92007-09-25 17:54:57 -07002080INTEL WIRELESS WIFI LINK (iwlwifi)
2081P: Zhu Yi
2082M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002083P: Reinette Chatre
2084M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002085L: linux-wireless@vger.kernel.org
2086L: ipw3945-devel@lists.sourceforge.net
2087W: http://intellinuxwireless.org
2088T: git git://intellinuxwireless.org/repos/iwlwifi
2089S: Supported
2090
Ralf Baechlecb109a02007-08-30 23:56:30 -07002091IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092P: Ralf Baechle
2093M: ralf@linux-mips.org
2094L: linux-mips@linux-mips.org
2095S: Maintained
2096
Ralf Baechlecb109a02007-08-30 23:56:30 -07002097IOC3 SERIAL DRIVER
2098P: Pat Gefre
2099M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002100L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002101S: Maintained
2102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103IP MASQUERADING:
2104P: Juanjo Ciarlante
2105M: jjciarla@raiz.uncu.edu.ar
2106S: Maintained
2107
Francois Romieu1202d6f2007-09-17 17:13:55 -07002108IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2109P: Francois Romieu
2110M: romieu@fr.zoreil.com
2111P: Sorbica Shieh
2112M: sorbica@icplus.com.tw
2113P: Jesse Huang
2114M: jesse@icplus.com.tw
2115L: netdev@vger.kernel.org
2116S: Maintained
2117
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002118IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002119P: Arthur Jones
2120M: infinipath@qlogic.com
2121L: general@lists.openfabrics.org
2122T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002123S: Supported
2124
Corey Minyard4409ebe2006-04-20 02:43:12 -07002125IPMI SUBSYSTEM
2126P: Corey Minyard
2127M: minyard@acm.org
2128L: openipmi-developer@lists.sourceforge.net
2129W: http://openipmi.sourceforge.net/
2130S: Supported
2131
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132IPX NETWORK LAYER
2133P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002134M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136S: Maintained
2137
2138IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002139P: Samuel Ortiz
2140M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002141L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002143S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144
Mike Christie14816b1e2007-11-28 16:22:06 -08002145ISCSI
2146P: Mike Christie
2147M: michaelc@cs.wisc.edu
2148L: open-iscsi@googlegroups.com
2149W: www.open-iscsi.org
2150T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2151S: Maintained
2152
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153ISAPNP
2154P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002155M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156S: Maintained
2157
2158ISDN SUBSYSTEM
2159P: Karsten Keil
2160M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161L: isdn4linux@listserv.isdn4linux.de
2162W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002163T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164S: Maintained
2165
2166ISDN SUBSYSTEM (Eicon active card driver)
2167P: Armin Schindler
2168M: mac@melware.de
2169L: isdn4linux@listserv.isdn4linux.de
2170W: http://www.melware.de
2171S: Maintained
2172
Hans Verkuil91821ff2007-12-02 09:35:33 -03002173IVTV VIDEO4LINUX DRIVER
2174P: Hans Verkuil
2175M: hverkuil@xs4all.nl
2176L: ivtv-devel@ivtvdriver.org
2177L: ivtv-users@ivtvdriver.org
2178L: video4linux-list@redhat.com
2179W: http://www.ivtvdriver.org
2180S: Maintained
2181
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2183P: David Woodhouse
2184M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002185L: linux-mtd@lists.infradead.org
2186W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187S: Maintained
2188
2189JFS FILESYSTEM
2190P: Dave Kleikamp
2191M: shaggy@austin.ibm.com
2192L: jfs-discussion@lists.sourceforge.net
2193W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002194T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195S: Supported
2196
Josh Triplettde456d32006-07-30 03:04:00 -07002197JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002198P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002199M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002200L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002201S: Maintained
2202
Rudolf Marek4660cb32006-10-08 22:01:26 +02002203K8TEMP HARDWARE MONITORING DRIVER
2204P: Rudolf Marek
2205M: r.marek@assembler.cz
2206L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207S: Maintained
2208
2209KCONFIG
2210P: Roman Zippel
2211M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002212L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213S: Maintained
2214
Vivek Goyalea6c2082006-05-20 14:59:55 -07002215KDUMP
2216P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002217M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002218P: Haren Myneni
2219M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002220L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002221L: linux-kernel@vger.kernel.org
2222W: http://lse.sourceforge.net/kdump/
2223S: Maintained
2224
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225KERNEL AUTOMOUNTER (AUTOFS)
2226P: H. Peter Anvin
2227M: hpa@zytor.com
2228L: autofs@linux.kernel.org
2229S: Odd Fixes
2230
2231KERNEL AUTOMOUNTER v4 (AUTOFS4)
2232P: Ian Kent
2233M: raven@themaw.net
2234L: autofs@linux.kernel.org
2235S: Maintained
2236
2237KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238P: Sam Ravnborg
2239M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002240T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002241L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002242S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243
2244KERNEL JANITORS
2245P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002246L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248S: Maintained
2249
2250KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002251P: J. Bruce Fields
2252M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002254M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002255L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002257S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258
Avi Kivity426d62e2006-12-13 00:34:03 -08002259KERNEL VIRTUAL MACHINE (KVM)
2260P: Avi Kivity
2261M: avi@qumranet.com
2262L: kvm-devel@lists.sourceforge.net
2263W: kvm.sourceforge.net
2264S: Supported
2265
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002266KEXEC
2267P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002268M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002269W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002270L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002271L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002272S: Maintained
2273
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002274KPROBES
2275P: Prasanna S Panchamukhi
2276M: prasanna@in.ibm.com
2277P: Ananth N Mavinakayanahalli
2278M: ananth@in.ibm.com
2279P: Anil S Keshavamurthy
2280M: anil.s.keshavamurthy@intel.com
2281P: David S. Miller
2282M: davem@davemloft.net
2283L: linux-kernel@vger.kernel.org
2284S: Maintained
2285
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002286KS0108 LCD CONTROLLER DRIVER
2287P: Miguel Ojeda Sandonis
2288M: maxextreme@gmail.com
2289L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002290W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002291S: Maintained
2292
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002295S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296
2297LASI 53c700 driver for PARISC
2298P: James E.J. Bottomley
2299M: James.Bottomley@HansenPartnership.com
2300L: linux-scsi@vger.kernel.org
2301S: Maintained
2302
Richard Purdie263de9b2006-05-15 09:44:16 -07002303LED SUBSYSTEM
2304P: Richard Purdie
2305M: rpurdie@rpsys.net
2306S: Maintained
2307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308LEGO USB Tower driver
2309P: Juergen Stuber
2310M: starblue@users.sourceforge.net
2311L: legousb-devel@lists.sourceforge.net
2312W: http://legousb.sourceforge.net/
2313S: Maintained
2314
Rusty Russell568a17f2007-10-25 14:12:24 +10002315LGUEST
2316P: Rusty Russell
2317M: rusty@rustcorp.com.au
2318L: lguest@ozlabs.org
2319W: http://lguest.ozlabs.org/
2320S: Maintained
2321
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322LINUX FOR IBM pSERIES (RS/6000)
2323P: Paul Mackerras
2324M: paulus@au.ibm.com
2325W: http://www.ibm.com/linux/ltc/projects/ppc
2326S: Supported
2327
2328LINUX FOR NCR VOYAGER
2329P: James Bottomley
2330M: James.Bottomley@HansenPartnership.com
2331W: http://www.hansenpartnership.com/voyager
2332S: Maintained
2333
2334LINUX FOR POWERPC
2335P: Paul Mackerras
2336M: paulus@samba.org
2337W: http://www.penguinppc.org/
2338L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002339T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340S: Supported
2341
2342LINUX FOR POWER MACINTOSH
2343P: Benjamin Herrenschmidt
2344M: benh@kernel.crashing.org
2345W: http://www.penguinppc.org/
2346L: linuxppc-dev@ozlabs.org
2347S: Maintained
2348
2349LINUX FOR POWERPC EMBEDDED MPC52XX
2350P: Sylvain Munaut
2351M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002352P: Grant Likely
2353M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354W: http://www.246tNt.com/mpc52xx/
2355W: http://www.penguinppc.org/
2356L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Maintained
2358
2359LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002360P: Josh Boyer
2361M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362P: Matt Porter
2363M: mporter@kernel.crashing.org
2364W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002365L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002366T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Maintained
2368
Grant Likely260c02a2007-10-02 12:15:34 +10002369LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2370P: Grant Likely
2371M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002372W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002373L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S: Maintained
2375
Tom Rinie93adf12005-07-26 12:49:53 -07002376LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377P: Tom Rini
2378M: trini@kernel.crashing.org
2379W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002380L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Maintained
2382
Tom Rinie93adf12005-07-26 12:49:53 -07002383LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002384P: Vitaly Bordug
2385M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002386P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002387M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002388W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002389L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002390S: Maintained
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002393P: Kumar Gala
2394M: galak@kernel.crashing.org
2395W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002396L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002397S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398
Olof Johanssonab06ff32006-09-06 14:44:54 -05002399LINUX FOR POWERPC PA SEMI PWRFICIENT
2400P: Olof Johansson
2401M: olof@lixom.net
2402W: http://www.pasemi.com/
2403L: linuxppc-dev@ozlabs.org
2404S: Supported
2405
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406LLC (802.2)
2407P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002408M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409S: Maintained
2410
2411LINUX FOR 64BIT POWERPC
2412P: Paul Mackerras
2413M: paulus@samba.org
2414M: paulus@au.ibm.com
2415P: Anton Blanchard
2416M: anton@samba.org
2417M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002418W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002419L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420S: Supported
2421
2422LINUX SECURITY MODULE (LSM) FRAMEWORK
2423P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002424M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002425L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002427T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428S: Supported
2429
2430LM83 HARDWARE MONITOR DRIVER
2431P: Jean Delvare
2432M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002433L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434S: Maintained
2435
2436LM90 HARDWARE MONITOR DRIVER
2437P: Jean Delvare
2438M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002439L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440S: Maintained
2441
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002442LOCKDEP AND LOCKSTAT
2443P: Peter Zijlstra
2444M: peterz@infradead.org
2445P: Ingo Molnar
2446M: mingo@redhat.com
2447L: linux-kernel@vger.kernel.org
2448T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2449S: Maintained
2450
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002451LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452P: Richard Russon (FlatCap)
2453M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002454L: linux-ntfs-dev@lists.sourceforge.net
2455W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456S: Maintained
2457
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002458LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2459P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002460M: Eric.Moore@lsi.com
2461M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002462L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002463L: linux-scsi@vger.kernel.org
2464W: http://www.lsilogic.com/support
2465S: Supported
2466
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2468P: Matthew Wilcox
2469M: matthew@wil.cx
2470L: linux-scsi@vger.kernel.org
2471S: Maintained
2472
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002473M32R ARCHITECTURE
2474P: Hirokazu Takata
2475M: takata@linux-m32r.org
2476L: linux-m32r@ml.linux-m32r.org
2477L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2478W: http://www.linux-m32r.org/
2479S: Maintained
2480
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481M68K ARCHITECTURE
2482P: Geert Uytterhoeven
2483M: geert@linux-m68k.org
2484P: Roman Zippel
2485M: zippel@linux-m68k.org
2486L: linux-m68k@lists.linux-m68k.org
2487W: http://www.linux-m68k.org/
2488W: http://linux-m68k-cvs.ubb.ca/
2489S: Maintained
2490
2491M68K ON APPLE MACINTOSH
2492P: Joshua Thompson
2493M: funaho@jurai.org
2494W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002495L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496S: Maintained
2497
2498M68K ON HP9000/300
2499P: Philip Blundell
2500M: philb@gnu.org
2501W: http://www.tazenda.demon.co.uk/phil/linux-hp
2502S: Maintained
2503
Jiri Benc64a327a2007-05-05 11:47:08 -07002504MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002505P: Michael Wu
2506M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002507P: Johannes Berg
2508M: johannes@sipsolutions.net
2509P: Jiri Benc
2510M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002511L: linux-wireless@vger.kernel.org
2512W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002513T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002514S: Maintained
2515
Stefano Brivio1036d862007-12-23 04:46:27 +01002516MAC80211 PID RATE CONTROL
2517P: Stefano Brivio
2518M: stefano.brivio@polimi.it
2519P: Mattias Nissler
2520M: mattias.nissler@gmx.de
2521L: linux-wireless@vger.kernel.org
2522W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2523T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2524S: Maintained
2525
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002526MACVLAN DRIVER
2527P: Patrick McHardy
2528M: kaber@trash.net
2529L: netdev@vger.kernel.org
2530S: Maintained
2531
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532MARVELL YUKON / SYSKONNECT DRIVER
2533P: Mirko Lindner
2534M: mlindner@syskonnect.de
2535P: Ralph Roesler
2536M: rroesler@syskonnect.de
2537W: http://www.syskonnect.com
2538S: Supported
2539
Michael Kerriskfaf16682005-07-31 22:34:47 -07002540MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002541P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002542M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002543W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2544S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002545
Stefano Brivio74cda162007-11-19 20:27:46 +01002546MARVELL LIBERTAS WIRELESS DRIVER
2547P: Dan Williams
2548M: dcbw@redhat.com
2549L: libertas-dev@lists.infradead.org
2550S: Maintained
2551
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002552MARVELL MV643XX ETHERNET DRIVER
2553P: Dale Farnsworth
2554M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002556M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002557L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002558S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559
2560MATROX FRAMEBUFFER DRIVER
2561P: Petr Vandrovec
2562M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002563L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564S: Maintained
2565
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002566MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2567P: Hans J. Koch
2568M: hjk@linutronix.de
2569L: lm-sensors@lm-sensors.org
2570S: Maintained
2571
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002572MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002573P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002574M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002575S: linux-scsi@vger.kernel.org
2576W: http://megaraid.lsilogic.com
2577S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002578
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002579MEMORY MANAGEMENT
2580L: linux-mm@kvack.org
2581L: linux-kernel@vger.kernel.org
2582W: http://www.linux-mm.org
2583S: Maintained
2584
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002585MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586P: David Woodhouse
2587M: dwmw2@infradead.org
2588W: http://www.linux-mtd.infradead.org/
2589L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002590T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591S: Maintained
2592
Artem Bityutskiy48576402007-02-13 17:11:10 +02002593UNSORTED BLOCK IMAGES (UBI)
2594P: Artem Bityutskiy
2595M: dedekind@infradead.org
2596W: http://www.linux-mtd.infradead.org/
2597L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002598T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002599S: Maintained
2600
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601MICROTEK X6 SCANNER
2602P: Oliver Neukum
2603M: oliver@neukum.name
2604S: Maintained
2605
2606MIPS
2607P: Ralf Baechle
2608M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002609W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002611T: git www.linux-mips.org:/pub/scm/linux.git
2612S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613
2614MISCELLANEOUS MCA-SUPPORT
2615P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002616M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617L: linux-kernel@vger.kernel.org
2618S: Maintained
2619
2620MODULE SUPPORT
2621P: Rusty Russell
2622M: rusty@rustcorp.com.au
2623L: linux-kernel@vger.kernel.org
2624S: Maintained
2625
2626MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2627P: Stelian Pop
2628M: stelian@popies.net
2629W: http://popies.net/meye/
2630S: Maintained
2631
Pavel Pisac58ff042007-05-16 01:10:41 +02002632MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2633P: Pavel Pisa
2634M: ppisa@pikron.com
2635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2636W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2637S: Maintained
2638
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639MOUSE AND MISC DEVICES [GENERAL]
2640P: Alessandro Rubini
2641M: rubini@ipvvis.unipv.it
2642L: linux-kernel@vger.kernel.org
2643S: Maintained
2644
Jiri Slabyd7354102006-12-08 02:38:35 -08002645MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2646P: Jiri Slaby
2647M: jirislaby@gmail.com
2648L: linux-kernel@vger.kernel.org
2649S: Maintained
2650
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002651MSI LAPTOP SUPPORT
2652P: Lennart Poettering
2653M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002654W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002655W: http://0pointer.de/lennart/tchibo.html
2656S: Maintained
2657
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002658MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002659P: Pierre Ossman
2660M: drzeus-mmc@drzeus.cx
2661L: linux-kernel@vger.kernel.org
2662S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002663
David Brownell15a05802007-08-08 09:12:54 -07002664MULTIMEDIA CARD (MMC) ETC. OVER SPI
2665P: David Brownell
2666M: dbrownell@users.sourceforge.net
2667L: linux-kernel@vger.kernel.org
2668S: Odd fixes
2669
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670MULTISOUND SOUND DRIVER
2671P: Andrew Veliath
2672M: andrewtv@usa.net
2673S: Maintained
2674
Jiri Slabyd7354102006-12-08 02:38:35 -08002675MULTITECH MULTIPORT CARD (ISICOM)
2676P: Jiri Slaby
2677M: jirislaby@gmail.com
2678L: linux-kernel@vger.kernel.org
2679S: Maintained
2680
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681NATSEMI ETHERNET DRIVER (DP8381x)
2682P: Tim Hockin
2683M: thockin@hockin.org
2684S: Maintained
2685
2686NCP FILESYSTEM
2687P: Petr Vandrovec
2688M: vandrove@vc.cvut.cz
2689L: linware@sh.cvut.cz
2690S: Maintained
2691
2692NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2693P: James E.J. Bottomley
2694M: James.Bottomley@HansenPartnership.com
2695L: linux-scsi@vger.kernel.org
2696S: Maintained
2697
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002698NETEM NETWORK EMULATOR
2699P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002700M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002701L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002702S: Maintained
2703
Jiri Slaby4a584482007-08-30 23:56:39 -07002704NETERION (S2IO) Xframe 10GbE DRIVER
2705P: Ramkrishna Vepa
2706M: ram.vepa@neterion.com
2707P: Rastapur Santosh
2708M: santosh.rastapur@neterion.com
2709P: Sivakumar Subramani
2710M: sivakumar.subramani@neterion.com
2711P: Sreenivasa Honnur
2712M: sreenivasa.honnur@neterion.com
2713L: netdev@vger.kernel.org
2714W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2715S: Supported
2716
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717NETFILTER/IPTABLES/IPCHAINS
2718P: Rusty Russell
2719P: Marc Boucher
2720P: James Morris
2721P: Harald Welte
2722P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002723P: Patrick McHardy
2724M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002725L: netfilter-devel@vger.kernel.org
2726L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002727L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728W: http://www.netfilter.org/
2729W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730S: Supported
2731
Paul Moore4cc67732006-09-25 15:57:13 -07002732NETLABEL
2733P: Paul Moore
2734M: paul.moore@hp.com
2735W: http://netlabel.sf.net
2736L: netdev@vger.kernel.org
2737S: Supported
2738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739NETROM NETWORK LAYER
2740P: Ralf Baechle
2741M: ralf@linux-mips.org
2742L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002743W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744S: Maintained
2745
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002746NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747P: Paul Clements
2748M: Paul.Clements@steeleye.com
2749S: Maintained
2750
2751NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752P: Jeff Garzik
2753M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002754L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002755T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756S: Maintained
2757
2758NETWORKING [GENERAL]
2759P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002760M: netdev@vger.kernel.org
2761L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002762W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763S: Maintained
2764
2765NETWORKING [IPv4/IPv6]
2766P: David S. Miller
2767M: davem@davemloft.net
2768P: Alexey Kuznetsov
2769M: kuznet@ms2.inr.ac.ru
2770P: Pekka Savola (ipv6)
2771M: pekkas@netcore.fi
2772P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002773M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774P: Hideaki YOSHIFUJI
2775M: yoshfuji@linux-ipv6.org
2776P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002777M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002778L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002779T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780S: Maintained
2781
James Morris10e2ff12007-08-25 14:41:28 -07002782NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2783P: Paul Moore
2784M: paul.moore@hp.com
2785L: netdev@vger.kernel.org
2786S: Maintained
2787
John W. Linville29f8f632006-01-18 14:52:48 -08002788NETWORKING [WIRELESS]
2789P: John W. Linville
2790M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002791L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002792T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2793S: Maintained
2794
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002795NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002796P: Dhananjay Phadke
2797M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002798L: netdev@vger.kernel.org
2799W: http://www.netxen.com
2800S: Supported
2801
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802IPVS
2803P: Wensong Zhang
2804M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002805P: Simon Horman
2806M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807P: Julian Anastasov
2808M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002809L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810S: Maintained
2811
2812NFS CLIENT
2813P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002814M: Trond.Myklebust@netapp.com
2815L: linux-nfs@vger.kernel.org
2816W: http://client.linux-nfs.org
2817T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818S: Maintained
2819
2820NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002821P: Jan-Pascal van Best
2822M: janpascal@vanbest.org
2823P: Andreas Mohr
2824M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002825L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826S: Maintained
2827
2828NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2829P: YOKOTA Hiroshi
2830M: yokota@netlab.is.tsukuba.ac.jp
2831W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2832S: Maintained
2833
2834NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2835P: GOTO Masanori
2836M: gotom@debian.or.jp
2837P: YOKOTA Hiroshi
2838M: yokota@netlab.is.tsukuba.ac.jp
2839W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2840S: Maintained
2841
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842NTFS FILESYSTEM
2843P: Anton Altaparmakov
2844M: aia21@cantab.net
2845L: linux-ntfs-dev@lists.sourceforge.net
2846L: linux-kernel@vger.kernel.org
2847W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002848T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849S: Maintained
2850
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002851NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002852P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002853M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002854L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002855S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002857OPENCORES I2C BUS DRIVER
2858P: Peter Korsgaard
2859M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002860L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002861S: Maintained
2862
Mark Fashehccd979b2005-12-15 14:31:24 -08002863ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2864P: Mark Fasheh
2865M: mark.fasheh@oracle.com
2866P: Kurt Hackel
2867M: kurt.hackel@oracle.com
2868L: ocfs2-devel@oss.oracle.com
2869W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002870S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002871
Harald Weltec1986ee2005-11-13 16:06:29 -08002872OMNIKEY CARDMAN 4000 DRIVER
2873P: Harald Welte
2874M: laforge@gnumonks.org
2875S: Maintained
2876
Harald Welte77c44ab2005-11-13 16:06:26 -08002877OMNIKEY CARDMAN 4040 DRIVER
2878P: Harald Welte
2879M: laforge@gnumonks.org
2880S: Maintained
2881
Jonathan Corbet77d51402007-03-22 19:44:17 -03002882OMNIVISION OV7670 SENSOR DRIVER
2883P: Jonathan Corbet
2884M: corbet@lwn.net
2885L: video4linux-list@redhat.com
2886S: Maintained
2887
Thomas Gleixner431bca72007-05-02 09:31:35 +02002888ONENAND FLASH DRIVER
2889P: Kyungmin Park
2890M: kyungmin.park@samsung.com
2891L: linux-mtd@lists.infradead.org
2892S: Maintained
2893
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894ONSTREAM SCSI TAPE DRIVER
2895P: Willem Riede
2896M: osst@riede.org
2897L: osst-users@lists.sourceforge.net
2898L: linux-scsi@vger.kernel.org
2899S: Maintained
2900
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901OPROFILE
2902P: Philippe Elie
2903M: phil.el@wanadoo.fr
2904L: oprofile-list@lists.sf.net
2905S: Maintained
2906
2907ORINOCO DRIVER
2908P: Pavel Roskin
2909M: proski@gnu.org
2910P: David Gibson
2911M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002912L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002913L: orinoco-users@lists.sourceforge.net
2914L: orinoco-devel@lists.sourceforge.net
2915W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916S: Maintained
2917
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002918PA SEMI ETHERNET DRIVER
2919P: Olof Johansson
2920M: olof@lixom.net
2921L: netdev@vger.kernel.org
2922S: Maintained
2923
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002924PA SEMI SMBUS DRIVER
2925P: Olof Johansson
2926M: olof@lixom.net
2927L: i2c@lm-sensors.org
2928S: Maintained
2929
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002931L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002932S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933
2934PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2935P: Tim Waugh
2936M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002937L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938W: http://www.torque.net/linux-pp.html
2939S: Maintained
2940
2941PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002942P: Kyle McMartin
2943M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944P: Matthew Wilcox
2945M: matthew@wil.cx
2946P: Grant Grundler
2947M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002948L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002950T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951S: Maintained
2952
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002953PARAVIRT_OPS INTERFACE
2954P: Jeremy Fitzhardinge
2955M: jeremy@xensource.com
2956P: Chris Wright
2957M: chrisw@sous-sol.org
2958P: Zachary Amsden
2959M: zach@vmware.com
2960P: Rusty Russell
2961M: rusty@rustcorp.com.au
2962L: virtualization@lists.osdl.org
2963L: linux-kernel@vger.kernel.org
2964S: Supported
2965
Jim Cromie1662d322006-10-06 00:43:59 -07002966PC87360 HARDWARE MONITORING DRIVER
2967P: Jim Cromie
2968M: jim.cromie@gmail.com
2969L: lm-sensors@lm-sensors.org
2970S: Maintained
2971
2972PC8736x GPIO DRIVER
2973P: Jim Cromie
2974M: jim.cromie@gmail.com
2975S: Maintained
2976
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002977PCI ERROR RECOVERY
2978P: Linas Vepstas
2979M: linas@austin.ibm.com
2980L: linux-kernel@vger.kernel.org
2981L: linux-pci@atrey.karlin.mff.cuni.cz
2982S: Supported
2983
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984PCI SUBSYSTEM
2985P: Greg Kroah-Hartman
2986M: gregkh@suse.de
2987L: linux-kernel@vger.kernel.org
2988L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002989T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990S: Supported
2991
2992PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002993P: Kristen Carlson Accardi
2994M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995S: Supported
2996
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002997PCIE HOTPLUG DRIVER
2998P: Kristen Carlson Accardi
2999M: kristen.c.accardi@intel.com
3000L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003001S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003004P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003005L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003006W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003007T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003008S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009
3010PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003011P: Don Fry
3012M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003013L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014S: Maintained
3015
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003016PER-TASK DELAY ACCOUNTING
3017P: Shailabh Nagar
3018M: nagar@watson.ibm.com
3019L: linux-kernel@vger.kernel.org
3020S: Maintained
3021
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003022PERSONALITY HANDLING
3023P: Christoph Hellwig
3024M: hch@infradead.org
3025L: linux-abi-devel@lists.sourceforge.net
3026S: Maintained
3027
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003029P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030M: joern@wh.fh-wedel.de
3031L: linux-mtd@lists.infradead.org
3032S: Maintained
3033
Peter Osterlund249a6772005-09-27 21:45:30 -07003034PKTCDVD DRIVER
3035P: Peter Osterlund
3036M: petero2@telia.com
3037L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003038S: Maintained
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003041P: Thomas Gleixner
3042M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003043L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044S: Supported
3045
Anton Vorontsov3be86142007-07-15 04:43:36 +04003046POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3047P: Anton Vorontsov
3048M: cbou@mail.ru
3049P: David Woodhouse
3050M: dwmw2@infradead.org
3051L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003052T: git git.infradead.org/battery-2.6.git
3053S: Maintained
3054
Eugene Surovegin24682972005-10-14 03:00:53 -07003055POWERPC 4xx EMAC DRIVER
3056P: Eugene Surovegin
3057M: ebs@ebshome.net
3058W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003059L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003060L: netdev@vger.kernel.org
3061S: Maintained
3062
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063PNP SUPPORT
3064P: Adam Belay
3065M: ambx1@neo.rr.com
3066S: Maintained
3067
Vitaly Wool999445d2007-01-04 13:07:03 +01003068PNXxxxx I2C DRIVER
3069P: Vitaly Wool
3070M: vitalywool@gmail.com
3071L: i2c@lm-sensors.org
3072S: Maintained
3073
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074PPP PROTOCOL DRIVERS AND COMPRESSORS
3075P: Paul Mackerras
3076M: paulus@samba.org
3077L: linux-ppp@vger.kernel.org
3078S: Maintained
3079
3080PPP OVER ATM (RFC 2364)
3081P: Mitchell Blank Jr
3082M: mitch@sfgoth.com
3083S: Maintained
3084
3085PPP OVER ETHERNET
3086P: Michal Ostrowski
3087M: mostrows@speakeasy.net
3088S: Maintained
3089
James Chapmana6d23702007-06-27 15:53:17 -07003090PPP OVER L2TP
3091P: James Chapman
3092M: jchapman@katalix.com
3093S: Maintained
3094
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095PREEMPTIBLE KERNEL
3096P: Robert Love
3097M: rml@tech9.net
3098L: linux-kernel@vger.kernel.org
3099L: kpreempt-tech@lists.sourceforge.net
3100W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3101S: Supported
3102
Michael Wueff1a592007-09-25 18:11:01 -07003103P54 WIRELESS DRIVER
3104P: Michael Wu
3105M: flamingice@sourmilk.net
3106L: linux-wireless@vger.kernel.org
3107W: http://prism54.org
3108T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3109S: Maintained
3110
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003112P: Luis R. Rodriguez
3113M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003114L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115W: http://prism54.org
3116S: Maintained
3117
3118PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3119P: Peter Denison
3120M: promise@pnd-pc.demon.co.uk
3121W: http://www.pnd-pc.demon.co.uk/promise/
3122S: Maintained
3123
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003124PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3125P: Mikael Pettersson
3126M: mikpe@it.uu.se
3127L: linux-ide@vger.kernel.org
3128S: Maintained
3129
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003130PS3 NETWORK SUPPORT
3131P: Masakazu Mokuno
3132M: mokuno@sm.sony.co.jp
3133L: netdev@vger.kernel.org
3134L: cbe-oss-dev@ozlabs.org
3135S: Supported
3136
Geoff Levandf58a9d12006-11-23 00:46:51 +01003137PS3 PLATFORM SUPPORT
3138P: Geoff Levand
3139M: geoffrey.levand@am.sony.com
3140L: linuxppc-dev@ozlabs.org
3141L: cbe-oss-dev@ozlabs.org
3142S: Supported
3143
Michael Krufky83202042006-07-03 00:24:18 -07003144PVRUSB2 VIDEO4LINUX DRIVER
3145P: Mike Isely
3146M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003147L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003148L: video4linux-list@redhat.com
3149W: http://www.isely.net/pvrusb2/
3150S: Maintained
3151
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152PXA2xx SUPPORT
3153P: Nicolas Pitre
3154M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003155L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156S: Maintained
3157
Pierre Ossman272f1332007-05-14 21:25:26 +02003158PXA MMCI DRIVER
3159S: Orphan
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161QLOGIC QLA2XXX FC-SCSI DRIVER
3162P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003163M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164L: linux-scsi@vger.kernel.org
3165S: Supported
3166
Ron Mercer5a4faa872006-07-25 00:40:21 -07003167QLOGIC QLA3XXX NETWORK DRIVER
3168P: Ron Mercer
3169M: linux-driver@qlogic.com
3170L: netdev@vger.kernel.org
3171S: Supported
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173QNX4 FILESYSTEM
3174P: Anders Larsen
3175M: al@alarsen.net
3176L: linux-kernel@vger.kernel.org
3177W: http://www.alarsen.net/linux/qnx4fs/
3178S: Maintained
3179
3180RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003181P: Benjamin Herrenschmidt
3182M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003183L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184S: Maintained
3185
3186RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003187P: Paul Mackerras
3188M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003189L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190S: Maintained
3191
3192RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3193P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003194M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003195L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196S: Maintained
3197
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003198RALINK RT2X00 WLAN DRIVER
3199P: rt2x00 project
3200L: linux-wireless@vger.kernel.org
3201L: rt2400-devel@lists.sourceforge.net
3202W: http://rt2x00.serialmonkey.com/
3203S: Maintained
3204F: drivers/net/wireless/rt2x00/
3205
Matt Mackall9e95ce22005-04-16 15:25:56 -07003206RANDOM NUMBER DRIVER
3207P: Matt Mackall
3208M: mpm@selenic.com
3209S: Maintained
3210
Matt Porter394b7012005-11-07 01:00:15 -08003211RAPIDIO SUBSYSTEM
3212P: Matt Porter
3213M: mporter@kernel.crashing.org
3214L: linux-kernel@vger.kernel.org
3215S: Maintained
3216
Florian Fainellidb17f392007-12-19 11:30:30 +01003217RDC R6040 FAST ETHERNET DRIVER
3218P: Florian Fainelli
3219M: florian.fainelli@telecomint.eu
3220L: netdev@vger.kernel.org
3221S: Maintained
3222
Josh Triplett595182b2006-10-04 02:17:21 -07003223READ-COPY UPDATE (RCU)
3224P: Dipankar Sarma
3225M: dipankar@in.ibm.com
3226W: http://www.rdrop.com/users/paulmck/rclock/
3227L: linux-kernel@vger.kernel.org
3228S: Supported
3229
3230RCUTORTURE MODULE
3231P: Josh Triplett
3232M: josh@freedesktop.org
3233L: linux-kernel@vger.kernel.org
3234S: Maintained
3235
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236REAL TIME CLOCK DRIVER
3237P: Paul Gortmaker
3238M: p_gortmaker@yahoo.com
3239L: linux-kernel@vger.kernel.org
3240S: Maintained
3241
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003242REAL TIME CLOCK (RTC) SUBSYSTEM
3243P: Alessandro Zummo
3244M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003245L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003246S: Maintained
3247
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248REISERFS FILE SYSTEM
3249P: Hans Reiser
3250M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003251L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252W: http://www.namesys.com
3253S: Supported
3254
3255ROCKETPORT DRIVER
3256P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257W: http://www.comtrol.com
3258S: Maintained
3259
3260ROSE NETWORK LAYER
3261P: Ralf Baechle
3262M: ralf@linux-mips.org
3263L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003264W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265S: Maintained
3266
3267RISCOM8 DRIVER
3268S: Orphan
3269
Michael Wu605bebe2007-05-14 01:41:02 -04003270RTL818X WIRELESS DRIVER
3271P: Michael Wu
3272M: flamingice@sourmilk.net
3273P: Andrea Merello
3274M: andreamrl@tiscali.it
3275L: linux-wireless@vger.kernel.org
3276W: http://linuxwireless.org/
3277T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3278S: Maintained
3279
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003280S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003281P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003282M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003283L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003284S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003285
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286S390
3287P: Martin Schwidefsky
3288M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003289P: Heiko Carstens
3290M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003292L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003293W: http://www.ibm.com/developerworks/linux/linux390/
3294S: Supported
3295
3296S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003297P: Ursula Braun
3298M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003299P: Frank Blaschka
3300M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003301M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003302L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003303W: http://www.ibm.com/developerworks/linux/linux390/
3304S: Supported
3305
3306S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003307P: Christof Schmitt
3308M: christof.schmitt@de.ibm.com
3309P: Martin Peschke
3310M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003311M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003312L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003313W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314S: Supported
3315
Ursula Braundd96df22007-09-19 13:09:02 +02003316S390 IUCV NETWORK LAYER
3317P: Ursula Braun
3318M: ubraun@linux.vnet.ibm.com
3319M: linux390@de.ibm.com
3320L: linux-s390@vger.kernel.org
3321W: http://www.ibm.com/developerworks/linux/linux390/
3322S: Supported
3323
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324SAA7146 VIDEO4LINUX-2 DRIVER
3325P: Michael Hunold
3326M: michael@mihu.de
3327W: http://www.mihu.de/linux/saa7146
3328S: Maintained
3329
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330SC1200 WDT DRIVER
3331P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003332M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333S: Maintained
3334
3335SCHEDULER
3336P: Ingo Molnar
3337M: mingo@elte.hu
3338P: Robert Love [the preemptible kernel bits]
3339M: rml@tech9.net
3340L: linux-kernel@vger.kernel.org
3341S: Maintained
3342
3343SCSI CDROM DRIVER
3344P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003345M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346L: linux-scsi@vger.kernel.org
3347W: http://www.kernel.dk
3348S: Maintained
3349
3350SCSI SG DRIVER
3351P: Doug Gilbert
3352M: dgilbert@interlog.com
3353L: linux-scsi@vger.kernel.org
3354W: http://www.torque.net/sg
3355S: Maintained
3356
3357SCSI SUBSYSTEM
3358P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003359M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003361T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003362T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3363T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364S: Maintained
3365
3366SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003367P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368M: Kai.Makisara@kolumbus.fi
3369L: linux-scsi@vger.kernel.org
3370S: Maintained
3371
3372SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003373P: Vlad Yasevich
3374M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003375P: Sridhar Samudrala
3376M: sri@us.ibm.com
3377L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003378W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003379S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380
3381SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003382P: Jim Cromie
3383M: jim.cromie@gmail.com
3384S: Odd Fixes
3385
3386SCx200 GPIO DRIVER
3387P: Jim Cromie
3388M: jim.cromie@gmail.com
3389S: Maintained
3390
3391SCx200 HRT CLOCKSOURCE DRIVER
3392P: Jim Cromie
3393M: jim.cromie@gmail.com
3394S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395
3396SECURITY CONTACT
3397P: Security Officers
3398M: security@kernel.org
3399S: Supported
3400
3401SELINUX SECURITY MODULE
3402P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003403M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003405M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003406P: Eric Paris
3407M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003409L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410W: http://www.nsa.gov/selinux
3411S: Supported
3412
Jiri Slabycef2cf02007-05-08 00:31:45 -07003413SENSABLE PHANTOM
3414P: Jiri Slaby
3415M: jirislaby@gmail.com
3416S: Maintained
3417
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418SERIAL ATA (SATA) SUBSYSTEM:
3419P: Jeff Garzik
3420M: jgarzik@pobox.com
3421L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003422T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423S: Supported
3424
3425SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3426P: Pat Gefre
3427M: pfg@sgi.com
3428L: linux-ia64@vger.kernel.org
3429S: Supported
3430
3431SGI VISUAL WORKSTATION 320 AND 540
3432P: Andrey Panin
3433M: pazke@donpac.ru
3434L: linux-visws-devel@lists.sf.net
3435W: http://linux-visws.sf.net
3436S: Maintained for 2.6.
3437
3438SIMTEC EB110ATX (Chalice CATS)
3439P: Ben Dooks
3440P: Vincent Sanders
3441M: support@simtec.co.uk
3442W: http://www.simtec.co.uk/products/EB110ATX/
3443S: Supported
3444
3445SIMTEC EB2410ITX (BAST)
3446P: Ben Dooks
3447P: Vincent Sanders
3448M: support@simtec.co.uk
3449W: http://www.simtec.co.uk/products/EB2410ITX/
3450S: Supported
3451
Francois Romieu92aab3c2005-07-30 13:11:18 +02003452SIS 190 ETHERNET DRIVER
3453P: Francois Romieu
3454M: romieu@fr.zoreil.com
3455L: netdev@vger.kernel.org
3456S: Maintained
3457
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458SIS 5513 IDE CONTROLLER DRIVER
3459P: Lionel Bouton
3460M: Lionel.Bouton@inet6.fr
3461W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3462W: http://gyver.homeip.net/sis5513/index.html
3463S: Maintained
3464
3465SIS 900/7016 FAST ETHERNET DRIVER
3466P: Daniele Venzano
3467M: venza@brownhat.org
3468W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003469L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470S: Maintained
3471
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003472SIS 96X I2C/SMBUS DRIVER
3473P: Mark M. Hoffman
3474M: mhoffman@lightlink.com
3475L: lm-sensors@lm-sensors.org
3476S: Maintained
3477
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478SIS FRAMEBUFFER DRIVER
3479P: Thomas Winischhofer
3480M: thomas@winischhofer.net
3481W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003482S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483
3484SIS USB2VGA DRIVER
3485P: Thomas Winischhofer
3486M: thomas@winischhofer.net
3487W: http://www.winischhofer.at/linuxsisusbvga.shtml
3488S: Maintained
3489
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003490SLAB ALLOCATOR
3491P: Christoph Lameter
3492M: clameter@sgi.com
3493P: Pekka Enberg
3494M: penberg@cs.helsinki.fi
3495L: linux-mm@kvack.org
3496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498SMC91x ETHERNET DRIVER
3499P: Nicolas Pitre
3500M: nico@cam.org
3501S: Maintained
3502
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003503SMSC47B397 HARDWARE MONITOR DRIVER
3504P: Mark M. Hoffman
3505M: mhoffman@lightlink.com
3506L: lm-sensors@lm-sensors.org
3507S: Maintained
3508
Daniel Drake8f0f8502006-07-18 22:00:25 +01003509SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003510P: Daniel Drake
3511M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003512L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003513S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003514
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515SOFTWARE RAID (Multiple Disks) SUPPORT
3516P: Ingo Molnar
3517M: mingo@redhat.com
3518P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003519M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003521S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522
Pavel Machek95a631e2007-07-19 01:47:42 -07003523HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524P: Pavel Machek
3525M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003526P: Rafael J. Wysocki
3527M: rjw@sisk.pl
3528L: linux-pm@lists.linux-foundation.org
3529S: Supported
3530
3531SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003532P: Len Brown
3533M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003534P: Pavel Machek
3535M: pavel@suse.cz
3536P: Rafael J. Wysocki
3537M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003538L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003539S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540
3541SONIC NETWORK DRIVER
3542P: Thomas Bogendoerfer
3543M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003544L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545S: Maintained
3546
Michael Buesch61e115a2007-09-18 15:12:50 -04003547SONICS SILICON BACKPLANE DRIVER (SSB)
3548P: Michael Buesch
3549M: mb@bu3sch.de
3550L: netdev@vger.kernel.org
3551S: Maintained
3552
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003554P: Mattia Dongili
3555M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003556L: linux-acpi@vger.kernel.org
3557W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558S: Maintained
3559
3560SOUND
3561P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003562M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003563L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564S: Maintained
3565
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003566SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3567P: Liam Girdwood
3568M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003569P: Mark Brown
3570M: broonie@opensource.wolfsonmicro.com
3571T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003572L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003573S: Supported
3574
Kumar Gala025c3982006-04-02 16:05:54 -05003575SPI SUBSYSTEM
3576P: David Brownell
3577M: dbrownell@users.sourceforge.net
3578L: spi-devel-general@lists.sourceforge.net
3579S: Maintained
3580
Steven Rostedt855f46a2006-08-05 12:14:50 -07003581STABLE BRANCH:
3582P: Greg Kroah-Hartman
3583M: greg@kroah.com
3584P: Chris Wright
3585M: chrisw@sous-sol.org
3586L: stable@kernel.org
3587S: Maintained
3588
Kylene Hall1c72d462005-05-01 08:59:13 -07003589TPM DEVICE DRIVER
3590P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003591M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003592W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003593P: Marcel Selhorst
3594M: tpm@selhorst.net
3595W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003596L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003597S: Maintained
3598
Mark Gross1a80ba82005-10-30 15:02:55 -08003599Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003600P: Mark Gross
3601M: mark.gross@intel.com
3602S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003603
Chris Zankel48b415c2005-06-23 22:01:07 -07003604TENSILICA XTENSA PORT (xtensa):
3605P: Chris Zankel
3606M: chris@zankel.net
3607S: Maintained
3608
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003609THINKPAD ACPI EXTRAS DRIVER
3610P: Henrique de Moraes Holschuh
3611M: ibm-acpi@hmh.eng.br
3612L: ibm-acpi-devel@lists.sourceforge.net
3613W: http://ibm-acpi.sourceforge.net
3614W: http://thinkwiki.org/wiki/Ibm-acpi
3615T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3616S: Maintained
3617
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618UltraSPARC (sparc64):
3619P: David S. Miller
3620M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003622T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623S: Maintained
3624
3625SHARP LH SUPPORT (LH7952X & LH7A40X)
3626P: Marc Singer
3627M: elf@buici.com
3628W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003629L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630S: Maintained
3631
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003632SHPC HOTPLUG DRIVER
3633P: Kristen Carlson Accardi
3634M: kristen.c.accardi@intel.com
3635L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003636S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003637
Pierre Ossmand129bce2006-03-24 03:18:17 -08003638SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3639P: Pierre Ossman
3640M: drzeus-sdhci@drzeus.cx
3641L: sdhci-devel@list.drzeus.cx
3642W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3643S: Maintained
3644
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003645SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3646P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003647M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003648L: netdev@vger.kernel.org
3649S: Maintained
3650
Chris Boot1a87d942006-07-10 04:45:34 -07003651SOEKRIS NET48XX LED SUPPORT
3652P: Chris Boot
3653M: bootc@bootc.net
3654S: Maintained
3655
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656SPARC (sparc32):
3657P: William L. Irwin
3658M: wli@holomorphy.com
3659L: sparclinux@vger.kernel.org
3660S: Maintained
3661
3662SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3663P: Roger Wolff
3664M: R.E.Wolff@BitWizard.nl
3665L: linux-kernel@vger.kernel.org ?
3666S: Supported
3667
Jim Lewis2752e402006-09-29 02:01:19 -07003668SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003669P: Ishizaki Kou
3670M: kou.ishizaki@toshiba.co.jp
3671P: Jens Osterkamp
3672M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003673L: netdev@vger.kernel.org
3674S: Supported
3675
Linus Torvalds1da177e2005-04-16 15:20:36 -07003676SRM (Alpha) environment access
3677P: Jan-Benedict Glaw
3678M: jbglaw@lug-owl.de
3679L: linux-kernel@vger.kernel.org
3680S: Maintained
3681
3682STARFIRE/DURALAN NETWORK DRIVER
3683P: Ion Badulescu
3684M: ionut@cs.columbia.edu
3685S: Maintained
3686
3687STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3688W: http://mosquitonet.Stanford.EDU/strip.html
3689S: Unsupported ?
3690
3691STRADIS MPEG-2 DECODER DRIVER
3692P: Nathan Laredo
3693M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694W: http://www.stradis.com/
3695S: Maintained
3696
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003697SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698P: Paul Mundt
3699M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003700L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003702T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703S: Maintained
3704
3705SUN3/3X
3706P: Sam Creasey
3707M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708W: http://sammy.net/sun3/
3709S: Maintained
3710
3711SVGA HANDLING
3712P: Martin Mares
3713M: mj@ucw.cz
3714L: linux-video@atrey.karlin.mff.cuni.cz
3715S: Maintained
3716
3717SYSV FILESYSTEM
3718P: Christoph Hellwig
3719M: hch@infradead.org
3720S: Maintained
3721
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003722TC CLASSIFIER
3723P: Jamal Hadi Salim
3724M: hadi@cyberus.ca
3725L: netdev@vger.kernel.org
3726S: Maintained
3727
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003728TCP LOW PRIORITY MODULE
3729P: Wong Hoi Sing, Edison
3730M: hswong3i@gmail.com
3731P: Hung Hing Lun, Mike
3732M: hlhung3i@gmail.com
3733W: http://tcp-lp-mod.sourceforge.net/
3734S: Maintained
3735
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003736TEHUTI ETHERNET DRIVER
3737P: Alexander Indenbaum
3738M: baum@tehutinetworks.net
3739P: Andy Gospodarek
3740M: andy@greyhouse.net
3741L: netdev@vger.kernel.org
3742S: Supported
3743
Alex Dubov4020f2d2006-10-04 02:15:37 -07003744TI FLASH MEDIA INTERFACE DRIVER
3745P: Alex Dubov
3746M: oakad@yahoo.com
3747S: Maintained
3748
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003749TI OMAP MMC INTERFACE DRIVER
3750P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003751M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003752W: http://linux.omap.com
3753W: http://www.muru.com/linux/omap/
3754S: Maintained
3755
Michael Buesch844dd052006-06-26 00:24:59 -07003756TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3757P: Deepak Saxena
3758M: dsaxena@plexity.net
3759S: Maintained
3760
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003761TASKSTATS STATISTICS INTERFACE
3762P: Shailabh Nagar
3763M: nagar@watson.ibm.com
3764L: linux-kernel@vger.kernel.org
3765S: Maintained
3766
Per Lidene86eaa32006-01-12 16:45:18 +01003767TIPC NETWORK LAYER
3768P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003769M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003770P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003771M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003772P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003773M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003774L: tipc-discussion@lists.sourceforge.net
3775W: http://tipc.sourceforge.net/
3776W: http://tipc.cslab.ericsson.net/
3777T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3778S: Maintained
3779
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780TLAN NETWORK DRIVER
3781P: Samuel Chessman
3782M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003783L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784W: http://sourceforge.net/projects/tlan/
3785S: Maintained
3786
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787TOSHIBA ACPI EXTRAS DRIVER
3788P: John Belmonte
3789M: toshiba_acpi@memebeam.org
3790W: http://memebeam.org/toys/ToshibaAcpiDriver
3791S: Maintained
3792
3793TOSHIBA SMM DRIVER
3794P: Jonathan Buzzard
3795M: jonathan@buzzard.org.uk
3796L: tlinux-users@tce.toshiba-dme.co.jp
3797W: http://www.buzzard.org.uk/toshiba/
3798S: Maintained
3799
3800TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3801P: Muli Ben-Yehuda
3802M: mulix@mulix.org
3803L: linux-kernel@vger.kernel.org
3804S: Maintained
3805
3806TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003807P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003808M: trivial@kernel.org
3809L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810S: Maintained
3811
3812TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813L: tulip-users@lists.sourceforge.net
3814W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003815S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816
3817TUN/TAP driver
3818P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003819M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820L: vtun@office.satix.net
3821W: http://vtun.sourceforge.net/tun
3822S: Maintained
3823
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003824TURBOCHANNEL SUBSYSTEM
3825P: Maciej W. Rozycki
3826M: macro@linux-mips.org
3827S: Maintained
3828
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829U14-34F SCSI DRIVER
3830P: Dario Ballabio
3831M: ballabio_dario@emc.com
3832L: linux-scsi@vger.kernel.org
3833S: Maintained
3834
3835UDF FILESYSTEM
3836P: Ben Fennema
3837M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838W: http://linux-udf.sourceforge.net
3839S: Maintained
3840
3841UNIFORM CDROM DRIVER
3842P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003843M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844L: linux-kernel@vger.kernel.org
3845W: http://www.kernel.dk
3846S: Maintained
3847
3848USB ACM DRIVER
3849P: Oliver Neukum
3850M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003851L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852S: Maintained
3853
3854USB BLOCK DRIVER (UB ub)
3855P: Pete Zaitcev
3856M: zaitcev@redhat.com
3857L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003858L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003859S: Supported
3860
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861USB CDC ETHERNET DRIVER
3862P: Greg Kroah-Hartman
3863M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003864L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865S: Maintained
3866W: http://www.kroah.com/linux-usb/
3867
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003868USB DAVICOM DM9601 DRIVER
3869P: Peter Korsgaard
3870M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003871L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003872W: http://www.linux-usb.org/usbnet
3873S: Maintained
3874
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875USB EHCI DRIVER
3876P: David Brownell
3877M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003878L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003879S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880
Luca Risolia7ce08c92006-01-11 02:06:59 +00003881USB ET61X[12]51 DRIVER
3882P: Luca Risolia
3883M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003884L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003885L: video4linux-list@redhat.com
3886W: http://www.linux-projects.org
3887S: Maintained
3888
David Brownell69ae9e32006-11-14 02:03:31 -08003889USB GADGET/PERIPHERAL SUBSYSTEM
3890P: David Brownell
3891M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003892L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003893W: http://www.linux-usb.org/gadget
3894S: Maintained
3895
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003896USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003897P: Jiri Kosina
3898M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003899L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003900T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901S: Maintained
3902
Olav Kongas959eea22005-11-03 17:38:14 +02003903USB ISP116X DRIVER
3904P: Olav Kongas
3905M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003906L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003907S: Maintained
3908
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909USB KAWASAKI LSI DRIVER
3910P: Oliver Neukum
3911M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003912L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913S: Maintained
3914
3915USB MASS STORAGE DRIVER
3916P: Matthew Dharm
3917M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003918L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003919L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920S: Maintained
3921W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3922
3923USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003924P: David Brownell
3925M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003926L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003927S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928
Matthias Urlichsba460e42005-07-14 00:33:47 -07003929USB OPTION-CARD DRIVER
3930P: Matthias Urlichs
3931M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003932L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003933S: Maintained
3934
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935USB OV511 DRIVER
3936P: Mark McClelland
3937M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003938L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939W: http://alpha.dyndns.org/ov511/
3940S: Maintained
3941
3942USB PEGASUS DRIVER
3943P: Petko Manolov
3944M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003945L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003946L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947W: http://pegasus2.sourceforge.net/
3948S: Maintained
3949
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003950USB PRINTER DRIVER (usblp)
3951P: Pete Zaitcev
3952M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003953L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003954S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955
3956USB RTL8150 DRIVER
3957P: Petko Manolov
3958M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003959L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003960L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961W: http://pegasus2.sourceforge.net/
3962S: Maintained
3963
3964USB SE401 DRIVER
3965P: Jeroen Vreeken
3966M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003967L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968W: http://www.chello.nl/~j.vreeken/se401/
3969S: Maintained
3970
3971USB SERIAL CYBERJACK DRIVER
3972P: Matthias Bruestle and Harald Welte
3973M: support@reiner-sct.com
3974W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3975S: Maintained
3976
3977USB SERIAL DIGI ACCELEPORT DRIVER
3978P: Peter Berger and Al Borchers
3979M: pberger@brimson.com
3980M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003981L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982S: Maintained
3983
3984USB SERIAL DRIVER
3985P: Greg Kroah-Hartman
3986M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003987L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003988S: Supported
3989
3990USB SERIAL BELKIN F5U103 DRIVER
3991P: William Greathouse
3992M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003993L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994S: Maintained
3995
3996USB SERIAL CYPRESS M8 DRIVER
3997P: Lonnie Mendez
3998M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003999L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000S: Maintained
4001W: http://geocities.com/i0xox0i
4002W: http://firstlight.net/cvs
4003
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004USB AUERSWALD DRIVER
4005P: Wolfgang Muees
4006M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004007L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008S: Maintained
4009
4010USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4011P: Gary Brubaker
4012M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004013L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014S: Maintained
4015
4016USB SERIAL KEYSPAN DRIVER
4017P: Greg Kroah-Hartman
4018M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004019L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020W: http://www.kroah.com/linux/
4021S: Maintained
4022
4023USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004024P: Support Department
4025M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004026L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027W: http://www.connecttech.com
4028S: Supported
4029
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004030USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031P: Luca Risolia
4032M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004033L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004034L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035W: http://www.linux-projects.org
4036S: Maintained
4037
4038USB SUBSYSTEM
4039P: Greg Kroah-Hartman
4040M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004041L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004043T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044S: Supported
4045
4046USB UHCI DRIVER
4047P: Alan Stern
4048M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004049L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050S: Maintained
4051
David Brownell69ae9e32006-11-14 02:03:31 -08004052USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053P: David Brownell
4054M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004055L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004056W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057S: Maintained
4058
4059USB W996[87]CF DRIVER
4060P: Luca Risolia
4061M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004062L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004063L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064W: http://www.linux-projects.org
4065S: Maintained
4066
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004067USB WIRELESS RNDIS DRIVER (rndis_wlan)
4068P: Jussi Kivilinna
4069M: jussi.kivilinna@mbnet.fi
4070L: linux-wireless@vger.kernel.org
4071S: Maintained
4072
Luca Risolia60f78052006-02-06 16:29:35 +00004073USB ZC0301 DRIVER
4074P: Luca Risolia
4075M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004076L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004077L: video4linux-list@redhat.com
4078W: http://www.linux-projects.org
4079S: Maintained
4080
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081USB ZD1201 DRIVER
4082P: Jeroen Vreeken
4083M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004084L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085W: http://linux-lc100020.sourceforge.net
4086S: Maintained
4087
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004088USB ZR364XX DRIVER
4089P: Antoine Jacquet
4090M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004091L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004092L: video4linux-list@redhat.com
4093W: http://royale.zerezo.com/zr364xx/
4094S: Maintained
4095
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096USER-MODE LINUX
4097P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004098M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099L: user-mode-linux-devel@lists.sourceforge.net
4100L: user-mode-linux-user@lists.sourceforge.net
4101W: http://user-mode-linux.sourceforge.net
4102S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004103
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004104USERSPACE I/O (UIO)
4105P: Hans J. Koch
4106M: hjk@linutronix.de
4107P: Greg Kroah-Hartman
4108M: gregkh@suse.de
4109L: linux-kernel@vger.kernel.org
4110S: Maintained
4111
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112FAT/VFAT/MSDOS FILESYSTEM:
4113P: OGAWA Hirofumi
4114M: hirofumi@mail.parknet.co.jp
4115L: linux-kernel@vger.kernel.org
4116S: Maintained
4117
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118VIA RHINE NETWORK DRIVER
4119P: Roger Luethi
4120M: rl@hellgate.ch
4121S: Maintained
4122
Jean Delvare32c0a522005-09-22 21:47:58 +02004123VIAPRO SMBUS DRIVER
4124P: Jean Delvare
4125M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004126L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004127S: Maintained
4128
Francois Romieu01f20732007-01-26 00:57:17 -08004129VIA VELOCITY NETWORK DRIVER
4130P: Francois Romieu
4131M: romieu@fr.zoreil.com
4132L: netdev@vger.kernel.org
4133S: Maintained
4134
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135UCLINUX (AND M68KNOMMU)
4136P: Greg Ungerer
4137M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004139L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140S: Maintained
4141
4142UCLINUX FOR NEC V850
4143P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144
4145UCLINUX FOR RENESAS H8/300
4146P: Yoshinori Sato
4147M: ysato@users.sourceforge.jp
4148W: http://uclinux-h8.sourceforge.jp/
4149S: Supported
4150
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004151UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004152P: Evgeniy Dushistov
4153M: dushistov@mail.ru
4154L: linux-kernel@vger.kernel.org
4155S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004156
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157USB DIAMOND RIO500 DRIVER
4158P: Cesar Miquel
4159M: miquel@df.uba.ar
4160L: rio500-users@lists.sourceforge.net
4161W: http://rio500.sourceforge.net
4162S: Maintained
4163
4164VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004165P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004166M: mchehab@infradead.org
4167M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004169W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004170T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004171S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172
Patrick McHardybe7f8272007-10-23 20:26:36 -07004173VLAN (802.1Q)
4174P: Patrick McHardy
4175M: kaber@trash.net
4176L: netdev@vger.kernel.org
4177S: Maintained
4178
Juerg Haefligerab413192006-09-24 20:54:04 +02004179VT1211 HARDWARE MONITOR DRIVER
4180P: Juerg Haefliger
4181M: juergh@gmail.com
4182L: lm-sensors@lm-sensors.org
4183S: Maintained
4184
Roger Lucas1de9e372005-11-26 20:20:05 +01004185VT8231 HARDWARE MONITOR DRIVER
4186P: Roger Lucas
4187M: roger@planbit.co.uk
4188L: lm-sensors@lm-sensors.org
4189S: Maintained
4190
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191W1 DALLAS'S 1-WIRE BUS
4192P: Evgeniy Polyakov
4193M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194S: Maintained
4195
Charles Spirakis13927072006-07-05 18:05:15 +02004196W83791D HARDWARE MONITORING DRIVER
4197P: Charles Spirakis
4198M: bezaur@gmail.com
4199L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004200S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004201
Rudolf Marek61db0112006-12-12 18:18:30 +01004202W83793 HARDWARE MONITORING DRIVER
4203P: Rudolf Marek
4204M: r.marek@assembler.cz
4205L: lm-sensors@lm-sensors.org
4206S: Maintained
4207
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208W83L51xD SD/MMC CARD INTERFACE DRIVER
4209P: Pierre Ossman
4210M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004211L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212W: http://projects.drzeus.cx/wbsd
4213S: Maintained
4214
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004215WATCHDOG DEVICE DRIVERS
4216P: Wim Van Sebroeck
4217M: wim@iguana.be
4218T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4219S: Maintained
4220
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4222P: Jean Tourrilhes
4223M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004224L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4226S: Maintained
4227
4228WD7000 SCSI DRIVER
4229P: Miroslav Zagorac
4230M: zaga@fly.cc.fer.hr
4231L: linux-scsi@vger.kernel.org
4232S: Maintained
4233
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004234WISTRON LAPTOP BUTTON DRIVER
4235P: Miloslav Trmac
4236M: mitr@volny.cz
4237S: Maintained
4238
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239WL3501 WIRELESS PCMCIA CARD DRIVER
4240P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004241M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004242L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004243W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244S: Maintained
4245
4246X.25 NETWORK LAYER
4247P: Henner Eisen
4248M: eis@baty.hanse.de
4249L: linux-x25@vger.kernel.org
4250S: Maintained
4251
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004252XEN HYPERVISOR INTERFACE
4253P: Jeremy Fitzhardinge
4254M: jeremy@xensource.com
4255P: Chris Wright
4256M: chrisw@sous-sol.org
4257L: virtualization@lists.osdl.org
4258L: xen-devel@lists.xensource.com
4259S: Supported
4260
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261XFS FILESYSTEM
4262P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004263P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004265L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004267T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268S: Supported
4269
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004270XILINX SYSTEMACE DRIVER
4271P: Grant Likely
4272M: grant.likely@secretlab.ca
4273W: http://www.secretlab.ca/
4274L: linux-kernel@vger.kernel.org
4275S: Maintained
4276
Peter Korsgaard238b8722006-12-06 20:35:17 -08004277XILINX UARTLITE SERIAL DRIVER
4278P: Peter Korsgaard
4279M: jacmet@sunsite.dk
4280L: linux-serial@vger.kernel.org
4281S: Maintained
4282
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004283X86 ARCHITECTURE (32-BIT AND 64-BIT)
4284P: Thomas Gleixner
4285M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286P: Ingo Molnar
4287M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004288P: H. Peter Anvin
4289M: hpa@zytor.com
4290L: linux-kernel@vger.kernel.org
4291T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004292S: Maintained
4293
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294YAM DRIVER FOR AX.25
4295P: Jean-Paul Roubelat
4296M: jpr@f6fbb.org
4297L: linux-hams@vger.kernel.org
4298S: Maintained
4299
Henkaf64a5e2005-10-12 15:02:56 +02004300YEALINK PHONE DRIVER
4301P: Henk Vergonet
4302M: Henk.Vergonet@gmail.com
4303L: usbb2k-api-dev@nongnu.org
4304S: Maintained
4305
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306Z8530 DRIVER FOR AX.25
4307P: Joerg Reuter
4308M: jreuter@yaina.de
4309W: http://yaina.de/jreuter/
4310W: http://www.qsl.net/dl1bke/
4311L: linux-hams@vger.kernel.org
4312S: Maintained
4313
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004314ZD1211RW WIRELESS DRIVER
4315P: Daniel Drake
4316M: dsd@gentoo.org
4317P: Ulrich Kunitz
4318M: kune@deine-taler.de
4319W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004320L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004321L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4322S: Maintained
4323
Linus Torvalds1da177e2005-04-16 15:20:36 -07004324ZF MACHZ WATCHDOG
4325P: Fernando Fuganti
4326M: fuganti@netbank.com.br
4327W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4328S: Maintained
4329
4330ZR36067 VIDEO FOR LINUX DRIVER
4331P: Ronald Bultje
4332M: rbultje@ronald.bitfreak.net
4333L: mjpeg-users@lists.sourceforge.net
4334W: http://mjpeg.sourceforge.net/driver-zoran/
4335S: Maintained
4336
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004337ZS DECSTATION Z85C30 SERIAL DRIVER
4338P: Maciej W. Rozycki
4339M: macro@linux-mips.org
4340S: Maintained
4341
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342THE REST
4343P: Linus Torvalds
4344S: Buried alive in reporters