blob: f5bd9bab7ed6eb3b2db50af5cffcd255e3846c72 [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
326L: linux-usb-users@lists.sourceforge.net
327L: linux-usb-devel@lists.sourceforge.net
328W: http://www.linux-usb.org/SpeedTouch/
329S: Maintained
330
Pierre Ossman272f1332007-05-14 21:25:26 +0200331ALCHEMY AU1XX0 MMC DRIVER
332S: Orphan
333
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000334ALI1563 I2C DRIVER
335P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100336M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200337L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000338S: Maintained
339
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340ALPHA PORT
341P: Richard Henderson
342M: rth@twiddle.net
343S: Odd Fixes for 2.4; Maintained for 2.6.
344P: Ivan Kokshaysky
345M: ink@jurassic.park.msu.ru
346S: Maintained for 2.4; PCI support for 2.6.
347
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700348AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
349P: Thomas Dahlmann
350M: thomas.dahlmann@amd.com
351L: info-linux@geode.amd.com
352S: Supported
353
Jordan Crousef90b8112006-01-06 00:12:14 -0800354AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100355P: Jordan Crouse
356M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800357L: info-linux@geode.amd.com
358W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
359S: Supported
360
Stelian Pop284f42b2006-12-12 18:18:31 +0100361AMS (Apple Motion Sensor) DRIVER
362P: Stelian Pop
363M: stelian@popies.net
364P: Michael Hanselmann
365M: linux-kernel@hansmi.ch
366S: Supported
367
Tom Tuckerf94b5332006-09-22 15:22:48 -0700368AMSO1100 RNIC DRIVER
369P: Tom Tucker
370M: tom@opengridcomputing.com
371P: Steve Wise
372M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700373L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700374S: Maintained
375
Johannes Berg42269062006-07-25 16:15:50 +0200376AOA (Apple Onboard Audio) ALSA DRIVER
377P: Johannes Berg
378M: johannes@sipsolutions.net
379L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200380L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200381S: Maintained
382
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383APM DRIVER
384P: Stephen Rothwell
385M: sfr@canb.auug.org.au
386L: linux-laptop@vger.kernel.org
387W: http://www.canb.auug.org.au/~sfr/
388S: Supported
389
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700390APPLE SMC DRIVER
391P: Nicolas Boichat
392M: nicolas@boichat.ch
393L: mactel-linux-devel@lists.sourceforge.net
394S: Maintained
395
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396APPLETALK NETWORK LAYER
397P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300398M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399S: Maintained
400
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400401APPLETOUCH TOUCHPAD DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400404L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400405S: Maintained
406
Jaya Kumar1154ea72005-06-21 17:17:04 -0700407ARC FRAMEBUFFER DRIVER
408P: Jaya Kumar
409M: jayalk@intworks.biz
410S: Maintained
411
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412ARM MFM AND FLOPPY DRIVERS
413P: Ian Molton
414M: spyro@f2s.com
415S: Maintained
416
Russell King2761f5c2007-05-24 06:56:08 +0200417ARM PRIMECELL MMCI PL180/1 DRIVER
418P: Russell King
419M: rmk@arm.linux.org.uk
420L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
421S: Maintained
422
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800423ARM/ADI ROADRUNNER MACHINE SUPPORT
424P: Lennert Buytenhek
425M: kernel@wantstofly.org
426L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
427S: Maintained
428
429ARM/ADS SPHERE MACHINE SUPPORT
430P: Lennert Buytenhek
431M: kernel@wantstofly.org
432L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
433S: Maintained
434
435ARM/AJECO 1ARM MACHINE SUPPORT
436P: Lennert Buytenhek
437M: kernel@wantstofly.org
438L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
439S: Maintained
440
Andrew Victord4a89c72006-12-04 13:56:21 +0100441ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
442P: Andrew Victor
443M: andrew@sanpeople.com
444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445W: http://maxim.org.za/at91_26.html
446S: Maintained
447
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800448ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
449P: Lennert Buytenhek
450M: kernel@wantstofly.org
451L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
452S: Maintained
453
454ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
455P: Lennert Buytenhek
456M: kernel@wantstofly.org
457L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
458S: Maintained
459
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460ARM/CORGI MACHINE SUPPORT
461P: Richard Purdie
462M: rpurdie@rpsys.net
463S: Maintained
464
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800465ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
466P: Lennert Buytenhek
467M: kernel@wantstofly.org
468L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
469S: Maintained
470
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100471ARM/HP JORNADA 7XX MACHINE SUPPORT
472P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100473M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100474W: www.jlime.com
475S: Maintained
476
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800477ARM/INTEL IOP32X ARM ARCHITECTURE
478P: Lennert Buytenhek
479M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100480P: Dan Williams
481M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100483S: Supported
484
485ARM/INTEL IOP33X ARM ARCHITECTURE
486P: Dan Williams
487M: dan.j.williams@intel.com
488L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
489S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800490
491ARM/INTEL IOP13XX ARM ARCHITECTURE
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100494P: Dan Williams
495M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100497S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800498
499ARM/INTEL IQ81342EX MACHINE SUPPORT
500P: Lennert Buytenhek
501M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100502P: Dan Williams
503M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800504L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100505S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800506
507ARM/INTEL IXP2000 ARM ARCHITECTURE
508P: Lennert Buytenhek
509M: kernel@wantstofly.org
510L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
511S: Maintained
512
513ARM/INTEL IXDP2850 MACHINE SUPPORT
514P: Lennert Buytenhek
515M: kernel@wantstofly.org
516L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
517S: Maintained
518
519ARM/INTEL IXP23XX ARM ARCHITECTURE
520P: Lennert Buytenhek
521M: kernel@wantstofly.org
522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
523S: Maintained
524
525ARM/INTEL XSC3 (MANZANO) ARM CORE
526P: Lennert Buytenhek
527M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100528P: Dan Williams
529M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800530L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100531S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800532
533ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
534P: Lennert Buytenhek
535M: kernel@wantstofly.org
536L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
537S: Maintained
538
539ARM/LOGICPD PXA270 MACHINE SUPPORT
540P: Lennert Buytenhek
541M: kernel@wantstofly.org
542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543S: Maintained
544
Dirk Opfer8459c152005-11-06 14:27:52 +0000545ARM/TOSA MACHINE SUPPORT
546P: Dirk Opfer
547M: dirk@opfer-online.de
548S: Maintained
549
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550ARM/PLEB SUPPORT
551P: Peter Chubb
552M: pleb@gelato.unsw.edu.au
553W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
554S: Maintained
555
556ARM/PT DIGITAL BOARD PORT
557P: Stefan Eletzhofer
558M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560W: http://www.arm.linux.org.uk/
561S: Maintained
562
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800563ARM/RADISYS ENP2611 MACHINE SUPPORT
564P: Lennert Buytenhek
565M: kernel@wantstofly.org
566L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
567S: Maintained
568
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569ARM/SHARK MACHINE SUPPORT
570P: Alexander Schulz
571M: alex@shark-linux.de
572W: http://www.shark-linux.de/shark.html
573S: Maintained
574
575ARM/STRONGARM110 PORT
576P: Russell King
577M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579W: http://www.arm.linux.org.uk/
580S: Maintained
581
582ARM/S3C2410 ARM ARCHITECTURE
583P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800584M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586W: http://www.fluff.org/ben/linux/
587S: Maintained
588
589ARM/S3C2440 ARM ARCHITECTURE
590P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800591M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593W: http://www.fluff.org/ben/linux/
594S: Maintained
595
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800596ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/THECUS N2100 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608ARPD SUPPORT
609P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700610L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611S: Maintained
612
613ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500614P: Corentin Chary
615M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616P: Karol Kozimor
617M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618L: acpi4asus-user@lists.sourceforge.net
619W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500620W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621S: Maintained
622
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400623ASUS ASB100 HARDWARE MONITOR DRIVER
624P: Mark M. Hoffman
625M: mhoffman@lightlink.com
626L: lm-sensors@lm-sensors.org
627S: Maintained
628
Corentin Chary85091b72007-01-26 14:04:30 +0100629ASUS LAPTOP EXTRAS DRIVER
630P: Corentin Chary
631M: corentincj@iksaif.net
632L: acpi4asus-user@lists.sourceforge.net
633W: http://sourceforge.net/projects/acpi4asus
634W: http://xf.iksaif.net/acpi4asus
635S: Maintained
636
Dan Williamsb3e5f262007-08-07 10:26:35 -0700637ASYNCHRONOUS TRANSFERS/TRANSFORMS API
638P: Dan Williams
639M: dan.j.williams@intel.com
640P: Shannon Nelson
641M: shannon.nelson@intel.com
642L: linux-kernel@vger.kernel.org
643W: http://sourceforge.net/projects/xscaleiop
644S: Supported
645
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646ATA OVER ETHERNET DRIVER
647P: Ed L. Cashin
648M: ecashin@coraid.com
649W: http://www.coraid.com/support/linux
650S: Supported
651
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600652ATL1 ETHERNET DRIVER
653P: Jay Cliburn
654M: jcliburn@gmail.com
655P: Chris Snook
656M: csnook@redhat.com
657L: atl1-devel@lists.sourceforge.net
658W: http://sourceforge.net/projects/atl1
659W: http://atl1.sourceforge.net
660S: Maintained
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662ATM
663P: Chas Williams
664M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700665L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666W: http://linux-atm.sourceforge.net
667S: Maintained
668
Pierre Ossman272f1332007-05-14 21:25:26 +0200669ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200670P: Nicolas Ferre
671M: nicolas.ferre@rfo.atmel.com
672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
673W: http://www.atmel.com/products/AT91/
674W: http://www.at91.com/
675S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200676
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100677ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100678P: Haavard Skinnemoen
679M: hskinnemoen@atmel.com
680S: Supported
681
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800682ATMEL SPI DRIVER
683P: Haavard Skinnemoen
684M: hskinnemoen@atmel.com
685S: Supported
686
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700687ATMEL USBA UDC DRIVER
688P: Haavard Skinnemoen
689M: hskinnemoen@atmel.com
690L: kernel@avr32linux.org
691W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
692S: Supported
693
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694ATMEL WIRELESS DRIVER
695P: Simon Kelley
696M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700697L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698W: http://www.thekelleys.org.uk/atmel
699W: http://atmelwlandriver.sourceforge.net/
700S: Maintained
701
Chris Wrighta92b7b82005-07-07 18:12:23 -0700702AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100703P: David Woodhouse
704M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700705L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100706W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800707T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700708S: Maintained
709
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800710AUXILIARY DISPLAY DRIVERS
711P: Miguel Ojeda Sandonis
712M: maxextreme@gmail.com
713L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700714W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800715S: Maintained
716
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700717AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700718P: Haavard Skinnemoen
719M: hskinnemoen@atmel.com
720W: http://www.atmel.com/products/AVR32/
721W: http://avr32linux.org/
722W: http://avrfreaks.net/
723S: Supported
724
725AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700726P: Haavard Skinnemoen
727M: hskinnemoen@atmel.com
728S: Supported
729
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730AX.25 NETWORK LAYER
731P: Ralf Baechle
732M: ralf@linux-mips.org
733L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200734W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735S: Maintained
736
Richard Purdie300abeb2007-02-07 22:21:07 +0000737BACKLIGHT CLASS/SUBSYSTEM
738P: Richard Purdie
739M: rpurdie@rpsys.net
740S: Maintained
741
Bryan Wu1394f032007-05-06 14:50:22 -0700742BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800743P: Bryan Wu
744M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800745L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
746W: http://blackfin.uclinux.org
747S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700748
Bryan Wue190d6b2007-07-17 14:43:44 +0800749BLACKFIN EMAC DRIVER
750P: Bryan Wu
751M: bryan.wu@analog.com
752L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
753W: http://blackfin.uclinux.org
754S: Supported
755
Mike Frysinger566da5b2007-06-11 15:31:30 +0800756BLACKFIN RTC DRIVER
757P: Mike Frysinger
758M: michael.frysinger@analog.com
759M: vapier.adi@gmail.com
760L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
761W: http://blackfin.uclinux.org
762S: Supported
763
Bryan Wu1394f032007-05-06 14:50:22 -0700764BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800765P: Aubrey Li
766M: aubrey.li@analog.com
767L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
768W: http://blackfin.uclinux.org
769S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700770
Bryan Wu1e6d3202007-07-15 02:50:02 +0800771BLACKFIN WATCHDOG DRIVER
772P: Mike Frysinger
773M: michael.frysinger@analog.com
774M: vapier.adi@gmail.com
775L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
776W: http://blackfin.uclinux.org
777S: Supported
778
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779BAYCOM/HDLCDRV DRIVERS FOR AX.25
780P: Thomas Sailer
781M: t.sailer@alumni.ethz.ch
782L: linux-hams@vger.kernel.org
783W: http://www.baycom.org/~tom/ham/ham.html
784S: Maintained
785
Michael Buesche4d6b792007-09-18 15:39:42 -0400786B43 WIRELESS DRIVER
787P: Michael Buesch
788M: mb@bu3sch.de
789P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100790M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400791L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100792W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400793S: Maintained
794
Larry Finger75388ac2007-09-25 16:46:54 -0700795B43LEGACY WIRELESS DRIVER
796P: Larry Finger
797M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100798P: Stefano Brivio
799M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700800L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100801W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700802S: Maintained
803
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200804BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
805P: Larry Finger
806M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200807P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100808M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700809L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200810W: http://bcm43xx.berlios.de/
811S: Maintained
812
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813BEFS FILE SYSTEM
814P: Sergey S. Kostyliov
815M: rathamahata@php4.ru
816L: linux-kernel@vger.kernel.org
817S: Maintained
818
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819BFS FILE SYSTEM
820P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800821M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822L: linux-kernel@vger.kernel.org
823S: Maintained
824
Bryan Wud24ecfc2007-05-01 23:26:32 +0200825BLACKFIN I2C TWI DRIVER
826P: Sonic Zhang
827M: sonic.zhang@analog.com
828L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
829W: http://blackfin.uclinux.org/
830S: Supported
831
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832BLOCK LAYER
833P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200834M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800836T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837S: Maintained
838
839BLUETOOTH SUBSYSTEM
840P: Marcel Holtmann
841M: marcel@holtmann.org
842P: Maxim Krasnyansky
843M: maxk@qualcomm.com
844L: bluez-devel@lists.sf.net
845W: http://bluez.sf.net
846W: http://www.bluez.org
847W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800848T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849S: Maintained
850
851BLUETOOTH RFCOMM LAYER
852P: Marcel Holtmann
853M: marcel@holtmann.org
854P: Maxim Krasnyansky
855M: maxk@qualcomm.com
856S: Maintained
857
858BLUETOOTH BNEP LAYER
859P: Marcel Holtmann
860M: marcel@holtmann.org
861P: Maxim Krasnyansky
862M: maxk@qualcomm.com
863S: Maintained
864
865BLUETOOTH CMTP LAYER
866P: Marcel Holtmann
867M: marcel@holtmann.org
868S: Maintained
869
870BLUETOOTH HIDP LAYER
871P: Marcel Holtmann
872M: marcel@holtmann.org
873S: Maintained
874
875BLUETOOTH HCI UART DRIVER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878P: Maxim Krasnyansky
879M: maxk@qualcomm.com
880S: Maintained
881
882BLUETOOTH HCI USB DRIVER
883P: Marcel Holtmann
884M: marcel@holtmann.org
885P: Maxim Krasnyansky
886M: maxk@qualcomm.com
887S: Maintained
888
889BLUETOOTH HCI BCM203X DRIVER
890P: Marcel Holtmann
891M: marcel@holtmann.org
892S: Maintained
893
894BLUETOOTH HCI BPA10X DRIVER
895P: Marcel Holtmann
896M: marcel@holtmann.org
897S: Maintained
898
899BLUETOOTH HCI BFUSB DRIVER
900P: Marcel Holtmann
901M: marcel@holtmann.org
902S: Maintained
903
904BLUETOOTH HCI DTL1 DRIVER
905P: Marcel Holtmann
906M: marcel@holtmann.org
907S: Maintained
908
909BLUETOOTH HCI BLUECARD DRIVER
910P: Marcel Holtmann
911M: marcel@holtmann.org
912S: Maintained
913
914BLUETOOTH HCI BT3C DRIVER
915P: Marcel Holtmann
916M: marcel@holtmann.org
917S: Maintained
918
919BLUETOOTH HCI BTUART DRIVER
920P: Marcel Holtmann
921M: marcel@holtmann.org
922S: Maintained
923
924BLUETOOTH HCI VHCI DRIVER
925P: Maxim Krasnyansky
926M: maxk@qualcomm.com
927S: Maintained
928
929BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100930P: Chad Tindel
931M: ctindel@users.sourceforge.net
932P: Jay Vosburgh
933M: fubar@us.ibm.com
934L: bonding-devel@lists.sourceforge.net
935W: http://sourceforge.net/projects/bonding/
936S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000938BROADBAND PROCESSOR ARCHITECTURE
939P: Arnd Bergmann
940M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100941L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400942W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000943S: Supported
944
Gary Zambrano39105892006-06-22 17:26:20 -0700945BROADCOM B44 10/100 ETHERNET DRIVER
946P: Gary Zambrano
947M: zambrano@broadcom.com
948L: netdev@vger.kernel.org
949S: Supported
950
Michael Chan948c51e2006-06-04 02:51:39 -0700951BROADCOM BNX2 GIGABIT ETHERNET DRIVER
952P: Michael Chan
953M: mchan@broadcom.com
954L: netdev@vger.kernel.org
955S: Supported
956
957BROADCOM TG3 GIGABIT ETHERNET DRIVER
958P: Michael Chan
959M: mchan@broadcom.com
960L: netdev@vger.kernel.org
961S: Supported
962
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200963BSG (block layer generic sg v4 driver)
964P: FUJITA Tomonori
965M: fujita.tomonori@lab.ntt.co.jp
966L: linux-scsi@vger.kernel.org
967S: Supported
968
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700970P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200971M: mchehab@infradead.org
972M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700974W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200975T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700976S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
Jonathan Corbet77d51402007-03-22 19:44:17 -0300978CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
979P: Jonathan Corbet
980M: corbet@lwn.net
981L: video4linux-list@redhat.com
982S: Maintained
983
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200984CALGARY x86-64 IOMMU
985P: Muli Ben-Yehuda
986M: muli@il.ibm.com
987P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200988M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200989L: linux-kernel@vger.kernel.org
990L: discuss@x86-64.org
991S: Maintained
992
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800993CFAG12864B LCD DRIVER
994P: Miguel Ojeda Sandonis
995M: maxextreme@gmail.com
996L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700997W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800998S: Maintained
999
1000CFAG12864BFB LCD FRAMEBUFFER DRIVER
1001P: Miguel Ojeda Sandonis
1002M: maxextreme@gmail.com
1003L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001004W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001005S: Maintained
1006
Johannes Berg704232c2007-04-23 12:20:05 -07001007CFG80211 and NL80211
1008P: Johannes Berg
1009M: johannes@sipsolutions.net
1010L: linux-wireless@vger.kernel.org
1011S: Maintained
1012
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001013CHECKPATCH
1014P: Andy Whitcroft
1015M: apw@shadowen.org
1016P: Randy Dunlap
1017M: rdunlap@xenotime.net
1018P: Joel Schopp
1019M: jschopp@austin.ibm.com
1020S: Supported
1021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022COMMON INTERNET FILE SYSTEM (CIFS)
1023P: Steve French
1024M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001025L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001027W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001028T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001029S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
Joel Becker7063fbf2005-12-15 14:29:43 -08001031CONFIGFS
1032P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001033M: joel.becker@oracle.com
1034L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001035S: Supported
1036
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001037CIRRUS LOGIC EP93XX ETHERNET DRIVER
1038P: Lennert Buytenhek
1039M: kernel@wantstofly.org
1040L: netdev@vger.kernel.org
1041S: Maintained
1042
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001043CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1044P: Lennert Buytenhek
1045M: kernel@wantstofly.org
1046L: linux-usb-devel@lists.sourceforge.net
1047S: Maintained
1048
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1050P: Cirrus Logic Corporation (kernel 2.2 driver)
1051M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1052P: Nils Faerber (port to kernel 2.4)
1053M: Nils Faerber <nils@kernelconcepts.de>
1054S: Maintained
1055
1056CODA FILE SYSTEM
1057P: Jan Harkes
1058M: jaharkes@cs.cmu.edu
1059M: coda@cs.cmu.edu
1060L: codalist@coda.cs.cmu.edu
1061W: http://www.coda.cs.cmu.edu/
1062S: Maintained
1063
1064COMPACTPCI HOTPLUG CORE
1065P: Scott Murray
1066M: scottm@somanetworks.com
1067M: scott@spiteful.org
1068L: pcihpd-discuss@lists.sourceforge.net
1069S: Supported
1070
1071COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1072P: Scott Murray
1073M: scottm@somanetworks.com
1074M: scott@spiteful.org
1075L: pcihpd-discuss@lists.sourceforge.net
1076S: Supported
1077
1078COMPACTPCI HOTPLUG GENERIC DRIVER
1079P: Scott Murray
1080M: scottm@somanetworks.com
1081M: scott@spiteful.org
1082L: pcihpd-discuss@lists.sourceforge.net
1083S: Supported
1084
1085COMPUTONE INTELLIPORT MULTIPORT CARD
1086P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001087M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001089S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
Simon Arlott949be0f2007-03-06 02:47:46 -08001091CONEXANT ACCESSRUNNER USB DRIVER
1092P: Simon Arlott
1093M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001094L: accessrunner-general@lists.sourceforge.net
1095W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001096S: Maintained
1097
Rudolf Marekbebe4672007-05-08 17:22:02 +02001098CORETEMP HARDWARE MONITORING DRIVER
1099P: Rudolf Marek
1100M: r.marek@assembler.cz
1101L: lm-sensors@lm-sensors.org
1102S: Maintained
1103
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104COSA/SRP SYNC SERIAL DRIVER
1105P: Jan "Yenya" Kasprzak
1106M: kas@fi.muni.cz
1107W: http://www.fi.muni.cz/~kas/cosa/
1108S: Maintained
1109
1110CPU FREQUENCY DRIVERS
1111P: Dave Jones
1112M: davej@codemonkey.org.uk
1113L: cpufreq@lists.linux.org.uk
1114W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001115T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116S: Maintained
1117
1118CPUID/MSR DRIVER
1119P: H. Peter Anvin
1120M: hpa@zytor.com
1121S: Maintained
1122
Paul Jacksoned90fb42005-09-27 21:45:37 -07001123CPUSETS
1124P: Paul Jackson
1125P: Simon Derr
1126M: pj@sgi.com
1127M: simon.derr@bull.net
1128L: linux-kernel@vger.kernel.org
1129W: http://www.bullopensource.org/cpuset/
1130S: Supported
1131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001133W: http://sourceforge.net/projects/cramfs/
1134S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135
1136CRIS PORT
1137P: Mikael Starvik
1138M: starvik@axis.com
1139L: dev-etrax@axis.com
1140W: http://developer.axis.com
1141S: Maintained
1142
1143CRYPTO API
1144P: Herbert Xu
1145M: herbert@gondor.apana.org.au
1146P: David S. Miller
1147M: davem@davemloft.net
1148L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001149T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150S: Maintained
1151
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001152CS5535 Audio ALSA driver
1153P: Jaya Kumar
1154M: jayakumar.alsa@gmail.com
1155S: Maintained
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157CYBERPRO FB DRIVER
1158P: Russell King
1159M: rmk@arm.linux.org.uk
1160W: http://www.arm.linux.org.uk/
1161S: Maintained
1162
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001163CYBLAFB FRAMEBUFFER DRIVER
1164P: Knut Petersen
1165M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001166L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001167S: Maintained
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169CYCLADES 2X SYNC CARD DRIVER
1170P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001171M: acme@ghostprotocols.net
1172W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173S: Maintained
1174
1175CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001177S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178
1179CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001181S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183DAMA SLAVE for AX.25
1184P: Joerg Reuter
1185M: jreuter@yaina.de
1186W: http://yaina.de/jreuter/
1187W: http://www.qsl.net/dl1bke/
1188L: linux-hams@vger.kernel.org
1189S: Maintained
1190
1191DC395x SCSI driver
1192P: Oliver Neukum
1193M: oliver@neukum.name
1194P: Ali Akcaagac
1195M: aliakc@web.de
1196P: Jamie Lenehan
1197M: lenehan@twibble.org
1198W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001199L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200L: http://lists.twibble.org/mailman/listinfo/dc395x/
1201S: Maintained
1202
1203DC390/AM53C974 SCSI driver
1204P: Kurt Garloff
1205M: garloff@suse.de
1206W: http://www.garloff.de/kurt/linux/dc390/
1207P: Guennadi Liakhovetski
1208M: g.liakhovetski@gmx.de
1209S: Maintained
1210
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001211DCCP PROTOCOL
1212P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001213M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001214L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001215W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001216S: Maintained
1217
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218DECnet NETWORK LAYER
1219P: Patrick Caulfield
1220M: patrick@tykepenguin.com
1221W: http://linux-decnet.sourceforge.net
1222L: linux-decnet-user@lists.sourceforge.net
1223S: Maintained
1224
1225DEFXX FDDI NETWORK DRIVER
1226P: Maciej W. Rozycki
1227M: macro@linux-mips.org
1228S: Maintained
1229
1230DELL LAPTOP SMM DRIVER
1231P: Massimo Dal Zotto
1232M: dz@debian.org
1233W: http://www.debian.org/~dz/i8k/
1234S: Maintained
1235
Doug Warzecha90563ec2005-09-06 15:17:15 -07001236DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1237P: Doug Warzecha
1238M: Douglas_Warzecha@dell.com
1239S: Maintained
1240
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001241DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242P: Alasdair Kergon
1243L: dm-devel@redhat.com
1244W: http://sources.redhat.com/dm
1245S: Maintained
1246
1247DEVICE NUMBER REGISTRY
1248P: Torben Mathiasen
1249M: device@lanana.org
1250W: http://lanana.org/docs/device-list/index.html
1251L: linux-kernel@vger.kernel.org
1252S: Maintained
1253
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254DIGI INTL. EPCA DRIVER
1255P: Digi International, Inc
1256M: Eng.Linux@digi.com
1257L: Eng.Linux@digi.com
1258W: http://www.digi.com
1259S: Orphaned
1260
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261DIRECTORY NOTIFICATION
1262P: Stephen Rothwell
1263M: sfr@canb.auug.org.au
1264L: linux-kernel@vger.kernel.org
1265S: Supported
1266
1267DISK GEOMETRY AND PARTITION HANDLING
1268P: Andries Brouwer
1269M: aeb@cwi.nl
1270W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1271W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1272W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1273S: Maintained
1274
1275DISKQUOTA:
1276P: Jan Kara
1277M: jack@suse.cz
1278L: linux-kernel@vger.kernel.org
1279S: Maintained
1280
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001281DISTRIBUTED LOCK MANAGER
1282P: Patrick Caulfield
1283M: pcaulfie@redhat.com
1284P: David Teigland
1285M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001286L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001287W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001288T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1289T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001290S: Supported
1291
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1293P: Tobias Ringstrom
1294M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001295L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296S: Maintained
1297
Dan Williamsb3e5f262007-08-07 10:26:35 -07001298DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001299P: Shannon Nelson
1300M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301P: Dan Williams
1302M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001303L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001304S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001305
Juerg Haefligerb8250372007-06-09 10:11:16 -04001306DME1737 HARDWARE MONITOR DRIVER
1307P: Juerg Haefliger
1308M: juergh@gmail.com
1309L: lm-sensors@lm-sensors.org
1310S: Maintained
1311
Martin Waitzba483d52005-06-17 13:20:59 -07001312DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001313P: Randy Dunlap
1314M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001315S: Maintained
1316
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001317DOCKING STATION DRIVER
1318P: Kristen Carlson Accardi
1319M: kristen.c.accardi@intel.com
1320L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001321S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001322
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323DOUBLETALK DRIVER
1324P: James R. Van Zandt
1325M: jrv@vanzandt.mv.com
1326L: blinux-list@redhat.com
1327S: Maintained
1328
1329DRIVER CORE, KOBJECTS, AND SYSFS
1330P: Greg Kroah-Hartman
1331M: gregkh@suse.de
1332L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001333T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334S: Supported
1335
1336DRM DRIVERS
1337P: David Airlie
1338M: airlied@linux.ie
1339L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001340T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341S: Maintained
1342
1343DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001344P: Francois Romieu
1345M: romieu@fr.zoreil.com
1346L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347S: Maintained
1348
1349DVB SUBSYSTEM AND DRIVERS
1350P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001351M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001353W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001354T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001355S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356
1357EATA-DMA SCSI DRIVER
1358P: Michael Neuffer
1359L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1360S: Maintained
1361
1362EATA ISA/EISA/PCI SCSI DRIVER
1363P: Dario Ballabio
1364M: ballabio_dario@emc.com
1365L: linux-scsi@vger.kernel.org
1366S: Maintained
1367
1368EATA-PIO SCSI DRIVER
1369P: Michael Neuffer
1370M: mike@i-Connect.Net
1371L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1372S: Maintained
1373
1374EBTABLES
1375P: Bart De Schuymer
1376M: bart.de.schuymer@pandora.be
1377L: ebtables-user@lists.sourceforge.net
1378L: ebtables-devel@lists.sourceforge.net
1379W: http://ebtables.sourceforge.net/
1380S: Maintained
1381
Michael Halcrow237fead2006-10-04 02:16:22 -07001382ECRYPT FILE SYSTEM
1383P: Mike Halcrow, Phillip Hellewell
1384M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1385L: ecryptfs-devel@lists.sourceforge.net
1386W: http://ecryptfs.sourceforge.net/
1387S: Supported
1388
Alan Coxda9bb1d2006-01-18 17:44:13 -08001389EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001390P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001391M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001392L: bluesmoke-devel@lists.sourceforge.net
1393W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001394S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001395
1396EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001397P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001398P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001399M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001400M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001401L: bluesmoke-devel@lists.sourceforge.net
1402W: bluesmoke.sourceforge.net
1403S: Maintained
1404
1405EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001406P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001407M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001408L: bluesmoke-devel@lists.sourceforge.net
1409W: bluesmoke.sourceforge.net
1410S: Maintained
1411
Douglas Thompson6bc78402007-07-19 01:50:12 -07001412EDAC-I82443BXGX
1413P: Tim Small
1414M: tim@buttersideup.com
1415L: bluesmoke-devel@lists.sourceforge.net
1416W: bluesmoke.sourceforge.net
1417S: Maintained
1418
1419EDAC-I3000
1420P: Jason Uhlenkott
1421M: juhlenko@akamai.com
1422L: bluesmoke-devel@lists.sourceforge.net
1423W: bluesmoke.sourceforge.net
1424S: Maintained
1425
1426EDAC-I5000
1427P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001428M: dougthompson@xmission.com
1429L: bluesmoke-devel@lists.sourceforge.net
1430W: bluesmoke.sourceforge.net
1431S: Maintained
1432
1433EDAC-I82975X
1434P: Ranganathan Desikan
1435P: Arvind R.
1436M: rdesikan@jetzbroadband.com
1437M: arvind@acarlab.com
1438L: bluesmoke-devel@lists.sourceforge.net
1439W: bluesmoke.sourceforge.net
1440S: Maintained
1441
1442EDAC-PASEMI
1443P: Egor Martovetsky
1444M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001445L: bluesmoke-devel@lists.sourceforge.net
1446W: bluesmoke.sourceforge.net
1447S: Maintained
1448
Dave Peterson0e438e32006-03-26 01:38:55 -08001449EDAC-R82600
1450P: Tim Small
1451M: tim@buttersideup.com
1452L: bluesmoke-devel@lists.sourceforge.net
1453W: bluesmoke.sourceforge.net
1454S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001455
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456EEPRO100 NETWORK DRIVER
1457P: Andrey V. Savochkin
1458M: saw@saw.sw.com.sg
1459S: Maintained
1460
Josh Triplett0bee8d22006-07-30 03:03:58 -07001461EFS FILESYSTEM
1462W: http://aeschi.ch.eu.org/efs/
1463S: Orphan
1464
Heiko J Schickfab97222006-09-22 15:22:22 -07001465EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1466P: Hoang-Nam Nguyen
1467M: hnguyen@de.ibm.com
1468P: Christoph Raisch
1469M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001470L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001471S: Supported
1472
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001473EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001474P: James Smart
1475M: james.smart@emulex.com
1476L: linux-scsi@vger.kernel.org
1477W: http://sourceforge.net/projects/lpfcxxxx
1478S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001479
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480EPSON 1355 FRAMEBUFFER DRIVER
1481P: Christopher Hoover
1482M: ch@murgatroid.com, ch@hpl.hp.com
1483S: Maintained
1484
1485ETHEREXPRESS-16 NETWORK DRIVER
1486P: Philip Blundell
1487M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001488L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489S: Maintained
1490
1491ETHERNET BRIDGE
1492P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001493M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001494L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495W: http://bridge.sourceforge.net/
1496S: Maintained
1497
1498ETHERTEAM 16I DRIVER
1499P: Mika Kuoppala
1500M: miku@iki.fi
1501S: Maintained
1502
1503EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001504L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505S: Maintained
1506
1507EXT3 FILE SYSTEM
1508P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001509M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001510L: linux-ext4@vger.kernel.org
1511S: Maintained
1512
1513EXT4 FILE SYSTEM
1514P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001515M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001516L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517S: Maintained
1518
Jean Delvaree53004e2006-01-09 23:26:14 +01001519F71805F HARDWARE MONITORING DRIVER
1520P: Jean Delvare
1521M: khali@linux-fr.org
1522L: lm-sensors@lm-sensors.org
1523S: Maintained
1524
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525FARSYNC SYNCHRONOUS DRIVER
1526P: Kevin Curtis
1527M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528W: http://www.farsite.co.uk/
1529S: Supported
1530
Akinobu Mitac5408b82007-04-23 14:41:20 -07001531FAULT INJECTION SUPPORT
1532P: Akinobu Mita
1533M: akinobu.mita@gmail.com
1534S: Supported
1535
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536FRAMEBUFFER LAYER
1537P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001538M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001539L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540W: http://linux-fbdev.sourceforge.net/
1541S: Maintained
1542
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001543FREESCALE SOC FS_ENET DRIVER
1544P: Pantelis Antoniou
1545M: pantelis.antoniou@gmail.com
1546P: Vitaly Bordug
1547M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001548L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001549L: netdev@vger.kernel.org
1550S: Maintained
1551
Li Yanga7205b32007-04-23 10:38:18 -07001552FREESCALE HIGHSPEED USB DEVICE DRIVER
1553P: Li Yang
1554M: leoli@freescale.com
1555L: linux-usb-devel@lists.sourceforge.net
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001556L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001557S: Maintained
1558
Li Yangbeaf53b2007-05-25 13:54:02 +08001559FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1560P: Li Yang
1561M: leoli@freescale.com
1562L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001563L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001564S: Maintained
1565
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566FILE LOCKING (flock() and fcntl()/lockf())
1567P: Matthew Wilcox
1568M: matthew@wil.cx
1569L: linux-fsdevel@vger.kernel.org
1570S: Maintained
1571
1572FILESYSTEMS (VFS and infrastructure)
1573P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001574M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575S: Maintained
1576
Stefan Richterb3274472007-05-30 20:44:52 -04001577FIREWIRE SUBSYSTEM
1578P: Kristian Hoegsberg, Stefan Richter
1579M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1580L: linux1394-devel@lists.sourceforge.net
1581W: http://www.linux1394.org/
1582T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1583S: Maintained
1584
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585FIRMWARE LOADER (request_firmware)
1586L: linux-kernel@vger.kernel.org
1587S: Orphan
1588
1589FPU EMULATOR
1590P: Bill Metzenthen
1591M: billm@suburbia.net
1592W: http://suburbia.net/~billm/floating-point/emulator/
1593S: Maintained
1594
1595FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1596P: Mike McLagan
1597M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001598L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599S: Maintained
1600
1601FREEVXFS FILESYSTEM
1602P: Christoph Hellwig
1603M: hch@infradead.org
1604W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1605S: Maintained
1606
David Howells5ab7ffe2007-04-10 15:10:45 +01001607FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608P: David Howells
1609M: dhowells@redhat.com
1610S: Maintained
1611
Miklos Szeredi04578f12005-09-09 13:10:22 -07001612FUSE: FILESYSTEM IN USERSPACE
1613P: Miklos Szeredi
1614M: miklos@szeredi.hu
1615L: fuse-devel@lists.sourceforge.net
1616W: http://fuse.sourceforge.net/
1617S: Maintained
1618
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1620P: Rik Faith
1621M: faith@cs.unc.edu
1622L: linux-scsi@vger.kernel.org
1623S: Odd fixes (e.g., new signatures)
1624
1625GDT SCSI DISK ARRAY CONTROLLER DRIVER
1626P: Achim Leubner
1627M: achim_leubner@adaptec.com
1628L: linux-scsi@vger.kernel.org
1629W: http://www.icp-vortex.com/
1630S: Supported
1631
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001632GENERIC GPIO I2C DRIVER
1633P: Haavard Skinnemoen
1634M: hskinnemoen@atmel.com
1635S: Supported
1636
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1638P: Krzysztof Halasa
1639M: khc@pm.waw.pl
1640W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1641S: Maintained
1642
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001643GFS2 FILE SYSTEM
1644P: Steven Whitehouse
1645M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001646L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001647W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001648T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1649T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001650S: Supported
1651
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001652GIGASET ISDN DRIVERS
1653P: Hansjoerg Lipp
1654M: hjlipp@web.de
1655P: Tilman Schmidt
1656M: tilman@imap.cc
1657L: gigaset307x-common@lists.sourceforge.net
1658W: http://gigaset307x.sourceforge.net/
1659S: Maintained
1660
Jean Delvare5b543962005-08-15 19:51:02 +02001661HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001662P: Mark M. Hoffman
1663M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001664L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001665W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001666T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1667T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001668S: Maintained
1669
Michael Buesch844dd052006-06-26 00:24:59 -07001670HARDWARE RANDOM NUMBER GENERATOR CORE
1671P: Michael Buesch
1672M: mb@bu3sch.de
1673S: Maintained
1674
Robert Love860e1d62005-08-31 23:57:59 -04001675HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1676P: Robert Love
1677M: rlove@rlove.org
1678M: linux-kernel@vger.kernel.org
1679W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1680S: Maintained
1681
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682HARMONY SOUND DRIVER
1683P: Kyle McMartin
1684M: kyle@parisc-linux.org
1685W: http://www.parisc-linux.org/~kyle/harmony/
1686L: parisc-linux@lists.parisc-linux.org
1687S: Maintained
1688
1689HAYES ESP SERIAL DRIVER
1690P: Andrew J. Robinson
1691M: arobinso@nyx.net
1692L: linux-kernel@vger.kernel.org
1693W: http://www.nyx.net/~arobinso
1694S: Maintained
1695
1696HFS FILESYSTEM
1697P: Roman Zippel
1698M: zippel@linux-m68k.org
1699L: linux-kernel@vger.kernel.org
1700S: Maintained
1701
1702HGA FRAMEBUFFER DRIVER
1703P: Ferenc Bakonyi
1704M: fero@drama.obuda.kando.hu
1705L: linux-nvidia@lists.surfsouth.com
1706W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1707S: Maintained
1708
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001709HID CORE LAYER
1710P: Jiri Kosina
1711M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001712L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001713T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001714S: Maintained
1715
Ingo Molnar38bed542007-02-22 09:09:34 +01001716HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1717P: Thomas Gleixner
1718M: tglx@linutronix.de
1719L: linux-kernel@vger.kernel.org
1720S: Maintained
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722HIGH-SPEED SCC DRIVER FOR AX.25
1723P: Klaus Kudielka
1724M: klaus.kudielka@ieee.org
1725L: linux-hams@vger.kernel.org
1726W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1727S: Maintained
1728
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001729HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1730P: HighPoint Linux Team
1731M: linux@highpoint-tech.com
1732W: http://www.highpoint-tech.com
1733S: Supported
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735HIPPI
1736P: Jes Sorensen
1737M: jes@trained-monkey.org
1738L: linux-hippi@sunsite.dk
1739S: Maintained
1740
1741HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1742P: Chirag Kantharia
1743M: chirag.kantharia@hp.com
1744L: iss_storagedev@hp.com
1745S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001746
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747HEWLETT-PACKARD SMART2 RAID DRIVER
1748P: Chirag Kantharia
1749M: chirag.kantharia@hp.com
1750L: iss_storagedev@hp.com
1751S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001752
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1754P: Mike Miller
1755M: mike.miller@hp.com
1756L: iss_storagedev@hp.com
1757S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001758
Jouni Malinenff1d2762005-05-12 22:54:16 -04001759HOST AP DRIVER
1760P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001761M: j@w1.fi
1762L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001763L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001764W: http://hostap.epitest.fi/
1765S: Maintained
1766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1768P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001769M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770S: Maintained
1771
Bob Piccob9b03322005-11-07 00:59:19 -08001772HPET: High Precision Event Timers driver (hpet.c)
1773P: Clemens Ladisch
1774M: clemens@ladisch.de
1775S: Maintained
1776
1777HPET: i386
1778P: Venkatesh Pallipadi (Venki)
1779M: venkatesh.pallipadi@intel.com
1780S: Maintained
1781
1782HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001783P: Vojtech Pavlik
1784M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001785S: Maintained
1786
1787HPET: ACPI hpet.c
1788P: Bob Picco
1789M: bob.picco@hp.com
1790S: Maintained
1791
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792HPFS FILESYSTEM
1793P: Mikulas Patocka
1794M: mikulas@artax.karlin.mff.cuni.cz
1795W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1796S: Maintained
1797
1798HUGETLB FILESYSTEM
1799P: William Irwin
1800M: wli@holomorphy.com
1801S: Maintained
1802
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001803I2C/SMBUS STUB DRIVER
1804P: Mark M. Hoffman
1805M: mhoffman@lightlink.com
1806L: lm-sensors@lm-sensors.org
1807S: Maintained
1808
Jean Delvare5b543962005-08-15 19:51:02 +02001809I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810P: Jean Delvare
1811M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001812L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001813T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814S: Maintained
1815
Till Harbaume8c76ee2007-05-01 23:26:35 +02001816I2C-TINY-USB DRIVER
1817P: Till Harbaum
1818M: till@harbaum.org
1819L: i2c@lm-sensors.org
1820T: http://www.harbaum.org/till/i2c_tiny_usb
1821S: Maintained
1822
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001824P: H. Peter Anvin
1825M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826L: Linux-Kernel@vger.kernel.org
1827S: Maintained
1828
1829i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830P: H. Peter Anvin
1831M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001832T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833S: Maintained
1834
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835IA64 (Itanium) PLATFORM
1836P: Tony Luck
1837M: tony.luck@intel.com
1838L: linux-ia64@vger.kernel.org
1839W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001840T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841S: Maintained
1842
1843SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001844P: Jes Sorensen
1845M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846L: linux-altix@sgi.com
1847L: linux-ia64@vger.kernel.org
1848W: http://www.sgi.com/altix
1849S: Maintained
1850
1851IBM MCA SCSI SUBSYSTEM DRIVER
1852P: Michael Lang
1853M: langa2@kph.uni-mainz.de
1854W: http://www.uni-mainz.de/~langm000/linux.html
1855S: Maintained
1856
1857IBM Power Linux RAID adapter
1858P: Brian King
1859M: brking@us.ibm.com
1860S: Supported
1861
1862IBM ServeRAID RAID DRIVER
1863P: Jack Hammer
1864P: Dave Jeffery
1865M: ipslinux@adaptec.com
1866W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001867S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001873T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874S: Maintained
1875
1876IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001877L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001878S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879
1880IDE/ATAPI FLOPPY DRIVERS
1881P: Paul Bristow
1882M: Paul Bristow <paul@paulbristow.net>
1883W: http://paulbristow.net/linux/idefloppy.html
1884L: linux-kernel@vger.kernel.org
1885S: Maintained
1886
1887IDE/ATAPI TAPE DRIVERS
1888P: Gadi Oxman
1889M: Gadi Oxman <gadio@netvision.net.il>
1890L: linux-kernel@vger.kernel.org
1891S: Maintained
1892
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001893IDE-SCSI DRIVER
1894L: linux-ide@vger.kernel.org
1895L: linux-scsi@vger.kernel.org
1896S: Orphan
1897
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898IEEE 1394 SUBSYSTEM
1899P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001900M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001901P: Stefan Richter
1902M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903L: linux1394-devel@lists.sourceforge.net
1904W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001905T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906S: Maintained
1907
Stefan Richterf51a5a92007-04-23 14:41:10 -07001908IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909P: Dan Dennedy
1910M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001911P: Stefan Richter
1912M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001914S: Maintained
1915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001917L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001918S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919
1920INFINIBAND SUBSYSTEM
1921P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001922M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923P: Sean Hefty
1924M: mshefty@ichips.intel.com
1925P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001926M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001927L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001929T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930S: Supported
1931
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001932INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001933P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001934M: dmitry.torokhov@gmail.com
1935M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001936L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001937T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938S: Maintained
1939
Robert Lovec9f04f52005-07-15 12:21:07 -04001940INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001941P: John McCutchan
1942M: ttb@tentacle.dhs.org
1943P: Robert Love
1944M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001945L: linux-kernel@vger.kernel.org
1946S: Maintained
1947
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001948INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001949P: Sylvain Meyer
1950M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001951L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001952S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001953
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001955P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001956M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001957L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001958S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960INTEL IA32 MICROCODE UPDATE SUPPORT
1961P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001962M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963S: Maintained
1964
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001965INTEL I/OAT DMA DRIVER
1966P: Shannon Nelson
1967M: shannon.nelson@intel.com
1968L: linux-kernel@vger.kernel.org
1969S: Supported
1970
Dan Williamsb3e5f262007-08-07 10:26:35 -07001971INTEL IOP-ADMA DMA DRIVER
1972P: Dan Williams
1973M: dan.j.williams@intel.com
1974L: linux-kernel@vger.kernel.org
1975S: Supported
1976
Michael Buesch844dd052006-06-26 00:24:59 -07001977INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1978P: Deepak Saxena
1979M: dsaxena@plexity.net
1980S: Maintained
1981
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001982INTEL IXP2000 ETHERNET DRIVER
1983P: Lennert Buytenhek
1984M: kernel@wantstofly.org
1985L: netdev@vger.kernel.org
1986S: Maintained
1987
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988INTEL PRO/100 ETHERNET SUPPORT
1989P: John Ronciak
1990M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991P: Jesse Brandeburg
1992M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001993P: Jeff Kirsher
1994M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001995P: Auke Kok
1996M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001997L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998W: http://sourceforge.net/projects/e1000/
1999S: Supported
2000
2001INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2002P: Jeb Cramer
2003M: cramerj@intel.com
2004P: John Ronciak
2005M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002006P: Jesse Brandeburg
2007M: jesse.brandeburg@intel.com
2008P: Jeff Kirsher
2009M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002010P: Auke Kok
2011M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002012L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013W: http://sourceforge.net/projects/e1000/
2014S: Supported
2015
2016INTEL PRO/10GbE SUPPORT
2017P: Ayyappan Veeraiyan
2018M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002019P: Auke Kok
2020M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002021P: Jesse Brandeburg
2022M: jesse.brandeburg@intel.com
2023P: John Ronciak
2024M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002025L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026W: http://sourceforge.net/projects/e1000/
2027S: Supported
2028
James Ketrenos826d2ab2005-11-07 18:56:59 -06002029INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2030P: Yi Zhu
2031M: yi.zhu@intel.com
2032P: James Ketrenos
2033M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002034L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002035L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002036L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2037W: http://ipw2100.sourceforge.net
2038S: Supported
2039
2040INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2041P: Yi Zhu
2042M: yi.zhu@intel.com
2043P: James Ketrenos
2044M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002045L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002046L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002047L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2048W: http://ipw2200.sourceforge.net
2049S: Supported
2050
Zhu Yib481de92007-09-25 17:54:57 -07002051INTEL WIRELESS WIFI LINK (iwlwifi)
2052P: Zhu Yi
2053M: yi.zhu@intel.com
2054L: linux-wireless@vger.kernel.org
2055L: ipw3945-devel@lists.sourceforge.net
2056W: http://intellinuxwireless.org
2057T: git git://intellinuxwireless.org/repos/iwlwifi
2058S: Supported
2059
Ralf Baechlecb109a02007-08-30 23:56:30 -07002060IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061P: Ralf Baechle
2062M: ralf@linux-mips.org
2063L: linux-mips@linux-mips.org
2064S: Maintained
2065
Ralf Baechlecb109a02007-08-30 23:56:30 -07002066IOC3 SERIAL DRIVER
2067P: Pat Gefre
2068M: pfg@sgi.com
2069L: linux-kernel@linux-mips.org
2070S: Maintained
2071
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072IP MASQUERADING:
2073P: Juanjo Ciarlante
2074M: jjciarla@raiz.uncu.edu.ar
2075S: Maintained
2076
Francois Romieu1202d6f2007-09-17 17:13:55 -07002077IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2078P: Francois Romieu
2079M: romieu@fr.zoreil.com
2080P: Sorbica Shieh
2081M: sorbica@icplus.com.tw
2082P: Jesse Huang
2083M: jesse@icplus.com.tw
2084L: netdev@vger.kernel.org
2085S: Maintained
2086
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002087IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002088P: Arthur Jones
2089M: infinipath@qlogic.com
2090L: general@lists.openfabrics.org
2091T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002092S: Supported
2093
Corey Minyard4409ebe2006-04-20 02:43:12 -07002094IPMI SUBSYSTEM
2095P: Corey Minyard
2096M: minyard@acm.org
2097L: openipmi-developer@lists.sourceforge.net
2098W: http://openipmi.sourceforge.net/
2099S: Supported
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101IPX NETWORK LAYER
2102P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002103M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002104L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105S: Maintained
2106
2107IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002108P: Samuel Ortiz
2109M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002110L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002112S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113
2114ISAPNP
2115P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002116M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117S: Maintained
2118
2119ISDN SUBSYSTEM
2120P: Karsten Keil
2121M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122L: isdn4linux@listserv.isdn4linux.de
2123W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002124T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Maintained
2126
2127ISDN SUBSYSTEM (Eicon active card driver)
2128P: Armin Schindler
2129M: mac@melware.de
2130L: isdn4linux@listserv.isdn4linux.de
2131W: http://www.melware.de
2132S: Maintained
2133
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2135P: David Woodhouse
2136M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002137L: linux-mtd@lists.infradead.org
2138W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139S: Maintained
2140
2141JFS FILESYSTEM
2142P: Dave Kleikamp
2143M: shaggy@austin.ibm.com
2144L: jfs-discussion@lists.sourceforge.net
2145W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002146T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Supported
2148
Josh Triplettde456d32006-07-30 03:04:00 -07002149JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002150P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002151M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002152L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002153S: Maintained
2154
Rudolf Marek4660cb32006-10-08 22:01:26 +02002155K8TEMP HARDWARE MONITORING DRIVER
2156P: Rudolf Marek
2157M: r.marek@assembler.cz
2158L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159S: Maintained
2160
2161KCONFIG
2162P: Roman Zippel
2163M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002164L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
Vivek Goyalea6c2082006-05-20 14:59:55 -07002167KDUMP
2168P: Vivek Goyal
2169M: vgoyal@in.ibm.com
2170P: Haren Myneni
2171M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002172L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002173L: linux-kernel@vger.kernel.org
2174W: http://lse.sourceforge.net/kdump/
2175S: Maintained
2176
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177KERNEL AUTOMOUNTER (AUTOFS)
2178P: H. Peter Anvin
2179M: hpa@zytor.com
2180L: autofs@linux.kernel.org
2181S: Odd Fixes
2182
2183KERNEL AUTOMOUNTER v4 (AUTOFS4)
2184P: Ian Kent
2185M: raven@themaw.net
2186L: autofs@linux.kernel.org
2187S: Maintained
2188
2189KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190P: Sam Ravnborg
2191M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002192T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002193L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002194S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195
2196KERNEL JANITORS
2197P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002198L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200S: Maintained
2201
2202KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002203P: J. Bruce Fields
2204M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002206M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207L: nfs@lists.sourceforge.net
2208W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002209S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210
Avi Kivity426d62e2006-12-13 00:34:03 -08002211KERNEL VIRTUAL MACHINE (KVM)
2212P: Avi Kivity
2213M: avi@qumranet.com
2214L: kvm-devel@lists.sourceforge.net
2215W: kvm.sourceforge.net
2216S: Supported
2217
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002218KEXEC
2219P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002220M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002221W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002222L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002223L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002224S: Maintained
2225
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002226KPROBES
2227P: Prasanna S Panchamukhi
2228M: prasanna@in.ibm.com
2229P: Ananth N Mavinakayanahalli
2230M: ananth@in.ibm.com
2231P: Anil S Keshavamurthy
2232M: anil.s.keshavamurthy@intel.com
2233P: David S. Miller
2234M: davem@davemloft.net
2235L: linux-kernel@vger.kernel.org
2236S: Maintained
2237
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002238KS0108 LCD CONTROLLER DRIVER
2239P: Miguel Ojeda Sandonis
2240M: maxextreme@gmail.com
2241L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002242W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002243S: Maintained
2244
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002247S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248
2249LASI 53c700 driver for PARISC
2250P: James E.J. Bottomley
2251M: James.Bottomley@HansenPartnership.com
2252L: linux-scsi@vger.kernel.org
2253S: Maintained
2254
Richard Purdie263de9b2006-05-15 09:44:16 -07002255LED SUBSYSTEM
2256P: Richard Purdie
2257M: rpurdie@rpsys.net
2258S: Maintained
2259
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260LEGO USB Tower driver
2261P: Juergen Stuber
2262M: starblue@users.sourceforge.net
2263L: legousb-devel@lists.sourceforge.net
2264W: http://legousb.sourceforge.net/
2265S: Maintained
2266
Rusty Russell568a17f2007-10-25 14:12:24 +10002267LGUEST
2268P: Rusty Russell
2269M: rusty@rustcorp.com.au
2270L: lguest@ozlabs.org
2271W: http://lguest.ozlabs.org/
2272S: Maintained
2273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274LINUX FOR IBM pSERIES (RS/6000)
2275P: Paul Mackerras
2276M: paulus@au.ibm.com
2277W: http://www.ibm.com/linux/ltc/projects/ppc
2278S: Supported
2279
2280LINUX FOR NCR VOYAGER
2281P: James Bottomley
2282M: James.Bottomley@HansenPartnership.com
2283W: http://www.hansenpartnership.com/voyager
2284S: Maintained
2285
2286LINUX FOR POWERPC
2287P: Paul Mackerras
2288M: paulus@samba.org
2289W: http://www.penguinppc.org/
2290L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002291T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292S: Supported
2293
2294LINUX FOR POWER MACINTOSH
2295P: Benjamin Herrenschmidt
2296M: benh@kernel.crashing.org
2297W: http://www.penguinppc.org/
2298L: linuxppc-dev@ozlabs.org
2299S: Maintained
2300
2301LINUX FOR POWERPC EMBEDDED MPC52XX
2302P: Sylvain Munaut
2303M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002304P: Grant Likely
2305M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306W: http://www.246tNt.com/mpc52xx/
2307W: http://www.penguinppc.org/
2308L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309S: Maintained
2310
2311LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002312P: Josh Boyer
2313M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314P: Matt Porter
2315M: mporter@kernel.crashing.org
2316W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002317L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002318T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319S: Maintained
2320
Grant Likely260c02a2007-10-02 12:15:34 +10002321LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2322P: Grant Likely
2323M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002324W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002325L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326S: Maintained
2327
Tom Rinie93adf12005-07-26 12:49:53 -07002328LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329P: Tom Rini
2330M: trini@kernel.crashing.org
2331W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002332L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333S: Maintained
2334
Tom Rinie93adf12005-07-26 12:49:53 -07002335LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002336P: Vitaly Bordug
2337M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002338P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002339M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002340W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002341L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002342S: Maintained
2343
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002345P: Kumar Gala
2346M: galak@kernel.crashing.org
2347W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002348L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002349S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350
Olof Johanssonab06ff32006-09-06 14:44:54 -05002351LINUX FOR POWERPC PA SEMI PWRFICIENT
2352P: Olof Johansson
2353M: olof@lixom.net
2354W: http://www.pasemi.com/
2355L: linuxppc-dev@ozlabs.org
2356S: Supported
2357
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358LLC (802.2)
2359P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002360M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361S: Maintained
2362
2363LINUX FOR 64BIT POWERPC
2364P: Paul Mackerras
2365M: paulus@samba.org
2366M: paulus@au.ibm.com
2367P: Anton Blanchard
2368M: anton@samba.org
2369M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002370W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002371L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372S: Supported
2373
2374LINUX SECURITY MODULE (LSM) FRAMEWORK
2375P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002376M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002377L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002379T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380S: Supported
2381
2382LM83 HARDWARE MONITOR DRIVER
2383P: Jean Delvare
2384M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002385L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Maintained
2387
2388LM90 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
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002394LOCKDEP AND LOCKSTAT
2395P: Peter Zijlstra
2396M: peterz@infradead.org
2397P: Ingo Molnar
2398M: mingo@redhat.com
2399L: linux-kernel@vger.kernel.org
2400T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2401S: Maintained
2402
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002403LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Richard Russon (FlatCap)
2405M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002406L: linux-ntfs-dev@lists.sourceforge.net
2407W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Maintained
2409
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002410LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2411P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002412M: Eric.Moore@lsi.com
2413M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002414L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002415L: linux-scsi@vger.kernel.org
2416W: http://www.lsilogic.com/support
2417S: Supported
2418
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2420P: Matthew Wilcox
2421M: matthew@wil.cx
2422L: linux-scsi@vger.kernel.org
2423S: Maintained
2424
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002425M32R ARCHITECTURE
2426P: Hirokazu Takata
2427M: takata@linux-m32r.org
2428L: linux-m32r@ml.linux-m32r.org
2429L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2430W: http://www.linux-m32r.org/
2431S: Maintained
2432
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433M68K ARCHITECTURE
2434P: Geert Uytterhoeven
2435M: geert@linux-m68k.org
2436P: Roman Zippel
2437M: zippel@linux-m68k.org
2438L: linux-m68k@lists.linux-m68k.org
2439W: http://www.linux-m68k.org/
2440W: http://linux-m68k-cvs.ubb.ca/
2441S: Maintained
2442
2443M68K ON APPLE MACINTOSH
2444P: Joshua Thompson
2445M: funaho@jurai.org
2446W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002447L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448S: Maintained
2449
2450M68K ON HP9000/300
2451P: Philip Blundell
2452M: philb@gnu.org
2453W: http://www.tazenda.demon.co.uk/phil/linux-hp
2454S: Maintained
2455
Jiri Benc64a327a2007-05-05 11:47:08 -07002456MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002457P: Michael Wu
2458M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002459P: Johannes Berg
2460M: johannes@sipsolutions.net
2461P: Jiri Benc
2462M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002463L: linux-wireless@vger.kernel.org
2464W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002465T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002466S: Maintained
2467
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002468MACVLAN DRIVER
2469P: Patrick McHardy
2470M: kaber@trash.net
2471L: netdev@vger.kernel.org
2472S: Maintained
2473
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474MARVELL YUKON / SYSKONNECT DRIVER
2475P: Mirko Lindner
2476M: mlindner@syskonnect.de
2477P: Ralph Roesler
2478M: rroesler@syskonnect.de
2479W: http://www.syskonnect.com
2480S: Supported
2481
Michael Kerriskfaf16682005-07-31 22:34:47 -07002482MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002483P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002484M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002485W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2486S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002487
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002488MARVELL MV643XX ETHERNET DRIVER
2489P: Dale Farnsworth
2490M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002492M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002493L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002494S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495
2496MATROX FRAMEBUFFER DRIVER
2497P: Petr Vandrovec
2498M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002499L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500S: Maintained
2501
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002502MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2503P: Hans J. Koch
2504M: hjk@linutronix.de
2505L: lm-sensors@lm-sensors.org
2506S: Maintained
2507
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002508MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002509P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002510M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002511S: linux-scsi@vger.kernel.org
2512W: http://megaraid.lsilogic.com
2513S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002514
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002515MEMORY MANAGEMENT
2516L: linux-mm@kvack.org
2517L: linux-kernel@vger.kernel.org
2518W: http://www.linux-mm.org
2519S: Maintained
2520
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002521MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522P: David Woodhouse
2523M: dwmw2@infradead.org
2524W: http://www.linux-mtd.infradead.org/
2525L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002526T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527S: Maintained
2528
Artem Bityutskiy48576402007-02-13 17:11:10 +02002529UNSORTED BLOCK IMAGES (UBI)
2530P: Artem Bityutskiy
2531M: dedekind@infradead.org
2532W: http://www.linux-mtd.infradead.org/
2533L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002534T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002535S: Maintained
2536
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537MICROTEK X6 SCANNER
2538P: Oliver Neukum
2539M: oliver@neukum.name
2540S: Maintained
2541
2542MIPS
2543P: Ralf Baechle
2544M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002545W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002547T: git www.linux-mips.org:/pub/scm/linux.git
2548S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549
2550MISCELLANEOUS MCA-SUPPORT
2551P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002552M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553L: linux-kernel@vger.kernel.org
2554S: Maintained
2555
2556MODULE SUPPORT
2557P: Rusty Russell
2558M: rusty@rustcorp.com.au
2559L: linux-kernel@vger.kernel.org
2560S: Maintained
2561
2562MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2563P: Stelian Pop
2564M: stelian@popies.net
2565W: http://popies.net/meye/
2566S: Maintained
2567
Pavel Pisac58ff042007-05-16 01:10:41 +02002568MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2569P: Pavel Pisa
2570M: ppisa@pikron.com
2571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2572W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2573S: Maintained
2574
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575MOUSE AND MISC DEVICES [GENERAL]
2576P: Alessandro Rubini
2577M: rubini@ipvvis.unipv.it
2578L: linux-kernel@vger.kernel.org
2579S: Maintained
2580
Jiri Slabyd7354102006-12-08 02:38:35 -08002581MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2582P: Jiri Slaby
2583M: jirislaby@gmail.com
2584L: linux-kernel@vger.kernel.org
2585S: Maintained
2586
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002587MSI LAPTOP SUPPORT
2588P: Lennart Poettering
2589M: mzxreary@0pointer.de
2590L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2591W: http://0pointer.de/lennart/tchibo.html
2592S: Maintained
2593
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594MTRR AND SIMILAR SUPPORT [i386]
2595P: Richard Gooch
2596M: rgooch@atnf.csiro.au
2597L: linux-kernel@vger.kernel.org
2598W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2599S: Maintained
2600
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002601MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002602P: Pierre Ossman
2603M: drzeus-mmc@drzeus.cx
2604L: linux-kernel@vger.kernel.org
2605S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002606
David Brownell15a05802007-08-08 09:12:54 -07002607MULTIMEDIA CARD (MMC) ETC. OVER SPI
2608P: David Brownell
2609M: dbrownell@users.sourceforge.net
2610L: linux-kernel@vger.kernel.org
2611S: Odd fixes
2612
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613MULTISOUND SOUND DRIVER
2614P: Andrew Veliath
2615M: andrewtv@usa.net
2616S: Maintained
2617
Jiri Slabyd7354102006-12-08 02:38:35 -08002618MULTITECH MULTIPORT CARD (ISICOM)
2619P: Jiri Slaby
2620M: jirislaby@gmail.com
2621L: linux-kernel@vger.kernel.org
2622S: Maintained
2623
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624NATSEMI ETHERNET DRIVER (DP8381x)
2625P: Tim Hockin
2626M: thockin@hockin.org
2627S: Maintained
2628
2629NCP FILESYSTEM
2630P: Petr Vandrovec
2631M: vandrove@vc.cvut.cz
2632L: linware@sh.cvut.cz
2633S: Maintained
2634
2635NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2636P: James E.J. Bottomley
2637M: James.Bottomley@HansenPartnership.com
2638L: linux-scsi@vger.kernel.org
2639S: Maintained
2640
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002641NETEM NETWORK EMULATOR
2642P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002643M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002644L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002645S: Maintained
2646
Jiri Slaby4a584482007-08-30 23:56:39 -07002647NETERION (S2IO) Xframe 10GbE DRIVER
2648P: Ramkrishna Vepa
2649M: ram.vepa@neterion.com
2650P: Rastapur Santosh
2651M: santosh.rastapur@neterion.com
2652P: Sivakumar Subramani
2653M: sivakumar.subramani@neterion.com
2654P: Sreenivasa Honnur
2655M: sreenivasa.honnur@neterion.com
2656L: netdev@vger.kernel.org
2657W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2658S: Supported
2659
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660NETFILTER/IPTABLES/IPCHAINS
2661P: Rusty Russell
2662P: Marc Boucher
2663P: James Morris
2664P: Harald Welte
2665P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002666P: Patrick McHardy
2667M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002668L: netfilter-devel@vger.kernel.org
2669L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002670L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671W: http://www.netfilter.org/
2672W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673S: Supported
2674
Paul Moore4cc67732006-09-25 15:57:13 -07002675NETLABEL
2676P: Paul Moore
2677M: paul.moore@hp.com
2678W: http://netlabel.sf.net
2679L: netdev@vger.kernel.org
2680S: Supported
2681
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682NETROM NETWORK LAYER
2683P: Ralf Baechle
2684M: ralf@linux-mips.org
2685L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002686W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687S: Maintained
2688
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002689NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690P: Paul Clements
2691M: Paul.Clements@steeleye.com
2692S: Maintained
2693
2694NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695P: Jeff Garzik
2696M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002697L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002698T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699S: Maintained
2700
2701NETWORKING [GENERAL]
2702P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002703M: netdev@vger.kernel.org
2704L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002705W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Maintained
2707
2708NETWORKING [IPv4/IPv6]
2709P: David S. Miller
2710M: davem@davemloft.net
2711P: Alexey Kuznetsov
2712M: kuznet@ms2.inr.ac.ru
2713P: Pekka Savola (ipv6)
2714M: pekkas@netcore.fi
2715P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002716M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717P: Hideaki YOSHIFUJI
2718M: yoshfuji@linux-ipv6.org
2719P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002720M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002722T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723S: Maintained
2724
James Morris10e2ff12007-08-25 14:41:28 -07002725NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2726P: Paul Moore
2727M: paul.moore@hp.com
2728L: netdev@vger.kernel.org
2729S: Maintained
2730
John W. Linville29f8f632006-01-18 14:52:48 -08002731NETWORKING [WIRELESS]
2732P: John W. Linville
2733M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002734L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002735T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2736S: Maintained
2737
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002738NETXEN (1/10) GbE SUPPORT
2739P: Amit S. Kale
2740M: amitkale@netxen.com
2741L: netdev@vger.kernel.org
2742W: http://www.netxen.com
2743S: Supported
2744
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745IPVS
2746P: Wensong Zhang
2747M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002748P: Simon Horman
2749M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750P: Julian Anastasov
2751M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002752L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753S: Maintained
2754
2755NFS CLIENT
2756P: Trond Myklebust
2757M: trond.myklebust@fys.uio.no
2758L: linux-kernel@vger.kernel.org
2759S: Maintained
2760
2761NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002762P: Jan-Pascal van Best
2763M: janpascal@vanbest.org
2764P: Andreas Mohr
2765M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002766L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767S: Maintained
2768
2769NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2770P: YOKOTA Hiroshi
2771M: yokota@netlab.is.tsukuba.ac.jp
2772W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2773S: Maintained
2774
2775NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2776P: GOTO Masanori
2777M: gotom@debian.or.jp
2778P: YOKOTA Hiroshi
2779M: yokota@netlab.is.tsukuba.ac.jp
2780W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2781S: Maintained
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783NTFS FILESYSTEM
2784P: Anton Altaparmakov
2785M: aia21@cantab.net
2786L: linux-ntfs-dev@lists.sourceforge.net
2787L: linux-kernel@vger.kernel.org
2788W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002789T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002792NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002793P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002794M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002795L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002796S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002798OPENCORES I2C BUS DRIVER
2799P: Peter Korsgaard
2800M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002801L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002802S: Maintained
2803
Mark Fashehccd979b2005-12-15 14:31:24 -08002804ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2805P: Mark Fasheh
2806M: mark.fasheh@oracle.com
2807P: Kurt Hackel
2808M: kurt.hackel@oracle.com
2809L: ocfs2-devel@oss.oracle.com
2810W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002811S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813OLYMPIC NETWORK DRIVER
2814P: Peter De Shrijver
2815M: p2@ace.ulyssis.student.kuleuven.ac.be
2816P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002817M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002818L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819L: linux-tr@linuxtr.net
2820W: http://www.linuxtr.net
2821S: Maintained
2822
Harald Weltec1986ee2005-11-13 16:06:29 -08002823OMNIKEY CARDMAN 4000 DRIVER
2824P: Harald Welte
2825M: laforge@gnumonks.org
2826S: Maintained
2827
Harald Welte77c44ab2005-11-13 16:06:26 -08002828OMNIKEY CARDMAN 4040 DRIVER
2829P: Harald Welte
2830M: laforge@gnumonks.org
2831S: Maintained
2832
Jonathan Corbet77d51402007-03-22 19:44:17 -03002833OMNIVISION OV7670 SENSOR DRIVER
2834P: Jonathan Corbet
2835M: corbet@lwn.net
2836L: video4linux-list@redhat.com
2837S: Maintained
2838
Thomas Gleixner431bca72007-05-02 09:31:35 +02002839ONENAND FLASH DRIVER
2840P: Kyungmin Park
2841M: kyungmin.park@samsung.com
2842L: linux-mtd@lists.infradead.org
2843S: Maintained
2844
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845ONSTREAM SCSI TAPE DRIVER
2846P: Willem Riede
2847M: osst@riede.org
2848L: osst-users@lists.sourceforge.net
2849L: linux-scsi@vger.kernel.org
2850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852OPROFILE
2853P: Philippe Elie
2854M: phil.el@wanadoo.fr
2855L: oprofile-list@lists.sf.net
2856S: Maintained
2857
2858ORINOCO DRIVER
2859P: Pavel Roskin
2860M: proski@gnu.org
2861P: David Gibson
2862M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002863L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002864L: orinoco-users@lists.sourceforge.net
2865L: orinoco-devel@lists.sourceforge.net
2866W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867S: Maintained
2868
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002869PA SEMI ETHERNET DRIVER
2870P: Olof Johansson
2871M: olof@lixom.net
2872L: netdev@vger.kernel.org
2873S: Maintained
2874
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002875PA SEMI SMBUS DRIVER
2876P: Olof Johansson
2877M: olof@lixom.net
2878L: i2c@lm-sensors.org
2879S: Maintained
2880
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002882L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002883S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884
2885PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2886P: Tim Waugh
2887M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002888L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889W: http://www.torque.net/linux-pp.html
2890S: Maintained
2891
2892PARISC ARCHITECTURE
2893P: Matthew Wilcox
2894M: matthew@wil.cx
2895P: Grant Grundler
2896M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002897P: Kyle McMartin
2898M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899L: parisc-linux@parisc-linux.org
2900W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002901T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2902T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903S: Maintained
2904
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002905PARAVIRT_OPS INTERFACE
2906P: Jeremy Fitzhardinge
2907M: jeremy@xensource.com
2908P: Chris Wright
2909M: chrisw@sous-sol.org
2910P: Zachary Amsden
2911M: zach@vmware.com
2912P: Rusty Russell
2913M: rusty@rustcorp.com.au
2914L: virtualization@lists.osdl.org
2915L: linux-kernel@vger.kernel.org
2916S: Supported
2917
Jim Cromie1662d322006-10-06 00:43:59 -07002918PC87360 HARDWARE MONITORING DRIVER
2919P: Jim Cromie
2920M: jim.cromie@gmail.com
2921L: lm-sensors@lm-sensors.org
2922S: Maintained
2923
2924PC8736x GPIO DRIVER
2925P: Jim Cromie
2926M: jim.cromie@gmail.com
2927S: Maintained
2928
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002929PCI ERROR RECOVERY
2930P: Linas Vepstas
2931M: linas@austin.ibm.com
2932L: linux-kernel@vger.kernel.org
2933L: linux-pci@atrey.karlin.mff.cuni.cz
2934S: Supported
2935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936PCI SUBSYSTEM
2937P: Greg Kroah-Hartman
2938M: gregkh@suse.de
2939L: linux-kernel@vger.kernel.org
2940L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002941T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942S: Supported
2943
2944PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002945P: Kristen Carlson Accardi
2946M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Supported
2948
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002949PCIE HOTPLUG DRIVER
2950P: Kristen Carlson Accardi
2951M: kristen.c.accardi@intel.com
2952L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002953S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002954
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002956P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002957L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002959T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002960S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961
2962PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002963P: Don Fry
2964M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002965L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966S: Maintained
2967
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002968PER-TASK DELAY ACCOUNTING
2969P: Shailabh Nagar
2970M: nagar@watson.ibm.com
2971L: linux-kernel@vger.kernel.org
2972S: Maintained
2973
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002974PERSONALITY HANDLING
2975P: Christoph Hellwig
2976M: hch@infradead.org
2977L: linux-abi-devel@lists.sourceforge.net
2978S: Maintained
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002981P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982M: joern@wh.fh-wedel.de
2983L: linux-mtd@lists.infradead.org
2984S: Maintained
2985
Peter Osterlund249a6772005-09-27 21:45:30 -07002986PKTCDVD DRIVER
2987P: Peter Osterlund
2988M: petero2@telia.com
2989L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002990S: Maintained
2991
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002993P: Thomas Gleixner
2994M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002995L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996S: Supported
2997
Anton Vorontsov3be86142007-07-15 04:43:36 +04002998POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2999P: Anton Vorontsov
3000M: cbou@mail.ru
3001P: David Woodhouse
3002M: dwmw2@infradead.org
3003L: linux-kernel@vger.kernel.org
3004L: kernel-discuss@handhelds.org
3005T: git git.infradead.org/battery-2.6.git
3006S: Maintained
3007
Eugene Surovegin24682972005-10-14 03:00:53 -07003008POWERPC 4xx EMAC DRIVER
3009P: Eugene Surovegin
3010M: ebs@ebshome.net
3011W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003012L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003013L: netdev@vger.kernel.org
3014S: Maintained
3015
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016PNP SUPPORT
3017P: Adam Belay
3018M: ambx1@neo.rr.com
3019S: Maintained
3020
Vitaly Wool999445d2007-01-04 13:07:03 +01003021PNXxxxx I2C DRIVER
3022P: Vitaly Wool
3023M: vitalywool@gmail.com
3024L: i2c@lm-sensors.org
3025S: Maintained
3026
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027PPP PROTOCOL DRIVERS AND COMPRESSORS
3028P: Paul Mackerras
3029M: paulus@samba.org
3030L: linux-ppp@vger.kernel.org
3031S: Maintained
3032
3033PPP OVER ATM (RFC 2364)
3034P: Mitchell Blank Jr
3035M: mitch@sfgoth.com
3036S: Maintained
3037
3038PPP OVER ETHERNET
3039P: Michal Ostrowski
3040M: mostrows@speakeasy.net
3041S: Maintained
3042
James Chapmana6d23702007-06-27 15:53:17 -07003043PPP OVER L2TP
3044P: James Chapman
3045M: jchapman@katalix.com
3046S: Maintained
3047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048PREEMPTIBLE KERNEL
3049P: Robert Love
3050M: rml@tech9.net
3051L: linux-kernel@vger.kernel.org
3052L: kpreempt-tech@lists.sourceforge.net
3053W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3054S: Supported
3055
Michael Wueff1a592007-09-25 18:11:01 -07003056P54 WIRELESS DRIVER
3057P: Michael Wu
3058M: flamingice@sourmilk.net
3059L: linux-wireless@vger.kernel.org
3060W: http://prism54.org
3061T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3062S: Maintained
3063
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003065P: Luis R. Rodriguez
3066M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003067L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068W: http://prism54.org
3069S: Maintained
3070
3071PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3072P: Peter Denison
3073M: promise@pnd-pc.demon.co.uk
3074W: http://www.pnd-pc.demon.co.uk/promise/
3075S: Maintained
3076
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003077PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3078P: Mikael Pettersson
3079M: mikpe@it.uu.se
3080L: linux-ide@vger.kernel.org
3081S: Maintained
3082
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003083PS3 NETWORK SUPPORT
3084P: Masakazu Mokuno
3085M: mokuno@sm.sony.co.jp
3086L: netdev@vger.kernel.org
3087L: cbe-oss-dev@ozlabs.org
3088S: Supported
3089
Geoff Levandf58a9d12006-11-23 00:46:51 +01003090PS3 PLATFORM SUPPORT
3091P: Geoff Levand
3092M: geoffrey.levand@am.sony.com
3093L: linuxppc-dev@ozlabs.org
3094L: cbe-oss-dev@ozlabs.org
3095S: Supported
3096
Michael Krufky83202042006-07-03 00:24:18 -07003097PVRUSB2 VIDEO4LINUX DRIVER
3098P: Mike Isely
3099M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003100L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003101L: video4linux-list@redhat.com
3102W: http://www.isely.net/pvrusb2/
3103S: Maintained
3104
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105PXA2xx SUPPORT
3106P: Nicolas Pitre
3107M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003108L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109S: Maintained
3110
Pierre Ossman272f1332007-05-14 21:25:26 +02003111PXA MMCI DRIVER
3112S: Orphan
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114QLOGIC QLA2XXX FC-SCSI DRIVER
3115P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003116M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117L: linux-scsi@vger.kernel.org
3118S: Supported
3119
Ron Mercer5a4faa872006-07-25 00:40:21 -07003120QLOGIC QLA3XXX NETWORK DRIVER
3121P: Ron Mercer
3122M: linux-driver@qlogic.com
3123L: netdev@vger.kernel.org
3124S: Supported
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126QNX4 FILESYSTEM
3127P: Anders Larsen
3128M: al@alarsen.net
3129L: linux-kernel@vger.kernel.org
3130W: http://www.alarsen.net/linux/qnx4fs/
3131S: Maintained
3132
3133RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003134P: Benjamin Herrenschmidt
3135M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003136L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137S: Maintained
3138
3139RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003140P: Paul Mackerras
3141M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003142L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Maintained
3144
3145RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3146P: Corey Thomas
3147M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003148L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149S: Maintained
3150
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003151RALINK RT2X00 WLAN DRIVER
3152P: rt2x00 project
3153L: linux-wireless@vger.kernel.org
3154L: rt2400-devel@lists.sourceforge.net
3155W: http://rt2x00.serialmonkey.com/
3156S: Maintained
3157F: drivers/net/wireless/rt2x00/
3158
Matt Mackall9e95ce22005-04-16 15:25:56 -07003159RANDOM NUMBER DRIVER
3160P: Matt Mackall
3161M: mpm@selenic.com
3162S: Maintained
3163
Matt Porter394b7012005-11-07 01:00:15 -08003164RAPIDIO SUBSYSTEM
3165P: Matt Porter
3166M: mporter@kernel.crashing.org
3167L: linux-kernel@vger.kernel.org
3168S: Maintained
3169
Josh Triplett595182b2006-10-04 02:17:21 -07003170READ-COPY UPDATE (RCU)
3171P: Dipankar Sarma
3172M: dipankar@in.ibm.com
3173W: http://www.rdrop.com/users/paulmck/rclock/
3174L: linux-kernel@vger.kernel.org
3175S: Supported
3176
3177RCUTORTURE MODULE
3178P: Josh Triplett
3179M: josh@freedesktop.org
3180L: linux-kernel@vger.kernel.org
3181S: Maintained
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183REAL TIME CLOCK DRIVER
3184P: Paul Gortmaker
3185M: p_gortmaker@yahoo.com
3186L: linux-kernel@vger.kernel.org
3187S: Maintained
3188
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003189REAL TIME CLOCK (RTC) SUBSYSTEM
3190P: Alessandro Zummo
3191M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003192L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003193S: Maintained
3194
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195REISERFS FILE SYSTEM
3196P: Hans Reiser
3197M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003198L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199W: http://www.namesys.com
3200S: Supported
3201
3202ROCKETPORT DRIVER
3203P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204W: http://www.comtrol.com
3205S: Maintained
3206
3207ROSE NETWORK LAYER
3208P: Ralf Baechle
3209M: ralf@linux-mips.org
3210L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003211W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212S: Maintained
3213
3214RISCOM8 DRIVER
3215S: Orphan
3216
Michael Wu605bebe2007-05-14 01:41:02 -04003217RTL818X WIRELESS DRIVER
3218P: Michael Wu
3219M: flamingice@sourmilk.net
3220P: Andrea Merello
3221M: andreamrl@tiscali.it
3222L: linux-wireless@vger.kernel.org
3223W: http://linuxwireless.org/
3224T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3225S: Maintained
3226
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003227S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003228P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003229M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003230L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003231S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003232
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233S390
3234P: Martin Schwidefsky
3235M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003236P: Heiko Carstens
3237M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003239L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003240W: http://www.ibm.com/developerworks/linux/linux390/
3241S: Supported
3242
3243S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003244P: Ursula Braun
3245M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003246P: Frank Blaschka
3247M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003248M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003249L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003250W: http://www.ibm.com/developerworks/linux/linux390/
3251S: Supported
3252
3253S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003254P: Swen Schillig
3255M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003256M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003257L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003258W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259S: Supported
3260
Ursula Braundd96df22007-09-19 13:09:02 +02003261S390 IUCV NETWORK LAYER
3262P: Ursula Braun
3263M: ubraun@linux.vnet.ibm.com
3264M: linux390@de.ibm.com
3265L: linux-s390@vger.kernel.org
3266W: http://www.ibm.com/developerworks/linux/linux390/
3267S: Supported
3268
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269SAA7146 VIDEO4LINUX-2 DRIVER
3270P: Michael Hunold
3271M: michael@mihu.de
3272W: http://www.mihu.de/linux/saa7146
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275SC1200 WDT DRIVER
3276P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003277M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278S: Maintained
3279
3280SCHEDULER
3281P: Ingo Molnar
3282M: mingo@elte.hu
3283P: Robert Love [the preemptible kernel bits]
3284M: rml@tech9.net
3285L: linux-kernel@vger.kernel.org
3286S: Maintained
3287
3288SCSI CDROM DRIVER
3289P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003290M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291L: linux-scsi@vger.kernel.org
3292W: http://www.kernel.dk
3293S: Maintained
3294
3295SCSI SG DRIVER
3296P: Doug Gilbert
3297M: dgilbert@interlog.com
3298L: linux-scsi@vger.kernel.org
3299W: http://www.torque.net/sg
3300S: Maintained
3301
3302SCSI SUBSYSTEM
3303P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003304M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003306T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003307T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3308T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309S: Maintained
3310
3311SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003312P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313M: Kai.Makisara@kolumbus.fi
3314L: linux-scsi@vger.kernel.org
3315S: Maintained
3316
3317SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003318P: Vlad Yasevich
3319M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003320P: Sridhar Samudrala
3321M: sri@us.ibm.com
3322L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003323W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003324S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325
3326SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003327P: Jim Cromie
3328M: jim.cromie@gmail.com
3329S: Odd Fixes
3330
3331SCx200 GPIO DRIVER
3332P: Jim Cromie
3333M: jim.cromie@gmail.com
3334S: Maintained
3335
3336SCx200 HRT CLOCKSOURCE DRIVER
3337P: Jim Cromie
3338M: jim.cromie@gmail.com
3339S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340
3341SECURITY CONTACT
3342P: Security Officers
3343M: security@kernel.org
3344S: Supported
3345
3346SELINUX SECURITY MODULE
3347P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003348M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003350M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003351P: Eric Paris
3352M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003354L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355W: http://www.nsa.gov/selinux
3356S: Supported
3357
Jiri Slabycef2cf02007-05-08 00:31:45 -07003358SENSABLE PHANTOM
3359P: Jiri Slaby
3360M: jirislaby@gmail.com
3361S: Maintained
3362
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363SERIAL ATA (SATA) SUBSYSTEM:
3364P: Jeff Garzik
3365M: jgarzik@pobox.com
3366L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003367T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368S: Supported
3369
3370SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3371P: Pat Gefre
3372M: pfg@sgi.com
3373L: linux-ia64@vger.kernel.org
3374S: Supported
3375
3376SGI VISUAL WORKSTATION 320 AND 540
3377P: Andrey Panin
3378M: pazke@donpac.ru
3379L: linux-visws-devel@lists.sf.net
3380W: http://linux-visws.sf.net
3381S: Maintained for 2.6.
3382
3383SIMTEC EB110ATX (Chalice CATS)
3384P: Ben Dooks
3385P: Vincent Sanders
3386M: support@simtec.co.uk
3387W: http://www.simtec.co.uk/products/EB110ATX/
3388S: Supported
3389
3390SIMTEC EB2410ITX (BAST)
3391P: Ben Dooks
3392P: Vincent Sanders
3393M: support@simtec.co.uk
3394W: http://www.simtec.co.uk/products/EB2410ITX/
3395S: Supported
3396
Francois Romieu92aab3c2005-07-30 13:11:18 +02003397SIS 190 ETHERNET DRIVER
3398P: Francois Romieu
3399M: romieu@fr.zoreil.com
3400L: netdev@vger.kernel.org
3401S: Maintained
3402
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403SIS 5513 IDE CONTROLLER DRIVER
3404P: Lionel Bouton
3405M: Lionel.Bouton@inet6.fr
3406W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3407W: http://gyver.homeip.net/sis5513/index.html
3408S: Maintained
3409
3410SIS 900/7016 FAST ETHERNET DRIVER
3411P: Daniele Venzano
3412M: venza@brownhat.org
3413W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003414L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415S: Maintained
3416
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003417SIS 96X I2C/SMBUS DRIVER
3418P: Mark M. Hoffman
3419M: mhoffman@lightlink.com
3420L: lm-sensors@lm-sensors.org
3421S: Maintained
3422
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423SIS FRAMEBUFFER DRIVER
3424P: Thomas Winischhofer
3425M: thomas@winischhofer.net
3426W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003427S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428
3429SIS USB2VGA DRIVER
3430P: Thomas Winischhofer
3431M: thomas@winischhofer.net
3432W: http://www.winischhofer.at/linuxsisusbvga.shtml
3433S: Maintained
3434
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003435SLAB ALLOCATOR
3436P: Christoph Lameter
3437M: clameter@sgi.com
3438P: Pekka Enberg
3439M: penberg@cs.helsinki.fi
3440L: linux-mm@kvack.org
3441S: Maintained
3442
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443SMC91x ETHERNET DRIVER
3444P: Nicolas Pitre
3445M: nico@cam.org
3446S: Maintained
3447
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003448SMSC47B397 HARDWARE MONITOR DRIVER
3449P: Mark M. Hoffman
3450M: mhoffman@lightlink.com
3451L: lm-sensors@lm-sensors.org
3452S: Maintained
3453
Daniel Drake8f0f8502006-07-18 22:00:25 +01003454SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003455P: Daniel Drake
3456M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003457L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003458S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460SOFTWARE RAID (Multiple Disks) SUPPORT
3461P: Ingo Molnar
3462M: mingo@redhat.com
3463P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003464M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003466S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467
Pavel Machek95a631e2007-07-19 01:47:42 -07003468HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469P: Pavel Machek
3470M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003471P: Rafael J. Wysocki
3472M: rjw@sisk.pl
3473L: linux-pm@lists.linux-foundation.org
3474S: Supported
3475
3476SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003477P: Len Brown
3478M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003479P: Pavel Machek
3480M: pavel@suse.cz
3481P: Rafael J. Wysocki
3482M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003483L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003484S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485
3486SONIC NETWORK DRIVER
3487P: Thomas Bogendoerfer
3488M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003489L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490S: Maintained
3491
Michael Buesch61e115a2007-09-18 15:12:50 -04003492SONICS SILICON BACKPLANE DRIVER (SSB)
3493P: Michael Buesch
3494M: mb@bu3sch.de
3495L: netdev@vger.kernel.org
3496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003499P: Mattia Dongili
3500M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003501L: linux-acpi@vger.kernel.org
3502W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503S: Maintained
3504
3505SOUND
3506P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003507M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003508L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509S: Maintained
3510
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003511SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3512P: Liam Girdwood
3513M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003514L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003515S: Supported
3516
Kumar Gala025c3982006-04-02 16:05:54 -05003517SPI SUBSYSTEM
3518P: David Brownell
3519M: dbrownell@users.sourceforge.net
3520L: spi-devel-general@lists.sourceforge.net
3521S: Maintained
3522
Steven Rostedt855f46a2006-08-05 12:14:50 -07003523STABLE BRANCH:
3524P: Greg Kroah-Hartman
3525M: greg@kroah.com
3526P: Chris Wright
3527M: chrisw@sous-sol.org
3528L: stable@kernel.org
3529S: Maintained
3530
Kylene Hall1c72d462005-05-01 08:59:13 -07003531TPM DEVICE DRIVER
3532P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003533M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003534W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003535P: Marcel Selhorst
3536M: tpm@selhorst.net
3537W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003538L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003539S: Maintained
3540
Mark Gross1a80ba82005-10-30 15:02:55 -08003541Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003542P: Mark Gross
3543M: mark.gross@intel.com
3544S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003545
Chris Zankel48b415c2005-06-23 22:01:07 -07003546TENSILICA XTENSA PORT (xtensa):
3547P: Chris Zankel
3548M: chris@zankel.net
3549S: Maintained
3550
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003551THINKPAD ACPI EXTRAS DRIVER
3552P: Henrique de Moraes Holschuh
3553M: ibm-acpi@hmh.eng.br
3554L: ibm-acpi-devel@lists.sourceforge.net
3555W: http://ibm-acpi.sourceforge.net
3556W: http://thinkwiki.org/wiki/Ibm-acpi
3557T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3558S: Maintained
3559
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560UltraSPARC (sparc64):
3561P: David S. Miller
3562M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003564T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565S: Maintained
3566
3567SHARP LH SUPPORT (LH7952X & LH7A40X)
3568P: Marc Singer
3569M: elf@buici.com
3570W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572S: Maintained
3573
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003574SHPC HOTPLUG DRIVER
3575P: Kristen Carlson Accardi
3576M: kristen.c.accardi@intel.com
3577L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003578S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003579
Pierre Ossmand129bce2006-03-24 03:18:17 -08003580SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3581P: Pierre Ossman
3582M: drzeus-sdhci@drzeus.cx
3583L: sdhci-devel@list.drzeus.cx
3584W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3585S: Maintained
3586
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003587SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3588P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003589M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003590L: netdev@vger.kernel.org
3591S: Maintained
3592
Chris Boot1a87d942006-07-10 04:45:34 -07003593SOEKRIS NET48XX LED SUPPORT
3594P: Chris Boot
3595M: bootc@bootc.net
3596S: Maintained
3597
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598SPARC (sparc32):
3599P: William L. Irwin
3600M: wli@holomorphy.com
3601L: sparclinux@vger.kernel.org
3602S: Maintained
3603
3604SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3605P: Roger Wolff
3606M: R.E.Wolff@BitWizard.nl
3607L: linux-kernel@vger.kernel.org ?
3608S: Supported
3609
Jim Lewis2752e402006-09-29 02:01:19 -07003610SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003611P: Linas Vepstas
3612M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003613L: netdev@vger.kernel.org
3614S: Supported
3615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616SRM (Alpha) environment access
3617P: Jan-Benedict Glaw
3618M: jbglaw@lug-owl.de
3619L: linux-kernel@vger.kernel.org
3620S: Maintained
3621
3622STARFIRE/DURALAN NETWORK DRIVER
3623P: Ion Badulescu
3624M: ionut@cs.columbia.edu
3625S: Maintained
3626
3627STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3628W: http://mosquitonet.Stanford.EDU/strip.html
3629S: Unsupported ?
3630
3631STRADIS MPEG-2 DECODER DRIVER
3632P: Nathan Laredo
3633M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634W: http://www.stradis.com/
3635S: Maintained
3636
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003637SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638P: Paul Mundt
3639M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003640L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003642T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643S: Maintained
3644
3645SUN3/3X
3646P: Sam Creasey
3647M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648W: http://sammy.net/sun3/
3649S: Maintained
3650
3651SVGA HANDLING
3652P: Martin Mares
3653M: mj@ucw.cz
3654L: linux-video@atrey.karlin.mff.cuni.cz
3655S: Maintained
3656
3657SYSV FILESYSTEM
3658P: Christoph Hellwig
3659M: hch@infradead.org
3660S: Maintained
3661
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003662TC CLASSIFIER
3663P: Jamal Hadi Salim
3664M: hadi@cyberus.ca
3665L: netdev@vger.kernel.org
3666S: Maintained
3667
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003668TCP LOW PRIORITY MODULE
3669P: Wong Hoi Sing, Edison
3670M: hswong3i@gmail.com
3671P: Hung Hing Lun, Mike
3672M: hlhung3i@gmail.com
3673W: http://tcp-lp-mod.sourceforge.net/
3674S: Maintained
3675
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003676TEHUTI ETHERNET DRIVER
3677P: Alexander Indenbaum
3678M: baum@tehutinetworks.net
3679P: Andy Gospodarek
3680M: andy@greyhouse.net
3681L: netdev@vger.kernel.org
3682S: Supported
3683
Alex Dubov4020f2d2006-10-04 02:15:37 -07003684TI FLASH MEDIA INTERFACE DRIVER
3685P: Alex Dubov
3686M: oakad@yahoo.com
3687S: Maintained
3688
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003689TI OMAP MMC INTERFACE DRIVER
3690P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003691M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003692W: http://linux.omap.com
3693W: http://www.muru.com/linux/omap/
3694S: Maintained
3695
Michael Buesch844dd052006-06-26 00:24:59 -07003696TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3697P: Deepak Saxena
3698M: dsaxena@plexity.net
3699S: Maintained
3700
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003701TASKSTATS STATISTICS INTERFACE
3702P: Shailabh Nagar
3703M: nagar@watson.ibm.com
3704L: linux-kernel@vger.kernel.org
3705S: Maintained
3706
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003708P: Romain Lievin
3709M: roms@lpg.ticalc.org
3710S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711
Per Lidene86eaa32006-01-12 16:45:18 +01003712TIPC NETWORK LAYER
3713P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003714M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003715P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003716M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003717P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003718M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003719L: tipc-discussion@lists.sourceforge.net
3720W: http://tipc.sourceforge.net/
3721W: http://tipc.cslab.ericsson.net/
3722T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3723S: Maintained
3724
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725TLAN NETWORK DRIVER
3726P: Samuel Chessman
3727M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003728L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729W: http://sourceforge.net/projects/tlan/
3730S: Maintained
3731
3732TOKEN-RING NETWORK DRIVER
3733P: Mike Phillips
3734M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003735L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736L: linux-tr@linuxtr.net
3737W: http://www.linuxtr.net
3738S: Maintained
3739
3740TOSHIBA ACPI EXTRAS DRIVER
3741P: John Belmonte
3742M: toshiba_acpi@memebeam.org
3743W: http://memebeam.org/toys/ToshibaAcpiDriver
3744S: Maintained
3745
3746TOSHIBA SMM DRIVER
3747P: Jonathan Buzzard
3748M: jonathan@buzzard.org.uk
3749L: tlinux-users@tce.toshiba-dme.co.jp
3750W: http://www.buzzard.org.uk/toshiba/
3751S: Maintained
3752
3753TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3754P: Muli Ben-Yehuda
3755M: mulix@mulix.org
3756L: linux-kernel@vger.kernel.org
3757S: Maintained
3758
3759TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003760P: Adrian Bunk
3761M: trivial@kernel.org
3762L: linux-kernel@vger.kernel.org
3763W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3764T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3765S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766
3767TMS380 TOKEN-RING NETWORK DRIVER
3768P: Adam Fritzler
3769M: mid@auk.cx
3770L: linux-tr@linuxtr.net
3771W: http://www.auk.cx/tms380tr/
3772S: Maintained
3773
3774TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775L: tulip-users@lists.sourceforge.net
3776W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003777S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778
3779TUN/TAP driver
3780P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003781M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782L: vtun@office.satix.net
3783W: http://vtun.sourceforge.net/tun
3784S: Maintained
3785
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003786TURBOCHANNEL SUBSYSTEM
3787P: Maciej W. Rozycki
3788M: macro@linux-mips.org
3789S: Maintained
3790
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791U14-34F SCSI DRIVER
3792P: Dario Ballabio
3793M: ballabio_dario@emc.com
3794L: linux-scsi@vger.kernel.org
3795S: Maintained
3796
3797UDF FILESYSTEM
3798P: Ben Fennema
3799M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800W: http://linux-udf.sourceforge.net
3801S: Maintained
3802
3803UNIFORM CDROM DRIVER
3804P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003805M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806L: linux-kernel@vger.kernel.org
3807W: http://www.kernel.dk
3808S: Maintained
3809
3810USB ACM DRIVER
3811P: Oliver Neukum
3812M: oliver@neukum.name
3813L: linux-usb-users@lists.sourceforge.net
3814L: linux-usb-devel@lists.sourceforge.net
3815S: Maintained
3816
3817USB BLOCK DRIVER (UB ub)
3818P: Pete Zaitcev
3819M: zaitcev@redhat.com
3820L: linux-kernel@vger.kernel.org
3821L: linux-usb-devel@lists.sourceforge.net
3822S: Supported
3823
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824USB CDC ETHERNET DRIVER
3825P: Greg Kroah-Hartman
3826M: greg@kroah.com
3827L: linux-usb-users@lists.sourceforge.net
3828L: linux-usb-devel@lists.sourceforge.net
3829S: Maintained
3830W: http://www.kroah.com/linux-usb/
3831
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003832USB DAVICOM DM9601 DRIVER
3833P: Peter Korsgaard
3834M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003835L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003836W: http://www.linux-usb.org/usbnet
3837S: Maintained
3838
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839USB EHCI DRIVER
3840P: David Brownell
3841M: dbrownell@users.sourceforge.net
3842L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003843S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844
Luca Risolia7ce08c92006-01-11 02:06:59 +00003845USB ET61X[12]51 DRIVER
3846P: Luca Risolia
3847M: luca.risolia@studio.unibo.it
3848L: linux-usb-devel@lists.sourceforge.net
3849L: video4linux-list@redhat.com
3850W: http://www.linux-projects.org
3851S: Maintained
3852
David Brownell69ae9e32006-11-14 02:03:31 -08003853USB GADGET/PERIPHERAL SUBSYSTEM
3854P: David Brownell
3855M: dbrownell@users.sourceforge.net
3856L: linux-usb-devel@lists.sourceforge.net
3857W: http://www.linux-usb.org/gadget
3858S: Maintained
3859
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003860USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003861P: Jiri Kosina
3862M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003864T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865S: Maintained
3866
3867USB HUB DRIVER
3868P: Johannes Erdfelt
3869M: johannes@erdfelt.com
3870L: linux-usb-users@lists.sourceforge.net
3871L: linux-usb-devel@lists.sourceforge.net
3872S: Maintained
3873
Olav Kongas959eea22005-11-03 17:38:14 +02003874USB ISP116X DRIVER
3875P: Olav Kongas
3876M: ok@artecdesign.ee
3877L: linux-usb-devel@lists.sourceforge.net
3878S: Maintained
3879
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880USB KAWASAKI LSI DRIVER
3881P: Oliver Neukum
3882M: oliver@neukum.name
3883L: linux-usb-users@lists.sourceforge.net
3884L: linux-usb-devel@lists.sourceforge.net
3885S: Maintained
3886
3887USB MASS STORAGE DRIVER
3888P: Matthew Dharm
3889M: mdharm-usb@one-eyed-alien.net
3890L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003891L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892S: Maintained
3893W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3894
3895USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003896P: David Brownell
3897M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898L: linux-usb-users@lists.sourceforge.net
3899L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003900S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901
Matthias Urlichsba460e42005-07-14 00:33:47 -07003902USB OPTION-CARD DRIVER
3903P: Matthias Urlichs
3904M: smurf@smurf.noris.de
3905L: linux-usb-devel@lists.sourceforge.net
3906S: Maintained
3907
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908USB OV511 DRIVER
3909P: Mark McClelland
3910M: mmcclell@bigfoot.com
3911L: linux-usb-users@lists.sourceforge.net
3912L: linux-usb-devel@lists.sourceforge.net
3913W: http://alpha.dyndns.org/ov511/
3914S: Maintained
3915
3916USB PEGASUS DRIVER
3917P: Petko Manolov
3918M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919L: linux-usb-devel@lists.sourceforge.net
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
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003924USB PRINTER DRIVER (usblp)
3925P: Pete Zaitcev
3926M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927L: linux-usb-users@lists.sourceforge.net
3928L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003929S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930
3931USB RTL8150 DRIVER
3932P: Petko Manolov
3933M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003935L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936W: http://pegasus2.sourceforge.net/
3937S: Maintained
3938
3939USB SE401 DRIVER
3940P: Jeroen Vreeken
3941M: pe1rxq@amsat.org
3942L: linux-usb-users@lists.sourceforge.net
3943L: linux-usb-devel@lists.sourceforge.net
3944W: http://www.chello.nl/~j.vreeken/se401/
3945S: Maintained
3946
3947USB SERIAL CYBERJACK DRIVER
3948P: Matthias Bruestle and Harald Welte
3949M: support@reiner-sct.com
3950W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3951S: Maintained
3952
3953USB SERIAL DIGI ACCELEPORT DRIVER
3954P: Peter Berger and Al Borchers
3955M: pberger@brimson.com
3956M: alborchers@steinerpoint.com
3957L: linux-usb-users@lists.sourceforge.net
3958L: linux-usb-devel@lists.sourceforge.net
3959S: Maintained
3960
3961USB SERIAL DRIVER
3962P: Greg Kroah-Hartman
3963M: gregkh@suse.de
3964L: linux-usb-users@lists.sourceforge.net
3965L: linux-usb-devel@lists.sourceforge.net
3966S: Supported
3967
3968USB SERIAL BELKIN F5U103 DRIVER
3969P: William Greathouse
3970M: wgreathouse@smva.com
3971L: linux-usb-users@lists.sourceforge.net
3972L: linux-usb-devel@lists.sourceforge.net
3973S: Maintained
3974
3975USB SERIAL CYPRESS M8 DRIVER
3976P: Lonnie Mendez
3977M: dignome@gmail.com
3978L: linux-usb-users@lists.sourceforge.net
3979L: linux-usb-devel@lists.sourceforge.net
3980S: Maintained
3981W: http://geocities.com/i0xox0i
3982W: http://firstlight.net/cvs
3983
3984USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3985L: linux-usb-users@lists.sourceforge.net
3986L: linux-usb-devel@lists.sourceforge.net
3987S: Maintained
3988
3989USB AUERSWALD DRIVER
3990P: Wolfgang Muees
3991M: wolfgang@iksw-muees.de
3992L: linux-usb-users@lists.sourceforge.net
3993L: linux-usb-devel@lists.sourceforge.net
3994S: Maintained
3995
3996USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3997P: Gary Brubaker
3998M: xavyer@ix.netcom.com
3999L: linux-usb-users@lists.sourceforge.net
4000L: linux-usb-devel@lists.sourceforge.net
4001S: Maintained
4002
4003USB SERIAL KEYSPAN DRIVER
4004P: Greg Kroah-Hartman
4005M: greg@kroah.com
4006L: linux-usb-users@lists.sourceforge.net
4007L: linux-usb-devel@lists.sourceforge.net
4008W: http://www.kroah.com/linux/
4009S: Maintained
4010
4011USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004012P: Support Department
4013M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014L: linux-usb-users@lists.sourceforge.net
4015L: linux-usb-devel@lists.sourceforge.net
4016W: http://www.connecttech.com
4017S: Supported
4018
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004019USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020P: Luca Risolia
4021M: luca.risolia@studio.unibo.it
4022L: linux-usb-devel@lists.sourceforge.net
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
4027USB SUBSYSTEM
4028P: Greg Kroah-Hartman
4029M: gregkh@suse.de
4030L: linux-usb-users@lists.sourceforge.net
4031L: linux-usb-devel@lists.sourceforge.net
4032W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004033T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034S: Supported
4035
4036USB UHCI DRIVER
4037P: Alan Stern
4038M: stern@rowland.harvard.edu
4039L: linux-usb-users@lists.sourceforge.net
4040L: linux-usb-devel@lists.sourceforge.net
4041S: Maintained
4042
David Brownell69ae9e32006-11-14 02:03:31 -08004043USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044P: David Brownell
4045M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004046L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004047W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048S: Maintained
4049
4050USB W996[87]CF DRIVER
4051P: Luca Risolia
4052M: luca.risolia@studio.unibo.it
4053L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004054L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055W: http://www.linux-projects.org
4056S: Maintained
4057
Luca Risolia60f78052006-02-06 16:29:35 +00004058USB ZC0301 DRIVER
4059P: Luca Risolia
4060M: luca.risolia@studio.unibo.it
4061L: linux-usb-devel@lists.sourceforge.net
4062L: video4linux-list@redhat.com
4063W: http://www.linux-projects.org
4064S: Maintained
4065
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066USB ZD1201 DRIVER
4067P: Jeroen Vreeken
4068M: pe1rxq@amsat.org
4069L: linux-usb-users@lists.sourceforge.net
4070L: linux-usb-devel@lists.sourceforge.net
4071W: http://linux-lc100020.sourceforge.net
4072S: Maintained
4073
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004074USB ZR364XX DRIVER
4075P: Antoine Jacquet
4076M: royale@zerezo.com
4077L: linux-usb-devel@lists.sourceforge.net
4078L: video4linux-list@redhat.com
4079W: http://royale.zerezo.com/zr364xx/
4080S: Maintained
4081
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082USER-MODE LINUX
4083P: Jeff Dike
4084M: jdike@karaya.com
4085L: user-mode-linux-devel@lists.sourceforge.net
4086L: user-mode-linux-user@lists.sourceforge.net
4087W: http://user-mode-linux.sourceforge.net
4088S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004089
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090FAT/VFAT/MSDOS FILESYSTEM:
4091P: OGAWA Hirofumi
4092M: hirofumi@mail.parknet.co.jp
4093L: linux-kernel@vger.kernel.org
4094S: Maintained
4095
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096VIA RHINE NETWORK DRIVER
4097P: Roger Luethi
4098M: rl@hellgate.ch
4099S: Maintained
4100
Jean Delvare32c0a522005-09-22 21:47:58 +02004101VIAPRO SMBUS DRIVER
4102P: Jean Delvare
4103M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004104L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004105S: Maintained
4106
Francois Romieu01f20732007-01-26 00:57:17 -08004107VIA VELOCITY NETWORK DRIVER
4108P: Francois Romieu
4109M: romieu@fr.zoreil.com
4110L: netdev@vger.kernel.org
4111S: Maintained
4112
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113UCLINUX (AND M68KNOMMU)
4114P: Greg Ungerer
4115M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004117L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118S: Maintained
4119
4120UCLINUX FOR NEC V850
4121P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122
4123UCLINUX FOR RENESAS H8/300
4124P: Yoshinori Sato
4125M: ysato@users.sourceforge.jp
4126W: http://uclinux-h8.sourceforge.jp/
4127S: Supported
4128
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004129UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004130P: Evgeniy Dushistov
4131M: dushistov@mail.ru
4132L: linux-kernel@vger.kernel.org
4133S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004134
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135USB DIAMOND RIO500 DRIVER
4136P: Cesar Miquel
4137M: miquel@df.uba.ar
4138L: rio500-users@lists.sourceforge.net
4139W: http://rio500.sourceforge.net
4140S: Maintained
4141
4142VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004143P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004144M: mchehab@infradead.org
4145M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004147W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004148T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004149S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150
Patrick McHardybe7f8272007-10-23 20:26:36 -07004151VLAN (802.1Q)
4152P: Patrick McHardy
4153M: kaber@trash.net
4154L: netdev@vger.kernel.org
4155S: Maintained
4156
Juerg Haefligerab413192006-09-24 20:54:04 +02004157VT1211 HARDWARE MONITOR DRIVER
4158P: Juerg Haefliger
4159M: juergh@gmail.com
4160L: lm-sensors@lm-sensors.org
4161S: Maintained
4162
Roger Lucas1de9e372005-11-26 20:20:05 +01004163VT8231 HARDWARE MONITOR DRIVER
4164P: Roger Lucas
4165M: roger@planbit.co.uk
4166L: lm-sensors@lm-sensors.org
4167S: Maintained
4168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169W1 DALLAS'S 1-WIRE BUS
4170P: Evgeniy Polyakov
4171M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172S: Maintained
4173
Charles Spirakis13927072006-07-05 18:05:15 +02004174W83791D HARDWARE MONITORING DRIVER
4175P: Charles Spirakis
4176M: bezaur@gmail.com
4177L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004178S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004179
Rudolf Marek61db0112006-12-12 18:18:30 +01004180W83793 HARDWARE MONITORING DRIVER
4181P: Rudolf Marek
4182M: r.marek@assembler.cz
4183L: lm-sensors@lm-sensors.org
4184S: Maintained
4185
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186W83L51xD SD/MMC CARD INTERFACE DRIVER
4187P: Pierre Ossman
4188M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004189L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190W: http://projects.drzeus.cx/wbsd
4191S: Maintained
4192
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004193WATCHDOG DEVICE DRIVERS
4194P: Wim Van Sebroeck
4195M: wim@iguana.be
4196T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4197S: Maintained
4198
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4200P: Jean Tourrilhes
4201M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004202L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4204S: Maintained
4205
4206WD7000 SCSI DRIVER
4207P: Miroslav Zagorac
4208M: zaga@fly.cc.fer.hr
4209L: linux-scsi@vger.kernel.org
4210S: Maintained
4211
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004212WISTRON LAPTOP BUTTON DRIVER
4213P: Miloslav Trmac
4214M: mitr@volny.cz
4215S: Maintained
4216
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217WL3501 WIRELESS PCMCIA CARD DRIVER
4218P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004219M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004220L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004221W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222S: Maintained
4223
4224X.25 NETWORK LAYER
4225P: Henner Eisen
4226M: eis@baty.hanse.de
4227L: linux-x25@vger.kernel.org
4228S: Maintained
4229
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004230XEN HYPERVISOR INTERFACE
4231P: Jeremy Fitzhardinge
4232M: jeremy@xensource.com
4233P: Chris Wright
4234M: chrisw@sous-sol.org
4235L: virtualization@lists.osdl.org
4236L: xen-devel@lists.xensource.com
4237S: Supported
4238
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239XFS FILESYSTEM
4240P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004241P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004243L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004245T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246S: Supported
4247
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004248XILINX SYSTEMACE DRIVER
4249P: Grant Likely
4250M: grant.likely@secretlab.ca
4251W: http://www.secretlab.ca/
4252L: linux-kernel@vger.kernel.org
4253S: Maintained
4254
Peter Korsgaard238b8722006-12-06 20:35:17 -08004255XILINX UARTLITE SERIAL DRIVER
4256P: Peter Korsgaard
4257M: jacmet@sunsite.dk
4258L: linux-serial@vger.kernel.org
4259S: Maintained
4260
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004261X86 ARCHITECTURE (32-BIT AND 64-BIT)
4262P: Thomas Gleixner
4263M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264P: Ingo Molnar
4265M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004266P: H. Peter Anvin
4267M: hpa@zytor.com
4268L: linux-kernel@vger.kernel.org
4269T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270S: Maintained
4271
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272YAM DRIVER FOR AX.25
4273P: Jean-Paul Roubelat
4274M: jpr@f6fbb.org
4275L: linux-hams@vger.kernel.org
4276S: Maintained
4277
Henkaf64a5e2005-10-12 15:02:56 +02004278YEALINK PHONE DRIVER
4279P: Henk Vergonet
4280M: Henk.Vergonet@gmail.com
4281L: usbb2k-api-dev@nongnu.org
4282S: Maintained
4283
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284Z8530 DRIVER FOR AX.25
4285P: Joerg Reuter
4286M: jreuter@yaina.de
4287W: http://yaina.de/jreuter/
4288W: http://www.qsl.net/dl1bke/
4289L: linux-hams@vger.kernel.org
4290S: Maintained
4291
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004292ZD1211RW WIRELESS DRIVER
4293P: Daniel Drake
4294M: dsd@gentoo.org
4295P: Ulrich Kunitz
4296M: kune@deine-taler.de
4297W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004298L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004299L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4300S: Maintained
4301
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302ZF MACHZ WATCHDOG
4303P: Fernando Fuganti
4304M: fuganti@netbank.com.br
4305W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4306S: Maintained
4307
4308ZR36067 VIDEO FOR LINUX DRIVER
4309P: Ronald Bultje
4310M: rbultje@ronald.bitfreak.net
4311L: mjpeg-users@lists.sourceforge.net
4312W: http://mjpeg.sourceforge.net/driver-zoran/
4313S: Maintained
4314
4315ZR36120 VIDEO FOR LINUX DRIVER
4316P: Pauline Middelink
4317M: middelin@polyware.nl
4318W: http://www.polyware.nl/~middelin/En/hobbies.html
4319W: http://www.polyware.nl/~middelin/hobbies.html
4320S: Maintained
4321
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004322ZS DECSTATION Z85C30 SERIAL DRIVER
4323P: Maciej W. Rozycki
4324M: macro@linux-mips.org
4325S: Maintained
4326
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327THE REST
4328P: Linus Torvalds
4329S: Buried alive in reporters