blob: 98f4d897a9f93d18002615916230ba47be40cf81 [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
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091L: linux-tr@linuxtr.net
92W: http://www.linuxtr.net
93S: Maintained
94
953C505 NETWORK DRIVER
96P: Philip Blundell
97M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070098L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070099S: Maintained
100
Steffen Klasserta6d89912007-08-10 14:05:27 -07001013C59X NETWORK DRIVER
102P: Steffen Klassert
103M: klassert@mathematik.tu-chemnitz.de
104L: netdev@vger.kernel.org
105S: Maintained
106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073CR990 NETWORK DRIVER
108P: David Dillow
109M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700110L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111S: Maintained
112
1133W-XXXX ATA-RAID CONTROLLER DRIVER
114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
1203W-9XXX SATA-RAID CONTROLLER DRIVER
121P: Adam Radford
122M: linuxraid@amcc.com
123L: linux-scsi@vger.kernel.org
124W: http://www.amcc.com
125S: Supported
126
12753C700 AND 53C700-66 SCSI DRIVER
128P: James E.J. Bottomley
129M: James.Bottomley@HansenPartnership.com
130L: linux-scsi@vger.kernel.org
131S: Maintained
132
1336PACK NETWORK DRIVER FOR AX.25
134P: Andreas Koensgen
135M: ajk@iehk.rwth-aachen.de
136L: linux-hams@vger.kernel.org
137S: Maintained
138
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398169 10/100/1000 GIGABIT ETHERNET DRIVER
140P: Francois Romieu
141M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700142L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143S: Maintained
144
1458250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146L: linux-serial@vger.kernel.org
147W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100148S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149
1508390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
151P: Paul Gortmaker
152M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700153L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154S: Maintained
155
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001569P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100157P: Eric Van Hensbergen
158M: ericvh@gmail.com
159P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500160M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100161P: Latchesar Ionkov
162M: lucho@ionkov.net
163L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500164W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100165T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
166S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800167
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168A2232 SERIAL BOARD DRIVER
169P: Enver Haase
170M: ehaase@inf.fu-berlin.de
171M: A2232@gmx.net
172L: linux-m68k@lists.linux-m68k.org
173S: Maintained
174
175AIO
176P: Benjamin LaHaise
177M: bcrl@kvack.org
178L: linux-aio@kvack.org
179S: Supported
180
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200181ABIT UGURU HARDWARE MONITOR DRIVER
182P: Hans de Goede
183M: j.w.r.degoede@hhs.nl
184L: lm-sensors@lm-sensors.org
185S: Maintained
186
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187ACENIC DRIVER
188P: Jes Sorensen
189M: jes@trained-monkey.org
190L: linux-acenic@sunsite.dk
191S: Maintained
192
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700193IPS SCSI RAID DRIVER
194P: Adaptec OEM Raid Solutions
195M: aacraid@adaptec.com
196L: linux-scsi@vger.kernel.org
197W: http://www.adaptec.com/
198S: Maintained
199
200DPT_I2O SCSI RAID DRIVER
201P: Adaptec OEM Raid Solutions
202M: aacraid@adaptec.com
203L: linux-scsi@vger.kernel.org
204W: http://www.adaptec.com/
205S: Maintained
206
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207AACRAID SCSI RAID DRIVER
208P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700209M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700211W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212S: Supported
213
214ACPI
215P: Len Brown
216M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500217M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500218L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400219W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800220T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500221S: Supported
222
223ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400224P: Alexey Starikovskiy
225M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500226L: linux-acpi@vger.kernel.org
227W: http://acpi.sourceforge.net/
228S: Supported
229
230ACPI EC DRIVER
231P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400232M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500233L: linux-acpi@vger.kernel.org
234W: http://acpi.sourceforge.net/
235S: Supported
236
237ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400238P: Len Brown
239M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500240L: linux-acpi@vger.kernel.org
241W: http://acpi.sourceforge.net/
242S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700244ACPI PCI HOTPLUG DRIVER
245P: Kristen Carlson Accardi
246M: kristen.c.accardi@intel.com
247L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500248S: Supported
249
250ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400251P: Len Brown
252M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500253L: linux-acpi@vger.kernel.org
254W: http://acpi.sourceforge.net/
255S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700256
Len Brown359acec2007-02-10 01:59:24 -0500257ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400258P: Rui Zhang
259M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500260L: linux-acpi@vger.kernel.org
261W: http://acpi.sourceforge.net/
262S: Supported
263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
305AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400306P: David Airlie
307M: airlied@linux.ie
308T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309S: Maintained
310
311AHA152X SCSI DRIVER
312P: Juergen E. Fischer
313M: Juergen Fischer <fischer@norbit.de>
314L: linux-scsi@vger.kernel.org
315S: Maintained
316
Hannes Reinecke64624d42007-10-19 10:32:29 +0200317AIC7XXX / AIC79XX SCSI DRIVER
318P: Hannes Reinecke
319M: hare@suse.de
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323ALCATEL SPEEDTOUCH USB DRIVER
324P: Duncan Sands
325M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700326L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327W: http://www.linux-usb.org/SpeedTouch/
328S: Maintained
329
Pierre Ossman272f1332007-05-14 21:25:26 +0200330ALCHEMY AU1XX0 MMC DRIVER
331S: Orphan
332
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000333ALI1563 I2C DRIVER
334P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100335M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200336L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000337S: Maintained
338
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339ALPHA PORT
340P: Richard Henderson
341M: rth@twiddle.net
342S: Odd Fixes for 2.4; Maintained for 2.6.
343P: Ivan Kokshaysky
344M: ink@jurassic.park.msu.ru
345S: Maintained for 2.4; PCI support for 2.6.
346
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700347AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
348P: Thomas Dahlmann
349M: thomas.dahlmann@amd.com
350L: info-linux@geode.amd.com
351S: Supported
352
Jordan Crousef90b8112006-01-06 00:12:14 -0800353AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100354P: Jordan Crouse
355M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800356L: info-linux@geode.amd.com
357W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
358S: Supported
359
Stelian Pop284f42b2006-12-12 18:18:31 +0100360AMS (Apple Motion Sensor) DRIVER
361P: Stelian Pop
362M: stelian@popies.net
363P: Michael Hanselmann
364M: linux-kernel@hansmi.ch
365S: Supported
366
Tom Tuckerf94b5332006-09-22 15:22:48 -0700367AMSO1100 RNIC DRIVER
368P: Tom Tucker
369M: tom@opengridcomputing.com
370P: Steve Wise
371M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700372L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700373S: Maintained
374
Johannes Berg42269062006-07-25 16:15:50 +0200375AOA (Apple Onboard Audio) ALSA DRIVER
376P: Johannes Berg
377M: johannes@sipsolutions.net
378L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200379L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200380S: Maintained
381
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382APM DRIVER
383P: Stephen Rothwell
384M: sfr@canb.auug.org.au
385L: linux-laptop@vger.kernel.org
386W: http://www.canb.auug.org.au/~sfr/
387S: Supported
388
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700389APPLE SMC DRIVER
390P: Nicolas Boichat
391M: nicolas@boichat.ch
392L: mactel-linux-devel@lists.sourceforge.net
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395APPLETALK NETWORK LAYER
396P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300397M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398S: Maintained
399
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400400APPLETOUCH TOUCHPAD DRIVER
401P: Johannes Berg
402M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400403L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400404S: Maintained
405
Jaya Kumar1154ea72005-06-21 17:17:04 -0700406ARC FRAMEBUFFER DRIVER
407P: Jaya Kumar
408M: jayalk@intworks.biz
409S: Maintained
410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411ARM MFM AND FLOPPY DRIVERS
412P: Ian Molton
413M: spyro@f2s.com
414S: Maintained
415
Russell King2761f5c2007-05-24 06:56:08 +0200416ARM PRIMECELL MMCI PL180/1 DRIVER
417P: Russell King
418M: rmk@arm.linux.org.uk
419L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
420S: Maintained
421
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800422ARM/ADI ROADRUNNER MACHINE SUPPORT
423P: Lennert Buytenhek
424M: kernel@wantstofly.org
425L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
426S: Maintained
427
428ARM/ADS SPHERE MACHINE SUPPORT
429P: Lennert Buytenhek
430M: kernel@wantstofly.org
431L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
432S: Maintained
433
434ARM/AJECO 1ARM MACHINE SUPPORT
435P: Lennert Buytenhek
436M: kernel@wantstofly.org
437L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
438S: Maintained
439
Andrew Victord4a89c72006-12-04 13:56:21 +0100440ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
441P: Andrew Victor
Andrew Victore7032702007-11-29 08:11:54 +0100442M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444W: http://maxim.org.za/at91_26.html
445S: Maintained
446
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800447ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459ARM/CORGI MACHINE SUPPORT
460P: Richard Purdie
461M: rpurdie@rpsys.net
462S: Maintained
463
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800464ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100470ARM/HP JORNADA 7XX MACHINE SUPPORT
471P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100472M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100473W: www.jlime.com
474S: Maintained
475
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800476ARM/INTEL IOP32X ARM ARCHITECTURE
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100479P: Dan Williams
480M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100482S: Supported
483
484ARM/INTEL IOP33X ARM ARCHITECTURE
485P: Dan Williams
486M: dan.j.williams@intel.com
487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489
490ARM/INTEL IOP13XX ARM ARCHITECTURE
491P: Lennert Buytenhek
492M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100493P: Dan Williams
494M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100496S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800497
498ARM/INTEL IQ81342EX MACHINE SUPPORT
499P: Lennert Buytenhek
500M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100501P: Dan Williams
502M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100504S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800505
506ARM/INTEL IXP2000 ARM ARCHITECTURE
507P: Lennert Buytenhek
508M: kernel@wantstofly.org
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
512ARM/INTEL IXDP2850 MACHINE SUPPORT
513P: Lennert Buytenhek
514M: kernel@wantstofly.org
515L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
516S: Maintained
517
518ARM/INTEL IXP23XX ARM ARCHITECTURE
519P: Lennert Buytenhek
520M: kernel@wantstofly.org
521L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
522S: Maintained
523
524ARM/INTEL XSC3 (MANZANO) ARM CORE
525P: Lennert Buytenhek
526M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100527P: Dan Williams
528M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100530S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800531
532ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
533P: Lennert Buytenhek
534M: kernel@wantstofly.org
535L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
536S: Maintained
537
538ARM/LOGICPD PXA270 MACHINE SUPPORT
539P: Lennert Buytenhek
540M: kernel@wantstofly.org
541L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
542S: Maintained
543
Dirk Opfer8459c152005-11-06 14:27:52 +0000544ARM/TOSA MACHINE SUPPORT
545P: Dirk Opfer
546M: dirk@opfer-online.de
547S: Maintained
548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549ARM/PLEB SUPPORT
550P: Peter Chubb
551M: pleb@gelato.unsw.edu.au
552W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
553S: Maintained
554
555ARM/PT DIGITAL BOARD PORT
556P: Stefan Eletzhofer
557M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559W: http://www.arm.linux.org.uk/
560S: Maintained
561
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562ARM/RADISYS ENP2611 MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566S: Maintained
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568ARM/SHARK MACHINE SUPPORT
569P: Alexander Schulz
570M: alex@shark-linux.de
571W: http://www.shark-linux.de/shark.html
572S: Maintained
573
574ARM/STRONGARM110 PORT
575P: Russell King
576M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.arm.linux.org.uk/
579S: Maintained
580
581ARM/S3C2410 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
588ARM/S3C2440 ARM ARCHITECTURE
589P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800590M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592W: http://www.fluff.org/ben/linux/
593S: Maintained
594
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/THECUS N2100 MACHINE SUPPORT
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605S: Maintained
606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607ARPD SUPPORT
608P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700609L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610S: Maintained
611
612ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500613P: Corentin Chary
614M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615P: Karol Kozimor
616M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617L: acpi4asus-user@lists.sourceforge.net
618W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500619W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620S: Maintained
621
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400622ASUS ASB100 HARDWARE MONITOR DRIVER
623P: Mark M. Hoffman
624M: mhoffman@lightlink.com
625L: lm-sensors@lm-sensors.org
626S: Maintained
627
Corentin Chary85091b72007-01-26 14:04:30 +0100628ASUS LAPTOP EXTRAS DRIVER
629P: Corentin Chary
630M: corentincj@iksaif.net
631L: acpi4asus-user@lists.sourceforge.net
632W: http://sourceforge.net/projects/acpi4asus
633W: http://xf.iksaif.net/acpi4asus
634S: Maintained
635
Dan Williamsb3e5f262007-08-07 10:26:35 -0700636ASYNCHRONOUS TRANSFERS/TRANSFORMS API
637P: Dan Williams
638M: dan.j.williams@intel.com
639P: Shannon Nelson
640M: shannon.nelson@intel.com
641L: linux-kernel@vger.kernel.org
642W: http://sourceforge.net/projects/xscaleiop
643S: Supported
644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645ATA OVER ETHERNET DRIVER
646P: Ed L. Cashin
647M: ecashin@coraid.com
648W: http://www.coraid.com/support/linux
649S: Supported
650
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600651ATL1 ETHERNET DRIVER
652P: Jay Cliburn
653M: jcliburn@gmail.com
654P: Chris Snook
655M: csnook@redhat.com
656L: atl1-devel@lists.sourceforge.net
657W: http://sourceforge.net/projects/atl1
658W: http://atl1.sourceforge.net
659S: Maintained
660
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661ATM
662P: Chas Williams
663M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700664L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665W: http://linux-atm.sourceforge.net
666S: Maintained
667
Pierre Ossman272f1332007-05-14 21:25:26 +0200668ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669P: Nicolas Ferre
670M: nicolas.ferre@rfo.atmel.com
671L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
672W: http://www.atmel.com/products/AT91/
673W: http://www.at91.com/
674S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200675
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100676ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100677P: Haavard Skinnemoen
678M: hskinnemoen@atmel.com
679S: Supported
680
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800681ATMEL SPI DRIVER
682P: Haavard Skinnemoen
683M: hskinnemoen@atmel.com
684S: Supported
685
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700686ATMEL USBA UDC DRIVER
687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689L: kernel@avr32linux.org
690W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
691S: Supported
692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693ATMEL WIRELESS DRIVER
694P: Simon Kelley
695M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700696L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697W: http://www.thekelleys.org.uk/atmel
698W: http://atmelwlandriver.sourceforge.net/
699S: Maintained
700
Chris Wrighta92b7b82005-07-07 18:12:23 -0700701AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100702P: David Woodhouse
703M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700704L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100705W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800706T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700707S: Maintained
708
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800709AUXILIARY DISPLAY DRIVERS
710P: Miguel Ojeda Sandonis
711M: maxextreme@gmail.com
712L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700713W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800714S: Maintained
715
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700716AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700717P: Haavard Skinnemoen
718M: hskinnemoen@atmel.com
719W: http://www.atmel.com/products/AVR32/
720W: http://avr32linux.org/
721W: http://avrfreaks.net/
722S: Supported
723
724AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700725P: Haavard Skinnemoen
726M: hskinnemoen@atmel.com
727S: Supported
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729AX.25 NETWORK LAYER
730P: Ralf Baechle
731M: ralf@linux-mips.org
732L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200733W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734S: Maintained
735
Richard Purdie300abeb2007-02-07 22:21:07 +0000736BACKLIGHT CLASS/SUBSYSTEM
737P: Richard Purdie
738M: rpurdie@rpsys.net
739S: Maintained
740
Bryan Wu1394f032007-05-06 14:50:22 -0700741BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800742P: Bryan Wu
743M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800744L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
745W: http://blackfin.uclinux.org
746S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700747
Bryan Wue190d6b2007-07-17 14:43:44 +0800748BLACKFIN EMAC DRIVER
749P: Bryan Wu
750M: bryan.wu@analog.com
751L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
752W: http://blackfin.uclinux.org
753S: Supported
754
Mike Frysinger566da5b2007-06-11 15:31:30 +0800755BLACKFIN RTC DRIVER
756P: Mike Frysinger
757M: michael.frysinger@analog.com
758M: vapier.adi@gmail.com
759L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
760W: http://blackfin.uclinux.org
761S: Supported
762
Bryan Wu1394f032007-05-06 14:50:22 -0700763BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800764P: Aubrey Li
765M: aubrey.li@analog.com
766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700769
Bryan Wu1e6d3202007-07-15 02:50:02 +0800770BLACKFIN WATCHDOG DRIVER
771P: Mike Frysinger
772M: michael.frysinger@analog.com
773M: vapier.adi@gmail.com
774L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
775W: http://blackfin.uclinux.org
776S: Supported
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778BAYCOM/HDLCDRV DRIVERS FOR AX.25
779P: Thomas Sailer
780M: t.sailer@alumni.ethz.ch
781L: linux-hams@vger.kernel.org
782W: http://www.baycom.org/~tom/ham/ham.html
783S: Maintained
784
Michael Buesche4d6b792007-09-18 15:39:42 -0400785B43 WIRELESS DRIVER
786P: Michael Buesch
787M: mb@bu3sch.de
788P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100789M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400790L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100791W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400792S: Maintained
793
Larry Finger75388ac2007-09-25 16:46:54 -0700794B43LEGACY WIRELESS DRIVER
795P: Larry Finger
796M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100797P: Stefano Brivio
798M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700799L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100800W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700801S: Maintained
802
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200803BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
804P: Larry Finger
805M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200806P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100807M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700808L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200809W: http://bcm43xx.berlios.de/
810S: Maintained
811
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812BEFS FILE SYSTEM
813P: Sergey S. Kostyliov
814M: rathamahata@php4.ru
815L: linux-kernel@vger.kernel.org
816S: Maintained
817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818BFS FILE SYSTEM
819P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800820M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821L: linux-kernel@vger.kernel.org
822S: Maintained
823
Bryan Wud24ecfc2007-05-01 23:26:32 +0200824BLACKFIN I2C TWI DRIVER
825P: Sonic Zhang
826M: sonic.zhang@analog.com
827L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828W: http://blackfin.uclinux.org/
829S: Supported
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831BLOCK LAYER
832P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200833M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800835T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836S: Maintained
837
838BLUETOOTH SUBSYSTEM
839P: Marcel Holtmann
840M: marcel@holtmann.org
841P: Maxim Krasnyansky
842M: maxk@qualcomm.com
843L: bluez-devel@lists.sf.net
844W: http://bluez.sf.net
845W: http://www.bluez.org
846W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800847T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848S: Maintained
849
850BLUETOOTH RFCOMM LAYER
851P: Marcel Holtmann
852M: marcel@holtmann.org
853P: Maxim Krasnyansky
854M: maxk@qualcomm.com
855S: Maintained
856
857BLUETOOTH BNEP LAYER
858P: Marcel Holtmann
859M: marcel@holtmann.org
860P: Maxim Krasnyansky
861M: maxk@qualcomm.com
862S: Maintained
863
864BLUETOOTH CMTP LAYER
865P: Marcel Holtmann
866M: marcel@holtmann.org
867S: Maintained
868
869BLUETOOTH HIDP LAYER
870P: Marcel Holtmann
871M: marcel@holtmann.org
872S: Maintained
873
874BLUETOOTH HCI UART DRIVER
875P: Marcel Holtmann
876M: marcel@holtmann.org
877P: Maxim Krasnyansky
878M: maxk@qualcomm.com
879S: Maintained
880
881BLUETOOTH HCI USB DRIVER
882P: Marcel Holtmann
883M: marcel@holtmann.org
884P: Maxim Krasnyansky
885M: maxk@qualcomm.com
886S: Maintained
887
888BLUETOOTH HCI BCM203X DRIVER
889P: Marcel Holtmann
890M: marcel@holtmann.org
891S: Maintained
892
893BLUETOOTH HCI BPA10X DRIVER
894P: Marcel Holtmann
895M: marcel@holtmann.org
896S: Maintained
897
898BLUETOOTH HCI BFUSB DRIVER
899P: Marcel Holtmann
900M: marcel@holtmann.org
901S: Maintained
902
903BLUETOOTH HCI DTL1 DRIVER
904P: Marcel Holtmann
905M: marcel@holtmann.org
906S: Maintained
907
908BLUETOOTH HCI BLUECARD DRIVER
909P: Marcel Holtmann
910M: marcel@holtmann.org
911S: Maintained
912
913BLUETOOTH HCI BT3C DRIVER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916S: Maintained
917
918BLUETOOTH HCI BTUART DRIVER
919P: Marcel Holtmann
920M: marcel@holtmann.org
921S: Maintained
922
923BLUETOOTH HCI VHCI DRIVER
924P: Maxim Krasnyansky
925M: maxk@qualcomm.com
926S: Maintained
927
928BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100929P: Chad Tindel
930M: ctindel@users.sourceforge.net
931P: Jay Vosburgh
932M: fubar@us.ibm.com
933L: bonding-devel@lists.sourceforge.net
934W: http://sourceforge.net/projects/bonding/
935S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000937BROADBAND PROCESSOR ARCHITECTURE
938P: Arnd Bergmann
939M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100940L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400941W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000942S: Supported
943
Gary Zambrano39105892006-06-22 17:26:20 -0700944BROADCOM B44 10/100 ETHERNET DRIVER
945P: Gary Zambrano
946M: zambrano@broadcom.com
947L: netdev@vger.kernel.org
948S: Supported
949
Michael Chan948c51e2006-06-04 02:51:39 -0700950BROADCOM BNX2 GIGABIT ETHERNET DRIVER
951P: Michael Chan
952M: mchan@broadcom.com
953L: netdev@vger.kernel.org
954S: Supported
955
956BROADCOM TG3 GIGABIT ETHERNET DRIVER
957P: Michael Chan
958M: mchan@broadcom.com
959L: netdev@vger.kernel.org
960S: Supported
961
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200962BSG (block layer generic sg v4 driver)
963P: FUJITA Tomonori
964M: fujita.tomonori@lab.ntt.co.jp
965L: linux-scsi@vger.kernel.org
966S: Supported
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700969P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200970M: mchehab@infradead.org
971M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200974T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700975S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976
Jonathan Corbet77d51402007-03-22 19:44:17 -0300977CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
978P: Jonathan Corbet
979M: corbet@lwn.net
980L: video4linux-list@redhat.com
981S: Maintained
982
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200983CALGARY x86-64 IOMMU
984P: Muli Ben-Yehuda
985M: muli@il.ibm.com
986P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200987M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200988L: linux-kernel@vger.kernel.org
989L: discuss@x86-64.org
990S: Maintained
991
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800992CFAG12864B LCD DRIVER
993P: Miguel Ojeda Sandonis
994M: maxextreme@gmail.com
995L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700996W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800997S: Maintained
998
999CFAG12864BFB LCD FRAMEBUFFER DRIVER
1000P: Miguel Ojeda Sandonis
1001M: maxextreme@gmail.com
1002L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001003W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001004S: Maintained
1005
Johannes Berg704232c2007-04-23 12:20:05 -07001006CFG80211 and NL80211
1007P: Johannes Berg
1008M: johannes@sipsolutions.net
1009L: linux-wireless@vger.kernel.org
1010S: Maintained
1011
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001012CHECKPATCH
1013P: Andy Whitcroft
1014M: apw@shadowen.org
1015P: Randy Dunlap
1016M: rdunlap@xenotime.net
1017P: Joel Schopp
1018M: jschopp@austin.ibm.com
1019S: Supported
1020
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021COMMON INTERNET FILE SYSTEM (CIFS)
1022P: Steve French
1023M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001024L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001026W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001027T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001028S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
Joel Becker7063fbf2005-12-15 14:29:43 -08001030CONFIGFS
1031P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001032M: joel.becker@oracle.com
1033L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001034S: Supported
1035
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001036CIRRUS LOGIC EP93XX ETHERNET DRIVER
1037P: Lennert Buytenhek
1038M: kernel@wantstofly.org
1039L: netdev@vger.kernel.org
1040S: Maintained
1041
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001042CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1043P: Lennert Buytenhek
1044M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001045L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001046S: Maintained
1047
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1049P: Cirrus Logic Corporation (kernel 2.2 driver)
1050M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1051P: Nils Faerber (port to kernel 2.4)
1052M: Nils Faerber <nils@kernelconcepts.de>
1053S: Maintained
1054
1055CODA FILE SYSTEM
1056P: Jan Harkes
1057M: jaharkes@cs.cmu.edu
1058M: coda@cs.cmu.edu
1059L: codalist@coda.cs.cmu.edu
1060W: http://www.coda.cs.cmu.edu/
1061S: Maintained
1062
1063COMPACTPCI HOTPLUG CORE
1064P: Scott Murray
1065M: scottm@somanetworks.com
1066M: scott@spiteful.org
1067L: pcihpd-discuss@lists.sourceforge.net
1068S: Supported
1069
1070COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1071P: Scott Murray
1072M: scottm@somanetworks.com
1073M: scott@spiteful.org
1074L: pcihpd-discuss@lists.sourceforge.net
1075S: Supported
1076
1077COMPACTPCI HOTPLUG GENERIC DRIVER
1078P: Scott Murray
1079M: scottm@somanetworks.com
1080M: scott@spiteful.org
1081L: pcihpd-discuss@lists.sourceforge.net
1082S: Supported
1083
1084COMPUTONE INTELLIPORT MULTIPORT CARD
1085P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001086M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001088S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089
Simon Arlott949be0f2007-03-06 02:47:46 -08001090CONEXANT ACCESSRUNNER USB DRIVER
1091P: Simon Arlott
1092M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001093L: accessrunner-general@lists.sourceforge.net
1094W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001095S: Maintained
1096
Rudolf Marekbebe4672007-05-08 17:22:02 +02001097CORETEMP HARDWARE MONITORING DRIVER
1098P: Rudolf Marek
1099M: r.marek@assembler.cz
1100L: lm-sensors@lm-sensors.org
1101S: Maintained
1102
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103COSA/SRP SYNC SERIAL DRIVER
1104P: Jan "Yenya" Kasprzak
1105M: kas@fi.muni.cz
1106W: http://www.fi.muni.cz/~kas/cosa/
1107S: Maintained
1108
1109CPU FREQUENCY DRIVERS
1110P: Dave Jones
1111M: davej@codemonkey.org.uk
1112L: cpufreq@lists.linux.org.uk
1113W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001114T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115S: Maintained
1116
1117CPUID/MSR DRIVER
1118P: H. Peter Anvin
1119M: hpa@zytor.com
1120S: Maintained
1121
Paul Jacksoned90fb42005-09-27 21:45:37 -07001122CPUSETS
1123P: Paul Jackson
1124P: Simon Derr
1125M: pj@sgi.com
1126M: simon.derr@bull.net
1127L: linux-kernel@vger.kernel.org
1128W: http://www.bullopensource.org/cpuset/
1129S: Supported
1130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001132W: http://sourceforge.net/projects/cramfs/
1133S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
1135CRIS PORT
1136P: Mikael Starvik
1137M: starvik@axis.com
1138L: dev-etrax@axis.com
1139W: http://developer.axis.com
1140S: Maintained
1141
1142CRYPTO API
1143P: Herbert Xu
1144M: herbert@gondor.apana.org.au
1145P: David S. Miller
1146M: davem@davemloft.net
1147L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001148T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149S: Maintained
1150
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001151CS5535 Audio ALSA driver
1152P: Jaya Kumar
1153M: jayakumar.alsa@gmail.com
1154S: Maintained
1155
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156CYBERPRO FB DRIVER
1157P: Russell King
1158M: rmk@arm.linux.org.uk
1159W: http://www.arm.linux.org.uk/
1160S: Maintained
1161
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001162CYBLAFB FRAMEBUFFER DRIVER
1163P: Knut Petersen
1164M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001165L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001166S: Maintained
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168CYCLADES 2X SYNC CARD DRIVER
1169P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001170M: acme@ghostprotocols.net
1171W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172S: Maintained
1173
1174CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001176S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177
1178CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001180S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182DAMA SLAVE for AX.25
1183P: Joerg Reuter
1184M: jreuter@yaina.de
1185W: http://yaina.de/jreuter/
1186W: http://www.qsl.net/dl1bke/
1187L: linux-hams@vger.kernel.org
1188S: Maintained
1189
1190DC395x SCSI driver
1191P: Oliver Neukum
1192M: oliver@neukum.name
1193P: Ali Akcaagac
1194M: aliakc@web.de
1195P: Jamie Lenehan
1196M: lenehan@twibble.org
1197W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001198L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199L: http://lists.twibble.org/mailman/listinfo/dc395x/
1200S: Maintained
1201
1202DC390/AM53C974 SCSI driver
1203P: Kurt Garloff
1204M: garloff@suse.de
1205W: http://www.garloff.de/kurt/linux/dc390/
1206P: Guennadi Liakhovetski
1207M: g.liakhovetski@gmx.de
1208S: Maintained
1209
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001210DCCP PROTOCOL
1211P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001212M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001213L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001214W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001215S: Maintained
1216
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217DECnet NETWORK LAYER
1218P: Patrick Caulfield
1219M: patrick@tykepenguin.com
1220W: http://linux-decnet.sourceforge.net
1221L: linux-decnet-user@lists.sourceforge.net
1222S: Maintained
1223
1224DEFXX FDDI NETWORK DRIVER
1225P: Maciej W. Rozycki
1226M: macro@linux-mips.org
1227S: Maintained
1228
1229DELL LAPTOP SMM DRIVER
1230P: Massimo Dal Zotto
1231M: dz@debian.org
1232W: http://www.debian.org/~dz/i8k/
1233S: Maintained
1234
Doug Warzecha90563ec2005-09-06 15:17:15 -07001235DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1236P: Doug Warzecha
1237M: Douglas_Warzecha@dell.com
1238S: Maintained
1239
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001240DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241P: Alasdair Kergon
1242L: dm-devel@redhat.com
1243W: http://sources.redhat.com/dm
1244S: Maintained
1245
1246DEVICE NUMBER REGISTRY
1247P: Torben Mathiasen
1248M: device@lanana.org
1249W: http://lanana.org/docs/device-list/index.html
1250L: linux-kernel@vger.kernel.org
1251S: Maintained
1252
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253DIGI INTL. EPCA DRIVER
1254P: Digi International, Inc
1255M: Eng.Linux@digi.com
1256L: Eng.Linux@digi.com
1257W: http://www.digi.com
1258S: Orphaned
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260DIRECTORY NOTIFICATION
1261P: Stephen Rothwell
1262M: sfr@canb.auug.org.au
1263L: linux-kernel@vger.kernel.org
1264S: Supported
1265
1266DISK GEOMETRY AND PARTITION HANDLING
1267P: Andries Brouwer
1268M: aeb@cwi.nl
1269W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1270W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1271W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1272S: Maintained
1273
1274DISKQUOTA:
1275P: Jan Kara
1276M: jack@suse.cz
1277L: linux-kernel@vger.kernel.org
1278S: Maintained
1279
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001280DISTRIBUTED LOCK MANAGER
1281P: Patrick Caulfield
1282M: pcaulfie@redhat.com
1283P: David Teigland
1284M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001285L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001286W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001287T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1288T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001289S: Supported
1290
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1292P: Tobias Ringstrom
1293M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001294L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295S: Maintained
1296
Dan Williamsb3e5f262007-08-07 10:26:35 -07001297DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001298P: Shannon Nelson
1299M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001300P: Dan Williams
1301M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001303S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001304
Juerg Haefligerb8250372007-06-09 10:11:16 -04001305DME1737 HARDWARE MONITOR DRIVER
1306P: Juerg Haefliger
1307M: juergh@gmail.com
1308L: lm-sensors@lm-sensors.org
1309S: Maintained
1310
Martin Waitzba483d52005-06-17 13:20:59 -07001311DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001312P: Randy Dunlap
1313M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001314S: Maintained
1315
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001316DOCKING STATION DRIVER
1317P: Kristen Carlson Accardi
1318M: kristen.c.accardi@intel.com
1319L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001320S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001321
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322DOUBLETALK DRIVER
1323P: James R. Van Zandt
1324M: jrv@vanzandt.mv.com
1325L: blinux-list@redhat.com
1326S: Maintained
1327
1328DRIVER CORE, KOBJECTS, AND SYSFS
1329P: Greg Kroah-Hartman
1330M: gregkh@suse.de
1331L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001332T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Supported
1334
1335DRM DRIVERS
1336P: David Airlie
1337M: airlied@linux.ie
1338L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001339T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340S: Maintained
1341
1342DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001343P: Francois Romieu
1344M: romieu@fr.zoreil.com
1345L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346S: Maintained
1347
1348DVB SUBSYSTEM AND DRIVERS
1349P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001350M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001352W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001353T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001354S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355
1356EATA-DMA SCSI DRIVER
1357P: Michael Neuffer
1358L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1359S: Maintained
1360
1361EATA ISA/EISA/PCI SCSI DRIVER
1362P: Dario Ballabio
1363M: ballabio_dario@emc.com
1364L: linux-scsi@vger.kernel.org
1365S: Maintained
1366
1367EATA-PIO SCSI DRIVER
1368P: Michael Neuffer
1369M: mike@i-Connect.Net
1370L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1371S: Maintained
1372
1373EBTABLES
1374P: Bart De Schuymer
1375M: bart.de.schuymer@pandora.be
1376L: ebtables-user@lists.sourceforge.net
1377L: ebtables-devel@lists.sourceforge.net
1378W: http://ebtables.sourceforge.net/
1379S: Maintained
1380
Michael Halcrow237fead2006-10-04 02:16:22 -07001381ECRYPT FILE SYSTEM
1382P: Mike Halcrow, Phillip Hellewell
1383M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1384L: ecryptfs-devel@lists.sourceforge.net
1385W: http://ecryptfs.sourceforge.net/
1386S: Supported
1387
Alan Coxda9bb1d2006-01-18 17:44:13 -08001388EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001389P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001390M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001391L: bluesmoke-devel@lists.sourceforge.net
1392W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001393S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001394
1395EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001396P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001397P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001398M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001399M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001400L: bluesmoke-devel@lists.sourceforge.net
1401W: bluesmoke.sourceforge.net
1402S: Maintained
1403
1404EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001405P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001406M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001407L: bluesmoke-devel@lists.sourceforge.net
1408W: bluesmoke.sourceforge.net
1409S: Maintained
1410
Douglas Thompson6bc78402007-07-19 01:50:12 -07001411EDAC-I82443BXGX
1412P: Tim Small
1413M: tim@buttersideup.com
1414L: bluesmoke-devel@lists.sourceforge.net
1415W: bluesmoke.sourceforge.net
1416S: Maintained
1417
1418EDAC-I3000
1419P: Jason Uhlenkott
1420M: juhlenko@akamai.com
1421L: bluesmoke-devel@lists.sourceforge.net
1422W: bluesmoke.sourceforge.net
1423S: Maintained
1424
1425EDAC-I5000
1426P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001427M: dougthompson@xmission.com
1428L: bluesmoke-devel@lists.sourceforge.net
1429W: bluesmoke.sourceforge.net
1430S: Maintained
1431
1432EDAC-I82975X
1433P: Ranganathan Desikan
1434P: Arvind R.
1435M: rdesikan@jetzbroadband.com
1436M: arvind@acarlab.com
1437L: bluesmoke-devel@lists.sourceforge.net
1438W: bluesmoke.sourceforge.net
1439S: Maintained
1440
1441EDAC-PASEMI
1442P: Egor Martovetsky
1443M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
Dave Peterson0e438e32006-03-26 01:38:55 -08001448EDAC-R82600
1449P: Tim Small
1450M: tim@buttersideup.com
1451L: bluesmoke-devel@lists.sourceforge.net
1452W: bluesmoke.sourceforge.net
1453S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001454
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455EEPRO100 NETWORK DRIVER
1456P: Andrey V. Savochkin
1457M: saw@saw.sw.com.sg
1458S: Maintained
1459
Josh Triplett0bee8d22006-07-30 03:03:58 -07001460EFS FILESYSTEM
1461W: http://aeschi.ch.eu.org/efs/
1462S: Orphan
1463
Heiko J Schickfab97222006-09-22 15:22:22 -07001464EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1465P: Hoang-Nam Nguyen
1466M: hnguyen@de.ibm.com
1467P: Christoph Raisch
1468M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001469L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001470S: Supported
1471
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001472EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001473P: James Smart
1474M: james.smart@emulex.com
1475L: linux-scsi@vger.kernel.org
1476W: http://sourceforge.net/projects/lpfcxxxx
1477S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001478
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479EPSON 1355 FRAMEBUFFER DRIVER
1480P: Christopher Hoover
1481M: ch@murgatroid.com, ch@hpl.hp.com
1482S: Maintained
1483
1484ETHEREXPRESS-16 NETWORK DRIVER
1485P: Philip Blundell
1486M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001487L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Maintained
1489
1490ETHERNET BRIDGE
1491P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001492M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001493L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494W: http://bridge.sourceforge.net/
1495S: Maintained
1496
1497ETHERTEAM 16I DRIVER
1498P: Mika Kuoppala
1499M: miku@iki.fi
1500S: Maintained
1501
1502EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001503L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504S: Maintained
1505
1506EXT3 FILE SYSTEM
1507P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001508M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001509L: linux-ext4@vger.kernel.org
1510S: Maintained
1511
1512EXT4 FILE SYSTEM
1513P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001514M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001515L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516S: Maintained
1517
Jean Delvaree53004e2006-01-09 23:26:14 +01001518F71805F HARDWARE MONITORING DRIVER
1519P: Jean Delvare
1520M: khali@linux-fr.org
1521L: lm-sensors@lm-sensors.org
1522S: Maintained
1523
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524FARSYNC SYNCHRONOUS DRIVER
1525P: Kevin Curtis
1526M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527W: http://www.farsite.co.uk/
1528S: Supported
1529
Akinobu Mitac5408b82007-04-23 14:41:20 -07001530FAULT INJECTION SUPPORT
1531P: Akinobu Mita
1532M: akinobu.mita@gmail.com
1533S: Supported
1534
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535FRAMEBUFFER LAYER
1536P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001537M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001538L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539W: http://linux-fbdev.sourceforge.net/
1540S: Maintained
1541
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001542FREESCALE SOC FS_ENET DRIVER
1543P: Pantelis Antoniou
1544M: pantelis.antoniou@gmail.com
1545P: Vitaly Bordug
1546M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001547L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001548L: netdev@vger.kernel.org
1549S: Maintained
1550
Li Yanga7205b32007-04-23 10:38:18 -07001551FREESCALE HIGHSPEED USB DEVICE DRIVER
1552P: Li Yang
1553M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001554L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001555L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001556S: Maintained
1557
Li Yangbeaf53b2007-05-25 13:54:02 +08001558FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1559P: Li Yang
1560M: leoli@freescale.com
1561L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001562L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001563S: Maintained
1564
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565FILE LOCKING (flock() and fcntl()/lockf())
1566P: Matthew Wilcox
1567M: matthew@wil.cx
1568L: linux-fsdevel@vger.kernel.org
1569S: Maintained
1570
1571FILESYSTEMS (VFS and infrastructure)
1572P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001573M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574S: Maintained
1575
Stefan Richterb3274472007-05-30 20:44:52 -04001576FIREWIRE SUBSYSTEM
1577P: Kristian Hoegsberg, Stefan Richter
1578M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1579L: linux1394-devel@lists.sourceforge.net
1580W: http://www.linux1394.org/
1581T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1582S: Maintained
1583
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584FIRMWARE LOADER (request_firmware)
1585L: linux-kernel@vger.kernel.org
1586S: Orphan
1587
1588FPU EMULATOR
1589P: Bill Metzenthen
1590M: billm@suburbia.net
1591W: http://suburbia.net/~billm/floating-point/emulator/
1592S: Maintained
1593
1594FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1595P: Mike McLagan
1596M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001597L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598S: Maintained
1599
1600FREEVXFS FILESYSTEM
1601P: Christoph Hellwig
1602M: hch@infradead.org
1603W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1604S: Maintained
1605
David Howells5ab7ffe2007-04-10 15:10:45 +01001606FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607P: David Howells
1608M: dhowells@redhat.com
1609S: Maintained
1610
Miklos Szeredi04578f12005-09-09 13:10:22 -07001611FUSE: FILESYSTEM IN USERSPACE
1612P: Miklos Szeredi
1613M: miklos@szeredi.hu
1614L: fuse-devel@lists.sourceforge.net
1615W: http://fuse.sourceforge.net/
1616S: Maintained
1617
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1619P: Rik Faith
1620M: faith@cs.unc.edu
1621L: linux-scsi@vger.kernel.org
1622S: Odd fixes (e.g., new signatures)
1623
1624GDT SCSI DISK ARRAY CONTROLLER DRIVER
1625P: Achim Leubner
1626M: achim_leubner@adaptec.com
1627L: linux-scsi@vger.kernel.org
1628W: http://www.icp-vortex.com/
1629S: Supported
1630
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001631GENERIC GPIO I2C DRIVER
1632P: Haavard Skinnemoen
1633M: hskinnemoen@atmel.com
1634S: Supported
1635
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1637P: Krzysztof Halasa
1638M: khc@pm.waw.pl
1639W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1640S: Maintained
1641
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001642GFS2 FILE SYSTEM
1643P: Steven Whitehouse
1644M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001645L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001646W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001647T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1648T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001649S: Supported
1650
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001651GIGASET ISDN DRIVERS
1652P: Hansjoerg Lipp
1653M: hjlipp@web.de
1654P: Tilman Schmidt
1655M: tilman@imap.cc
1656L: gigaset307x-common@lists.sourceforge.net
1657W: http://gigaset307x.sourceforge.net/
1658S: Maintained
1659
Jean Delvare5b543962005-08-15 19:51:02 +02001660HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001661P: Mark M. Hoffman
1662M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001663L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001664W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001665T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1666T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001667S: Maintained
1668
Michael Buesch844dd052006-06-26 00:24:59 -07001669HARDWARE RANDOM NUMBER GENERATOR CORE
1670P: Michael Buesch
1671M: mb@bu3sch.de
1672S: Maintained
1673
Robert Love860e1d62005-08-31 23:57:59 -04001674HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1675P: Robert Love
1676M: rlove@rlove.org
1677M: linux-kernel@vger.kernel.org
1678W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1679S: Maintained
1680
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681HARMONY SOUND DRIVER
1682P: Kyle McMartin
1683M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001684L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685S: Maintained
1686
1687HAYES ESP SERIAL DRIVER
1688P: Andrew J. Robinson
1689M: arobinso@nyx.net
1690L: linux-kernel@vger.kernel.org
1691W: http://www.nyx.net/~arobinso
1692S: Maintained
1693
1694HFS FILESYSTEM
1695P: Roman Zippel
1696M: zippel@linux-m68k.org
1697L: linux-kernel@vger.kernel.org
1698S: Maintained
1699
1700HGA FRAMEBUFFER DRIVER
1701P: Ferenc Bakonyi
1702M: fero@drama.obuda.kando.hu
1703L: linux-nvidia@lists.surfsouth.com
1704W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1705S: Maintained
1706
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001707HID CORE LAYER
1708P: Jiri Kosina
1709M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001710L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001711T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001712S: Maintained
1713
Ingo Molnar38bed542007-02-22 09:09:34 +01001714HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1715P: Thomas Gleixner
1716M: tglx@linutronix.de
1717L: linux-kernel@vger.kernel.org
1718S: Maintained
1719
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720HIGH-SPEED SCC DRIVER FOR AX.25
1721P: Klaus Kudielka
1722M: klaus.kudielka@ieee.org
1723L: linux-hams@vger.kernel.org
1724W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1725S: Maintained
1726
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001727HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1728P: HighPoint Linux Team
1729M: linux@highpoint-tech.com
1730W: http://www.highpoint-tech.com
1731S: Supported
1732
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733HIPPI
1734P: Jes Sorensen
1735M: jes@trained-monkey.org
1736L: linux-hippi@sunsite.dk
1737S: Maintained
1738
1739HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1740P: Chirag Kantharia
1741M: chirag.kantharia@hp.com
1742L: iss_storagedev@hp.com
1743S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001744
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745HEWLETT-PACKARD SMART2 RAID DRIVER
1746P: Chirag Kantharia
1747M: chirag.kantharia@hp.com
1748L: iss_storagedev@hp.com
1749S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001750
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1752P: Mike Miller
1753M: mike.miller@hp.com
1754L: iss_storagedev@hp.com
1755S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001756
Jouni Malinenff1d2762005-05-12 22:54:16 -04001757HOST AP DRIVER
1758P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001759M: j@w1.fi
1760L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001761L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001762W: http://hostap.epitest.fi/
1763S: Maintained
1764
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1766P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001767M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768S: Maintained
1769
Bob Piccob9b03322005-11-07 00:59:19 -08001770HPET: High Precision Event Timers driver (hpet.c)
1771P: Clemens Ladisch
1772M: clemens@ladisch.de
1773S: Maintained
1774
1775HPET: i386
1776P: Venkatesh Pallipadi (Venki)
1777M: venkatesh.pallipadi@intel.com
1778S: Maintained
1779
1780HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001781P: Vojtech Pavlik
1782M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001783S: Maintained
1784
1785HPET: ACPI hpet.c
1786P: Bob Picco
1787M: bob.picco@hp.com
1788S: Maintained
1789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790HPFS FILESYSTEM
1791P: Mikulas Patocka
1792M: mikulas@artax.karlin.mff.cuni.cz
1793W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1794S: Maintained
1795
1796HUGETLB FILESYSTEM
1797P: William Irwin
1798M: wli@holomorphy.com
1799S: Maintained
1800
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001801I2C/SMBUS STUB DRIVER
1802P: Mark M. Hoffman
1803M: mhoffman@lightlink.com
1804L: lm-sensors@lm-sensors.org
1805S: Maintained
1806
Jean Delvare5b543962005-08-15 19:51:02 +02001807I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808P: Jean Delvare
1809M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001810L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001811T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812S: Maintained
1813
Till Harbaume8c76ee2007-05-01 23:26:35 +02001814I2C-TINY-USB DRIVER
1815P: Till Harbaum
1816M: till@harbaum.org
1817L: i2c@lm-sensors.org
1818T: http://www.harbaum.org/till/i2c_tiny_usb
1819S: Maintained
1820
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001822P: H. Peter Anvin
1823M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824L: Linux-Kernel@vger.kernel.org
1825S: Maintained
1826
1827i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828P: H. Peter Anvin
1829M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001830T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Maintained
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833IA64 (Itanium) PLATFORM
1834P: Tony Luck
1835M: tony.luck@intel.com
1836L: linux-ia64@vger.kernel.org
1837W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001838T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839S: Maintained
1840
1841SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001842P: Jes Sorensen
1843M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844L: linux-altix@sgi.com
1845L: linux-ia64@vger.kernel.org
1846W: http://www.sgi.com/altix
1847S: Maintained
1848
1849IBM MCA SCSI SUBSYSTEM DRIVER
1850P: Michael Lang
1851M: langa2@kph.uni-mainz.de
1852W: http://www.uni-mainz.de/~langm000/linux.html
1853S: Maintained
1854
1855IBM Power Linux RAID adapter
1856P: Brian King
1857M: brking@us.ibm.com
1858S: Supported
1859
1860IBM ServeRAID RAID DRIVER
1861P: Jack Hammer
1862P: Dave Jeffery
1863M: ipslinux@adaptec.com
1864W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001865S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001867IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872S: Maintained
1873
1874IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001875L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001876S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
1878IDE/ATAPI FLOPPY DRIVERS
1879P: Paul Bristow
1880M: Paul Bristow <paul@paulbristow.net>
1881W: http://paulbristow.net/linux/idefloppy.html
1882L: linux-kernel@vger.kernel.org
1883S: Maintained
1884
1885IDE/ATAPI TAPE DRIVERS
1886P: Gadi Oxman
1887M: Gadi Oxman <gadio@netvision.net.il>
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001891IDE-SCSI DRIVER
1892L: linux-ide@vger.kernel.org
1893L: linux-scsi@vger.kernel.org
1894S: Orphan
1895
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896IEEE 1394 SUBSYSTEM
1897P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001898M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001899P: Stefan Richter
1900M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901L: linux1394-devel@lists.sourceforge.net
1902W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001903T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904S: Maintained
1905
Stefan Richterf51a5a92007-04-23 14:41:10 -07001906IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907P: Dan Dennedy
1908M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001909P: Stefan Richter
1910M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001912S: Maintained
1913
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001915L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001916S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917
1918INFINIBAND SUBSYSTEM
1919P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001920M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921P: Sean Hefty
1922M: mshefty@ichips.intel.com
1923P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001924M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001925L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001927T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928S: Supported
1929
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001930INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001931P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001932M: dmitry.torokhov@gmail.com
1933M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001934L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001935T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936S: Maintained
1937
Robert Lovec9f04f52005-07-15 12:21:07 -04001938INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001939P: John McCutchan
1940M: ttb@tentacle.dhs.org
1941P: Robert Love
1942M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001943L: linux-kernel@vger.kernel.org
1944S: Maintained
1945
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001946INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001947P: Sylvain Meyer
1948M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001949L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001950S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001951
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001953P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001954M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001955L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001956S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958INTEL IA32 MICROCODE UPDATE SUPPORT
1959P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001960M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961S: Maintained
1962
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001963INTEL I/OAT DMA DRIVER
1964P: Shannon Nelson
1965M: shannon.nelson@intel.com
1966L: linux-kernel@vger.kernel.org
1967S: Supported
1968
Dan Williamsb3e5f262007-08-07 10:26:35 -07001969INTEL IOP-ADMA DMA DRIVER
1970P: Dan Williams
1971M: dan.j.williams@intel.com
1972L: linux-kernel@vger.kernel.org
1973S: Supported
1974
Michael Buesch844dd052006-06-26 00:24:59 -07001975INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1976P: Deepak Saxena
1977M: dsaxena@plexity.net
1978S: Maintained
1979
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001980INTEL IXP2000 ETHERNET DRIVER
1981P: Lennert Buytenhek
1982M: kernel@wantstofly.org
1983L: netdev@vger.kernel.org
1984S: Maintained
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986INTEL PRO/100 ETHERNET SUPPORT
1987P: John Ronciak
1988M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989P: Jesse Brandeburg
1990M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001991P: Jeff Kirsher
1992M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001993P: Auke Kok
1994M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001995L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996W: http://sourceforge.net/projects/e1000/
1997S: Supported
1998
1999INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2000P: Jeb Cramer
2001M: cramerj@intel.com
2002P: John Ronciak
2003M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002004P: Jesse Brandeburg
2005M: jesse.brandeburg@intel.com
2006P: Jeff Kirsher
2007M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002008P: Auke Kok
2009M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002010L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011W: http://sourceforge.net/projects/e1000/
2012S: Supported
2013
2014INTEL PRO/10GbE SUPPORT
2015P: Ayyappan Veeraiyan
2016M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002017P: Auke Kok
2018M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002019P: Jesse Brandeburg
2020M: jesse.brandeburg@intel.com
2021P: John Ronciak
2022M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002023L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024W: http://sourceforge.net/projects/e1000/
2025S: Supported
2026
James Ketrenos826d2ab2005-11-07 18:56:59 -06002027INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2028P: Yi Zhu
2029M: yi.zhu@intel.com
2030P: James Ketrenos
2031M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002032L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002033L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002034L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2035W: http://ipw2100.sourceforge.net
2036S: Supported
2037
2038INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2039P: Yi Zhu
2040M: yi.zhu@intel.com
2041P: James Ketrenos
2042M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002043L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002044L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002045L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2046W: http://ipw2200.sourceforge.net
2047S: Supported
2048
Zhu Yib481de92007-09-25 17:54:57 -07002049INTEL WIRELESS WIFI LINK (iwlwifi)
2050P: Zhu Yi
2051M: yi.zhu@intel.com
2052L: linux-wireless@vger.kernel.org
2053L: ipw3945-devel@lists.sourceforge.net
2054W: http://intellinuxwireless.org
2055T: git git://intellinuxwireless.org/repos/iwlwifi
2056S: Supported
2057
Ralf Baechlecb109a02007-08-30 23:56:30 -07002058IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059P: Ralf Baechle
2060M: ralf@linux-mips.org
2061L: linux-mips@linux-mips.org
2062S: Maintained
2063
Ralf Baechlecb109a02007-08-30 23:56:30 -07002064IOC3 SERIAL DRIVER
2065P: Pat Gefre
2066M: pfg@sgi.com
2067L: linux-kernel@linux-mips.org
2068S: Maintained
2069
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070IP MASQUERADING:
2071P: Juanjo Ciarlante
2072M: jjciarla@raiz.uncu.edu.ar
2073S: Maintained
2074
Francois Romieu1202d6f2007-09-17 17:13:55 -07002075IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2076P: Francois Romieu
2077M: romieu@fr.zoreil.com
2078P: Sorbica Shieh
2079M: sorbica@icplus.com.tw
2080P: Jesse Huang
2081M: jesse@icplus.com.tw
2082L: netdev@vger.kernel.org
2083S: Maintained
2084
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002085IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002086P: Arthur Jones
2087M: infinipath@qlogic.com
2088L: general@lists.openfabrics.org
2089T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002090S: Supported
2091
Corey Minyard4409ebe2006-04-20 02:43:12 -07002092IPMI SUBSYSTEM
2093P: Corey Minyard
2094M: minyard@acm.org
2095L: openipmi-developer@lists.sourceforge.net
2096W: http://openipmi.sourceforge.net/
2097S: Supported
2098
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099IPX NETWORK LAYER
2100P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002101M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103S: Maintained
2104
2105IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002106P: Samuel Ortiz
2107M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002108L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002110S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111
Mike Christie14816b12007-11-28 16:22:06 -08002112ISCSI
2113P: Mike Christie
2114M: michaelc@cs.wisc.edu
2115L: open-iscsi@googlegroups.com
2116W: www.open-iscsi.org
2117T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2118S: Maintained
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120ISAPNP
2121P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002122M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123S: Maintained
2124
2125ISDN SUBSYSTEM
2126P: Karsten Keil
2127M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128L: isdn4linux@listserv.isdn4linux.de
2129W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002130T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Maintained
2132
2133ISDN SUBSYSTEM (Eicon active card driver)
2134P: Armin Schindler
2135M: mac@melware.de
2136L: isdn4linux@listserv.isdn4linux.de
2137W: http://www.melware.de
2138S: Maintained
2139
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2141P: David Woodhouse
2142M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002143L: linux-mtd@lists.infradead.org
2144W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145S: Maintained
2146
2147JFS FILESYSTEM
2148P: Dave Kleikamp
2149M: shaggy@austin.ibm.com
2150L: jfs-discussion@lists.sourceforge.net
2151W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002152T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Supported
2154
Josh Triplettde456d32006-07-30 03:04:00 -07002155JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002156P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002157M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002158L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002159S: Maintained
2160
Rudolf Marek4660cb32006-10-08 22:01:26 +02002161K8TEMP HARDWARE MONITORING DRIVER
2162P: Rudolf Marek
2163M: r.marek@assembler.cz
2164L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
2167KCONFIG
2168P: Roman Zippel
2169M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002170L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171S: Maintained
2172
Vivek Goyalea6c2082006-05-20 14:59:55 -07002173KDUMP
2174P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002175M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002176P: Haren Myneni
2177M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002178L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002179L: linux-kernel@vger.kernel.org
2180W: http://lse.sourceforge.net/kdump/
2181S: Maintained
2182
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183KERNEL AUTOMOUNTER (AUTOFS)
2184P: H. Peter Anvin
2185M: hpa@zytor.com
2186L: autofs@linux.kernel.org
2187S: Odd Fixes
2188
2189KERNEL AUTOMOUNTER v4 (AUTOFS4)
2190P: Ian Kent
2191M: raven@themaw.net
2192L: autofs@linux.kernel.org
2193S: Maintained
2194
2195KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196P: Sam Ravnborg
2197M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002198T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002199L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002200S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201
2202KERNEL JANITORS
2203P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002204L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206S: Maintained
2207
2208KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002209P: J. Bruce Fields
2210M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002212M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213L: nfs@lists.sourceforge.net
2214W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002215S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216
Avi Kivity426d62e2006-12-13 00:34:03 -08002217KERNEL VIRTUAL MACHINE (KVM)
2218P: Avi Kivity
2219M: avi@qumranet.com
2220L: kvm-devel@lists.sourceforge.net
2221W: kvm.sourceforge.net
2222S: Supported
2223
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002224KEXEC
2225P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002226M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002227W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002228L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002229L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002230S: Maintained
2231
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002232KPROBES
2233P: Prasanna S Panchamukhi
2234M: prasanna@in.ibm.com
2235P: Ananth N Mavinakayanahalli
2236M: ananth@in.ibm.com
2237P: Anil S Keshavamurthy
2238M: anil.s.keshavamurthy@intel.com
2239P: David S. Miller
2240M: davem@davemloft.net
2241L: linux-kernel@vger.kernel.org
2242S: Maintained
2243
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002244KS0108 LCD CONTROLLER DRIVER
2245P: Miguel Ojeda Sandonis
2246M: maxextreme@gmail.com
2247L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002248W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002249S: Maintained
2250
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002253S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254
2255LASI 53c700 driver for PARISC
2256P: James E.J. Bottomley
2257M: James.Bottomley@HansenPartnership.com
2258L: linux-scsi@vger.kernel.org
2259S: Maintained
2260
Richard Purdie263de9b2006-05-15 09:44:16 -07002261LED SUBSYSTEM
2262P: Richard Purdie
2263M: rpurdie@rpsys.net
2264S: Maintained
2265
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266LEGO USB Tower driver
2267P: Juergen Stuber
2268M: starblue@users.sourceforge.net
2269L: legousb-devel@lists.sourceforge.net
2270W: http://legousb.sourceforge.net/
2271S: Maintained
2272
Rusty Russell568a17f2007-10-25 14:12:24 +10002273LGUEST
2274P: Rusty Russell
2275M: rusty@rustcorp.com.au
2276L: lguest@ozlabs.org
2277W: http://lguest.ozlabs.org/
2278S: Maintained
2279
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280LINUX FOR IBM pSERIES (RS/6000)
2281P: Paul Mackerras
2282M: paulus@au.ibm.com
2283W: http://www.ibm.com/linux/ltc/projects/ppc
2284S: Supported
2285
2286LINUX FOR NCR VOYAGER
2287P: James Bottomley
2288M: James.Bottomley@HansenPartnership.com
2289W: http://www.hansenpartnership.com/voyager
2290S: Maintained
2291
2292LINUX FOR POWERPC
2293P: Paul Mackerras
2294M: paulus@samba.org
2295W: http://www.penguinppc.org/
2296L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002297T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298S: Supported
2299
2300LINUX FOR POWER MACINTOSH
2301P: Benjamin Herrenschmidt
2302M: benh@kernel.crashing.org
2303W: http://www.penguinppc.org/
2304L: linuxppc-dev@ozlabs.org
2305S: Maintained
2306
2307LINUX FOR POWERPC EMBEDDED MPC52XX
2308P: Sylvain Munaut
2309M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002310P: Grant Likely
2311M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312W: http://www.246tNt.com/mpc52xx/
2313W: http://www.penguinppc.org/
2314L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315S: Maintained
2316
2317LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002318P: Josh Boyer
2319M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320P: Matt Porter
2321M: mporter@kernel.crashing.org
2322W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002323L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002324T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325S: Maintained
2326
Grant Likely260c02a2007-10-02 12:15:34 +10002327LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2328P: Grant Likely
2329M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002330W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002331L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332S: Maintained
2333
Tom Rinie93adf12005-07-26 12:49:53 -07002334LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335P: Tom Rini
2336M: trini@kernel.crashing.org
2337W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002338L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339S: Maintained
2340
Tom Rinie93adf12005-07-26 12:49:53 -07002341LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002342P: Vitaly Bordug
2343M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002344P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002345M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002346W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002347L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002348S: Maintained
2349
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002351P: Kumar Gala
2352M: galak@kernel.crashing.org
2353W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002354L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002355S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356
Olof Johanssonab06ff32006-09-06 14:44:54 -05002357LINUX FOR POWERPC PA SEMI PWRFICIENT
2358P: Olof Johansson
2359M: olof@lixom.net
2360W: http://www.pasemi.com/
2361L: linuxppc-dev@ozlabs.org
2362S: Supported
2363
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364LLC (802.2)
2365P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002366M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Maintained
2368
2369LINUX FOR 64BIT POWERPC
2370P: Paul Mackerras
2371M: paulus@samba.org
2372M: paulus@au.ibm.com
2373P: Anton Blanchard
2374M: anton@samba.org
2375M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002376W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002377L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Supported
2379
2380LINUX SECURITY MODULE (LSM) FRAMEWORK
2381P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002382M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002383L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002385T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Supported
2387
2388LM83 HARDWARE MONITOR DRIVER
2389P: Jean Delvare
2390M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002391L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392S: Maintained
2393
2394LM90 HARDWARE MONITOR DRIVER
2395P: Jean Delvare
2396M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002397L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398S: Maintained
2399
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002400LOCKDEP AND LOCKSTAT
2401P: Peter Zijlstra
2402M: peterz@infradead.org
2403P: Ingo Molnar
2404M: mingo@redhat.com
2405L: linux-kernel@vger.kernel.org
2406T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2407S: Maintained
2408
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002409LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410P: Richard Russon (FlatCap)
2411M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002412L: linux-ntfs-dev@lists.sourceforge.net
2413W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Maintained
2415
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002416LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2417P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002418M: Eric.Moore@lsi.com
2419M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002420L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002421L: linux-scsi@vger.kernel.org
2422W: http://www.lsilogic.com/support
2423S: Supported
2424
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2426P: Matthew Wilcox
2427M: matthew@wil.cx
2428L: linux-scsi@vger.kernel.org
2429S: Maintained
2430
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002431M32R ARCHITECTURE
2432P: Hirokazu Takata
2433M: takata@linux-m32r.org
2434L: linux-m32r@ml.linux-m32r.org
2435L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2436W: http://www.linux-m32r.org/
2437S: Maintained
2438
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439M68K ARCHITECTURE
2440P: Geert Uytterhoeven
2441M: geert@linux-m68k.org
2442P: Roman Zippel
2443M: zippel@linux-m68k.org
2444L: linux-m68k@lists.linux-m68k.org
2445W: http://www.linux-m68k.org/
2446W: http://linux-m68k-cvs.ubb.ca/
2447S: Maintained
2448
2449M68K ON APPLE MACINTOSH
2450P: Joshua Thompson
2451M: funaho@jurai.org
2452W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002453L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454S: Maintained
2455
2456M68K ON HP9000/300
2457P: Philip Blundell
2458M: philb@gnu.org
2459W: http://www.tazenda.demon.co.uk/phil/linux-hp
2460S: Maintained
2461
Jiri Benc64a327a2007-05-05 11:47:08 -07002462MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002463P: Michael Wu
2464M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002465P: Johannes Berg
2466M: johannes@sipsolutions.net
2467P: Jiri Benc
2468M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002469L: linux-wireless@vger.kernel.org
2470W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002471T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002472S: Maintained
2473
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002474MACVLAN DRIVER
2475P: Patrick McHardy
2476M: kaber@trash.net
2477L: netdev@vger.kernel.org
2478S: Maintained
2479
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480MARVELL YUKON / SYSKONNECT DRIVER
2481P: Mirko Lindner
2482M: mlindner@syskonnect.de
2483P: Ralph Roesler
2484M: rroesler@syskonnect.de
2485W: http://www.syskonnect.com
2486S: Supported
2487
Michael Kerriskfaf16682005-07-31 22:34:47 -07002488MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002489P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002490M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002491W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2492S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002493
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002494MARVELL MV643XX ETHERNET DRIVER
2495P: Dale Farnsworth
2496M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002498M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002499L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002500S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501
2502MATROX FRAMEBUFFER DRIVER
2503P: Petr Vandrovec
2504M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002505L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506S: Maintained
2507
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002508MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2509P: Hans J. Koch
2510M: hjk@linutronix.de
2511L: lm-sensors@lm-sensors.org
2512S: Maintained
2513
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002514MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002515P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002516M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002517S: linux-scsi@vger.kernel.org
2518W: http://megaraid.lsilogic.com
2519S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002520
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002521MEMORY MANAGEMENT
2522L: linux-mm@kvack.org
2523L: linux-kernel@vger.kernel.org
2524W: http://www.linux-mm.org
2525S: Maintained
2526
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002527MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528P: David Woodhouse
2529M: dwmw2@infradead.org
2530W: http://www.linux-mtd.infradead.org/
2531L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002532T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533S: Maintained
2534
Artem Bityutskiy48576402007-02-13 17:11:10 +02002535UNSORTED BLOCK IMAGES (UBI)
2536P: Artem Bityutskiy
2537M: dedekind@infradead.org
2538W: http://www.linux-mtd.infradead.org/
2539L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002540T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002541S: Maintained
2542
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543MICROTEK X6 SCANNER
2544P: Oliver Neukum
2545M: oliver@neukum.name
2546S: Maintained
2547
2548MIPS
2549P: Ralf Baechle
2550M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002551W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002553T: git www.linux-mips.org:/pub/scm/linux.git
2554S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555
2556MISCELLANEOUS MCA-SUPPORT
2557P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002558M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559L: linux-kernel@vger.kernel.org
2560S: Maintained
2561
2562MODULE SUPPORT
2563P: Rusty Russell
2564M: rusty@rustcorp.com.au
2565L: linux-kernel@vger.kernel.org
2566S: Maintained
2567
2568MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2569P: Stelian Pop
2570M: stelian@popies.net
2571W: http://popies.net/meye/
2572S: Maintained
2573
Pavel Pisac58ff042007-05-16 01:10:41 +02002574MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2575P: Pavel Pisa
2576M: ppisa@pikron.com
2577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2578W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2579S: Maintained
2580
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581MOUSE AND MISC DEVICES [GENERAL]
2582P: Alessandro Rubini
2583M: rubini@ipvvis.unipv.it
2584L: linux-kernel@vger.kernel.org
2585S: Maintained
2586
Jiri Slabyd7354102006-12-08 02:38:35 -08002587MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2588P: Jiri Slaby
2589M: jirislaby@gmail.com
2590L: linux-kernel@vger.kernel.org
2591S: Maintained
2592
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002593MSI LAPTOP SUPPORT
2594P: Lennart Poettering
2595M: mzxreary@0pointer.de
2596L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2597W: http://0pointer.de/lennart/tchibo.html
2598S: Maintained
2599
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600MTRR AND SIMILAR SUPPORT [i386]
2601P: Richard Gooch
2602M: rgooch@atnf.csiro.au
2603L: linux-kernel@vger.kernel.org
2604W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2605S: Maintained
2606
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002607MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002608P: Pierre Ossman
2609M: drzeus-mmc@drzeus.cx
2610L: linux-kernel@vger.kernel.org
2611S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002612
David Brownell15a05802007-08-08 09:12:54 -07002613MULTIMEDIA CARD (MMC) ETC. OVER SPI
2614P: David Brownell
2615M: dbrownell@users.sourceforge.net
2616L: linux-kernel@vger.kernel.org
2617S: Odd fixes
2618
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619MULTISOUND SOUND DRIVER
2620P: Andrew Veliath
2621M: andrewtv@usa.net
2622S: Maintained
2623
Jiri Slabyd7354102006-12-08 02:38:35 -08002624MULTITECH MULTIPORT CARD (ISICOM)
2625P: Jiri Slaby
2626M: jirislaby@gmail.com
2627L: linux-kernel@vger.kernel.org
2628S: Maintained
2629
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630NATSEMI ETHERNET DRIVER (DP8381x)
2631P: Tim Hockin
2632M: thockin@hockin.org
2633S: Maintained
2634
2635NCP FILESYSTEM
2636P: Petr Vandrovec
2637M: vandrove@vc.cvut.cz
2638L: linware@sh.cvut.cz
2639S: Maintained
2640
2641NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2642P: James E.J. Bottomley
2643M: James.Bottomley@HansenPartnership.com
2644L: linux-scsi@vger.kernel.org
2645S: Maintained
2646
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002647NETEM NETWORK EMULATOR
2648P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002649M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002650L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002651S: Maintained
2652
Jiri Slaby4a584482007-08-30 23:56:39 -07002653NETERION (S2IO) Xframe 10GbE DRIVER
2654P: Ramkrishna Vepa
2655M: ram.vepa@neterion.com
2656P: Rastapur Santosh
2657M: santosh.rastapur@neterion.com
2658P: Sivakumar Subramani
2659M: sivakumar.subramani@neterion.com
2660P: Sreenivasa Honnur
2661M: sreenivasa.honnur@neterion.com
2662L: netdev@vger.kernel.org
2663W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2664S: Supported
2665
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666NETFILTER/IPTABLES/IPCHAINS
2667P: Rusty Russell
2668P: Marc Boucher
2669P: James Morris
2670P: Harald Welte
2671P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002672P: Patrick McHardy
2673M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002674L: netfilter-devel@vger.kernel.org
2675L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002676L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677W: http://www.netfilter.org/
2678W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679S: Supported
2680
Paul Moore4cc67732006-09-25 15:57:13 -07002681NETLABEL
2682P: Paul Moore
2683M: paul.moore@hp.com
2684W: http://netlabel.sf.net
2685L: netdev@vger.kernel.org
2686S: Supported
2687
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688NETROM NETWORK LAYER
2689P: Ralf Baechle
2690M: ralf@linux-mips.org
2691L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002692W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693S: Maintained
2694
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002695NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696P: Paul Clements
2697M: Paul.Clements@steeleye.com
2698S: Maintained
2699
2700NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701P: Jeff Garzik
2702M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002703L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002704T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705S: Maintained
2706
2707NETWORKING [GENERAL]
2708P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002709M: netdev@vger.kernel.org
2710L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002711W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712S: Maintained
2713
2714NETWORKING [IPv4/IPv6]
2715P: David S. Miller
2716M: davem@davemloft.net
2717P: Alexey Kuznetsov
2718M: kuznet@ms2.inr.ac.ru
2719P: Pekka Savola (ipv6)
2720M: pekkas@netcore.fi
2721P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002722M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723P: Hideaki YOSHIFUJI
2724M: yoshfuji@linux-ipv6.org
2725P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002726M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002727L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002728T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729S: Maintained
2730
James Morris10e2ff12007-08-25 14:41:28 -07002731NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2732P: Paul Moore
2733M: paul.moore@hp.com
2734L: netdev@vger.kernel.org
2735S: Maintained
2736
John W. Linville29f8f632006-01-18 14:52:48 -08002737NETWORKING [WIRELESS]
2738P: John W. Linville
2739M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002740L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002741T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2742S: Maintained
2743
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002744NETXEN (1/10) GbE SUPPORT
2745P: Amit S. Kale
2746M: amitkale@netxen.com
2747L: netdev@vger.kernel.org
2748W: http://www.netxen.com
2749S: Supported
2750
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751IPVS
2752P: Wensong Zhang
2753M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002754P: Simon Horman
2755M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756P: Julian Anastasov
2757M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002758L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
2761NFS CLIENT
2762P: Trond Myklebust
2763M: trond.myklebust@fys.uio.no
2764L: linux-kernel@vger.kernel.org
2765S: Maintained
2766
2767NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002768P: Jan-Pascal van Best
2769M: janpascal@vanbest.org
2770P: Andreas Mohr
2771M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002772L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773S: Maintained
2774
2775NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2776P: YOKOTA Hiroshi
2777M: yokota@netlab.is.tsukuba.ac.jp
2778W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2779S: Maintained
2780
2781NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2782P: GOTO Masanori
2783M: gotom@debian.or.jp
2784P: YOKOTA Hiroshi
2785M: yokota@netlab.is.tsukuba.ac.jp
2786W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2787S: Maintained
2788
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789NTFS FILESYSTEM
2790P: Anton Altaparmakov
2791M: aia21@cantab.net
2792L: linux-ntfs-dev@lists.sourceforge.net
2793L: linux-kernel@vger.kernel.org
2794W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002795T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796S: Maintained
2797
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002798NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002799P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002800M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002801L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002802S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002804OPENCORES I2C BUS DRIVER
2805P: Peter Korsgaard
2806M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002807L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002808S: Maintained
2809
Mark Fashehccd979b2005-12-15 14:31:24 -08002810ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2811P: Mark Fasheh
2812M: mark.fasheh@oracle.com
2813P: Kurt Hackel
2814M: kurt.hackel@oracle.com
2815L: ocfs2-devel@oss.oracle.com
2816W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002817S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002818
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819OLYMPIC NETWORK DRIVER
2820P: Peter De Shrijver
2821M: p2@ace.ulyssis.student.kuleuven.ac.be
2822P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002823M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002824L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825L: linux-tr@linuxtr.net
2826W: http://www.linuxtr.net
2827S: Maintained
2828
Harald Weltec1986ee2005-11-13 16:06:29 -08002829OMNIKEY CARDMAN 4000 DRIVER
2830P: Harald Welte
2831M: laforge@gnumonks.org
2832S: Maintained
2833
Harald Welte77c44ab2005-11-13 16:06:26 -08002834OMNIKEY CARDMAN 4040 DRIVER
2835P: Harald Welte
2836M: laforge@gnumonks.org
2837S: Maintained
2838
Jonathan Corbet77d51402007-03-22 19:44:17 -03002839OMNIVISION OV7670 SENSOR DRIVER
2840P: Jonathan Corbet
2841M: corbet@lwn.net
2842L: video4linux-list@redhat.com
2843S: Maintained
2844
Thomas Gleixner431bca72007-05-02 09:31:35 +02002845ONENAND FLASH DRIVER
2846P: Kyungmin Park
2847M: kyungmin.park@samsung.com
2848L: linux-mtd@lists.infradead.org
2849S: Maintained
2850
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851ONSTREAM SCSI TAPE DRIVER
2852P: Willem Riede
2853M: osst@riede.org
2854L: osst-users@lists.sourceforge.net
2855L: linux-scsi@vger.kernel.org
2856S: Maintained
2857
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858OPROFILE
2859P: Philippe Elie
2860M: phil.el@wanadoo.fr
2861L: oprofile-list@lists.sf.net
2862S: Maintained
2863
2864ORINOCO DRIVER
2865P: Pavel Roskin
2866M: proski@gnu.org
2867P: David Gibson
2868M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002869L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002870L: orinoco-users@lists.sourceforge.net
2871L: orinoco-devel@lists.sourceforge.net
2872W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873S: Maintained
2874
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002875PA SEMI ETHERNET DRIVER
2876P: Olof Johansson
2877M: olof@lixom.net
2878L: netdev@vger.kernel.org
2879S: Maintained
2880
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002881PA SEMI SMBUS DRIVER
2882P: Olof Johansson
2883M: olof@lixom.net
2884L: i2c@lm-sensors.org
2885S: Maintained
2886
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002888L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002889S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890
2891PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2892P: Tim Waugh
2893M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002894L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895W: http://www.torque.net/linux-pp.html
2896S: Maintained
2897
2898PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002899P: Kyle McMartin
2900M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901P: Matthew Wilcox
2902M: matthew@wil.cx
2903P: Grant Grundler
2904M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002905L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002907T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908S: Maintained
2909
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002910PARAVIRT_OPS INTERFACE
2911P: Jeremy Fitzhardinge
2912M: jeremy@xensource.com
2913P: Chris Wright
2914M: chrisw@sous-sol.org
2915P: Zachary Amsden
2916M: zach@vmware.com
2917P: Rusty Russell
2918M: rusty@rustcorp.com.au
2919L: virtualization@lists.osdl.org
2920L: linux-kernel@vger.kernel.org
2921S: Supported
2922
Jim Cromie1662d322006-10-06 00:43:59 -07002923PC87360 HARDWARE MONITORING DRIVER
2924P: Jim Cromie
2925M: jim.cromie@gmail.com
2926L: lm-sensors@lm-sensors.org
2927S: Maintained
2928
2929PC8736x GPIO DRIVER
2930P: Jim Cromie
2931M: jim.cromie@gmail.com
2932S: Maintained
2933
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002934PCI ERROR RECOVERY
2935P: Linas Vepstas
2936M: linas@austin.ibm.com
2937L: linux-kernel@vger.kernel.org
2938L: linux-pci@atrey.karlin.mff.cuni.cz
2939S: Supported
2940
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941PCI SUBSYSTEM
2942P: Greg Kroah-Hartman
2943M: gregkh@suse.de
2944L: linux-kernel@vger.kernel.org
2945L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002946T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Supported
2948
2949PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002950P: Kristen Carlson Accardi
2951M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952S: Supported
2953
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002954PCIE HOTPLUG DRIVER
2955P: Kristen Carlson Accardi
2956M: kristen.c.accardi@intel.com
2957L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002958S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002961P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002962L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002964T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002965S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966
2967PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002968P: Don Fry
2969M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002970L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971S: Maintained
2972
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002973PER-TASK DELAY ACCOUNTING
2974P: Shailabh Nagar
2975M: nagar@watson.ibm.com
2976L: linux-kernel@vger.kernel.org
2977S: Maintained
2978
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002979PERSONALITY HANDLING
2980P: Christoph Hellwig
2981M: hch@infradead.org
2982L: linux-abi-devel@lists.sourceforge.net
2983S: Maintained
2984
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002986P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987M: joern@wh.fh-wedel.de
2988L: linux-mtd@lists.infradead.org
2989S: Maintained
2990
Peter Osterlund249a6772005-09-27 21:45:30 -07002991PKTCDVD DRIVER
2992P: Peter Osterlund
2993M: petero2@telia.com
2994L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002995S: Maintained
2996
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002998P: Thomas Gleixner
2999M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003000L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001S: Supported
3002
Anton Vorontsov3be86142007-07-15 04:43:36 +04003003POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3004P: Anton Vorontsov
3005M: cbou@mail.ru
3006P: David Woodhouse
3007M: dwmw2@infradead.org
3008L: linux-kernel@vger.kernel.org
3009L: kernel-discuss@handhelds.org
3010T: git git.infradead.org/battery-2.6.git
3011S: Maintained
3012
Eugene Surovegin24682972005-10-14 03:00:53 -07003013POWERPC 4xx EMAC DRIVER
3014P: Eugene Surovegin
3015M: ebs@ebshome.net
3016W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003017L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003018L: netdev@vger.kernel.org
3019S: Maintained
3020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021PNP SUPPORT
3022P: Adam Belay
3023M: ambx1@neo.rr.com
3024S: Maintained
3025
Vitaly Wool999445d2007-01-04 13:07:03 +01003026PNXxxxx I2C DRIVER
3027P: Vitaly Wool
3028M: vitalywool@gmail.com
3029L: i2c@lm-sensors.org
3030S: Maintained
3031
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032PPP PROTOCOL DRIVERS AND COMPRESSORS
3033P: Paul Mackerras
3034M: paulus@samba.org
3035L: linux-ppp@vger.kernel.org
3036S: Maintained
3037
3038PPP OVER ATM (RFC 2364)
3039P: Mitchell Blank Jr
3040M: mitch@sfgoth.com
3041S: Maintained
3042
3043PPP OVER ETHERNET
3044P: Michal Ostrowski
3045M: mostrows@speakeasy.net
3046S: Maintained
3047
James Chapmana6d23702007-06-27 15:53:17 -07003048PPP OVER L2TP
3049P: James Chapman
3050M: jchapman@katalix.com
3051S: Maintained
3052
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053PREEMPTIBLE KERNEL
3054P: Robert Love
3055M: rml@tech9.net
3056L: linux-kernel@vger.kernel.org
3057L: kpreempt-tech@lists.sourceforge.net
3058W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3059S: Supported
3060
Michael Wueff1a592007-09-25 18:11:01 -07003061P54 WIRELESS DRIVER
3062P: Michael Wu
3063M: flamingice@sourmilk.net
3064L: linux-wireless@vger.kernel.org
3065W: http://prism54.org
3066T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3067S: Maintained
3068
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003070P: Luis R. Rodriguez
3071M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003072L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073W: http://prism54.org
3074S: Maintained
3075
3076PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3077P: Peter Denison
3078M: promise@pnd-pc.demon.co.uk
3079W: http://www.pnd-pc.demon.co.uk/promise/
3080S: Maintained
3081
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003082PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3083P: Mikael Pettersson
3084M: mikpe@it.uu.se
3085L: linux-ide@vger.kernel.org
3086S: Maintained
3087
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003088PS3 NETWORK SUPPORT
3089P: Masakazu Mokuno
3090M: mokuno@sm.sony.co.jp
3091L: netdev@vger.kernel.org
3092L: cbe-oss-dev@ozlabs.org
3093S: Supported
3094
Geoff Levandf58a9d12006-11-23 00:46:51 +01003095PS3 PLATFORM SUPPORT
3096P: Geoff Levand
3097M: geoffrey.levand@am.sony.com
3098L: linuxppc-dev@ozlabs.org
3099L: cbe-oss-dev@ozlabs.org
3100S: Supported
3101
Michael Krufky83202042006-07-03 00:24:18 -07003102PVRUSB2 VIDEO4LINUX DRIVER
3103P: Mike Isely
3104M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003105L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003106L: video4linux-list@redhat.com
3107W: http://www.isely.net/pvrusb2/
3108S: Maintained
3109
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110PXA2xx SUPPORT
3111P: Nicolas Pitre
3112M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003113L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114S: Maintained
3115
Pierre Ossman272f1332007-05-14 21:25:26 +02003116PXA MMCI DRIVER
3117S: Orphan
3118
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119QLOGIC QLA2XXX FC-SCSI DRIVER
3120P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003121M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122L: linux-scsi@vger.kernel.org
3123S: Supported
3124
Ron Mercer5a4faa82006-07-25 00:40:21 -07003125QLOGIC QLA3XXX NETWORK DRIVER
3126P: Ron Mercer
3127M: linux-driver@qlogic.com
3128L: netdev@vger.kernel.org
3129S: Supported
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131QNX4 FILESYSTEM
3132P: Anders Larsen
3133M: al@alarsen.net
3134L: linux-kernel@vger.kernel.org
3135W: http://www.alarsen.net/linux/qnx4fs/
3136S: Maintained
3137
3138RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003139P: Benjamin Herrenschmidt
3140M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003141L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142S: Maintained
3143
3144RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003145P: Paul Mackerras
3146M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003147L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148S: Maintained
3149
3150RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3151P: Corey Thomas
3152M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003153L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154S: Maintained
3155
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003156RALINK RT2X00 WLAN DRIVER
3157P: rt2x00 project
3158L: linux-wireless@vger.kernel.org
3159L: rt2400-devel@lists.sourceforge.net
3160W: http://rt2x00.serialmonkey.com/
3161S: Maintained
3162F: drivers/net/wireless/rt2x00/
3163
Matt Mackall9e95ce22005-04-16 15:25:56 -07003164RANDOM NUMBER DRIVER
3165P: Matt Mackall
3166M: mpm@selenic.com
3167S: Maintained
3168
Matt Porter394b7012005-11-07 01:00:15 -08003169RAPIDIO SUBSYSTEM
3170P: Matt Porter
3171M: mporter@kernel.crashing.org
3172L: linux-kernel@vger.kernel.org
3173S: Maintained
3174
Josh Triplett595182b2006-10-04 02:17:21 -07003175READ-COPY UPDATE (RCU)
3176P: Dipankar Sarma
3177M: dipankar@in.ibm.com
3178W: http://www.rdrop.com/users/paulmck/rclock/
3179L: linux-kernel@vger.kernel.org
3180S: Supported
3181
3182RCUTORTURE MODULE
3183P: Josh Triplett
3184M: josh@freedesktop.org
3185L: linux-kernel@vger.kernel.org
3186S: Maintained
3187
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188REAL TIME CLOCK DRIVER
3189P: Paul Gortmaker
3190M: p_gortmaker@yahoo.com
3191L: linux-kernel@vger.kernel.org
3192S: Maintained
3193
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003194REAL TIME CLOCK (RTC) SUBSYSTEM
3195P: Alessandro Zummo
3196M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003197L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003198S: Maintained
3199
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200REISERFS FILE SYSTEM
3201P: Hans Reiser
3202M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003203L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204W: http://www.namesys.com
3205S: Supported
3206
3207ROCKETPORT DRIVER
3208P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209W: http://www.comtrol.com
3210S: Maintained
3211
3212ROSE NETWORK LAYER
3213P: Ralf Baechle
3214M: ralf@linux-mips.org
3215L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003216W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217S: Maintained
3218
3219RISCOM8 DRIVER
3220S: Orphan
3221
Michael Wu605bebe2007-05-14 01:41:02 -04003222RTL818X WIRELESS DRIVER
3223P: Michael Wu
3224M: flamingice@sourmilk.net
3225P: Andrea Merello
3226M: andreamrl@tiscali.it
3227L: linux-wireless@vger.kernel.org
3228W: http://linuxwireless.org/
3229T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3230S: Maintained
3231
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003232S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003233P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003234M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003235L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003236S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003237
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238S390
3239P: Martin Schwidefsky
3240M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003241P: Heiko Carstens
3242M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003244L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003245W: http://www.ibm.com/developerworks/linux/linux390/
3246S: Supported
3247
3248S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003249P: Ursula Braun
3250M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003251P: Frank Blaschka
3252M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003253M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003254L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003255W: http://www.ibm.com/developerworks/linux/linux390/
3256S: Supported
3257
3258S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003259P: Swen Schillig
3260M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003261M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003262L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003263W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264S: Supported
3265
Ursula Braundd96df22007-09-19 13:09:02 +02003266S390 IUCV NETWORK LAYER
3267P: Ursula Braun
3268M: ubraun@linux.vnet.ibm.com
3269M: linux390@de.ibm.com
3270L: linux-s390@vger.kernel.org
3271W: http://www.ibm.com/developerworks/linux/linux390/
3272S: Supported
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274SAA7146 VIDEO4LINUX-2 DRIVER
3275P: Michael Hunold
3276M: michael@mihu.de
3277W: http://www.mihu.de/linux/saa7146
3278S: Maintained
3279
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280SC1200 WDT DRIVER
3281P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003282M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283S: Maintained
3284
3285SCHEDULER
3286P: Ingo Molnar
3287M: mingo@elte.hu
3288P: Robert Love [the preemptible kernel bits]
3289M: rml@tech9.net
3290L: linux-kernel@vger.kernel.org
3291S: Maintained
3292
3293SCSI CDROM DRIVER
3294P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003295M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296L: linux-scsi@vger.kernel.org
3297W: http://www.kernel.dk
3298S: Maintained
3299
3300SCSI SG DRIVER
3301P: Doug Gilbert
3302M: dgilbert@interlog.com
3303L: linux-scsi@vger.kernel.org
3304W: http://www.torque.net/sg
3305S: Maintained
3306
3307SCSI SUBSYSTEM
3308P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003309M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003311T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003312T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3313T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314S: Maintained
3315
3316SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003317P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318M: Kai.Makisara@kolumbus.fi
3319L: linux-scsi@vger.kernel.org
3320S: Maintained
3321
3322SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003323P: Vlad Yasevich
3324M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003325P: Sridhar Samudrala
3326M: sri@us.ibm.com
3327L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003328W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003329S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330
3331SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003332P: Jim Cromie
3333M: jim.cromie@gmail.com
3334S: Odd Fixes
3335
3336SCx200 GPIO DRIVER
3337P: Jim Cromie
3338M: jim.cromie@gmail.com
3339S: Maintained
3340
3341SCx200 HRT CLOCKSOURCE DRIVER
3342P: Jim Cromie
3343M: jim.cromie@gmail.com
3344S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345
3346SECURITY CONTACT
3347P: Security Officers
3348M: security@kernel.org
3349S: Supported
3350
3351SELINUX SECURITY MODULE
3352P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003353M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003355M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003356P: Eric Paris
3357M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003359L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360W: http://www.nsa.gov/selinux
3361S: Supported
3362
Jiri Slabycef2cf02007-05-08 00:31:45 -07003363SENSABLE PHANTOM
3364P: Jiri Slaby
3365M: jirislaby@gmail.com
3366S: Maintained
3367
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368SERIAL ATA (SATA) SUBSYSTEM:
3369P: Jeff Garzik
3370M: jgarzik@pobox.com
3371L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003372T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373S: Supported
3374
3375SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3376P: Pat Gefre
3377M: pfg@sgi.com
3378L: linux-ia64@vger.kernel.org
3379S: Supported
3380
3381SGI VISUAL WORKSTATION 320 AND 540
3382P: Andrey Panin
3383M: pazke@donpac.ru
3384L: linux-visws-devel@lists.sf.net
3385W: http://linux-visws.sf.net
3386S: Maintained for 2.6.
3387
3388SIMTEC EB110ATX (Chalice CATS)
3389P: Ben Dooks
3390P: Vincent Sanders
3391M: support@simtec.co.uk
3392W: http://www.simtec.co.uk/products/EB110ATX/
3393S: Supported
3394
3395SIMTEC EB2410ITX (BAST)
3396P: Ben Dooks
3397P: Vincent Sanders
3398M: support@simtec.co.uk
3399W: http://www.simtec.co.uk/products/EB2410ITX/
3400S: Supported
3401
Francois Romieu92aab3c2005-07-30 13:11:18 +02003402SIS 190 ETHERNET DRIVER
3403P: Francois Romieu
3404M: romieu@fr.zoreil.com
3405L: netdev@vger.kernel.org
3406S: Maintained
3407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408SIS 5513 IDE CONTROLLER DRIVER
3409P: Lionel Bouton
3410M: Lionel.Bouton@inet6.fr
3411W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3412W: http://gyver.homeip.net/sis5513/index.html
3413S: Maintained
3414
3415SIS 900/7016 FAST ETHERNET DRIVER
3416P: Daniele Venzano
3417M: venza@brownhat.org
3418W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003419L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420S: Maintained
3421
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003422SIS 96X I2C/SMBUS DRIVER
3423P: Mark M. Hoffman
3424M: mhoffman@lightlink.com
3425L: lm-sensors@lm-sensors.org
3426S: Maintained
3427
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428SIS FRAMEBUFFER DRIVER
3429P: Thomas Winischhofer
3430M: thomas@winischhofer.net
3431W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003432S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433
3434SIS USB2VGA DRIVER
3435P: Thomas Winischhofer
3436M: thomas@winischhofer.net
3437W: http://www.winischhofer.at/linuxsisusbvga.shtml
3438S: Maintained
3439
Christoph Lameter415ad262007-07-26 10:40:56 -07003440SLAB ALLOCATOR
3441P: Christoph Lameter
3442M: clameter@sgi.com
3443P: Pekka Enberg
3444M: penberg@cs.helsinki.fi
3445L: linux-mm@kvack.org
3446S: Maintained
3447
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448SMC91x ETHERNET DRIVER
3449P: Nicolas Pitre
3450M: nico@cam.org
3451S: Maintained
3452
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003453SMSC47B397 HARDWARE MONITOR DRIVER
3454P: Mark M. Hoffman
3455M: mhoffman@lightlink.com
3456L: lm-sensors@lm-sensors.org
3457S: Maintained
3458
Daniel Drake8f0f8502006-07-18 22:00:25 +01003459SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003460P: Daniel Drake
3461M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003462L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003463S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003464
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465SOFTWARE RAID (Multiple Disks) SUPPORT
3466P: Ingo Molnar
3467M: mingo@redhat.com
3468P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003469M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003471S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472
Pavel Machek95a631e2007-07-19 01:47:42 -07003473HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474P: Pavel Machek
3475M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003476P: Rafael J. Wysocki
3477M: rjw@sisk.pl
3478L: linux-pm@lists.linux-foundation.org
3479S: Supported
3480
3481SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003482P: Len Brown
3483M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003484P: Pavel Machek
3485M: pavel@suse.cz
3486P: Rafael J. Wysocki
3487M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003488L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003489S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490
3491SONIC NETWORK DRIVER
3492P: Thomas Bogendoerfer
3493M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003494L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495S: Maintained
3496
Michael Buesch61e115a2007-09-18 15:12:50 -04003497SONICS SILICON BACKPLANE DRIVER (SSB)
3498P: Michael Buesch
3499M: mb@bu3sch.de
3500L: netdev@vger.kernel.org
3501S: Maintained
3502
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003504P: Mattia Dongili
3505M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003506L: linux-acpi@vger.kernel.org
3507W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508S: Maintained
3509
3510SOUND
3511P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003512M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003513L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514S: Maintained
3515
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003516SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3517P: Liam Girdwood
3518M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003519L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003520S: Supported
3521
Kumar Gala025c3982006-04-02 16:05:54 -05003522SPI SUBSYSTEM
3523P: David Brownell
3524M: dbrownell@users.sourceforge.net
3525L: spi-devel-general@lists.sourceforge.net
3526S: Maintained
3527
Steven Rostedt855f46a2006-08-05 12:14:50 -07003528STABLE BRANCH:
3529P: Greg Kroah-Hartman
3530M: greg@kroah.com
3531P: Chris Wright
3532M: chrisw@sous-sol.org
3533L: stable@kernel.org
3534S: Maintained
3535
Kylene Hall1c72d462005-05-01 08:59:13 -07003536TPM DEVICE DRIVER
3537P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003538M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003539W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003540P: Marcel Selhorst
3541M: tpm@selhorst.net
3542W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003543L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003544S: Maintained
3545
Mark Gross1a80ba82005-10-30 15:02:55 -08003546Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003547P: Mark Gross
3548M: mark.gross@intel.com
3549S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003550
Chris Zankel48b415c2005-06-23 22:01:07 -07003551TENSILICA XTENSA PORT (xtensa):
3552P: Chris Zankel
3553M: chris@zankel.net
3554S: Maintained
3555
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003556THINKPAD ACPI EXTRAS DRIVER
3557P: Henrique de Moraes Holschuh
3558M: ibm-acpi@hmh.eng.br
3559L: ibm-acpi-devel@lists.sourceforge.net
3560W: http://ibm-acpi.sourceforge.net
3561W: http://thinkwiki.org/wiki/Ibm-acpi
3562T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3563S: Maintained
3564
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565UltraSPARC (sparc64):
3566P: David S. Miller
3567M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003569T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570S: Maintained
3571
3572SHARP LH SUPPORT (LH7952X & LH7A40X)
3573P: Marc Singer
3574M: elf@buici.com
3575W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577S: Maintained
3578
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003579SHPC HOTPLUG DRIVER
3580P: Kristen Carlson Accardi
3581M: kristen.c.accardi@intel.com
3582L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003583S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003584
Pierre Ossmand129bce2006-03-24 03:18:17 -08003585SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3586P: Pierre Ossman
3587M: drzeus-sdhci@drzeus.cx
3588L: sdhci-devel@list.drzeus.cx
3589W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3590S: Maintained
3591
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003592SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3593P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003594M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003595L: netdev@vger.kernel.org
3596S: Maintained
3597
Chris Boot1a87d942006-07-10 04:45:34 -07003598SOEKRIS NET48XX LED SUPPORT
3599P: Chris Boot
3600M: bootc@bootc.net
3601S: Maintained
3602
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603SPARC (sparc32):
3604P: William L. Irwin
3605M: wli@holomorphy.com
3606L: sparclinux@vger.kernel.org
3607S: Maintained
3608
3609SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3610P: Roger Wolff
3611M: R.E.Wolff@BitWizard.nl
3612L: linux-kernel@vger.kernel.org ?
3613S: Supported
3614
Jim Lewis2752e402006-09-29 02:01:19 -07003615SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003616P: Linas Vepstas
3617M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003618L: netdev@vger.kernel.org
3619S: Supported
3620
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621SRM (Alpha) environment access
3622P: Jan-Benedict Glaw
3623M: jbglaw@lug-owl.de
3624L: linux-kernel@vger.kernel.org
3625S: Maintained
3626
3627STARFIRE/DURALAN NETWORK DRIVER
3628P: Ion Badulescu
3629M: ionut@cs.columbia.edu
3630S: Maintained
3631
3632STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3633W: http://mosquitonet.Stanford.EDU/strip.html
3634S: Unsupported ?
3635
3636STRADIS MPEG-2 DECODER DRIVER
3637P: Nathan Laredo
3638M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639W: http://www.stradis.com/
3640S: Maintained
3641
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003642SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643P: Paul Mundt
3644M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003645L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003647T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648S: Maintained
3649
3650SUN3/3X
3651P: Sam Creasey
3652M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653W: http://sammy.net/sun3/
3654S: Maintained
3655
3656SVGA HANDLING
3657P: Martin Mares
3658M: mj@ucw.cz
3659L: linux-video@atrey.karlin.mff.cuni.cz
3660S: Maintained
3661
3662SYSV FILESYSTEM
3663P: Christoph Hellwig
3664M: hch@infradead.org
3665S: Maintained
3666
Stephen Hemminger781b4562006-07-10 20:25:29 -07003667TC CLASSIFIER
3668P: Jamal Hadi Salim
3669M: hadi@cyberus.ca
3670L: netdev@vger.kernel.org
3671S: Maintained
3672
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003673TCP LOW PRIORITY MODULE
3674P: Wong Hoi Sing, Edison
3675M: hswong3i@gmail.com
3676P: Hung Hing Lun, Mike
3677M: hlhung3i@gmail.com
3678W: http://tcp-lp-mod.sourceforge.net/
3679S: Maintained
3680
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003681TEHUTI ETHERNET DRIVER
3682P: Alexander Indenbaum
3683M: baum@tehutinetworks.net
3684P: Andy Gospodarek
3685M: andy@greyhouse.net
3686L: netdev@vger.kernel.org
3687S: Supported
3688
Alex Dubov4020f2d2006-10-04 02:15:37 -07003689TI FLASH MEDIA INTERFACE DRIVER
3690P: Alex Dubov
3691M: oakad@yahoo.com
3692S: Maintained
3693
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003694TI OMAP MMC INTERFACE DRIVER
3695P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003696M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003697W: http://linux.omap.com
3698W: http://www.muru.com/linux/omap/
3699S: Maintained
3700
Michael Buesch844dd052006-06-26 00:24:59 -07003701TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3702P: Deepak Saxena
3703M: dsaxena@plexity.net
3704S: Maintained
3705
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003706TASKSTATS STATISTICS INTERFACE
3707P: Shailabh Nagar
3708M: nagar@watson.ibm.com
3709L: linux-kernel@vger.kernel.org
3710S: Maintained
3711
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003713P: Romain Lievin
3714M: roms@lpg.ticalc.org
3715S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716
Per Lidene86eaa32006-01-12 16:45:18 +01003717TIPC NETWORK LAYER
3718P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003719M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003720P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003721M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003722P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003723M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003724L: tipc-discussion@lists.sourceforge.net
3725W: http://tipc.sourceforge.net/
3726W: http://tipc.cslab.ericsson.net/
3727T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3728S: Maintained
3729
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730TLAN NETWORK DRIVER
3731P: Samuel Chessman
3732M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003733L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734W: http://sourceforge.net/projects/tlan/
3735S: Maintained
3736
3737TOKEN-RING NETWORK DRIVER
3738P: Mike Phillips
3739M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003740L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741L: linux-tr@linuxtr.net
3742W: http://www.linuxtr.net
3743S: Maintained
3744
3745TOSHIBA ACPI EXTRAS DRIVER
3746P: John Belmonte
3747M: toshiba_acpi@memebeam.org
3748W: http://memebeam.org/toys/ToshibaAcpiDriver
3749S: Maintained
3750
3751TOSHIBA SMM DRIVER
3752P: Jonathan Buzzard
3753M: jonathan@buzzard.org.uk
3754L: tlinux-users@tce.toshiba-dme.co.jp
3755W: http://www.buzzard.org.uk/toshiba/
3756S: Maintained
3757
3758TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3759P: Muli Ben-Yehuda
3760M: mulix@mulix.org
3761L: linux-kernel@vger.kernel.org
3762S: Maintained
3763
3764TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003765P: Adrian Bunk
3766M: trivial@kernel.org
3767L: linux-kernel@vger.kernel.org
3768W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3769T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3770S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771
3772TMS380 TOKEN-RING NETWORK DRIVER
3773P: Adam Fritzler
3774M: mid@auk.cx
3775L: linux-tr@linuxtr.net
3776W: http://www.auk.cx/tms380tr/
3777S: Maintained
3778
3779TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780L: tulip-users@lists.sourceforge.net
3781W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003782S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783
3784TUN/TAP driver
3785P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003786M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787L: vtun@office.satix.net
3788W: http://vtun.sourceforge.net/tun
3789S: Maintained
3790
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003791TURBOCHANNEL SUBSYSTEM
3792P: Maciej W. Rozycki
3793M: macro@linux-mips.org
3794S: Maintained
3795
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796U14-34F SCSI DRIVER
3797P: Dario Ballabio
3798M: ballabio_dario@emc.com
3799L: linux-scsi@vger.kernel.org
3800S: Maintained
3801
3802UDF FILESYSTEM
3803P: Ben Fennema
3804M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805W: http://linux-udf.sourceforge.net
3806S: Maintained
3807
3808UNIFORM CDROM DRIVER
3809P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003810M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811L: linux-kernel@vger.kernel.org
3812W: http://www.kernel.dk
3813S: Maintained
3814
3815USB ACM DRIVER
3816P: Oliver Neukum
3817M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003818L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819S: Maintained
3820
3821USB BLOCK DRIVER (UB ub)
3822P: Pete Zaitcev
3823M: zaitcev@redhat.com
3824L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003825L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826S: Supported
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828USB CDC ETHERNET DRIVER
3829P: Greg Kroah-Hartman
3830M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003831L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832S: Maintained
3833W: http://www.kroah.com/linux-usb/
3834
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003835USB DAVICOM DM9601 DRIVER
3836P: Peter Korsgaard
3837M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003838L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003839W: http://www.linux-usb.org/usbnet
3840S: Maintained
3841
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842USB EHCI DRIVER
3843P: David Brownell
3844M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003845L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003846S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847
Luca Risolia7ce08c92006-01-11 02:06:59 +00003848USB ET61X[12]51 DRIVER
3849P: Luca Risolia
3850M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003851L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003852L: video4linux-list@redhat.com
3853W: http://www.linux-projects.org
3854S: Maintained
3855
David Brownell69ae9e32006-11-14 02:03:31 -08003856USB GADGET/PERIPHERAL SUBSYSTEM
3857P: David Brownell
3858M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003859L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003860W: http://www.linux-usb.org/gadget
3861S: Maintained
3862
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003863USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003864P: Jiri Kosina
3865M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003866L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003867T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868S: Maintained
3869
Olav Kongas959eea22005-11-03 17:38:14 +02003870USB ISP116X DRIVER
3871P: Olav Kongas
3872M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003873L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003874S: Maintained
3875
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876USB KAWASAKI LSI DRIVER
3877P: Oliver Neukum
3878M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003879L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880S: Maintained
3881
3882USB MASS STORAGE DRIVER
3883P: Matthew Dharm
3884M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003885L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003886L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887S: Maintained
3888W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3889
3890USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003891P: David Brownell
3892M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003893L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003894S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895
Matthias Urlichsba460e42005-07-14 00:33:47 -07003896USB OPTION-CARD DRIVER
3897P: Matthias Urlichs
3898M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003899L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003900S: Maintained
3901
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902USB OV511 DRIVER
3903P: Mark McClelland
3904M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003905L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906W: http://alpha.dyndns.org/ov511/
3907S: Maintained
3908
3909USB PEGASUS DRIVER
3910P: Petko Manolov
3911M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003912L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003913L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914W: http://pegasus2.sourceforge.net/
3915S: Maintained
3916
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003917USB PRINTER DRIVER (usblp)
3918P: Pete Zaitcev
3919M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003920L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003921S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922
3923USB RTL8150 DRIVER
3924P: Petko Manolov
3925M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003926L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003927L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928W: http://pegasus2.sourceforge.net/
3929S: Maintained
3930
3931USB SE401 DRIVER
3932P: Jeroen Vreeken
3933M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003934L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935W: http://www.chello.nl/~j.vreeken/se401/
3936S: Maintained
3937
3938USB SERIAL CYBERJACK DRIVER
3939P: Matthias Bruestle and Harald Welte
3940M: support@reiner-sct.com
3941W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3942S: Maintained
3943
3944USB SERIAL DIGI ACCELEPORT DRIVER
3945P: Peter Berger and Al Borchers
3946M: pberger@brimson.com
3947M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003948L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949S: Maintained
3950
3951USB SERIAL DRIVER
3952P: Greg Kroah-Hartman
3953M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003954L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955S: Supported
3956
3957USB SERIAL BELKIN F5U103 DRIVER
3958P: William Greathouse
3959M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003960L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961S: Maintained
3962
3963USB SERIAL CYPRESS M8 DRIVER
3964P: Lonnie Mendez
3965M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003966L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967S: Maintained
3968W: http://geocities.com/i0xox0i
3969W: http://firstlight.net/cvs
3970
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971USB AUERSWALD DRIVER
3972P: Wolfgang Muees
3973M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003974L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975S: Maintained
3976
3977USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3978P: Gary Brubaker
3979M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003980L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981S: Maintained
3982
3983USB SERIAL KEYSPAN DRIVER
3984P: Greg Kroah-Hartman
3985M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987W: http://www.kroah.com/linux/
3988S: Maintained
3989
3990USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003991P: Support Department
3992M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003993L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994W: http://www.connecttech.com
3995S: Supported
3996
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003997USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998P: Luca Risolia
3999M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004000L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004001L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002W: http://www.linux-projects.org
4003S: Maintained
4004
4005USB SUBSYSTEM
4006P: Greg Kroah-Hartman
4007M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004008L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004010T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011S: Supported
4012
4013USB UHCI DRIVER
4014P: Alan Stern
4015M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004016L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017S: Maintained
4018
David Brownell69ae9e32006-11-14 02:03:31 -08004019USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020P: David Brownell
4021M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004022L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004023W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024S: Maintained
4025
4026USB W996[87]CF DRIVER
4027P: Luca Risolia
4028M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004029L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004030L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031W: http://www.linux-projects.org
4032S: Maintained
4033
Luca Risolia60f78052006-02-06 16:29:35 +00004034USB ZC0301 DRIVER
4035P: Luca Risolia
4036M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004037L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004038L: video4linux-list@redhat.com
4039W: http://www.linux-projects.org
4040S: Maintained
4041
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042USB ZD1201 DRIVER
4043P: Jeroen Vreeken
4044M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004045L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046W: http://linux-lc100020.sourceforge.net
4047S: Maintained
4048
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004049USB ZR364XX DRIVER
4050P: Antoine Jacquet
4051M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004052L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004053L: video4linux-list@redhat.com
4054W: http://royale.zerezo.com/zr364xx/
4055S: Maintained
4056
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057USER-MODE LINUX
4058P: Jeff Dike
4059M: jdike@karaya.com
4060L: user-mode-linux-devel@lists.sourceforge.net
4061L: user-mode-linux-user@lists.sourceforge.net
4062W: http://user-mode-linux.sourceforge.net
4063S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004064
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065FAT/VFAT/MSDOS FILESYSTEM:
4066P: OGAWA Hirofumi
4067M: hirofumi@mail.parknet.co.jp
4068L: linux-kernel@vger.kernel.org
4069S: Maintained
4070
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071VIA RHINE NETWORK DRIVER
4072P: Roger Luethi
4073M: rl@hellgate.ch
4074S: Maintained
4075
Jean Delvare32c0a522005-09-22 21:47:58 +02004076VIAPRO SMBUS DRIVER
4077P: Jean Delvare
4078M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004079L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004080S: Maintained
4081
Francois Romieu01f20732007-01-26 00:57:17 -08004082VIA VELOCITY NETWORK DRIVER
4083P: Francois Romieu
4084M: romieu@fr.zoreil.com
4085L: netdev@vger.kernel.org
4086S: Maintained
4087
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088UCLINUX (AND M68KNOMMU)
4089P: Greg Ungerer
4090M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004092L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093S: Maintained
4094
4095UCLINUX FOR NEC V850
4096P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097
4098UCLINUX FOR RENESAS H8/300
4099P: Yoshinori Sato
4100M: ysato@users.sourceforge.jp
4101W: http://uclinux-h8.sourceforge.jp/
4102S: Supported
4103
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004104UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004105P: Evgeniy Dushistov
4106M: dushistov@mail.ru
4107L: linux-kernel@vger.kernel.org
4108S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004109
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110USB DIAMOND RIO500 DRIVER
4111P: Cesar Miquel
4112M: miquel@df.uba.ar
4113L: rio500-users@lists.sourceforge.net
4114W: http://rio500.sourceforge.net
4115S: Maintained
4116
4117VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004118P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004119M: mchehab@infradead.org
4120M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004122W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004123T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004124S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125
Patrick McHardybe7f8272007-10-23 20:26:36 -07004126VLAN (802.1Q)
4127P: Patrick McHardy
4128M: kaber@trash.net
4129L: netdev@vger.kernel.org
4130S: Maintained
4131
Juerg Haefligerab413192006-09-24 20:54:04 +02004132VT1211 HARDWARE MONITOR DRIVER
4133P: Juerg Haefliger
4134M: juergh@gmail.com
4135L: lm-sensors@lm-sensors.org
4136S: Maintained
4137
Roger Lucas1de9e372005-11-26 20:20:05 +01004138VT8231 HARDWARE MONITOR DRIVER
4139P: Roger Lucas
4140M: roger@planbit.co.uk
4141L: lm-sensors@lm-sensors.org
4142S: Maintained
4143
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144W1 DALLAS'S 1-WIRE BUS
4145P: Evgeniy Polyakov
4146M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147S: Maintained
4148
Charles Spirakis13927072006-07-05 18:05:15 +02004149W83791D HARDWARE MONITORING DRIVER
4150P: Charles Spirakis
4151M: bezaur@gmail.com
4152L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004153S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004154
Rudolf Marek61db0112006-12-12 18:18:30 +01004155W83793 HARDWARE MONITORING DRIVER
4156P: Rudolf Marek
4157M: r.marek@assembler.cz
4158L: lm-sensors@lm-sensors.org
4159S: Maintained
4160
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161W83L51xD SD/MMC CARD INTERFACE DRIVER
4162P: Pierre Ossman
4163M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004164L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165W: http://projects.drzeus.cx/wbsd
4166S: Maintained
4167
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004168WATCHDOG DEVICE DRIVERS
4169P: Wim Van Sebroeck
4170M: wim@iguana.be
4171T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4172S: Maintained
4173
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4175P: Jean Tourrilhes
4176M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004177L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4179S: Maintained
4180
4181WD7000 SCSI DRIVER
4182P: Miroslav Zagorac
4183M: zaga@fly.cc.fer.hr
4184L: linux-scsi@vger.kernel.org
4185S: Maintained
4186
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004187WISTRON LAPTOP BUTTON DRIVER
4188P: Miloslav Trmac
4189M: mitr@volny.cz
4190S: Maintained
4191
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192WL3501 WIRELESS PCMCIA CARD DRIVER
4193P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004194M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004195L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004196W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197S: Maintained
4198
4199X.25 NETWORK LAYER
4200P: Henner Eisen
4201M: eis@baty.hanse.de
4202L: linux-x25@vger.kernel.org
4203S: Maintained
4204
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004205XEN HYPERVISOR INTERFACE
4206P: Jeremy Fitzhardinge
4207M: jeremy@xensource.com
4208P: Chris Wright
4209M: chrisw@sous-sol.org
4210L: virtualization@lists.osdl.org
4211L: xen-devel@lists.xensource.com
4212S: Supported
4213
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214XFS FILESYSTEM
4215P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004216P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004218L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004220T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221S: Supported
4222
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004223XILINX SYSTEMACE DRIVER
4224P: Grant Likely
4225M: grant.likely@secretlab.ca
4226W: http://www.secretlab.ca/
4227L: linux-kernel@vger.kernel.org
4228S: Maintained
4229
Peter Korsgaard238b8722006-12-06 20:35:17 -08004230XILINX UARTLITE SERIAL DRIVER
4231P: Peter Korsgaard
4232M: jacmet@sunsite.dk
4233L: linux-serial@vger.kernel.org
4234S: Maintained
4235
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004236X86 ARCHITECTURE (32-BIT AND 64-BIT)
4237P: Thomas Gleixner
4238M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239P: Ingo Molnar
4240M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004241P: H. Peter Anvin
4242M: hpa@zytor.com
4243L: linux-kernel@vger.kernel.org
4244T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245S: Maintained
4246
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247YAM DRIVER FOR AX.25
4248P: Jean-Paul Roubelat
4249M: jpr@f6fbb.org
4250L: linux-hams@vger.kernel.org
4251S: Maintained
4252
Henkaf64a5e2005-10-12 15:02:56 +02004253YEALINK PHONE DRIVER
4254P: Henk Vergonet
4255M: Henk.Vergonet@gmail.com
4256L: usbb2k-api-dev@nongnu.org
4257S: Maintained
4258
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259Z8530 DRIVER FOR AX.25
4260P: Joerg Reuter
4261M: jreuter@yaina.de
4262W: http://yaina.de/jreuter/
4263W: http://www.qsl.net/dl1bke/
4264L: linux-hams@vger.kernel.org
4265S: Maintained
4266
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004267ZD1211RW WIRELESS DRIVER
4268P: Daniel Drake
4269M: dsd@gentoo.org
4270P: Ulrich Kunitz
4271M: kune@deine-taler.de
4272W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004273L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004274L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4275S: Maintained
4276
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277ZF MACHZ WATCHDOG
4278P: Fernando Fuganti
4279M: fuganti@netbank.com.br
4280W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4281S: Maintained
4282
4283ZR36067 VIDEO FOR LINUX DRIVER
4284P: Ronald Bultje
4285M: rbultje@ronald.bitfreak.net
4286L: mjpeg-users@lists.sourceforge.net
4287W: http://mjpeg.sourceforge.net/driver-zoran/
4288S: Maintained
4289
4290ZR36120 VIDEO FOR LINUX DRIVER
4291P: Pauline Middelink
4292M: middelin@polyware.nl
4293W: http://www.polyware.nl/~middelin/En/hobbies.html
4294W: http://www.polyware.nl/~middelin/hobbies.html
4295S: Maintained
4296
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004297ZS DECSTATION Z85C30 SERIAL DRIVER
4298P: Maciej W. Rozycki
4299M: macro@linux-mips.org
4300S: Maintained
4301
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302THE REST
4303P: Linus Torvalds
4304S: Buried alive in reporters