blob: f3d7256bc74eb3d40d4adba9c4ad08ab9d64af14 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091L: linux-tr@linuxtr.net
92W: http://www.linuxtr.net
93S: Maintained
94
953C505 NETWORK DRIVER
96P: Philip Blundell
97M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070098L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070099S: Maintained
100
Steffen Klasserta6d89912007-08-10 14:05:27 -07001013C59X NETWORK DRIVER
102P: Steffen Klassert
103M: klassert@mathematik.tu-chemnitz.de
104L: netdev@vger.kernel.org
105S: Maintained
106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073CR990 NETWORK DRIVER
108P: David Dillow
109M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700110L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111S: Maintained
112
1133W-XXXX ATA-RAID CONTROLLER DRIVER
114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
1203W-9XXX SATA-RAID CONTROLLER DRIVER
121P: Adam Radford
122M: linuxraid@amcc.com
123L: linux-scsi@vger.kernel.org
124W: http://www.amcc.com
125S: Supported
126
12753C700 AND 53C700-66 SCSI DRIVER
128P: James E.J. Bottomley
129M: James.Bottomley@HansenPartnership.com
130L: linux-scsi@vger.kernel.org
131S: Maintained
132
1336PACK NETWORK DRIVER FOR AX.25
134P: Andreas Koensgen
135M: ajk@iehk.rwth-aachen.de
136L: linux-hams@vger.kernel.org
137S: Maintained
138
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398169 10/100/1000 GIGABIT ETHERNET DRIVER
140P: Francois Romieu
141M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700142L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143S: Maintained
144
1458250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146L: linux-serial@vger.kernel.org
147W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100148S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149
1508390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
151P: Paul Gortmaker
152M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700153L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154S: Maintained
155
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001569P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100157P: Eric Van Hensbergen
158M: ericvh@gmail.com
159P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500160M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100161P: Latchesar Ionkov
162M: lucho@ionkov.net
163L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500164W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100165T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
166S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800167
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168A2232 SERIAL BOARD DRIVER
169P: Enver Haase
170M: ehaase@inf.fu-berlin.de
171M: A2232@gmx.net
172L: linux-m68k@lists.linux-m68k.org
173S: Maintained
174
175AIO
176P: Benjamin LaHaise
177M: bcrl@kvack.org
178L: linux-aio@kvack.org
179S: Supported
180
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200181ABIT UGURU HARDWARE MONITOR DRIVER
182P: Hans de Goede
183M: j.w.r.degoede@hhs.nl
184L: lm-sensors@lm-sensors.org
185S: Maintained
186
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187ACENIC DRIVER
188P: Jes Sorensen
189M: jes@trained-monkey.org
190L: linux-acenic@sunsite.dk
191S: Maintained
192
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700193IPS SCSI RAID DRIVER
194P: Adaptec OEM Raid Solutions
195M: aacraid@adaptec.com
196L: linux-scsi@vger.kernel.org
197W: http://www.adaptec.com/
198S: Maintained
199
200DPT_I2O SCSI RAID DRIVER
201P: Adaptec OEM Raid Solutions
202M: aacraid@adaptec.com
203L: linux-scsi@vger.kernel.org
204W: http://www.adaptec.com/
205S: Maintained
206
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207AACRAID SCSI RAID DRIVER
208P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700209M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700211W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212S: Supported
213
214ACPI
215P: Len Brown
216M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500217M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500218L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400219W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800220T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500221S: Supported
222
223ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400224P: Alexey Starikovskiy
225M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500226L: linux-acpi@vger.kernel.org
227W: http://acpi.sourceforge.net/
228S: Supported
229
230ACPI EC DRIVER
231P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400232M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500233L: linux-acpi@vger.kernel.org
234W: http://acpi.sourceforge.net/
235S: Supported
236
237ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400238P: Len Brown
239M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500240L: linux-acpi@vger.kernel.org
241W: http://acpi.sourceforge.net/
242S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700244ACPI PCI HOTPLUG DRIVER
245P: Kristen Carlson Accardi
246M: kristen.c.accardi@intel.com
247L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500248S: Supported
249
250ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400251P: Len Brown
252M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500253L: linux-acpi@vger.kernel.org
254W: http://acpi.sourceforge.net/
255S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700256
Len Brown359acec2007-02-10 01:59:24 -0500257ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400258P: Rui Zhang
259M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500260L: linux-acpi@vger.kernel.org
261W: http://acpi.sourceforge.net/
262S: Supported
263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
305AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400306P: David Airlie
307M: airlied@linux.ie
308T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309S: Maintained
310
311AHA152X SCSI DRIVER
312P: Juergen E. Fischer
313M: Juergen Fischer <fischer@norbit.de>
314L: linux-scsi@vger.kernel.org
315S: Maintained
316
Hannes Reinecke64624d42007-10-19 10:32:29 +0200317AIC7XXX / AIC79XX SCSI DRIVER
318P: Hannes Reinecke
319M: hare@suse.de
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323ALCATEL SPEEDTOUCH USB DRIVER
324P: Duncan Sands
325M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700326L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327W: http://www.linux-usb.org/SpeedTouch/
328S: Maintained
329
Pierre Ossman272f1332007-05-14 21:25:26 +0200330ALCHEMY AU1XX0 MMC DRIVER
331S: Orphan
332
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000333ALI1563 I2C DRIVER
334P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100335M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200336L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000337S: Maintained
338
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339ALPHA PORT
340P: Richard Henderson
341M: rth@twiddle.net
342S: Odd Fixes for 2.4; Maintained for 2.6.
343P: Ivan Kokshaysky
344M: ink@jurassic.park.msu.ru
345S: Maintained for 2.4; PCI support for 2.6.
346
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700347AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
348P: Thomas Dahlmann
349M: thomas.dahlmann@amd.com
350L: info-linux@geode.amd.com
351S: Supported
352
Jordan Crousef90b8112006-01-06 00:12:14 -0800353AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100354P: Jordan Crouse
355M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800356L: info-linux@geode.amd.com
357W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
358S: Supported
359
Stelian Pop284f42b2006-12-12 18:18:31 +0100360AMS (Apple Motion Sensor) DRIVER
361P: Stelian Pop
362M: stelian@popies.net
363P: Michael Hanselmann
364M: linux-kernel@hansmi.ch
365S: Supported
366
Tom Tuckerf94b5332006-09-22 15:22:48 -0700367AMSO1100 RNIC DRIVER
368P: Tom Tucker
369M: tom@opengridcomputing.com
370P: Steve Wise
371M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700372L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700373S: Maintained
374
Johannes Berg42269062006-07-25 16:15:50 +0200375AOA (Apple Onboard Audio) ALSA DRIVER
376P: Johannes Berg
377M: johannes@sipsolutions.net
378L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200379L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200380S: Maintained
381
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382APM DRIVER
383P: Stephen Rothwell
384M: sfr@canb.auug.org.au
385L: linux-laptop@vger.kernel.org
386W: http://www.canb.auug.org.au/~sfr/
387S: Supported
388
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700389APPLE SMC DRIVER
390P: Nicolas Boichat
391M: nicolas@boichat.ch
392L: mactel-linux-devel@lists.sourceforge.net
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395APPLETALK NETWORK LAYER
396P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300397M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398S: Maintained
399
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400400APPLETOUCH TOUCHPAD DRIVER
401P: Johannes Berg
402M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400403L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400404S: Maintained
405
Jaya Kumar1154ea72005-06-21 17:17:04 -0700406ARC FRAMEBUFFER DRIVER
407P: Jaya Kumar
408M: jayalk@intworks.biz
409S: Maintained
410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411ARM MFM AND FLOPPY DRIVERS
412P: Ian Molton
413M: spyro@f2s.com
414S: Maintained
415
Russell King2761f5c2007-05-24 06:56:08 +0200416ARM PRIMECELL MMCI PL180/1 DRIVER
417P: Russell King
418M: rmk@arm.linux.org.uk
419L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
420S: Maintained
421
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800422ARM/ADI ROADRUNNER MACHINE SUPPORT
423P: Lennert Buytenhek
424M: kernel@wantstofly.org
425L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
426S: Maintained
427
428ARM/ADS SPHERE MACHINE SUPPORT
429P: Lennert Buytenhek
430M: kernel@wantstofly.org
431L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
432S: Maintained
433
434ARM/AJECO 1ARM MACHINE SUPPORT
435P: Lennert Buytenhek
436M: kernel@wantstofly.org
437L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
438S: Maintained
439
Andrew Victord4a89c72006-12-04 13:56:21 +0100440ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
441P: Andrew Victor
Andrew Victore7032702007-11-29 08:11:54 +0100442M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444W: http://maxim.org.za/at91_26.html
445S: Maintained
446
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800447ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459ARM/CORGI MACHINE SUPPORT
460P: Richard Purdie
461M: rpurdie@rpsys.net
462S: Maintained
463
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800464ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100470ARM/HP JORNADA 7XX MACHINE SUPPORT
471P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100472M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100473W: www.jlime.com
474S: Maintained
475
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800476ARM/INTEL IOP32X ARM ARCHITECTURE
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100479P: Dan Williams
480M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100482S: Supported
483
484ARM/INTEL IOP33X ARM ARCHITECTURE
485P: Dan Williams
486M: dan.j.williams@intel.com
487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489
490ARM/INTEL IOP13XX ARM ARCHITECTURE
491P: Lennert Buytenhek
492M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100493P: Dan Williams
494M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100496S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800497
498ARM/INTEL IQ81342EX MACHINE SUPPORT
499P: Lennert Buytenhek
500M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100501P: Dan Williams
502M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100504S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800505
506ARM/INTEL IXP2000 ARM ARCHITECTURE
507P: Lennert Buytenhek
508M: kernel@wantstofly.org
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
512ARM/INTEL IXDP2850 MACHINE SUPPORT
513P: Lennert Buytenhek
514M: kernel@wantstofly.org
515L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
516S: Maintained
517
518ARM/INTEL IXP23XX ARM ARCHITECTURE
519P: Lennert Buytenhek
520M: kernel@wantstofly.org
521L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
522S: Maintained
523
524ARM/INTEL XSC3 (MANZANO) ARM CORE
525P: Lennert Buytenhek
526M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100527P: Dan Williams
528M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100530S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800531
532ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
533P: Lennert Buytenhek
534M: kernel@wantstofly.org
535L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
536S: Maintained
537
538ARM/LOGICPD PXA270 MACHINE SUPPORT
539P: Lennert Buytenhek
540M: kernel@wantstofly.org
541L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
542S: Maintained
543
Dirk Opfer8459c152005-11-06 14:27:52 +0000544ARM/TOSA MACHINE SUPPORT
545P: Dirk Opfer
546M: dirk@opfer-online.de
547S: Maintained
548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549ARM/PLEB SUPPORT
550P: Peter Chubb
551M: pleb@gelato.unsw.edu.au
552W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
553S: Maintained
554
555ARM/PT DIGITAL BOARD PORT
556P: Stefan Eletzhofer
557M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559W: http://www.arm.linux.org.uk/
560S: Maintained
561
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562ARM/RADISYS ENP2611 MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566S: Maintained
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568ARM/SHARK MACHINE SUPPORT
569P: Alexander Schulz
570M: alex@shark-linux.de
571W: http://www.shark-linux.de/shark.html
572S: Maintained
573
574ARM/STRONGARM110 PORT
575P: Russell King
576M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.arm.linux.org.uk/
579S: Maintained
580
581ARM/S3C2410 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
588ARM/S3C2440 ARM ARCHITECTURE
589P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800590M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592W: http://www.fluff.org/ben/linux/
593S: Maintained
594
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/THECUS N2100 MACHINE SUPPORT
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605S: Maintained
606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607ARPD SUPPORT
608P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700609L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610S: Maintained
611
612ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500613P: Corentin Chary
614M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615P: Karol Kozimor
616M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617L: acpi4asus-user@lists.sourceforge.net
618W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500619W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620S: Maintained
621
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400622ASUS ASB100 HARDWARE MONITOR DRIVER
623P: Mark M. Hoffman
624M: mhoffman@lightlink.com
625L: lm-sensors@lm-sensors.org
626S: Maintained
627
Corentin Chary85091b72007-01-26 14:04:30 +0100628ASUS LAPTOP EXTRAS DRIVER
629P: Corentin Chary
630M: corentincj@iksaif.net
631L: acpi4asus-user@lists.sourceforge.net
632W: http://sourceforge.net/projects/acpi4asus
633W: http://xf.iksaif.net/acpi4asus
634S: Maintained
635
Dan Williamsb3e5f262007-08-07 10:26:35 -0700636ASYNCHRONOUS TRANSFERS/TRANSFORMS API
637P: Dan Williams
638M: dan.j.williams@intel.com
639P: Shannon Nelson
640M: shannon.nelson@intel.com
641L: linux-kernel@vger.kernel.org
642W: http://sourceforge.net/projects/xscaleiop
643S: Supported
644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645ATA OVER ETHERNET DRIVER
646P: Ed L. Cashin
647M: ecashin@coraid.com
648W: http://www.coraid.com/support/linux
649S: Supported
650
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600651ATL1 ETHERNET DRIVER
652P: Jay Cliburn
653M: jcliburn@gmail.com
654P: Chris Snook
655M: csnook@redhat.com
656L: atl1-devel@lists.sourceforge.net
657W: http://sourceforge.net/projects/atl1
658W: http://atl1.sourceforge.net
659S: Maintained
660
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661ATM
662P: Chas Williams
663M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700664L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665W: http://linux-atm.sourceforge.net
666S: Maintained
667
Pierre Ossman272f1332007-05-14 21:25:26 +0200668ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669P: Nicolas Ferre
670M: nicolas.ferre@rfo.atmel.com
671L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
672W: http://www.atmel.com/products/AT91/
673W: http://www.at91.com/
674S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200675
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100676ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100677P: Haavard Skinnemoen
678M: hskinnemoen@atmel.com
679S: Supported
680
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800681ATMEL SPI DRIVER
682P: Haavard Skinnemoen
683M: hskinnemoen@atmel.com
684S: Supported
685
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700686ATMEL USBA UDC DRIVER
687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689L: kernel@avr32linux.org
690W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
691S: Supported
692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693ATMEL WIRELESS DRIVER
694P: Simon Kelley
695M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700696L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697W: http://www.thekelleys.org.uk/atmel
698W: http://atmelwlandriver.sourceforge.net/
699S: Maintained
700
Chris Wrighta92b7b82005-07-07 18:12:23 -0700701AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100702P: David Woodhouse
703M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700704L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100705W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800706T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700707S: Maintained
708
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800709AUXILIARY DISPLAY DRIVERS
710P: Miguel Ojeda Sandonis
711M: maxextreme@gmail.com
712L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700713W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800714S: Maintained
715
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700716AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700717P: Haavard Skinnemoen
718M: hskinnemoen@atmel.com
719W: http://www.atmel.com/products/AVR32/
720W: http://avr32linux.org/
721W: http://avrfreaks.net/
722S: Supported
723
724AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700725P: Haavard Skinnemoen
726M: hskinnemoen@atmel.com
727S: Supported
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729AX.25 NETWORK LAYER
730P: Ralf Baechle
731M: ralf@linux-mips.org
732L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200733W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734S: Maintained
735
Richard Purdie300abeb2007-02-07 22:21:07 +0000736BACKLIGHT CLASS/SUBSYSTEM
737P: Richard Purdie
738M: rpurdie@rpsys.net
739S: Maintained
740
Bryan Wu1394f032007-05-06 14:50:22 -0700741BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800742P: Bryan Wu
743M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800744L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
745W: http://blackfin.uclinux.org
746S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700747
Bryan Wue190d6b2007-07-17 14:43:44 +0800748BLACKFIN EMAC DRIVER
749P: Bryan Wu
750M: bryan.wu@analog.com
751L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
752W: http://blackfin.uclinux.org
753S: Supported
754
Mike Frysinger566da5b2007-06-11 15:31:30 +0800755BLACKFIN RTC DRIVER
756P: Mike Frysinger
757M: michael.frysinger@analog.com
758M: vapier.adi@gmail.com
759L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
760W: http://blackfin.uclinux.org
761S: Supported
762
Bryan Wu1394f032007-05-06 14:50:22 -0700763BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800764P: Aubrey Li
765M: aubrey.li@analog.com
766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700769
Bryan Wu1e6d3202007-07-15 02:50:02 +0800770BLACKFIN WATCHDOG DRIVER
771P: Mike Frysinger
772M: michael.frysinger@analog.com
773M: vapier.adi@gmail.com
774L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
775W: http://blackfin.uclinux.org
776S: Supported
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778BAYCOM/HDLCDRV DRIVERS FOR AX.25
779P: Thomas Sailer
780M: t.sailer@alumni.ethz.ch
781L: linux-hams@vger.kernel.org
782W: http://www.baycom.org/~tom/ham/ham.html
783S: Maintained
784
Michael Buesche4d6b792007-09-18 15:39:42 -0400785B43 WIRELESS DRIVER
786P: Michael Buesch
787M: mb@bu3sch.de
788P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100789M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400790L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100791W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400792S: Maintained
793
Larry Finger75388ac2007-09-25 16:46:54 -0700794B43LEGACY WIRELESS DRIVER
795P: Larry Finger
796M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100797P: Stefano Brivio
798M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700799L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100800W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700801S: Maintained
802
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200803BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
804P: Larry Finger
805M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200806P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100807M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700808L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200809W: http://bcm43xx.berlios.de/
810S: Maintained
811
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812BEFS FILE SYSTEM
813P: Sergey S. Kostyliov
814M: rathamahata@php4.ru
815L: linux-kernel@vger.kernel.org
816S: Maintained
817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818BFS FILE SYSTEM
819P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800820M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821L: linux-kernel@vger.kernel.org
822S: Maintained
823
Bryan Wud24ecfc2007-05-01 23:26:32 +0200824BLACKFIN I2C TWI DRIVER
825P: Sonic Zhang
826M: sonic.zhang@analog.com
827L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828W: http://blackfin.uclinux.org/
829S: Supported
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831BLOCK LAYER
832P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200833M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800835T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836S: Maintained
837
838BLUETOOTH SUBSYSTEM
839P: Marcel Holtmann
840M: marcel@holtmann.org
841P: Maxim Krasnyansky
842M: maxk@qualcomm.com
843L: bluez-devel@lists.sf.net
844W: http://bluez.sf.net
845W: http://www.bluez.org
846W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800847T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848S: Maintained
849
850BLUETOOTH RFCOMM LAYER
851P: Marcel Holtmann
852M: marcel@holtmann.org
853P: Maxim Krasnyansky
854M: maxk@qualcomm.com
855S: Maintained
856
857BLUETOOTH BNEP LAYER
858P: Marcel Holtmann
859M: marcel@holtmann.org
860P: Maxim Krasnyansky
861M: maxk@qualcomm.com
862S: Maintained
863
864BLUETOOTH CMTP LAYER
865P: Marcel Holtmann
866M: marcel@holtmann.org
867S: Maintained
868
869BLUETOOTH HIDP LAYER
870P: Marcel Holtmann
871M: marcel@holtmann.org
872S: Maintained
873
874BLUETOOTH HCI UART DRIVER
875P: Marcel Holtmann
876M: marcel@holtmann.org
877P: Maxim Krasnyansky
878M: maxk@qualcomm.com
879S: Maintained
880
881BLUETOOTH HCI USB DRIVER
882P: Marcel Holtmann
883M: marcel@holtmann.org
884P: Maxim Krasnyansky
885M: maxk@qualcomm.com
886S: Maintained
887
888BLUETOOTH HCI BCM203X DRIVER
889P: Marcel Holtmann
890M: marcel@holtmann.org
891S: Maintained
892
893BLUETOOTH HCI BPA10X DRIVER
894P: Marcel Holtmann
895M: marcel@holtmann.org
896S: Maintained
897
898BLUETOOTH HCI BFUSB DRIVER
899P: Marcel Holtmann
900M: marcel@holtmann.org
901S: Maintained
902
903BLUETOOTH HCI DTL1 DRIVER
904P: Marcel Holtmann
905M: marcel@holtmann.org
906S: Maintained
907
908BLUETOOTH HCI BLUECARD DRIVER
909P: Marcel Holtmann
910M: marcel@holtmann.org
911S: Maintained
912
913BLUETOOTH HCI BT3C DRIVER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916S: Maintained
917
918BLUETOOTH HCI BTUART DRIVER
919P: Marcel Holtmann
920M: marcel@holtmann.org
921S: Maintained
922
923BLUETOOTH HCI VHCI DRIVER
924P: Maxim Krasnyansky
925M: maxk@qualcomm.com
926S: Maintained
927
928BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100929P: Chad Tindel
930M: ctindel@users.sourceforge.net
931P: Jay Vosburgh
932M: fubar@us.ibm.com
933L: bonding-devel@lists.sourceforge.net
934W: http://sourceforge.net/projects/bonding/
935S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000937BROADBAND PROCESSOR ARCHITECTURE
938P: Arnd Bergmann
939M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100940L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400941W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000942S: Supported
943
Gary Zambrano39105892006-06-22 17:26:20 -0700944BROADCOM B44 10/100 ETHERNET DRIVER
945P: Gary Zambrano
946M: zambrano@broadcom.com
947L: netdev@vger.kernel.org
948S: Supported
949
Michael Chan948c51e2006-06-04 02:51:39 -0700950BROADCOM BNX2 GIGABIT ETHERNET DRIVER
951P: Michael Chan
952M: mchan@broadcom.com
953L: netdev@vger.kernel.org
954S: Supported
955
956BROADCOM TG3 GIGABIT ETHERNET DRIVER
957P: Michael Chan
958M: mchan@broadcom.com
959L: netdev@vger.kernel.org
960S: Supported
961
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200962BSG (block layer generic sg v4 driver)
963P: FUJITA Tomonori
964M: fujita.tomonori@lab.ntt.co.jp
965L: linux-scsi@vger.kernel.org
966S: Supported
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700969P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200970M: mchehab@infradead.org
971M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200974T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700975S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976
Jonathan Corbet77d51402007-03-22 19:44:17 -0300977CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
978P: Jonathan Corbet
979M: corbet@lwn.net
980L: video4linux-list@redhat.com
981S: Maintained
982
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200983CALGARY x86-64 IOMMU
984P: Muli Ben-Yehuda
985M: muli@il.ibm.com
986P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200987M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200988L: linux-kernel@vger.kernel.org
989L: discuss@x86-64.org
990S: Maintained
991
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800992CFAG12864B LCD DRIVER
993P: Miguel Ojeda Sandonis
994M: maxextreme@gmail.com
995L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700996W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800997S: Maintained
998
999CFAG12864BFB LCD FRAMEBUFFER DRIVER
1000P: Miguel Ojeda Sandonis
1001M: maxextreme@gmail.com
1002L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001003W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001004S: Maintained
1005
Johannes Berg704232c2007-04-23 12:20:05 -07001006CFG80211 and NL80211
1007P: Johannes Berg
1008M: johannes@sipsolutions.net
1009L: linux-wireless@vger.kernel.org
1010S: Maintained
1011
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001012CHECKPATCH
1013P: Andy Whitcroft
1014M: apw@shadowen.org
1015P: Randy Dunlap
1016M: rdunlap@xenotime.net
1017P: Joel Schopp
1018M: jschopp@austin.ibm.com
1019S: Supported
1020
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021COMMON INTERNET FILE SYSTEM (CIFS)
1022P: Steve French
1023M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001024L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001026W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001027T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001028S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
Joel Becker7063fbf2005-12-15 14:29:43 -08001030CONFIGFS
1031P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001032M: joel.becker@oracle.com
1033L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001034S: Supported
1035
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001036CIRRUS LOGIC EP93XX ETHERNET DRIVER
1037P: Lennert Buytenhek
1038M: kernel@wantstofly.org
1039L: netdev@vger.kernel.org
1040S: Maintained
1041
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001042CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1043P: Lennert Buytenhek
1044M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001045L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001046S: Maintained
1047
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1049P: Cirrus Logic Corporation (kernel 2.2 driver)
1050M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1051P: Nils Faerber (port to kernel 2.4)
1052M: Nils Faerber <nils@kernelconcepts.de>
1053S: Maintained
1054
1055CODA FILE SYSTEM
1056P: Jan Harkes
1057M: jaharkes@cs.cmu.edu
1058M: coda@cs.cmu.edu
1059L: codalist@coda.cs.cmu.edu
1060W: http://www.coda.cs.cmu.edu/
1061S: Maintained
1062
1063COMPACTPCI HOTPLUG CORE
1064P: Scott Murray
1065M: scottm@somanetworks.com
1066M: scott@spiteful.org
1067L: pcihpd-discuss@lists.sourceforge.net
1068S: Supported
1069
1070COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1071P: Scott Murray
1072M: scottm@somanetworks.com
1073M: scott@spiteful.org
1074L: pcihpd-discuss@lists.sourceforge.net
1075S: Supported
1076
1077COMPACTPCI HOTPLUG GENERIC DRIVER
1078P: Scott Murray
1079M: scottm@somanetworks.com
1080M: scott@spiteful.org
1081L: pcihpd-discuss@lists.sourceforge.net
1082S: Supported
1083
1084COMPUTONE INTELLIPORT MULTIPORT CARD
1085P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001086M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001088S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089
Simon Arlott949be0f2007-03-06 02:47:46 -08001090CONEXANT ACCESSRUNNER USB DRIVER
1091P: Simon Arlott
1092M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001093L: accessrunner-general@lists.sourceforge.net
1094W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001095S: Maintained
1096
Rudolf Marekbebe4672007-05-08 17:22:02 +02001097CORETEMP HARDWARE MONITORING DRIVER
1098P: Rudolf Marek
1099M: r.marek@assembler.cz
1100L: lm-sensors@lm-sensors.org
1101S: Maintained
1102
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103COSA/SRP SYNC SERIAL DRIVER
1104P: Jan "Yenya" Kasprzak
1105M: kas@fi.muni.cz
1106W: http://www.fi.muni.cz/~kas/cosa/
1107S: Maintained
1108
1109CPU FREQUENCY DRIVERS
1110P: Dave Jones
1111M: davej@codemonkey.org.uk
1112L: cpufreq@lists.linux.org.uk
1113W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001114T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115S: Maintained
1116
1117CPUID/MSR DRIVER
1118P: H. Peter Anvin
1119M: hpa@zytor.com
1120S: Maintained
1121
Paul Jacksoned90fb42005-09-27 21:45:37 -07001122CPUSETS
1123P: Paul Jackson
1124P: Simon Derr
1125M: pj@sgi.com
1126M: simon.derr@bull.net
1127L: linux-kernel@vger.kernel.org
1128W: http://www.bullopensource.org/cpuset/
1129S: Supported
1130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001132W: http://sourceforge.net/projects/cramfs/
1133S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
1135CRIS PORT
1136P: Mikael Starvik
1137M: starvik@axis.com
1138L: dev-etrax@axis.com
1139W: http://developer.axis.com
1140S: Maintained
1141
1142CRYPTO API
1143P: Herbert Xu
1144M: herbert@gondor.apana.org.au
1145P: David S. Miller
1146M: davem@davemloft.net
1147L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001148T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149S: Maintained
1150
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001151CS5535 Audio ALSA driver
1152P: Jaya Kumar
1153M: jayakumar.alsa@gmail.com
1154S: Maintained
1155
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156CYBERPRO FB DRIVER
1157P: Russell King
1158M: rmk@arm.linux.org.uk
1159W: http://www.arm.linux.org.uk/
1160S: Maintained
1161
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001162CYBLAFB FRAMEBUFFER DRIVER
1163P: Knut Petersen
1164M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001165L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001166S: Maintained
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168CYCLADES 2X SYNC CARD DRIVER
1169P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001170M: acme@ghostprotocols.net
1171W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172S: Maintained
1173
1174CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001176S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177
1178CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001180S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182DAMA SLAVE for AX.25
1183P: Joerg Reuter
1184M: jreuter@yaina.de
1185W: http://yaina.de/jreuter/
1186W: http://www.qsl.net/dl1bke/
1187L: linux-hams@vger.kernel.org
1188S: Maintained
1189
1190DC395x SCSI driver
1191P: Oliver Neukum
1192M: oliver@neukum.name
1193P: Ali Akcaagac
1194M: aliakc@web.de
1195P: Jamie Lenehan
1196M: lenehan@twibble.org
1197W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001198L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199L: http://lists.twibble.org/mailman/listinfo/dc395x/
1200S: Maintained
1201
1202DC390/AM53C974 SCSI driver
1203P: Kurt Garloff
1204M: garloff@suse.de
1205W: http://www.garloff.de/kurt/linux/dc390/
1206P: Guennadi Liakhovetski
1207M: g.liakhovetski@gmx.de
1208S: Maintained
1209
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001210DCCP PROTOCOL
1211P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001212M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001213L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001214W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001215S: Maintained
1216
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217DECnet NETWORK LAYER
1218P: Patrick Caulfield
1219M: patrick@tykepenguin.com
1220W: http://linux-decnet.sourceforge.net
1221L: linux-decnet-user@lists.sourceforge.net
1222S: Maintained
1223
1224DEFXX FDDI NETWORK DRIVER
1225P: Maciej W. Rozycki
1226M: macro@linux-mips.org
1227S: Maintained
1228
1229DELL LAPTOP SMM DRIVER
1230P: Massimo Dal Zotto
1231M: dz@debian.org
1232W: http://www.debian.org/~dz/i8k/
1233S: Maintained
1234
Doug Warzecha90563ec2005-09-06 15:17:15 -07001235DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1236P: Doug Warzecha
1237M: Douglas_Warzecha@dell.com
1238S: Maintained
1239
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001240DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241P: Alasdair Kergon
1242L: dm-devel@redhat.com
1243W: http://sources.redhat.com/dm
1244S: Maintained
1245
1246DEVICE NUMBER REGISTRY
1247P: Torben Mathiasen
1248M: device@lanana.org
1249W: http://lanana.org/docs/device-list/index.html
1250L: linux-kernel@vger.kernel.org
1251S: Maintained
1252
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253DIGI INTL. EPCA DRIVER
1254P: Digi International, Inc
1255M: Eng.Linux@digi.com
1256L: Eng.Linux@digi.com
1257W: http://www.digi.com
1258S: Orphaned
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260DIRECTORY NOTIFICATION
1261P: Stephen Rothwell
1262M: sfr@canb.auug.org.au
1263L: linux-kernel@vger.kernel.org
1264S: Supported
1265
1266DISK GEOMETRY AND PARTITION HANDLING
1267P: Andries Brouwer
1268M: aeb@cwi.nl
1269W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1270W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1271W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1272S: Maintained
1273
1274DISKQUOTA:
1275P: Jan Kara
1276M: jack@suse.cz
1277L: linux-kernel@vger.kernel.org
1278S: Maintained
1279
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001280DISTRIBUTED LOCK MANAGER
1281P: Patrick Caulfield
1282M: pcaulfie@redhat.com
1283P: David Teigland
1284M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001285L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001286W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001287T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1288T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001289S: Supported
1290
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1292P: Tobias Ringstrom
1293M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001294L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295S: Maintained
1296
Dan Williamsb3e5f262007-08-07 10:26:35 -07001297DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001298P: Shannon Nelson
1299M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001300P: Dan Williams
1301M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001303S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001304
Juerg Haefligerb8250372007-06-09 10:11:16 -04001305DME1737 HARDWARE MONITOR DRIVER
1306P: Juerg Haefliger
1307M: juergh@gmail.com
1308L: lm-sensors@lm-sensors.org
1309S: Maintained
1310
Martin Waitzba483d52005-06-17 13:20:59 -07001311DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001312P: Randy Dunlap
1313M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001314S: Maintained
1315
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001316DOCKING STATION DRIVER
1317P: Kristen Carlson Accardi
1318M: kristen.c.accardi@intel.com
1319L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001320S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001321
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322DOUBLETALK DRIVER
1323P: James R. Van Zandt
1324M: jrv@vanzandt.mv.com
1325L: blinux-list@redhat.com
1326S: Maintained
1327
1328DRIVER CORE, KOBJECTS, AND SYSFS
1329P: Greg Kroah-Hartman
1330M: gregkh@suse.de
1331L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001332T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Supported
1334
1335DRM DRIVERS
1336P: David Airlie
1337M: airlied@linux.ie
1338L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001339T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340S: Maintained
1341
1342DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001343P: Francois Romieu
1344M: romieu@fr.zoreil.com
1345L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346S: Maintained
1347
1348DVB SUBSYSTEM AND DRIVERS
1349P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001350M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001352W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001353T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001354S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355
1356EATA-DMA SCSI DRIVER
1357P: Michael Neuffer
1358L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1359S: Maintained
1360
1361EATA ISA/EISA/PCI SCSI DRIVER
1362P: Dario Ballabio
1363M: ballabio_dario@emc.com
1364L: linux-scsi@vger.kernel.org
1365S: Maintained
1366
1367EATA-PIO SCSI DRIVER
1368P: Michael Neuffer
1369M: mike@i-Connect.Net
1370L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1371S: Maintained
1372
1373EBTABLES
1374P: Bart De Schuymer
1375M: bart.de.schuymer@pandora.be
1376L: ebtables-user@lists.sourceforge.net
1377L: ebtables-devel@lists.sourceforge.net
1378W: http://ebtables.sourceforge.net/
1379S: Maintained
1380
Michael Halcrow237fead2006-10-04 02:16:22 -07001381ECRYPT FILE SYSTEM
1382P: Mike Halcrow, Phillip Hellewell
1383M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1384L: ecryptfs-devel@lists.sourceforge.net
1385W: http://ecryptfs.sourceforge.net/
1386S: Supported
1387
Alan Coxda9bb1d2006-01-18 17:44:13 -08001388EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001389P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001390M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001391L: bluesmoke-devel@lists.sourceforge.net
1392W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001393S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001394
1395EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001396P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001397P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001398M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001399M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001400L: bluesmoke-devel@lists.sourceforge.net
1401W: bluesmoke.sourceforge.net
1402S: Maintained
1403
1404EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001405P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001406M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001407L: bluesmoke-devel@lists.sourceforge.net
1408W: bluesmoke.sourceforge.net
1409S: Maintained
1410
Douglas Thompson6bc78402007-07-19 01:50:12 -07001411EDAC-I82443BXGX
1412P: Tim Small
1413M: tim@buttersideup.com
1414L: bluesmoke-devel@lists.sourceforge.net
1415W: bluesmoke.sourceforge.net
1416S: Maintained
1417
1418EDAC-I3000
1419P: Jason Uhlenkott
1420M: juhlenko@akamai.com
1421L: bluesmoke-devel@lists.sourceforge.net
1422W: bluesmoke.sourceforge.net
1423S: Maintained
1424
1425EDAC-I5000
1426P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001427M: dougthompson@xmission.com
1428L: bluesmoke-devel@lists.sourceforge.net
1429W: bluesmoke.sourceforge.net
1430S: Maintained
1431
1432EDAC-I82975X
1433P: Ranganathan Desikan
1434P: Arvind R.
1435M: rdesikan@jetzbroadband.com
1436M: arvind@acarlab.com
1437L: bluesmoke-devel@lists.sourceforge.net
1438W: bluesmoke.sourceforge.net
1439S: Maintained
1440
1441EDAC-PASEMI
1442P: Egor Martovetsky
1443M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
Dave Peterson0e438e32006-03-26 01:38:55 -08001448EDAC-R82600
1449P: Tim Small
1450M: tim@buttersideup.com
1451L: bluesmoke-devel@lists.sourceforge.net
1452W: bluesmoke.sourceforge.net
1453S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001454
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455EEPRO100 NETWORK DRIVER
1456P: Andrey V. Savochkin
1457M: saw@saw.sw.com.sg
1458S: Maintained
1459
Josh Triplett0bee8d22006-07-30 03:03:58 -07001460EFS FILESYSTEM
1461W: http://aeschi.ch.eu.org/efs/
1462S: Orphan
1463
Heiko J Schickfab97222006-09-22 15:22:22 -07001464EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1465P: Hoang-Nam Nguyen
1466M: hnguyen@de.ibm.com
1467P: Christoph Raisch
1468M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001469L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001470S: Supported
1471
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001472EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001473P: James Smart
1474M: james.smart@emulex.com
1475L: linux-scsi@vger.kernel.org
1476W: http://sourceforge.net/projects/lpfcxxxx
1477S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001478
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479EPSON 1355 FRAMEBUFFER DRIVER
1480P: Christopher Hoover
1481M: ch@murgatroid.com, ch@hpl.hp.com
1482S: Maintained
1483
1484ETHEREXPRESS-16 NETWORK DRIVER
1485P: Philip Blundell
1486M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001487L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Maintained
1489
1490ETHERNET BRIDGE
1491P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001492M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001493L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494W: http://bridge.sourceforge.net/
1495S: Maintained
1496
1497ETHERTEAM 16I DRIVER
1498P: Mika Kuoppala
1499M: miku@iki.fi
1500S: Maintained
1501
1502EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001503L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504S: Maintained
1505
1506EXT3 FILE SYSTEM
1507P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001508M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001509L: linux-ext4@vger.kernel.org
1510S: Maintained
1511
1512EXT4 FILE SYSTEM
1513P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001514M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001515L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516S: Maintained
1517
Jean Delvaree53004e2006-01-09 23:26:14 +01001518F71805F HARDWARE MONITORING DRIVER
1519P: Jean Delvare
1520M: khali@linux-fr.org
1521L: lm-sensors@lm-sensors.org
1522S: Maintained
1523
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524FARSYNC SYNCHRONOUS DRIVER
1525P: Kevin Curtis
1526M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527W: http://www.farsite.co.uk/
1528S: Supported
1529
Akinobu Mitac5408b82007-04-23 14:41:20 -07001530FAULT INJECTION SUPPORT
1531P: Akinobu Mita
1532M: akinobu.mita@gmail.com
1533S: Supported
1534
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535FRAMEBUFFER LAYER
1536P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001537M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001538L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539W: http://linux-fbdev.sourceforge.net/
1540S: Maintained
1541
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001542FREESCALE SOC FS_ENET DRIVER
1543P: Pantelis Antoniou
1544M: pantelis.antoniou@gmail.com
1545P: Vitaly Bordug
1546M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001547L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001548L: netdev@vger.kernel.org
1549S: Maintained
1550
Li Yanga7205b32007-04-23 10:38:18 -07001551FREESCALE HIGHSPEED USB DEVICE DRIVER
1552P: Li Yang
1553M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001554L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001555L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001556S: Maintained
1557
Li Yangbeaf53b2007-05-25 13:54:02 +08001558FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1559P: Li Yang
1560M: leoli@freescale.com
1561L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001562L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001563S: Maintained
1564
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565FILE LOCKING (flock() and fcntl()/lockf())
1566P: Matthew Wilcox
1567M: matthew@wil.cx
1568L: linux-fsdevel@vger.kernel.org
1569S: Maintained
1570
1571FILESYSTEMS (VFS and infrastructure)
1572P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001573M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574S: Maintained
1575
Stefan Richterb3274472007-05-30 20:44:52 -04001576FIREWIRE SUBSYSTEM
1577P: Kristian Hoegsberg, Stefan Richter
1578M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1579L: linux1394-devel@lists.sourceforge.net
1580W: http://www.linux1394.org/
1581T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1582S: Maintained
1583
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584FIRMWARE LOADER (request_firmware)
1585L: linux-kernel@vger.kernel.org
1586S: Orphan
1587
1588FPU EMULATOR
1589P: Bill Metzenthen
1590M: billm@suburbia.net
1591W: http://suburbia.net/~billm/floating-point/emulator/
1592S: Maintained
1593
1594FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1595P: Mike McLagan
1596M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001597L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598S: Maintained
1599
1600FREEVXFS FILESYSTEM
1601P: Christoph Hellwig
1602M: hch@infradead.org
1603W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1604S: Maintained
1605
David Howells5ab7ffe2007-04-10 15:10:45 +01001606FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607P: David Howells
1608M: dhowells@redhat.com
1609S: Maintained
1610
Miklos Szeredi04578f12005-09-09 13:10:22 -07001611FUSE: FILESYSTEM IN USERSPACE
1612P: Miklos Szeredi
1613M: miklos@szeredi.hu
1614L: fuse-devel@lists.sourceforge.net
1615W: http://fuse.sourceforge.net/
1616S: Maintained
1617
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1619P: Rik Faith
1620M: faith@cs.unc.edu
1621L: linux-scsi@vger.kernel.org
1622S: Odd fixes (e.g., new signatures)
1623
1624GDT SCSI DISK ARRAY CONTROLLER DRIVER
1625P: Achim Leubner
1626M: achim_leubner@adaptec.com
1627L: linux-scsi@vger.kernel.org
1628W: http://www.icp-vortex.com/
1629S: Supported
1630
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001631GENERIC GPIO I2C DRIVER
1632P: Haavard Skinnemoen
1633M: hskinnemoen@atmel.com
1634S: Supported
1635
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1637P: Krzysztof Halasa
1638M: khc@pm.waw.pl
1639W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1640S: Maintained
1641
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001642GFS2 FILE SYSTEM
1643P: Steven Whitehouse
1644M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001645L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001646W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001647T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1648T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001649S: Supported
1650
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001651GIGASET ISDN DRIVERS
1652P: Hansjoerg Lipp
1653M: hjlipp@web.de
1654P: Tilman Schmidt
1655M: tilman@imap.cc
1656L: gigaset307x-common@lists.sourceforge.net
1657W: http://gigaset307x.sourceforge.net/
1658S: Maintained
1659
Jean Delvare5b543962005-08-15 19:51:02 +02001660HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001661P: Mark M. Hoffman
1662M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001663L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001664W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001665T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1666T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001667S: Maintained
1668
Michael Buesch844dd052006-06-26 00:24:59 -07001669HARDWARE RANDOM NUMBER GENERATOR CORE
1670P: Michael Buesch
1671M: mb@bu3sch.de
1672S: Maintained
1673
Robert Love860e1d62005-08-31 23:57:59 -04001674HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1675P: Robert Love
1676M: rlove@rlove.org
1677M: linux-kernel@vger.kernel.org
1678W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1679S: Maintained
1680
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681HARMONY SOUND DRIVER
1682P: Kyle McMartin
1683M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001684L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685S: Maintained
1686
1687HAYES ESP SERIAL DRIVER
1688P: Andrew J. Robinson
1689M: arobinso@nyx.net
1690L: linux-kernel@vger.kernel.org
1691W: http://www.nyx.net/~arobinso
1692S: Maintained
1693
1694HFS FILESYSTEM
1695P: Roman Zippel
1696M: zippel@linux-m68k.org
1697L: linux-kernel@vger.kernel.org
1698S: Maintained
1699
1700HGA FRAMEBUFFER DRIVER
1701P: Ferenc Bakonyi
1702M: fero@drama.obuda.kando.hu
1703L: linux-nvidia@lists.surfsouth.com
1704W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1705S: Maintained
1706
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001707HID CORE LAYER
1708P: Jiri Kosina
1709M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001710L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001711T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001712S: Maintained
1713
Ingo Molnar38bed542007-02-22 09:09:34 +01001714HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1715P: Thomas Gleixner
1716M: tglx@linutronix.de
1717L: linux-kernel@vger.kernel.org
1718S: Maintained
1719
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720HIGH-SPEED SCC DRIVER FOR AX.25
1721P: Klaus Kudielka
1722M: klaus.kudielka@ieee.org
1723L: linux-hams@vger.kernel.org
1724W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1725S: Maintained
1726
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001727HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1728P: HighPoint Linux Team
1729M: linux@highpoint-tech.com
1730W: http://www.highpoint-tech.com
1731S: Supported
1732
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733HIPPI
1734P: Jes Sorensen
1735M: jes@trained-monkey.org
1736L: linux-hippi@sunsite.dk
1737S: Maintained
1738
1739HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1740P: Chirag Kantharia
1741M: chirag.kantharia@hp.com
1742L: iss_storagedev@hp.com
1743S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001744
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745HEWLETT-PACKARD SMART2 RAID DRIVER
1746P: Chirag Kantharia
1747M: chirag.kantharia@hp.com
1748L: iss_storagedev@hp.com
1749S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001750
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1752P: Mike Miller
1753M: mike.miller@hp.com
1754L: iss_storagedev@hp.com
1755S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001756
Jouni Malinenff1d2762005-05-12 22:54:16 -04001757HOST AP DRIVER
1758P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001759M: j@w1.fi
1760L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001761L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001762W: http://hostap.epitest.fi/
1763S: Maintained
1764
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1766P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001767M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768S: Maintained
1769
Bob Piccob9b03322005-11-07 00:59:19 -08001770HPET: High Precision Event Timers driver (hpet.c)
1771P: Clemens Ladisch
1772M: clemens@ladisch.de
1773S: Maintained
1774
1775HPET: i386
1776P: Venkatesh Pallipadi (Venki)
1777M: venkatesh.pallipadi@intel.com
1778S: Maintained
1779
1780HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001781P: Vojtech Pavlik
1782M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001783S: Maintained
1784
1785HPET: ACPI hpet.c
1786P: Bob Picco
1787M: bob.picco@hp.com
1788S: Maintained
1789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790HPFS FILESYSTEM
1791P: Mikulas Patocka
1792M: mikulas@artax.karlin.mff.cuni.cz
1793W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1794S: Maintained
1795
1796HUGETLB FILESYSTEM
1797P: William Irwin
1798M: wli@holomorphy.com
1799S: Maintained
1800
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001801I2C/SMBUS STUB DRIVER
1802P: Mark M. Hoffman
1803M: mhoffman@lightlink.com
1804L: lm-sensors@lm-sensors.org
1805S: Maintained
1806
Jean Delvare5b543962005-08-15 19:51:02 +02001807I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808P: Jean Delvare
1809M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001810L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001811T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812S: Maintained
1813
Till Harbaume8c76ee2007-05-01 23:26:35 +02001814I2C-TINY-USB DRIVER
1815P: Till Harbaum
1816M: till@harbaum.org
1817L: i2c@lm-sensors.org
1818T: http://www.harbaum.org/till/i2c_tiny_usb
1819S: Maintained
1820
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001822P: H. Peter Anvin
1823M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824L: Linux-Kernel@vger.kernel.org
1825S: Maintained
1826
1827i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828P: H. Peter Anvin
1829M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001830T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Maintained
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833IA64 (Itanium) PLATFORM
1834P: Tony Luck
1835M: tony.luck@intel.com
1836L: linux-ia64@vger.kernel.org
1837W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001838T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839S: Maintained
1840
1841SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001842P: Jes Sorensen
1843M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844L: linux-altix@sgi.com
1845L: linux-ia64@vger.kernel.org
1846W: http://www.sgi.com/altix
1847S: Maintained
1848
1849IBM MCA SCSI SUBSYSTEM DRIVER
1850P: Michael Lang
1851M: langa2@kph.uni-mainz.de
1852W: http://www.uni-mainz.de/~langm000/linux.html
1853S: Maintained
1854
1855IBM Power Linux RAID adapter
1856P: Brian King
1857M: brking@us.ibm.com
1858S: Supported
1859
1860IBM ServeRAID RAID DRIVER
1861P: Jack Hammer
1862P: Dave Jeffery
1863M: ipslinux@adaptec.com
1864W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001865S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001867IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872S: Maintained
1873
1874IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001875L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001876S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
1878IDE/ATAPI FLOPPY DRIVERS
1879P: Paul Bristow
1880M: Paul Bristow <paul@paulbristow.net>
1881W: http://paulbristow.net/linux/idefloppy.html
1882L: linux-kernel@vger.kernel.org
1883S: Maintained
1884
1885IDE/ATAPI TAPE DRIVERS
1886P: Gadi Oxman
1887M: Gadi Oxman <gadio@netvision.net.il>
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001891IDE-SCSI DRIVER
1892L: linux-ide@vger.kernel.org
1893L: linux-scsi@vger.kernel.org
1894S: Orphan
1895
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896IEEE 1394 SUBSYSTEM
1897P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001898M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001899P: Stefan Richter
1900M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901L: linux1394-devel@lists.sourceforge.net
1902W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001903T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904S: Maintained
1905
Stefan Richterf51a5a92007-04-23 14:41:10 -07001906IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907P: Dan Dennedy
1908M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001909P: Stefan Richter
1910M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001912S: Maintained
1913
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001915L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001916S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917
1918INFINIBAND SUBSYSTEM
1919P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001920M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921P: Sean Hefty
1922M: mshefty@ichips.intel.com
1923P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001924M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001925L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001927T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928S: Supported
1929
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001930INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001931P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001932M: dmitry.torokhov@gmail.com
1933M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001934L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001935T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936S: Maintained
1937
Robert Lovec9f04f52005-07-15 12:21:07 -04001938INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001939P: John McCutchan
1940M: ttb@tentacle.dhs.org
1941P: Robert Love
1942M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001943L: linux-kernel@vger.kernel.org
1944S: Maintained
1945
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001946INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001947P: Sylvain Meyer
1948M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001949L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001950S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001951
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001953P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001954M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001955L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001956S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958INTEL IA32 MICROCODE UPDATE SUPPORT
1959P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001960M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961S: Maintained
1962
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001963INTEL I/OAT DMA DRIVER
1964P: Shannon Nelson
1965M: shannon.nelson@intel.com
1966L: linux-kernel@vger.kernel.org
1967S: Supported
1968
Dan Williamsb3e5f262007-08-07 10:26:35 -07001969INTEL IOP-ADMA DMA DRIVER
1970P: Dan Williams
1971M: dan.j.williams@intel.com
1972L: linux-kernel@vger.kernel.org
1973S: Supported
1974
Michael Buesch844dd052006-06-26 00:24:59 -07001975INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1976P: Deepak Saxena
1977M: dsaxena@plexity.net
1978S: Maintained
1979
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001980INTEL IXP2000 ETHERNET DRIVER
1981P: Lennert Buytenhek
1982M: kernel@wantstofly.org
1983L: netdev@vger.kernel.org
1984S: Maintained
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986INTEL PRO/100 ETHERNET SUPPORT
1987P: John Ronciak
1988M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989P: Jesse Brandeburg
1990M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001991P: Jeff Kirsher
1992M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001993P: Auke Kok
1994M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001995L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996W: http://sourceforge.net/projects/e1000/
1997S: Supported
1998
1999INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2000P: Jeb Cramer
2001M: cramerj@intel.com
2002P: John Ronciak
2003M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002004P: Jesse Brandeburg
2005M: jesse.brandeburg@intel.com
2006P: Jeff Kirsher
2007M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002008P: Auke Kok
2009M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002010L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011W: http://sourceforge.net/projects/e1000/
2012S: Supported
2013
2014INTEL PRO/10GbE SUPPORT
2015P: Ayyappan Veeraiyan
2016M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002017P: Auke Kok
2018M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002019P: Jesse Brandeburg
2020M: jesse.brandeburg@intel.com
2021P: John Ronciak
2022M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002023L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024W: http://sourceforge.net/projects/e1000/
2025S: Supported
2026
James Ketrenos826d2ab2005-11-07 18:56:59 -06002027INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2028P: Yi Zhu
2029M: yi.zhu@intel.com
2030P: James Ketrenos
2031M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002032L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002033L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002034L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2035W: http://ipw2100.sourceforge.net
2036S: Supported
2037
2038INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2039P: Yi Zhu
2040M: yi.zhu@intel.com
2041P: James Ketrenos
2042M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002043L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002044L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002045L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2046W: http://ipw2200.sourceforge.net
2047S: Supported
2048
Zhu Yib481de92007-09-25 17:54:57 -07002049INTEL WIRELESS WIFI LINK (iwlwifi)
2050P: Zhu Yi
2051M: yi.zhu@intel.com
2052L: linux-wireless@vger.kernel.org
2053L: ipw3945-devel@lists.sourceforge.net
2054W: http://intellinuxwireless.org
2055T: git git://intellinuxwireless.org/repos/iwlwifi
2056S: Supported
2057
Ralf Baechlecb109a02007-08-30 23:56:30 -07002058IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059P: Ralf Baechle
2060M: ralf@linux-mips.org
2061L: linux-mips@linux-mips.org
2062S: Maintained
2063
Ralf Baechlecb109a02007-08-30 23:56:30 -07002064IOC3 SERIAL DRIVER
2065P: Pat Gefre
2066M: pfg@sgi.com
2067L: linux-kernel@linux-mips.org
2068S: Maintained
2069
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070IP MASQUERADING:
2071P: Juanjo Ciarlante
2072M: jjciarla@raiz.uncu.edu.ar
2073S: Maintained
2074
Francois Romieu1202d6f2007-09-17 17:13:55 -07002075IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2076P: Francois Romieu
2077M: romieu@fr.zoreil.com
2078P: Sorbica Shieh
2079M: sorbica@icplus.com.tw
2080P: Jesse Huang
2081M: jesse@icplus.com.tw
2082L: netdev@vger.kernel.org
2083S: Maintained
2084
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002085IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002086P: Arthur Jones
2087M: infinipath@qlogic.com
2088L: general@lists.openfabrics.org
2089T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002090S: Supported
2091
Corey Minyard4409ebe2006-04-20 02:43:12 -07002092IPMI SUBSYSTEM
2093P: Corey Minyard
2094M: minyard@acm.org
2095L: openipmi-developer@lists.sourceforge.net
2096W: http://openipmi.sourceforge.net/
2097S: Supported
2098
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099IPX NETWORK LAYER
2100P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002101M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103S: Maintained
2104
2105IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002106P: Samuel Ortiz
2107M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002108L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002110S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111
Mike Christie14816b1e2007-11-28 16:22:06 -08002112ISCSI
2113P: Mike Christie
2114M: michaelc@cs.wisc.edu
2115L: open-iscsi@googlegroups.com
2116W: www.open-iscsi.org
2117T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2118S: Maintained
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120ISAPNP
2121P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002122M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123S: Maintained
2124
2125ISDN SUBSYSTEM
2126P: Karsten Keil
2127M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128L: isdn4linux@listserv.isdn4linux.de
2129W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002130T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Maintained
2132
2133ISDN SUBSYSTEM (Eicon active card driver)
2134P: Armin Schindler
2135M: mac@melware.de
2136L: isdn4linux@listserv.isdn4linux.de
2137W: http://www.melware.de
2138S: Maintained
2139
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2141P: David Woodhouse
2142M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002143L: linux-mtd@lists.infradead.org
2144W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145S: Maintained
2146
2147JFS FILESYSTEM
2148P: Dave Kleikamp
2149M: shaggy@austin.ibm.com
2150L: jfs-discussion@lists.sourceforge.net
2151W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002152T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Supported
2154
Josh Triplettde456d32006-07-30 03:04:00 -07002155JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002156P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002157M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002158L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002159S: Maintained
2160
Rudolf Marek4660cb32006-10-08 22:01:26 +02002161K8TEMP HARDWARE MONITORING DRIVER
2162P: Rudolf Marek
2163M: r.marek@assembler.cz
2164L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
2167KCONFIG
2168P: Roman Zippel
2169M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002170L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171S: Maintained
2172
Vivek Goyalea6c2082006-05-20 14:59:55 -07002173KDUMP
2174P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002175M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002176P: Haren Myneni
2177M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002178L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002179L: linux-kernel@vger.kernel.org
2180W: http://lse.sourceforge.net/kdump/
2181S: Maintained
2182
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183KERNEL AUTOMOUNTER (AUTOFS)
2184P: H. Peter Anvin
2185M: hpa@zytor.com
2186L: autofs@linux.kernel.org
2187S: Odd Fixes
2188
2189KERNEL AUTOMOUNTER v4 (AUTOFS4)
2190P: Ian Kent
2191M: raven@themaw.net
2192L: autofs@linux.kernel.org
2193S: Maintained
2194
2195KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196P: Sam Ravnborg
2197M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002198T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002199L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002200S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201
2202KERNEL JANITORS
2203P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002204L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206S: Maintained
2207
2208KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002209P: J. Bruce Fields
2210M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002212M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213L: nfs@lists.sourceforge.net
2214W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002215S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216
Avi Kivity426d62e2006-12-13 00:34:03 -08002217KERNEL VIRTUAL MACHINE (KVM)
2218P: Avi Kivity
2219M: avi@qumranet.com
2220L: kvm-devel@lists.sourceforge.net
2221W: kvm.sourceforge.net
2222S: Supported
2223
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002224KEXEC
2225P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002226M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002227W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002228L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002229L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002230S: Maintained
2231
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002232KPROBES
2233P: Prasanna S Panchamukhi
2234M: prasanna@in.ibm.com
2235P: Ananth N Mavinakayanahalli
2236M: ananth@in.ibm.com
2237P: Anil S Keshavamurthy
2238M: anil.s.keshavamurthy@intel.com
2239P: David S. Miller
2240M: davem@davemloft.net
2241L: linux-kernel@vger.kernel.org
2242S: Maintained
2243
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002244KS0108 LCD CONTROLLER DRIVER
2245P: Miguel Ojeda Sandonis
2246M: maxextreme@gmail.com
2247L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002248W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002249S: Maintained
2250
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002253S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254
2255LASI 53c700 driver for PARISC
2256P: James E.J. Bottomley
2257M: James.Bottomley@HansenPartnership.com
2258L: linux-scsi@vger.kernel.org
2259S: Maintained
2260
Richard Purdie263de9b2006-05-15 09:44:16 -07002261LED SUBSYSTEM
2262P: Richard Purdie
2263M: rpurdie@rpsys.net
2264S: Maintained
2265
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266LEGO USB Tower driver
2267P: Juergen Stuber
2268M: starblue@users.sourceforge.net
2269L: legousb-devel@lists.sourceforge.net
2270W: http://legousb.sourceforge.net/
2271S: Maintained
2272
Rusty Russell568a17f2007-10-25 14:12:24 +10002273LGUEST
2274P: Rusty Russell
2275M: rusty@rustcorp.com.au
2276L: lguest@ozlabs.org
2277W: http://lguest.ozlabs.org/
2278S: Maintained
2279
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280LINUX FOR IBM pSERIES (RS/6000)
2281P: Paul Mackerras
2282M: paulus@au.ibm.com
2283W: http://www.ibm.com/linux/ltc/projects/ppc
2284S: Supported
2285
2286LINUX FOR NCR VOYAGER
2287P: James Bottomley
2288M: James.Bottomley@HansenPartnership.com
2289W: http://www.hansenpartnership.com/voyager
2290S: Maintained
2291
2292LINUX FOR POWERPC
2293P: Paul Mackerras
2294M: paulus@samba.org
2295W: http://www.penguinppc.org/
2296L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002297T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298S: Supported
2299
2300LINUX FOR POWER MACINTOSH
2301P: Benjamin Herrenschmidt
2302M: benh@kernel.crashing.org
2303W: http://www.penguinppc.org/
2304L: linuxppc-dev@ozlabs.org
2305S: Maintained
2306
2307LINUX FOR POWERPC EMBEDDED MPC52XX
2308P: Sylvain Munaut
2309M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002310P: Grant Likely
2311M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312W: http://www.246tNt.com/mpc52xx/
2313W: http://www.penguinppc.org/
2314L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315S: Maintained
2316
2317LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002318P: Josh Boyer
2319M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320P: Matt Porter
2321M: mporter@kernel.crashing.org
2322W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002323L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002324T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325S: Maintained
2326
Grant Likely260c02a2007-10-02 12:15:34 +10002327LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2328P: Grant Likely
2329M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002330W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002331L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332S: Maintained
2333
Tom Rinie93adf12005-07-26 12:49:53 -07002334LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335P: Tom Rini
2336M: trini@kernel.crashing.org
2337W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002338L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339S: Maintained
2340
Tom Rinie93adf12005-07-26 12:49:53 -07002341LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002342P: Vitaly Bordug
2343M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002344P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002345M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002346W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002347L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002348S: Maintained
2349
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002351P: Kumar Gala
2352M: galak@kernel.crashing.org
2353W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002354L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002355S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356
Olof Johanssonab06ff32006-09-06 14:44:54 -05002357LINUX FOR POWERPC PA SEMI PWRFICIENT
2358P: Olof Johansson
2359M: olof@lixom.net
2360W: http://www.pasemi.com/
2361L: linuxppc-dev@ozlabs.org
2362S: Supported
2363
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364LLC (802.2)
2365P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002366M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Maintained
2368
2369LINUX FOR 64BIT POWERPC
2370P: Paul Mackerras
2371M: paulus@samba.org
2372M: paulus@au.ibm.com
2373P: Anton Blanchard
2374M: anton@samba.org
2375M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002376W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002377L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Supported
2379
2380LINUX SECURITY MODULE (LSM) FRAMEWORK
2381P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002382M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002383L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002385T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Supported
2387
2388LM83 HARDWARE MONITOR DRIVER
2389P: Jean Delvare
2390M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002391L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392S: Maintained
2393
2394LM90 HARDWARE MONITOR DRIVER
2395P: Jean Delvare
2396M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002397L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398S: Maintained
2399
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002400LOCKDEP AND LOCKSTAT
2401P: Peter Zijlstra
2402M: peterz@infradead.org
2403P: Ingo Molnar
2404M: mingo@redhat.com
2405L: linux-kernel@vger.kernel.org
2406T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2407S: Maintained
2408
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002409LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410P: Richard Russon (FlatCap)
2411M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002412L: linux-ntfs-dev@lists.sourceforge.net
2413W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Maintained
2415
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002416LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2417P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002418M: Eric.Moore@lsi.com
2419M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002420L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002421L: linux-scsi@vger.kernel.org
2422W: http://www.lsilogic.com/support
2423S: Supported
2424
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2426P: Matthew Wilcox
2427M: matthew@wil.cx
2428L: linux-scsi@vger.kernel.org
2429S: Maintained
2430
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002431M32R ARCHITECTURE
2432P: Hirokazu Takata
2433M: takata@linux-m32r.org
2434L: linux-m32r@ml.linux-m32r.org
2435L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2436W: http://www.linux-m32r.org/
2437S: Maintained
2438
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439M68K ARCHITECTURE
2440P: Geert Uytterhoeven
2441M: geert@linux-m68k.org
2442P: Roman Zippel
2443M: zippel@linux-m68k.org
2444L: linux-m68k@lists.linux-m68k.org
2445W: http://www.linux-m68k.org/
2446W: http://linux-m68k-cvs.ubb.ca/
2447S: Maintained
2448
2449M68K ON APPLE MACINTOSH
2450P: Joshua Thompson
2451M: funaho@jurai.org
2452W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002453L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454S: Maintained
2455
2456M68K ON HP9000/300
2457P: Philip Blundell
2458M: philb@gnu.org
2459W: http://www.tazenda.demon.co.uk/phil/linux-hp
2460S: Maintained
2461
Jiri Benc64a327a2007-05-05 11:47:08 -07002462MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002463P: Michael Wu
2464M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002465P: Johannes Berg
2466M: johannes@sipsolutions.net
2467P: Jiri Benc
2468M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002469L: linux-wireless@vger.kernel.org
2470W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002471T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002472S: Maintained
2473
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002474MACVLAN DRIVER
2475P: Patrick McHardy
2476M: kaber@trash.net
2477L: netdev@vger.kernel.org
2478S: Maintained
2479
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480MARVELL YUKON / SYSKONNECT DRIVER
2481P: Mirko Lindner
2482M: mlindner@syskonnect.de
2483P: Ralph Roesler
2484M: rroesler@syskonnect.de
2485W: http://www.syskonnect.com
2486S: Supported
2487
Michael Kerriskfaf16682005-07-31 22:34:47 -07002488MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002489P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002490M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002491W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2492S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002493
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002494MARVELL MV643XX ETHERNET DRIVER
2495P: Dale Farnsworth
2496M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002498M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002499L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002500S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501
2502MATROX FRAMEBUFFER DRIVER
2503P: Petr Vandrovec
2504M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002505L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506S: Maintained
2507
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002508MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2509P: Hans J. Koch
2510M: hjk@linutronix.de
2511L: lm-sensors@lm-sensors.org
2512S: Maintained
2513
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002514MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002515P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002516M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002517S: linux-scsi@vger.kernel.org
2518W: http://megaraid.lsilogic.com
2519S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002520
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002521MEMORY MANAGEMENT
2522L: linux-mm@kvack.org
2523L: linux-kernel@vger.kernel.org
2524W: http://www.linux-mm.org
2525S: Maintained
2526
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002527MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528P: David Woodhouse
2529M: dwmw2@infradead.org
2530W: http://www.linux-mtd.infradead.org/
2531L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002532T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533S: Maintained
2534
Artem Bityutskiy48576402007-02-13 17:11:10 +02002535UNSORTED BLOCK IMAGES (UBI)
2536P: Artem Bityutskiy
2537M: dedekind@infradead.org
2538W: http://www.linux-mtd.infradead.org/
2539L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002540T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002541S: Maintained
2542
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543MICROTEK X6 SCANNER
2544P: Oliver Neukum
2545M: oliver@neukum.name
2546S: Maintained
2547
2548MIPS
2549P: Ralf Baechle
2550M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002551W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002553T: git www.linux-mips.org:/pub/scm/linux.git
2554S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555
2556MISCELLANEOUS MCA-SUPPORT
2557P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002558M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559L: linux-kernel@vger.kernel.org
2560S: Maintained
2561
2562MODULE SUPPORT
2563P: Rusty Russell
2564M: rusty@rustcorp.com.au
2565L: linux-kernel@vger.kernel.org
2566S: Maintained
2567
2568MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2569P: Stelian Pop
2570M: stelian@popies.net
2571W: http://popies.net/meye/
2572S: Maintained
2573
Pavel Pisac58ff042007-05-16 01:10:41 +02002574MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2575P: Pavel Pisa
2576M: ppisa@pikron.com
2577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2578W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2579S: Maintained
2580
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581MOUSE AND MISC DEVICES [GENERAL]
2582P: Alessandro Rubini
2583M: rubini@ipvvis.unipv.it
2584L: linux-kernel@vger.kernel.org
2585S: Maintained
2586
Jiri Slabyd7354102006-12-08 02:38:35 -08002587MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2588P: Jiri Slaby
2589M: jirislaby@gmail.com
2590L: linux-kernel@vger.kernel.org
2591S: Maintained
2592
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002593MSI LAPTOP SUPPORT
2594P: Lennart Poettering
2595M: mzxreary@0pointer.de
2596L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2597W: http://0pointer.de/lennart/tchibo.html
2598S: Maintained
2599
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 Hemminger65ebe6342007-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
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002892P: Kyle McMartin
2893M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894P: Matthew Wilcox
2895M: matthew@wil.cx
2896P: Grant Grundler
2897M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002898L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899W: 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901S: Maintained
2902
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002903PARAVIRT_OPS INTERFACE
2904P: Jeremy Fitzhardinge
2905M: jeremy@xensource.com
2906P: Chris Wright
2907M: chrisw@sous-sol.org
2908P: Zachary Amsden
2909M: zach@vmware.com
2910P: Rusty Russell
2911M: rusty@rustcorp.com.au
2912L: virtualization@lists.osdl.org
2913L: linux-kernel@vger.kernel.org
2914S: Supported
2915
Jim Cromie1662d322006-10-06 00:43:59 -07002916PC87360 HARDWARE MONITORING DRIVER
2917P: Jim Cromie
2918M: jim.cromie@gmail.com
2919L: lm-sensors@lm-sensors.org
2920S: Maintained
2921
2922PC8736x GPIO DRIVER
2923P: Jim Cromie
2924M: jim.cromie@gmail.com
2925S: Maintained
2926
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002927PCI ERROR RECOVERY
2928P: Linas Vepstas
2929M: linas@austin.ibm.com
2930L: linux-kernel@vger.kernel.org
2931L: linux-pci@atrey.karlin.mff.cuni.cz
2932S: Supported
2933
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934PCI SUBSYSTEM
2935P: Greg Kroah-Hartman
2936M: gregkh@suse.de
2937L: linux-kernel@vger.kernel.org
2938L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002939T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940S: Supported
2941
2942PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002943P: Kristen Carlson Accardi
2944M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945S: Supported
2946
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002947PCIE HOTPLUG DRIVER
2948P: Kristen Carlson Accardi
2949M: kristen.c.accardi@intel.com
2950L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002951S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002952
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002954P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002955L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002957T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002958S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959
2960PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002961P: Don Fry
2962M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002963L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964S: Maintained
2965
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002966PER-TASK DELAY ACCOUNTING
2967P: Shailabh Nagar
2968M: nagar@watson.ibm.com
2969L: linux-kernel@vger.kernel.org
2970S: Maintained
2971
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002972PERSONALITY HANDLING
2973P: Christoph Hellwig
2974M: hch@infradead.org
2975L: linux-abi-devel@lists.sourceforge.net
2976S: Maintained
2977
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002979P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980M: joern@wh.fh-wedel.de
2981L: linux-mtd@lists.infradead.org
2982S: Maintained
2983
Peter Osterlund249a6772005-09-27 21:45:30 -07002984PKTCDVD DRIVER
2985P: Peter Osterlund
2986M: petero2@telia.com
2987L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002988S: Maintained
2989
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002991P: Thomas Gleixner
2992M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002993L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Supported
2995
Anton Vorontsov3be86142007-07-15 04:43:36 +04002996POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2997P: Anton Vorontsov
2998M: cbou@mail.ru
2999P: David Woodhouse
3000M: dwmw2@infradead.org
3001L: linux-kernel@vger.kernel.org
3002L: kernel-discuss@handhelds.org
3003T: git git.infradead.org/battery-2.6.git
3004S: Maintained
3005
Eugene Surovegin24682972005-10-14 03:00:53 -07003006POWERPC 4xx EMAC DRIVER
3007P: Eugene Surovegin
3008M: ebs@ebshome.net
3009W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003010L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003011L: netdev@vger.kernel.org
3012S: Maintained
3013
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014PNP SUPPORT
3015P: Adam Belay
3016M: ambx1@neo.rr.com
3017S: Maintained
3018
Vitaly Wool999445d2007-01-04 13:07:03 +01003019PNXxxxx I2C DRIVER
3020P: Vitaly Wool
3021M: vitalywool@gmail.com
3022L: i2c@lm-sensors.org
3023S: Maintained
3024
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025PPP PROTOCOL DRIVERS AND COMPRESSORS
3026P: Paul Mackerras
3027M: paulus@samba.org
3028L: linux-ppp@vger.kernel.org
3029S: Maintained
3030
3031PPP OVER ATM (RFC 2364)
3032P: Mitchell Blank Jr
3033M: mitch@sfgoth.com
3034S: Maintained
3035
3036PPP OVER ETHERNET
3037P: Michal Ostrowski
3038M: mostrows@speakeasy.net
3039S: Maintained
3040
James Chapmana6d23702007-06-27 15:53:17 -07003041PPP OVER L2TP
3042P: James Chapman
3043M: jchapman@katalix.com
3044S: Maintained
3045
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046PREEMPTIBLE KERNEL
3047P: Robert Love
3048M: rml@tech9.net
3049L: linux-kernel@vger.kernel.org
3050L: kpreempt-tech@lists.sourceforge.net
3051W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3052S: Supported
3053
Michael Wueff1a592007-09-25 18:11:01 -07003054P54 WIRELESS DRIVER
3055P: Michael Wu
3056M: flamingice@sourmilk.net
3057L: linux-wireless@vger.kernel.org
3058W: http://prism54.org
3059T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3060S: Maintained
3061
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003063P: Luis R. Rodriguez
3064M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003065L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066W: http://prism54.org
3067S: Maintained
3068
3069PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3070P: Peter Denison
3071M: promise@pnd-pc.demon.co.uk
3072W: http://www.pnd-pc.demon.co.uk/promise/
3073S: Maintained
3074
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003075PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3076P: Mikael Pettersson
3077M: mikpe@it.uu.se
3078L: linux-ide@vger.kernel.org
3079S: Maintained
3080
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003081PS3 NETWORK SUPPORT
3082P: Masakazu Mokuno
3083M: mokuno@sm.sony.co.jp
3084L: netdev@vger.kernel.org
3085L: cbe-oss-dev@ozlabs.org
3086S: Supported
3087
Geoff Levandf58a9d12006-11-23 00:46:51 +01003088PS3 PLATFORM SUPPORT
3089P: Geoff Levand
3090M: geoffrey.levand@am.sony.com
3091L: linuxppc-dev@ozlabs.org
3092L: cbe-oss-dev@ozlabs.org
3093S: Supported
3094
Michael Krufky83202042006-07-03 00:24:18 -07003095PVRUSB2 VIDEO4LINUX DRIVER
3096P: Mike Isely
3097M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003098L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003099L: video4linux-list@redhat.com
3100W: http://www.isely.net/pvrusb2/
3101S: Maintained
3102
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103PXA2xx SUPPORT
3104P: Nicolas Pitre
3105M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003106L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107S: Maintained
3108
Pierre Ossman272f1332007-05-14 21:25:26 +02003109PXA MMCI DRIVER
3110S: Orphan
3111
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112QLOGIC QLA2XXX FC-SCSI DRIVER
3113P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003114M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115L: linux-scsi@vger.kernel.org
3116S: Supported
3117
Ron Mercer5a4faa872006-07-25 00:40:21 -07003118QLOGIC QLA3XXX NETWORK DRIVER
3119P: Ron Mercer
3120M: linux-driver@qlogic.com
3121L: netdev@vger.kernel.org
3122S: Supported
3123
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124QNX4 FILESYSTEM
3125P: Anders Larsen
3126M: al@alarsen.net
3127L: linux-kernel@vger.kernel.org
3128W: http://www.alarsen.net/linux/qnx4fs/
3129S: Maintained
3130
3131RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003132P: Benjamin Herrenschmidt
3133M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003134L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135S: Maintained
3136
3137RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003138P: Paul Mackerras
3139M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003140L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141S: Maintained
3142
3143RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3144P: Corey Thomas
3145M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003146L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147S: Maintained
3148
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003149RALINK RT2X00 WLAN DRIVER
3150P: rt2x00 project
3151L: linux-wireless@vger.kernel.org
3152L: rt2400-devel@lists.sourceforge.net
3153W: http://rt2x00.serialmonkey.com/
3154S: Maintained
3155F: drivers/net/wireless/rt2x00/
3156
Matt Mackall9e95ce22005-04-16 15:25:56 -07003157RANDOM NUMBER DRIVER
3158P: Matt Mackall
3159M: mpm@selenic.com
3160S: Maintained
3161
Matt Porter394b7012005-11-07 01:00:15 -08003162RAPIDIO SUBSYSTEM
3163P: Matt Porter
3164M: mporter@kernel.crashing.org
3165L: linux-kernel@vger.kernel.org
3166S: Maintained
3167
Josh Triplett595182b2006-10-04 02:17:21 -07003168READ-COPY UPDATE (RCU)
3169P: Dipankar Sarma
3170M: dipankar@in.ibm.com
3171W: http://www.rdrop.com/users/paulmck/rclock/
3172L: linux-kernel@vger.kernel.org
3173S: Supported
3174
3175RCUTORTURE MODULE
3176P: Josh Triplett
3177M: josh@freedesktop.org
3178L: linux-kernel@vger.kernel.org
3179S: Maintained
3180
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181REAL TIME CLOCK DRIVER
3182P: Paul Gortmaker
3183M: p_gortmaker@yahoo.com
3184L: linux-kernel@vger.kernel.org
3185S: Maintained
3186
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003187REAL TIME CLOCK (RTC) SUBSYSTEM
3188P: Alessandro Zummo
3189M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003190L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003191S: Maintained
3192
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193REISERFS FILE SYSTEM
3194P: Hans Reiser
3195M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003196L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197W: http://www.namesys.com
3198S: Supported
3199
3200ROCKETPORT DRIVER
3201P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202W: http://www.comtrol.com
3203S: Maintained
3204
3205ROSE NETWORK LAYER
3206P: Ralf Baechle
3207M: ralf@linux-mips.org
3208L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003209W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210S: Maintained
3211
3212RISCOM8 DRIVER
3213S: Orphan
3214
Michael Wu605bebe2007-05-14 01:41:02 -04003215RTL818X WIRELESS DRIVER
3216P: Michael Wu
3217M: flamingice@sourmilk.net
3218P: Andrea Merello
3219M: andreamrl@tiscali.it
3220L: linux-wireless@vger.kernel.org
3221W: http://linuxwireless.org/
3222T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3223S: Maintained
3224
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003225S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003226P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003227M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003228L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003229S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003230
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231S390
3232P: Martin Schwidefsky
3233M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003234P: Heiko Carstens
3235M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003237L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003238W: http://www.ibm.com/developerworks/linux/linux390/
3239S: Supported
3240
3241S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003242P: Ursula Braun
3243M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003244P: Frank Blaschka
3245M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003246M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003247L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003248W: http://www.ibm.com/developerworks/linux/linux390/
3249S: Supported
3250
3251S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003252P: Swen Schillig
3253M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003254M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003255L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003256W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257S: Supported
3258
Ursula Braundd96df22007-09-19 13:09:02 +02003259S390 IUCV NETWORK LAYER
3260P: Ursula Braun
3261M: ubraun@linux.vnet.ibm.com
3262M: linux390@de.ibm.com
3263L: linux-s390@vger.kernel.org
3264W: http://www.ibm.com/developerworks/linux/linux390/
3265S: Supported
3266
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267SAA7146 VIDEO4LINUX-2 DRIVER
3268P: Michael Hunold
3269M: michael@mihu.de
3270W: http://www.mihu.de/linux/saa7146
3271S: Maintained
3272
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273SC1200 WDT DRIVER
3274P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003275M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276S: Maintained
3277
3278SCHEDULER
3279P: Ingo Molnar
3280M: mingo@elte.hu
3281P: Robert Love [the preemptible kernel bits]
3282M: rml@tech9.net
3283L: linux-kernel@vger.kernel.org
3284S: Maintained
3285
3286SCSI CDROM DRIVER
3287P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003288M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289L: linux-scsi@vger.kernel.org
3290W: http://www.kernel.dk
3291S: Maintained
3292
3293SCSI SG DRIVER
3294P: Doug Gilbert
3295M: dgilbert@interlog.com
3296L: linux-scsi@vger.kernel.org
3297W: http://www.torque.net/sg
3298S: Maintained
3299
3300SCSI SUBSYSTEM
3301P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003302M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003304T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003305T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3306T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307S: Maintained
3308
3309SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003310P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311M: Kai.Makisara@kolumbus.fi
3312L: linux-scsi@vger.kernel.org
3313S: Maintained
3314
3315SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003316P: Vlad Yasevich
3317M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003318P: Sridhar Samudrala
3319M: sri@us.ibm.com
3320L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003321W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003322S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323
3324SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003325P: Jim Cromie
3326M: jim.cromie@gmail.com
3327S: Odd Fixes
3328
3329SCx200 GPIO DRIVER
3330P: Jim Cromie
3331M: jim.cromie@gmail.com
3332S: Maintained
3333
3334SCx200 HRT CLOCKSOURCE DRIVER
3335P: Jim Cromie
3336M: jim.cromie@gmail.com
3337S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338
3339SECURITY CONTACT
3340P: Security Officers
3341M: security@kernel.org
3342S: Supported
3343
3344SELINUX SECURITY MODULE
3345P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003346M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003348M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003349P: Eric Paris
3350M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003352L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353W: http://www.nsa.gov/selinux
3354S: Supported
3355
Jiri Slabycef2cf02007-05-08 00:31:45 -07003356SENSABLE PHANTOM
3357P: Jiri Slaby
3358M: jirislaby@gmail.com
3359S: Maintained
3360
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361SERIAL ATA (SATA) SUBSYSTEM:
3362P: Jeff Garzik
3363M: jgarzik@pobox.com
3364L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003365T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366S: Supported
3367
3368SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3369P: Pat Gefre
3370M: pfg@sgi.com
3371L: linux-ia64@vger.kernel.org
3372S: Supported
3373
3374SGI VISUAL WORKSTATION 320 AND 540
3375P: Andrey Panin
3376M: pazke@donpac.ru
3377L: linux-visws-devel@lists.sf.net
3378W: http://linux-visws.sf.net
3379S: Maintained for 2.6.
3380
3381SIMTEC EB110ATX (Chalice CATS)
3382P: Ben Dooks
3383P: Vincent Sanders
3384M: support@simtec.co.uk
3385W: http://www.simtec.co.uk/products/EB110ATX/
3386S: Supported
3387
3388SIMTEC EB2410ITX (BAST)
3389P: Ben Dooks
3390P: Vincent Sanders
3391M: support@simtec.co.uk
3392W: http://www.simtec.co.uk/products/EB2410ITX/
3393S: Supported
3394
Francois Romieu92aab3c2005-07-30 13:11:18 +02003395SIS 190 ETHERNET DRIVER
3396P: Francois Romieu
3397M: romieu@fr.zoreil.com
3398L: netdev@vger.kernel.org
3399S: Maintained
3400
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401SIS 5513 IDE CONTROLLER DRIVER
3402P: Lionel Bouton
3403M: Lionel.Bouton@inet6.fr
3404W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3405W: http://gyver.homeip.net/sis5513/index.html
3406S: Maintained
3407
3408SIS 900/7016 FAST ETHERNET DRIVER
3409P: Daniele Venzano
3410M: venza@brownhat.org
3411W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003412L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413S: Maintained
3414
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003415SIS 96X I2C/SMBUS DRIVER
3416P: Mark M. Hoffman
3417M: mhoffman@lightlink.com
3418L: lm-sensors@lm-sensors.org
3419S: Maintained
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421SIS FRAMEBUFFER DRIVER
3422P: Thomas Winischhofer
3423M: thomas@winischhofer.net
3424W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003425S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426
3427SIS USB2VGA DRIVER
3428P: Thomas Winischhofer
3429M: thomas@winischhofer.net
3430W: http://www.winischhofer.at/linuxsisusbvga.shtml
3431S: Maintained
3432
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003433SLAB ALLOCATOR
3434P: Christoph Lameter
3435M: clameter@sgi.com
3436P: Pekka Enberg
3437M: penberg@cs.helsinki.fi
3438L: linux-mm@kvack.org
3439S: Maintained
3440
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441SMC91x ETHERNET DRIVER
3442P: Nicolas Pitre
3443M: nico@cam.org
3444S: Maintained
3445
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003446SMSC47B397 HARDWARE MONITOR DRIVER
3447P: Mark M. Hoffman
3448M: mhoffman@lightlink.com
3449L: lm-sensors@lm-sensors.org
3450S: Maintained
3451
Daniel Drake8f0f8502006-07-18 22:00:25 +01003452SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003453P: Daniel Drake
3454M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003455L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003456S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003457
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458SOFTWARE RAID (Multiple Disks) SUPPORT
3459P: Ingo Molnar
3460M: mingo@redhat.com
3461P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003462M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003464S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465
Pavel Machek95a631e2007-07-19 01:47:42 -07003466HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467P: Pavel Machek
3468M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003469P: Rafael J. Wysocki
3470M: rjw@sisk.pl
3471L: linux-pm@lists.linux-foundation.org
3472S: Supported
3473
3474SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003475P: Len Brown
3476M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003477P: Pavel Machek
3478M: pavel@suse.cz
3479P: Rafael J. Wysocki
3480M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003481L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003482S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483
3484SONIC NETWORK DRIVER
3485P: Thomas Bogendoerfer
3486M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003487L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488S: Maintained
3489
Michael Buesch61e115a2007-09-18 15:12:50 -04003490SONICS SILICON BACKPLANE DRIVER (SSB)
3491P: Michael Buesch
3492M: mb@bu3sch.de
3493L: netdev@vger.kernel.org
3494S: Maintained
3495
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003497P: Mattia Dongili
3498M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003499L: linux-acpi@vger.kernel.org
3500W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501S: Maintained
3502
3503SOUND
3504P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003505M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003506L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507S: Maintained
3508
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003509SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3510P: Liam Girdwood
3511M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003512L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003513S: Supported
3514
Kumar Gala025c3982006-04-02 16:05:54 -05003515SPI SUBSYSTEM
3516P: David Brownell
3517M: dbrownell@users.sourceforge.net
3518L: spi-devel-general@lists.sourceforge.net
3519S: Maintained
3520
Steven Rostedt855f46a2006-08-05 12:14:50 -07003521STABLE BRANCH:
3522P: Greg Kroah-Hartman
3523M: greg@kroah.com
3524P: Chris Wright
3525M: chrisw@sous-sol.org
3526L: stable@kernel.org
3527S: Maintained
3528
Kylene Hall1c72d462005-05-01 08:59:13 -07003529TPM DEVICE DRIVER
3530P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003531M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003532W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003533P: Marcel Selhorst
3534M: tpm@selhorst.net
3535W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003536L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003537S: Maintained
3538
Mark Gross1a80ba82005-10-30 15:02:55 -08003539Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003540P: Mark Gross
3541M: mark.gross@intel.com
3542S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003543
Chris Zankel48b415c2005-06-23 22:01:07 -07003544TENSILICA XTENSA PORT (xtensa):
3545P: Chris Zankel
3546M: chris@zankel.net
3547S: Maintained
3548
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003549THINKPAD ACPI EXTRAS DRIVER
3550P: Henrique de Moraes Holschuh
3551M: ibm-acpi@hmh.eng.br
3552L: ibm-acpi-devel@lists.sourceforge.net
3553W: http://ibm-acpi.sourceforge.net
3554W: http://thinkwiki.org/wiki/Ibm-acpi
3555T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3556S: Maintained
3557
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558UltraSPARC (sparc64):
3559P: David S. Miller
3560M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003562T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S: Maintained
3564
3565SHARP LH SUPPORT (LH7952X & LH7A40X)
3566P: Marc Singer
3567M: elf@buici.com
3568W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570S: Maintained
3571
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003572SHPC HOTPLUG DRIVER
3573P: Kristen Carlson Accardi
3574M: kristen.c.accardi@intel.com
3575L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003576S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003577
Pierre Ossmand129bce2006-03-24 03:18:17 -08003578SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3579P: Pierre Ossman
3580M: drzeus-sdhci@drzeus.cx
3581L: sdhci-devel@list.drzeus.cx
3582W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3583S: Maintained
3584
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003585SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3586P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003587M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003588L: netdev@vger.kernel.org
3589S: Maintained
3590
Chris Boot1a87d942006-07-10 04:45:34 -07003591SOEKRIS NET48XX LED SUPPORT
3592P: Chris Boot
3593M: bootc@bootc.net
3594S: Maintained
3595
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596SPARC (sparc32):
3597P: William L. Irwin
3598M: wli@holomorphy.com
3599L: sparclinux@vger.kernel.org
3600S: Maintained
3601
3602SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3603P: Roger Wolff
3604M: R.E.Wolff@BitWizard.nl
3605L: linux-kernel@vger.kernel.org ?
3606S: Supported
3607
Jim Lewis2752e402006-09-29 02:01:19 -07003608SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003609P: Linas Vepstas
3610M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003611L: netdev@vger.kernel.org
3612S: Supported
3613
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614SRM (Alpha) environment access
3615P: Jan-Benedict Glaw
3616M: jbglaw@lug-owl.de
3617L: linux-kernel@vger.kernel.org
3618S: Maintained
3619
3620STARFIRE/DURALAN NETWORK DRIVER
3621P: Ion Badulescu
3622M: ionut@cs.columbia.edu
3623S: Maintained
3624
3625STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3626W: http://mosquitonet.Stanford.EDU/strip.html
3627S: Unsupported ?
3628
3629STRADIS MPEG-2 DECODER DRIVER
3630P: Nathan Laredo
3631M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632W: http://www.stradis.com/
3633S: Maintained
3634
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003635SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636P: Paul Mundt
3637M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003638L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003640T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641S: Maintained
3642
3643SUN3/3X
3644P: Sam Creasey
3645M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646W: http://sammy.net/sun3/
3647S: Maintained
3648
3649SVGA HANDLING
3650P: Martin Mares
3651M: mj@ucw.cz
3652L: linux-video@atrey.karlin.mff.cuni.cz
3653S: Maintained
3654
3655SYSV FILESYSTEM
3656P: Christoph Hellwig
3657M: hch@infradead.org
3658S: Maintained
3659
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003660TC CLASSIFIER
3661P: Jamal Hadi Salim
3662M: hadi@cyberus.ca
3663L: netdev@vger.kernel.org
3664S: Maintained
3665
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003666TCP LOW PRIORITY MODULE
3667P: Wong Hoi Sing, Edison
3668M: hswong3i@gmail.com
3669P: Hung Hing Lun, Mike
3670M: hlhung3i@gmail.com
3671W: http://tcp-lp-mod.sourceforge.net/
3672S: Maintained
3673
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003674TEHUTI ETHERNET DRIVER
3675P: Alexander Indenbaum
3676M: baum@tehutinetworks.net
3677P: Andy Gospodarek
3678M: andy@greyhouse.net
3679L: netdev@vger.kernel.org
3680S: Supported
3681
Alex Dubov4020f2d2006-10-04 02:15:37 -07003682TI FLASH MEDIA INTERFACE DRIVER
3683P: Alex Dubov
3684M: oakad@yahoo.com
3685S: Maintained
3686
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003687TI OMAP MMC INTERFACE DRIVER
3688P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003689M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003690W: http://linux.omap.com
3691W: http://www.muru.com/linux/omap/
3692S: Maintained
3693
Michael Buesch844dd052006-06-26 00:24:59 -07003694TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3695P: Deepak Saxena
3696M: dsaxena@plexity.net
3697S: Maintained
3698
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003699TASKSTATS STATISTICS INTERFACE
3700P: Shailabh Nagar
3701M: nagar@watson.ibm.com
3702L: linux-kernel@vger.kernel.org
3703S: Maintained
3704
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003706P: Romain Lievin
3707M: roms@lpg.ticalc.org
3708S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709
Per Lidene86eaa32006-01-12 16:45:18 +01003710TIPC NETWORK LAYER
3711P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003712M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003713P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003714M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003715P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003716M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003717L: tipc-discussion@lists.sourceforge.net
3718W: http://tipc.sourceforge.net/
3719W: http://tipc.cslab.ericsson.net/
3720T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3721S: Maintained
3722
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723TLAN NETWORK DRIVER
3724P: Samuel Chessman
3725M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003726L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727W: http://sourceforge.net/projects/tlan/
3728S: Maintained
3729
3730TOKEN-RING NETWORK DRIVER
3731P: Mike Phillips
3732M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003733L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734L: linux-tr@linuxtr.net
3735W: http://www.linuxtr.net
3736S: Maintained
3737
3738TOSHIBA ACPI EXTRAS DRIVER
3739P: John Belmonte
3740M: toshiba_acpi@memebeam.org
3741W: http://memebeam.org/toys/ToshibaAcpiDriver
3742S: Maintained
3743
3744TOSHIBA SMM DRIVER
3745P: Jonathan Buzzard
3746M: jonathan@buzzard.org.uk
3747L: tlinux-users@tce.toshiba-dme.co.jp
3748W: http://www.buzzard.org.uk/toshiba/
3749S: Maintained
3750
3751TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3752P: Muli Ben-Yehuda
3753M: mulix@mulix.org
3754L: linux-kernel@vger.kernel.org
3755S: Maintained
3756
3757TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003758P: Adrian Bunk
3759M: trivial@kernel.org
3760L: linux-kernel@vger.kernel.org
3761W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3762T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3763S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764
3765TMS380 TOKEN-RING NETWORK DRIVER
3766P: Adam Fritzler
3767M: mid@auk.cx
3768L: linux-tr@linuxtr.net
3769W: http://www.auk.cx/tms380tr/
3770S: Maintained
3771
3772TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773L: tulip-users@lists.sourceforge.net
3774W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003775S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776
3777TUN/TAP driver
3778P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003779M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780L: vtun@office.satix.net
3781W: http://vtun.sourceforge.net/tun
3782S: Maintained
3783
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003784TURBOCHANNEL SUBSYSTEM
3785P: Maciej W. Rozycki
3786M: macro@linux-mips.org
3787S: Maintained
3788
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789U14-34F SCSI DRIVER
3790P: Dario Ballabio
3791M: ballabio_dario@emc.com
3792L: linux-scsi@vger.kernel.org
3793S: Maintained
3794
3795UDF FILESYSTEM
3796P: Ben Fennema
3797M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798W: http://linux-udf.sourceforge.net
3799S: Maintained
3800
3801UNIFORM CDROM DRIVER
3802P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003803M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804L: linux-kernel@vger.kernel.org
3805W: http://www.kernel.dk
3806S: Maintained
3807
3808USB ACM DRIVER
3809P: Oliver Neukum
3810M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003811L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812S: Maintained
3813
3814USB BLOCK DRIVER (UB ub)
3815P: Pete Zaitcev
3816M: zaitcev@redhat.com
3817L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003818L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819S: Supported
3820
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821USB CDC ETHERNET DRIVER
3822P: Greg Kroah-Hartman
3823M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003824L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825S: Maintained
3826W: http://www.kroah.com/linux-usb/
3827
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003828USB DAVICOM DM9601 DRIVER
3829P: Peter Korsgaard
3830M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003831L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003832W: http://www.linux-usb.org/usbnet
3833S: Maintained
3834
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835USB EHCI DRIVER
3836P: David Brownell
3837M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003838L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003839S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840
Luca Risolia7ce08c92006-01-11 02:06:59 +00003841USB ET61X[12]51 DRIVER
3842P: Luca Risolia
3843M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003844L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003845L: video4linux-list@redhat.com
3846W: http://www.linux-projects.org
3847S: Maintained
3848
David Brownell69ae9e32006-11-14 02:03:31 -08003849USB GADGET/PERIPHERAL SUBSYSTEM
3850P: David Brownell
3851M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003852L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003853W: http://www.linux-usb.org/gadget
3854S: Maintained
3855
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003856USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003857P: Jiri Kosina
3858M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003859L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003860T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861S: Maintained
3862
Olav Kongas959eea22005-11-03 17:38:14 +02003863USB ISP116X DRIVER
3864P: Olav Kongas
3865M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003866L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003867S: Maintained
3868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869USB KAWASAKI LSI DRIVER
3870P: Oliver Neukum
3871M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003872L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873S: Maintained
3874
3875USB MASS STORAGE DRIVER
3876P: Matthew Dharm
3877M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003878L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003879L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880S: Maintained
3881W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3882
3883USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003884P: David Brownell
3885M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003886L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003887S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888
Matthias Urlichsba460e42005-07-14 00:33:47 -07003889USB OPTION-CARD DRIVER
3890P: Matthias Urlichs
3891M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003892L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003893S: Maintained
3894
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895USB OV511 DRIVER
3896P: Mark McClelland
3897M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003898L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899W: http://alpha.dyndns.org/ov511/
3900S: Maintained
3901
3902USB PEGASUS DRIVER
3903P: Petko Manolov
3904M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003905L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003906L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907W: http://pegasus2.sourceforge.net/
3908S: Maintained
3909
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003910USB PRINTER DRIVER (usblp)
3911P: Pete Zaitcev
3912M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003913L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003914S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915
3916USB RTL8150 DRIVER
3917P: Petko Manolov
3918M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003919L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003920L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921W: http://pegasus2.sourceforge.net/
3922S: Maintained
3923
3924USB SE401 DRIVER
3925P: Jeroen Vreeken
3926M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003927L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928W: http://www.chello.nl/~j.vreeken/se401/
3929S: Maintained
3930
3931USB SERIAL CYBERJACK DRIVER
3932P: Matthias Bruestle and Harald Welte
3933M: support@reiner-sct.com
3934W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3935S: Maintained
3936
3937USB SERIAL DIGI ACCELEPORT DRIVER
3938P: Peter Berger and Al Borchers
3939M: pberger@brimson.com
3940M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003941L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942S: Maintained
3943
3944USB SERIAL DRIVER
3945P: Greg Kroah-Hartman
3946M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003947L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948S: Supported
3949
3950USB SERIAL BELKIN F5U103 DRIVER
3951P: William Greathouse
3952M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003953L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954S: Maintained
3955
3956USB SERIAL CYPRESS M8 DRIVER
3957P: Lonnie Mendez
3958M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003959L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960S: Maintained
3961W: http://geocities.com/i0xox0i
3962W: http://firstlight.net/cvs
3963
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964USB AUERSWALD DRIVER
3965P: Wolfgang Muees
3966M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003967L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968S: Maintained
3969
3970USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3971P: Gary Brubaker
3972M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003973L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974S: Maintained
3975
3976USB SERIAL KEYSPAN DRIVER
3977P: Greg Kroah-Hartman
3978M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003979L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980W: http://www.kroah.com/linux/
3981S: Maintained
3982
3983USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003984P: Support Department
3985M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003986L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987W: http://www.connecttech.com
3988S: Supported
3989
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003990USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991P: Luca Risolia
3992M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003993L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003994L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995W: http://www.linux-projects.org
3996S: Maintained
3997
3998USB SUBSYSTEM
3999P: Greg Kroah-Hartman
4000M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004001L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004003T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004S: Supported
4005
4006USB UHCI DRIVER
4007P: Alan Stern
4008M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004009L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010S: Maintained
4011
David Brownell69ae9e32006-11-14 02:03:31 -08004012USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013P: David Brownell
4014M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004015L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004016W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017S: Maintained
4018
4019USB W996[87]CF DRIVER
4020P: Luca Risolia
4021M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004022L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004023L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024W: http://www.linux-projects.org
4025S: Maintained
4026
Luca Risolia60f78052006-02-06 16:29:35 +00004027USB ZC0301 DRIVER
4028P: Luca Risolia
4029M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004030L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004031L: video4linux-list@redhat.com
4032W: http://www.linux-projects.org
4033S: Maintained
4034
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035USB ZD1201 DRIVER
4036P: Jeroen Vreeken
4037M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004038L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039W: http://linux-lc100020.sourceforge.net
4040S: Maintained
4041
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004042USB ZR364XX DRIVER
4043P: Antoine Jacquet
4044M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004045L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004046L: video4linux-list@redhat.com
4047W: http://royale.zerezo.com/zr364xx/
4048S: Maintained
4049
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050USER-MODE LINUX
4051P: Jeff Dike
4052M: jdike@karaya.com
4053L: user-mode-linux-devel@lists.sourceforge.net
4054L: user-mode-linux-user@lists.sourceforge.net
4055W: http://user-mode-linux.sourceforge.net
4056S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004057
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058FAT/VFAT/MSDOS FILESYSTEM:
4059P: OGAWA Hirofumi
4060M: hirofumi@mail.parknet.co.jp
4061L: linux-kernel@vger.kernel.org
4062S: Maintained
4063
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064VIA RHINE NETWORK DRIVER
4065P: Roger Luethi
4066M: rl@hellgate.ch
4067S: Maintained
4068
Jean Delvare32c0a522005-09-22 21:47:58 +02004069VIAPRO SMBUS DRIVER
4070P: Jean Delvare
4071M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004072L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004073S: Maintained
4074
Francois Romieu01f20732007-01-26 00:57:17 -08004075VIA VELOCITY NETWORK DRIVER
4076P: Francois Romieu
4077M: romieu@fr.zoreil.com
4078L: netdev@vger.kernel.org
4079S: Maintained
4080
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081UCLINUX (AND M68KNOMMU)
4082P: Greg Ungerer
4083M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004085L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086S: Maintained
4087
4088UCLINUX FOR NEC V850
4089P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090
4091UCLINUX FOR RENESAS H8/300
4092P: Yoshinori Sato
4093M: ysato@users.sourceforge.jp
4094W: http://uclinux-h8.sourceforge.jp/
4095S: Supported
4096
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004097UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004098P: Evgeniy Dushistov
4099M: dushistov@mail.ru
4100L: linux-kernel@vger.kernel.org
4101S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004102
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103USB DIAMOND RIO500 DRIVER
4104P: Cesar Miquel
4105M: miquel@df.uba.ar
4106L: rio500-users@lists.sourceforge.net
4107W: http://rio500.sourceforge.net
4108S: Maintained
4109
4110VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004111P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004112M: mchehab@infradead.org
4113M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004115W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004116T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004117S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118
Patrick McHardybe7f8272007-10-23 20:26:36 -07004119VLAN (802.1Q)
4120P: Patrick McHardy
4121M: kaber@trash.net
4122L: netdev@vger.kernel.org
4123S: Maintained
4124
Juerg Haefligerab413192006-09-24 20:54:04 +02004125VT1211 HARDWARE MONITOR DRIVER
4126P: Juerg Haefliger
4127M: juergh@gmail.com
4128L: lm-sensors@lm-sensors.org
4129S: Maintained
4130
Roger Lucas1de9e372005-11-26 20:20:05 +01004131VT8231 HARDWARE MONITOR DRIVER
4132P: Roger Lucas
4133M: roger@planbit.co.uk
4134L: lm-sensors@lm-sensors.org
4135S: Maintained
4136
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137W1 DALLAS'S 1-WIRE BUS
4138P: Evgeniy Polyakov
4139M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140S: Maintained
4141
Charles Spirakis13927072006-07-05 18:05:15 +02004142W83791D HARDWARE MONITORING DRIVER
4143P: Charles Spirakis
4144M: bezaur@gmail.com
4145L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004146S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004147
Rudolf Marek61db0112006-12-12 18:18:30 +01004148W83793 HARDWARE MONITORING DRIVER
4149P: Rudolf Marek
4150M: r.marek@assembler.cz
4151L: lm-sensors@lm-sensors.org
4152S: Maintained
4153
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154W83L51xD SD/MMC CARD INTERFACE DRIVER
4155P: Pierre Ossman
4156M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004157L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158W: http://projects.drzeus.cx/wbsd
4159S: Maintained
4160
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004161WATCHDOG DEVICE DRIVERS
4162P: Wim Van Sebroeck
4163M: wim@iguana.be
4164T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4165S: Maintained
4166
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4168P: Jean Tourrilhes
4169M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004170L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4172S: Maintained
4173
4174WD7000 SCSI DRIVER
4175P: Miroslav Zagorac
4176M: zaga@fly.cc.fer.hr
4177L: linux-scsi@vger.kernel.org
4178S: Maintained
4179
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004180WISTRON LAPTOP BUTTON DRIVER
4181P: Miloslav Trmac
4182M: mitr@volny.cz
4183S: Maintained
4184
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185WL3501 WIRELESS PCMCIA CARD DRIVER
4186P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004187M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004188L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004189W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190S: Maintained
4191
4192X.25 NETWORK LAYER
4193P: Henner Eisen
4194M: eis@baty.hanse.de
4195L: linux-x25@vger.kernel.org
4196S: Maintained
4197
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004198XEN HYPERVISOR INTERFACE
4199P: Jeremy Fitzhardinge
4200M: jeremy@xensource.com
4201P: Chris Wright
4202M: chrisw@sous-sol.org
4203L: virtualization@lists.osdl.org
4204L: xen-devel@lists.xensource.com
4205S: Supported
4206
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207XFS FILESYSTEM
4208P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004209P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004211L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004213T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214S: Supported
4215
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004216XILINX SYSTEMACE DRIVER
4217P: Grant Likely
4218M: grant.likely@secretlab.ca
4219W: http://www.secretlab.ca/
4220L: linux-kernel@vger.kernel.org
4221S: Maintained
4222
Peter Korsgaard238b8722006-12-06 20:35:17 -08004223XILINX UARTLITE SERIAL DRIVER
4224P: Peter Korsgaard
4225M: jacmet@sunsite.dk
4226L: linux-serial@vger.kernel.org
4227S: Maintained
4228
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004229X86 ARCHITECTURE (32-BIT AND 64-BIT)
4230P: Thomas Gleixner
4231M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232P: Ingo Molnar
4233M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004234P: H. Peter Anvin
4235M: hpa@zytor.com
4236L: linux-kernel@vger.kernel.org
4237T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238S: Maintained
4239
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240YAM DRIVER FOR AX.25
4241P: Jean-Paul Roubelat
4242M: jpr@f6fbb.org
4243L: linux-hams@vger.kernel.org
4244S: Maintained
4245
Henkaf64a5e2005-10-12 15:02:56 +02004246YEALINK PHONE DRIVER
4247P: Henk Vergonet
4248M: Henk.Vergonet@gmail.com
4249L: usbb2k-api-dev@nongnu.org
4250S: Maintained
4251
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252Z8530 DRIVER FOR AX.25
4253P: Joerg Reuter
4254M: jreuter@yaina.de
4255W: http://yaina.de/jreuter/
4256W: http://www.qsl.net/dl1bke/
4257L: linux-hams@vger.kernel.org
4258S: Maintained
4259
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004260ZD1211RW WIRELESS DRIVER
4261P: Daniel Drake
4262M: dsd@gentoo.org
4263P: Ulrich Kunitz
4264M: kune@deine-taler.de
4265W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004266L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004267L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4268S: Maintained
4269
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270ZF MACHZ WATCHDOG
4271P: Fernando Fuganti
4272M: fuganti@netbank.com.br
4273W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4274S: Maintained
4275
4276ZR36067 VIDEO FOR LINUX DRIVER
4277P: Ronald Bultje
4278M: rbultje@ronald.bitfreak.net
4279L: mjpeg-users@lists.sourceforge.net
4280W: http://mjpeg.sourceforge.net/driver-zoran/
4281S: Maintained
4282
4283ZR36120 VIDEO FOR LINUX DRIVER
4284P: Pauline Middelink
4285M: middelin@polyware.nl
4286W: http://www.polyware.nl/~middelin/En/hobbies.html
4287W: http://www.polyware.nl/~middelin/hobbies.html
4288S: Maintained
4289
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004290ZS DECSTATION Z85C30 SERIAL DRIVER
4291P: Maciej W. Rozycki
4292M: macro@linux-mips.org
4293S: Maintained
4294
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295THE REST
4296P: Linus Torvalds
4297S: Buried alive in reporters