blob: 7c8392e1797d9f33301705a8fd89adf5c5c05553 [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 Becker62ca3d262006-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 Hemminger65ebe6342007-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 Peake18b36c712006-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 Christie14816b1e2007-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
2176M: vgoyal@in.ibm.com
2177P: 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 Patrobdd0d7572007-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
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601MTRR AND SIMILAR SUPPORT [i386]
2602P: Richard Gooch
2603M: rgooch@atnf.csiro.au
2604L: linux-kernel@vger.kernel.org
2605W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2606S: Maintained
2607
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002608MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002609P: Pierre Ossman
2610M: drzeus-mmc@drzeus.cx
2611L: linux-kernel@vger.kernel.org
2612S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002613
David Brownell15a05802007-08-08 09:12:54 -07002614MULTIMEDIA CARD (MMC) ETC. OVER SPI
2615P: David Brownell
2616M: dbrownell@users.sourceforge.net
2617L: linux-kernel@vger.kernel.org
2618S: Odd fixes
2619
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620MULTISOUND SOUND DRIVER
2621P: Andrew Veliath
2622M: andrewtv@usa.net
2623S: Maintained
2624
Jiri Slabyd7354102006-12-08 02:38:35 -08002625MULTITECH MULTIPORT CARD (ISICOM)
2626P: Jiri Slaby
2627M: jirislaby@gmail.com
2628L: linux-kernel@vger.kernel.org
2629S: Maintained
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631NATSEMI ETHERNET DRIVER (DP8381x)
2632P: Tim Hockin
2633M: thockin@hockin.org
2634S: Maintained
2635
2636NCP FILESYSTEM
2637P: Petr Vandrovec
2638M: vandrove@vc.cvut.cz
2639L: linware@sh.cvut.cz
2640S: Maintained
2641
2642NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2643P: James E.J. Bottomley
2644M: James.Bottomley@HansenPartnership.com
2645L: linux-scsi@vger.kernel.org
2646S: Maintained
2647
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002648NETEM NETWORK EMULATOR
2649P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002650M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002651L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002652S: Maintained
2653
Jiri Slaby4a584482007-08-30 23:56:39 -07002654NETERION (S2IO) Xframe 10GbE DRIVER
2655P: Ramkrishna Vepa
2656M: ram.vepa@neterion.com
2657P: Rastapur Santosh
2658M: santosh.rastapur@neterion.com
2659P: Sivakumar Subramani
2660M: sivakumar.subramani@neterion.com
2661P: Sreenivasa Honnur
2662M: sreenivasa.honnur@neterion.com
2663L: netdev@vger.kernel.org
2664W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2665S: Supported
2666
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667NETFILTER/IPTABLES/IPCHAINS
2668P: Rusty Russell
2669P: Marc Boucher
2670P: James Morris
2671P: Harald Welte
2672P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002673P: Patrick McHardy
2674M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002675L: netfilter-devel@vger.kernel.org
2676L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002677L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678W: http://www.netfilter.org/
2679W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Supported
2681
Paul Moore4cc67732006-09-25 15:57:13 -07002682NETLABEL
2683P: Paul Moore
2684M: paul.moore@hp.com
2685W: http://netlabel.sf.net
2686L: netdev@vger.kernel.org
2687S: Supported
2688
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689NETROM NETWORK LAYER
2690P: Ralf Baechle
2691M: ralf@linux-mips.org
2692L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002693W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694S: Maintained
2695
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002696NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697P: Paul Clements
2698M: Paul.Clements@steeleye.com
2699S: Maintained
2700
2701NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702P: Jeff Garzik
2703M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002704L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002705T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Maintained
2707
2708NETWORKING [GENERAL]
2709P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002710M: netdev@vger.kernel.org
2711L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002712W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713S: Maintained
2714
2715NETWORKING [IPv4/IPv6]
2716P: David S. Miller
2717M: davem@davemloft.net
2718P: Alexey Kuznetsov
2719M: kuznet@ms2.inr.ac.ru
2720P: Pekka Savola (ipv6)
2721M: pekkas@netcore.fi
2722P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002723M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724P: Hideaki YOSHIFUJI
2725M: yoshfuji@linux-ipv6.org
2726P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002727M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002728L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002729T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730S: Maintained
2731
James Morris10e2ff12007-08-25 14:41:28 -07002732NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2733P: Paul Moore
2734M: paul.moore@hp.com
2735L: netdev@vger.kernel.org
2736S: Maintained
2737
John W. Linville29f8f632006-01-18 14:52:48 -08002738NETWORKING [WIRELESS]
2739P: John W. Linville
2740M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002741L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002742T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2743S: Maintained
2744
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002745NETXEN (1/10) GbE SUPPORT
2746P: Amit S. Kale
2747M: amitkale@netxen.com
2748L: netdev@vger.kernel.org
2749W: http://www.netxen.com
2750S: Supported
2751
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752IPVS
2753P: Wensong Zhang
2754M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002755P: Simon Horman
2756M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757P: Julian Anastasov
2758M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002759L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760S: Maintained
2761
2762NFS CLIENT
2763P: Trond Myklebust
2764M: trond.myklebust@fys.uio.no
2765L: linux-kernel@vger.kernel.org
2766S: Maintained
2767
2768NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002769P: Jan-Pascal van Best
2770M: janpascal@vanbest.org
2771P: Andreas Mohr
2772M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002773L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Maintained
2775
2776NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2777P: YOKOTA Hiroshi
2778M: yokota@netlab.is.tsukuba.ac.jp
2779W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2780S: Maintained
2781
2782NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2783P: GOTO Masanori
2784M: gotom@debian.or.jp
2785P: YOKOTA Hiroshi
2786M: yokota@netlab.is.tsukuba.ac.jp
2787W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2788S: Maintained
2789
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790NTFS FILESYSTEM
2791P: Anton Altaparmakov
2792M: aia21@cantab.net
2793L: linux-ntfs-dev@lists.sourceforge.net
2794L: linux-kernel@vger.kernel.org
2795W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002796T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797S: Maintained
2798
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002799NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002800P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002801M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002802L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002803S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002805OPENCORES I2C BUS DRIVER
2806P: Peter Korsgaard
2807M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002808L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002809S: Maintained
2810
Mark Fashehccd979b2005-12-15 14:31:24 -08002811ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2812P: Mark Fasheh
2813M: mark.fasheh@oracle.com
2814P: Kurt Hackel
2815M: kurt.hackel@oracle.com
2816L: ocfs2-devel@oss.oracle.com
2817W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002818S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002819
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820OLYMPIC NETWORK DRIVER
2821P: Peter De Shrijver
2822M: p2@ace.ulyssis.student.kuleuven.ac.be
2823P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002824M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002825L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826L: linux-tr@linuxtr.net
2827W: http://www.linuxtr.net
2828S: Maintained
2829
Harald Weltec1986ee2005-11-13 16:06:29 -08002830OMNIKEY CARDMAN 4000 DRIVER
2831P: Harald Welte
2832M: laforge@gnumonks.org
2833S: Maintained
2834
Harald Welte77c44ab2005-11-13 16:06:26 -08002835OMNIKEY CARDMAN 4040 DRIVER
2836P: Harald Welte
2837M: laforge@gnumonks.org
2838S: Maintained
2839
Jonathan Corbet77d51402007-03-22 19:44:17 -03002840OMNIVISION OV7670 SENSOR DRIVER
2841P: Jonathan Corbet
2842M: corbet@lwn.net
2843L: video4linux-list@redhat.com
2844S: Maintained
2845
Thomas Gleixner431bca72007-05-02 09:31:35 +02002846ONENAND FLASH DRIVER
2847P: Kyungmin Park
2848M: kyungmin.park@samsung.com
2849L: linux-mtd@lists.infradead.org
2850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852ONSTREAM SCSI TAPE DRIVER
2853P: Willem Riede
2854M: osst@riede.org
2855L: osst-users@lists.sourceforge.net
2856L: linux-scsi@vger.kernel.org
2857S: Maintained
2858
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859OPROFILE
2860P: Philippe Elie
2861M: phil.el@wanadoo.fr
2862L: oprofile-list@lists.sf.net
2863S: Maintained
2864
2865ORINOCO DRIVER
2866P: Pavel Roskin
2867M: proski@gnu.org
2868P: David Gibson
2869M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002870L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002871L: orinoco-users@lists.sourceforge.net
2872L: orinoco-devel@lists.sourceforge.net
2873W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874S: Maintained
2875
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002876PA SEMI ETHERNET DRIVER
2877P: Olof Johansson
2878M: olof@lixom.net
2879L: netdev@vger.kernel.org
2880S: Maintained
2881
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002882PA SEMI SMBUS DRIVER
2883P: Olof Johansson
2884M: olof@lixom.net
2885L: i2c@lm-sensors.org
2886S: Maintained
2887
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002889L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002890S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891
2892PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2893P: Tim Waugh
2894M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002895L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896W: http://www.torque.net/linux-pp.html
2897S: Maintained
2898
2899PARISC ARCHITECTURE
2900P: Matthew Wilcox
2901M: matthew@wil.cx
2902P: Grant Grundler
2903M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002904P: Kyle McMartin
2905M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906L: parisc-linux@parisc-linux.org
2907W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002908T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2909T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910S: Maintained
2911
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002912PARAVIRT_OPS INTERFACE
2913P: Jeremy Fitzhardinge
2914M: jeremy@xensource.com
2915P: Chris Wright
2916M: chrisw@sous-sol.org
2917P: Zachary Amsden
2918M: zach@vmware.com
2919P: Rusty Russell
2920M: rusty@rustcorp.com.au
2921L: virtualization@lists.osdl.org
2922L: linux-kernel@vger.kernel.org
2923S: Supported
2924
Jim Cromie1662d322006-10-06 00:43:59 -07002925PC87360 HARDWARE MONITORING DRIVER
2926P: Jim Cromie
2927M: jim.cromie@gmail.com
2928L: lm-sensors@lm-sensors.org
2929S: Maintained
2930
2931PC8736x GPIO DRIVER
2932P: Jim Cromie
2933M: jim.cromie@gmail.com
2934S: Maintained
2935
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002936PCI ERROR RECOVERY
2937P: Linas Vepstas
2938M: linas@austin.ibm.com
2939L: linux-kernel@vger.kernel.org
2940L: linux-pci@atrey.karlin.mff.cuni.cz
2941S: Supported
2942
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943PCI SUBSYSTEM
2944P: Greg Kroah-Hartman
2945M: gregkh@suse.de
2946L: linux-kernel@vger.kernel.org
2947L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002948T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949S: Supported
2950
2951PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002952P: Kristen Carlson Accardi
2953M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954S: Supported
2955
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002956PCIE HOTPLUG DRIVER
2957P: Kristen Carlson Accardi
2958M: kristen.c.accardi@intel.com
2959L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002960S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002961
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002963P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002964L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002966T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002967S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968
2969PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002970P: Don Fry
2971M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002972L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973S: Maintained
2974
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002975PER-TASK DELAY ACCOUNTING
2976P: Shailabh Nagar
2977M: nagar@watson.ibm.com
2978L: linux-kernel@vger.kernel.org
2979S: Maintained
2980
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002981PERSONALITY HANDLING
2982P: Christoph Hellwig
2983M: hch@infradead.org
2984L: linux-abi-devel@lists.sourceforge.net
2985S: Maintained
2986
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002988P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989M: joern@wh.fh-wedel.de
2990L: linux-mtd@lists.infradead.org
2991S: Maintained
2992
Peter Osterlund249a6772005-09-27 21:45:30 -07002993PKTCDVD DRIVER
2994P: Peter Osterlund
2995M: petero2@telia.com
2996L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002997S: Maintained
2998
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003000P: Thomas Gleixner
3001M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003002L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003S: Supported
3004
Anton Vorontsov3be86142007-07-15 04:43:36 +04003005POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3006P: Anton Vorontsov
3007M: cbou@mail.ru
3008P: David Woodhouse
3009M: dwmw2@infradead.org
3010L: linux-kernel@vger.kernel.org
3011L: kernel-discuss@handhelds.org
3012T: git git.infradead.org/battery-2.6.git
3013S: Maintained
3014
Eugene Surovegin24682972005-10-14 03:00:53 -07003015POWERPC 4xx EMAC DRIVER
3016P: Eugene Surovegin
3017M: ebs@ebshome.net
3018W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003019L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003020L: netdev@vger.kernel.org
3021S: Maintained
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023PNP SUPPORT
3024P: Adam Belay
3025M: ambx1@neo.rr.com
3026S: Maintained
3027
Vitaly Wool999445d2007-01-04 13:07:03 +01003028PNXxxxx I2C DRIVER
3029P: Vitaly Wool
3030M: vitalywool@gmail.com
3031L: i2c@lm-sensors.org
3032S: Maintained
3033
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034PPP PROTOCOL DRIVERS AND COMPRESSORS
3035P: Paul Mackerras
3036M: paulus@samba.org
3037L: linux-ppp@vger.kernel.org
3038S: Maintained
3039
3040PPP OVER ATM (RFC 2364)
3041P: Mitchell Blank Jr
3042M: mitch@sfgoth.com
3043S: Maintained
3044
3045PPP OVER ETHERNET
3046P: Michal Ostrowski
3047M: mostrows@speakeasy.net
3048S: Maintained
3049
James Chapmana6d23702007-06-27 15:53:17 -07003050PPP OVER L2TP
3051P: James Chapman
3052M: jchapman@katalix.com
3053S: Maintained
3054
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055PREEMPTIBLE KERNEL
3056P: Robert Love
3057M: rml@tech9.net
3058L: linux-kernel@vger.kernel.org
3059L: kpreempt-tech@lists.sourceforge.net
3060W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3061S: Supported
3062
Michael Wueff1a592007-09-25 18:11:01 -07003063P54 WIRELESS DRIVER
3064P: Michael Wu
3065M: flamingice@sourmilk.net
3066L: linux-wireless@vger.kernel.org
3067W: http://prism54.org
3068T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3069S: Maintained
3070
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003072P: Luis R. Rodriguez
3073M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003074L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075W: http://prism54.org
3076S: Maintained
3077
3078PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3079P: Peter Denison
3080M: promise@pnd-pc.demon.co.uk
3081W: http://www.pnd-pc.demon.co.uk/promise/
3082S: Maintained
3083
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003084PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3085P: Mikael Pettersson
3086M: mikpe@it.uu.se
3087L: linux-ide@vger.kernel.org
3088S: Maintained
3089
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003090PS3 NETWORK SUPPORT
3091P: Masakazu Mokuno
3092M: mokuno@sm.sony.co.jp
3093L: netdev@vger.kernel.org
3094L: cbe-oss-dev@ozlabs.org
3095S: Supported
3096
Geoff Levandf58a9d12006-11-23 00:46:51 +01003097PS3 PLATFORM SUPPORT
3098P: Geoff Levand
3099M: geoffrey.levand@am.sony.com
3100L: linuxppc-dev@ozlabs.org
3101L: cbe-oss-dev@ozlabs.org
3102S: Supported
3103
Michael Krufky83202042006-07-03 00:24:18 -07003104PVRUSB2 VIDEO4LINUX DRIVER
3105P: Mike Isely
3106M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003107L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003108L: video4linux-list@redhat.com
3109W: http://www.isely.net/pvrusb2/
3110S: Maintained
3111
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112PXA2xx SUPPORT
3113P: Nicolas Pitre
3114M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003115L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116S: Maintained
3117
Pierre Ossman272f1332007-05-14 21:25:26 +02003118PXA MMCI DRIVER
3119S: Orphan
3120
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121QLOGIC QLA2XXX FC-SCSI DRIVER
3122P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003123M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124L: linux-scsi@vger.kernel.org
3125S: Supported
3126
Ron Mercer5a4faa872006-07-25 00:40:21 -07003127QLOGIC QLA3XXX NETWORK DRIVER
3128P: Ron Mercer
3129M: linux-driver@qlogic.com
3130L: netdev@vger.kernel.org
3131S: Supported
3132
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133QNX4 FILESYSTEM
3134P: Anders Larsen
3135M: al@alarsen.net
3136L: linux-kernel@vger.kernel.org
3137W: http://www.alarsen.net/linux/qnx4fs/
3138S: Maintained
3139
3140RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003141P: Benjamin Herrenschmidt
3142M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003143L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144S: Maintained
3145
3146RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003147P: Paul Mackerras
3148M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003149L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
3152RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3153P: Corey Thomas
3154M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003155L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156S: Maintained
3157
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003158RALINK RT2X00 WLAN DRIVER
3159P: rt2x00 project
3160L: linux-wireless@vger.kernel.org
3161L: rt2400-devel@lists.sourceforge.net
3162W: http://rt2x00.serialmonkey.com/
3163S: Maintained
3164F: drivers/net/wireless/rt2x00/
3165
Matt Mackall9e95ce22005-04-16 15:25:56 -07003166RANDOM NUMBER DRIVER
3167P: Matt Mackall
3168M: mpm@selenic.com
3169S: Maintained
3170
Matt Porter394b7012005-11-07 01:00:15 -08003171RAPIDIO SUBSYSTEM
3172P: Matt Porter
3173M: mporter@kernel.crashing.org
3174L: linux-kernel@vger.kernel.org
3175S: Maintained
3176
Josh Triplett595182b2006-10-04 02:17:21 -07003177READ-COPY UPDATE (RCU)
3178P: Dipankar Sarma
3179M: dipankar@in.ibm.com
3180W: http://www.rdrop.com/users/paulmck/rclock/
3181L: linux-kernel@vger.kernel.org
3182S: Supported
3183
3184RCUTORTURE MODULE
3185P: Josh Triplett
3186M: josh@freedesktop.org
3187L: linux-kernel@vger.kernel.org
3188S: Maintained
3189
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190REAL TIME CLOCK DRIVER
3191P: Paul Gortmaker
3192M: p_gortmaker@yahoo.com
3193L: linux-kernel@vger.kernel.org
3194S: Maintained
3195
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003196REAL TIME CLOCK (RTC) SUBSYSTEM
3197P: Alessandro Zummo
3198M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003199L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003200S: Maintained
3201
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202REISERFS FILE SYSTEM
3203P: Hans Reiser
3204M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003205L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206W: http://www.namesys.com
3207S: Supported
3208
3209ROCKETPORT DRIVER
3210P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211W: http://www.comtrol.com
3212S: Maintained
3213
3214ROSE NETWORK LAYER
3215P: Ralf Baechle
3216M: ralf@linux-mips.org
3217L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003218W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219S: Maintained
3220
3221RISCOM8 DRIVER
3222S: Orphan
3223
Michael Wu605bebe2007-05-14 01:41:02 -04003224RTL818X WIRELESS DRIVER
3225P: Michael Wu
3226M: flamingice@sourmilk.net
3227P: Andrea Merello
3228M: andreamrl@tiscali.it
3229L: linux-wireless@vger.kernel.org
3230W: http://linuxwireless.org/
3231T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3232S: Maintained
3233
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003234S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003235P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003236M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003237L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003238S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003239
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240S390
3241P: Martin Schwidefsky
3242M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003243P: Heiko Carstens
3244M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003246L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003247W: http://www.ibm.com/developerworks/linux/linux390/
3248S: Supported
3249
3250S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003251P: Ursula Braun
3252M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003253P: Frank Blaschka
3254M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003255M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003256L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003257W: http://www.ibm.com/developerworks/linux/linux390/
3258S: Supported
3259
3260S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003261P: Swen Schillig
3262M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003263M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003264L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003265W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266S: Supported
3267
Ursula Braundd96df22007-09-19 13:09:02 +02003268S390 IUCV NETWORK LAYER
3269P: Ursula Braun
3270M: ubraun@linux.vnet.ibm.com
3271M: linux390@de.ibm.com
3272L: linux-s390@vger.kernel.org
3273W: http://www.ibm.com/developerworks/linux/linux390/
3274S: Supported
3275
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276SAA7146 VIDEO4LINUX-2 DRIVER
3277P: Michael Hunold
3278M: michael@mihu.de
3279W: http://www.mihu.de/linux/saa7146
3280S: Maintained
3281
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282SC1200 WDT DRIVER
3283P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003284M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285S: Maintained
3286
3287SCHEDULER
3288P: Ingo Molnar
3289M: mingo@elte.hu
3290P: Robert Love [the preemptible kernel bits]
3291M: rml@tech9.net
3292L: linux-kernel@vger.kernel.org
3293S: Maintained
3294
3295SCSI CDROM DRIVER
3296P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003297M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298L: linux-scsi@vger.kernel.org
3299W: http://www.kernel.dk
3300S: Maintained
3301
3302SCSI SG DRIVER
3303P: Doug Gilbert
3304M: dgilbert@interlog.com
3305L: linux-scsi@vger.kernel.org
3306W: http://www.torque.net/sg
3307S: Maintained
3308
3309SCSI SUBSYSTEM
3310P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003311M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003313T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003314T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3315T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316S: Maintained
3317
3318SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003319P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320M: Kai.Makisara@kolumbus.fi
3321L: linux-scsi@vger.kernel.org
3322S: Maintained
3323
3324SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003325P: Vlad Yasevich
3326M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003327P: Sridhar Samudrala
3328M: sri@us.ibm.com
3329L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003330W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003331S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332
3333SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003334P: Jim Cromie
3335M: jim.cromie@gmail.com
3336S: Odd Fixes
3337
3338SCx200 GPIO DRIVER
3339P: Jim Cromie
3340M: jim.cromie@gmail.com
3341S: Maintained
3342
3343SCx200 HRT CLOCKSOURCE DRIVER
3344P: Jim Cromie
3345M: jim.cromie@gmail.com
3346S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347
3348SECURITY CONTACT
3349P: Security Officers
3350M: security@kernel.org
3351S: Supported
3352
3353SELINUX SECURITY MODULE
3354P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003355M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003357M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003358P: Eric Paris
3359M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003361L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362W: http://www.nsa.gov/selinux
3363S: Supported
3364
Jiri Slabycef2cf02007-05-08 00:31:45 -07003365SENSABLE PHANTOM
3366P: Jiri Slaby
3367M: jirislaby@gmail.com
3368S: Maintained
3369
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370SERIAL ATA (SATA) SUBSYSTEM:
3371P: Jeff Garzik
3372M: jgarzik@pobox.com
3373L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003374T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375S: Supported
3376
3377SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3378P: Pat Gefre
3379M: pfg@sgi.com
3380L: linux-ia64@vger.kernel.org
3381S: Supported
3382
3383SGI VISUAL WORKSTATION 320 AND 540
3384P: Andrey Panin
3385M: pazke@donpac.ru
3386L: linux-visws-devel@lists.sf.net
3387W: http://linux-visws.sf.net
3388S: Maintained for 2.6.
3389
3390SIMTEC EB110ATX (Chalice CATS)
3391P: Ben Dooks
3392P: Vincent Sanders
3393M: support@simtec.co.uk
3394W: http://www.simtec.co.uk/products/EB110ATX/
3395S: Supported
3396
3397SIMTEC EB2410ITX (BAST)
3398P: Ben Dooks
3399P: Vincent Sanders
3400M: support@simtec.co.uk
3401W: http://www.simtec.co.uk/products/EB2410ITX/
3402S: Supported
3403
Francois Romieu92aab3c2005-07-30 13:11:18 +02003404SIS 190 ETHERNET DRIVER
3405P: Francois Romieu
3406M: romieu@fr.zoreil.com
3407L: netdev@vger.kernel.org
3408S: Maintained
3409
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410SIS 5513 IDE CONTROLLER DRIVER
3411P: Lionel Bouton
3412M: Lionel.Bouton@inet6.fr
3413W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3414W: http://gyver.homeip.net/sis5513/index.html
3415S: Maintained
3416
3417SIS 900/7016 FAST ETHERNET DRIVER
3418P: Daniele Venzano
3419M: venza@brownhat.org
3420W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003421L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422S: Maintained
3423
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003424SIS 96X I2C/SMBUS DRIVER
3425P: Mark M. Hoffman
3426M: mhoffman@lightlink.com
3427L: lm-sensors@lm-sensors.org
3428S: Maintained
3429
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430SIS FRAMEBUFFER DRIVER
3431P: Thomas Winischhofer
3432M: thomas@winischhofer.net
3433W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003434S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435
3436SIS USB2VGA DRIVER
3437P: Thomas Winischhofer
3438M: thomas@winischhofer.net
3439W: http://www.winischhofer.at/linuxsisusbvga.shtml
3440S: Maintained
3441
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003442SLAB ALLOCATOR
3443P: Christoph Lameter
3444M: clameter@sgi.com
3445P: Pekka Enberg
3446M: penberg@cs.helsinki.fi
3447L: linux-mm@kvack.org
3448S: Maintained
3449
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450SMC91x ETHERNET DRIVER
3451P: Nicolas Pitre
3452M: nico@cam.org
3453S: Maintained
3454
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003455SMSC47B397 HARDWARE MONITOR DRIVER
3456P: Mark M. Hoffman
3457M: mhoffman@lightlink.com
3458L: lm-sensors@lm-sensors.org
3459S: Maintained
3460
Daniel Drake8f0f8502006-07-18 22:00:25 +01003461SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003462P: Daniel Drake
3463M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003464L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003465S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003466
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467SOFTWARE RAID (Multiple Disks) SUPPORT
3468P: Ingo Molnar
3469M: mingo@redhat.com
3470P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003471M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003473S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474
Pavel Machek95a631e2007-07-19 01:47:42 -07003475HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476P: Pavel Machek
3477M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003478P: Rafael J. Wysocki
3479M: rjw@sisk.pl
3480L: linux-pm@lists.linux-foundation.org
3481S: Supported
3482
3483SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003484P: Len Brown
3485M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003486P: Pavel Machek
3487M: pavel@suse.cz
3488P: Rafael J. Wysocki
3489M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003490L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003491S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492
3493SONIC NETWORK DRIVER
3494P: Thomas Bogendoerfer
3495M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003496L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497S: Maintained
3498
Michael Buesch61e115a2007-09-18 15:12:50 -04003499SONICS SILICON BACKPLANE DRIVER (SSB)
3500P: Michael Buesch
3501M: mb@bu3sch.de
3502L: netdev@vger.kernel.org
3503S: Maintained
3504
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003506P: Mattia Dongili
3507M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003508L: linux-acpi@vger.kernel.org
3509W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510S: Maintained
3511
3512SOUND
3513P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003514M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003515L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516S: Maintained
3517
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003518SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3519P: Liam Girdwood
3520M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003521L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003522S: Supported
3523
Kumar Gala025c3982006-04-02 16:05:54 -05003524SPI SUBSYSTEM
3525P: David Brownell
3526M: dbrownell@users.sourceforge.net
3527L: spi-devel-general@lists.sourceforge.net
3528S: Maintained
3529
Steven Rostedt855f46a2006-08-05 12:14:50 -07003530STABLE BRANCH:
3531P: Greg Kroah-Hartman
3532M: greg@kroah.com
3533P: Chris Wright
3534M: chrisw@sous-sol.org
3535L: stable@kernel.org
3536S: Maintained
3537
Kylene Hall1c72d462005-05-01 08:59:13 -07003538TPM DEVICE DRIVER
3539P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003540M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003541W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003542P: Marcel Selhorst
3543M: tpm@selhorst.net
3544W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003545L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003546S: Maintained
3547
Mark Gross1a80ba82005-10-30 15:02:55 -08003548Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003549P: Mark Gross
3550M: mark.gross@intel.com
3551S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003552
Chris Zankel48b415c2005-06-23 22:01:07 -07003553TENSILICA XTENSA PORT (xtensa):
3554P: Chris Zankel
3555M: chris@zankel.net
3556S: Maintained
3557
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003558THINKPAD ACPI EXTRAS DRIVER
3559P: Henrique de Moraes Holschuh
3560M: ibm-acpi@hmh.eng.br
3561L: ibm-acpi-devel@lists.sourceforge.net
3562W: http://ibm-acpi.sourceforge.net
3563W: http://thinkwiki.org/wiki/Ibm-acpi
3564T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3565S: Maintained
3566
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567UltraSPARC (sparc64):
3568P: David S. Miller
3569M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003571T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572S: Maintained
3573
3574SHARP LH SUPPORT (LH7952X & LH7A40X)
3575P: Marc Singer
3576M: elf@buici.com
3577W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579S: Maintained
3580
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003581SHPC HOTPLUG DRIVER
3582P: Kristen Carlson Accardi
3583M: kristen.c.accardi@intel.com
3584L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003585S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003586
Pierre Ossmand129bce2006-03-24 03:18:17 -08003587SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3588P: Pierre Ossman
3589M: drzeus-sdhci@drzeus.cx
3590L: sdhci-devel@list.drzeus.cx
3591W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3592S: Maintained
3593
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003594SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3595P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003596M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003597L: netdev@vger.kernel.org
3598S: Maintained
3599
Chris Boot1a87d942006-07-10 04:45:34 -07003600SOEKRIS NET48XX LED SUPPORT
3601P: Chris Boot
3602M: bootc@bootc.net
3603S: Maintained
3604
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605SPARC (sparc32):
3606P: William L. Irwin
3607M: wli@holomorphy.com
3608L: sparclinux@vger.kernel.org
3609S: Maintained
3610
3611SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3612P: Roger Wolff
3613M: R.E.Wolff@BitWizard.nl
3614L: linux-kernel@vger.kernel.org ?
3615S: Supported
3616
Jim Lewis2752e402006-09-29 02:01:19 -07003617SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003618P: Linas Vepstas
3619M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003620L: netdev@vger.kernel.org
3621S: Supported
3622
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623SRM (Alpha) environment access
3624P: Jan-Benedict Glaw
3625M: jbglaw@lug-owl.de
3626L: linux-kernel@vger.kernel.org
3627S: Maintained
3628
3629STARFIRE/DURALAN NETWORK DRIVER
3630P: Ion Badulescu
3631M: ionut@cs.columbia.edu
3632S: Maintained
3633
3634STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3635W: http://mosquitonet.Stanford.EDU/strip.html
3636S: Unsupported ?
3637
3638STRADIS MPEG-2 DECODER DRIVER
3639P: Nathan Laredo
3640M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641W: http://www.stradis.com/
3642S: Maintained
3643
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003644SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645P: Paul Mundt
3646M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003647L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003649T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650S: Maintained
3651
3652SUN3/3X
3653P: Sam Creasey
3654M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655W: http://sammy.net/sun3/
3656S: Maintained
3657
3658SVGA HANDLING
3659P: Martin Mares
3660M: mj@ucw.cz
3661L: linux-video@atrey.karlin.mff.cuni.cz
3662S: Maintained
3663
3664SYSV FILESYSTEM
3665P: Christoph Hellwig
3666M: hch@infradead.org
3667S: Maintained
3668
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003669TC CLASSIFIER
3670P: Jamal Hadi Salim
3671M: hadi@cyberus.ca
3672L: netdev@vger.kernel.org
3673S: Maintained
3674
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003675TCP LOW PRIORITY MODULE
3676P: Wong Hoi Sing, Edison
3677M: hswong3i@gmail.com
3678P: Hung Hing Lun, Mike
3679M: hlhung3i@gmail.com
3680W: http://tcp-lp-mod.sourceforge.net/
3681S: Maintained
3682
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003683TEHUTI ETHERNET DRIVER
3684P: Alexander Indenbaum
3685M: baum@tehutinetworks.net
3686P: Andy Gospodarek
3687M: andy@greyhouse.net
3688L: netdev@vger.kernel.org
3689S: Supported
3690
Alex Dubov4020f2d2006-10-04 02:15:37 -07003691TI FLASH MEDIA INTERFACE DRIVER
3692P: Alex Dubov
3693M: oakad@yahoo.com
3694S: Maintained
3695
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003696TI OMAP MMC INTERFACE DRIVER
3697P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003698M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003699W: http://linux.omap.com
3700W: http://www.muru.com/linux/omap/
3701S: Maintained
3702
Michael Buesch844dd052006-06-26 00:24:59 -07003703TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3704P: Deepak Saxena
3705M: dsaxena@plexity.net
3706S: Maintained
3707
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003708TASKSTATS STATISTICS INTERFACE
3709P: Shailabh Nagar
3710M: nagar@watson.ibm.com
3711L: linux-kernel@vger.kernel.org
3712S: Maintained
3713
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003715P: Romain Lievin
3716M: roms@lpg.ticalc.org
3717S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718
Per Lidene86eaa32006-01-12 16:45:18 +01003719TIPC NETWORK LAYER
3720P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003721M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003722P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003723M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003724P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003725M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003726L: tipc-discussion@lists.sourceforge.net
3727W: http://tipc.sourceforge.net/
3728W: http://tipc.cslab.ericsson.net/
3729T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3730S: Maintained
3731
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732TLAN NETWORK DRIVER
3733P: Samuel Chessman
3734M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003735L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736W: http://sourceforge.net/projects/tlan/
3737S: Maintained
3738
3739TOKEN-RING NETWORK DRIVER
3740P: Mike Phillips
3741M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003742L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743L: linux-tr@linuxtr.net
3744W: http://www.linuxtr.net
3745S: Maintained
3746
3747TOSHIBA ACPI EXTRAS DRIVER
3748P: John Belmonte
3749M: toshiba_acpi@memebeam.org
3750W: http://memebeam.org/toys/ToshibaAcpiDriver
3751S: Maintained
3752
3753TOSHIBA SMM DRIVER
3754P: Jonathan Buzzard
3755M: jonathan@buzzard.org.uk
3756L: tlinux-users@tce.toshiba-dme.co.jp
3757W: http://www.buzzard.org.uk/toshiba/
3758S: Maintained
3759
3760TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3761P: Muli Ben-Yehuda
3762M: mulix@mulix.org
3763L: linux-kernel@vger.kernel.org
3764S: Maintained
3765
3766TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003767P: Adrian Bunk
3768M: trivial@kernel.org
3769L: linux-kernel@vger.kernel.org
3770W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3771T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3772S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773
3774TMS380 TOKEN-RING NETWORK DRIVER
3775P: Adam Fritzler
3776M: mid@auk.cx
3777L: linux-tr@linuxtr.net
3778W: http://www.auk.cx/tms380tr/
3779S: Maintained
3780
3781TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782L: tulip-users@lists.sourceforge.net
3783W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003784S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785
3786TUN/TAP driver
3787P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003788M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789L: vtun@office.satix.net
3790W: http://vtun.sourceforge.net/tun
3791S: Maintained
3792
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003793TURBOCHANNEL SUBSYSTEM
3794P: Maciej W. Rozycki
3795M: macro@linux-mips.org
3796S: Maintained
3797
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798U14-34F SCSI DRIVER
3799P: Dario Ballabio
3800M: ballabio_dario@emc.com
3801L: linux-scsi@vger.kernel.org
3802S: Maintained
3803
3804UDF FILESYSTEM
3805P: Ben Fennema
3806M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807W: http://linux-udf.sourceforge.net
3808S: Maintained
3809
3810UNIFORM CDROM DRIVER
3811P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003812M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813L: linux-kernel@vger.kernel.org
3814W: http://www.kernel.dk
3815S: Maintained
3816
3817USB ACM DRIVER
3818P: Oliver Neukum
3819M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003820L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821S: Maintained
3822
3823USB BLOCK DRIVER (UB ub)
3824P: Pete Zaitcev
3825M: zaitcev@redhat.com
3826L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003827L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828S: Supported
3829
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830USB CDC ETHERNET DRIVER
3831P: Greg Kroah-Hartman
3832M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003833L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834S: Maintained
3835W: http://www.kroah.com/linux-usb/
3836
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003837USB DAVICOM DM9601 DRIVER
3838P: Peter Korsgaard
3839M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003840L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003841W: http://www.linux-usb.org/usbnet
3842S: Maintained
3843
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844USB EHCI DRIVER
3845P: David Brownell
3846M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003847L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003848S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849
Luca Risolia7ce08c92006-01-11 02:06:59 +00003850USB ET61X[12]51 DRIVER
3851P: Luca Risolia
3852M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003853L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003854L: video4linux-list@redhat.com
3855W: http://www.linux-projects.org
3856S: Maintained
3857
David Brownell69ae9e32006-11-14 02:03:31 -08003858USB GADGET/PERIPHERAL SUBSYSTEM
3859P: David Brownell
3860M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003861L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003862W: http://www.linux-usb.org/gadget
3863S: Maintained
3864
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003865USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003866P: Jiri Kosina
3867M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003868L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003869T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870S: Maintained
3871
Olav Kongas959eea22005-11-03 17:38:14 +02003872USB ISP116X DRIVER
3873P: Olav Kongas
3874M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003875L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003876S: Maintained
3877
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878USB KAWASAKI LSI DRIVER
3879P: Oliver Neukum
3880M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003881L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882S: Maintained
3883
3884USB MASS STORAGE DRIVER
3885P: Matthew Dharm
3886M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003887L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003888L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889S: Maintained
3890W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3891
3892USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003893P: David Brownell
3894M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003895L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003896S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897
Matthias Urlichsba460e42005-07-14 00:33:47 -07003898USB OPTION-CARD DRIVER
3899P: Matthias Urlichs
3900M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003901L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003902S: Maintained
3903
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904USB OV511 DRIVER
3905P: Mark McClelland
3906M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003907L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908W: http://alpha.dyndns.org/ov511/
3909S: Maintained
3910
3911USB PEGASUS DRIVER
3912P: Petko Manolov
3913M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003914L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003915L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916W: http://pegasus2.sourceforge.net/
3917S: Maintained
3918
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003919USB PRINTER DRIVER (usblp)
3920P: Pete Zaitcev
3921M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003922L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003923S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924
3925USB RTL8150 DRIVER
3926P: Petko Manolov
3927M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003928L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003929L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930W: http://pegasus2.sourceforge.net/
3931S: Maintained
3932
3933USB SE401 DRIVER
3934P: Jeroen Vreeken
3935M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003936L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937W: http://www.chello.nl/~j.vreeken/se401/
3938S: Maintained
3939
3940USB SERIAL CYBERJACK DRIVER
3941P: Matthias Bruestle and Harald Welte
3942M: support@reiner-sct.com
3943W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3944S: Maintained
3945
3946USB SERIAL DIGI ACCELEPORT DRIVER
3947P: Peter Berger and Al Borchers
3948M: pberger@brimson.com
3949M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003950L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951S: Maintained
3952
3953USB SERIAL DRIVER
3954P: Greg Kroah-Hartman
3955M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003956L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957S: Supported
3958
3959USB SERIAL BELKIN F5U103 DRIVER
3960P: William Greathouse
3961M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003962L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963S: Maintained
3964
3965USB SERIAL CYPRESS M8 DRIVER
3966P: Lonnie Mendez
3967M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003968L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969S: Maintained
3970W: http://geocities.com/i0xox0i
3971W: http://firstlight.net/cvs
3972
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973USB AUERSWALD DRIVER
3974P: Wolfgang Muees
3975M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003976L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977S: Maintained
3978
3979USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3980P: Gary Brubaker
3981M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003982L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983S: Maintained
3984
3985USB SERIAL KEYSPAN DRIVER
3986P: Greg Kroah-Hartman
3987M: greg@kroah.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.kroah.com/linux/
3990S: Maintained
3991
3992USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003993P: Support Department
3994M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003995L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996W: http://www.connecttech.com
3997S: Supported
3998
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003999USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000P: Luca Risolia
4001M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004002L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004003L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004W: http://www.linux-projects.org
4005S: Maintained
4006
4007USB SUBSYSTEM
4008P: Greg Kroah-Hartman
4009M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004010L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004012T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013S: Supported
4014
4015USB UHCI DRIVER
4016P: Alan Stern
4017M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004018L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019S: Maintained
4020
David Brownell69ae9e32006-11-14 02:03:31 -08004021USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022P: David Brownell
4023M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004024L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004025W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026S: Maintained
4027
4028USB W996[87]CF DRIVER
4029P: Luca Risolia
4030M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004031L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004032L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033W: http://www.linux-projects.org
4034S: Maintained
4035
Luca Risolia60f78052006-02-06 16:29:35 +00004036USB ZC0301 DRIVER
4037P: Luca Risolia
4038M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004039L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004040L: video4linux-list@redhat.com
4041W: http://www.linux-projects.org
4042S: Maintained
4043
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044USB ZD1201 DRIVER
4045P: Jeroen Vreeken
4046M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004047L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048W: http://linux-lc100020.sourceforge.net
4049S: Maintained
4050
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004051USB ZR364XX DRIVER
4052P: Antoine Jacquet
4053M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004054L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004055L: video4linux-list@redhat.com
4056W: http://royale.zerezo.com/zr364xx/
4057S: Maintained
4058
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059USER-MODE LINUX
4060P: Jeff Dike
4061M: jdike@karaya.com
4062L: user-mode-linux-devel@lists.sourceforge.net
4063L: user-mode-linux-user@lists.sourceforge.net
4064W: http://user-mode-linux.sourceforge.net
4065S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004066
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067FAT/VFAT/MSDOS FILESYSTEM:
4068P: OGAWA Hirofumi
4069M: hirofumi@mail.parknet.co.jp
4070L: linux-kernel@vger.kernel.org
4071S: Maintained
4072
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073VIA RHINE NETWORK DRIVER
4074P: Roger Luethi
4075M: rl@hellgate.ch
4076S: Maintained
4077
Jean Delvare32c0a522005-09-22 21:47:58 +02004078VIAPRO SMBUS DRIVER
4079P: Jean Delvare
4080M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004081L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004082S: Maintained
4083
Francois Romieu01f20732007-01-26 00:57:17 -08004084VIA VELOCITY NETWORK DRIVER
4085P: Francois Romieu
4086M: romieu@fr.zoreil.com
4087L: netdev@vger.kernel.org
4088S: Maintained
4089
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090UCLINUX (AND M68KNOMMU)
4091P: Greg Ungerer
4092M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004094L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095S: Maintained
4096
4097UCLINUX FOR NEC V850
4098P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099
4100UCLINUX FOR RENESAS H8/300
4101P: Yoshinori Sato
4102M: ysato@users.sourceforge.jp
4103W: http://uclinux-h8.sourceforge.jp/
4104S: Supported
4105
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004106UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004107P: Evgeniy Dushistov
4108M: dushistov@mail.ru
4109L: linux-kernel@vger.kernel.org
4110S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004111
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112USB DIAMOND RIO500 DRIVER
4113P: Cesar Miquel
4114M: miquel@df.uba.ar
4115L: rio500-users@lists.sourceforge.net
4116W: http://rio500.sourceforge.net
4117S: Maintained
4118
4119VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004120P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004121M: mchehab@infradead.org
4122M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004124W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004125T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004126S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127
Patrick McHardybe7f8272007-10-23 20:26:36 -07004128VLAN (802.1Q)
4129P: Patrick McHardy
4130M: kaber@trash.net
4131L: netdev@vger.kernel.org
4132S: Maintained
4133
Juerg Haefligerab413192006-09-24 20:54:04 +02004134VT1211 HARDWARE MONITOR DRIVER
4135P: Juerg Haefliger
4136M: juergh@gmail.com
4137L: lm-sensors@lm-sensors.org
4138S: Maintained
4139
Roger Lucas1de9e372005-11-26 20:20:05 +01004140VT8231 HARDWARE MONITOR DRIVER
4141P: Roger Lucas
4142M: roger@planbit.co.uk
4143L: lm-sensors@lm-sensors.org
4144S: Maintained
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146W1 DALLAS'S 1-WIRE BUS
4147P: Evgeniy Polyakov
4148M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149S: Maintained
4150
Charles Spirakis13927072006-07-05 18:05:15 +02004151W83791D HARDWARE MONITORING DRIVER
4152P: Charles Spirakis
4153M: bezaur@gmail.com
4154L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004155S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004156
Rudolf Marek61db0112006-12-12 18:18:30 +01004157W83793 HARDWARE MONITORING DRIVER
4158P: Rudolf Marek
4159M: r.marek@assembler.cz
4160L: lm-sensors@lm-sensors.org
4161S: Maintained
4162
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163W83L51xD SD/MMC CARD INTERFACE DRIVER
4164P: Pierre Ossman
4165M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004166L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167W: http://projects.drzeus.cx/wbsd
4168S: Maintained
4169
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004170WATCHDOG DEVICE DRIVERS
4171P: Wim Van Sebroeck
4172M: wim@iguana.be
4173T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4174S: Maintained
4175
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4177P: Jean Tourrilhes
4178M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004179L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4181S: Maintained
4182
4183WD7000 SCSI DRIVER
4184P: Miroslav Zagorac
4185M: zaga@fly.cc.fer.hr
4186L: linux-scsi@vger.kernel.org
4187S: Maintained
4188
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004189WISTRON LAPTOP BUTTON DRIVER
4190P: Miloslav Trmac
4191M: mitr@volny.cz
4192S: Maintained
4193
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194WL3501 WIRELESS PCMCIA CARD DRIVER
4195P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004196M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004197L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004198W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199S: Maintained
4200
4201X.25 NETWORK LAYER
4202P: Henner Eisen
4203M: eis@baty.hanse.de
4204L: linux-x25@vger.kernel.org
4205S: Maintained
4206
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004207XEN HYPERVISOR INTERFACE
4208P: Jeremy Fitzhardinge
4209M: jeremy@xensource.com
4210P: Chris Wright
4211M: chrisw@sous-sol.org
4212L: virtualization@lists.osdl.org
4213L: xen-devel@lists.xensource.com
4214S: Supported
4215
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216XFS FILESYSTEM
4217P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004218P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004220L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004222T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223S: Supported
4224
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004225XILINX SYSTEMACE DRIVER
4226P: Grant Likely
4227M: grant.likely@secretlab.ca
4228W: http://www.secretlab.ca/
4229L: linux-kernel@vger.kernel.org
4230S: Maintained
4231
Peter Korsgaard238b8722006-12-06 20:35:17 -08004232XILINX UARTLITE SERIAL DRIVER
4233P: Peter Korsgaard
4234M: jacmet@sunsite.dk
4235L: linux-serial@vger.kernel.org
4236S: Maintained
4237
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004238X86 ARCHITECTURE (32-BIT AND 64-BIT)
4239P: Thomas Gleixner
4240M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241P: Ingo Molnar
4242M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004243P: H. Peter Anvin
4244M: hpa@zytor.com
4245L: linux-kernel@vger.kernel.org
4246T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247S: Maintained
4248
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249YAM DRIVER FOR AX.25
4250P: Jean-Paul Roubelat
4251M: jpr@f6fbb.org
4252L: linux-hams@vger.kernel.org
4253S: Maintained
4254
Henkaf64a5e2005-10-12 15:02:56 +02004255YEALINK PHONE DRIVER
4256P: Henk Vergonet
4257M: Henk.Vergonet@gmail.com
4258L: usbb2k-api-dev@nongnu.org
4259S: Maintained
4260
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261Z8530 DRIVER FOR AX.25
4262P: Joerg Reuter
4263M: jreuter@yaina.de
4264W: http://yaina.de/jreuter/
4265W: http://www.qsl.net/dl1bke/
4266L: linux-hams@vger.kernel.org
4267S: Maintained
4268
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004269ZD1211RW WIRELESS DRIVER
4270P: Daniel Drake
4271M: dsd@gentoo.org
4272P: Ulrich Kunitz
4273M: kune@deine-taler.de
4274W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004275L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004276L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4277S: Maintained
4278
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279ZF MACHZ WATCHDOG
4280P: Fernando Fuganti
4281M: fuganti@netbank.com.br
4282W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4283S: Maintained
4284
4285ZR36067 VIDEO FOR LINUX DRIVER
4286P: Ronald Bultje
4287M: rbultje@ronald.bitfreak.net
4288L: mjpeg-users@lists.sourceforge.net
4289W: http://mjpeg.sourceforge.net/driver-zoran/
4290S: Maintained
4291
4292ZR36120 VIDEO FOR LINUX DRIVER
4293P: Pauline Middelink
4294M: middelin@polyware.nl
4295W: http://www.polyware.nl/~middelin/En/hobbies.html
4296W: http://www.polyware.nl/~middelin/hobbies.html
4297S: Maintained
4298
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004299ZS DECSTATION Z85C30 SERIAL DRIVER
4300P: Maciej W. Rozycki
4301M: macro@linux-mips.org
4302S: Maintained
4303
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304THE REST
4305P: Linus Torvalds
4306S: Buried alive in reporters