blob: 6b30cb3eac7890f37c62375f338080f54f3bfc5a [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
442M: andrew@sanpeople.com
443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444W: http://maxim.org.za/at91_26.html
445S: Maintained
446
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800447ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459ARM/CORGI MACHINE SUPPORT
460P: Richard Purdie
461M: rpurdie@rpsys.net
462S: Maintained
463
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800464ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100470ARM/HP JORNADA 7XX MACHINE SUPPORT
471P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100472M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100473W: www.jlime.com
474S: Maintained
475
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800476ARM/INTEL IOP32X ARM ARCHITECTURE
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100479P: Dan Williams
480M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100482S: Supported
483
484ARM/INTEL IOP33X ARM ARCHITECTURE
485P: Dan Williams
486M: dan.j.williams@intel.com
487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489
490ARM/INTEL IOP13XX ARM ARCHITECTURE
491P: Lennert Buytenhek
492M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100493P: Dan Williams
494M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100496S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800497
498ARM/INTEL IQ81342EX MACHINE SUPPORT
499P: Lennert Buytenhek
500M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100501P: Dan Williams
502M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100504S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800505
506ARM/INTEL IXP2000 ARM ARCHITECTURE
507P: Lennert Buytenhek
508M: kernel@wantstofly.org
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
512ARM/INTEL IXDP2850 MACHINE SUPPORT
513P: Lennert Buytenhek
514M: kernel@wantstofly.org
515L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
516S: Maintained
517
518ARM/INTEL IXP23XX ARM ARCHITECTURE
519P: Lennert Buytenhek
520M: kernel@wantstofly.org
521L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
522S: Maintained
523
524ARM/INTEL XSC3 (MANZANO) ARM CORE
525P: Lennert Buytenhek
526M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100527P: Dan Williams
528M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100530S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800531
532ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
533P: Lennert Buytenhek
534M: kernel@wantstofly.org
535L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
536S: Maintained
537
538ARM/LOGICPD PXA270 MACHINE SUPPORT
539P: Lennert Buytenhek
540M: kernel@wantstofly.org
541L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
542S: Maintained
543
Dirk Opfer8459c152005-11-06 14:27:52 +0000544ARM/TOSA MACHINE SUPPORT
545P: Dirk Opfer
546M: dirk@opfer-online.de
547S: Maintained
548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549ARM/PLEB SUPPORT
550P: Peter Chubb
551M: pleb@gelato.unsw.edu.au
552W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
553S: Maintained
554
555ARM/PT DIGITAL BOARD PORT
556P: Stefan Eletzhofer
557M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559W: http://www.arm.linux.org.uk/
560S: Maintained
561
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562ARM/RADISYS ENP2611 MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566S: Maintained
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568ARM/SHARK MACHINE SUPPORT
569P: Alexander Schulz
570M: alex@shark-linux.de
571W: http://www.shark-linux.de/shark.html
572S: Maintained
573
574ARM/STRONGARM110 PORT
575P: Russell King
576M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.arm.linux.org.uk/
579S: Maintained
580
581ARM/S3C2410 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
588ARM/S3C2440 ARM ARCHITECTURE
589P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800590M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592W: http://www.fluff.org/ben/linux/
593S: Maintained
594
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/THECUS N2100 MACHINE SUPPORT
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605S: Maintained
606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607ARPD SUPPORT
608P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700609L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610S: Maintained
611
612ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500613P: Corentin Chary
614M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615P: Karol Kozimor
616M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617L: acpi4asus-user@lists.sourceforge.net
618W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500619W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620S: Maintained
621
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400622ASUS ASB100 HARDWARE MONITOR DRIVER
623P: Mark M. Hoffman
624M: mhoffman@lightlink.com
625L: lm-sensors@lm-sensors.org
626S: Maintained
627
Corentin Chary85091b72007-01-26 14:04:30 +0100628ASUS LAPTOP EXTRAS DRIVER
629P: Corentin Chary
630M: corentincj@iksaif.net
631L: acpi4asus-user@lists.sourceforge.net
632W: http://sourceforge.net/projects/acpi4asus
633W: http://xf.iksaif.net/acpi4asus
634S: Maintained
635
Dan Williamsb3e5f262007-08-07 10:26:35 -0700636ASYNCHRONOUS TRANSFERS/TRANSFORMS API
637P: Dan Williams
638M: dan.j.williams@intel.com
639P: Shannon Nelson
640M: shannon.nelson@intel.com
641L: linux-kernel@vger.kernel.org
642W: http://sourceforge.net/projects/xscaleiop
643S: Supported
644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645ATA OVER ETHERNET DRIVER
646P: Ed L. Cashin
647M: ecashin@coraid.com
648W: http://www.coraid.com/support/linux
649S: Supported
650
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600651ATL1 ETHERNET DRIVER
652P: Jay Cliburn
653M: jcliburn@gmail.com
654P: Chris Snook
655M: csnook@redhat.com
656L: atl1-devel@lists.sourceforge.net
657W: http://sourceforge.net/projects/atl1
658W: http://atl1.sourceforge.net
659S: Maintained
660
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661ATM
662P: Chas Williams
663M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700664L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665W: http://linux-atm.sourceforge.net
666S: Maintained
667
Pierre Ossman272f1332007-05-14 21:25:26 +0200668ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669P: Nicolas Ferre
670M: nicolas.ferre@rfo.atmel.com
671L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
672W: http://www.atmel.com/products/AT91/
673W: http://www.at91.com/
674S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200675
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100676ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100677P: Haavard Skinnemoen
678M: hskinnemoen@atmel.com
679S: Supported
680
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800681ATMEL SPI DRIVER
682P: Haavard Skinnemoen
683M: hskinnemoen@atmel.com
684S: Supported
685
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700686ATMEL USBA UDC DRIVER
687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689L: kernel@avr32linux.org
690W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
691S: Supported
692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693ATMEL WIRELESS DRIVER
694P: Simon Kelley
695M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700696L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697W: http://www.thekelleys.org.uk/atmel
698W: http://atmelwlandriver.sourceforge.net/
699S: Maintained
700
Chris Wrighta92b7b82005-07-07 18:12:23 -0700701AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100702P: David Woodhouse
703M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700704L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100705W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800706T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700707S: Maintained
708
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800709AUXILIARY DISPLAY DRIVERS
710P: Miguel Ojeda Sandonis
711M: maxextreme@gmail.com
712L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700713W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800714S: Maintained
715
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700716AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700717P: Haavard Skinnemoen
718M: hskinnemoen@atmel.com
719W: http://www.atmel.com/products/AVR32/
720W: http://avr32linux.org/
721W: http://avrfreaks.net/
722S: Supported
723
724AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700725P: Haavard Skinnemoen
726M: hskinnemoen@atmel.com
727S: Supported
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729AX.25 NETWORK LAYER
730P: Ralf Baechle
731M: ralf@linux-mips.org
732L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200733W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734S: Maintained
735
Richard Purdie300abeb2007-02-07 22:21:07 +0000736BACKLIGHT CLASS/SUBSYSTEM
737P: Richard Purdie
738M: rpurdie@rpsys.net
739S: Maintained
740
Bryan Wu1394f032007-05-06 14:50:22 -0700741BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800742P: Bryan Wu
743M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800744L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
745W: http://blackfin.uclinux.org
746S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700747
Bryan Wue190d6b2007-07-17 14:43:44 +0800748BLACKFIN EMAC DRIVER
749P: Bryan Wu
750M: bryan.wu@analog.com
751L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
752W: http://blackfin.uclinux.org
753S: Supported
754
Mike Frysinger566da5b2007-06-11 15:31:30 +0800755BLACKFIN RTC DRIVER
756P: Mike Frysinger
757M: michael.frysinger@analog.com
758M: vapier.adi@gmail.com
759L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
760W: http://blackfin.uclinux.org
761S: Supported
762
Bryan Wu1394f032007-05-06 14:50:22 -0700763BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800764P: Aubrey Li
765M: aubrey.li@analog.com
766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700769
Bryan Wu1e6d3202007-07-15 02:50:02 +0800770BLACKFIN WATCHDOG DRIVER
771P: Mike Frysinger
772M: michael.frysinger@analog.com
773M: vapier.adi@gmail.com
774L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
775W: http://blackfin.uclinux.org
776S: Supported
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778BAYCOM/HDLCDRV DRIVERS FOR AX.25
779P: Thomas Sailer
780M: t.sailer@alumni.ethz.ch
781L: linux-hams@vger.kernel.org
782W: http://www.baycom.org/~tom/ham/ham.html
783S: Maintained
784
Michael Buesche4d6b792007-09-18 15:39:42 -0400785B43 WIRELESS DRIVER
786P: Michael Buesch
787M: mb@bu3sch.de
788P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100789M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400790L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100791W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400792S: Maintained
793
Larry Finger75388ac2007-09-25 16:46:54 -0700794B43LEGACY WIRELESS DRIVER
795P: Larry Finger
796M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100797P: Stefano Brivio
798M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700799L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100800W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700801S: Maintained
802
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200803BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
804P: Larry Finger
805M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200806P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100807M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700808L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200809W: http://bcm43xx.berlios.de/
810S: Maintained
811
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812BEFS FILE SYSTEM
813P: Sergey S. Kostyliov
814M: rathamahata@php4.ru
815L: linux-kernel@vger.kernel.org
816S: Maintained
817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818BFS FILE SYSTEM
819P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800820M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821L: linux-kernel@vger.kernel.org
822S: Maintained
823
Bryan Wud24ecfc2007-05-01 23:26:32 +0200824BLACKFIN I2C TWI DRIVER
825P: Sonic Zhang
826M: sonic.zhang@analog.com
827L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828W: http://blackfin.uclinux.org/
829S: Supported
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831BLOCK LAYER
832P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200833M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800835T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836S: Maintained
837
838BLUETOOTH SUBSYSTEM
839P: Marcel Holtmann
840M: marcel@holtmann.org
841P: Maxim Krasnyansky
842M: maxk@qualcomm.com
843L: bluez-devel@lists.sf.net
844W: http://bluez.sf.net
845W: http://www.bluez.org
846W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800847T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848S: Maintained
849
850BLUETOOTH RFCOMM LAYER
851P: Marcel Holtmann
852M: marcel@holtmann.org
853P: Maxim Krasnyansky
854M: maxk@qualcomm.com
855S: Maintained
856
857BLUETOOTH BNEP LAYER
858P: Marcel Holtmann
859M: marcel@holtmann.org
860P: Maxim Krasnyansky
861M: maxk@qualcomm.com
862S: Maintained
863
864BLUETOOTH CMTP LAYER
865P: Marcel Holtmann
866M: marcel@holtmann.org
867S: Maintained
868
869BLUETOOTH HIDP LAYER
870P: Marcel Holtmann
871M: marcel@holtmann.org
872S: Maintained
873
874BLUETOOTH HCI UART DRIVER
875P: Marcel Holtmann
876M: marcel@holtmann.org
877P: Maxim Krasnyansky
878M: maxk@qualcomm.com
879S: Maintained
880
881BLUETOOTH HCI USB DRIVER
882P: Marcel Holtmann
883M: marcel@holtmann.org
884P: Maxim Krasnyansky
885M: maxk@qualcomm.com
886S: Maintained
887
888BLUETOOTH HCI BCM203X DRIVER
889P: Marcel Holtmann
890M: marcel@holtmann.org
891S: Maintained
892
893BLUETOOTH HCI BPA10X DRIVER
894P: Marcel Holtmann
895M: marcel@holtmann.org
896S: Maintained
897
898BLUETOOTH HCI BFUSB DRIVER
899P: Marcel Holtmann
900M: marcel@holtmann.org
901S: Maintained
902
903BLUETOOTH HCI DTL1 DRIVER
904P: Marcel Holtmann
905M: marcel@holtmann.org
906S: Maintained
907
908BLUETOOTH HCI BLUECARD DRIVER
909P: Marcel Holtmann
910M: marcel@holtmann.org
911S: Maintained
912
913BLUETOOTH HCI BT3C DRIVER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916S: Maintained
917
918BLUETOOTH HCI BTUART DRIVER
919P: Marcel Holtmann
920M: marcel@holtmann.org
921S: Maintained
922
923BLUETOOTH HCI VHCI DRIVER
924P: Maxim Krasnyansky
925M: maxk@qualcomm.com
926S: Maintained
927
928BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100929P: Chad Tindel
930M: ctindel@users.sourceforge.net
931P: Jay Vosburgh
932M: fubar@us.ibm.com
933L: bonding-devel@lists.sourceforge.net
934W: http://sourceforge.net/projects/bonding/
935S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000937BROADBAND PROCESSOR ARCHITECTURE
938P: Arnd Bergmann
939M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100940L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400941W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000942S: Supported
943
Gary Zambrano39105892006-06-22 17:26:20 -0700944BROADCOM B44 10/100 ETHERNET DRIVER
945P: Gary Zambrano
946M: zambrano@broadcom.com
947L: netdev@vger.kernel.org
948S: Supported
949
Michael Chan948c51e2006-06-04 02:51:39 -0700950BROADCOM BNX2 GIGABIT ETHERNET DRIVER
951P: Michael Chan
952M: mchan@broadcom.com
953L: netdev@vger.kernel.org
954S: Supported
955
956BROADCOM TG3 GIGABIT ETHERNET DRIVER
957P: Michael Chan
958M: mchan@broadcom.com
959L: netdev@vger.kernel.org
960S: Supported
961
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200962BSG (block layer generic sg v4 driver)
963P: FUJITA Tomonori
964M: fujita.tomonori@lab.ntt.co.jp
965L: linux-scsi@vger.kernel.org
966S: Supported
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700969P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200970M: mchehab@infradead.org
971M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200974T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700975S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976
Jonathan Corbet77d51402007-03-22 19:44:17 -0300977CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
978P: Jonathan Corbet
979M: corbet@lwn.net
980L: video4linux-list@redhat.com
981S: Maintained
982
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200983CALGARY x86-64 IOMMU
984P: Muli Ben-Yehuda
985M: muli@il.ibm.com
986P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200987M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200988L: linux-kernel@vger.kernel.org
989L: discuss@x86-64.org
990S: Maintained
991
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800992CFAG12864B LCD DRIVER
993P: Miguel Ojeda Sandonis
994M: maxextreme@gmail.com
995L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700996W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800997S: Maintained
998
999CFAG12864BFB LCD FRAMEBUFFER DRIVER
1000P: Miguel Ojeda Sandonis
1001M: maxextreme@gmail.com
1002L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001003W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001004S: Maintained
1005
Johannes Berg704232c2007-04-23 12:20:05 -07001006CFG80211 and NL80211
1007P: Johannes Berg
1008M: johannes@sipsolutions.net
1009L: linux-wireless@vger.kernel.org
1010S: Maintained
1011
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001012CHECKPATCH
1013P: Andy Whitcroft
1014M: apw@shadowen.org
1015P: Randy Dunlap
1016M: rdunlap@xenotime.net
1017P: Joel Schopp
1018M: jschopp@austin.ibm.com
1019S: Supported
1020
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021COMMON INTERNET FILE SYSTEM (CIFS)
1022P: Steve French
1023M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001024L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001026W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001027T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001028S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
Joel Becker7063fbf2005-12-15 14:29:43 -08001030CONFIGFS
1031P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001032M: joel.becker@oracle.com
1033L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001034S: Supported
1035
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001036CIRRUS LOGIC EP93XX ETHERNET DRIVER
1037P: Lennert Buytenhek
1038M: kernel@wantstofly.org
1039L: netdev@vger.kernel.org
1040S: Maintained
1041
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001042CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1043P: Lennert Buytenhek
1044M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001045L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001046S: Maintained
1047
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1049P: Cirrus Logic Corporation (kernel 2.2 driver)
1050M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1051P: Nils Faerber (port to kernel 2.4)
1052M: Nils Faerber <nils@kernelconcepts.de>
1053S: Maintained
1054
1055CODA FILE SYSTEM
1056P: Jan Harkes
1057M: jaharkes@cs.cmu.edu
1058M: coda@cs.cmu.edu
1059L: codalist@coda.cs.cmu.edu
1060W: http://www.coda.cs.cmu.edu/
1061S: Maintained
1062
1063COMPACTPCI HOTPLUG CORE
1064P: Scott Murray
1065M: scottm@somanetworks.com
1066M: scott@spiteful.org
1067L: pcihpd-discuss@lists.sourceforge.net
1068S: Supported
1069
1070COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1071P: Scott Murray
1072M: scottm@somanetworks.com
1073M: scott@spiteful.org
1074L: pcihpd-discuss@lists.sourceforge.net
1075S: Supported
1076
1077COMPACTPCI HOTPLUG GENERIC DRIVER
1078P: Scott Murray
1079M: scottm@somanetworks.com
1080M: scott@spiteful.org
1081L: pcihpd-discuss@lists.sourceforge.net
1082S: Supported
1083
1084COMPUTONE INTELLIPORT MULTIPORT CARD
1085P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001086M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001088S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089
Simon Arlott949be0f2007-03-06 02:47:46 -08001090CONEXANT ACCESSRUNNER USB DRIVER
1091P: Simon Arlott
1092M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001093L: accessrunner-general@lists.sourceforge.net
1094W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001095S: Maintained
1096
Rudolf Marekbebe4672007-05-08 17:22:02 +02001097CORETEMP HARDWARE MONITORING DRIVER
1098P: Rudolf Marek
1099M: r.marek@assembler.cz
1100L: lm-sensors@lm-sensors.org
1101S: Maintained
1102
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103COSA/SRP SYNC SERIAL DRIVER
1104P: Jan "Yenya" Kasprzak
1105M: kas@fi.muni.cz
1106W: http://www.fi.muni.cz/~kas/cosa/
1107S: Maintained
1108
1109CPU FREQUENCY DRIVERS
1110P: Dave Jones
1111M: davej@codemonkey.org.uk
1112L: cpufreq@lists.linux.org.uk
1113W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001114T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115S: Maintained
1116
1117CPUID/MSR DRIVER
1118P: H. Peter Anvin
1119M: hpa@zytor.com
1120S: Maintained
1121
Paul Jacksoned90fb42005-09-27 21:45:37 -07001122CPUSETS
1123P: Paul Jackson
1124P: Simon Derr
1125M: pj@sgi.com
1126M: simon.derr@bull.net
1127L: linux-kernel@vger.kernel.org
1128W: http://www.bullopensource.org/cpuset/
1129S: Supported
1130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001132W: http://sourceforge.net/projects/cramfs/
1133S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
1135CRIS PORT
1136P: Mikael Starvik
1137M: starvik@axis.com
1138L: dev-etrax@axis.com
1139W: http://developer.axis.com
1140S: Maintained
1141
1142CRYPTO API
1143P: Herbert Xu
1144M: herbert@gondor.apana.org.au
1145P: David S. Miller
1146M: davem@davemloft.net
1147L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001148T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149S: Maintained
1150
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001151CS5535 Audio ALSA driver
1152P: Jaya Kumar
1153M: jayakumar.alsa@gmail.com
1154S: Maintained
1155
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156CYBERPRO FB DRIVER
1157P: Russell King
1158M: rmk@arm.linux.org.uk
1159W: http://www.arm.linux.org.uk/
1160S: Maintained
1161
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001162CYBLAFB FRAMEBUFFER DRIVER
1163P: Knut Petersen
1164M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001165L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001166S: Maintained
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168CYCLADES 2X SYNC CARD DRIVER
1169P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001170M: acme@ghostprotocols.net
1171W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172S: Maintained
1173
1174CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001176S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177
1178CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001180S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182DAMA SLAVE for AX.25
1183P: Joerg Reuter
1184M: jreuter@yaina.de
1185W: http://yaina.de/jreuter/
1186W: http://www.qsl.net/dl1bke/
1187L: linux-hams@vger.kernel.org
1188S: Maintained
1189
1190DC395x SCSI driver
1191P: Oliver Neukum
1192M: oliver@neukum.name
1193P: Ali Akcaagac
1194M: aliakc@web.de
1195P: Jamie Lenehan
1196M: lenehan@twibble.org
1197W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001198L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199L: http://lists.twibble.org/mailman/listinfo/dc395x/
1200S: Maintained
1201
1202DC390/AM53C974 SCSI driver
1203P: Kurt Garloff
1204M: garloff@suse.de
1205W: http://www.garloff.de/kurt/linux/dc390/
1206P: Guennadi Liakhovetski
1207M: g.liakhovetski@gmx.de
1208S: Maintained
1209
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001210DCCP PROTOCOL
1211P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001212M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001213L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001214W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001215S: Maintained
1216
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217DECnet NETWORK LAYER
1218P: Patrick Caulfield
1219M: patrick@tykepenguin.com
1220W: http://linux-decnet.sourceforge.net
1221L: linux-decnet-user@lists.sourceforge.net
1222S: Maintained
1223
1224DEFXX FDDI NETWORK DRIVER
1225P: Maciej W. Rozycki
1226M: macro@linux-mips.org
1227S: Maintained
1228
1229DELL LAPTOP SMM DRIVER
1230P: Massimo Dal Zotto
1231M: dz@debian.org
1232W: http://www.debian.org/~dz/i8k/
1233S: Maintained
1234
Doug Warzecha90563ec2005-09-06 15:17:15 -07001235DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1236P: Doug Warzecha
1237M: Douglas_Warzecha@dell.com
1238S: Maintained
1239
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001240DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241P: Alasdair Kergon
1242L: dm-devel@redhat.com
1243W: http://sources.redhat.com/dm
1244S: Maintained
1245
1246DEVICE NUMBER REGISTRY
1247P: Torben Mathiasen
1248M: device@lanana.org
1249W: http://lanana.org/docs/device-list/index.html
1250L: linux-kernel@vger.kernel.org
1251S: Maintained
1252
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253DIGI INTL. EPCA DRIVER
1254P: Digi International, Inc
1255M: Eng.Linux@digi.com
1256L: Eng.Linux@digi.com
1257W: http://www.digi.com
1258S: Orphaned
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260DIRECTORY NOTIFICATION
1261P: Stephen Rothwell
1262M: sfr@canb.auug.org.au
1263L: linux-kernel@vger.kernel.org
1264S: Supported
1265
1266DISK GEOMETRY AND PARTITION HANDLING
1267P: Andries Brouwer
1268M: aeb@cwi.nl
1269W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1270W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1271W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1272S: Maintained
1273
1274DISKQUOTA:
1275P: Jan Kara
1276M: jack@suse.cz
1277L: linux-kernel@vger.kernel.org
1278S: Maintained
1279
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001280DISTRIBUTED LOCK MANAGER
1281P: Patrick Caulfield
1282M: pcaulfie@redhat.com
1283P: David Teigland
1284M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001285L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001286W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001287T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1288T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001289S: Supported
1290
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1292P: Tobias Ringstrom
1293M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001294L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295S: Maintained
1296
Dan Williamsb3e5f262007-08-07 10:26:35 -07001297DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001298P: Shannon Nelson
1299M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001300P: Dan Williams
1301M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001303S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001304
Juerg Haefligerb8250372007-06-09 10:11:16 -04001305DME1737 HARDWARE MONITOR DRIVER
1306P: Juerg Haefliger
1307M: juergh@gmail.com
1308L: lm-sensors@lm-sensors.org
1309S: Maintained
1310
Martin Waitzba483d52005-06-17 13:20:59 -07001311DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001312P: Randy Dunlap
1313M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001314S: Maintained
1315
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001316DOCKING STATION DRIVER
1317P: Kristen Carlson Accardi
1318M: kristen.c.accardi@intel.com
1319L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001320S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001321
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322DOUBLETALK DRIVER
1323P: James R. Van Zandt
1324M: jrv@vanzandt.mv.com
1325L: blinux-list@redhat.com
1326S: Maintained
1327
1328DRIVER CORE, KOBJECTS, AND SYSFS
1329P: Greg Kroah-Hartman
1330M: gregkh@suse.de
1331L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001332T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Supported
1334
1335DRM DRIVERS
1336P: David Airlie
1337M: airlied@linux.ie
1338L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001339T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340S: Maintained
1341
1342DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001343P: Francois Romieu
1344M: romieu@fr.zoreil.com
1345L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346S: Maintained
1347
1348DVB SUBSYSTEM AND DRIVERS
1349P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001350M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001352W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001353T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001354S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355
1356EATA-DMA SCSI DRIVER
1357P: Michael Neuffer
1358L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1359S: Maintained
1360
1361EATA ISA/EISA/PCI SCSI DRIVER
1362P: Dario Ballabio
1363M: ballabio_dario@emc.com
1364L: linux-scsi@vger.kernel.org
1365S: Maintained
1366
1367EATA-PIO SCSI DRIVER
1368P: Michael Neuffer
1369M: mike@i-Connect.Net
1370L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1371S: Maintained
1372
1373EBTABLES
1374P: Bart De Schuymer
1375M: bart.de.schuymer@pandora.be
1376L: ebtables-user@lists.sourceforge.net
1377L: ebtables-devel@lists.sourceforge.net
1378W: http://ebtables.sourceforge.net/
1379S: Maintained
1380
Michael Halcrow237fead2006-10-04 02:16:22 -07001381ECRYPT FILE SYSTEM
1382P: Mike Halcrow, Phillip Hellewell
1383M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1384L: ecryptfs-devel@lists.sourceforge.net
1385W: http://ecryptfs.sourceforge.net/
1386S: Supported
1387
Alan Coxda9bb1d2006-01-18 17:44:13 -08001388EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001389P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001390M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001391L: bluesmoke-devel@lists.sourceforge.net
1392W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001393S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001394
1395EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001396P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001397P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001398M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001399M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001400L: bluesmoke-devel@lists.sourceforge.net
1401W: bluesmoke.sourceforge.net
1402S: Maintained
1403
1404EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001405P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001406M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001407L: bluesmoke-devel@lists.sourceforge.net
1408W: bluesmoke.sourceforge.net
1409S: Maintained
1410
Douglas Thompson6bc78402007-07-19 01:50:12 -07001411EDAC-I82443BXGX
1412P: Tim Small
1413M: tim@buttersideup.com
1414L: bluesmoke-devel@lists.sourceforge.net
1415W: bluesmoke.sourceforge.net
1416S: Maintained
1417
1418EDAC-I3000
1419P: Jason Uhlenkott
1420M: juhlenko@akamai.com
1421L: bluesmoke-devel@lists.sourceforge.net
1422W: bluesmoke.sourceforge.net
1423S: Maintained
1424
1425EDAC-I5000
1426P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001427M: dougthompson@xmission.com
1428L: bluesmoke-devel@lists.sourceforge.net
1429W: bluesmoke.sourceforge.net
1430S: Maintained
1431
1432EDAC-I82975X
1433P: Ranganathan Desikan
1434P: Arvind R.
1435M: rdesikan@jetzbroadband.com
1436M: arvind@acarlab.com
1437L: bluesmoke-devel@lists.sourceforge.net
1438W: bluesmoke.sourceforge.net
1439S: Maintained
1440
1441EDAC-PASEMI
1442P: Egor Martovetsky
1443M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
Dave Peterson0e438e32006-03-26 01:38:55 -08001448EDAC-R82600
1449P: Tim Small
1450M: tim@buttersideup.com
1451L: bluesmoke-devel@lists.sourceforge.net
1452W: bluesmoke.sourceforge.net
1453S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001454
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455EEPRO100 NETWORK DRIVER
1456P: Andrey V. Savochkin
1457M: saw@saw.sw.com.sg
1458S: Maintained
1459
Josh Triplett0bee8d22006-07-30 03:03:58 -07001460EFS FILESYSTEM
1461W: http://aeschi.ch.eu.org/efs/
1462S: Orphan
1463
Heiko J Schickfab97222006-09-22 15:22:22 -07001464EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1465P: Hoang-Nam Nguyen
1466M: hnguyen@de.ibm.com
1467P: Christoph Raisch
1468M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001469L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001470S: Supported
1471
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001472EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001473P: James Smart
1474M: james.smart@emulex.com
1475L: linux-scsi@vger.kernel.org
1476W: http://sourceforge.net/projects/lpfcxxxx
1477S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001478
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479EPSON 1355 FRAMEBUFFER DRIVER
1480P: Christopher Hoover
1481M: ch@murgatroid.com, ch@hpl.hp.com
1482S: Maintained
1483
1484ETHEREXPRESS-16 NETWORK DRIVER
1485P: Philip Blundell
1486M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001487L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Maintained
1489
1490ETHERNET BRIDGE
1491P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001492M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001493L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494W: http://bridge.sourceforge.net/
1495S: Maintained
1496
1497ETHERTEAM 16I DRIVER
1498P: Mika Kuoppala
1499M: miku@iki.fi
1500S: Maintained
1501
1502EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001503L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504S: Maintained
1505
1506EXT3 FILE SYSTEM
1507P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001508M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001509L: linux-ext4@vger.kernel.org
1510S: Maintained
1511
1512EXT4 FILE SYSTEM
1513P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001514M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001515L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516S: Maintained
1517
Jean Delvaree53004e2006-01-09 23:26:14 +01001518F71805F HARDWARE MONITORING DRIVER
1519P: Jean Delvare
1520M: khali@linux-fr.org
1521L: lm-sensors@lm-sensors.org
1522S: Maintained
1523
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524FARSYNC SYNCHRONOUS DRIVER
1525P: Kevin Curtis
1526M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527W: http://www.farsite.co.uk/
1528S: Supported
1529
Akinobu Mitac5408b82007-04-23 14:41:20 -07001530FAULT INJECTION SUPPORT
1531P: Akinobu Mita
1532M: akinobu.mita@gmail.com
1533S: Supported
1534
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535FRAMEBUFFER LAYER
1536P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001537M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001538L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539W: http://linux-fbdev.sourceforge.net/
1540S: Maintained
1541
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001542FREESCALE SOC FS_ENET DRIVER
1543P: Pantelis Antoniou
1544M: pantelis.antoniou@gmail.com
1545P: Vitaly Bordug
1546M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001547L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001548L: netdev@vger.kernel.org
1549S: Maintained
1550
Li Yanga7205b32007-04-23 10:38:18 -07001551FREESCALE HIGHSPEED USB DEVICE DRIVER
1552P: Li Yang
1553M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001554L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001555L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001556S: Maintained
1557
Li Yangbeaf53b2007-05-25 13:54:02 +08001558FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1559P: Li Yang
1560M: leoli@freescale.com
1561L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001562L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001563S: Maintained
1564
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565FILE LOCKING (flock() and fcntl()/lockf())
1566P: Matthew Wilcox
1567M: matthew@wil.cx
1568L: linux-fsdevel@vger.kernel.org
1569S: Maintained
1570
1571FILESYSTEMS (VFS and infrastructure)
1572P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001573M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574S: Maintained
1575
Stefan Richterb3274472007-05-30 20:44:52 -04001576FIREWIRE SUBSYSTEM
1577P: Kristian Hoegsberg, Stefan Richter
1578M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1579L: linux1394-devel@lists.sourceforge.net
1580W: http://www.linux1394.org/
1581T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1582S: Maintained
1583
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584FIRMWARE LOADER (request_firmware)
1585L: linux-kernel@vger.kernel.org
1586S: Orphan
1587
1588FPU EMULATOR
1589P: Bill Metzenthen
1590M: billm@suburbia.net
1591W: http://suburbia.net/~billm/floating-point/emulator/
1592S: Maintained
1593
1594FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1595P: Mike McLagan
1596M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001597L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598S: Maintained
1599
1600FREEVXFS FILESYSTEM
1601P: Christoph Hellwig
1602M: hch@infradead.org
1603W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1604S: Maintained
1605
David Howells5ab7ffe2007-04-10 15:10:45 +01001606FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607P: David Howells
1608M: dhowells@redhat.com
1609S: Maintained
1610
Miklos Szeredi04578f12005-09-09 13:10:22 -07001611FUSE: FILESYSTEM IN USERSPACE
1612P: Miklos Szeredi
1613M: miklos@szeredi.hu
1614L: fuse-devel@lists.sourceforge.net
1615W: http://fuse.sourceforge.net/
1616S: Maintained
1617
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1619P: Rik Faith
1620M: faith@cs.unc.edu
1621L: linux-scsi@vger.kernel.org
1622S: Odd fixes (e.g., new signatures)
1623
1624GDT SCSI DISK ARRAY CONTROLLER DRIVER
1625P: Achim Leubner
1626M: achim_leubner@adaptec.com
1627L: linux-scsi@vger.kernel.org
1628W: http://www.icp-vortex.com/
1629S: Supported
1630
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001631GENERIC GPIO I2C DRIVER
1632P: Haavard Skinnemoen
1633M: hskinnemoen@atmel.com
1634S: Supported
1635
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1637P: Krzysztof Halasa
1638M: khc@pm.waw.pl
1639W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1640S: Maintained
1641
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001642GFS2 FILE SYSTEM
1643P: Steven Whitehouse
1644M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001645L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001646W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001647T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1648T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001649S: Supported
1650
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001651GIGASET ISDN DRIVERS
1652P: Hansjoerg Lipp
1653M: hjlipp@web.de
1654P: Tilman Schmidt
1655M: tilman@imap.cc
1656L: gigaset307x-common@lists.sourceforge.net
1657W: http://gigaset307x.sourceforge.net/
1658S: Maintained
1659
Jean Delvare5b543962005-08-15 19:51:02 +02001660HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001661P: Mark M. Hoffman
1662M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001663L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001664W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001665T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1666T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001667S: Maintained
1668
Michael Buesch844dd052006-06-26 00:24:59 -07001669HARDWARE RANDOM NUMBER GENERATOR CORE
1670P: Michael Buesch
1671M: mb@bu3sch.de
1672S: Maintained
1673
Robert Love860e1d62005-08-31 23:57:59 -04001674HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1675P: Robert Love
1676M: rlove@rlove.org
1677M: linux-kernel@vger.kernel.org
1678W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1679S: Maintained
1680
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681HARMONY SOUND DRIVER
1682P: Kyle McMartin
1683M: kyle@parisc-linux.org
1684W: http://www.parisc-linux.org/~kyle/harmony/
1685L: parisc-linux@lists.parisc-linux.org
1686S: Maintained
1687
1688HAYES ESP SERIAL DRIVER
1689P: Andrew J. Robinson
1690M: arobinso@nyx.net
1691L: linux-kernel@vger.kernel.org
1692W: http://www.nyx.net/~arobinso
1693S: Maintained
1694
1695HFS FILESYSTEM
1696P: Roman Zippel
1697M: zippel@linux-m68k.org
1698L: linux-kernel@vger.kernel.org
1699S: Maintained
1700
1701HGA FRAMEBUFFER DRIVER
1702P: Ferenc Bakonyi
1703M: fero@drama.obuda.kando.hu
1704L: linux-nvidia@lists.surfsouth.com
1705W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1706S: Maintained
1707
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001708HID CORE LAYER
1709P: Jiri Kosina
1710M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001711L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001712T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001713S: Maintained
1714
Ingo Molnar38bed542007-02-22 09:09:34 +01001715HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1716P: Thomas Gleixner
1717M: tglx@linutronix.de
1718L: linux-kernel@vger.kernel.org
1719S: Maintained
1720
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721HIGH-SPEED SCC DRIVER FOR AX.25
1722P: Klaus Kudielka
1723M: klaus.kudielka@ieee.org
1724L: linux-hams@vger.kernel.org
1725W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1726S: Maintained
1727
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001728HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1729P: HighPoint Linux Team
1730M: linux@highpoint-tech.com
1731W: http://www.highpoint-tech.com
1732S: Supported
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734HIPPI
1735P: Jes Sorensen
1736M: jes@trained-monkey.org
1737L: linux-hippi@sunsite.dk
1738S: Maintained
1739
1740HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1741P: Chirag Kantharia
1742M: chirag.kantharia@hp.com
1743L: iss_storagedev@hp.com
1744S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001745
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746HEWLETT-PACKARD SMART2 RAID DRIVER
1747P: Chirag Kantharia
1748M: chirag.kantharia@hp.com
1749L: iss_storagedev@hp.com
1750S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001751
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1753P: Mike Miller
1754M: mike.miller@hp.com
1755L: iss_storagedev@hp.com
1756S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001757
Jouni Malinenff1d2762005-05-12 22:54:16 -04001758HOST AP DRIVER
1759P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001760M: j@w1.fi
1761L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001762L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001763W: http://hostap.epitest.fi/
1764S: Maintained
1765
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1767P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001768M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769S: Maintained
1770
Bob Piccob9b03322005-11-07 00:59:19 -08001771HPET: High Precision Event Timers driver (hpet.c)
1772P: Clemens Ladisch
1773M: clemens@ladisch.de
1774S: Maintained
1775
1776HPET: i386
1777P: Venkatesh Pallipadi (Venki)
1778M: venkatesh.pallipadi@intel.com
1779S: Maintained
1780
1781HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001782P: Vojtech Pavlik
1783M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001784S: Maintained
1785
1786HPET: ACPI hpet.c
1787P: Bob Picco
1788M: bob.picco@hp.com
1789S: Maintained
1790
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791HPFS FILESYSTEM
1792P: Mikulas Patocka
1793M: mikulas@artax.karlin.mff.cuni.cz
1794W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1795S: Maintained
1796
1797HUGETLB FILESYSTEM
1798P: William Irwin
1799M: wli@holomorphy.com
1800S: Maintained
1801
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001802I2C/SMBUS STUB DRIVER
1803P: Mark M. Hoffman
1804M: mhoffman@lightlink.com
1805L: lm-sensors@lm-sensors.org
1806S: Maintained
1807
Jean Delvare5b543962005-08-15 19:51:02 +02001808I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809P: Jean Delvare
1810M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001811L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001812T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813S: Maintained
1814
Till Harbaume8c76ee2007-05-01 23:26:35 +02001815I2C-TINY-USB DRIVER
1816P: Till Harbaum
1817M: till@harbaum.org
1818L: i2c@lm-sensors.org
1819T: http://www.harbaum.org/till/i2c_tiny_usb
1820S: Maintained
1821
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001823P: H. Peter Anvin
1824M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825L: Linux-Kernel@vger.kernel.org
1826S: Maintained
1827
1828i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829P: H. Peter Anvin
1830M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001831T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832S: Maintained
1833
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834IA64 (Itanium) PLATFORM
1835P: Tony Luck
1836M: tony.luck@intel.com
1837L: linux-ia64@vger.kernel.org
1838W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001839T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840S: Maintained
1841
1842SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001843P: Jes Sorensen
1844M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845L: linux-altix@sgi.com
1846L: linux-ia64@vger.kernel.org
1847W: http://www.sgi.com/altix
1848S: Maintained
1849
1850IBM MCA SCSI SUBSYSTEM DRIVER
1851P: Michael Lang
1852M: langa2@kph.uni-mainz.de
1853W: http://www.uni-mainz.de/~langm000/linux.html
1854S: Maintained
1855
1856IBM Power Linux RAID adapter
1857P: Brian King
1858M: brking@us.ibm.com
1859S: Supported
1860
1861IBM ServeRAID RAID DRIVER
1862P: Jack Hammer
1863P: Dave Jeffery
1864M: ipslinux@adaptec.com
1865W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001866S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001868IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001870M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001872T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873S: Maintained
1874
1875IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001876L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001877S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
1879IDE/ATAPI FLOPPY DRIVERS
1880P: Paul Bristow
1881M: Paul Bristow <paul@paulbristow.net>
1882W: http://paulbristow.net/linux/idefloppy.html
1883L: linux-kernel@vger.kernel.org
1884S: Maintained
1885
1886IDE/ATAPI TAPE DRIVERS
1887P: Gadi Oxman
1888M: Gadi Oxman <gadio@netvision.net.il>
1889L: linux-kernel@vger.kernel.org
1890S: Maintained
1891
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001892IDE-SCSI DRIVER
1893L: linux-ide@vger.kernel.org
1894L: linux-scsi@vger.kernel.org
1895S: Orphan
1896
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897IEEE 1394 SUBSYSTEM
1898P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001899M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001900P: Stefan Richter
1901M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902L: linux1394-devel@lists.sourceforge.net
1903W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001904T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905S: Maintained
1906
Stefan Richterf51a5a92007-04-23 14:41:10 -07001907IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908P: Dan Dennedy
1909M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001910P: Stefan Richter
1911M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001913S: Maintained
1914
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001916L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001917S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918
1919INFINIBAND SUBSYSTEM
1920P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001921M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922P: Sean Hefty
1923M: mshefty@ichips.intel.com
1924P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001925M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001926L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001928T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929S: Supported
1930
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001931INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001932P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001933M: dmitry.torokhov@gmail.com
1934M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001935L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001936T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937S: Maintained
1938
Robert Lovec9f04f52005-07-15 12:21:07 -04001939INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001940P: John McCutchan
1941M: ttb@tentacle.dhs.org
1942P: Robert Love
1943M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001944L: linux-kernel@vger.kernel.org
1945S: Maintained
1946
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001947INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001948P: Sylvain Meyer
1949M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001950L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001951S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001952
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001954P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001955M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001956L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001957S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959INTEL IA32 MICROCODE UPDATE SUPPORT
1960P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001961M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962S: Maintained
1963
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001964INTEL I/OAT DMA DRIVER
1965P: Shannon Nelson
1966M: shannon.nelson@intel.com
1967L: linux-kernel@vger.kernel.org
1968S: Supported
1969
Dan Williamsb3e5f262007-08-07 10:26:35 -07001970INTEL IOP-ADMA DMA DRIVER
1971P: Dan Williams
1972M: dan.j.williams@intel.com
1973L: linux-kernel@vger.kernel.org
1974S: Supported
1975
Michael Buesch844dd052006-06-26 00:24:59 -07001976INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1977P: Deepak Saxena
1978M: dsaxena@plexity.net
1979S: Maintained
1980
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001981INTEL IXP2000 ETHERNET DRIVER
1982P: Lennert Buytenhek
1983M: kernel@wantstofly.org
1984L: netdev@vger.kernel.org
1985S: Maintained
1986
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987INTEL PRO/100 ETHERNET SUPPORT
1988P: John Ronciak
1989M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990P: Jesse Brandeburg
1991M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001992P: Jeff Kirsher
1993M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001994P: Auke Kok
1995M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001996L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997W: http://sourceforge.net/projects/e1000/
1998S: Supported
1999
2000INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2001P: Jeb Cramer
2002M: cramerj@intel.com
2003P: John Ronciak
2004M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002005P: Jesse Brandeburg
2006M: jesse.brandeburg@intel.com
2007P: Jeff Kirsher
2008M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002009P: Auke Kok
2010M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002011L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012W: http://sourceforge.net/projects/e1000/
2013S: Supported
2014
2015INTEL PRO/10GbE SUPPORT
2016P: Ayyappan Veeraiyan
2017M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002018P: Auke Kok
2019M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002020P: Jesse Brandeburg
2021M: jesse.brandeburg@intel.com
2022P: John Ronciak
2023M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002024L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025W: http://sourceforge.net/projects/e1000/
2026S: Supported
2027
James Ketrenos826d2ab2005-11-07 18:56:59 -06002028INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2029P: Yi Zhu
2030M: yi.zhu@intel.com
2031P: James Ketrenos
2032M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002033L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002034L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002035L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2036W: http://ipw2100.sourceforge.net
2037S: Supported
2038
2039INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2040P: Yi Zhu
2041M: yi.zhu@intel.com
2042P: James Ketrenos
2043M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002044L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002045L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002046L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2047W: http://ipw2200.sourceforge.net
2048S: Supported
2049
Zhu Yib481de92007-09-25 17:54:57 -07002050INTEL WIRELESS WIFI LINK (iwlwifi)
2051P: Zhu Yi
2052M: yi.zhu@intel.com
2053L: linux-wireless@vger.kernel.org
2054L: ipw3945-devel@lists.sourceforge.net
2055W: http://intellinuxwireless.org
2056T: git git://intellinuxwireless.org/repos/iwlwifi
2057S: Supported
2058
Ralf Baechlecb109a02007-08-30 23:56:30 -07002059IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060P: Ralf Baechle
2061M: ralf@linux-mips.org
2062L: linux-mips@linux-mips.org
2063S: Maintained
2064
Ralf Baechlecb109a02007-08-30 23:56:30 -07002065IOC3 SERIAL DRIVER
2066P: Pat Gefre
2067M: pfg@sgi.com
2068L: linux-kernel@linux-mips.org
2069S: Maintained
2070
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071IP MASQUERADING:
2072P: Juanjo Ciarlante
2073M: jjciarla@raiz.uncu.edu.ar
2074S: Maintained
2075
Francois Romieu1202d6f2007-09-17 17:13:55 -07002076IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2077P: Francois Romieu
2078M: romieu@fr.zoreil.com
2079P: Sorbica Shieh
2080M: sorbica@icplus.com.tw
2081P: Jesse Huang
2082M: jesse@icplus.com.tw
2083L: netdev@vger.kernel.org
2084S: Maintained
2085
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002086IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002087P: Arthur Jones
2088M: infinipath@qlogic.com
2089L: general@lists.openfabrics.org
2090T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002091S: Supported
2092
Corey Minyard4409ebe2006-04-20 02:43:12 -07002093IPMI SUBSYSTEM
2094P: Corey Minyard
2095M: minyard@acm.org
2096L: openipmi-developer@lists.sourceforge.net
2097W: http://openipmi.sourceforge.net/
2098S: Supported
2099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100IPX NETWORK LAYER
2101P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002102M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104S: Maintained
2105
2106IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002107P: Samuel Ortiz
2108M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002109L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002111S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112
2113ISAPNP
2114P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002115M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116S: Maintained
2117
2118ISDN SUBSYSTEM
2119P: Karsten Keil
2120M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121L: isdn4linux@listserv.isdn4linux.de
2122W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002123T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124S: Maintained
2125
2126ISDN SUBSYSTEM (Eicon active card driver)
2127P: Armin Schindler
2128M: mac@melware.de
2129L: isdn4linux@listserv.isdn4linux.de
2130W: http://www.melware.de
2131S: Maintained
2132
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2134P: David Woodhouse
2135M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002136L: linux-mtd@lists.infradead.org
2137W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138S: Maintained
2139
2140JFS FILESYSTEM
2141P: Dave Kleikamp
2142M: shaggy@austin.ibm.com
2143L: jfs-discussion@lists.sourceforge.net
2144W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002145T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146S: Supported
2147
Josh Triplettde456d32006-07-30 03:04:00 -07002148JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002149P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002150M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002151L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002152S: Maintained
2153
Rudolf Marek4660cb32006-10-08 22:01:26 +02002154K8TEMP HARDWARE MONITORING DRIVER
2155P: Rudolf Marek
2156M: r.marek@assembler.cz
2157L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158S: Maintained
2159
2160KCONFIG
2161P: Roman Zippel
2162M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002163L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164S: Maintained
2165
Vivek Goyalea6c2082006-05-20 14:59:55 -07002166KDUMP
2167P: Vivek Goyal
2168M: vgoyal@in.ibm.com
2169P: Haren Myneni
2170M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002171L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002172L: linux-kernel@vger.kernel.org
2173W: http://lse.sourceforge.net/kdump/
2174S: Maintained
2175
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176KERNEL AUTOMOUNTER (AUTOFS)
2177P: H. Peter Anvin
2178M: hpa@zytor.com
2179L: autofs@linux.kernel.org
2180S: Odd Fixes
2181
2182KERNEL AUTOMOUNTER v4 (AUTOFS4)
2183P: Ian Kent
2184M: raven@themaw.net
2185L: autofs@linux.kernel.org
2186S: Maintained
2187
2188KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189P: Sam Ravnborg
2190M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002191T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002192L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002193S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194
2195KERNEL JANITORS
2196P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002197L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199S: Maintained
2200
2201KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002202P: J. Bruce Fields
2203M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002205M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206L: nfs@lists.sourceforge.net
2207W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002208S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209
Avi Kivity426d62e2006-12-13 00:34:03 -08002210KERNEL VIRTUAL MACHINE (KVM)
2211P: Avi Kivity
2212M: avi@qumranet.com
2213L: kvm-devel@lists.sourceforge.net
2214W: kvm.sourceforge.net
2215S: Supported
2216
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002217KEXEC
2218P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002219M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002220W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002221L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002222L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002223S: Maintained
2224
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002225KPROBES
2226P: Prasanna S Panchamukhi
2227M: prasanna@in.ibm.com
2228P: Ananth N Mavinakayanahalli
2229M: ananth@in.ibm.com
2230P: Anil S Keshavamurthy
2231M: anil.s.keshavamurthy@intel.com
2232P: David S. Miller
2233M: davem@davemloft.net
2234L: linux-kernel@vger.kernel.org
2235S: Maintained
2236
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002237KS0108 LCD CONTROLLER DRIVER
2238P: Miguel Ojeda Sandonis
2239M: maxextreme@gmail.com
2240L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002241W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002242S: Maintained
2243
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002246S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247
2248LASI 53c700 driver for PARISC
2249P: James E.J. Bottomley
2250M: James.Bottomley@HansenPartnership.com
2251L: linux-scsi@vger.kernel.org
2252S: Maintained
2253
Richard Purdie263de9b2006-05-15 09:44:16 -07002254LED SUBSYSTEM
2255P: Richard Purdie
2256M: rpurdie@rpsys.net
2257S: Maintained
2258
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259LEGO USB Tower driver
2260P: Juergen Stuber
2261M: starblue@users.sourceforge.net
2262L: legousb-devel@lists.sourceforge.net
2263W: http://legousb.sourceforge.net/
2264S: Maintained
2265
Rusty Russell568a17f2007-10-25 14:12:24 +10002266LGUEST
2267P: Rusty Russell
2268M: rusty@rustcorp.com.au
2269L: lguest@ozlabs.org
2270W: http://lguest.ozlabs.org/
2271S: Maintained
2272
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273LINUX FOR IBM pSERIES (RS/6000)
2274P: Paul Mackerras
2275M: paulus@au.ibm.com
2276W: http://www.ibm.com/linux/ltc/projects/ppc
2277S: Supported
2278
2279LINUX FOR NCR VOYAGER
2280P: James Bottomley
2281M: James.Bottomley@HansenPartnership.com
2282W: http://www.hansenpartnership.com/voyager
2283S: Maintained
2284
2285LINUX FOR POWERPC
2286P: Paul Mackerras
2287M: paulus@samba.org
2288W: http://www.penguinppc.org/
2289L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002290T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291S: Supported
2292
2293LINUX FOR POWER MACINTOSH
2294P: Benjamin Herrenschmidt
2295M: benh@kernel.crashing.org
2296W: http://www.penguinppc.org/
2297L: linuxppc-dev@ozlabs.org
2298S: Maintained
2299
2300LINUX FOR POWERPC EMBEDDED MPC52XX
2301P: Sylvain Munaut
2302M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002303P: Grant Likely
2304M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305W: http://www.246tNt.com/mpc52xx/
2306W: http://www.penguinppc.org/
2307L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308S: Maintained
2309
2310LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002311P: Josh Boyer
2312M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313P: Matt Porter
2314M: mporter@kernel.crashing.org
2315W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002316L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002317T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318S: Maintained
2319
Grant Likely260c02a2007-10-02 12:15:34 +10002320LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2321P: Grant Likely
2322M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002323W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002324L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325S: Maintained
2326
Tom Rinie93adf12005-07-26 12:49:53 -07002327LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328P: Tom Rini
2329M: trini@kernel.crashing.org
2330W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002331L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332S: Maintained
2333
Tom Rinie93adf12005-07-26 12:49:53 -07002334LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002335P: Vitaly Bordug
2336M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002337P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002338M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002339W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002340L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002341S: Maintained
2342
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002344P: Kumar Gala
2345M: galak@kernel.crashing.org
2346W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002347L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002348S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349
Olof Johanssonab06ff32006-09-06 14:44:54 -05002350LINUX FOR POWERPC PA SEMI PWRFICIENT
2351P: Olof Johansson
2352M: olof@lixom.net
2353W: http://www.pasemi.com/
2354L: linuxppc-dev@ozlabs.org
2355S: Supported
2356
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357LLC (802.2)
2358P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002359M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Maintained
2361
2362LINUX FOR 64BIT POWERPC
2363P: Paul Mackerras
2364M: paulus@samba.org
2365M: paulus@au.ibm.com
2366P: Anton Blanchard
2367M: anton@samba.org
2368M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002369W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002370L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Supported
2372
2373LINUX SECURITY MODULE (LSM) FRAMEWORK
2374P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002375M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002376L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002378T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379S: Supported
2380
2381LM83 HARDWARE MONITOR DRIVER
2382P: Jean Delvare
2383M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002384L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385S: Maintained
2386
2387LM90 HARDWARE MONITOR DRIVER
2388P: Jean Delvare
2389M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002390L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002393LOCKDEP AND LOCKSTAT
2394P: Peter Zijlstra
2395M: peterz@infradead.org
2396P: Ingo Molnar
2397M: mingo@redhat.com
2398L: linux-kernel@vger.kernel.org
2399T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2400S: Maintained
2401
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002402LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403P: Richard Russon (FlatCap)
2404M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002405L: linux-ntfs-dev@lists.sourceforge.net
2406W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S: Maintained
2408
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002409LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2410P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002411M: Eric.Moore@lsi.com
2412M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002413L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002414L: linux-scsi@vger.kernel.org
2415W: http://www.lsilogic.com/support
2416S: Supported
2417
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2419P: Matthew Wilcox
2420M: matthew@wil.cx
2421L: linux-scsi@vger.kernel.org
2422S: Maintained
2423
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002424M32R ARCHITECTURE
2425P: Hirokazu Takata
2426M: takata@linux-m32r.org
2427L: linux-m32r@ml.linux-m32r.org
2428L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2429W: http://www.linux-m32r.org/
2430S: Maintained
2431
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432M68K ARCHITECTURE
2433P: Geert Uytterhoeven
2434M: geert@linux-m68k.org
2435P: Roman Zippel
2436M: zippel@linux-m68k.org
2437L: linux-m68k@lists.linux-m68k.org
2438W: http://www.linux-m68k.org/
2439W: http://linux-m68k-cvs.ubb.ca/
2440S: Maintained
2441
2442M68K ON APPLE MACINTOSH
2443P: Joshua Thompson
2444M: funaho@jurai.org
2445W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002446L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Maintained
2448
2449M68K ON HP9000/300
2450P: Philip Blundell
2451M: philb@gnu.org
2452W: http://www.tazenda.demon.co.uk/phil/linux-hp
2453S: Maintained
2454
Jiri Benc64a327a2007-05-05 11:47:08 -07002455MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002456P: Michael Wu
2457M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002458P: Johannes Berg
2459M: johannes@sipsolutions.net
2460P: Jiri Benc
2461M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002462L: linux-wireless@vger.kernel.org
2463W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002464T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002465S: Maintained
2466
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002467MACVLAN DRIVER
2468P: Patrick McHardy
2469M: kaber@trash.net
2470L: netdev@vger.kernel.org
2471S: Maintained
2472
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473MARVELL YUKON / SYSKONNECT DRIVER
2474P: Mirko Lindner
2475M: mlindner@syskonnect.de
2476P: Ralph Roesler
2477M: rroesler@syskonnect.de
2478W: http://www.syskonnect.com
2479S: Supported
2480
Michael Kerriskfaf16682005-07-31 22:34:47 -07002481MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002482P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002483M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002484W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2485S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002486
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002487MARVELL MV643XX ETHERNET DRIVER
2488P: Dale Farnsworth
2489M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002491M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002492L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002493S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494
2495MATROX FRAMEBUFFER DRIVER
2496P: Petr Vandrovec
2497M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002498L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499S: Maintained
2500
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002501MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2502P: Hans J. Koch
2503M: hjk@linutronix.de
2504L: lm-sensors@lm-sensors.org
2505S: Maintained
2506
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002507MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002508P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002509M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002510S: linux-scsi@vger.kernel.org
2511W: http://megaraid.lsilogic.com
2512S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002513
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002514MEMORY MANAGEMENT
2515L: linux-mm@kvack.org
2516L: linux-kernel@vger.kernel.org
2517W: http://www.linux-mm.org
2518S: Maintained
2519
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002520MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521P: David Woodhouse
2522M: dwmw2@infradead.org
2523W: http://www.linux-mtd.infradead.org/
2524L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002525T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526S: Maintained
2527
Artem Bityutskiy48576402007-02-13 17:11:10 +02002528UNSORTED BLOCK IMAGES (UBI)
2529P: Artem Bityutskiy
2530M: dedekind@infradead.org
2531W: http://www.linux-mtd.infradead.org/
2532L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002533T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002534S: Maintained
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536MICROTEK X6 SCANNER
2537P: Oliver Neukum
2538M: oliver@neukum.name
2539S: Maintained
2540
2541MIPS
2542P: Ralf Baechle
2543M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002544W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002546T: git www.linux-mips.org:/pub/scm/linux.git
2547S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548
2549MISCELLANEOUS MCA-SUPPORT
2550P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002551M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552L: linux-kernel@vger.kernel.org
2553S: Maintained
2554
2555MODULE SUPPORT
2556P: Rusty Russell
2557M: rusty@rustcorp.com.au
2558L: linux-kernel@vger.kernel.org
2559S: Maintained
2560
2561MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2562P: Stelian Pop
2563M: stelian@popies.net
2564W: http://popies.net/meye/
2565S: Maintained
2566
Pavel Pisac58ff042007-05-16 01:10:41 +02002567MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2568P: Pavel Pisa
2569M: ppisa@pikron.com
2570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2571W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2572S: Maintained
2573
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574MOUSE AND MISC DEVICES [GENERAL]
2575P: Alessandro Rubini
2576M: rubini@ipvvis.unipv.it
2577L: linux-kernel@vger.kernel.org
2578S: Maintained
2579
Jiri Slabyd7354102006-12-08 02:38:35 -08002580MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2581P: Jiri Slaby
2582M: jirislaby@gmail.com
2583L: linux-kernel@vger.kernel.org
2584S: Maintained
2585
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002586MSI LAPTOP SUPPORT
2587P: Lennart Poettering
2588M: mzxreary@0pointer.de
2589L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2590W: http://0pointer.de/lennart/tchibo.html
2591S: Maintained
2592
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593MTRR AND SIMILAR SUPPORT [i386]
2594P: Richard Gooch
2595M: rgooch@atnf.csiro.au
2596L: linux-kernel@vger.kernel.org
2597W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2598S: Maintained
2599
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002600MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002601P: Pierre Ossman
2602M: drzeus-mmc@drzeus.cx
2603L: linux-kernel@vger.kernel.org
2604S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002605
David Brownell15a05802007-08-08 09:12:54 -07002606MULTIMEDIA CARD (MMC) ETC. OVER SPI
2607P: David Brownell
2608M: dbrownell@users.sourceforge.net
2609L: linux-kernel@vger.kernel.org
2610S: Odd fixes
2611
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612MULTISOUND SOUND DRIVER
2613P: Andrew Veliath
2614M: andrewtv@usa.net
2615S: Maintained
2616
Jiri Slabyd7354102006-12-08 02:38:35 -08002617MULTITECH MULTIPORT CARD (ISICOM)
2618P: Jiri Slaby
2619M: jirislaby@gmail.com
2620L: linux-kernel@vger.kernel.org
2621S: Maintained
2622
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623NATSEMI ETHERNET DRIVER (DP8381x)
2624P: Tim Hockin
2625M: thockin@hockin.org
2626S: Maintained
2627
2628NCP FILESYSTEM
2629P: Petr Vandrovec
2630M: vandrove@vc.cvut.cz
2631L: linware@sh.cvut.cz
2632S: Maintained
2633
2634NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2635P: James E.J. Bottomley
2636M: James.Bottomley@HansenPartnership.com
2637L: linux-scsi@vger.kernel.org
2638S: Maintained
2639
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002640NETEM NETWORK EMULATOR
2641P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002642M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002643L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002644S: Maintained
2645
Jiri Slaby4a584482007-08-30 23:56:39 -07002646NETERION (S2IO) Xframe 10GbE DRIVER
2647P: Ramkrishna Vepa
2648M: ram.vepa@neterion.com
2649P: Rastapur Santosh
2650M: santosh.rastapur@neterion.com
2651P: Sivakumar Subramani
2652M: sivakumar.subramani@neterion.com
2653P: Sreenivasa Honnur
2654M: sreenivasa.honnur@neterion.com
2655L: netdev@vger.kernel.org
2656W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2657S: Supported
2658
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659NETFILTER/IPTABLES/IPCHAINS
2660P: Rusty Russell
2661P: Marc Boucher
2662P: James Morris
2663P: Harald Welte
2664P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002665P: Patrick McHardy
2666M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002667L: netfilter-devel@vger.kernel.org
2668L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002669L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670W: http://www.netfilter.org/
2671W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672S: Supported
2673
Paul Moore4cc67732006-09-25 15:57:13 -07002674NETLABEL
2675P: Paul Moore
2676M: paul.moore@hp.com
2677W: http://netlabel.sf.net
2678L: netdev@vger.kernel.org
2679S: Supported
2680
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681NETROM NETWORK LAYER
2682P: Ralf Baechle
2683M: ralf@linux-mips.org
2684L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002685W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686S: Maintained
2687
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002688NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689P: Paul Clements
2690M: Paul.Clements@steeleye.com
2691S: Maintained
2692
2693NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694P: Jeff Garzik
2695M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002696L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002697T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698S: Maintained
2699
2700NETWORKING [GENERAL]
2701P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002702M: netdev@vger.kernel.org
2703L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002704W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705S: Maintained
2706
2707NETWORKING [IPv4/IPv6]
2708P: David S. Miller
2709M: davem@davemloft.net
2710P: Alexey Kuznetsov
2711M: kuznet@ms2.inr.ac.ru
2712P: Pekka Savola (ipv6)
2713M: pekkas@netcore.fi
2714P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002715M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716P: Hideaki YOSHIFUJI
2717M: yoshfuji@linux-ipv6.org
2718P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002719M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002720L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002721T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722S: Maintained
2723
James Morris10e2ff12007-08-25 14:41:28 -07002724NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2725P: Paul Moore
2726M: paul.moore@hp.com
2727L: netdev@vger.kernel.org
2728S: Maintained
2729
John W. Linville29f8f632006-01-18 14:52:48 -08002730NETWORKING [WIRELESS]
2731P: John W. Linville
2732M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002733L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002734T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2735S: Maintained
2736
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002737NETXEN (1/10) GbE SUPPORT
2738P: Amit S. Kale
2739M: amitkale@netxen.com
2740L: netdev@vger.kernel.org
2741W: http://www.netxen.com
2742S: Supported
2743
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744IPVS
2745P: Wensong Zhang
2746M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002747P: Simon Horman
2748M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749P: Julian Anastasov
2750M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002751L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
2754NFS CLIENT
2755P: Trond Myklebust
2756M: trond.myklebust@fys.uio.no
2757L: linux-kernel@vger.kernel.org
2758S: Maintained
2759
2760NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002761P: Jan-Pascal van Best
2762M: janpascal@vanbest.org
2763P: Andreas Mohr
2764M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002765L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766S: Maintained
2767
2768NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2769P: YOKOTA Hiroshi
2770M: yokota@netlab.is.tsukuba.ac.jp
2771W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2772S: Maintained
2773
2774NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2775P: GOTO Masanori
2776M: gotom@debian.or.jp
2777P: YOKOTA Hiroshi
2778M: yokota@netlab.is.tsukuba.ac.jp
2779W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2780S: Maintained
2781
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782NTFS FILESYSTEM
2783P: Anton Altaparmakov
2784M: aia21@cantab.net
2785L: linux-ntfs-dev@lists.sourceforge.net
2786L: linux-kernel@vger.kernel.org
2787W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002788T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789S: Maintained
2790
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002791NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002792P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002793M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002794L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002795S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002797OPENCORES I2C BUS DRIVER
2798P: Peter Korsgaard
2799M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002800L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002801S: Maintained
2802
Mark Fashehccd979b2005-12-15 14:31:24 -08002803ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2804P: Mark Fasheh
2805M: mark.fasheh@oracle.com
2806P: Kurt Hackel
2807M: kurt.hackel@oracle.com
2808L: ocfs2-devel@oss.oracle.com
2809W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002810S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002811
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812OLYMPIC NETWORK DRIVER
2813P: Peter De Shrijver
2814M: p2@ace.ulyssis.student.kuleuven.ac.be
2815P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002816M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002817L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818L: linux-tr@linuxtr.net
2819W: http://www.linuxtr.net
2820S: Maintained
2821
Harald Weltec1986ee2005-11-13 16:06:29 -08002822OMNIKEY CARDMAN 4000 DRIVER
2823P: Harald Welte
2824M: laforge@gnumonks.org
2825S: Maintained
2826
Harald Welte77c44ab2005-11-13 16:06:26 -08002827OMNIKEY CARDMAN 4040 DRIVER
2828P: Harald Welte
2829M: laforge@gnumonks.org
2830S: Maintained
2831
Jonathan Corbet77d51402007-03-22 19:44:17 -03002832OMNIVISION OV7670 SENSOR DRIVER
2833P: Jonathan Corbet
2834M: corbet@lwn.net
2835L: video4linux-list@redhat.com
2836S: Maintained
2837
Thomas Gleixner431bca72007-05-02 09:31:35 +02002838ONENAND FLASH DRIVER
2839P: Kyungmin Park
2840M: kyungmin.park@samsung.com
2841L: linux-mtd@lists.infradead.org
2842S: Maintained
2843
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844ONSTREAM SCSI TAPE DRIVER
2845P: Willem Riede
2846M: osst@riede.org
2847L: osst-users@lists.sourceforge.net
2848L: linux-scsi@vger.kernel.org
2849S: Maintained
2850
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851OPROFILE
2852P: Philippe Elie
2853M: phil.el@wanadoo.fr
2854L: oprofile-list@lists.sf.net
2855S: Maintained
2856
2857ORINOCO DRIVER
2858P: Pavel Roskin
2859M: proski@gnu.org
2860P: David Gibson
2861M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002862L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002863L: orinoco-users@lists.sourceforge.net
2864L: orinoco-devel@lists.sourceforge.net
2865W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866S: Maintained
2867
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002868PA SEMI ETHERNET DRIVER
2869P: Olof Johansson
2870M: olof@lixom.net
2871L: netdev@vger.kernel.org
2872S: Maintained
2873
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002874PA SEMI SMBUS DRIVER
2875P: Olof Johansson
2876M: olof@lixom.net
2877L: i2c@lm-sensors.org
2878S: Maintained
2879
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002881L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002882S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883
2884PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2885P: Tim Waugh
2886M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002887L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888W: http://www.torque.net/linux-pp.html
2889S: Maintained
2890
2891PARISC ARCHITECTURE
2892P: Matthew Wilcox
2893M: matthew@wil.cx
2894P: Grant Grundler
2895M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002896P: Kyle McMartin
2897M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898L: parisc-linux@parisc-linux.org
2899W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002900T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2901T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902S: Maintained
2903
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002904PARAVIRT_OPS INTERFACE
2905P: Jeremy Fitzhardinge
2906M: jeremy@xensource.com
2907P: Chris Wright
2908M: chrisw@sous-sol.org
2909P: Zachary Amsden
2910M: zach@vmware.com
2911P: Rusty Russell
2912M: rusty@rustcorp.com.au
2913L: virtualization@lists.osdl.org
2914L: linux-kernel@vger.kernel.org
2915S: Supported
2916
Jim Cromie1662d322006-10-06 00:43:59 -07002917PC87360 HARDWARE MONITORING DRIVER
2918P: Jim Cromie
2919M: jim.cromie@gmail.com
2920L: lm-sensors@lm-sensors.org
2921S: Maintained
2922
2923PC8736x GPIO DRIVER
2924P: Jim Cromie
2925M: jim.cromie@gmail.com
2926S: Maintained
2927
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002928PCI ERROR RECOVERY
2929P: Linas Vepstas
2930M: linas@austin.ibm.com
2931L: linux-kernel@vger.kernel.org
2932L: linux-pci@atrey.karlin.mff.cuni.cz
2933S: Supported
2934
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935PCI SUBSYSTEM
2936P: Greg Kroah-Hartman
2937M: gregkh@suse.de
2938L: linux-kernel@vger.kernel.org
2939L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002940T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941S: Supported
2942
2943PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002944P: Kristen Carlson Accardi
2945M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946S: Supported
2947
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002948PCIE HOTPLUG DRIVER
2949P: Kristen Carlson Accardi
2950M: kristen.c.accardi@intel.com
2951L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002952S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002953
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002955P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002956L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002958T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002959S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960
2961PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002962P: Don Fry
2963M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002964L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965S: Maintained
2966
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002967PER-TASK DELAY ACCOUNTING
2968P: Shailabh Nagar
2969M: nagar@watson.ibm.com
2970L: linux-kernel@vger.kernel.org
2971S: Maintained
2972
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002973PERSONALITY HANDLING
2974P: Christoph Hellwig
2975M: hch@infradead.org
2976L: linux-abi-devel@lists.sourceforge.net
2977S: Maintained
2978
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002980P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981M: joern@wh.fh-wedel.de
2982L: linux-mtd@lists.infradead.org
2983S: Maintained
2984
Peter Osterlund249a6772005-09-27 21:45:30 -07002985PKTCDVD DRIVER
2986P: Peter Osterlund
2987M: petero2@telia.com
2988L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002989S: Maintained
2990
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002992P: Thomas Gleixner
2993M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002994L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995S: Supported
2996
Anton Vorontsov3be86142007-07-15 04:43:36 +04002997POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2998P: Anton Vorontsov
2999M: cbou@mail.ru
3000P: David Woodhouse
3001M: dwmw2@infradead.org
3002L: linux-kernel@vger.kernel.org
3003L: kernel-discuss@handhelds.org
3004T: git git.infradead.org/battery-2.6.git
3005S: Maintained
3006
Eugene Surovegin24682972005-10-14 03:00:53 -07003007POWERPC 4xx EMAC DRIVER
3008P: Eugene Surovegin
3009M: ebs@ebshome.net
3010W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003011L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003012L: netdev@vger.kernel.org
3013S: Maintained
3014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015PNP SUPPORT
3016P: Adam Belay
3017M: ambx1@neo.rr.com
3018S: Maintained
3019
Vitaly Wool999445d2007-01-04 13:07:03 +01003020PNXxxxx I2C DRIVER
3021P: Vitaly Wool
3022M: vitalywool@gmail.com
3023L: i2c@lm-sensors.org
3024S: Maintained
3025
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026PPP PROTOCOL DRIVERS AND COMPRESSORS
3027P: Paul Mackerras
3028M: paulus@samba.org
3029L: linux-ppp@vger.kernel.org
3030S: Maintained
3031
3032PPP OVER ATM (RFC 2364)
3033P: Mitchell Blank Jr
3034M: mitch@sfgoth.com
3035S: Maintained
3036
3037PPP OVER ETHERNET
3038P: Michal Ostrowski
3039M: mostrows@speakeasy.net
3040S: Maintained
3041
James Chapmana6d23702007-06-27 15:53:17 -07003042PPP OVER L2TP
3043P: James Chapman
3044M: jchapman@katalix.com
3045S: Maintained
3046
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047PREEMPTIBLE KERNEL
3048P: Robert Love
3049M: rml@tech9.net
3050L: linux-kernel@vger.kernel.org
3051L: kpreempt-tech@lists.sourceforge.net
3052W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3053S: Supported
3054
Michael Wueff1a592007-09-25 18:11:01 -07003055P54 WIRELESS DRIVER
3056P: Michael Wu
3057M: flamingice@sourmilk.net
3058L: linux-wireless@vger.kernel.org
3059W: http://prism54.org
3060T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3061S: Maintained
3062
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003064P: Luis R. Rodriguez
3065M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003066L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067W: http://prism54.org
3068S: Maintained
3069
3070PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3071P: Peter Denison
3072M: promise@pnd-pc.demon.co.uk
3073W: http://www.pnd-pc.demon.co.uk/promise/
3074S: Maintained
3075
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003076PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3077P: Mikael Pettersson
3078M: mikpe@it.uu.se
3079L: linux-ide@vger.kernel.org
3080S: Maintained
3081
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003082PS3 NETWORK SUPPORT
3083P: Masakazu Mokuno
3084M: mokuno@sm.sony.co.jp
3085L: netdev@vger.kernel.org
3086L: cbe-oss-dev@ozlabs.org
3087S: Supported
3088
Geoff Levandf58a9d12006-11-23 00:46:51 +01003089PS3 PLATFORM SUPPORT
3090P: Geoff Levand
3091M: geoffrey.levand@am.sony.com
3092L: linuxppc-dev@ozlabs.org
3093L: cbe-oss-dev@ozlabs.org
3094S: Supported
3095
Michael Krufky83202042006-07-03 00:24:18 -07003096PVRUSB2 VIDEO4LINUX DRIVER
3097P: Mike Isely
3098M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003099L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003100L: video4linux-list@redhat.com
3101W: http://www.isely.net/pvrusb2/
3102S: Maintained
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104PXA2xx SUPPORT
3105P: Nicolas Pitre
3106M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003107L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108S: Maintained
3109
Pierre Ossman272f1332007-05-14 21:25:26 +02003110PXA MMCI DRIVER
3111S: Orphan
3112
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113QLOGIC QLA2XXX FC-SCSI DRIVER
3114P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003115M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116L: linux-scsi@vger.kernel.org
3117S: Supported
3118
Ron Mercer5a4faa82006-07-25 00:40:21 -07003119QLOGIC QLA3XXX NETWORK DRIVER
3120P: Ron Mercer
3121M: linux-driver@qlogic.com
3122L: netdev@vger.kernel.org
3123S: Supported
3124
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125QNX4 FILESYSTEM
3126P: Anders Larsen
3127M: al@alarsen.net
3128L: linux-kernel@vger.kernel.org
3129W: http://www.alarsen.net/linux/qnx4fs/
3130S: Maintained
3131
3132RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003133P: Benjamin Herrenschmidt
3134M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003135L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136S: Maintained
3137
3138RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003139P: Paul Mackerras
3140M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003141L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142S: Maintained
3143
3144RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3145P: Corey Thomas
3146M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003147L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148S: Maintained
3149
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003150RALINK RT2X00 WLAN DRIVER
3151P: rt2x00 project
3152L: linux-wireless@vger.kernel.org
3153L: rt2400-devel@lists.sourceforge.net
3154W: http://rt2x00.serialmonkey.com/
3155S: Maintained
3156F: drivers/net/wireless/rt2x00/
3157
Matt Mackall9e95ce22005-04-16 15:25:56 -07003158RANDOM NUMBER DRIVER
3159P: Matt Mackall
3160M: mpm@selenic.com
3161S: Maintained
3162
Matt Porter394b7012005-11-07 01:00:15 -08003163RAPIDIO SUBSYSTEM
3164P: Matt Porter
3165M: mporter@kernel.crashing.org
3166L: linux-kernel@vger.kernel.org
3167S: Maintained
3168
Josh Triplett595182b2006-10-04 02:17:21 -07003169READ-COPY UPDATE (RCU)
3170P: Dipankar Sarma
3171M: dipankar@in.ibm.com
3172W: http://www.rdrop.com/users/paulmck/rclock/
3173L: linux-kernel@vger.kernel.org
3174S: Supported
3175
3176RCUTORTURE MODULE
3177P: Josh Triplett
3178M: josh@freedesktop.org
3179L: linux-kernel@vger.kernel.org
3180S: Maintained
3181
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182REAL TIME CLOCK DRIVER
3183P: Paul Gortmaker
3184M: p_gortmaker@yahoo.com
3185L: linux-kernel@vger.kernel.org
3186S: Maintained
3187
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003188REAL TIME CLOCK (RTC) SUBSYSTEM
3189P: Alessandro Zummo
3190M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003191L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003192S: Maintained
3193
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194REISERFS FILE SYSTEM
3195P: Hans Reiser
3196M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003197L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198W: http://www.namesys.com
3199S: Supported
3200
3201ROCKETPORT DRIVER
3202P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203W: http://www.comtrol.com
3204S: Maintained
3205
3206ROSE NETWORK LAYER
3207P: Ralf Baechle
3208M: ralf@linux-mips.org
3209L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003210W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Maintained
3212
3213RISCOM8 DRIVER
3214S: Orphan
3215
Michael Wu605bebe2007-05-14 01:41:02 -04003216RTL818X WIRELESS DRIVER
3217P: Michael Wu
3218M: flamingice@sourmilk.net
3219P: Andrea Merello
3220M: andreamrl@tiscali.it
3221L: linux-wireless@vger.kernel.org
3222W: http://linuxwireless.org/
3223T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3224S: Maintained
3225
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003226S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003227P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003228M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003229L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003230S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003231
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232S390
3233P: Martin Schwidefsky
3234M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003235P: Heiko Carstens
3236M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003238L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003239W: http://www.ibm.com/developerworks/linux/linux390/
3240S: Supported
3241
3242S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003243P: Ursula Braun
3244M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003245P: Frank Blaschka
3246M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003247M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003248L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003249W: http://www.ibm.com/developerworks/linux/linux390/
3250S: Supported
3251
3252S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003253P: Swen Schillig
3254M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003255M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-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/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258S: Supported
3259
Ursula Braundd96df22007-09-19 13:09:02 +02003260S390 IUCV NETWORK LAYER
3261P: Ursula Braun
3262M: ubraun@linux.vnet.ibm.com
3263M: linux390@de.ibm.com
3264L: linux-s390@vger.kernel.org
3265W: http://www.ibm.com/developerworks/linux/linux390/
3266S: Supported
3267
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268SAA7146 VIDEO4LINUX-2 DRIVER
3269P: Michael Hunold
3270M: michael@mihu.de
3271W: http://www.mihu.de/linux/saa7146
3272S: Maintained
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274SC1200 WDT DRIVER
3275P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003276M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277S: Maintained
3278
3279SCHEDULER
3280P: Ingo Molnar
3281M: mingo@elte.hu
3282P: Robert Love [the preemptible kernel bits]
3283M: rml@tech9.net
3284L: linux-kernel@vger.kernel.org
3285S: Maintained
3286
3287SCSI CDROM DRIVER
3288P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003289M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290L: linux-scsi@vger.kernel.org
3291W: http://www.kernel.dk
3292S: Maintained
3293
3294SCSI SG DRIVER
3295P: Doug Gilbert
3296M: dgilbert@interlog.com
3297L: linux-scsi@vger.kernel.org
3298W: http://www.torque.net/sg
3299S: Maintained
3300
3301SCSI SUBSYSTEM
3302P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003303M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003305T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003306T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3307T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308S: Maintained
3309
3310SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003311P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312M: Kai.Makisara@kolumbus.fi
3313L: linux-scsi@vger.kernel.org
3314S: Maintained
3315
3316SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003317P: Vlad Yasevich
3318M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003319P: Sridhar Samudrala
3320M: sri@us.ibm.com
3321L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003322W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003323S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324
3325SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003326P: Jim Cromie
3327M: jim.cromie@gmail.com
3328S: Odd Fixes
3329
3330SCx200 GPIO DRIVER
3331P: Jim Cromie
3332M: jim.cromie@gmail.com
3333S: Maintained
3334
3335SCx200 HRT CLOCKSOURCE DRIVER
3336P: Jim Cromie
3337M: jim.cromie@gmail.com
3338S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339
3340SECURITY CONTACT
3341P: Security Officers
3342M: security@kernel.org
3343S: Supported
3344
3345SELINUX SECURITY MODULE
3346P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003347M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003349M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003350P: Eric Paris
3351M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003353L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354W: http://www.nsa.gov/selinux
3355S: Supported
3356
Jiri Slabycef2cf02007-05-08 00:31:45 -07003357SENSABLE PHANTOM
3358P: Jiri Slaby
3359M: jirislaby@gmail.com
3360S: Maintained
3361
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362SERIAL ATA (SATA) SUBSYSTEM:
3363P: Jeff Garzik
3364M: jgarzik@pobox.com
3365L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003366T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367S: Supported
3368
3369SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3370P: Pat Gefre
3371M: pfg@sgi.com
3372L: linux-ia64@vger.kernel.org
3373S: Supported
3374
3375SGI VISUAL WORKSTATION 320 AND 540
3376P: Andrey Panin
3377M: pazke@donpac.ru
3378L: linux-visws-devel@lists.sf.net
3379W: http://linux-visws.sf.net
3380S: Maintained for 2.6.
3381
3382SIMTEC EB110ATX (Chalice CATS)
3383P: Ben Dooks
3384P: Vincent Sanders
3385M: support@simtec.co.uk
3386W: http://www.simtec.co.uk/products/EB110ATX/
3387S: Supported
3388
3389SIMTEC EB2410ITX (BAST)
3390P: Ben Dooks
3391P: Vincent Sanders
3392M: support@simtec.co.uk
3393W: http://www.simtec.co.uk/products/EB2410ITX/
3394S: Supported
3395
Francois Romieu92aab3c2005-07-30 13:11:18 +02003396SIS 190 ETHERNET DRIVER
3397P: Francois Romieu
3398M: romieu@fr.zoreil.com
3399L: netdev@vger.kernel.org
3400S: Maintained
3401
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402SIS 5513 IDE CONTROLLER DRIVER
3403P: Lionel Bouton
3404M: Lionel.Bouton@inet6.fr
3405W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3406W: http://gyver.homeip.net/sis5513/index.html
3407S: Maintained
3408
3409SIS 900/7016 FAST ETHERNET DRIVER
3410P: Daniele Venzano
3411M: venza@brownhat.org
3412W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003413L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414S: Maintained
3415
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003416SIS 96X I2C/SMBUS DRIVER
3417P: Mark M. Hoffman
3418M: mhoffman@lightlink.com
3419L: lm-sensors@lm-sensors.org
3420S: Maintained
3421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422SIS FRAMEBUFFER DRIVER
3423P: Thomas Winischhofer
3424M: thomas@winischhofer.net
3425W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003426S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427
3428SIS USB2VGA DRIVER
3429P: Thomas Winischhofer
3430M: thomas@winischhofer.net
3431W: http://www.winischhofer.at/linuxsisusbvga.shtml
3432S: Maintained
3433
Christoph Lameter415ad262007-07-26 10:40:56 -07003434SLAB ALLOCATOR
3435P: Christoph Lameter
3436M: clameter@sgi.com
3437P: Pekka Enberg
3438M: penberg@cs.helsinki.fi
3439L: linux-mm@kvack.org
3440S: Maintained
3441
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442SMC91x ETHERNET DRIVER
3443P: Nicolas Pitre
3444M: nico@cam.org
3445S: Maintained
3446
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003447SMSC47B397 HARDWARE MONITOR DRIVER
3448P: Mark M. Hoffman
3449M: mhoffman@lightlink.com
3450L: lm-sensors@lm-sensors.org
3451S: Maintained
3452
Daniel Drake8f0f8502006-07-18 22:00:25 +01003453SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003454P: Daniel Drake
3455M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003456L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003457S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003458
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459SOFTWARE RAID (Multiple Disks) SUPPORT
3460P: Ingo Molnar
3461M: mingo@redhat.com
3462P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003463M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003465S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466
Pavel Machek95a631e2007-07-19 01:47:42 -07003467HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468P: Pavel Machek
3469M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003470P: Rafael J. Wysocki
3471M: rjw@sisk.pl
3472L: linux-pm@lists.linux-foundation.org
3473S: Supported
3474
3475SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003476P: Len Brown
3477M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003478P: Pavel Machek
3479M: pavel@suse.cz
3480P: Rafael J. Wysocki
3481M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003482L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003483S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484
3485SONIC NETWORK DRIVER
3486P: Thomas Bogendoerfer
3487M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003488L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489S: Maintained
3490
Michael Buesch61e115a2007-09-18 15:12:50 -04003491SONICS SILICON BACKPLANE DRIVER (SSB)
3492P: Michael Buesch
3493M: mb@bu3sch.de
3494L: netdev@vger.kernel.org
3495S: Maintained
3496
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003498P: Mattia Dongili
3499M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003500L: linux-acpi@vger.kernel.org
3501W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502S: Maintained
3503
3504SOUND
3505P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003506M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003507L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508S: Maintained
3509
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003510SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3511P: Liam Girdwood
3512M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003513L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003514S: Supported
3515
Kumar Gala025c3982006-04-02 16:05:54 -05003516SPI SUBSYSTEM
3517P: David Brownell
3518M: dbrownell@users.sourceforge.net
3519L: spi-devel-general@lists.sourceforge.net
3520S: Maintained
3521
Steven Rostedt855f46a2006-08-05 12:14:50 -07003522STABLE BRANCH:
3523P: Greg Kroah-Hartman
3524M: greg@kroah.com
3525P: Chris Wright
3526M: chrisw@sous-sol.org
3527L: stable@kernel.org
3528S: Maintained
3529
Kylene Hall1c72d462005-05-01 08:59:13 -07003530TPM DEVICE DRIVER
3531P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003532M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003533W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003534P: Marcel Selhorst
3535M: tpm@selhorst.net
3536W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003537L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003538S: Maintained
3539
Mark Gross1a80ba82005-10-30 15:02:55 -08003540Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003541P: Mark Gross
3542M: mark.gross@intel.com
3543S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003544
Chris Zankel48b415c2005-06-23 22:01:07 -07003545TENSILICA XTENSA PORT (xtensa):
3546P: Chris Zankel
3547M: chris@zankel.net
3548S: Maintained
3549
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003550THINKPAD ACPI EXTRAS DRIVER
3551P: Henrique de Moraes Holschuh
3552M: ibm-acpi@hmh.eng.br
3553L: ibm-acpi-devel@lists.sourceforge.net
3554W: http://ibm-acpi.sourceforge.net
3555W: http://thinkwiki.org/wiki/Ibm-acpi
3556T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3557S: Maintained
3558
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559UltraSPARC (sparc64):
3560P: David S. Miller
3561M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003563T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564S: Maintained
3565
3566SHARP LH SUPPORT (LH7952X & LH7A40X)
3567P: Marc Singer
3568M: elf@buici.com
3569W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571S: Maintained
3572
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003573SHPC HOTPLUG DRIVER
3574P: Kristen Carlson Accardi
3575M: kristen.c.accardi@intel.com
3576L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003577S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003578
Pierre Ossmand129bce2006-03-24 03:18:17 -08003579SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3580P: Pierre Ossman
3581M: drzeus-sdhci@drzeus.cx
3582L: sdhci-devel@list.drzeus.cx
3583W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3584S: Maintained
3585
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003586SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3587P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003588M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003589L: netdev@vger.kernel.org
3590S: Maintained
3591
Chris Boot1a87d942006-07-10 04:45:34 -07003592SOEKRIS NET48XX LED SUPPORT
3593P: Chris Boot
3594M: bootc@bootc.net
3595S: Maintained
3596
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597SPARC (sparc32):
3598P: William L. Irwin
3599M: wli@holomorphy.com
3600L: sparclinux@vger.kernel.org
3601S: Maintained
3602
3603SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3604P: Roger Wolff
3605M: R.E.Wolff@BitWizard.nl
3606L: linux-kernel@vger.kernel.org ?
3607S: Supported
3608
Jim Lewis2752e402006-09-29 02:01:19 -07003609SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003610P: Linas Vepstas
3611M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003612L: netdev@vger.kernel.org
3613S: Supported
3614
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615SRM (Alpha) environment access
3616P: Jan-Benedict Glaw
3617M: jbglaw@lug-owl.de
3618L: linux-kernel@vger.kernel.org
3619S: Maintained
3620
3621STARFIRE/DURALAN NETWORK DRIVER
3622P: Ion Badulescu
3623M: ionut@cs.columbia.edu
3624S: Maintained
3625
3626STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3627W: http://mosquitonet.Stanford.EDU/strip.html
3628S: Unsupported ?
3629
3630STRADIS MPEG-2 DECODER DRIVER
3631P: Nathan Laredo
3632M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633W: http://www.stradis.com/
3634S: Maintained
3635
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003636SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637P: Paul Mundt
3638M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003639L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003641T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642S: Maintained
3643
3644SUN3/3X
3645P: Sam Creasey
3646M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647W: http://sammy.net/sun3/
3648S: Maintained
3649
3650SVGA HANDLING
3651P: Martin Mares
3652M: mj@ucw.cz
3653L: linux-video@atrey.karlin.mff.cuni.cz
3654S: Maintained
3655
3656SYSV FILESYSTEM
3657P: Christoph Hellwig
3658M: hch@infradead.org
3659S: Maintained
3660
Stephen Hemminger781b4562006-07-10 20:25:29 -07003661TC CLASSIFIER
3662P: Jamal Hadi Salim
3663M: hadi@cyberus.ca
3664L: netdev@vger.kernel.org
3665S: Maintained
3666
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003667TCP LOW PRIORITY MODULE
3668P: Wong Hoi Sing, Edison
3669M: hswong3i@gmail.com
3670P: Hung Hing Lun, Mike
3671M: hlhung3i@gmail.com
3672W: http://tcp-lp-mod.sourceforge.net/
3673S: Maintained
3674
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003675TEHUTI ETHERNET DRIVER
3676P: Alexander Indenbaum
3677M: baum@tehutinetworks.net
3678P: Andy Gospodarek
3679M: andy@greyhouse.net
3680L: netdev@vger.kernel.org
3681S: Supported
3682
Alex Dubov4020f2d2006-10-04 02:15:37 -07003683TI FLASH MEDIA INTERFACE DRIVER
3684P: Alex Dubov
3685M: oakad@yahoo.com
3686S: Maintained
3687
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003688TI OMAP MMC INTERFACE DRIVER
3689P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003690M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003691W: http://linux.omap.com
3692W: http://www.muru.com/linux/omap/
3693S: Maintained
3694
Michael Buesch844dd052006-06-26 00:24:59 -07003695TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3696P: Deepak Saxena
3697M: dsaxena@plexity.net
3698S: Maintained
3699
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003700TASKSTATS STATISTICS INTERFACE
3701P: Shailabh Nagar
3702M: nagar@watson.ibm.com
3703L: linux-kernel@vger.kernel.org
3704S: Maintained
3705
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003707P: Romain Lievin
3708M: roms@lpg.ticalc.org
3709S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710
Per Lidene86eaa32006-01-12 16:45:18 +01003711TIPC NETWORK LAYER
3712P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003713M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003714P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003715M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003716P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003717M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003718L: tipc-discussion@lists.sourceforge.net
3719W: http://tipc.sourceforge.net/
3720W: http://tipc.cslab.ericsson.net/
3721T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3722S: Maintained
3723
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724TLAN NETWORK DRIVER
3725P: Samuel Chessman
3726M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003727L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728W: http://sourceforge.net/projects/tlan/
3729S: Maintained
3730
3731TOKEN-RING NETWORK DRIVER
3732P: Mike Phillips
3733M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003734L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735L: linux-tr@linuxtr.net
3736W: http://www.linuxtr.net
3737S: Maintained
3738
3739TOSHIBA ACPI EXTRAS DRIVER
3740P: John Belmonte
3741M: toshiba_acpi@memebeam.org
3742W: http://memebeam.org/toys/ToshibaAcpiDriver
3743S: Maintained
3744
3745TOSHIBA SMM DRIVER
3746P: Jonathan Buzzard
3747M: jonathan@buzzard.org.uk
3748L: tlinux-users@tce.toshiba-dme.co.jp
3749W: http://www.buzzard.org.uk/toshiba/
3750S: Maintained
3751
3752TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3753P: Muli Ben-Yehuda
3754M: mulix@mulix.org
3755L: linux-kernel@vger.kernel.org
3756S: Maintained
3757
3758TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003759P: Adrian Bunk
3760M: trivial@kernel.org
3761L: linux-kernel@vger.kernel.org
3762W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3763T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3764S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765
3766TMS380 TOKEN-RING NETWORK DRIVER
3767P: Adam Fritzler
3768M: mid@auk.cx
3769L: linux-tr@linuxtr.net
3770W: http://www.auk.cx/tms380tr/
3771S: Maintained
3772
3773TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774L: tulip-users@lists.sourceforge.net
3775W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003776S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777
3778TUN/TAP driver
3779P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003780M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781L: vtun@office.satix.net
3782W: http://vtun.sourceforge.net/tun
3783S: Maintained
3784
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003785TURBOCHANNEL SUBSYSTEM
3786P: Maciej W. Rozycki
3787M: macro@linux-mips.org
3788S: Maintained
3789
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790U14-34F SCSI DRIVER
3791P: Dario Ballabio
3792M: ballabio_dario@emc.com
3793L: linux-scsi@vger.kernel.org
3794S: Maintained
3795
3796UDF FILESYSTEM
3797P: Ben Fennema
3798M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799W: http://linux-udf.sourceforge.net
3800S: Maintained
3801
3802UNIFORM CDROM DRIVER
3803P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003804M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805L: linux-kernel@vger.kernel.org
3806W: http://www.kernel.dk
3807S: Maintained
3808
3809USB ACM DRIVER
3810P: Oliver Neukum
3811M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003812L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813S: Maintained
3814
3815USB BLOCK DRIVER (UB ub)
3816P: Pete Zaitcev
3817M: zaitcev@redhat.com
3818L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003819L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820S: Supported
3821
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822USB CDC ETHERNET DRIVER
3823P: Greg Kroah-Hartman
3824M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003825L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826S: Maintained
3827W: http://www.kroah.com/linux-usb/
3828
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003829USB DAVICOM DM9601 DRIVER
3830P: Peter Korsgaard
3831M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003832L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003833W: http://www.linux-usb.org/usbnet
3834S: Maintained
3835
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836USB EHCI DRIVER
3837P: David Brownell
3838M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003839L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003840S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841
Luca Risolia7ce08c92006-01-11 02:06:59 +00003842USB ET61X[12]51 DRIVER
3843P: Luca Risolia
3844M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003845L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003846L: video4linux-list@redhat.com
3847W: http://www.linux-projects.org
3848S: Maintained
3849
David Brownell69ae9e32006-11-14 02:03:31 -08003850USB GADGET/PERIPHERAL SUBSYSTEM
3851P: David Brownell
3852M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003853L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003854W: http://www.linux-usb.org/gadget
3855S: Maintained
3856
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003857USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003858P: Jiri Kosina
3859M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003860L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003861T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862S: Maintained
3863
Olav Kongas959eea22005-11-03 17:38:14 +02003864USB ISP116X DRIVER
3865P: Olav Kongas
3866M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003867L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003868S: Maintained
3869
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870USB KAWASAKI LSI DRIVER
3871P: Oliver Neukum
3872M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003873L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874S: Maintained
3875
3876USB MASS STORAGE DRIVER
3877P: Matthew Dharm
3878M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003879L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003880L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881S: Maintained
3882W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3883
3884USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003885P: David Brownell
3886M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003887L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003888S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889
Matthias Urlichsba460e42005-07-14 00:33:47 -07003890USB OPTION-CARD DRIVER
3891P: Matthias Urlichs
3892M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003893L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003894S: Maintained
3895
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896USB OV511 DRIVER
3897P: Mark McClelland
3898M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003899L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900W: http://alpha.dyndns.org/ov511/
3901S: Maintained
3902
3903USB PEGASUS DRIVER
3904P: Petko Manolov
3905M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003906L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003907L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908W: http://pegasus2.sourceforge.net/
3909S: Maintained
3910
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003911USB PRINTER DRIVER (usblp)
3912P: Pete Zaitcev
3913M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003914L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003915S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916
3917USB RTL8150 DRIVER
3918P: Petko Manolov
3919M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003920L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003921L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922W: http://pegasus2.sourceforge.net/
3923S: Maintained
3924
3925USB SE401 DRIVER
3926P: Jeroen Vreeken
3927M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003928L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003929W: http://www.chello.nl/~j.vreeken/se401/
3930S: Maintained
3931
3932USB SERIAL CYBERJACK DRIVER
3933P: Matthias Bruestle and Harald Welte
3934M: support@reiner-sct.com
3935W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3936S: Maintained
3937
3938USB SERIAL DIGI ACCELEPORT DRIVER
3939P: Peter Berger and Al Borchers
3940M: pberger@brimson.com
3941M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003942L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943S: Maintained
3944
3945USB SERIAL DRIVER
3946P: Greg Kroah-Hartman
3947M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003948L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949S: Supported
3950
3951USB SERIAL BELKIN F5U103 DRIVER
3952P: William Greathouse
3953M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003954L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955S: Maintained
3956
3957USB SERIAL CYPRESS M8 DRIVER
3958P: Lonnie Mendez
3959M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003960L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961S: Maintained
3962W: http://geocities.com/i0xox0i
3963W: http://firstlight.net/cvs
3964
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965USB AUERSWALD DRIVER
3966P: Wolfgang Muees
3967M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003968L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969S: Maintained
3970
3971USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3972P: Gary Brubaker
3973M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003974L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975S: Maintained
3976
3977USB SERIAL KEYSPAN DRIVER
3978P: Greg Kroah-Hartman
3979M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003980L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981W: http://www.kroah.com/linux/
3982S: Maintained
3983
3984USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003985P: Support Department
3986M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003987L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003988W: http://www.connecttech.com
3989S: Supported
3990
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003991USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992P: Luca Risolia
3993M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003994L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003995L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996W: http://www.linux-projects.org
3997S: Maintained
3998
3999USB SUBSYSTEM
4000P: Greg Kroah-Hartman
4001M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004002L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004004T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005S: Supported
4006
4007USB UHCI DRIVER
4008P: Alan Stern
4009M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004010L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011S: Maintained
4012
David Brownell69ae9e32006-11-14 02:03:31 -08004013USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014P: David Brownell
4015M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004016L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004017W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018S: Maintained
4019
4020USB W996[87]CF DRIVER
4021P: Luca Risolia
4022M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004023L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004024L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025W: http://www.linux-projects.org
4026S: Maintained
4027
Luca Risolia60f78052006-02-06 16:29:35 +00004028USB ZC0301 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 Risolia60f78052006-02-06 16:29:35 +00004032L: video4linux-list@redhat.com
4033W: http://www.linux-projects.org
4034S: Maintained
4035
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036USB ZD1201 DRIVER
4037P: Jeroen Vreeken
4038M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004039L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040W: http://linux-lc100020.sourceforge.net
4041S: Maintained
4042
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004043USB ZR364XX DRIVER
4044P: Antoine Jacquet
4045M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004046L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004047L: video4linux-list@redhat.com
4048W: http://royale.zerezo.com/zr364xx/
4049S: Maintained
4050
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051USER-MODE LINUX
4052P: Jeff Dike
4053M: jdike@karaya.com
4054L: user-mode-linux-devel@lists.sourceforge.net
4055L: user-mode-linux-user@lists.sourceforge.net
4056W: http://user-mode-linux.sourceforge.net
4057S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004058
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059FAT/VFAT/MSDOS FILESYSTEM:
4060P: OGAWA Hirofumi
4061M: hirofumi@mail.parknet.co.jp
4062L: linux-kernel@vger.kernel.org
4063S: Maintained
4064
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065VIA RHINE NETWORK DRIVER
4066P: Roger Luethi
4067M: rl@hellgate.ch
4068S: Maintained
4069
Jean Delvare32c0a522005-09-22 21:47:58 +02004070VIAPRO SMBUS DRIVER
4071P: Jean Delvare
4072M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004073L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004074S: Maintained
4075
Francois Romieu01f20732007-01-26 00:57:17 -08004076VIA VELOCITY NETWORK DRIVER
4077P: Francois Romieu
4078M: romieu@fr.zoreil.com
4079L: netdev@vger.kernel.org
4080S: Maintained
4081
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082UCLINUX (AND M68KNOMMU)
4083P: Greg Ungerer
4084M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004086L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087S: Maintained
4088
4089UCLINUX FOR NEC V850
4090P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091
4092UCLINUX FOR RENESAS H8/300
4093P: Yoshinori Sato
4094M: ysato@users.sourceforge.jp
4095W: http://uclinux-h8.sourceforge.jp/
4096S: Supported
4097
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004098UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004099P: Evgeniy Dushistov
4100M: dushistov@mail.ru
4101L: linux-kernel@vger.kernel.org
4102S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004103
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104USB DIAMOND RIO500 DRIVER
4105P: Cesar Miquel
4106M: miquel@df.uba.ar
4107L: rio500-users@lists.sourceforge.net
4108W: http://rio500.sourceforge.net
4109S: Maintained
4110
4111VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004112P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004113M: mchehab@infradead.org
4114M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004116W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004117T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004118S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119
Patrick McHardybe7f8272007-10-23 20:26:36 -07004120VLAN (802.1Q)
4121P: Patrick McHardy
4122M: kaber@trash.net
4123L: netdev@vger.kernel.org
4124S: Maintained
4125
Juerg Haefligerab413192006-09-24 20:54:04 +02004126VT1211 HARDWARE MONITOR DRIVER
4127P: Juerg Haefliger
4128M: juergh@gmail.com
4129L: lm-sensors@lm-sensors.org
4130S: Maintained
4131
Roger Lucas1de9e372005-11-26 20:20:05 +01004132VT8231 HARDWARE MONITOR DRIVER
4133P: Roger Lucas
4134M: roger@planbit.co.uk
4135L: lm-sensors@lm-sensors.org
4136S: Maintained
4137
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138W1 DALLAS'S 1-WIRE BUS
4139P: Evgeniy Polyakov
4140M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141S: Maintained
4142
Charles Spirakis13927072006-07-05 18:05:15 +02004143W83791D HARDWARE MONITORING DRIVER
4144P: Charles Spirakis
4145M: bezaur@gmail.com
4146L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004147S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004148
Rudolf Marek61db0112006-12-12 18:18:30 +01004149W83793 HARDWARE MONITORING DRIVER
4150P: Rudolf Marek
4151M: r.marek@assembler.cz
4152L: lm-sensors@lm-sensors.org
4153S: Maintained
4154
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155W83L51xD SD/MMC CARD INTERFACE DRIVER
4156P: Pierre Ossman
4157M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004158L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159W: http://projects.drzeus.cx/wbsd
4160S: Maintained
4161
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004162WATCHDOG DEVICE DRIVERS
4163P: Wim Van Sebroeck
4164M: wim@iguana.be
4165T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4166S: Maintained
4167
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4169P: Jean Tourrilhes
4170M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004171L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4173S: Maintained
4174
4175WD7000 SCSI DRIVER
4176P: Miroslav Zagorac
4177M: zaga@fly.cc.fer.hr
4178L: linux-scsi@vger.kernel.org
4179S: Maintained
4180
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004181WISTRON LAPTOP BUTTON DRIVER
4182P: Miloslav Trmac
4183M: mitr@volny.cz
4184S: Maintained
4185
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186WL3501 WIRELESS PCMCIA CARD DRIVER
4187P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004188M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004189L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004190W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191S: Maintained
4192
4193X.25 NETWORK LAYER
4194P: Henner Eisen
4195M: eis@baty.hanse.de
4196L: linux-x25@vger.kernel.org
4197S: Maintained
4198
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004199XEN HYPERVISOR INTERFACE
4200P: Jeremy Fitzhardinge
4201M: jeremy@xensource.com
4202P: Chris Wright
4203M: chrisw@sous-sol.org
4204L: virtualization@lists.osdl.org
4205L: xen-devel@lists.xensource.com
4206S: Supported
4207
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208XFS FILESYSTEM
4209P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004210P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004212L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004214T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215S: Supported
4216
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004217XILINX SYSTEMACE DRIVER
4218P: Grant Likely
4219M: grant.likely@secretlab.ca
4220W: http://www.secretlab.ca/
4221L: linux-kernel@vger.kernel.org
4222S: Maintained
4223
Peter Korsgaard238b8722006-12-06 20:35:17 -08004224XILINX UARTLITE SERIAL DRIVER
4225P: Peter Korsgaard
4226M: jacmet@sunsite.dk
4227L: linux-serial@vger.kernel.org
4228S: Maintained
4229
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004230X86 ARCHITECTURE (32-BIT AND 64-BIT)
4231P: Thomas Gleixner
4232M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233P: Ingo Molnar
4234M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004235P: H. Peter Anvin
4236M: hpa@zytor.com
4237L: linux-kernel@vger.kernel.org
4238T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239S: Maintained
4240
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241YAM DRIVER FOR AX.25
4242P: Jean-Paul Roubelat
4243M: jpr@f6fbb.org
4244L: linux-hams@vger.kernel.org
4245S: Maintained
4246
Henkaf64a5e2005-10-12 15:02:56 +02004247YEALINK PHONE DRIVER
4248P: Henk Vergonet
4249M: Henk.Vergonet@gmail.com
4250L: usbb2k-api-dev@nongnu.org
4251S: Maintained
4252
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253Z8530 DRIVER FOR AX.25
4254P: Joerg Reuter
4255M: jreuter@yaina.de
4256W: http://yaina.de/jreuter/
4257W: http://www.qsl.net/dl1bke/
4258L: linux-hams@vger.kernel.org
4259S: Maintained
4260
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004261ZD1211RW WIRELESS DRIVER
4262P: Daniel Drake
4263M: dsd@gentoo.org
4264P: Ulrich Kunitz
4265M: kune@deine-taler.de
4266W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004267L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004268L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4269S: Maintained
4270
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271ZF MACHZ WATCHDOG
4272P: Fernando Fuganti
4273M: fuganti@netbank.com.br
4274W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4275S: Maintained
4276
4277ZR36067 VIDEO FOR LINUX DRIVER
4278P: Ronald Bultje
4279M: rbultje@ronald.bitfreak.net
4280L: mjpeg-users@lists.sourceforge.net
4281W: http://mjpeg.sourceforge.net/driver-zoran/
4282S: Maintained
4283
4284ZR36120 VIDEO FOR LINUX DRIVER
4285P: Pauline Middelink
4286M: middelin@polyware.nl
4287W: http://www.polyware.nl/~middelin/En/hobbies.html
4288W: http://www.polyware.nl/~middelin/hobbies.html
4289S: Maintained
4290
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004291ZS DECSTATION Z85C30 SERIAL DRIVER
4292P: Maciej W. Rozycki
4293M: macro@linux-mips.org
4294S: Maintained
4295
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296THE REST
4297P: Linus Torvalds
4298S: Buried alive in reporters