blob: 892afcb81f302f3eda0e369cb1943caabeef7ff2 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219W: http://acpi.sourceforge.net/
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
238P: Konstantin A. Karasyov
239M: konstantin.a.karasyov@intel.com
240L: 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
251P: Konstantin A. Karasyov
252M: konstantin.a.karasyov@intel.com
253L: 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
258P: Luming Yu
259M: luming.yu@intel.com
260L: 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
790M: st3@riseup.net
791L: linux-wireless@vger.kernel.org
792W: http://bcm43xx.berlios.de/
793S: Maintained
794
Larry Finger75388ac2007-09-25 16:46:54 -0700795B43LEGACY WIRELESS DRIVER
796P: Larry Finger
797M: Larry.Finger@lwfinger.net
798L: linux-wireless@vger.kernel.org
799W: http://bcm43xx.berlios.de/
800S: Maintained
801
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200802BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
803P: Larry Finger
804M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200805P: Stefano Brivio
806M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700807L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200808W: http://bcm43xx.berlios.de/
809S: Maintained
810
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811BEFS FILE SYSTEM
812P: Sergey S. Kostyliov
813M: rathamahata@php4.ru
814L: linux-kernel@vger.kernel.org
815S: Maintained
816
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817BFS FILE SYSTEM
818P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800819M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820L: linux-kernel@vger.kernel.org
821S: Maintained
822
Bryan Wud24ecfc2007-05-01 23:26:32 +0200823BLACKFIN I2C TWI DRIVER
824P: Sonic Zhang
825M: sonic.zhang@analog.com
826L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
827W: http://blackfin.uclinux.org/
828S: Supported
829
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830BLOCK LAYER
831P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200832M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800834T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835S: Maintained
836
837BLUETOOTH SUBSYSTEM
838P: Marcel Holtmann
839M: marcel@holtmann.org
840P: Maxim Krasnyansky
841M: maxk@qualcomm.com
842L: bluez-devel@lists.sf.net
843W: http://bluez.sf.net
844W: http://www.bluez.org
845W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800846T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847S: Maintained
848
849BLUETOOTH RFCOMM LAYER
850P: Marcel Holtmann
851M: marcel@holtmann.org
852P: Maxim Krasnyansky
853M: maxk@qualcomm.com
854S: Maintained
855
856BLUETOOTH BNEP LAYER
857P: Marcel Holtmann
858M: marcel@holtmann.org
859P: Maxim Krasnyansky
860M: maxk@qualcomm.com
861S: Maintained
862
863BLUETOOTH CMTP LAYER
864P: Marcel Holtmann
865M: marcel@holtmann.org
866S: Maintained
867
868BLUETOOTH HIDP LAYER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871S: Maintained
872
873BLUETOOTH HCI UART DRIVER
874P: Marcel Holtmann
875M: marcel@holtmann.org
876P: Maxim Krasnyansky
877M: maxk@qualcomm.com
878S: Maintained
879
880BLUETOOTH HCI USB DRIVER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883P: Maxim Krasnyansky
884M: maxk@qualcomm.com
885S: Maintained
886
887BLUETOOTH HCI BCM203X DRIVER
888P: Marcel Holtmann
889M: marcel@holtmann.org
890S: Maintained
891
892BLUETOOTH HCI BPA10X DRIVER
893P: Marcel Holtmann
894M: marcel@holtmann.org
895S: Maintained
896
897BLUETOOTH HCI BFUSB DRIVER
898P: Marcel Holtmann
899M: marcel@holtmann.org
900S: Maintained
901
902BLUETOOTH HCI DTL1 DRIVER
903P: Marcel Holtmann
904M: marcel@holtmann.org
905S: Maintained
906
907BLUETOOTH HCI BLUECARD DRIVER
908P: Marcel Holtmann
909M: marcel@holtmann.org
910S: Maintained
911
912BLUETOOTH HCI BT3C DRIVER
913P: Marcel Holtmann
914M: marcel@holtmann.org
915S: Maintained
916
917BLUETOOTH HCI BTUART DRIVER
918P: Marcel Holtmann
919M: marcel@holtmann.org
920S: Maintained
921
922BLUETOOTH HCI VHCI DRIVER
923P: Maxim Krasnyansky
924M: maxk@qualcomm.com
925S: Maintained
926
927BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100928P: Chad Tindel
929M: ctindel@users.sourceforge.net
930P: Jay Vosburgh
931M: fubar@us.ibm.com
932L: bonding-devel@lists.sourceforge.net
933W: http://sourceforge.net/projects/bonding/
934S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000936BROADBAND PROCESSOR ARCHITECTURE
937P: Arnd Bergmann
938M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100939L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400940W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000941S: Supported
942
Gary Zambrano39105892006-06-22 17:26:20 -0700943BROADCOM B44 10/100 ETHERNET DRIVER
944P: Gary Zambrano
945M: zambrano@broadcom.com
946L: netdev@vger.kernel.org
947S: Supported
948
Michael Chan948c51e2006-06-04 02:51:39 -0700949BROADCOM BNX2 GIGABIT ETHERNET DRIVER
950P: Michael Chan
951M: mchan@broadcom.com
952L: netdev@vger.kernel.org
953S: Supported
954
955BROADCOM TG3 GIGABIT ETHERNET DRIVER
956P: Michael Chan
957M: mchan@broadcom.com
958L: netdev@vger.kernel.org
959S: Supported
960
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200961BSG (block layer generic sg v4 driver)
962P: FUJITA Tomonori
963M: fujita.tomonori@lab.ntt.co.jp
964L: linux-scsi@vger.kernel.org
965S: Supported
966
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700968P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200969M: mchehab@infradead.org
970M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700972W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200973T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700974S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
Jonathan Corbet77d51402007-03-22 19:44:17 -0300976CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
977P: Jonathan Corbet
978M: corbet@lwn.net
979L: video4linux-list@redhat.com
980S: Maintained
981
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200982CALGARY x86-64 IOMMU
983P: Muli Ben-Yehuda
984M: muli@il.ibm.com
985P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200986M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200987L: linux-kernel@vger.kernel.org
988L: discuss@x86-64.org
989S: Maintained
990
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800991CFAG12864B LCD DRIVER
992P: Miguel Ojeda Sandonis
993M: maxextreme@gmail.com
994L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700995W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800996S: Maintained
997
998CFAG12864BFB LCD FRAMEBUFFER DRIVER
999P: Miguel Ojeda Sandonis
1000M: maxextreme@gmail.com
1001L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001002W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001003S: Maintained
1004
Johannes Berg704232c2007-04-23 12:20:05 -07001005CFG80211 and NL80211
1006P: Johannes Berg
1007M: johannes@sipsolutions.net
1008L: linux-wireless@vger.kernel.org
1009S: Maintained
1010
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001011CHECKPATCH
1012P: Andy Whitcroft
1013M: apw@shadowen.org
1014P: Randy Dunlap
1015M: rdunlap@xenotime.net
1016P: Joel Schopp
1017M: jschopp@austin.ibm.com
1018S: Supported
1019
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020COMMON INTERNET FILE SYSTEM (CIFS)
1021P: Steve French
1022M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001023L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001025W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001026T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001027S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028
Joel Becker7063fbf2005-12-15 14:29:43 -08001029CONFIGFS
1030P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001031M: joel.becker@oracle.com
1032L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001033S: Supported
1034
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001035CIRRUS LOGIC EP93XX ETHERNET DRIVER
1036P: Lennert Buytenhek
1037M: kernel@wantstofly.org
1038L: netdev@vger.kernel.org
1039S: Maintained
1040
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001041CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1042P: Lennert Buytenhek
1043M: kernel@wantstofly.org
1044L: linux-usb-devel@lists.sourceforge.net
1045S: Maintained
1046
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1048P: Cirrus Logic Corporation (kernel 2.2 driver)
1049M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1050P: Nils Faerber (port to kernel 2.4)
1051M: Nils Faerber <nils@kernelconcepts.de>
1052S: Maintained
1053
1054CODA FILE SYSTEM
1055P: Jan Harkes
1056M: jaharkes@cs.cmu.edu
1057M: coda@cs.cmu.edu
1058L: codalist@coda.cs.cmu.edu
1059W: http://www.coda.cs.cmu.edu/
1060S: Maintained
1061
1062COMPACTPCI HOTPLUG CORE
1063P: Scott Murray
1064M: scottm@somanetworks.com
1065M: scott@spiteful.org
1066L: pcihpd-discuss@lists.sourceforge.net
1067S: Supported
1068
1069COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1070P: Scott Murray
1071M: scottm@somanetworks.com
1072M: scott@spiteful.org
1073L: pcihpd-discuss@lists.sourceforge.net
1074S: Supported
1075
1076COMPACTPCI HOTPLUG GENERIC DRIVER
1077P: Scott Murray
1078M: scottm@somanetworks.com
1079M: scott@spiteful.org
1080L: pcihpd-discuss@lists.sourceforge.net
1081S: Supported
1082
1083COMPUTONE INTELLIPORT MULTIPORT CARD
1084P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001085M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001087S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088
Simon Arlott949be0f2007-03-06 02:47:46 -08001089CONEXANT ACCESSRUNNER USB DRIVER
1090P: Simon Arlott
1091M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001092L: accessrunner-general@lists.sourceforge.net
1093W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001094S: Maintained
1095
Rudolf Marekbebe4672007-05-08 17:22:02 +02001096CORETEMP HARDWARE MONITORING DRIVER
1097P: Rudolf Marek
1098M: r.marek@assembler.cz
1099L: lm-sensors@lm-sensors.org
1100S: Maintained
1101
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102COSA/SRP SYNC SERIAL DRIVER
1103P: Jan "Yenya" Kasprzak
1104M: kas@fi.muni.cz
1105W: http://www.fi.muni.cz/~kas/cosa/
1106S: Maintained
1107
1108CPU FREQUENCY DRIVERS
1109P: Dave Jones
1110M: davej@codemonkey.org.uk
1111L: cpufreq@lists.linux.org.uk
1112W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001113T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114S: Maintained
1115
1116CPUID/MSR DRIVER
1117P: H. Peter Anvin
1118M: hpa@zytor.com
1119S: Maintained
1120
Paul Jacksoned90fb42005-09-27 21:45:37 -07001121CPUSETS
1122P: Paul Jackson
1123P: Simon Derr
1124M: pj@sgi.com
1125M: simon.derr@bull.net
1126L: linux-kernel@vger.kernel.org
1127W: http://www.bullopensource.org/cpuset/
1128S: Supported
1129
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001131W: http://sourceforge.net/projects/cramfs/
1132S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133
1134CRIS PORT
1135P: Mikael Starvik
1136M: starvik@axis.com
1137L: dev-etrax@axis.com
1138W: http://developer.axis.com
1139S: Maintained
1140
1141CRYPTO API
1142P: Herbert Xu
1143M: herbert@gondor.apana.org.au
1144P: David S. Miller
1145M: davem@davemloft.net
1146L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001147T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148S: Maintained
1149
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001150CS5535 Audio ALSA driver
1151P: Jaya Kumar
1152M: jayakumar.alsa@gmail.com
1153S: Maintained
1154
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155CYBERPRO FB DRIVER
1156P: Russell King
1157M: rmk@arm.linux.org.uk
1158W: http://www.arm.linux.org.uk/
1159S: Maintained
1160
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001161CYBLAFB FRAMEBUFFER DRIVER
1162P: Knut Petersen
1163M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001164L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001165S: Maintained
1166
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167CYCLADES 2X SYNC CARD DRIVER
1168P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001169M: acme@ghostprotocols.net
1170W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171S: Maintained
1172
1173CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001175S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176
1177CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001179S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181DAMA SLAVE for AX.25
1182P: Joerg Reuter
1183M: jreuter@yaina.de
1184W: http://yaina.de/jreuter/
1185W: http://www.qsl.net/dl1bke/
1186L: linux-hams@vger.kernel.org
1187S: Maintained
1188
1189DC395x SCSI driver
1190P: Oliver Neukum
1191M: oliver@neukum.name
1192P: Ali Akcaagac
1193M: aliakc@web.de
1194P: Jamie Lenehan
1195M: lenehan@twibble.org
1196W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001197L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198L: http://lists.twibble.org/mailman/listinfo/dc395x/
1199S: Maintained
1200
1201DC390/AM53C974 SCSI driver
1202P: Kurt Garloff
1203M: garloff@suse.de
1204W: http://www.garloff.de/kurt/linux/dc390/
1205P: Guennadi Liakhovetski
1206M: g.liakhovetski@gmx.de
1207S: Maintained
1208
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001209DCCP PROTOCOL
1210P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001211M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001212L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001213W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001214S: Maintained
1215
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216DECnet NETWORK LAYER
1217P: Patrick Caulfield
1218M: patrick@tykepenguin.com
1219W: http://linux-decnet.sourceforge.net
1220L: linux-decnet-user@lists.sourceforge.net
1221S: Maintained
1222
1223DEFXX FDDI NETWORK DRIVER
1224P: Maciej W. Rozycki
1225M: macro@linux-mips.org
1226S: Maintained
1227
1228DELL LAPTOP SMM DRIVER
1229P: Massimo Dal Zotto
1230M: dz@debian.org
1231W: http://www.debian.org/~dz/i8k/
1232S: Maintained
1233
Doug Warzecha90563ec2005-09-06 15:17:15 -07001234DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1235P: Doug Warzecha
1236M: Douglas_Warzecha@dell.com
1237S: Maintained
1238
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001239DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240P: Alasdair Kergon
1241L: dm-devel@redhat.com
1242W: http://sources.redhat.com/dm
1243S: Maintained
1244
1245DEVICE NUMBER REGISTRY
1246P: Torben Mathiasen
1247M: device@lanana.org
1248W: http://lanana.org/docs/device-list/index.html
1249L: linux-kernel@vger.kernel.org
1250S: Maintained
1251
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252DIGI INTL. EPCA DRIVER
1253P: Digi International, Inc
1254M: Eng.Linux@digi.com
1255L: Eng.Linux@digi.com
1256W: http://www.digi.com
1257S: Orphaned
1258
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259DIRECTORY NOTIFICATION
1260P: Stephen Rothwell
1261M: sfr@canb.auug.org.au
1262L: linux-kernel@vger.kernel.org
1263S: Supported
1264
1265DISK GEOMETRY AND PARTITION HANDLING
1266P: Andries Brouwer
1267M: aeb@cwi.nl
1268W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1269W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1270W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1271S: Maintained
1272
1273DISKQUOTA:
1274P: Jan Kara
1275M: jack@suse.cz
1276L: linux-kernel@vger.kernel.org
1277S: Maintained
1278
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001279DISTRIBUTED LOCK MANAGER
1280P: Patrick Caulfield
1281M: pcaulfie@redhat.com
1282P: David Teigland
1283M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001284L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001285W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001286T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1287T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001288S: Supported
1289
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1291P: Tobias Ringstrom
1292M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001293L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294S: Maintained
1295
Dan Williamsb3e5f262007-08-07 10:26:35 -07001296DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001297P: Shannon Nelson
1298M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001299P: Dan Williams
1300M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001301L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001302S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001303
Juerg Haefligerb8250372007-06-09 10:11:16 -04001304DME1737 HARDWARE MONITOR DRIVER
1305P: Juerg Haefliger
1306M: juergh@gmail.com
1307L: lm-sensors@lm-sensors.org
1308S: Maintained
1309
Martin Waitzba483d52005-06-17 13:20:59 -07001310DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001311P: Randy Dunlap
1312M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001313S: Maintained
1314
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001315DOCKING STATION DRIVER
1316P: Kristen Carlson Accardi
1317M: kristen.c.accardi@intel.com
1318L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001319S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001320
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321DOUBLETALK DRIVER
1322P: James R. Van Zandt
1323M: jrv@vanzandt.mv.com
1324L: blinux-list@redhat.com
1325S: Maintained
1326
1327DRIVER CORE, KOBJECTS, AND SYSFS
1328P: Greg Kroah-Hartman
1329M: gregkh@suse.de
1330L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001331T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332S: Supported
1333
1334DRM DRIVERS
1335P: David Airlie
1336M: airlied@linux.ie
1337L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001338T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339S: Maintained
1340
1341DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001342P: Francois Romieu
1343M: romieu@fr.zoreil.com
1344L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
1347DVB SUBSYSTEM AND DRIVERS
1348P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001349M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001351W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001352T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001353S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354
1355EATA-DMA SCSI DRIVER
1356P: Michael Neuffer
1357L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1358S: Maintained
1359
1360EATA ISA/EISA/PCI SCSI DRIVER
1361P: Dario Ballabio
1362M: ballabio_dario@emc.com
1363L: linux-scsi@vger.kernel.org
1364S: Maintained
1365
1366EATA-PIO SCSI DRIVER
1367P: Michael Neuffer
1368M: mike@i-Connect.Net
1369L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1370S: Maintained
1371
1372EBTABLES
1373P: Bart De Schuymer
1374M: bart.de.schuymer@pandora.be
1375L: ebtables-user@lists.sourceforge.net
1376L: ebtables-devel@lists.sourceforge.net
1377W: http://ebtables.sourceforge.net/
1378S: Maintained
1379
Michael Halcrow237fead2006-10-04 02:16:22 -07001380ECRYPT FILE SYSTEM
1381P: Mike Halcrow, Phillip Hellewell
1382M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1383L: ecryptfs-devel@lists.sourceforge.net
1384W: http://ecryptfs.sourceforge.net/
1385S: Supported
1386
Alan Coxda9bb1d2006-01-18 17:44:13 -08001387EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001388P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001389M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001390L: bluesmoke-devel@lists.sourceforge.net
1391W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001392S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001393
1394EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001395P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001396P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001397M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001398M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001399L: bluesmoke-devel@lists.sourceforge.net
1400W: bluesmoke.sourceforge.net
1401S: Maintained
1402
1403EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001404P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001405M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001406L: bluesmoke-devel@lists.sourceforge.net
1407W: bluesmoke.sourceforge.net
1408S: Maintained
1409
Douglas Thompson6bc78402007-07-19 01:50:12 -07001410EDAC-I82443BXGX
1411P: Tim Small
1412M: tim@buttersideup.com
1413L: bluesmoke-devel@lists.sourceforge.net
1414W: bluesmoke.sourceforge.net
1415S: Maintained
1416
1417EDAC-I3000
1418P: Jason Uhlenkott
1419M: juhlenko@akamai.com
1420L: bluesmoke-devel@lists.sourceforge.net
1421W: bluesmoke.sourceforge.net
1422S: Maintained
1423
1424EDAC-I5000
1425P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001426M: dougthompson@xmission.com
1427L: bluesmoke-devel@lists.sourceforge.net
1428W: bluesmoke.sourceforge.net
1429S: Maintained
1430
1431EDAC-I82975X
1432P: Ranganathan Desikan
1433P: Arvind R.
1434M: rdesikan@jetzbroadband.com
1435M: arvind@acarlab.com
1436L: bluesmoke-devel@lists.sourceforge.net
1437W: bluesmoke.sourceforge.net
1438S: Maintained
1439
1440EDAC-PASEMI
1441P: Egor Martovetsky
1442M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001443L: bluesmoke-devel@lists.sourceforge.net
1444W: bluesmoke.sourceforge.net
1445S: Maintained
1446
Dave Peterson0e438e32006-03-26 01:38:55 -08001447EDAC-R82600
1448P: Tim Small
1449M: tim@buttersideup.com
1450L: bluesmoke-devel@lists.sourceforge.net
1451W: bluesmoke.sourceforge.net
1452S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001453
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454EEPRO100 NETWORK DRIVER
1455P: Andrey V. Savochkin
1456M: saw@saw.sw.com.sg
1457S: Maintained
1458
Josh Triplett0bee8d22006-07-30 03:03:58 -07001459EFS FILESYSTEM
1460W: http://aeschi.ch.eu.org/efs/
1461S: Orphan
1462
Heiko J Schickfab97222006-09-22 15:22:22 -07001463EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1464P: Hoang-Nam Nguyen
1465M: hnguyen@de.ibm.com
1466P: Christoph Raisch
1467M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001468L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001469S: Supported
1470
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001471EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001472P: James Smart
1473M: james.smart@emulex.com
1474L: linux-scsi@vger.kernel.org
1475W: http://sourceforge.net/projects/lpfcxxxx
1476S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001477
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478EPSON 1355 FRAMEBUFFER DRIVER
1479P: Christopher Hoover
1480M: ch@murgatroid.com, ch@hpl.hp.com
1481S: Maintained
1482
1483ETHEREXPRESS-16 NETWORK DRIVER
1484P: Philip Blundell
1485M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001486L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487S: Maintained
1488
1489ETHERNET BRIDGE
1490P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001491M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001492L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493W: http://bridge.sourceforge.net/
1494S: Maintained
1495
1496ETHERTEAM 16I DRIVER
1497P: Mika Kuoppala
1498M: miku@iki.fi
1499S: Maintained
1500
1501EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001502L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503S: Maintained
1504
1505EXT3 FILE SYSTEM
1506P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001507M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001508L: linux-ext4@vger.kernel.org
1509S: Maintained
1510
1511EXT4 FILE SYSTEM
1512P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001513M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001514L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515S: Maintained
1516
Jean Delvaree53004e2006-01-09 23:26:14 +01001517F71805F HARDWARE MONITORING DRIVER
1518P: Jean Delvare
1519M: khali@linux-fr.org
1520L: lm-sensors@lm-sensors.org
1521S: Maintained
1522
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523FARSYNC SYNCHRONOUS DRIVER
1524P: Kevin Curtis
1525M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526W: http://www.farsite.co.uk/
1527S: Supported
1528
Akinobu Mitac5408b82007-04-23 14:41:20 -07001529FAULT INJECTION SUPPORT
1530P: Akinobu Mita
1531M: akinobu.mita@gmail.com
1532S: Supported
1533
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534FRAMEBUFFER LAYER
1535P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001536M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001537L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538W: http://linux-fbdev.sourceforge.net/
1539S: Maintained
1540
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001541FREESCALE SOC FS_ENET DRIVER
1542P: Pantelis Antoniou
1543M: pantelis.antoniou@gmail.com
1544P: Vitaly Bordug
1545M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001546L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001547L: netdev@vger.kernel.org
1548S: Maintained
1549
Li Yanga7205b32007-04-23 10:38:18 -07001550FREESCALE HIGHSPEED USB DEVICE DRIVER
1551P: Li Yang
1552M: leoli@freescale.com
1553L: linux-usb-devel@lists.sourceforge.net
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001554L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001555S: Maintained
1556
Li Yangbeaf53b2007-05-25 13:54:02 +08001557FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1558P: Li Yang
1559M: leoli@freescale.com
1560L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001561L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001562S: Maintained
1563
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564FILE LOCKING (flock() and fcntl()/lockf())
1565P: Matthew Wilcox
1566M: matthew@wil.cx
1567L: linux-fsdevel@vger.kernel.org
1568S: Maintained
1569
1570FILESYSTEMS (VFS and infrastructure)
1571P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001572M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573S: Maintained
1574
Stefan Richterb3274472007-05-30 20:44:52 -04001575FIREWIRE SUBSYSTEM
1576P: Kristian Hoegsberg, Stefan Richter
1577M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1578L: linux1394-devel@lists.sourceforge.net
1579W: http://www.linux1394.org/
1580T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1581S: Maintained
1582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583FIRMWARE LOADER (request_firmware)
1584L: linux-kernel@vger.kernel.org
1585S: Orphan
1586
1587FPU EMULATOR
1588P: Bill Metzenthen
1589M: billm@suburbia.net
1590W: http://suburbia.net/~billm/floating-point/emulator/
1591S: Maintained
1592
1593FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1594P: Mike McLagan
1595M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001596L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597S: Maintained
1598
1599FREEVXFS FILESYSTEM
1600P: Christoph Hellwig
1601M: hch@infradead.org
1602W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1603S: Maintained
1604
David Howells5ab7ffe2007-04-10 15:10:45 +01001605FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606P: David Howells
1607M: dhowells@redhat.com
1608S: Maintained
1609
Miklos Szeredi04578f12005-09-09 13:10:22 -07001610FUSE: FILESYSTEM IN USERSPACE
1611P: Miklos Szeredi
1612M: miklos@szeredi.hu
1613L: fuse-devel@lists.sourceforge.net
1614W: http://fuse.sourceforge.net/
1615S: Maintained
1616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1618P: Rik Faith
1619M: faith@cs.unc.edu
1620L: linux-scsi@vger.kernel.org
1621S: Odd fixes (e.g., new signatures)
1622
1623GDT SCSI DISK ARRAY CONTROLLER DRIVER
1624P: Achim Leubner
1625M: achim_leubner@adaptec.com
1626L: linux-scsi@vger.kernel.org
1627W: http://www.icp-vortex.com/
1628S: Supported
1629
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001630GENERIC GPIO I2C DRIVER
1631P: Haavard Skinnemoen
1632M: hskinnemoen@atmel.com
1633S: Supported
1634
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1636P: Krzysztof Halasa
1637M: khc@pm.waw.pl
1638W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1639S: Maintained
1640
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001641GFS2 FILE SYSTEM
1642P: Steven Whitehouse
1643M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001644L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001645W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001646T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1647T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001648S: Supported
1649
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001650GIGASET ISDN DRIVERS
1651P: Hansjoerg Lipp
1652M: hjlipp@web.de
1653P: Tilman Schmidt
1654M: tilman@imap.cc
1655L: gigaset307x-common@lists.sourceforge.net
1656W: http://gigaset307x.sourceforge.net/
1657S: Maintained
1658
Jean Delvare5b543962005-08-15 19:51:02 +02001659HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001660P: Mark M. Hoffman
1661M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001662L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001663W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001664T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1665T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001666S: Maintained
1667
Michael Buesch844dd052006-06-26 00:24:59 -07001668HARDWARE RANDOM NUMBER GENERATOR CORE
1669P: Michael Buesch
1670M: mb@bu3sch.de
1671S: Maintained
1672
Robert Love860e1d62005-08-31 23:57:59 -04001673HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1674P: Robert Love
1675M: rlove@rlove.org
1676M: linux-kernel@vger.kernel.org
1677W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1678S: Maintained
1679
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680HARMONY SOUND DRIVER
1681P: Kyle McMartin
1682M: kyle@parisc-linux.org
1683W: http://www.parisc-linux.org/~kyle/harmony/
1684L: parisc-linux@lists.parisc-linux.org
1685S: Maintained
1686
1687HAYES ESP SERIAL DRIVER
1688P: Andrew J. Robinson
1689M: arobinso@nyx.net
1690L: linux-kernel@vger.kernel.org
1691W: http://www.nyx.net/~arobinso
1692S: Maintained
1693
1694HFS FILESYSTEM
1695P: Roman Zippel
1696M: zippel@linux-m68k.org
1697L: linux-kernel@vger.kernel.org
1698S: Maintained
1699
1700HGA FRAMEBUFFER DRIVER
1701P: Ferenc Bakonyi
1702M: fero@drama.obuda.kando.hu
1703L: linux-nvidia@lists.surfsouth.com
1704W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1705S: Maintained
1706
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001707HID CORE LAYER
1708P: Jiri Kosina
1709M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001710L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001711T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001712S: Maintained
1713
Ingo Molnar38bed542007-02-22 09:09:34 +01001714HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1715P: Thomas Gleixner
1716M: tglx@linutronix.de
1717L: linux-kernel@vger.kernel.org
1718S: Maintained
1719
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720HIGH-SPEED SCC DRIVER FOR AX.25
1721P: Klaus Kudielka
1722M: klaus.kudielka@ieee.org
1723L: linux-hams@vger.kernel.org
1724W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1725S: Maintained
1726
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001727HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1728P: HighPoint Linux Team
1729M: linux@highpoint-tech.com
1730W: http://www.highpoint-tech.com
1731S: Supported
1732
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733HIPPI
1734P: Jes Sorensen
1735M: jes@trained-monkey.org
1736L: linux-hippi@sunsite.dk
1737S: Maintained
1738
1739HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1740P: Chirag Kantharia
1741M: chirag.kantharia@hp.com
1742L: iss_storagedev@hp.com
1743S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001744
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745HEWLETT-PACKARD SMART2 RAID DRIVER
1746P: Chirag Kantharia
1747M: chirag.kantharia@hp.com
1748L: iss_storagedev@hp.com
1749S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001750
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1752P: Mike Miller
1753M: mike.miller@hp.com
1754L: iss_storagedev@hp.com
1755S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001756
Jouni Malinenff1d2762005-05-12 22:54:16 -04001757HOST AP DRIVER
1758P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001759M: j@w1.fi
1760L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001761L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001762W: http://hostap.epitest.fi/
1763S: Maintained
1764
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1766P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001767M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768S: Maintained
1769
Bob Piccob9b03322005-11-07 00:59:19 -08001770HPET: High Precision Event Timers driver (hpet.c)
1771P: Clemens Ladisch
1772M: clemens@ladisch.de
1773S: Maintained
1774
1775HPET: i386
1776P: Venkatesh Pallipadi (Venki)
1777M: venkatesh.pallipadi@intel.com
1778S: Maintained
1779
1780HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001781P: Vojtech Pavlik
1782M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001783S: Maintained
1784
1785HPET: ACPI hpet.c
1786P: Bob Picco
1787M: bob.picco@hp.com
1788S: Maintained
1789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790HPFS FILESYSTEM
1791P: Mikulas Patocka
1792M: mikulas@artax.karlin.mff.cuni.cz
1793W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1794S: Maintained
1795
1796HUGETLB FILESYSTEM
1797P: William Irwin
1798M: wli@holomorphy.com
1799S: Maintained
1800
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001801I2C/SMBUS STUB DRIVER
1802P: Mark M. Hoffman
1803M: mhoffman@lightlink.com
1804L: lm-sensors@lm-sensors.org
1805S: Maintained
1806
Jean Delvare5b543962005-08-15 19:51:02 +02001807I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808P: Jean Delvare
1809M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001810L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001811T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812S: Maintained
1813
Till Harbaume8c76ee2007-05-01 23:26:35 +02001814I2C-TINY-USB DRIVER
1815P: Till Harbaum
1816M: till@harbaum.org
1817L: i2c@lm-sensors.org
1818T: http://www.harbaum.org/till/i2c_tiny_usb
1819S: Maintained
1820
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001822P: H. Peter Anvin
1823M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824L: Linux-Kernel@vger.kernel.org
1825S: Maintained
1826
1827i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828P: H. Peter Anvin
1829M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001830T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Maintained
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833IA64 (Itanium) PLATFORM
1834P: Tony Luck
1835M: tony.luck@intel.com
1836L: linux-ia64@vger.kernel.org
1837W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001838T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839S: Maintained
1840
1841SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001842P: Jes Sorensen
1843M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844L: linux-altix@sgi.com
1845L: linux-ia64@vger.kernel.org
1846W: http://www.sgi.com/altix
1847S: Maintained
1848
1849IBM MCA SCSI SUBSYSTEM DRIVER
1850P: Michael Lang
1851M: langa2@kph.uni-mainz.de
1852W: http://www.uni-mainz.de/~langm000/linux.html
1853S: Maintained
1854
1855IBM Power Linux RAID adapter
1856P: Brian King
1857M: brking@us.ibm.com
1858S: Supported
1859
1860IBM ServeRAID RAID DRIVER
1861P: Jack Hammer
1862P: Dave Jeffery
1863M: ipslinux@adaptec.com
1864W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001865S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001867IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872S: Maintained
1873
1874IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001875L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001876S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
1878IDE/ATAPI FLOPPY DRIVERS
1879P: Paul Bristow
1880M: Paul Bristow <paul@paulbristow.net>
1881W: http://paulbristow.net/linux/idefloppy.html
1882L: linux-kernel@vger.kernel.org
1883S: Maintained
1884
1885IDE/ATAPI TAPE DRIVERS
1886P: Gadi Oxman
1887M: Gadi Oxman <gadio@netvision.net.il>
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001891IDE-SCSI DRIVER
1892L: linux-ide@vger.kernel.org
1893L: linux-scsi@vger.kernel.org
1894S: Orphan
1895
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896IEEE 1394 SUBSYSTEM
1897P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001898M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001899P: Stefan Richter
1900M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901L: linux1394-devel@lists.sourceforge.net
1902W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001903T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904S: Maintained
1905
Stefan Richterf51a5a92007-04-23 14:41:10 -07001906IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907P: Dan Dennedy
1908M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001909P: Stefan Richter
1910M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001912S: Maintained
1913
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914IMS TWINTURBO FRAMEBUFFER DRIVER
1915P: Paul Mundt
1916M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001917L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918S: Maintained
1919
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 Peake18b36c72006-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/
2447L: linux-mac68k@mac.linux-m68k.org
2448S: 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 Patrobdd0d752007-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
2552M: jejb@steeleye.com
2553L: 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 Hemminger65ebe632007-01-23 11:38:57 -08002643M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002644L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002645S: Maintained
2646
Jiri Slaby4a584482007-08-30 23:56:39 -07002647NETERION (S2IO) Xframe 10GbE DRIVER
2648P: Ramkrishna Vepa
2649M: ram.vepa@neterion.com
2650P: Rastapur Santosh
2651M: santosh.rastapur@neterion.com
2652P: Sivakumar Subramani
2653M: sivakumar.subramani@neterion.com
2654P: Sreenivasa Honnur
2655M: sreenivasa.honnur@neterion.com
2656L: netdev@vger.kernel.org
2657W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2658S: Supported
2659
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660NETFILTER/IPTABLES/IPCHAINS
2661P: Rusty Russell
2662P: Marc Boucher
2663P: James Morris
2664P: Harald Welte
2665P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002666P: Patrick McHardy
2667M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002668L: netfilter-devel@vger.kernel.org
2669L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002670L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671W: http://www.netfilter.org/
2672W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673S: Supported
2674
Paul Moore4cc67732006-09-25 15:57:13 -07002675NETLABEL
2676P: Paul Moore
2677M: paul.moore@hp.com
2678W: http://netlabel.sf.net
2679L: netdev@vger.kernel.org
2680S: Supported
2681
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682NETROM NETWORK LAYER
2683P: Ralf Baechle
2684M: ralf@linux-mips.org
2685L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002686W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687S: Maintained
2688
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002689NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690P: Paul Clements
2691M: Paul.Clements@steeleye.com
2692S: Maintained
2693
2694NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695P: Jeff Garzik
2696M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002697L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002698T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699S: Maintained
2700
2701NETWORKING [GENERAL]
2702P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002703M: netdev@vger.kernel.org
2704L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002705W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Maintained
2707
2708NETWORKING [IPv4/IPv6]
2709P: David S. Miller
2710M: davem@davemloft.net
2711P: Alexey Kuznetsov
2712M: kuznet@ms2.inr.ac.ru
2713P: Pekka Savola (ipv6)
2714M: pekkas@netcore.fi
2715P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002716M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717P: Hideaki YOSHIFUJI
2718M: yoshfuji@linux-ipv6.org
2719P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002720M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002722T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723S: Maintained
2724
James Morris10e2ff12007-08-25 14:41:28 -07002725NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2726P: Paul Moore
2727M: paul.moore@hp.com
2728L: netdev@vger.kernel.org
2729S: Maintained
2730
John W. Linville29f8f632006-01-18 14:52:48 -08002731NETWORKING [WIRELESS]
2732P: John W. Linville
2733M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002734L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002735T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2736S: Maintained
2737
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002738NETXEN (1/10) GbE SUPPORT
2739P: Amit S. Kale
2740M: amitkale@netxen.com
2741L: netdev@vger.kernel.org
2742W: http://www.netxen.com
2743S: Supported
2744
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745IPVS
2746P: Wensong Zhang
2747M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002748P: Simon Horman
2749M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750P: Julian Anastasov
2751M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002752L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753S: Maintained
2754
2755NFS CLIENT
2756P: Trond Myklebust
2757M: trond.myklebust@fys.uio.no
2758L: linux-kernel@vger.kernel.org
2759S: Maintained
2760
2761NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002762P: Jan-Pascal van Best
2763M: janpascal@vanbest.org
2764P: Andreas Mohr
2765M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002766L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767S: Maintained
2768
2769NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2770P: YOKOTA Hiroshi
2771M: yokota@netlab.is.tsukuba.ac.jp
2772W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2773S: Maintained
2774
2775NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2776P: GOTO Masanori
2777M: gotom@debian.or.jp
2778P: YOKOTA Hiroshi
2779M: yokota@netlab.is.tsukuba.ac.jp
2780W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2781S: Maintained
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783NTFS FILESYSTEM
2784P: Anton Altaparmakov
2785M: aia21@cantab.net
2786L: linux-ntfs-dev@lists.sourceforge.net
2787L: linux-kernel@vger.kernel.org
2788W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002789T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002792NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002793P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002794M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002795L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002796S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002798OPENCORES I2C BUS DRIVER
2799P: Peter Korsgaard
2800M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002801L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002802S: Maintained
2803
Mark Fashehccd979b2005-12-15 14:31:24 -08002804ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2805P: Mark Fasheh
2806M: mark.fasheh@oracle.com
2807P: Kurt Hackel
2808M: kurt.hackel@oracle.com
2809L: ocfs2-devel@oss.oracle.com
2810W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002811S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813OLYMPIC NETWORK DRIVER
2814P: Peter De Shrijver
2815M: p2@ace.ulyssis.student.kuleuven.ac.be
2816P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002817M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002818L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819L: linux-tr@linuxtr.net
2820W: http://www.linuxtr.net
2821S: Maintained
2822
Harald Weltec1986ee2005-11-13 16:06:29 -08002823OMNIKEY CARDMAN 4000 DRIVER
2824P: Harald Welte
2825M: laforge@gnumonks.org
2826S: Maintained
2827
Harald Welte77c44ab2005-11-13 16:06:26 -08002828OMNIKEY CARDMAN 4040 DRIVER
2829P: Harald Welte
2830M: laforge@gnumonks.org
2831S: Maintained
2832
Jonathan Corbet77d51402007-03-22 19:44:17 -03002833OMNIVISION OV7670 SENSOR DRIVER
2834P: Jonathan Corbet
2835M: corbet@lwn.net
2836L: video4linux-list@redhat.com
2837S: Maintained
2838
Thomas Gleixner431bca72007-05-02 09:31:35 +02002839ONENAND FLASH DRIVER
2840P: Kyungmin Park
2841M: kyungmin.park@samsung.com
2842L: linux-mtd@lists.infradead.org
2843S: Maintained
2844
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845ONSTREAM SCSI TAPE DRIVER
2846P: Willem Riede
2847M: osst@riede.org
2848L: osst-users@lists.sourceforge.net
2849L: linux-scsi@vger.kernel.org
2850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852OPROFILE
2853P: Philippe Elie
2854M: phil.el@wanadoo.fr
2855L: oprofile-list@lists.sf.net
2856S: Maintained
2857
2858ORINOCO DRIVER
2859P: Pavel Roskin
2860M: proski@gnu.org
2861P: David Gibson
2862M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002863L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002864L: orinoco-users@lists.sourceforge.net
2865L: orinoco-devel@lists.sourceforge.net
2866W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867S: Maintained
2868
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002869PA SEMI ETHERNET DRIVER
2870P: Olof Johansson
2871M: olof@lixom.net
2872L: netdev@vger.kernel.org
2873S: Maintained
2874
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002875PA SEMI SMBUS DRIVER
2876P: Olof Johansson
2877M: olof@lixom.net
2878L: i2c@lm-sensors.org
2879S: Maintained
2880
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002882L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002883S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884
2885PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2886P: Tim Waugh
2887M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002888L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889W: http://www.torque.net/linux-pp.html
2890S: Maintained
2891
2892PARISC ARCHITECTURE
2893P: Matthew Wilcox
2894M: matthew@wil.cx
2895P: Grant Grundler
2896M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002897P: Kyle McMartin
2898M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899L: parisc-linux@parisc-linux.org
2900W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002901T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2902T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903S: Maintained
2904
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002905PARAVIRT_OPS INTERFACE
2906P: Jeremy Fitzhardinge
2907M: jeremy@xensource.com
2908P: Chris Wright
2909M: chrisw@sous-sol.org
2910P: Zachary Amsden
2911M: zach@vmware.com
2912P: Rusty Russell
2913M: rusty@rustcorp.com.au
2914L: virtualization@lists.osdl.org
2915L: linux-kernel@vger.kernel.org
2916S: Supported
2917
Jim Cromie1662d322006-10-06 00:43:59 -07002918PC87360 HARDWARE MONITORING DRIVER
2919P: Jim Cromie
2920M: jim.cromie@gmail.com
2921L: lm-sensors@lm-sensors.org
2922S: Maintained
2923
2924PC8736x GPIO DRIVER
2925P: Jim Cromie
2926M: jim.cromie@gmail.com
2927S: Maintained
2928
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002929PCI ERROR RECOVERY
2930P: Linas Vepstas
2931M: linas@austin.ibm.com
2932L: linux-kernel@vger.kernel.org
2933L: linux-pci@atrey.karlin.mff.cuni.cz
2934S: Supported
2935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936PCI SUBSYSTEM
2937P: Greg Kroah-Hartman
2938M: gregkh@suse.de
2939L: linux-kernel@vger.kernel.org
2940L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002941T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942S: Supported
2943
2944PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002945P: Kristen Carlson Accardi
2946M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Supported
2948
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002949PCIE HOTPLUG DRIVER
2950P: Kristen Carlson Accardi
2951M: kristen.c.accardi@intel.com
2952L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002953S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002954
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002956P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002957L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002959T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002960S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961
2962PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002963P: Don Fry
2964M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002965L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966S: Maintained
2967
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002968PER-TASK DELAY ACCOUNTING
2969P: Shailabh Nagar
2970M: nagar@watson.ibm.com
2971L: linux-kernel@vger.kernel.org
2972S: Maintained
2973
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002974PERSONALITY HANDLING
2975P: Christoph Hellwig
2976M: hch@infradead.org
2977L: linux-abi-devel@lists.sourceforge.net
2978S: Maintained
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002981P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982M: joern@wh.fh-wedel.de
2983L: linux-mtd@lists.infradead.org
2984S: Maintained
2985
Peter Osterlund249a6772005-09-27 21:45:30 -07002986PKTCDVD DRIVER
2987P: Peter Osterlund
2988M: petero2@telia.com
2989L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002990S: Maintained
2991
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002993P: Thomas Gleixner
2994M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002995L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996S: Supported
2997
Anton Vorontsov3be86142007-07-15 04:43:36 +04002998POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2999P: Anton Vorontsov
3000M: cbou@mail.ru
3001P: David Woodhouse
3002M: dwmw2@infradead.org
3003L: linux-kernel@vger.kernel.org
3004L: kernel-discuss@handhelds.org
3005T: git git.infradead.org/battery-2.6.git
3006S: Maintained
3007
Eugene Surovegin24682972005-10-14 03:00:53 -07003008POWERPC 4xx EMAC DRIVER
3009P: Eugene Surovegin
3010M: ebs@ebshome.net
3011W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003012L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003013L: netdev@vger.kernel.org
3014S: Maintained
3015
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016PNP SUPPORT
3017P: Adam Belay
3018M: ambx1@neo.rr.com
3019S: Maintained
3020
Vitaly Wool999445d2007-01-04 13:07:03 +01003021PNXxxxx I2C DRIVER
3022P: Vitaly Wool
3023M: vitalywool@gmail.com
3024L: i2c@lm-sensors.org
3025S: Maintained
3026
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027PPP PROTOCOL DRIVERS AND COMPRESSORS
3028P: Paul Mackerras
3029M: paulus@samba.org
3030L: linux-ppp@vger.kernel.org
3031S: Maintained
3032
3033PPP OVER ATM (RFC 2364)
3034P: Mitchell Blank Jr
3035M: mitch@sfgoth.com
3036S: Maintained
3037
3038PPP OVER ETHERNET
3039P: Michal Ostrowski
3040M: mostrows@speakeasy.net
3041S: Maintained
3042
James Chapmana6d23702007-06-27 15:53:17 -07003043PPP OVER L2TP
3044P: James Chapman
3045M: jchapman@katalix.com
3046S: Maintained
3047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048PREEMPTIBLE KERNEL
3049P: Robert Love
3050M: rml@tech9.net
3051L: linux-kernel@vger.kernel.org
3052L: kpreempt-tech@lists.sourceforge.net
3053W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3054S: Supported
3055
Michael Wueff1a592007-09-25 18:11:01 -07003056P54 WIRELESS DRIVER
3057P: Michael Wu
3058M: flamingice@sourmilk.net
3059L: linux-wireless@vger.kernel.org
3060W: http://prism54.org
3061T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3062S: Maintained
3063
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003065P: Luis R. Rodriguez
3066M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003067L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068W: http://prism54.org
3069S: Maintained
3070
3071PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3072P: Peter Denison
3073M: promise@pnd-pc.demon.co.uk
3074W: http://www.pnd-pc.demon.co.uk/promise/
3075S: Maintained
3076
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003077PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3078P: Mikael Pettersson
3079M: mikpe@it.uu.se
3080L: linux-ide@vger.kernel.org
3081S: Maintained
3082
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003083PS3 NETWORK SUPPORT
3084P: Masakazu Mokuno
3085M: mokuno@sm.sony.co.jp
3086L: netdev@vger.kernel.org
3087L: cbe-oss-dev@ozlabs.org
3088S: Supported
3089
Geoff Levandf58a9d12006-11-23 00:46:51 +01003090PS3 PLATFORM SUPPORT
3091P: Geoff Levand
3092M: geoffrey.levand@am.sony.com
3093L: linuxppc-dev@ozlabs.org
3094L: cbe-oss-dev@ozlabs.org
3095S: Supported
3096
Michael Krufky83202042006-07-03 00:24:18 -07003097PVRUSB2 VIDEO4LINUX DRIVER
3098P: Mike Isely
3099M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003100L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003101L: video4linux-list@redhat.com
3102W: http://www.isely.net/pvrusb2/
3103S: Maintained
3104
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105PXA2xx SUPPORT
3106P: Nicolas Pitre
3107M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003108L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109S: Maintained
3110
Pierre Ossman272f1332007-05-14 21:25:26 +02003111PXA MMCI DRIVER
3112S: Orphan
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114QLOGIC QLA2XXX FC-SCSI DRIVER
3115P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003116M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117L: linux-scsi@vger.kernel.org
3118S: Supported
3119
Ron Mercer5a4faa82006-07-25 00:40:21 -07003120QLOGIC QLA3XXX NETWORK DRIVER
3121P: Ron Mercer
3122M: linux-driver@qlogic.com
3123L: netdev@vger.kernel.org
3124S: Supported
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126QNX4 FILESYSTEM
3127P: Anders Larsen
3128M: al@alarsen.net
3129L: linux-kernel@vger.kernel.org
3130W: http://www.alarsen.net/linux/qnx4fs/
3131S: Maintained
3132
3133RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003134P: Benjamin Herrenschmidt
3135M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003136L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137S: Maintained
3138
3139RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003140P: Paul Mackerras
3141M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003142L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Maintained
3144
3145RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3146P: Corey Thomas
3147M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003148L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149S: Maintained
3150
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003151RALINK RT2X00 WLAN DRIVER
3152P: rt2x00 project
3153L: linux-wireless@vger.kernel.org
3154L: rt2400-devel@lists.sourceforge.net
3155W: http://rt2x00.serialmonkey.com/
3156S: Maintained
3157F: drivers/net/wireless/rt2x00/
3158
Matt Mackall9e95ce22005-04-16 15:25:56 -07003159RANDOM NUMBER DRIVER
3160P: Matt Mackall
3161M: mpm@selenic.com
3162S: Maintained
3163
Matt Porter394b7012005-11-07 01:00:15 -08003164RAPIDIO SUBSYSTEM
3165P: Matt Porter
3166M: mporter@kernel.crashing.org
3167L: linux-kernel@vger.kernel.org
3168S: Maintained
3169
Josh Triplett595182b2006-10-04 02:17:21 -07003170READ-COPY UPDATE (RCU)
3171P: Dipankar Sarma
3172M: dipankar@in.ibm.com
3173W: http://www.rdrop.com/users/paulmck/rclock/
3174L: linux-kernel@vger.kernel.org
3175S: Supported
3176
3177RCUTORTURE MODULE
3178P: Josh Triplett
3179M: josh@freedesktop.org
3180L: linux-kernel@vger.kernel.org
3181S: Maintained
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183REAL TIME CLOCK DRIVER
3184P: Paul Gortmaker
3185M: p_gortmaker@yahoo.com
3186L: linux-kernel@vger.kernel.org
3187S: Maintained
3188
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003189REAL TIME CLOCK (RTC) SUBSYSTEM
3190P: Alessandro Zummo
3191M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003192L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003193S: Maintained
3194
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195REISERFS FILE SYSTEM
3196P: Hans Reiser
3197M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003198L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199W: http://www.namesys.com
3200S: Supported
3201
3202ROCKETPORT DRIVER
3203P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204W: http://www.comtrol.com
3205S: Maintained
3206
3207ROSE NETWORK LAYER
3208P: Ralf Baechle
3209M: ralf@linux-mips.org
3210L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003211W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212S: Maintained
3213
3214RISCOM8 DRIVER
3215S: Orphan
3216
Michael Wu605bebe2007-05-14 01:41:02 -04003217RTL818X WIRELESS DRIVER
3218P: Michael Wu
3219M: flamingice@sourmilk.net
3220P: Andrea Merello
3221M: andreamrl@tiscali.it
3222L: linux-wireless@vger.kernel.org
3223W: http://linuxwireless.org/
3224T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3225S: Maintained
3226
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003227S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003228P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003229M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003230L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003231S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003232
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233S390
3234P: Martin Schwidefsky
3235M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003236P: Heiko Carstens
3237M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003239L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003240W: http://www.ibm.com/developerworks/linux/linux390/
3241S: Supported
3242
3243S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003244P: Ursula Braun
3245M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003246P: Frank Blaschka
3247M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003248M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003249L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003250W: http://www.ibm.com/developerworks/linux/linux390/
3251S: Supported
3252
3253S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003254P: Swen Schillig
3255M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003256M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003257L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003258W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259S: Supported
3260
Ursula Braundd96df22007-09-19 13:09:02 +02003261S390 IUCV NETWORK LAYER
3262P: Ursula Braun
3263M: ubraun@linux.vnet.ibm.com
3264M: linux390@de.ibm.com
3265L: linux-s390@vger.kernel.org
3266W: http://www.ibm.com/developerworks/linux/linux390/
3267S: Supported
3268
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269SAA7146 VIDEO4LINUX-2 DRIVER
3270P: Michael Hunold
3271M: michael@mihu.de
3272W: http://www.mihu.de/linux/saa7146
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275SC1200 WDT DRIVER
3276P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003277M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278S: Maintained
3279
3280SCHEDULER
3281P: Ingo Molnar
3282M: mingo@elte.hu
3283P: Robert Love [the preemptible kernel bits]
3284M: rml@tech9.net
3285L: linux-kernel@vger.kernel.org
3286S: Maintained
3287
3288SCSI CDROM DRIVER
3289P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003290M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291L: linux-scsi@vger.kernel.org
3292W: http://www.kernel.dk
3293S: Maintained
3294
3295SCSI SG DRIVER
3296P: Doug Gilbert
3297M: dgilbert@interlog.com
3298L: linux-scsi@vger.kernel.org
3299W: http://www.torque.net/sg
3300S: Maintained
3301
3302SCSI SUBSYSTEM
3303P: James E.J. Bottomley
3304M: James.Bottomley@SteelEye.com
3305L: 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307S: Maintained
3308
3309SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003310P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311M: Kai.Makisara@kolumbus.fi
3312L: linux-scsi@vger.kernel.org
3313S: Maintained
3314
3315SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003316P: Vlad Yasevich
3317M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003318P: Sridhar Samudrala
3319M: sri@us.ibm.com
3320L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003321W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003322S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323
3324SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003325P: Jim Cromie
3326M: jim.cromie@gmail.com
3327S: Odd Fixes
3328
3329SCx200 GPIO DRIVER
3330P: Jim Cromie
3331M: jim.cromie@gmail.com
3332S: Maintained
3333
3334SCx200 HRT CLOCKSOURCE DRIVER
3335P: Jim Cromie
3336M: jim.cromie@gmail.com
3337S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338
3339SECURITY CONTACT
3340P: Security Officers
3341M: security@kernel.org
3342S: Supported
3343
3344SELINUX SECURITY MODULE
3345P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003346M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003348M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003349P: Eric Paris
3350M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003352L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353W: http://www.nsa.gov/selinux
3354S: Supported
3355
Jiri Slabycef2cf02007-05-08 00:31:45 -07003356SENSABLE PHANTOM
3357P: Jiri Slaby
3358M: jirislaby@gmail.com
3359S: Maintained
3360
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361SERIAL ATA (SATA) SUBSYSTEM:
3362P: Jeff Garzik
3363M: jgarzik@pobox.com
3364L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003365T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366S: Supported
3367
3368SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3369P: Pat Gefre
3370M: pfg@sgi.com
3371L: linux-ia64@vger.kernel.org
3372S: Supported
3373
3374SGI VISUAL WORKSTATION 320 AND 540
3375P: Andrey Panin
3376M: pazke@donpac.ru
3377L: linux-visws-devel@lists.sf.net
3378W: http://linux-visws.sf.net
3379S: Maintained for 2.6.
3380
3381SIMTEC EB110ATX (Chalice CATS)
3382P: Ben Dooks
3383P: Vincent Sanders
3384M: support@simtec.co.uk
3385W: http://www.simtec.co.uk/products/EB110ATX/
3386S: Supported
3387
3388SIMTEC EB2410ITX (BAST)
3389P: Ben Dooks
3390P: Vincent Sanders
3391M: support@simtec.co.uk
3392W: http://www.simtec.co.uk/products/EB2410ITX/
3393S: Supported
3394
Francois Romieu92aab3c2005-07-30 13:11:18 +02003395SIS 190 ETHERNET DRIVER
3396P: Francois Romieu
3397M: romieu@fr.zoreil.com
3398L: netdev@vger.kernel.org
3399S: Maintained
3400
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401SIS 5513 IDE CONTROLLER DRIVER
3402P: Lionel Bouton
3403M: Lionel.Bouton@inet6.fr
3404W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3405W: http://gyver.homeip.net/sis5513/index.html
3406S: Maintained
3407
3408SIS 900/7016 FAST ETHERNET DRIVER
3409P: Daniele Venzano
3410M: venza@brownhat.org
3411W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003412L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413S: Maintained
3414
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003415SIS 96X I2C/SMBUS DRIVER
3416P: Mark M. Hoffman
3417M: mhoffman@lightlink.com
3418L: lm-sensors@lm-sensors.org
3419S: Maintained
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421SIS FRAMEBUFFER DRIVER
3422P: Thomas Winischhofer
3423M: thomas@winischhofer.net
3424W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003425S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426
3427SIS USB2VGA DRIVER
3428P: Thomas Winischhofer
3429M: thomas@winischhofer.net
3430W: http://www.winischhofer.at/linuxsisusbvga.shtml
3431S: Maintained
3432
Christoph Lameter415ad262007-07-26 10:40:56 -07003433SLAB ALLOCATOR
3434P: Christoph Lameter
3435M: clameter@sgi.com
3436P: Pekka Enberg
3437M: penberg@cs.helsinki.fi
3438L: linux-mm@kvack.org
3439S: Maintained
3440
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441SMC91x ETHERNET DRIVER
3442P: Nicolas Pitre
3443M: nico@cam.org
3444S: Maintained
3445
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003446SMSC47B397 HARDWARE MONITOR DRIVER
3447P: Mark M. Hoffman
3448M: mhoffman@lightlink.com
3449L: lm-sensors@lm-sensors.org
3450S: Maintained
3451
Daniel Drake8f0f8502006-07-18 22:00:25 +01003452SOFTMAC LAYER (IEEE 802.11)
3453P: Johannes Berg
3454M: johannes@sipsolutions.net
3455P: Joe Jezak
3456M: josejx@gentoo.org
3457P: Daniel Drake
3458M: dsd@gentoo.org
3459W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003460L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003461S: Maintained
3462
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463SOFTWARE RAID (Multiple Disks) SUPPORT
3464P: Ingo Molnar
3465M: mingo@redhat.com
3466P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003467M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003469S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470
Pavel Machek95a631e2007-07-19 01:47:42 -07003471HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472P: Pavel Machek
3473M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003474P: Rafael J. Wysocki
3475M: rjw@sisk.pl
3476L: linux-pm@lists.linux-foundation.org
3477S: Supported
3478
3479SUSPEND TO RAM:
3480P: Pavel Machek
3481M: pavel@suse.cz
3482P: Rafael J. Wysocki
3483M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003484L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485S: Maintained
3486
3487SONIC NETWORK DRIVER
3488P: Thomas Bogendoerfer
3489M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003490L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491S: Maintained
3492
Michael Buesch61e115a2007-09-18 15:12:50 -04003493SONICS SILICON BACKPLANE DRIVER (SSB)
3494P: Michael Buesch
3495M: mb@bu3sch.de
3496L: netdev@vger.kernel.org
3497S: Maintained
3498
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003500P: Mattia Dongili
3501M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003502L: linux-acpi@vger.kernel.org
3503W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504S: Maintained
3505
3506SOUND
3507P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003508M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003509L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510S: Maintained
3511
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003512SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3513P: Liam Girdwood
3514M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003515L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003516S: Supported
3517
Kumar Gala025c3982006-04-02 16:05:54 -05003518SPI SUBSYSTEM
3519P: David Brownell
3520M: dbrownell@users.sourceforge.net
3521L: spi-devel-general@lists.sourceforge.net
3522S: Maintained
3523
Steven Rostedt855f46a2006-08-05 12:14:50 -07003524STABLE BRANCH:
3525P: Greg Kroah-Hartman
3526M: greg@kroah.com
3527P: Chris Wright
3528M: chrisw@sous-sol.org
3529L: stable@kernel.org
3530S: Maintained
3531
Kylene Hall1c72d462005-05-01 08:59:13 -07003532TPM DEVICE DRIVER
3533P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003534M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003535W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003536P: Marcel Selhorst
3537M: tpm@selhorst.net
3538W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003539L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003540S: Maintained
3541
Mark Gross1a80ba82005-10-30 15:02:55 -08003542Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003543P: Mark Gross
3544M: mark.gross@intel.com
3545S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003546
Chris Zankel48b415c2005-06-23 22:01:07 -07003547TENSILICA XTENSA PORT (xtensa):
3548P: Chris Zankel
3549M: chris@zankel.net
3550S: Maintained
3551
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003552THINKPAD ACPI EXTRAS DRIVER
3553P: Henrique de Moraes Holschuh
3554M: ibm-acpi@hmh.eng.br
3555L: ibm-acpi-devel@lists.sourceforge.net
3556W: http://ibm-acpi.sourceforge.net
3557W: http://thinkwiki.org/wiki/Ibm-acpi
3558T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3559S: Maintained
3560
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561UltraSPARC (sparc64):
3562P: David S. Miller
3563M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003565T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566S: Maintained
3567
3568SHARP LH SUPPORT (LH7952X & LH7A40X)
3569P: Marc Singer
3570M: elf@buici.com
3571W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573S: Maintained
3574
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003575SHPC HOTPLUG DRIVER
3576P: Kristen Carlson Accardi
3577M: kristen.c.accardi@intel.com
3578L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003579S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003580
Pierre Ossmand129bce2006-03-24 03:18:17 -08003581SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3582P: Pierre Ossman
3583M: drzeus-sdhci@drzeus.cx
3584L: sdhci-devel@list.drzeus.cx
3585W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3586S: Maintained
3587
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003588SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3589P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003590M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003591L: netdev@vger.kernel.org
3592S: Maintained
3593
Chris Boot1a87d942006-07-10 04:45:34 -07003594SOEKRIS NET48XX LED SUPPORT
3595P: Chris Boot
3596M: bootc@bootc.net
3597S: Maintained
3598
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599SPARC (sparc32):
3600P: William L. Irwin
3601M: wli@holomorphy.com
3602L: sparclinux@vger.kernel.org
3603S: Maintained
3604
3605SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3606P: Roger Wolff
3607M: R.E.Wolff@BitWizard.nl
3608L: linux-kernel@vger.kernel.org ?
3609S: Supported
3610
Jim Lewis2752e402006-09-29 02:01:19 -07003611SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003612P: Linas Vepstas
3613M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003614L: netdev@vger.kernel.org
3615S: Supported
3616
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617SRM (Alpha) environment access
3618P: Jan-Benedict Glaw
3619M: jbglaw@lug-owl.de
3620L: linux-kernel@vger.kernel.org
3621S: Maintained
3622
3623STARFIRE/DURALAN NETWORK DRIVER
3624P: Ion Badulescu
3625M: ionut@cs.columbia.edu
3626S: Maintained
3627
3628STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3629W: http://mosquitonet.Stanford.EDU/strip.html
3630S: Unsupported ?
3631
3632STRADIS MPEG-2 DECODER DRIVER
3633P: Nathan Laredo
3634M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635W: http://www.stradis.com/
3636S: Maintained
3637
3638SUPERH (sh)
3639P: Paul Mundt
3640M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003641L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643S: Maintained
3644
3645SUPERH64 (sh64)
3646P: Paul Mundt
3647M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648L: linuxsh-shmedia-dev@lists.sourceforge.net
3649W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650S: Maintained
3651
3652SUN3/3X
3653P: Sam Creasey
3654M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655W: http://sammy.net/sun3/
3656S: Maintained
3657
3658SVGA HANDLING
3659P: Martin Mares
3660M: mj@ucw.cz
3661L: linux-video@atrey.karlin.mff.cuni.cz
3662S: Maintained
3663
3664SYSV FILESYSTEM
3665P: Christoph Hellwig
3666M: hch@infradead.org
3667S: Maintained
3668
Stephen Hemminger781b4562006-07-10 20:25:29 -07003669TC CLASSIFIER
3670P: Jamal Hadi Salim
3671M: hadi@cyberus.ca
3672L: netdev@vger.kernel.org
3673S: Maintained
3674
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003675TCP LOW PRIORITY MODULE
3676P: Wong Hoi Sing, Edison
3677M: hswong3i@gmail.com
3678P: Hung Hing Lun, Mike
3679M: hlhung3i@gmail.com
3680W: http://tcp-lp-mod.sourceforge.net/
3681S: Maintained
3682
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003683TEHUTI ETHERNET DRIVER
3684P: Alexander Indenbaum
3685M: baum@tehutinetworks.net
3686P: Andy Gospodarek
3687M: andy@greyhouse.net
3688L: netdev@vger.kernel.org
3689S: Supported
3690
Alex Dubov4020f2d2006-10-04 02:15:37 -07003691TI FLASH MEDIA INTERFACE DRIVER
3692P: Alex Dubov
3693M: oakad@yahoo.com
3694S: Maintained
3695
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003696TI OMAP MMC INTERFACE DRIVER
3697P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003698M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003699W: http://linux.omap.com
3700W: http://www.muru.com/linux/omap/
3701S: Maintained
3702
Michael Buesch844dd052006-06-26 00:24:59 -07003703TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3704P: Deepak Saxena
3705M: dsaxena@plexity.net
3706S: Maintained
3707
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003708TASKSTATS STATISTICS INTERFACE
3709P: Shailabh Nagar
3710M: nagar@watson.ibm.com
3711L: linux-kernel@vger.kernel.org
3712S: Maintained
3713
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003715P: Romain Lievin
3716M: roms@lpg.ticalc.org
3717S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718
Per Lidene86eaa32006-01-12 16:45:18 +01003719TIPC NETWORK LAYER
3720P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003721M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003722P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003723M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003724P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003725M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003726L: tipc-discussion@lists.sourceforge.net
3727W: http://tipc.sourceforge.net/
3728W: http://tipc.cslab.ericsson.net/
3729T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3730S: Maintained
3731
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732TLAN NETWORK DRIVER
3733P: Samuel Chessman
3734M: chessman@tux.org
3735L: tlan-devel@lists.sourceforge.net
3736W: http://sourceforge.net/projects/tlan/
3737S: Maintained
3738
3739TOKEN-RING NETWORK DRIVER
3740P: Mike Phillips
3741M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003742L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743L: linux-tr@linuxtr.net
3744W: http://www.linuxtr.net
3745S: Maintained
3746
3747TOSHIBA ACPI EXTRAS DRIVER
3748P: John Belmonte
3749M: toshiba_acpi@memebeam.org
3750W: http://memebeam.org/toys/ToshibaAcpiDriver
3751S: Maintained
3752
3753TOSHIBA SMM DRIVER
3754P: Jonathan Buzzard
3755M: jonathan@buzzard.org.uk
3756L: tlinux-users@tce.toshiba-dme.co.jp
3757W: http://www.buzzard.org.uk/toshiba/
3758S: Maintained
3759
3760TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3761P: Muli Ben-Yehuda
3762M: mulix@mulix.org
3763L: linux-kernel@vger.kernel.org
3764S: Maintained
3765
3766TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003767P: Adrian Bunk
3768M: trivial@kernel.org
3769L: linux-kernel@vger.kernel.org
3770W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3771T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3772S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773
3774TMS380 TOKEN-RING NETWORK DRIVER
3775P: Adam Fritzler
3776M: mid@auk.cx
3777L: linux-tr@linuxtr.net
3778W: http://www.auk.cx/tms380tr/
3779S: Maintained
3780
3781TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782L: tulip-users@lists.sourceforge.net
3783W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003784S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785
3786TUN/TAP driver
3787P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003788M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789L: vtun@office.satix.net
3790W: http://vtun.sourceforge.net/tun
3791S: Maintained
3792
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003793TURBOCHANNEL SUBSYSTEM
3794P: Maciej W. Rozycki
3795M: macro@linux-mips.org
3796S: Maintained
3797
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798U14-34F SCSI DRIVER
3799P: Dario Ballabio
3800M: ballabio_dario@emc.com
3801L: linux-scsi@vger.kernel.org
3802S: Maintained
3803
3804UDF FILESYSTEM
3805P: Ben Fennema
3806M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807W: http://linux-udf.sourceforge.net
3808S: Maintained
3809
3810UNIFORM CDROM DRIVER
3811P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003812M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813L: linux-kernel@vger.kernel.org
3814W: http://www.kernel.dk
3815S: Maintained
3816
3817USB ACM DRIVER
3818P: Oliver Neukum
3819M: oliver@neukum.name
3820L: linux-usb-users@lists.sourceforge.net
3821L: linux-usb-devel@lists.sourceforge.net
3822S: Maintained
3823
3824USB BLOCK DRIVER (UB ub)
3825P: Pete Zaitcev
3826M: zaitcev@redhat.com
3827L: linux-kernel@vger.kernel.org
3828L: linux-usb-devel@lists.sourceforge.net
3829S: Supported
3830
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831USB CDC ETHERNET DRIVER
3832P: Greg Kroah-Hartman
3833M: greg@kroah.com
3834L: linux-usb-users@lists.sourceforge.net
3835L: linux-usb-devel@lists.sourceforge.net
3836S: Maintained
3837W: http://www.kroah.com/linux-usb/
3838
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003839USB DAVICOM DM9601 DRIVER
3840P: Peter Korsgaard
3841M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003842L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003843W: http://www.linux-usb.org/usbnet
3844S: Maintained
3845
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846USB EHCI DRIVER
3847P: David Brownell
3848M: dbrownell@users.sourceforge.net
3849L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003850S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851
Luca Risolia7ce08c92006-01-11 02:06:59 +00003852USB ET61X[12]51 DRIVER
3853P: Luca Risolia
3854M: luca.risolia@studio.unibo.it
3855L: linux-usb-devel@lists.sourceforge.net
3856L: video4linux-list@redhat.com
3857W: http://www.linux-projects.org
3858S: Maintained
3859
David Brownell69ae9e32006-11-14 02:03:31 -08003860USB GADGET/PERIPHERAL SUBSYSTEM
3861P: David Brownell
3862M: dbrownell@users.sourceforge.net
3863L: linux-usb-devel@lists.sourceforge.net
3864W: http://www.linux-usb.org/gadget
3865S: Maintained
3866
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003867USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003868P: Jiri Kosina
3869M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003871T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872S: Maintained
3873
3874USB HUB DRIVER
3875P: Johannes Erdfelt
3876M: johannes@erdfelt.com
3877L: linux-usb-users@lists.sourceforge.net
3878L: linux-usb-devel@lists.sourceforge.net
3879S: Maintained
3880
Olav Kongas959eea22005-11-03 17:38:14 +02003881USB ISP116X DRIVER
3882P: Olav Kongas
3883M: ok@artecdesign.ee
3884L: linux-usb-devel@lists.sourceforge.net
3885S: Maintained
3886
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887USB KAWASAKI LSI DRIVER
3888P: Oliver Neukum
3889M: oliver@neukum.name
3890L: linux-usb-users@lists.sourceforge.net
3891L: linux-usb-devel@lists.sourceforge.net
3892S: Maintained
3893
3894USB MASS STORAGE DRIVER
3895P: Matthew Dharm
3896M: mdharm-usb@one-eyed-alien.net
3897L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003898L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899S: Maintained
3900W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3901
3902USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003903P: David Brownell
3904M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905L: linux-usb-users@lists.sourceforge.net
3906L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003907S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908
Matthias Urlichsba460e42005-07-14 00:33:47 -07003909USB OPTION-CARD DRIVER
3910P: Matthias Urlichs
3911M: smurf@smurf.noris.de
3912L: linux-usb-devel@lists.sourceforge.net
3913S: Maintained
3914
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915USB OV511 DRIVER
3916P: Mark McClelland
3917M: mmcclell@bigfoot.com
3918L: linux-usb-users@lists.sourceforge.net
3919L: linux-usb-devel@lists.sourceforge.net
3920W: http://alpha.dyndns.org/ov511/
3921S: Maintained
3922
3923USB PEGASUS DRIVER
3924P: Petko Manolov
3925M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003927L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928W: http://pegasus2.sourceforge.net/
3929S: Maintained
3930
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003931USB PRINTER DRIVER (usblp)
3932P: Pete Zaitcev
3933M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934L: linux-usb-users@lists.sourceforge.net
3935L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003936S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937
3938USB RTL8150 DRIVER
3939P: Petko Manolov
3940M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003942L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943W: http://pegasus2.sourceforge.net/
3944S: Maintained
3945
3946USB SE401 DRIVER
3947P: Jeroen Vreeken
3948M: pe1rxq@amsat.org
3949L: linux-usb-users@lists.sourceforge.net
3950L: linux-usb-devel@lists.sourceforge.net
3951W: http://www.chello.nl/~j.vreeken/se401/
3952S: Maintained
3953
3954USB SERIAL CYBERJACK DRIVER
3955P: Matthias Bruestle and Harald Welte
3956M: support@reiner-sct.com
3957W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3958S: Maintained
3959
3960USB SERIAL DIGI ACCELEPORT DRIVER
3961P: Peter Berger and Al Borchers
3962M: pberger@brimson.com
3963M: alborchers@steinerpoint.com
3964L: linux-usb-users@lists.sourceforge.net
3965L: linux-usb-devel@lists.sourceforge.net
3966S: Maintained
3967
3968USB SERIAL DRIVER
3969P: Greg Kroah-Hartman
3970M: gregkh@suse.de
3971L: linux-usb-users@lists.sourceforge.net
3972L: linux-usb-devel@lists.sourceforge.net
3973S: Supported
3974
3975USB SERIAL BELKIN F5U103 DRIVER
3976P: William Greathouse
3977M: wgreathouse@smva.com
3978L: linux-usb-users@lists.sourceforge.net
3979L: linux-usb-devel@lists.sourceforge.net
3980S: Maintained
3981
3982USB SERIAL CYPRESS M8 DRIVER
3983P: Lonnie Mendez
3984M: dignome@gmail.com
3985L: linux-usb-users@lists.sourceforge.net
3986L: linux-usb-devel@lists.sourceforge.net
3987S: Maintained
3988W: http://geocities.com/i0xox0i
3989W: http://firstlight.net/cvs
3990
3991USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3992L: linux-usb-users@lists.sourceforge.net
3993L: linux-usb-devel@lists.sourceforge.net
3994S: Maintained
3995
3996USB AUERSWALD DRIVER
3997P: Wolfgang Muees
3998M: wolfgang@iksw-muees.de
3999L: linux-usb-users@lists.sourceforge.net
4000L: linux-usb-devel@lists.sourceforge.net
4001S: Maintained
4002
4003USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4004P: Gary Brubaker
4005M: xavyer@ix.netcom.com
4006L: linux-usb-users@lists.sourceforge.net
4007L: linux-usb-devel@lists.sourceforge.net
4008S: Maintained
4009
4010USB SERIAL KEYSPAN DRIVER
4011P: Greg Kroah-Hartman
4012M: greg@kroah.com
4013L: linux-usb-users@lists.sourceforge.net
4014L: linux-usb-devel@lists.sourceforge.net
4015W: http://www.kroah.com/linux/
4016S: Maintained
4017
4018USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004019P: Support Department
4020M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021L: linux-usb-users@lists.sourceforge.net
4022L: linux-usb-devel@lists.sourceforge.net
4023W: http://www.connecttech.com
4024S: Supported
4025
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004026USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027P: Luca Risolia
4028M: luca.risolia@studio.unibo.it
4029L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004030L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031W: http://www.linux-projects.org
4032S: Maintained
4033
4034USB SUBSYSTEM
4035P: Greg Kroah-Hartman
4036M: gregkh@suse.de
4037L: linux-usb-users@lists.sourceforge.net
4038L: linux-usb-devel@lists.sourceforge.net
4039W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004040T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041S: Supported
4042
4043USB UHCI DRIVER
4044P: Alan Stern
4045M: stern@rowland.harvard.edu
4046L: linux-usb-users@lists.sourceforge.net
4047L: linux-usb-devel@lists.sourceforge.net
4048S: Maintained
4049
David Brownell69ae9e32006-11-14 02:03:31 -08004050USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051P: David Brownell
4052M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004053L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004054W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055S: Maintained
4056
4057USB W996[87]CF DRIVER
4058P: Luca Risolia
4059M: luca.risolia@studio.unibo.it
4060L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004061L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062W: http://www.linux-projects.org
4063S: Maintained
4064
Luca Risolia60f78052006-02-06 16:29:35 +00004065USB ZC0301 DRIVER
4066P: Luca Risolia
4067M: luca.risolia@studio.unibo.it
4068L: linux-usb-devel@lists.sourceforge.net
4069L: video4linux-list@redhat.com
4070W: http://www.linux-projects.org
4071S: Maintained
4072
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073USB ZD1201 DRIVER
4074P: Jeroen Vreeken
4075M: pe1rxq@amsat.org
4076L: linux-usb-users@lists.sourceforge.net
4077L: linux-usb-devel@lists.sourceforge.net
4078W: http://linux-lc100020.sourceforge.net
4079S: Maintained
4080
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004081USB ZR364XX DRIVER
4082P: Antoine Jacquet
4083M: royale@zerezo.com
4084L: linux-usb-devel@lists.sourceforge.net
4085L: video4linux-list@redhat.com
4086W: http://royale.zerezo.com/zr364xx/
4087S: Maintained
4088
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089USER-MODE LINUX
4090P: Jeff Dike
4091M: jdike@karaya.com
4092L: user-mode-linux-devel@lists.sourceforge.net
4093L: user-mode-linux-user@lists.sourceforge.net
4094W: http://user-mode-linux.sourceforge.net
4095S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004096
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097FAT/VFAT/MSDOS FILESYSTEM:
4098P: OGAWA Hirofumi
4099M: hirofumi@mail.parknet.co.jp
4100L: linux-kernel@vger.kernel.org
4101S: Maintained
4102
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103VIA RHINE NETWORK DRIVER
4104P: Roger Luethi
4105M: rl@hellgate.ch
4106S: Maintained
4107
Jean Delvare32c0a522005-09-22 21:47:58 +02004108VIAPRO SMBUS DRIVER
4109P: Jean Delvare
4110M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004111L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004112S: Maintained
4113
Francois Romieu01f20732007-01-26 00:57:17 -08004114VIA VELOCITY NETWORK DRIVER
4115P: Francois Romieu
4116M: romieu@fr.zoreil.com
4117L: netdev@vger.kernel.org
4118S: Maintained
4119
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120UCLINUX (AND M68KNOMMU)
4121P: Greg Ungerer
4122M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004124L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125S: Maintained
4126
4127UCLINUX FOR NEC V850
4128P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129
4130UCLINUX FOR RENESAS H8/300
4131P: Yoshinori Sato
4132M: ysato@users.sourceforge.jp
4133W: http://uclinux-h8.sourceforge.jp/
4134S: Supported
4135
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004136UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004137P: Evgeniy Dushistov
4138M: dushistov@mail.ru
4139L: linux-kernel@vger.kernel.org
4140S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004141
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142USB DIAMOND RIO500 DRIVER
4143P: Cesar Miquel
4144M: miquel@df.uba.ar
4145L: rio500-users@lists.sourceforge.net
4146W: http://rio500.sourceforge.net
4147S: Maintained
4148
4149VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004150P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004151M: mchehab@infradead.org
4152M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004154W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004155T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004156S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157
Patrick McHardybe7f8272007-10-23 20:26:36 -07004158VLAN (802.1Q)
4159P: Patrick McHardy
4160M: kaber@trash.net
4161L: netdev@vger.kernel.org
4162S: Maintained
4163
Juerg Haefligerab413192006-09-24 20:54:04 +02004164VT1211 HARDWARE MONITOR DRIVER
4165P: Juerg Haefliger
4166M: juergh@gmail.com
4167L: lm-sensors@lm-sensors.org
4168S: Maintained
4169
Roger Lucas1de9e372005-11-26 20:20:05 +01004170VT8231 HARDWARE MONITOR DRIVER
4171P: Roger Lucas
4172M: roger@planbit.co.uk
4173L: lm-sensors@lm-sensors.org
4174S: Maintained
4175
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176W1 DALLAS'S 1-WIRE BUS
4177P: Evgeniy Polyakov
4178M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179S: Maintained
4180
Charles Spirakis13927072006-07-05 18:05:15 +02004181W83791D HARDWARE MONITORING DRIVER
4182P: Charles Spirakis
4183M: bezaur@gmail.com
4184L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004185S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004186
Rudolf Marek61db0112006-12-12 18:18:30 +01004187W83793 HARDWARE MONITORING DRIVER
4188P: Rudolf Marek
4189M: r.marek@assembler.cz
4190L: lm-sensors@lm-sensors.org
4191S: Maintained
4192
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193W83L51xD SD/MMC CARD INTERFACE DRIVER
4194P: Pierre Ossman
4195M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004196L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197W: http://projects.drzeus.cx/wbsd
4198S: Maintained
4199
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004200WATCHDOG DEVICE DRIVERS
4201P: Wim Van Sebroeck
4202M: wim@iguana.be
4203T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4204S: Maintained
4205
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4207P: Jean Tourrilhes
4208M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004209L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4211S: Maintained
4212
4213WD7000 SCSI DRIVER
4214P: Miroslav Zagorac
4215M: zaga@fly.cc.fer.hr
4216L: linux-scsi@vger.kernel.org
4217S: Maintained
4218
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004219WISTRON LAPTOP BUTTON DRIVER
4220P: Miloslav Trmac
4221M: mitr@volny.cz
4222S: Maintained
4223
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224WL3501 WIRELESS PCMCIA CARD DRIVER
4225P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004226M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004227L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004228W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229S: Maintained
4230
4231X.25 NETWORK LAYER
4232P: Henner Eisen
4233M: eis@baty.hanse.de
4234L: linux-x25@vger.kernel.org
4235S: Maintained
4236
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004237XEN HYPERVISOR INTERFACE
4238P: Jeremy Fitzhardinge
4239M: jeremy@xensource.com
4240P: Chris Wright
4241M: chrisw@sous-sol.org
4242L: virtualization@lists.osdl.org
4243L: xen-devel@lists.xensource.com
4244S: Supported
4245
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246XFS FILESYSTEM
4247P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004248P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004250L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004252T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253S: Supported
4254
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004255XILINX SYSTEMACE DRIVER
4256P: Grant Likely
4257M: grant.likely@secretlab.ca
4258W: http://www.secretlab.ca/
4259L: linux-kernel@vger.kernel.org
4260S: Maintained
4261
Peter Korsgaard238b8722006-12-06 20:35:17 -08004262XILINX UARTLITE SERIAL DRIVER
4263P: Peter Korsgaard
4264M: jacmet@sunsite.dk
4265L: linux-serial@vger.kernel.org
4266S: Maintained
4267
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004268X86 ARCHITECTURE (32-BIT AND 64-BIT)
4269P: Thomas Gleixner
4270M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271P: Ingo Molnar
4272M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004273P: H. Peter Anvin
4274M: hpa@zytor.com
4275L: linux-kernel@vger.kernel.org
4276T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277S: Maintained
4278
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279YAM DRIVER FOR AX.25
4280P: Jean-Paul Roubelat
4281M: jpr@f6fbb.org
4282L: linux-hams@vger.kernel.org
4283S: Maintained
4284
Henkaf64a5e2005-10-12 15:02:56 +02004285YEALINK PHONE DRIVER
4286P: Henk Vergonet
4287M: Henk.Vergonet@gmail.com
4288L: usbb2k-api-dev@nongnu.org
4289S: Maintained
4290
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291Z8530 DRIVER FOR AX.25
4292P: Joerg Reuter
4293M: jreuter@yaina.de
4294W: http://yaina.de/jreuter/
4295W: http://www.qsl.net/dl1bke/
4296L: linux-hams@vger.kernel.org
4297S: Maintained
4298
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004299ZD1211RW WIRELESS DRIVER
4300P: Daniel Drake
4301M: dsd@gentoo.org
4302P: Ulrich Kunitz
4303M: kune@deine-taler.de
4304W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004305L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004306L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4307S: Maintained
4308
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309ZF MACHZ WATCHDOG
4310P: Fernando Fuganti
4311M: fuganti@netbank.com.br
4312W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4313S: Maintained
4314
4315ZR36067 VIDEO FOR LINUX DRIVER
4316P: Ronald Bultje
4317M: rbultje@ronald.bitfreak.net
4318L: mjpeg-users@lists.sourceforge.net
4319W: http://mjpeg.sourceforge.net/driver-zoran/
4320S: Maintained
4321
4322ZR36120 VIDEO FOR LINUX DRIVER
4323P: Pauline Middelink
4324M: middelin@polyware.nl
4325W: http://www.polyware.nl/~middelin/En/hobbies.html
4326W: http://www.polyware.nl/~middelin/hobbies.html
4327S: Maintained
4328
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004329ZS DECSTATION Z85C30 SERIAL DRIVER
4330P: Maciej W. Rozycki
4331M: macro@linux-mips.org
4332S: Maintained
4333
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334THE REST
4335P: Linus Torvalds
4336S: Buried alive in reporters