blob: 3002cc811c10bfe5ead178568993ddf619aa3b37 [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
1684W: http://www.parisc-linux.org/~kyle/harmony/
1685L: parisc-linux@lists.parisc-linux.org
1686S: Maintained
1687
1688HAYES ESP SERIAL DRIVER
1689P: Andrew J. Robinson
1690M: arobinso@nyx.net
1691L: linux-kernel@vger.kernel.org
1692W: http://www.nyx.net/~arobinso
1693S: Maintained
1694
1695HFS FILESYSTEM
1696P: Roman Zippel
1697M: zippel@linux-m68k.org
1698L: linux-kernel@vger.kernel.org
1699S: Maintained
1700
1701HGA FRAMEBUFFER DRIVER
1702P: Ferenc Bakonyi
1703M: fero@drama.obuda.kando.hu
1704L: linux-nvidia@lists.surfsouth.com
1705W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1706S: Maintained
1707
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001708HID CORE LAYER
1709P: Jiri Kosina
1710M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001711L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001712T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001713S: Maintained
1714
Ingo Molnar38bed542007-02-22 09:09:34 +01001715HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1716P: Thomas Gleixner
1717M: tglx@linutronix.de
1718L: linux-kernel@vger.kernel.org
1719S: Maintained
1720
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721HIGH-SPEED SCC DRIVER FOR AX.25
1722P: Klaus Kudielka
1723M: klaus.kudielka@ieee.org
1724L: linux-hams@vger.kernel.org
1725W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1726S: Maintained
1727
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001728HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1729P: HighPoint Linux Team
1730M: linux@highpoint-tech.com
1731W: http://www.highpoint-tech.com
1732S: Supported
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734HIPPI
1735P: Jes Sorensen
1736M: jes@trained-monkey.org
1737L: linux-hippi@sunsite.dk
1738S: Maintained
1739
1740HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1741P: Chirag Kantharia
1742M: chirag.kantharia@hp.com
1743L: iss_storagedev@hp.com
1744S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001745
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746HEWLETT-PACKARD SMART2 RAID DRIVER
1747P: Chirag Kantharia
1748M: chirag.kantharia@hp.com
1749L: iss_storagedev@hp.com
1750S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001751
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1753P: Mike Miller
1754M: mike.miller@hp.com
1755L: iss_storagedev@hp.com
1756S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001757
Jouni Malinenff1d2762005-05-12 22:54:16 -04001758HOST AP DRIVER
1759P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001760M: j@w1.fi
1761L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001762L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001763W: http://hostap.epitest.fi/
1764S: Maintained
1765
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1767P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001768M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769S: Maintained
1770
Bob Piccob9b03322005-11-07 00:59:19 -08001771HPET: High Precision Event Timers driver (hpet.c)
1772P: Clemens Ladisch
1773M: clemens@ladisch.de
1774S: Maintained
1775
1776HPET: i386
1777P: Venkatesh Pallipadi (Venki)
1778M: venkatesh.pallipadi@intel.com
1779S: Maintained
1780
1781HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001782P: Vojtech Pavlik
1783M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001784S: Maintained
1785
1786HPET: ACPI hpet.c
1787P: Bob Picco
1788M: bob.picco@hp.com
1789S: Maintained
1790
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791HPFS FILESYSTEM
1792P: Mikulas Patocka
1793M: mikulas@artax.karlin.mff.cuni.cz
1794W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1795S: Maintained
1796
1797HUGETLB FILESYSTEM
1798P: William Irwin
1799M: wli@holomorphy.com
1800S: Maintained
1801
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001802I2C/SMBUS STUB DRIVER
1803P: Mark M. Hoffman
1804M: mhoffman@lightlink.com
1805L: lm-sensors@lm-sensors.org
1806S: Maintained
1807
Jean Delvare5b543962005-08-15 19:51:02 +02001808I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809P: Jean Delvare
1810M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001811L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001812T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813S: Maintained
1814
Till Harbaume8c76ee2007-05-01 23:26:35 +02001815I2C-TINY-USB DRIVER
1816P: Till Harbaum
1817M: till@harbaum.org
1818L: i2c@lm-sensors.org
1819T: http://www.harbaum.org/till/i2c_tiny_usb
1820S: Maintained
1821
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001823P: H. Peter Anvin
1824M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825L: Linux-Kernel@vger.kernel.org
1826S: Maintained
1827
1828i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829P: H. Peter Anvin
1830M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001831T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832S: Maintained
1833
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834IA64 (Itanium) PLATFORM
1835P: Tony Luck
1836M: tony.luck@intel.com
1837L: linux-ia64@vger.kernel.org
1838W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001839T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840S: Maintained
1841
1842SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001843P: Jes Sorensen
1844M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845L: linux-altix@sgi.com
1846L: linux-ia64@vger.kernel.org
1847W: http://www.sgi.com/altix
1848S: Maintained
1849
1850IBM MCA SCSI SUBSYSTEM DRIVER
1851P: Michael Lang
1852M: langa2@kph.uni-mainz.de
1853W: http://www.uni-mainz.de/~langm000/linux.html
1854S: Maintained
1855
1856IBM Power Linux RAID adapter
1857P: Brian King
1858M: brking@us.ibm.com
1859S: Supported
1860
1861IBM ServeRAID RAID DRIVER
1862P: Jack Hammer
1863P: Dave Jeffery
1864M: ipslinux@adaptec.com
1865W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001866S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001868IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001870M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001872T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873S: Maintained
1874
1875IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001876L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001877S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
1879IDE/ATAPI FLOPPY DRIVERS
1880P: Paul Bristow
1881M: Paul Bristow <paul@paulbristow.net>
1882W: http://paulbristow.net/linux/idefloppy.html
1883L: linux-kernel@vger.kernel.org
1884S: Maintained
1885
1886IDE/ATAPI TAPE DRIVERS
1887P: Gadi Oxman
1888M: Gadi Oxman <gadio@netvision.net.il>
1889L: linux-kernel@vger.kernel.org
1890S: Maintained
1891
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001892IDE-SCSI DRIVER
1893L: linux-ide@vger.kernel.org
1894L: linux-scsi@vger.kernel.org
1895S: Orphan
1896
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897IEEE 1394 SUBSYSTEM
1898P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001899M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001900P: Stefan Richter
1901M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902L: linux1394-devel@lists.sourceforge.net
1903W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001904T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905S: Maintained
1906
Stefan Richterf51a5a92007-04-23 14:41:10 -07001907IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908P: Dan Dennedy
1909M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001910P: Stefan Richter
1911M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001913S: Maintained
1914
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001916L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001917S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918
1919INFINIBAND SUBSYSTEM
1920P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001921M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922P: Sean Hefty
1923M: mshefty@ichips.intel.com
1924P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001925M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001926L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001928T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929S: Supported
1930
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001931INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001932P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001933M: dmitry.torokhov@gmail.com
1934M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001935L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001936T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937S: Maintained
1938
Robert Lovec9f04f52005-07-15 12:21:07 -04001939INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001940P: John McCutchan
1941M: ttb@tentacle.dhs.org
1942P: Robert Love
1943M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001944L: linux-kernel@vger.kernel.org
1945S: Maintained
1946
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001947INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001948P: Sylvain Meyer
1949M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001950L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001951S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001952
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001954P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001955M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001956L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001957S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959INTEL IA32 MICROCODE UPDATE SUPPORT
1960P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001961M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962S: Maintained
1963
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001964INTEL I/OAT DMA DRIVER
1965P: Shannon Nelson
1966M: shannon.nelson@intel.com
1967L: linux-kernel@vger.kernel.org
1968S: Supported
1969
Dan Williamsb3e5f262007-08-07 10:26:35 -07001970INTEL IOP-ADMA DMA DRIVER
1971P: Dan Williams
1972M: dan.j.williams@intel.com
1973L: linux-kernel@vger.kernel.org
1974S: Supported
1975
Michael Buesch844dd052006-06-26 00:24:59 -07001976INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1977P: Deepak Saxena
1978M: dsaxena@plexity.net
1979S: Maintained
1980
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001981INTEL IXP2000 ETHERNET DRIVER
1982P: Lennert Buytenhek
1983M: kernel@wantstofly.org
1984L: netdev@vger.kernel.org
1985S: Maintained
1986
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987INTEL PRO/100 ETHERNET SUPPORT
1988P: John Ronciak
1989M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990P: Jesse Brandeburg
1991M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001992P: Jeff Kirsher
1993M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001994P: Auke Kok
1995M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001996L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997W: http://sourceforge.net/projects/e1000/
1998S: Supported
1999
2000INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2001P: Jeb Cramer
2002M: cramerj@intel.com
2003P: John Ronciak
2004M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002005P: Jesse Brandeburg
2006M: jesse.brandeburg@intel.com
2007P: Jeff Kirsher
2008M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002009P: Auke Kok
2010M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002011L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012W: http://sourceforge.net/projects/e1000/
2013S: Supported
2014
2015INTEL PRO/10GbE SUPPORT
2016P: Ayyappan Veeraiyan
2017M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002018P: Auke Kok
2019M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002020P: Jesse Brandeburg
2021M: jesse.brandeburg@intel.com
2022P: John Ronciak
2023M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002024L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025W: http://sourceforge.net/projects/e1000/
2026S: Supported
2027
James Ketrenos826d2ab2005-11-07 18:56:59 -06002028INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2029P: Yi Zhu
2030M: yi.zhu@intel.com
2031P: James Ketrenos
2032M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002033L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002034L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002035L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2036W: http://ipw2100.sourceforge.net
2037S: Supported
2038
2039INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2040P: Yi Zhu
2041M: yi.zhu@intel.com
2042P: James Ketrenos
2043M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002044L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002045L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002046L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2047W: http://ipw2200.sourceforge.net
2048S: Supported
2049
Zhu Yib481de92007-09-25 17:54:57 -07002050INTEL WIRELESS WIFI LINK (iwlwifi)
2051P: Zhu Yi
2052M: yi.zhu@intel.com
2053L: linux-wireless@vger.kernel.org
2054L: ipw3945-devel@lists.sourceforge.net
2055W: http://intellinuxwireless.org
2056T: git git://intellinuxwireless.org/repos/iwlwifi
2057S: Supported
2058
Ralf Baechlecb109a02007-08-30 23:56:30 -07002059IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060P: Ralf Baechle
2061M: ralf@linux-mips.org
2062L: linux-mips@linux-mips.org
2063S: Maintained
2064
Ralf Baechlecb109a02007-08-30 23:56:30 -07002065IOC3 SERIAL DRIVER
2066P: Pat Gefre
2067M: pfg@sgi.com
2068L: linux-kernel@linux-mips.org
2069S: Maintained
2070
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071IP MASQUERADING:
2072P: Juanjo Ciarlante
2073M: jjciarla@raiz.uncu.edu.ar
2074S: Maintained
2075
Francois Romieu1202d6f2007-09-17 17:13:55 -07002076IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2077P: Francois Romieu
2078M: romieu@fr.zoreil.com
2079P: Sorbica Shieh
2080M: sorbica@icplus.com.tw
2081P: Jesse Huang
2082M: jesse@icplus.com.tw
2083L: netdev@vger.kernel.org
2084S: Maintained
2085
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002086IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002087P: Arthur Jones
2088M: infinipath@qlogic.com
2089L: general@lists.openfabrics.org
2090T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002091S: Supported
2092
Corey Minyard4409ebe2006-04-20 02:43:12 -07002093IPMI SUBSYSTEM
2094P: Corey Minyard
2095M: minyard@acm.org
2096L: openipmi-developer@lists.sourceforge.net
2097W: http://openipmi.sourceforge.net/
2098S: Supported
2099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100IPX NETWORK LAYER
2101P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002102M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104S: Maintained
2105
2106IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002107P: Samuel Ortiz
2108M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002109L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002111S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112
Mike Christie14816b12007-11-28 16:22:06 -08002113ISCSI
2114P: Mike Christie
2115M: michaelc@cs.wisc.edu
2116L: open-iscsi@googlegroups.com
2117W: www.open-iscsi.org
2118T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2119S: Maintained
2120
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121ISAPNP
2122P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002123M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124S: Maintained
2125
2126ISDN SUBSYSTEM
2127P: Karsten Keil
2128M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129L: isdn4linux@listserv.isdn4linux.de
2130W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002131T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132S: Maintained
2133
2134ISDN SUBSYSTEM (Eicon active card driver)
2135P: Armin Schindler
2136M: mac@melware.de
2137L: isdn4linux@listserv.isdn4linux.de
2138W: http://www.melware.de
2139S: Maintained
2140
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2142P: David Woodhouse
2143M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002144L: linux-mtd@lists.infradead.org
2145W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146S: Maintained
2147
2148JFS FILESYSTEM
2149P: Dave Kleikamp
2150M: shaggy@austin.ibm.com
2151L: jfs-discussion@lists.sourceforge.net
2152W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002153T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154S: Supported
2155
Josh Triplettde456d32006-07-30 03:04:00 -07002156JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002157P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002158M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002159L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002160S: Maintained
2161
Rudolf Marek4660cb32006-10-08 22:01:26 +02002162K8TEMP HARDWARE MONITORING DRIVER
2163P: Rudolf Marek
2164M: r.marek@assembler.cz
2165L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166S: Maintained
2167
2168KCONFIG
2169P: Roman Zippel
2170M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002171L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172S: Maintained
2173
Vivek Goyalea6c2082006-05-20 14:59:55 -07002174KDUMP
2175P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002176M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002177P: Haren Myneni
2178M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002179L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002180L: linux-kernel@vger.kernel.org
2181W: http://lse.sourceforge.net/kdump/
2182S: Maintained
2183
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184KERNEL AUTOMOUNTER (AUTOFS)
2185P: H. Peter Anvin
2186M: hpa@zytor.com
2187L: autofs@linux.kernel.org
2188S: Odd Fixes
2189
2190KERNEL AUTOMOUNTER v4 (AUTOFS4)
2191P: Ian Kent
2192M: raven@themaw.net
2193L: autofs@linux.kernel.org
2194S: Maintained
2195
2196KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197P: Sam Ravnborg
2198M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002199T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002200L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002201S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202
2203KERNEL JANITORS
2204P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002205L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207S: Maintained
2208
2209KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002210P: J. Bruce Fields
2211M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002213M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214L: nfs@lists.sourceforge.net
2215W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002216S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217
Avi Kivity426d62e2006-12-13 00:34:03 -08002218KERNEL VIRTUAL MACHINE (KVM)
2219P: Avi Kivity
2220M: avi@qumranet.com
2221L: kvm-devel@lists.sourceforge.net
2222W: kvm.sourceforge.net
2223S: Supported
2224
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002225KEXEC
2226P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002227M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002228W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002229L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002230L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002231S: Maintained
2232
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002233KPROBES
2234P: Prasanna S Panchamukhi
2235M: prasanna@in.ibm.com
2236P: Ananth N Mavinakayanahalli
2237M: ananth@in.ibm.com
2238P: Anil S Keshavamurthy
2239M: anil.s.keshavamurthy@intel.com
2240P: David S. Miller
2241M: davem@davemloft.net
2242L: linux-kernel@vger.kernel.org
2243S: Maintained
2244
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002245KS0108 LCD CONTROLLER DRIVER
2246P: Miguel Ojeda Sandonis
2247M: maxextreme@gmail.com
2248L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002249W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002250S: Maintained
2251
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002254S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255
2256LASI 53c700 driver for PARISC
2257P: James E.J. Bottomley
2258M: James.Bottomley@HansenPartnership.com
2259L: linux-scsi@vger.kernel.org
2260S: Maintained
2261
Richard Purdie263de9b2006-05-15 09:44:16 -07002262LED SUBSYSTEM
2263P: Richard Purdie
2264M: rpurdie@rpsys.net
2265S: Maintained
2266
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267LEGO USB Tower driver
2268P: Juergen Stuber
2269M: starblue@users.sourceforge.net
2270L: legousb-devel@lists.sourceforge.net
2271W: http://legousb.sourceforge.net/
2272S: Maintained
2273
Rusty Russell568a17f2007-10-25 14:12:24 +10002274LGUEST
2275P: Rusty Russell
2276M: rusty@rustcorp.com.au
2277L: lguest@ozlabs.org
2278W: http://lguest.ozlabs.org/
2279S: Maintained
2280
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281LINUX FOR IBM pSERIES (RS/6000)
2282P: Paul Mackerras
2283M: paulus@au.ibm.com
2284W: http://www.ibm.com/linux/ltc/projects/ppc
2285S: Supported
2286
2287LINUX FOR NCR VOYAGER
2288P: James Bottomley
2289M: James.Bottomley@HansenPartnership.com
2290W: http://www.hansenpartnership.com/voyager
2291S: Maintained
2292
2293LINUX FOR POWERPC
2294P: Paul Mackerras
2295M: paulus@samba.org
2296W: http://www.penguinppc.org/
2297L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002298T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299S: Supported
2300
2301LINUX FOR POWER MACINTOSH
2302P: Benjamin Herrenschmidt
2303M: benh@kernel.crashing.org
2304W: http://www.penguinppc.org/
2305L: linuxppc-dev@ozlabs.org
2306S: Maintained
2307
2308LINUX FOR POWERPC EMBEDDED MPC52XX
2309P: Sylvain Munaut
2310M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002311P: Grant Likely
2312M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313W: http://www.246tNt.com/mpc52xx/
2314W: http://www.penguinppc.org/
2315L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
2318LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002319P: Josh Boyer
2320M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321P: Matt Porter
2322M: mporter@kernel.crashing.org
2323W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002324L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002325T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326S: Maintained
2327
Grant Likely260c02a2007-10-02 12:15:34 +10002328LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2329P: Grant Likely
2330M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002331W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002332L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333S: Maintained
2334
Tom Rinie93adf12005-07-26 12:49:53 -07002335LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336P: Tom Rini
2337M: trini@kernel.crashing.org
2338W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002339L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340S: Maintained
2341
Tom Rinie93adf12005-07-26 12:49:53 -07002342LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002343P: Vitaly Bordug
2344M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002345P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002346M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002347W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002348L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002349S: Maintained
2350
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002352P: Kumar Gala
2353M: galak@kernel.crashing.org
2354W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002355L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002356S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357
Olof Johanssonab06ff32006-09-06 14:44:54 -05002358LINUX FOR POWERPC PA SEMI PWRFICIENT
2359P: Olof Johansson
2360M: olof@lixom.net
2361W: http://www.pasemi.com/
2362L: linuxppc-dev@ozlabs.org
2363S: Supported
2364
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365LLC (802.2)
2366P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002367M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368S: Maintained
2369
2370LINUX FOR 64BIT POWERPC
2371P: Paul Mackerras
2372M: paulus@samba.org
2373M: paulus@au.ibm.com
2374P: Anton Blanchard
2375M: anton@samba.org
2376M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002377W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002378L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379S: Supported
2380
2381LINUX SECURITY MODULE (LSM) FRAMEWORK
2382P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002383M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002384L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002386T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Supported
2388
2389LM83 HARDWARE MONITOR DRIVER
2390P: Jean Delvare
2391M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002392L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Maintained
2394
2395LM90 HARDWARE MONITOR DRIVER
2396P: Jean Delvare
2397M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002398L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399S: Maintained
2400
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002401LOCKDEP AND LOCKSTAT
2402P: Peter Zijlstra
2403M: peterz@infradead.org
2404P: Ingo Molnar
2405M: mingo@redhat.com
2406L: linux-kernel@vger.kernel.org
2407T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2408S: Maintained
2409
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002410LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411P: Richard Russon (FlatCap)
2412M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002413L: linux-ntfs-dev@lists.sourceforge.net
2414W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S: Maintained
2416
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002417LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2418P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002419M: Eric.Moore@lsi.com
2420M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002421L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002422L: linux-scsi@vger.kernel.org
2423W: http://www.lsilogic.com/support
2424S: Supported
2425
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2427P: Matthew Wilcox
2428M: matthew@wil.cx
2429L: linux-scsi@vger.kernel.org
2430S: Maintained
2431
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002432M32R ARCHITECTURE
2433P: Hirokazu Takata
2434M: takata@linux-m32r.org
2435L: linux-m32r@ml.linux-m32r.org
2436L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2437W: http://www.linux-m32r.org/
2438S: Maintained
2439
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440M68K ARCHITECTURE
2441P: Geert Uytterhoeven
2442M: geert@linux-m68k.org
2443P: Roman Zippel
2444M: zippel@linux-m68k.org
2445L: linux-m68k@lists.linux-m68k.org
2446W: http://www.linux-m68k.org/
2447W: http://linux-m68k-cvs.ubb.ca/
2448S: Maintained
2449
2450M68K ON APPLE MACINTOSH
2451P: Joshua Thompson
2452M: funaho@jurai.org
2453W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002454L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455S: Maintained
2456
2457M68K ON HP9000/300
2458P: Philip Blundell
2459M: philb@gnu.org
2460W: http://www.tazenda.demon.co.uk/phil/linux-hp
2461S: Maintained
2462
Jiri Benc64a327a2007-05-05 11:47:08 -07002463MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002464P: Michael Wu
2465M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002466P: Johannes Berg
2467M: johannes@sipsolutions.net
2468P: Jiri Benc
2469M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002470L: linux-wireless@vger.kernel.org
2471W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002472T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002473S: Maintained
2474
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002475MACVLAN DRIVER
2476P: Patrick McHardy
2477M: kaber@trash.net
2478L: netdev@vger.kernel.org
2479S: Maintained
2480
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481MARVELL YUKON / SYSKONNECT DRIVER
2482P: Mirko Lindner
2483M: mlindner@syskonnect.de
2484P: Ralph Roesler
2485M: rroesler@syskonnect.de
2486W: http://www.syskonnect.com
2487S: Supported
2488
Michael Kerriskfaf16682005-07-31 22:34:47 -07002489MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002490P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002491M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002492W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2493S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002494
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002495MARVELL MV643XX ETHERNET DRIVER
2496P: Dale Farnsworth
2497M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002499M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002500L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002501S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502
2503MATROX FRAMEBUFFER DRIVER
2504P: Petr Vandrovec
2505M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002506L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507S: Maintained
2508
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002509MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2510P: Hans J. Koch
2511M: hjk@linutronix.de
2512L: lm-sensors@lm-sensors.org
2513S: Maintained
2514
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002515MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002516P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002517M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002518S: linux-scsi@vger.kernel.org
2519W: http://megaraid.lsilogic.com
2520S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002521
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002522MEMORY MANAGEMENT
2523L: linux-mm@kvack.org
2524L: linux-kernel@vger.kernel.org
2525W: http://www.linux-mm.org
2526S: Maintained
2527
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002528MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529P: David Woodhouse
2530M: dwmw2@infradead.org
2531W: http://www.linux-mtd.infradead.org/
2532L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002533T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534S: Maintained
2535
Artem Bityutskiy48576402007-02-13 17:11:10 +02002536UNSORTED BLOCK IMAGES (UBI)
2537P: Artem Bityutskiy
2538M: dedekind@infradead.org
2539W: http://www.linux-mtd.infradead.org/
2540L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002541T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002542S: Maintained
2543
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544MICROTEK X6 SCANNER
2545P: Oliver Neukum
2546M: oliver@neukum.name
2547S: Maintained
2548
2549MIPS
2550P: Ralf Baechle
2551M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002552W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002554T: git www.linux-mips.org:/pub/scm/linux.git
2555S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556
2557MISCELLANEOUS MCA-SUPPORT
2558P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002559M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560L: linux-kernel@vger.kernel.org
2561S: Maintained
2562
2563MODULE SUPPORT
2564P: Rusty Russell
2565M: rusty@rustcorp.com.au
2566L: linux-kernel@vger.kernel.org
2567S: Maintained
2568
2569MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2570P: Stelian Pop
2571M: stelian@popies.net
2572W: http://popies.net/meye/
2573S: Maintained
2574
Pavel Pisac58ff042007-05-16 01:10:41 +02002575MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2576P: Pavel Pisa
2577M: ppisa@pikron.com
2578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2579W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2580S: Maintained
2581
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582MOUSE AND MISC DEVICES [GENERAL]
2583P: Alessandro Rubini
2584M: rubini@ipvvis.unipv.it
2585L: linux-kernel@vger.kernel.org
2586S: Maintained
2587
Jiri Slabyd7354102006-12-08 02:38:35 -08002588MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2589P: Jiri Slaby
2590M: jirislaby@gmail.com
2591L: linux-kernel@vger.kernel.org
2592S: Maintained
2593
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002594MSI LAPTOP SUPPORT
2595P: Lennart Poettering
2596M: mzxreary@0pointer.de
2597L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2598W: http://0pointer.de/lennart/tchibo.html
2599S: Maintained
2600
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002601MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002602P: Pierre Ossman
2603M: drzeus-mmc@drzeus.cx
2604L: linux-kernel@vger.kernel.org
2605S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002606
David Brownell15a05802007-08-08 09:12:54 -07002607MULTIMEDIA CARD (MMC) ETC. OVER SPI
2608P: David Brownell
2609M: dbrownell@users.sourceforge.net
2610L: linux-kernel@vger.kernel.org
2611S: Odd fixes
2612
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613MULTISOUND SOUND DRIVER
2614P: Andrew Veliath
2615M: andrewtv@usa.net
2616S: Maintained
2617
Jiri Slabyd7354102006-12-08 02:38:35 -08002618MULTITECH MULTIPORT CARD (ISICOM)
2619P: Jiri Slaby
2620M: jirislaby@gmail.com
2621L: linux-kernel@vger.kernel.org
2622S: Maintained
2623
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624NATSEMI ETHERNET DRIVER (DP8381x)
2625P: Tim Hockin
2626M: thockin@hockin.org
2627S: Maintained
2628
2629NCP FILESYSTEM
2630P: Petr Vandrovec
2631M: vandrove@vc.cvut.cz
2632L: linware@sh.cvut.cz
2633S: Maintained
2634
2635NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2636P: James E.J. Bottomley
2637M: James.Bottomley@HansenPartnership.com
2638L: linux-scsi@vger.kernel.org
2639S: Maintained
2640
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002641NETEM NETWORK EMULATOR
2642P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002643M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002644L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002645S: Maintained
2646
Jiri Slaby4a584482007-08-30 23:56:39 -07002647NETERION (S2IO) Xframe 10GbE DRIVER
2648P: Ramkrishna Vepa
2649M: ram.vepa@neterion.com
2650P: Rastapur Santosh
2651M: santosh.rastapur@neterion.com
2652P: Sivakumar Subramani
2653M: sivakumar.subramani@neterion.com
2654P: Sreenivasa Honnur
2655M: sreenivasa.honnur@neterion.com
2656L: netdev@vger.kernel.org
2657W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2658S: Supported
2659
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660NETFILTER/IPTABLES/IPCHAINS
2661P: Rusty Russell
2662P: Marc Boucher
2663P: James Morris
2664P: Harald Welte
2665P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002666P: Patrick McHardy
2667M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002668L: netfilter-devel@vger.kernel.org
2669L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002670L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671W: http://www.netfilter.org/
2672W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673S: Supported
2674
Paul Moore4cc67732006-09-25 15:57:13 -07002675NETLABEL
2676P: Paul Moore
2677M: paul.moore@hp.com
2678W: http://netlabel.sf.net
2679L: netdev@vger.kernel.org
2680S: Supported
2681
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682NETROM NETWORK LAYER
2683P: Ralf Baechle
2684M: ralf@linux-mips.org
2685L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002686W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687S: Maintained
2688
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002689NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690P: Paul Clements
2691M: Paul.Clements@steeleye.com
2692S: Maintained
2693
2694NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695P: Jeff Garzik
2696M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002697L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002698T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699S: Maintained
2700
2701NETWORKING [GENERAL]
2702P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002703M: netdev@vger.kernel.org
2704L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002705W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Maintained
2707
2708NETWORKING [IPv4/IPv6]
2709P: David S. Miller
2710M: davem@davemloft.net
2711P: Alexey Kuznetsov
2712M: kuznet@ms2.inr.ac.ru
2713P: Pekka Savola (ipv6)
2714M: pekkas@netcore.fi
2715P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002716M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717P: Hideaki YOSHIFUJI
2718M: yoshfuji@linux-ipv6.org
2719P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002720M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002722T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723S: Maintained
2724
James Morris10e2ff12007-08-25 14:41:28 -07002725NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2726P: Paul Moore
2727M: paul.moore@hp.com
2728L: netdev@vger.kernel.org
2729S: Maintained
2730
John W. Linville29f8f632006-01-18 14:52:48 -08002731NETWORKING [WIRELESS]
2732P: John W. Linville
2733M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002734L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002735T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2736S: Maintained
2737
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002738NETXEN (1/10) GbE SUPPORT
2739P: Amit S. Kale
2740M: amitkale@netxen.com
2741L: netdev@vger.kernel.org
2742W: http://www.netxen.com
2743S: Supported
2744
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745IPVS
2746P: Wensong Zhang
2747M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002748P: Simon Horman
2749M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750P: Julian Anastasov
2751M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002752L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753S: Maintained
2754
2755NFS CLIENT
2756P: Trond Myklebust
2757M: trond.myklebust@fys.uio.no
2758L: linux-kernel@vger.kernel.org
2759S: Maintained
2760
2761NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002762P: Jan-Pascal van Best
2763M: janpascal@vanbest.org
2764P: Andreas Mohr
2765M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002766L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767S: Maintained
2768
2769NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2770P: YOKOTA Hiroshi
2771M: yokota@netlab.is.tsukuba.ac.jp
2772W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2773S: Maintained
2774
2775NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2776P: GOTO Masanori
2777M: gotom@debian.or.jp
2778P: YOKOTA Hiroshi
2779M: yokota@netlab.is.tsukuba.ac.jp
2780W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2781S: Maintained
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783NTFS FILESYSTEM
2784P: Anton Altaparmakov
2785M: aia21@cantab.net
2786L: linux-ntfs-dev@lists.sourceforge.net
2787L: linux-kernel@vger.kernel.org
2788W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002789T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002792NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002793P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002794M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002795L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002796S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002798OPENCORES I2C BUS DRIVER
2799P: Peter Korsgaard
2800M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002801L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002802S: Maintained
2803
Mark Fashehccd979b2005-12-15 14:31:24 -08002804ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2805P: Mark Fasheh
2806M: mark.fasheh@oracle.com
2807P: Kurt Hackel
2808M: kurt.hackel@oracle.com
2809L: ocfs2-devel@oss.oracle.com
2810W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002811S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813OLYMPIC NETWORK DRIVER
2814P: Peter De Shrijver
2815M: p2@ace.ulyssis.student.kuleuven.ac.be
2816P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002817M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002818L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819L: linux-tr@linuxtr.net
2820W: http://www.linuxtr.net
2821S: Maintained
2822
Harald Weltec1986ee2005-11-13 16:06:29 -08002823OMNIKEY CARDMAN 4000 DRIVER
2824P: Harald Welte
2825M: laforge@gnumonks.org
2826S: Maintained
2827
Harald Welte77c44ab2005-11-13 16:06:26 -08002828OMNIKEY CARDMAN 4040 DRIVER
2829P: Harald Welte
2830M: laforge@gnumonks.org
2831S: Maintained
2832
Jonathan Corbet77d51402007-03-22 19:44:17 -03002833OMNIVISION OV7670 SENSOR DRIVER
2834P: Jonathan Corbet
2835M: corbet@lwn.net
2836L: video4linux-list@redhat.com
2837S: Maintained
2838
Thomas Gleixner431bca72007-05-02 09:31:35 +02002839ONENAND FLASH DRIVER
2840P: Kyungmin Park
2841M: kyungmin.park@samsung.com
2842L: linux-mtd@lists.infradead.org
2843S: Maintained
2844
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845ONSTREAM SCSI TAPE DRIVER
2846P: Willem Riede
2847M: osst@riede.org
2848L: osst-users@lists.sourceforge.net
2849L: linux-scsi@vger.kernel.org
2850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852OPROFILE
2853P: Philippe Elie
2854M: phil.el@wanadoo.fr
2855L: oprofile-list@lists.sf.net
2856S: Maintained
2857
2858ORINOCO DRIVER
2859P: Pavel Roskin
2860M: proski@gnu.org
2861P: David Gibson
2862M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002863L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002864L: orinoco-users@lists.sourceforge.net
2865L: orinoco-devel@lists.sourceforge.net
2866W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867S: Maintained
2868
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002869PA SEMI ETHERNET DRIVER
2870P: Olof Johansson
2871M: olof@lixom.net
2872L: netdev@vger.kernel.org
2873S: Maintained
2874
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002875PA SEMI SMBUS DRIVER
2876P: Olof Johansson
2877M: olof@lixom.net
2878L: i2c@lm-sensors.org
2879S: Maintained
2880
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002882L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002883S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884
2885PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2886P: Tim Waugh
2887M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002888L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889W: http://www.torque.net/linux-pp.html
2890S: Maintained
2891
2892PARISC ARCHITECTURE
2893P: Matthew Wilcox
2894M: matthew@wil.cx
2895P: Grant Grundler
2896M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002897P: Kyle McMartin
2898M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899L: parisc-linux@parisc-linux.org
2900W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002901T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2902T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903S: Maintained
2904
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002905PARAVIRT_OPS INTERFACE
2906P: Jeremy Fitzhardinge
2907M: jeremy@xensource.com
2908P: Chris Wright
2909M: chrisw@sous-sol.org
2910P: Zachary Amsden
2911M: zach@vmware.com
2912P: Rusty Russell
2913M: rusty@rustcorp.com.au
2914L: virtualization@lists.osdl.org
2915L: linux-kernel@vger.kernel.org
2916S: Supported
2917
Jim Cromie1662d322006-10-06 00:43:59 -07002918PC87360 HARDWARE MONITORING DRIVER
2919P: Jim Cromie
2920M: jim.cromie@gmail.com
2921L: lm-sensors@lm-sensors.org
2922S: Maintained
2923
2924PC8736x GPIO DRIVER
2925P: Jim Cromie
2926M: jim.cromie@gmail.com
2927S: Maintained
2928
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002929PCI ERROR RECOVERY
2930P: Linas Vepstas
2931M: linas@austin.ibm.com
2932L: linux-kernel@vger.kernel.org
2933L: linux-pci@atrey.karlin.mff.cuni.cz
2934S: Supported
2935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936PCI SUBSYSTEM
2937P: Greg Kroah-Hartman
2938M: gregkh@suse.de
2939L: linux-kernel@vger.kernel.org
2940L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002941T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942S: Supported
2943
2944PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002945P: Kristen Carlson Accardi
2946M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Supported
2948
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002949PCIE HOTPLUG DRIVER
2950P: Kristen Carlson Accardi
2951M: kristen.c.accardi@intel.com
2952L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002953S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002954
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002956P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002957L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002959T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002960S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961
2962PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002963P: Don Fry
2964M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002965L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966S: Maintained
2967
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002968PER-TASK DELAY ACCOUNTING
2969P: Shailabh Nagar
2970M: nagar@watson.ibm.com
2971L: linux-kernel@vger.kernel.org
2972S: Maintained
2973
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002974PERSONALITY HANDLING
2975P: Christoph Hellwig
2976M: hch@infradead.org
2977L: linux-abi-devel@lists.sourceforge.net
2978S: Maintained
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002981P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982M: joern@wh.fh-wedel.de
2983L: linux-mtd@lists.infradead.org
2984S: Maintained
2985
Peter Osterlund249a6772005-09-27 21:45:30 -07002986PKTCDVD DRIVER
2987P: Peter Osterlund
2988M: petero2@telia.com
2989L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002990S: Maintained
2991
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002993P: Thomas Gleixner
2994M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002995L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996S: Supported
2997
Anton Vorontsov3be86142007-07-15 04:43:36 +04002998POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2999P: Anton Vorontsov
3000M: cbou@mail.ru
3001P: David Woodhouse
3002M: dwmw2@infradead.org
3003L: linux-kernel@vger.kernel.org
3004L: kernel-discuss@handhelds.org
3005T: git git.infradead.org/battery-2.6.git
3006S: Maintained
3007
Eugene Surovegin24682972005-10-14 03:00:53 -07003008POWERPC 4xx EMAC DRIVER
3009P: Eugene Surovegin
3010M: ebs@ebshome.net
3011W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003012L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003013L: netdev@vger.kernel.org
3014S: Maintained
3015
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016PNP SUPPORT
3017P: Adam Belay
3018M: ambx1@neo.rr.com
3019S: Maintained
3020
Vitaly Wool999445d2007-01-04 13:07:03 +01003021PNXxxxx I2C DRIVER
3022P: Vitaly Wool
3023M: vitalywool@gmail.com
3024L: i2c@lm-sensors.org
3025S: Maintained
3026
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027PPP PROTOCOL DRIVERS AND COMPRESSORS
3028P: Paul Mackerras
3029M: paulus@samba.org
3030L: linux-ppp@vger.kernel.org
3031S: Maintained
3032
3033PPP OVER ATM (RFC 2364)
3034P: Mitchell Blank Jr
3035M: mitch@sfgoth.com
3036S: Maintained
3037
3038PPP OVER ETHERNET
3039P: Michal Ostrowski
3040M: mostrows@speakeasy.net
3041S: Maintained
3042
James Chapmana6d23702007-06-27 15:53:17 -07003043PPP OVER L2TP
3044P: James Chapman
3045M: jchapman@katalix.com
3046S: Maintained
3047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048PREEMPTIBLE KERNEL
3049P: Robert Love
3050M: rml@tech9.net
3051L: linux-kernel@vger.kernel.org
3052L: kpreempt-tech@lists.sourceforge.net
3053W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3054S: Supported
3055
Michael Wueff1a592007-09-25 18:11:01 -07003056P54 WIRELESS DRIVER
3057P: Michael Wu
3058M: flamingice@sourmilk.net
3059L: linux-wireless@vger.kernel.org
3060W: http://prism54.org
3061T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3062S: Maintained
3063
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003065P: Luis R. Rodriguez
3066M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003067L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068W: http://prism54.org
3069S: Maintained
3070
3071PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3072P: Peter Denison
3073M: promise@pnd-pc.demon.co.uk
3074W: http://www.pnd-pc.demon.co.uk/promise/
3075S: Maintained
3076
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003077PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3078P: Mikael Pettersson
3079M: mikpe@it.uu.se
3080L: linux-ide@vger.kernel.org
3081S: Maintained
3082
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003083PS3 NETWORK SUPPORT
3084P: Masakazu Mokuno
3085M: mokuno@sm.sony.co.jp
3086L: netdev@vger.kernel.org
3087L: cbe-oss-dev@ozlabs.org
3088S: Supported
3089
Geoff Levandf58a9d12006-11-23 00:46:51 +01003090PS3 PLATFORM SUPPORT
3091P: Geoff Levand
3092M: geoffrey.levand@am.sony.com
3093L: linuxppc-dev@ozlabs.org
3094L: cbe-oss-dev@ozlabs.org
3095S: Supported
3096
Michael Krufky83202042006-07-03 00:24:18 -07003097PVRUSB2 VIDEO4LINUX DRIVER
3098P: Mike Isely
3099M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003100L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003101L: video4linux-list@redhat.com
3102W: http://www.isely.net/pvrusb2/
3103S: Maintained
3104
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105PXA2xx SUPPORT
3106P: Nicolas Pitre
3107M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003108L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109S: Maintained
3110
Pierre Ossman272f1332007-05-14 21:25:26 +02003111PXA MMCI DRIVER
3112S: Orphan
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114QLOGIC QLA2XXX FC-SCSI DRIVER
3115P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003116M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117L: linux-scsi@vger.kernel.org
3118S: Supported
3119
Ron Mercer5a4faa82006-07-25 00:40:21 -07003120QLOGIC QLA3XXX NETWORK DRIVER
3121P: Ron Mercer
3122M: linux-driver@qlogic.com
3123L: netdev@vger.kernel.org
3124S: Supported
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126QNX4 FILESYSTEM
3127P: Anders Larsen
3128M: al@alarsen.net
3129L: linux-kernel@vger.kernel.org
3130W: http://www.alarsen.net/linux/qnx4fs/
3131S: Maintained
3132
3133RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003134P: Benjamin Herrenschmidt
3135M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003136L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137S: Maintained
3138
3139RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003140P: Paul Mackerras
3141M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003142L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Maintained
3144
3145RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3146P: Corey Thomas
3147M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003148L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149S: Maintained
3150
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003151RALINK RT2X00 WLAN DRIVER
3152P: rt2x00 project
3153L: linux-wireless@vger.kernel.org
3154L: rt2400-devel@lists.sourceforge.net
3155W: http://rt2x00.serialmonkey.com/
3156S: Maintained
3157F: drivers/net/wireless/rt2x00/
3158
Matt Mackall9e95ce22005-04-16 15:25:56 -07003159RANDOM NUMBER DRIVER
3160P: Matt Mackall
3161M: mpm@selenic.com
3162S: Maintained
3163
Matt Porter394b7012005-11-07 01:00:15 -08003164RAPIDIO SUBSYSTEM
3165P: Matt Porter
3166M: mporter@kernel.crashing.org
3167L: linux-kernel@vger.kernel.org
3168S: Maintained
3169
Josh Triplett595182b2006-10-04 02:17:21 -07003170READ-COPY UPDATE (RCU)
3171P: Dipankar Sarma
3172M: dipankar@in.ibm.com
3173W: http://www.rdrop.com/users/paulmck/rclock/
3174L: linux-kernel@vger.kernel.org
3175S: Supported
3176
3177RCUTORTURE MODULE
3178P: Josh Triplett
3179M: josh@freedesktop.org
3180L: linux-kernel@vger.kernel.org
3181S: Maintained
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183REAL TIME CLOCK DRIVER
3184P: Paul Gortmaker
3185M: p_gortmaker@yahoo.com
3186L: linux-kernel@vger.kernel.org
3187S: Maintained
3188
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003189REAL TIME CLOCK (RTC) SUBSYSTEM
3190P: Alessandro Zummo
3191M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003192L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003193S: Maintained
3194
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195REISERFS FILE SYSTEM
3196P: Hans Reiser
3197M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003198L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199W: http://www.namesys.com
3200S: Supported
3201
3202ROCKETPORT DRIVER
3203P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204W: http://www.comtrol.com
3205S: Maintained
3206
3207ROSE NETWORK LAYER
3208P: Ralf Baechle
3209M: ralf@linux-mips.org
3210L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003211W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212S: Maintained
3213
3214RISCOM8 DRIVER
3215S: Orphan
3216
Michael Wu605bebe2007-05-14 01:41:02 -04003217RTL818X WIRELESS DRIVER
3218P: Michael Wu
3219M: flamingice@sourmilk.net
3220P: Andrea Merello
3221M: andreamrl@tiscali.it
3222L: linux-wireless@vger.kernel.org
3223W: http://linuxwireless.org/
3224T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3225S: Maintained
3226
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003227S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003228P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003229M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003230L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003231S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003232
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233S390
3234P: Martin Schwidefsky
3235M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003236P: Heiko Carstens
3237M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003239L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003240W: http://www.ibm.com/developerworks/linux/linux390/
3241S: Supported
3242
3243S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003244P: Ursula Braun
3245M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003246P: Frank Blaschka
3247M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003248M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003249L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003250W: http://www.ibm.com/developerworks/linux/linux390/
3251S: Supported
3252
3253S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003254P: Swen Schillig
3255M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003256M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003257L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003258W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259S: Supported
3260
Ursula Braundd96df22007-09-19 13:09:02 +02003261S390 IUCV NETWORK LAYER
3262P: Ursula Braun
3263M: ubraun@linux.vnet.ibm.com
3264M: linux390@de.ibm.com
3265L: linux-s390@vger.kernel.org
3266W: http://www.ibm.com/developerworks/linux/linux390/
3267S: Supported
3268
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269SAA7146 VIDEO4LINUX-2 DRIVER
3270P: Michael Hunold
3271M: michael@mihu.de
3272W: http://www.mihu.de/linux/saa7146
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275SC1200 WDT DRIVER
3276P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003277M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278S: Maintained
3279
3280SCHEDULER
3281P: Ingo Molnar
3282M: mingo@elte.hu
3283P: Robert Love [the preemptible kernel bits]
3284M: rml@tech9.net
3285L: linux-kernel@vger.kernel.org
3286S: Maintained
3287
3288SCSI CDROM DRIVER
3289P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003290M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291L: linux-scsi@vger.kernel.org
3292W: http://www.kernel.dk
3293S: Maintained
3294
3295SCSI SG DRIVER
3296P: Doug Gilbert
3297M: dgilbert@interlog.com
3298L: linux-scsi@vger.kernel.org
3299W: http://www.torque.net/sg
3300S: Maintained
3301
3302SCSI SUBSYSTEM
3303P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003304M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003306T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003307T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3308T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309S: Maintained
3310
3311SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003312P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313M: Kai.Makisara@kolumbus.fi
3314L: linux-scsi@vger.kernel.org
3315S: Maintained
3316
3317SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003318P: Vlad Yasevich
3319M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003320P: Sridhar Samudrala
3321M: sri@us.ibm.com
3322L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003323W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003324S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325
3326SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003327P: Jim Cromie
3328M: jim.cromie@gmail.com
3329S: Odd Fixes
3330
3331SCx200 GPIO DRIVER
3332P: Jim Cromie
3333M: jim.cromie@gmail.com
3334S: Maintained
3335
3336SCx200 HRT CLOCKSOURCE DRIVER
3337P: Jim Cromie
3338M: jim.cromie@gmail.com
3339S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340
3341SECURITY CONTACT
3342P: Security Officers
3343M: security@kernel.org
3344S: Supported
3345
3346SELINUX SECURITY MODULE
3347P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003348M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003350M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003351P: Eric Paris
3352M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003354L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355W: http://www.nsa.gov/selinux
3356S: Supported
3357
Jiri Slabycef2cf02007-05-08 00:31:45 -07003358SENSABLE PHANTOM
3359P: Jiri Slaby
3360M: jirislaby@gmail.com
3361S: Maintained
3362
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363SERIAL ATA (SATA) SUBSYSTEM:
3364P: Jeff Garzik
3365M: jgarzik@pobox.com
3366L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003367T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368S: Supported
3369
3370SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3371P: Pat Gefre
3372M: pfg@sgi.com
3373L: linux-ia64@vger.kernel.org
3374S: Supported
3375
3376SGI VISUAL WORKSTATION 320 AND 540
3377P: Andrey Panin
3378M: pazke@donpac.ru
3379L: linux-visws-devel@lists.sf.net
3380W: http://linux-visws.sf.net
3381S: Maintained for 2.6.
3382
3383SIMTEC EB110ATX (Chalice CATS)
3384P: Ben Dooks
3385P: Vincent Sanders
3386M: support@simtec.co.uk
3387W: http://www.simtec.co.uk/products/EB110ATX/
3388S: Supported
3389
3390SIMTEC EB2410ITX (BAST)
3391P: Ben Dooks
3392P: Vincent Sanders
3393M: support@simtec.co.uk
3394W: http://www.simtec.co.uk/products/EB2410ITX/
3395S: Supported
3396
Francois Romieu92aab3c2005-07-30 13:11:18 +02003397SIS 190 ETHERNET DRIVER
3398P: Francois Romieu
3399M: romieu@fr.zoreil.com
3400L: netdev@vger.kernel.org
3401S: Maintained
3402
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403SIS 5513 IDE CONTROLLER DRIVER
3404P: Lionel Bouton
3405M: Lionel.Bouton@inet6.fr
3406W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3407W: http://gyver.homeip.net/sis5513/index.html
3408S: Maintained
3409
3410SIS 900/7016 FAST ETHERNET DRIVER
3411P: Daniele Venzano
3412M: venza@brownhat.org
3413W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003414L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415S: Maintained
3416
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003417SIS 96X I2C/SMBUS DRIVER
3418P: Mark M. Hoffman
3419M: mhoffman@lightlink.com
3420L: lm-sensors@lm-sensors.org
3421S: Maintained
3422
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423SIS FRAMEBUFFER DRIVER
3424P: Thomas Winischhofer
3425M: thomas@winischhofer.net
3426W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003427S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428
3429SIS USB2VGA DRIVER
3430P: Thomas Winischhofer
3431M: thomas@winischhofer.net
3432W: http://www.winischhofer.at/linuxsisusbvga.shtml
3433S: Maintained
3434
Christoph Lameter415ad262007-07-26 10:40:56 -07003435SLAB ALLOCATOR
3436P: Christoph Lameter
3437M: clameter@sgi.com
3438P: Pekka Enberg
3439M: penberg@cs.helsinki.fi
3440L: linux-mm@kvack.org
3441S: Maintained
3442
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443SMC91x ETHERNET DRIVER
3444P: Nicolas Pitre
3445M: nico@cam.org
3446S: Maintained
3447
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003448SMSC47B397 HARDWARE MONITOR DRIVER
3449P: Mark M. Hoffman
3450M: mhoffman@lightlink.com
3451L: lm-sensors@lm-sensors.org
3452S: Maintained
3453
Daniel Drake8f0f8502006-07-18 22:00:25 +01003454SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003455P: Daniel Drake
3456M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003457L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003458S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460SOFTWARE RAID (Multiple Disks) SUPPORT
3461P: Ingo Molnar
3462M: mingo@redhat.com
3463P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003464M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003466S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467
Pavel Machek95a631e2007-07-19 01:47:42 -07003468HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469P: Pavel Machek
3470M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003471P: Rafael J. Wysocki
3472M: rjw@sisk.pl
3473L: linux-pm@lists.linux-foundation.org
3474S: Supported
3475
3476SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003477P: Len Brown
3478M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003479P: Pavel Machek
3480M: pavel@suse.cz
3481P: Rafael J. Wysocki
3482M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003483L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003484S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485
3486SONIC NETWORK DRIVER
3487P: Thomas Bogendoerfer
3488M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003489L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490S: Maintained
3491
Michael Buesch61e115a2007-09-18 15:12:50 -04003492SONICS SILICON BACKPLANE DRIVER (SSB)
3493P: Michael Buesch
3494M: mb@bu3sch.de
3495L: netdev@vger.kernel.org
3496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003499P: Mattia Dongili
3500M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003501L: linux-acpi@vger.kernel.org
3502W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503S: Maintained
3504
3505SOUND
3506P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003507M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003508L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509S: Maintained
3510
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003511SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3512P: Liam Girdwood
3513M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003514L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003515S: Supported
3516
Kumar Gala025c3982006-04-02 16:05:54 -05003517SPI SUBSYSTEM
3518P: David Brownell
3519M: dbrownell@users.sourceforge.net
3520L: spi-devel-general@lists.sourceforge.net
3521S: Maintained
3522
Steven Rostedt855f46a2006-08-05 12:14:50 -07003523STABLE BRANCH:
3524P: Greg Kroah-Hartman
3525M: greg@kroah.com
3526P: Chris Wright
3527M: chrisw@sous-sol.org
3528L: stable@kernel.org
3529S: Maintained
3530
Kylene Hall1c72d462005-05-01 08:59:13 -07003531TPM DEVICE DRIVER
3532P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003533M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003534W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003535P: Marcel Selhorst
3536M: tpm@selhorst.net
3537W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003538L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003539S: Maintained
3540
Mark Gross1a80ba82005-10-30 15:02:55 -08003541Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003542P: Mark Gross
3543M: mark.gross@intel.com
3544S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003545
Chris Zankel48b415c2005-06-23 22:01:07 -07003546TENSILICA XTENSA PORT (xtensa):
3547P: Chris Zankel
3548M: chris@zankel.net
3549S: Maintained
3550
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003551THINKPAD ACPI EXTRAS DRIVER
3552P: Henrique de Moraes Holschuh
3553M: ibm-acpi@hmh.eng.br
3554L: ibm-acpi-devel@lists.sourceforge.net
3555W: http://ibm-acpi.sourceforge.net
3556W: http://thinkwiki.org/wiki/Ibm-acpi
3557T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3558S: Maintained
3559
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560UltraSPARC (sparc64):
3561P: David S. Miller
3562M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003564T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565S: Maintained
3566
3567SHARP LH SUPPORT (LH7952X & LH7A40X)
3568P: Marc Singer
3569M: elf@buici.com
3570W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572S: Maintained
3573
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003574SHPC HOTPLUG DRIVER
3575P: Kristen Carlson Accardi
3576M: kristen.c.accardi@intel.com
3577L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003578S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003579
Pierre Ossmand129bce2006-03-24 03:18:17 -08003580SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3581P: Pierre Ossman
3582M: drzeus-sdhci@drzeus.cx
3583L: sdhci-devel@list.drzeus.cx
3584W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3585S: Maintained
3586
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003587SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3588P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003589M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003590L: netdev@vger.kernel.org
3591S: Maintained
3592
Chris Boot1a87d942006-07-10 04:45:34 -07003593SOEKRIS NET48XX LED SUPPORT
3594P: Chris Boot
3595M: bootc@bootc.net
3596S: Maintained
3597
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598SPARC (sparc32):
3599P: William L. Irwin
3600M: wli@holomorphy.com
3601L: sparclinux@vger.kernel.org
3602S: Maintained
3603
3604SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3605P: Roger Wolff
3606M: R.E.Wolff@BitWizard.nl
3607L: linux-kernel@vger.kernel.org ?
3608S: Supported
3609
Jim Lewis2752e402006-09-29 02:01:19 -07003610SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003611P: Linas Vepstas
3612M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003613L: netdev@vger.kernel.org
3614S: Supported
3615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616SRM (Alpha) environment access
3617P: Jan-Benedict Glaw
3618M: jbglaw@lug-owl.de
3619L: linux-kernel@vger.kernel.org
3620S: Maintained
3621
3622STARFIRE/DURALAN NETWORK DRIVER
3623P: Ion Badulescu
3624M: ionut@cs.columbia.edu
3625S: Maintained
3626
3627STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3628W: http://mosquitonet.Stanford.EDU/strip.html
3629S: Unsupported ?
3630
3631STRADIS MPEG-2 DECODER DRIVER
3632P: Nathan Laredo
3633M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634W: http://www.stradis.com/
3635S: Maintained
3636
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003637SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638P: Paul Mundt
3639M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003640L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003642T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643S: Maintained
3644
3645SUN3/3X
3646P: Sam Creasey
3647M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648W: http://sammy.net/sun3/
3649S: Maintained
3650
3651SVGA HANDLING
3652P: Martin Mares
3653M: mj@ucw.cz
3654L: linux-video@atrey.karlin.mff.cuni.cz
3655S: Maintained
3656
3657SYSV FILESYSTEM
3658P: Christoph Hellwig
3659M: hch@infradead.org
3660S: Maintained
3661
Stephen Hemminger781b4562006-07-10 20:25:29 -07003662TC CLASSIFIER
3663P: Jamal Hadi Salim
3664M: hadi@cyberus.ca
3665L: netdev@vger.kernel.org
3666S: Maintained
3667
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003668TCP LOW PRIORITY MODULE
3669P: Wong Hoi Sing, Edison
3670M: hswong3i@gmail.com
3671P: Hung Hing Lun, Mike
3672M: hlhung3i@gmail.com
3673W: http://tcp-lp-mod.sourceforge.net/
3674S: Maintained
3675
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003676TEHUTI ETHERNET DRIVER
3677P: Alexander Indenbaum
3678M: baum@tehutinetworks.net
3679P: Andy Gospodarek
3680M: andy@greyhouse.net
3681L: netdev@vger.kernel.org
3682S: Supported
3683
Alex Dubov4020f2d2006-10-04 02:15:37 -07003684TI FLASH MEDIA INTERFACE DRIVER
3685P: Alex Dubov
3686M: oakad@yahoo.com
3687S: Maintained
3688
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003689TI OMAP MMC INTERFACE DRIVER
3690P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003691M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003692W: http://linux.omap.com
3693W: http://www.muru.com/linux/omap/
3694S: Maintained
3695
Michael Buesch844dd052006-06-26 00:24:59 -07003696TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3697P: Deepak Saxena
3698M: dsaxena@plexity.net
3699S: Maintained
3700
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003701TASKSTATS STATISTICS INTERFACE
3702P: Shailabh Nagar
3703M: nagar@watson.ibm.com
3704L: linux-kernel@vger.kernel.org
3705S: Maintained
3706
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003708P: Romain Lievin
3709M: roms@lpg.ticalc.org
3710S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711
Per Lidene86eaa32006-01-12 16:45:18 +01003712TIPC NETWORK LAYER
3713P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003714M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003715P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003716M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003717P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003718M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003719L: tipc-discussion@lists.sourceforge.net
3720W: http://tipc.sourceforge.net/
3721W: http://tipc.cslab.ericsson.net/
3722T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3723S: Maintained
3724
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725TLAN NETWORK DRIVER
3726P: Samuel Chessman
3727M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003728L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729W: http://sourceforge.net/projects/tlan/
3730S: Maintained
3731
3732TOKEN-RING NETWORK DRIVER
3733P: Mike Phillips
3734M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003735L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736L: linux-tr@linuxtr.net
3737W: http://www.linuxtr.net
3738S: Maintained
3739
3740TOSHIBA ACPI EXTRAS DRIVER
3741P: John Belmonte
3742M: toshiba_acpi@memebeam.org
3743W: http://memebeam.org/toys/ToshibaAcpiDriver
3744S: Maintained
3745
3746TOSHIBA SMM DRIVER
3747P: Jonathan Buzzard
3748M: jonathan@buzzard.org.uk
3749L: tlinux-users@tce.toshiba-dme.co.jp
3750W: http://www.buzzard.org.uk/toshiba/
3751S: Maintained
3752
3753TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3754P: Muli Ben-Yehuda
3755M: mulix@mulix.org
3756L: linux-kernel@vger.kernel.org
3757S: Maintained
3758
3759TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003760P: Adrian Bunk
3761M: trivial@kernel.org
3762L: linux-kernel@vger.kernel.org
3763W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3764T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3765S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766
3767TMS380 TOKEN-RING NETWORK DRIVER
3768P: Adam Fritzler
3769M: mid@auk.cx
3770L: linux-tr@linuxtr.net
3771W: http://www.auk.cx/tms380tr/
3772S: Maintained
3773
3774TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775L: tulip-users@lists.sourceforge.net
3776W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003777S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778
3779TUN/TAP driver
3780P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003781M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782L: vtun@office.satix.net
3783W: http://vtun.sourceforge.net/tun
3784S: Maintained
3785
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003786TURBOCHANNEL SUBSYSTEM
3787P: Maciej W. Rozycki
3788M: macro@linux-mips.org
3789S: Maintained
3790
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791U14-34F SCSI DRIVER
3792P: Dario Ballabio
3793M: ballabio_dario@emc.com
3794L: linux-scsi@vger.kernel.org
3795S: Maintained
3796
3797UDF FILESYSTEM
3798P: Ben Fennema
3799M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800W: http://linux-udf.sourceforge.net
3801S: Maintained
3802
3803UNIFORM CDROM DRIVER
3804P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003805M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806L: linux-kernel@vger.kernel.org
3807W: http://www.kernel.dk
3808S: Maintained
3809
3810USB ACM DRIVER
3811P: Oliver Neukum
3812M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003813L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814S: Maintained
3815
3816USB BLOCK DRIVER (UB ub)
3817P: Pete Zaitcev
3818M: zaitcev@redhat.com
3819L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003820L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821S: Supported
3822
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823USB CDC ETHERNET DRIVER
3824P: Greg Kroah-Hartman
3825M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003826L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827S: Maintained
3828W: http://www.kroah.com/linux-usb/
3829
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003830USB DAVICOM DM9601 DRIVER
3831P: Peter Korsgaard
3832M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003833L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003834W: http://www.linux-usb.org/usbnet
3835S: Maintained
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837USB EHCI DRIVER
3838P: David Brownell
3839M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003840L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003841S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842
Luca Risolia7ce08c92006-01-11 02:06:59 +00003843USB ET61X[12]51 DRIVER
3844P: Luca Risolia
3845M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003846L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003847L: video4linux-list@redhat.com
3848W: http://www.linux-projects.org
3849S: Maintained
3850
David Brownell69ae9e32006-11-14 02:03:31 -08003851USB GADGET/PERIPHERAL SUBSYSTEM
3852P: David Brownell
3853M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003854L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003855W: http://www.linux-usb.org/gadget
3856S: Maintained
3857
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003858USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003859P: Jiri Kosina
3860M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003861L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003862T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863S: Maintained
3864
Olav Kongas959eea22005-11-03 17:38:14 +02003865USB ISP116X DRIVER
3866P: Olav Kongas
3867M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003868L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003869S: Maintained
3870
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871USB KAWASAKI LSI DRIVER
3872P: Oliver Neukum
3873M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003874L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875S: Maintained
3876
3877USB MASS STORAGE DRIVER
3878P: Matthew Dharm
3879M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003880L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003881L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882S: Maintained
3883W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3884
3885USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003886P: David Brownell
3887M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003888L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003889S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890
Matthias Urlichsba460e42005-07-14 00:33:47 -07003891USB OPTION-CARD DRIVER
3892P: Matthias Urlichs
3893M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003894L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003895S: Maintained
3896
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897USB OV511 DRIVER
3898P: Mark McClelland
3899M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003900L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901W: http://alpha.dyndns.org/ov511/
3902S: Maintained
3903
3904USB PEGASUS DRIVER
3905P: Petko Manolov
3906M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003907L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003908L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909W: http://pegasus2.sourceforge.net/
3910S: Maintained
3911
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003912USB PRINTER DRIVER (usblp)
3913P: Pete Zaitcev
3914M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003915L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003916S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917
3918USB RTL8150 DRIVER
3919P: Petko Manolov
3920M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003921L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003922L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923W: http://pegasus2.sourceforge.net/
3924S: Maintained
3925
3926USB SE401 DRIVER
3927P: Jeroen Vreeken
3928M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003929L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930W: http://www.chello.nl/~j.vreeken/se401/
3931S: Maintained
3932
3933USB SERIAL CYBERJACK DRIVER
3934P: Matthias Bruestle and Harald Welte
3935M: support@reiner-sct.com
3936W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3937S: Maintained
3938
3939USB SERIAL DIGI ACCELEPORT DRIVER
3940P: Peter Berger and Al Borchers
3941M: pberger@brimson.com
3942M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003943L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944S: Maintained
3945
3946USB SERIAL DRIVER
3947P: Greg Kroah-Hartman
3948M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003949L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950S: Supported
3951
3952USB SERIAL BELKIN F5U103 DRIVER
3953P: William Greathouse
3954M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003955L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956S: Maintained
3957
3958USB SERIAL CYPRESS M8 DRIVER
3959P: Lonnie Mendez
3960M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003961L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962S: Maintained
3963W: http://geocities.com/i0xox0i
3964W: http://firstlight.net/cvs
3965
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966USB AUERSWALD DRIVER
3967P: Wolfgang Muees
3968M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003969L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970S: Maintained
3971
3972USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3973P: Gary Brubaker
3974M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003975L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976S: Maintained
3977
3978USB SERIAL KEYSPAN DRIVER
3979P: Greg Kroah-Hartman
3980M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003981L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982W: http://www.kroah.com/linux/
3983S: Maintained
3984
3985USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003986P: Support Department
3987M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003988L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989W: http://www.connecttech.com
3990S: Supported
3991
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003992USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993P: Luca Risolia
3994M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003995L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003996L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997W: http://www.linux-projects.org
3998S: Maintained
3999
4000USB SUBSYSTEM
4001P: Greg Kroah-Hartman
4002M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004003L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004005T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006S: Supported
4007
4008USB UHCI DRIVER
4009P: Alan Stern
4010M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004011L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012S: Maintained
4013
David Brownell69ae9e32006-11-14 02:03:31 -08004014USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015P: David Brownell
4016M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004017L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004018W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019S: Maintained
4020
4021USB W996[87]CF DRIVER
4022P: Luca Risolia
4023M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004024L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004025L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026W: http://www.linux-projects.org
4027S: Maintained
4028
Luca Risolia60f78052006-02-06 16:29:35 +00004029USB ZC0301 DRIVER
4030P: Luca Risolia
4031M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004032L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004033L: video4linux-list@redhat.com
4034W: http://www.linux-projects.org
4035S: Maintained
4036
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037USB ZD1201 DRIVER
4038P: Jeroen Vreeken
4039M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004040L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041W: http://linux-lc100020.sourceforge.net
4042S: Maintained
4043
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004044USB ZR364XX DRIVER
4045P: Antoine Jacquet
4046M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004047L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004048L: video4linux-list@redhat.com
4049W: http://royale.zerezo.com/zr364xx/
4050S: Maintained
4051
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052USER-MODE LINUX
4053P: Jeff Dike
4054M: jdike@karaya.com
4055L: user-mode-linux-devel@lists.sourceforge.net
4056L: user-mode-linux-user@lists.sourceforge.net
4057W: http://user-mode-linux.sourceforge.net
4058S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004059
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060FAT/VFAT/MSDOS FILESYSTEM:
4061P: OGAWA Hirofumi
4062M: hirofumi@mail.parknet.co.jp
4063L: linux-kernel@vger.kernel.org
4064S: Maintained
4065
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066VIA RHINE NETWORK DRIVER
4067P: Roger Luethi
4068M: rl@hellgate.ch
4069S: Maintained
4070
Jean Delvare32c0a522005-09-22 21:47:58 +02004071VIAPRO SMBUS DRIVER
4072P: Jean Delvare
4073M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004074L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004075S: Maintained
4076
Francois Romieu01f20732007-01-26 00:57:17 -08004077VIA VELOCITY NETWORK DRIVER
4078P: Francois Romieu
4079M: romieu@fr.zoreil.com
4080L: netdev@vger.kernel.org
4081S: Maintained
4082
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083UCLINUX (AND M68KNOMMU)
4084P: Greg Ungerer
4085M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004087L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088S: Maintained
4089
4090UCLINUX FOR NEC V850
4091P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092
4093UCLINUX FOR RENESAS H8/300
4094P: Yoshinori Sato
4095M: ysato@users.sourceforge.jp
4096W: http://uclinux-h8.sourceforge.jp/
4097S: Supported
4098
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004099UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004100P: Evgeniy Dushistov
4101M: dushistov@mail.ru
4102L: linux-kernel@vger.kernel.org
4103S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105USB DIAMOND RIO500 DRIVER
4106P: Cesar Miquel
4107M: miquel@df.uba.ar
4108L: rio500-users@lists.sourceforge.net
4109W: http://rio500.sourceforge.net
4110S: Maintained
4111
4112VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004113P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004114M: mchehab@infradead.org
4115M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004117W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004118T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004119S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120
Patrick McHardybe7f8272007-10-23 20:26:36 -07004121VLAN (802.1Q)
4122P: Patrick McHardy
4123M: kaber@trash.net
4124L: netdev@vger.kernel.org
4125S: Maintained
4126
Juerg Haefligerab413192006-09-24 20:54:04 +02004127VT1211 HARDWARE MONITOR DRIVER
4128P: Juerg Haefliger
4129M: juergh@gmail.com
4130L: lm-sensors@lm-sensors.org
4131S: Maintained
4132
Roger Lucas1de9e372005-11-26 20:20:05 +01004133VT8231 HARDWARE MONITOR DRIVER
4134P: Roger Lucas
4135M: roger@planbit.co.uk
4136L: lm-sensors@lm-sensors.org
4137S: Maintained
4138
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139W1 DALLAS'S 1-WIRE BUS
4140P: Evgeniy Polyakov
4141M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142S: Maintained
4143
Charles Spirakis13927072006-07-05 18:05:15 +02004144W83791D HARDWARE MONITORING DRIVER
4145P: Charles Spirakis
4146M: bezaur@gmail.com
4147L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004148S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004149
Rudolf Marek61db0112006-12-12 18:18:30 +01004150W83793 HARDWARE MONITORING DRIVER
4151P: Rudolf Marek
4152M: r.marek@assembler.cz
4153L: lm-sensors@lm-sensors.org
4154S: Maintained
4155
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156W83L51xD SD/MMC CARD INTERFACE DRIVER
4157P: Pierre Ossman
4158M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004159L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160W: http://projects.drzeus.cx/wbsd
4161S: Maintained
4162
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004163WATCHDOG DEVICE DRIVERS
4164P: Wim Van Sebroeck
4165M: wim@iguana.be
4166T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4167S: Maintained
4168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4170P: Jean Tourrilhes
4171M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004172L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4174S: Maintained
4175
4176WD7000 SCSI DRIVER
4177P: Miroslav Zagorac
4178M: zaga@fly.cc.fer.hr
4179L: linux-scsi@vger.kernel.org
4180S: Maintained
4181
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004182WISTRON LAPTOP BUTTON DRIVER
4183P: Miloslav Trmac
4184M: mitr@volny.cz
4185S: Maintained
4186
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187WL3501 WIRELESS PCMCIA CARD DRIVER
4188P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004189M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004190L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004191W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192S: Maintained
4193
4194X.25 NETWORK LAYER
4195P: Henner Eisen
4196M: eis@baty.hanse.de
4197L: linux-x25@vger.kernel.org
4198S: Maintained
4199
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004200XEN HYPERVISOR INTERFACE
4201P: Jeremy Fitzhardinge
4202M: jeremy@xensource.com
4203P: Chris Wright
4204M: chrisw@sous-sol.org
4205L: virtualization@lists.osdl.org
4206L: xen-devel@lists.xensource.com
4207S: Supported
4208
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209XFS FILESYSTEM
4210P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004211P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004213L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004215T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216S: Supported
4217
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004218XILINX SYSTEMACE DRIVER
4219P: Grant Likely
4220M: grant.likely@secretlab.ca
4221W: http://www.secretlab.ca/
4222L: linux-kernel@vger.kernel.org
4223S: Maintained
4224
Peter Korsgaard238b8722006-12-06 20:35:17 -08004225XILINX UARTLITE SERIAL DRIVER
4226P: Peter Korsgaard
4227M: jacmet@sunsite.dk
4228L: linux-serial@vger.kernel.org
4229S: Maintained
4230
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004231X86 ARCHITECTURE (32-BIT AND 64-BIT)
4232P: Thomas Gleixner
4233M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234P: Ingo Molnar
4235M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004236P: H. Peter Anvin
4237M: hpa@zytor.com
4238L: linux-kernel@vger.kernel.org
4239T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240S: Maintained
4241
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242YAM DRIVER FOR AX.25
4243P: Jean-Paul Roubelat
4244M: jpr@f6fbb.org
4245L: linux-hams@vger.kernel.org
4246S: Maintained
4247
Henkaf64a5e2005-10-12 15:02:56 +02004248YEALINK PHONE DRIVER
4249P: Henk Vergonet
4250M: Henk.Vergonet@gmail.com
4251L: usbb2k-api-dev@nongnu.org
4252S: Maintained
4253
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254Z8530 DRIVER FOR AX.25
4255P: Joerg Reuter
4256M: jreuter@yaina.de
4257W: http://yaina.de/jreuter/
4258W: http://www.qsl.net/dl1bke/
4259L: linux-hams@vger.kernel.org
4260S: Maintained
4261
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004262ZD1211RW WIRELESS DRIVER
4263P: Daniel Drake
4264M: dsd@gentoo.org
4265P: Ulrich Kunitz
4266M: kune@deine-taler.de
4267W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004268L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004269L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4270S: Maintained
4271
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272ZF MACHZ WATCHDOG
4273P: Fernando Fuganti
4274M: fuganti@netbank.com.br
4275W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4276S: Maintained
4277
4278ZR36067 VIDEO FOR LINUX DRIVER
4279P: Ronald Bultje
4280M: rbultje@ronald.bitfreak.net
4281L: mjpeg-users@lists.sourceforge.net
4282W: http://mjpeg.sourceforge.net/driver-zoran/
4283S: Maintained
4284
4285ZR36120 VIDEO FOR LINUX DRIVER
4286P: Pauline Middelink
4287M: middelin@polyware.nl
4288W: http://www.polyware.nl/~middelin/En/hobbies.html
4289W: http://www.polyware.nl/~middelin/hobbies.html
4290S: Maintained
4291
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004292ZS DECSTATION Z85C30 SERIAL DRIVER
4293P: Maciej W. Rozycki
4294M: macro@linux-mips.org
4295S: Maintained
4296
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297THE REST
4298P: Linus Torvalds
4299S: Buried alive in reporters