blob: 548df4b0f62a94bcb1edd0f97cb26f11ac68ed7f [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
166AIO
167P: Benjamin LaHaise
168M: bcrl@kvack.org
169L: linux-aio@kvack.org
170S: Supported
171
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200172ABIT UGURU HARDWARE MONITOR DRIVER
173P: Hans de Goede
174M: j.w.r.degoede@hhs.nl
175L: lm-sensors@lm-sensors.org
176S: Maintained
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178ACENIC DRIVER
179P: Jes Sorensen
180M: jes@trained-monkey.org
181L: linux-acenic@sunsite.dk
182S: Maintained
183
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700184IPS SCSI RAID DRIVER
185P: Adaptec OEM Raid Solutions
186M: aacraid@adaptec.com
187L: linux-scsi@vger.kernel.org
188W: http://www.adaptec.com/
189S: Maintained
190
191DPT_I2O SCSI RAID DRIVER
192P: Adaptec OEM Raid Solutions
193M: aacraid@adaptec.com
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Maintained
197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198AACRAID SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700200M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700202W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203S: Supported
204
205ACPI
206P: Len Brown
207M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500208M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500209L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400210W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800211T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400215P: Alexey Starikovskiy
216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
218W: http://acpi.sourceforge.net/
219S: Supported
220
221ACPI EC DRIVER
222P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400223M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
225W: http://acpi.sourceforge.net/
226S: Supported
227
228ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400229P: Len Brown
230M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700235ACPI PCI HOTPLUG DRIVER
236P: Kristen Carlson Accardi
237M: kristen.c.accardi@intel.com
238L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400242P: Len Brown
243M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
245W: http://acpi.sourceforge.net/
246S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700247
Len Brown359acec2007-02-10 01:59:24 -0500248ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Rui Zhang
250M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
254
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255ADM1025 HARDWARE MONITOR DRIVER
256P: Jean Delvare
257M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200258L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259S: Maintained
260
Corentin Labbecae2caa2007-02-14 21:15:04 +0100261ADM1029 HARDWARE MONITOR DRIVER
262P: Corentin Labbe
263M: corentin.labbe@geomatys.fr
264L: lm-sensors@lm-sensors.org
265S: Maintained
266
Michael Wucc0b88c2007-08-31 01:15:25 -0400267ADM8211 WIRELESS DRIVER
268P: Michael Wu
269M: flamingice@sourmilk.net
270L: linux-wireless@vger.kernel.org
271W: http://linuxwireless.org/
272T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
273S: Maintained
274
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275ADT746X FAN DRIVER
276P: Colin Leroy
277M: colin@colino.net
278S: Maintained
279
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400280ADVANSYS SCSI DRIVER
281P: Matthew Wilcox
282M: matthew@wil.cx
283L: linux-scsi@vger.kernel.org
284S: Maintained
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286AEDSP16 DRIVER
287P: Riccardo Facchetti
288M: fizban@tin.it
289S: Maintained
290
291AFFS FILE SYSTEM
292P: Roman Zippel
293M: zippel@linux-m68k.org
294S: Maintained
295
296AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400297P: David Airlie
298M: airlied@linux.ie
299T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300S: Maintained
301
302AHA152X SCSI DRIVER
303P: Juergen E. Fischer
304M: Juergen Fischer <fischer@norbit.de>
305L: linux-scsi@vger.kernel.org
306S: Maintained
307
Hannes Reinecke64624d42007-10-19 10:32:29 +0200308AIC7XXX / AIC79XX SCSI DRIVER
309P: Hannes Reinecke
310M: hare@suse.de
311L: linux-scsi@vger.kernel.org
312S: Maintained
313
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314ALCATEL SPEEDTOUCH USB DRIVER
315P: Duncan Sands
316M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700317L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318W: http://www.linux-usb.org/SpeedTouch/
319S: Maintained
320
Pierre Ossman272f1332007-05-14 21:25:26 +0200321ALCHEMY AU1XX0 MMC DRIVER
322S: Orphan
323
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000324ALI1563 I2C DRIVER
325P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100326M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200327L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000328S: Maintained
329
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330ALPHA PORT
331P: Richard Henderson
332M: rth@twiddle.net
333S: Odd Fixes for 2.4; Maintained for 2.6.
334P: Ivan Kokshaysky
335M: ink@jurassic.park.msu.ru
336S: Maintained for 2.4; PCI support for 2.6.
337
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700338AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
339P: Thomas Dahlmann
340M: thomas.dahlmann@amd.com
341L: info-linux@geode.amd.com
342S: Supported
343
Jordan Crousef90b8112006-01-06 00:12:14 -0800344AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100345P: Jordan Crouse
346M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800347L: info-linux@geode.amd.com
348W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
349S: Supported
350
Stelian Pop284f42b2006-12-12 18:18:31 +0100351AMS (Apple Motion Sensor) DRIVER
352P: Stelian Pop
353M: stelian@popies.net
354P: Michael Hanselmann
355M: linux-kernel@hansmi.ch
356S: Supported
357
Tom Tuckerf94b5332006-09-22 15:22:48 -0700358AMSO1100 RNIC DRIVER
359P: Tom Tucker
360M: tom@opengridcomputing.com
361P: Steve Wise
362M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700363L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700364S: Maintained
365
Johannes Berg42269062006-07-25 16:15:50 +0200366AOA (Apple Onboard Audio) ALSA DRIVER
367P: Johannes Berg
368M: johannes@sipsolutions.net
369L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200370L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200371S: Maintained
372
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373APM DRIVER
374P: Stephen Rothwell
375M: sfr@canb.auug.org.au
376L: linux-laptop@vger.kernel.org
377W: http://www.canb.auug.org.au/~sfr/
378S: Supported
379
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700380APPLE SMC DRIVER
381P: Nicolas Boichat
382M: nicolas@boichat.ch
383L: mactel-linux-devel@lists.sourceforge.net
384S: Maintained
385
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386APPLETALK NETWORK LAYER
387P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300388M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389S: Maintained
390
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400391APPLETOUCH TOUCHPAD DRIVER
392P: Johannes Berg
393M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400394L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400395S: Maintained
396
Jaya Kumar1154ea72005-06-21 17:17:04 -0700397ARC FRAMEBUFFER DRIVER
398P: Jaya Kumar
399M: jayalk@intworks.biz
400S: Maintained
401
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402ARM MFM AND FLOPPY DRIVERS
403P: Ian Molton
404M: spyro@f2s.com
405S: Maintained
406
Russell King2761f5c2007-05-24 06:56:08 +0200407ARM PRIMECELL MMCI PL180/1 DRIVER
408P: Russell King
409M: rmk@arm.linux.org.uk
410L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
411S: Maintained
412
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800413ARM/ADI ROADRUNNER MACHINE SUPPORT
414P: Lennert Buytenhek
415M: kernel@wantstofly.org
416L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
417S: Maintained
418
419ARM/ADS SPHERE MACHINE SUPPORT
420P: Lennert Buytenhek
421M: kernel@wantstofly.org
422L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
423S: Maintained
424
425ARM/AJECO 1ARM MACHINE SUPPORT
426P: Lennert Buytenhek
427M: kernel@wantstofly.org
428L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
429S: Maintained
430
Andrew Victord4a89c72006-12-04 13:56:21 +0100431ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
432P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800433M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100434L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
435W: http://maxim.org.za/at91_26.html
436S: Maintained
437
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800438ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
439P: Lennert Buytenhek
440M: kernel@wantstofly.org
441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442S: Maintained
443
444ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
445P: Lennert Buytenhek
446M: kernel@wantstofly.org
447L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
448S: Maintained
449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450ARM/CORGI MACHINE SUPPORT
451P: Richard Purdie
452M: rpurdie@rpsys.net
453S: Maintained
454
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800455ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S: Maintained
460
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100461ARM/HP JORNADA 7XX MACHINE SUPPORT
462P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100463M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100464W: www.jlime.com
465S: Maintained
466
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800467ARM/INTEL IOP32X ARM ARCHITECTURE
468P: Lennert Buytenhek
469M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100470P: Dan Williams
471M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100473S: Supported
474
475ARM/INTEL IOP33X ARM ARCHITECTURE
476P: Dan Williams
477M: dan.j.williams@intel.com
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800480
481ARM/INTEL IOP13XX ARM ARCHITECTURE
482P: Lennert Buytenhek
483M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100484P: Dan Williams
485M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100487S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488
489ARM/INTEL IQ81342EX MACHINE SUPPORT
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100492P: Dan Williams
493M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100495S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496
497ARM/INTEL IXP2000 ARM ARCHITECTURE
498P: Lennert Buytenhek
499M: kernel@wantstofly.org
500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S: Maintained
502
503ARM/INTEL IXDP2850 MACHINE SUPPORT
504P: Lennert Buytenhek
505M: kernel@wantstofly.org
506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507S: Maintained
508
509ARM/INTEL IXP23XX ARM ARCHITECTURE
510P: Lennert Buytenhek
511M: kernel@wantstofly.org
512L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
513S: Maintained
514
515ARM/INTEL XSC3 (MANZANO) ARM CORE
516P: Lennert Buytenhek
517M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100518P: Dan Williams
519M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100521S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522
523ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
529ARM/LOGICPD PXA270 MACHINE SUPPORT
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Dirk Opfer8459c152005-11-06 14:27:52 +0000535ARM/TOSA MACHINE SUPPORT
536P: Dirk Opfer
537M: dirk@opfer-online.de
538S: Maintained
539
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540ARM/PLEB SUPPORT
541P: Peter Chubb
542M: pleb@gelato.unsw.edu.au
543W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
544S: Maintained
545
546ARM/PT DIGITAL BOARD PORT
547P: Stefan Eletzhofer
548M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700549L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550W: http://www.arm.linux.org.uk/
551S: Maintained
552
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553ARM/RADISYS ENP2611 MACHINE SUPPORT
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557S: Maintained
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559ARM/SHARK MACHINE SUPPORT
560P: Alexander Schulz
561M: alex@shark-linux.de
562W: http://www.shark-linux.de/shark.html
563S: Maintained
564
565ARM/STRONGARM110 PORT
566P: Russell King
567M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569W: http://www.arm.linux.org.uk/
570S: Maintained
571
572ARM/S3C2410 ARM ARCHITECTURE
573P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800574M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576W: http://www.fluff.org/ben/linux/
577S: Maintained
578
579ARM/S3C2440 ARM ARCHITECTURE
580P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800581M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.fluff.org/ben/linux/
584S: Maintained
585
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800586ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
587P: Lennert Buytenhek
588M: kernel@wantstofly.org
589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
590S: Maintained
591
592ARM/THECUS N2100 MACHINE SUPPORT
593P: Lennert Buytenhek
594M: kernel@wantstofly.org
595L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596S: Maintained
597
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598ARPD SUPPORT
599P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700600L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601S: Maintained
602
603ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500604P: Corentin Chary
605M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606P: Karol Kozimor
607M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608L: acpi4asus-user@lists.sourceforge.net
609W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500610W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611S: Maintained
612
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400613ASUS ASB100 HARDWARE MONITOR DRIVER
614P: Mark M. Hoffman
615M: mhoffman@lightlink.com
616L: lm-sensors@lm-sensors.org
617S: Maintained
618
Corentin Chary85091b72007-01-26 14:04:30 +0100619ASUS LAPTOP EXTRAS DRIVER
620P: Corentin Chary
621M: corentincj@iksaif.net
622L: acpi4asus-user@lists.sourceforge.net
623W: http://sourceforge.net/projects/acpi4asus
624W: http://xf.iksaif.net/acpi4asus
625S: Maintained
626
Dan Williamsb3e5f262007-08-07 10:26:35 -0700627ASYNCHRONOUS TRANSFERS/TRANSFORMS API
628P: Dan Williams
629M: dan.j.williams@intel.com
630P: Shannon Nelson
631M: shannon.nelson@intel.com
632L: linux-kernel@vger.kernel.org
633W: http://sourceforge.net/projects/xscaleiop
634S: Supported
635
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636ATA OVER ETHERNET DRIVER
637P: Ed L. Cashin
638M: ecashin@coraid.com
639W: http://www.coraid.com/support/linux
640S: Supported
641
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200642ATHEROS ATH5K WIRELESS DRIVER
643P: Jiri Slaby
644M: jirislaby@gmail.com
645P: Nick Kossifidis
646M: mickflemm@gmail.com
647P: Luis R. Rodriguez
648M: mcgrof@gmail.com
649L: linux-wireless@vger.kernel.org
650L: ath5k-devel@lists.ath5k.org
651S: Maintained
652
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600653ATL1 ETHERNET DRIVER
654P: Jay Cliburn
655M: jcliburn@gmail.com
656P: Chris Snook
657M: csnook@redhat.com
658L: atl1-devel@lists.sourceforge.net
659W: http://sourceforge.net/projects/atl1
660W: http://atl1.sourceforge.net
661S: Maintained
662
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663ATM
664P: Chas Williams
665M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700666L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667W: http://linux-atm.sourceforge.net
668S: Maintained
669
Pierre Ossman272f1332007-05-14 21:25:26 +0200670ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200671P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800672M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200673L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
674W: http://www.atmel.com/products/AT91/
675W: http://www.at91.com/
676S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200677
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800678ATMEL LCDFB DRIVER
679P: Nicolas Ferre
680M: nicolas.ferre@atmel.com
681L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
682S: Maintained
683
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100684ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100685P: Haavard Skinnemoen
686M: hskinnemoen@atmel.com
687S: Supported
688
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800689ATMEL SPI DRIVER
690P: Haavard Skinnemoen
691M: hskinnemoen@atmel.com
692S: Supported
693
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700694ATMEL USBA UDC DRIVER
695P: Haavard Skinnemoen
696M: hskinnemoen@atmel.com
697L: kernel@avr32linux.org
698W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
699S: Supported
700
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701ATMEL WIRELESS DRIVER
702P: Simon Kelley
703M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700704L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705W: http://www.thekelleys.org.uk/atmel
706W: http://atmelwlandriver.sourceforge.net/
707S: Maintained
708
Chris Wrighta92b7b82005-07-07 18:12:23 -0700709AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100710P: David Woodhouse
711M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700712L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100713W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800714T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700715S: Maintained
716
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800717AUXILIARY DISPLAY DRIVERS
718P: Miguel Ojeda Sandonis
719M: maxextreme@gmail.com
720L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700721W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800722S: Maintained
723
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700724AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700725P: Haavard Skinnemoen
726M: hskinnemoen@atmel.com
727W: http://www.atmel.com/products/AVR32/
728W: http://avr32linux.org/
729W: http://avrfreaks.net/
730S: Supported
731
732AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700733P: Haavard Skinnemoen
734M: hskinnemoen@atmel.com
735S: Supported
736
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737AX.25 NETWORK LAYER
738P: Ralf Baechle
739M: ralf@linux-mips.org
740L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200741W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742S: Maintained
743
Richard Purdie300abeb2007-02-07 22:21:07 +0000744BACKLIGHT CLASS/SUBSYSTEM
745P: Richard Purdie
746M: rpurdie@rpsys.net
747S: Maintained
748
Bryan Wu1394f032007-05-06 14:50:22 -0700749BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800750P: Bryan Wu
751M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800752L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
753W: http://blackfin.uclinux.org
754S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700755
Bryan Wue190d6b2007-07-17 14:43:44 +0800756BLACKFIN EMAC DRIVER
757P: Bryan Wu
758M: bryan.wu@analog.com
759L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
760W: http://blackfin.uclinux.org
761S: Supported
762
Mike Frysinger566da5b2007-06-11 15:31:30 +0800763BLACKFIN RTC DRIVER
764P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800765M: vapier.adi@gmail.com
766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
769
Bryan Wu1394f032007-05-06 14:50:22 -0700770BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800771P: Sonic Zhang
772M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800773L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
774W: http://blackfin.uclinux.org
775S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700776
Bryan Wu1e6d3202007-07-15 02:50:02 +0800777BLACKFIN WATCHDOG DRIVER
778P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800779M: vapier.adi@gmail.com
780L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
781W: http://blackfin.uclinux.org
782S: Supported
783
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784BAYCOM/HDLCDRV DRIVERS FOR AX.25
785P: Thomas Sailer
786M: t.sailer@alumni.ethz.ch
787L: linux-hams@vger.kernel.org
788W: http://www.baycom.org/~tom/ham/ham.html
789S: Maintained
790
Michael Buesche4d6b792007-09-18 15:39:42 -0400791B43 WIRELESS DRIVER
792P: Michael Buesch
793M: mb@bu3sch.de
794P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100795M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400796L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100797W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400798S: Maintained
799
Larry Finger75388ac2007-09-25 16:46:54 -0700800B43LEGACY WIRELESS DRIVER
801P: Larry Finger
802M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100803P: Stefano Brivio
804M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700805L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100806W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700807S: Maintained
808
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200809BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
810P: Larry Finger
811M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200812P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100813M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700814L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200815W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800816S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818BEFS FILE SYSTEM
819P: Sergey S. Kostyliov
820M: rathamahata@php4.ru
821L: linux-kernel@vger.kernel.org
822S: Maintained
823
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824BFS FILE SYSTEM
825P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800826M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827L: linux-kernel@vger.kernel.org
828S: Maintained
829
Bryan Wud24ecfc2007-05-01 23:26:32 +0200830BLACKFIN I2C TWI DRIVER
831P: Sonic Zhang
832M: sonic.zhang@analog.com
833L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
834W: http://blackfin.uclinux.org/
835S: Supported
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837BLOCK LAYER
838P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200839M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800841T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842S: Maintained
843
844BLUETOOTH SUBSYSTEM
845P: Marcel Holtmann
846M: marcel@holtmann.org
847P: Maxim Krasnyansky
848M: maxk@qualcomm.com
849L: bluez-devel@lists.sf.net
850W: http://bluez.sf.net
851W: http://www.bluez.org
852W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800853T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854S: Maintained
855
856BLUETOOTH RFCOMM LAYER
857P: Marcel Holtmann
858M: marcel@holtmann.org
859P: Maxim Krasnyansky
860M: maxk@qualcomm.com
861S: Maintained
862
863BLUETOOTH BNEP LAYER
864P: Marcel Holtmann
865M: marcel@holtmann.org
866P: Maxim Krasnyansky
867M: maxk@qualcomm.com
868S: Maintained
869
870BLUETOOTH CMTP LAYER
871P: Marcel Holtmann
872M: marcel@holtmann.org
873S: Maintained
874
875BLUETOOTH HIDP LAYER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878S: Maintained
879
880BLUETOOTH HCI UART DRIVER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883P: Maxim Krasnyansky
884M: maxk@qualcomm.com
885S: Maintained
886
887BLUETOOTH HCI USB DRIVER
888P: Marcel Holtmann
889M: marcel@holtmann.org
890P: Maxim Krasnyansky
891M: maxk@qualcomm.com
892S: Maintained
893
894BLUETOOTH HCI BCM203X DRIVER
895P: Marcel Holtmann
896M: marcel@holtmann.org
897S: Maintained
898
899BLUETOOTH HCI BPA10X DRIVER
900P: Marcel Holtmann
901M: marcel@holtmann.org
902S: Maintained
903
904BLUETOOTH HCI BFUSB DRIVER
905P: Marcel Holtmann
906M: marcel@holtmann.org
907S: Maintained
908
909BLUETOOTH HCI DTL1 DRIVER
910P: Marcel Holtmann
911M: marcel@holtmann.org
912S: Maintained
913
914BLUETOOTH HCI BLUECARD DRIVER
915P: Marcel Holtmann
916M: marcel@holtmann.org
917S: Maintained
918
919BLUETOOTH HCI BT3C DRIVER
920P: Marcel Holtmann
921M: marcel@holtmann.org
922S: Maintained
923
924BLUETOOTH HCI BTUART DRIVER
925P: Marcel Holtmann
926M: marcel@holtmann.org
927S: Maintained
928
929BLUETOOTH HCI VHCI DRIVER
930P: Maxim Krasnyansky
931M: maxk@qualcomm.com
932S: Maintained
933
934BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100935P: Jay Vosburgh
936M: fubar@us.ibm.com
937L: bonding-devel@lists.sourceforge.net
938W: http://sourceforge.net/projects/bonding/
939S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000941BROADBAND PROCESSOR ARCHITECTURE
942P: Arnd Bergmann
943M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100944L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400945W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000946S: Supported
947
Gary Zambrano39105892006-06-22 17:26:20 -0700948BROADCOM B44 10/100 ETHERNET DRIVER
949P: Gary Zambrano
950M: zambrano@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
Michael Chan948c51e2006-06-04 02:51:39 -0700954BROADCOM BNX2 GIGABIT ETHERNET DRIVER
955P: Michael Chan
956M: mchan@broadcom.com
957L: netdev@vger.kernel.org
958S: Supported
959
960BROADCOM TG3 GIGABIT ETHERNET DRIVER
961P: Michael Chan
962M: mchan@broadcom.com
963L: netdev@vger.kernel.org
964S: Supported
965
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200966BSG (block layer generic sg v4 driver)
967P: FUJITA Tomonori
968M: fujita.tomonori@lab.ntt.co.jp
969L: linux-scsi@vger.kernel.org
970S: Supported
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200974M: mchehab@infradead.org
975M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700977W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200978T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700979S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
Jonathan Corbet77d51402007-03-22 19:44:17 -0300981CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
982P: Jonathan Corbet
983M: corbet@lwn.net
984L: video4linux-list@redhat.com
985S: Maintained
986
Oliver Hartkoppbeca2222007-11-16 16:07:41 -0800987CAN NETWORK LAYER
988P: Urs Thuermann
989M: urs.thuermann@volkswagen.de
990P: Oliver Hartkopp
991M: oliver.hartkopp@volkswagen.de
992L: socketcan-core@lists.berlios.de
993W: http://developer.berlios.de/projects/socketcan/
994S: Maintained
995
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200996CALGARY x86-64 IOMMU
997P: Muli Ben-Yehuda
998M: muli@il.ibm.com
999P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001000M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001001L: linux-kernel@vger.kernel.org
1002L: discuss@x86-64.org
1003S: Maintained
1004
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001005CFAG12864B LCD DRIVER
1006P: Miguel Ojeda Sandonis
1007M: maxextreme@gmail.com
1008L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001009W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001010S: Maintained
1011
1012CFAG12864BFB LCD FRAMEBUFFER DRIVER
1013P: Miguel Ojeda Sandonis
1014M: maxextreme@gmail.com
1015L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001016W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001017S: Maintained
1018
Johannes Berg704232c2007-04-23 12:20:05 -07001019CFG80211 and NL80211
1020P: Johannes Berg
1021M: johannes@sipsolutions.net
1022L: linux-wireless@vger.kernel.org
1023S: Maintained
1024
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001025CHECKPATCH
1026P: Andy Whitcroft
1027M: apw@shadowen.org
1028P: Randy Dunlap
1029M: rdunlap@xenotime.net
1030P: Joel Schopp
1031M: jschopp@austin.ibm.com
1032S: Supported
1033
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034COMMON INTERNET FILE SYSTEM (CIFS)
1035P: Steve French
1036M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001037L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001039W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001040T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001041S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042
Joel Becker7063fbf2005-12-15 14:29:43 -08001043CONFIGFS
1044P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001045M: joel.becker@oracle.com
1046L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001047S: Supported
1048
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001049CIRRUS LOGIC EP93XX ETHERNET DRIVER
1050P: Lennert Buytenhek
1051M: kernel@wantstofly.org
1052L: netdev@vger.kernel.org
1053S: Maintained
1054
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001055CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1056P: Lennert Buytenhek
1057M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001058L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001059S: Maintained
1060
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1062P: Cirrus Logic Corporation (kernel 2.2 driver)
1063M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1064P: Nils Faerber (port to kernel 2.4)
1065M: Nils Faerber <nils@kernelconcepts.de>
1066S: Maintained
1067
1068CODA FILE SYSTEM
1069P: Jan Harkes
1070M: jaharkes@cs.cmu.edu
1071M: coda@cs.cmu.edu
1072L: codalist@coda.cs.cmu.edu
1073W: http://www.coda.cs.cmu.edu/
1074S: Maintained
1075
1076COMPACTPCI HOTPLUG CORE
1077P: Scott Murray
1078M: scottm@somanetworks.com
1079M: scott@spiteful.org
1080L: pcihpd-discuss@lists.sourceforge.net
1081S: Supported
1082
1083COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1084P: Scott Murray
1085M: scottm@somanetworks.com
1086M: scott@spiteful.org
1087L: pcihpd-discuss@lists.sourceforge.net
1088S: Supported
1089
1090COMPACTPCI HOTPLUG GENERIC DRIVER
1091P: Scott Murray
1092M: scottm@somanetworks.com
1093M: scott@spiteful.org
1094L: pcihpd-discuss@lists.sourceforge.net
1095S: Supported
1096
1097COMPUTONE INTELLIPORT MULTIPORT CARD
1098P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001099M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001101S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102
Simon Arlott949be0f2007-03-06 02:47:46 -08001103CONEXANT ACCESSRUNNER USB DRIVER
1104P: Simon Arlott
1105M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001106L: accessrunner-general@lists.sourceforge.net
1107W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001108S: Maintained
1109
Rudolf Marekbebe4672007-05-08 17:22:02 +02001110CORETEMP HARDWARE MONITORING DRIVER
1111P: Rudolf Marek
1112M: r.marek@assembler.cz
1113L: lm-sensors@lm-sensors.org
1114S: Maintained
1115
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116COSA/SRP SYNC SERIAL DRIVER
1117P: Jan "Yenya" Kasprzak
1118M: kas@fi.muni.cz
1119W: http://www.fi.muni.cz/~kas/cosa/
1120S: Maintained
1121
1122CPU FREQUENCY DRIVERS
1123P: Dave Jones
1124M: davej@codemonkey.org.uk
1125L: cpufreq@lists.linux.org.uk
1126W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001127T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128S: Maintained
1129
1130CPUID/MSR DRIVER
1131P: H. Peter Anvin
1132M: hpa@zytor.com
1133S: Maintained
1134
Paul Jacksoned90fb42005-09-27 21:45:37 -07001135CPUSETS
1136P: Paul Jackson
1137P: Simon Derr
1138M: pj@sgi.com
1139M: simon.derr@bull.net
1140L: linux-kernel@vger.kernel.org
1141W: http://www.bullopensource.org/cpuset/
1142S: Supported
1143
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001145W: http://sourceforge.net/projects/cramfs/
1146S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147
1148CRIS PORT
1149P: Mikael Starvik
1150M: starvik@axis.com
1151L: dev-etrax@axis.com
1152W: http://developer.axis.com
1153S: Maintained
1154
1155CRYPTO API
1156P: Herbert Xu
1157M: herbert@gondor.apana.org.au
1158P: David S. Miller
1159M: davem@davemloft.net
1160L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001161T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162S: Maintained
1163
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001164CS5535 Audio ALSA driver
1165P: Jaya Kumar
1166M: jayakumar.alsa@gmail.com
1167S: Maintained
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169CYBERPRO FB DRIVER
1170P: Russell King
1171M: rmk@arm.linux.org.uk
1172W: http://www.arm.linux.org.uk/
1173S: Maintained
1174
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001175CYBLAFB FRAMEBUFFER DRIVER
1176P: Knut Petersen
1177M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001178L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001179S: Maintained
1180
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181CYCLADES 2X SYNC CARD DRIVER
1182P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001183M: acme@ghostprotocols.net
1184W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185S: Maintained
1186
1187CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001189S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190
1191CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001193S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195DAMA SLAVE for AX.25
1196P: Joerg Reuter
1197M: jreuter@yaina.de
1198W: http://yaina.de/jreuter/
1199W: http://www.qsl.net/dl1bke/
1200L: linux-hams@vger.kernel.org
1201S: Maintained
1202
1203DC395x SCSI driver
1204P: Oliver Neukum
1205M: oliver@neukum.name
1206P: Ali Akcaagac
1207M: aliakc@web.de
1208P: Jamie Lenehan
1209M: lenehan@twibble.org
1210W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001211L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212L: http://lists.twibble.org/mailman/listinfo/dc395x/
1213S: Maintained
1214
1215DC390/AM53C974 SCSI driver
1216P: Kurt Garloff
1217M: garloff@suse.de
1218W: http://www.garloff.de/kurt/linux/dc390/
1219P: Guennadi Liakhovetski
1220M: g.liakhovetski@gmx.de
1221S: Maintained
1222
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001223DCCP PROTOCOL
1224P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001225M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001226L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001227W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001228S: Maintained
1229
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230DECnet NETWORK LAYER
1231P: Patrick Caulfield
1232M: patrick@tykepenguin.com
1233W: http://linux-decnet.sourceforge.net
1234L: linux-decnet-user@lists.sourceforge.net
1235S: Maintained
1236
1237DEFXX FDDI NETWORK DRIVER
1238P: Maciej W. Rozycki
1239M: macro@linux-mips.org
1240S: Maintained
1241
1242DELL LAPTOP SMM DRIVER
1243P: Massimo Dal Zotto
1244M: dz@debian.org
1245W: http://www.debian.org/~dz/i8k/
1246S: Maintained
1247
Doug Warzecha90563ec2005-09-06 15:17:15 -07001248DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1249P: Doug Warzecha
1250M: Douglas_Warzecha@dell.com
1251S: Maintained
1252
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001253DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254P: Alasdair Kergon
1255L: dm-devel@redhat.com
1256W: http://sources.redhat.com/dm
1257S: Maintained
1258
1259DEVICE NUMBER REGISTRY
1260P: Torben Mathiasen
1261M: device@lanana.org
1262W: http://lanana.org/docs/device-list/index.html
1263L: linux-kernel@vger.kernel.org
1264S: Maintained
1265
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266DIGI INTL. EPCA DRIVER
1267P: Digi International, Inc
1268M: Eng.Linux@digi.com
1269L: Eng.Linux@digi.com
1270W: http://www.digi.com
1271S: Orphaned
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273DIRECTORY NOTIFICATION
1274P: Stephen Rothwell
1275M: sfr@canb.auug.org.au
1276L: linux-kernel@vger.kernel.org
1277S: Supported
1278
1279DISK GEOMETRY AND PARTITION HANDLING
1280P: Andries Brouwer
1281M: aeb@cwi.nl
1282W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1283W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1284W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1285S: Maintained
1286
1287DISKQUOTA:
1288P: Jan Kara
1289M: jack@suse.cz
1290L: linux-kernel@vger.kernel.org
1291S: Maintained
1292
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001293DISTRIBUTED LOCK MANAGER
1294P: Patrick Caulfield
1295M: pcaulfie@redhat.com
1296P: David Teigland
1297M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001298L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001299W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001300T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1301T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001302S: Supported
1303
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1305P: Tobias Ringstrom
1306M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001307L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308S: Maintained
1309
Dan Williamsb3e5f262007-08-07 10:26:35 -07001310DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001311P: Shannon Nelson
1312M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001313P: Dan Williams
1314M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001315L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001316S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001317
Juerg Haefligerb8250372007-06-09 10:11:16 -04001318DME1737 HARDWARE MONITOR DRIVER
1319P: Juerg Haefliger
1320M: juergh@gmail.com
1321L: lm-sensors@lm-sensors.org
1322S: Maintained
1323
Martin Waitzba483d52005-06-17 13:20:59 -07001324DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001325P: Randy Dunlap
1326M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001327S: Maintained
1328
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001329DOCKING STATION DRIVER
1330P: Kristen Carlson Accardi
1331M: kristen.c.accardi@intel.com
1332L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001333S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001334
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335DOUBLETALK DRIVER
1336P: James R. Van Zandt
1337M: jrv@vanzandt.mv.com
1338L: blinux-list@redhat.com
1339S: Maintained
1340
1341DRIVER CORE, KOBJECTS, AND SYSFS
1342P: Greg Kroah-Hartman
1343M: gregkh@suse.de
1344L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001345T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346S: Supported
1347
1348DRM DRIVERS
1349P: David Airlie
1350M: airlied@linux.ie
1351L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001352T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353S: Maintained
1354
1355DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001356P: Francois Romieu
1357M: romieu@fr.zoreil.com
1358L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359S: Maintained
1360
1361DVB SUBSYSTEM AND DRIVERS
1362P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001363M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001365W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001366T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001367S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368
1369EATA-DMA SCSI DRIVER
1370P: Michael Neuffer
1371L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1372S: Maintained
1373
1374EATA ISA/EISA/PCI SCSI DRIVER
1375P: Dario Ballabio
1376M: ballabio_dario@emc.com
1377L: linux-scsi@vger.kernel.org
1378S: Maintained
1379
1380EATA-PIO SCSI DRIVER
1381P: Michael Neuffer
1382M: mike@i-Connect.Net
1383L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1384S: Maintained
1385
1386EBTABLES
1387P: Bart De Schuymer
1388M: bart.de.schuymer@pandora.be
1389L: ebtables-user@lists.sourceforge.net
1390L: ebtables-devel@lists.sourceforge.net
1391W: http://ebtables.sourceforge.net/
1392S: Maintained
1393
Michael Halcrow237fead2006-10-04 02:16:22 -07001394ECRYPT FILE SYSTEM
1395P: Mike Halcrow, Phillip Hellewell
1396M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1397L: ecryptfs-devel@lists.sourceforge.net
1398W: http://ecryptfs.sourceforge.net/
1399S: Supported
1400
Alan Coxda9bb1d2006-01-18 17:44:13 -08001401EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001402P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001403M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001404L: bluesmoke-devel@lists.sourceforge.net
1405W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001406S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001407
1408EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001411M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001412M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001413L: bluesmoke-devel@lists.sourceforge.net
1414W: bluesmoke.sourceforge.net
1415S: Maintained
1416
1417EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001418P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001419M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001420L: bluesmoke-devel@lists.sourceforge.net
1421W: bluesmoke.sourceforge.net
1422S: Maintained
1423
Douglas Thompson6bc78402007-07-19 01:50:12 -07001424EDAC-I82443BXGX
1425P: Tim Small
1426M: tim@buttersideup.com
1427L: bluesmoke-devel@lists.sourceforge.net
1428W: bluesmoke.sourceforge.net
1429S: Maintained
1430
1431EDAC-I3000
1432P: Jason Uhlenkott
1433M: juhlenko@akamai.com
1434L: bluesmoke-devel@lists.sourceforge.net
1435W: bluesmoke.sourceforge.net
1436S: Maintained
1437
1438EDAC-I5000
1439P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001440M: dougthompson@xmission.com
1441L: bluesmoke-devel@lists.sourceforge.net
1442W: bluesmoke.sourceforge.net
1443S: Maintained
1444
1445EDAC-I82975X
1446P: Ranganathan Desikan
1447P: Arvind R.
1448M: rdesikan@jetzbroadband.com
1449M: arvind@acarlab.com
1450L: bluesmoke-devel@lists.sourceforge.net
1451W: bluesmoke.sourceforge.net
1452S: Maintained
1453
1454EDAC-PASEMI
1455P: Egor Martovetsky
1456M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001457L: bluesmoke-devel@lists.sourceforge.net
1458W: bluesmoke.sourceforge.net
1459S: Maintained
1460
Dave Peterson0e438e32006-03-26 01:38:55 -08001461EDAC-R82600
1462P: Tim Small
1463M: tim@buttersideup.com
1464L: bluesmoke-devel@lists.sourceforge.net
1465W: bluesmoke.sourceforge.net
1466S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001467
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468EEPRO100 NETWORK DRIVER
1469P: Andrey V. Savochkin
1470M: saw@saw.sw.com.sg
1471S: Maintained
1472
Josh Triplett0bee8d22006-07-30 03:03:58 -07001473EFS FILESYSTEM
1474W: http://aeschi.ch.eu.org/efs/
1475S: Orphan
1476
Heiko J Schickfab97222006-09-22 15:22:22 -07001477EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1478P: Hoang-Nam Nguyen
1479M: hnguyen@de.ibm.com
1480P: Christoph Raisch
1481M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001482L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001483S: Supported
1484
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001485EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001486P: James Smart
1487M: james.smart@emulex.com
1488L: linux-scsi@vger.kernel.org
1489W: http://sourceforge.net/projects/lpfcxxxx
1490S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001491
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492EPSON 1355 FRAMEBUFFER DRIVER
1493P: Christopher Hoover
1494M: ch@murgatroid.com, ch@hpl.hp.com
1495S: Maintained
1496
1497ETHEREXPRESS-16 NETWORK DRIVER
1498P: Philip Blundell
1499M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001500L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501S: Maintained
1502
1503ETHERNET BRIDGE
1504P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001505M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001506L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507W: http://bridge.sourceforge.net/
1508S: Maintained
1509
1510ETHERTEAM 16I DRIVER
1511P: Mika Kuoppala
1512M: miku@iki.fi
1513S: Maintained
1514
1515EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001516L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517S: Maintained
1518
1519EXT3 FILE SYSTEM
1520P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001521M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001522L: linux-ext4@vger.kernel.org
1523S: Maintained
1524
1525EXT4 FILE SYSTEM
1526P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001527M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001528L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529S: Maintained
1530
Jean Delvaree53004e2006-01-09 23:26:14 +01001531F71805F HARDWARE MONITORING DRIVER
1532P: Jean Delvare
1533M: khali@linux-fr.org
1534L: lm-sensors@lm-sensors.org
1535S: Maintained
1536
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537FARSYNC SYNCHRONOUS DRIVER
1538P: Kevin Curtis
1539M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540W: http://www.farsite.co.uk/
1541S: Supported
1542
Akinobu Mitac5408b82007-04-23 14:41:20 -07001543FAULT INJECTION SUPPORT
1544P: Akinobu Mita
1545M: akinobu.mita@gmail.com
1546S: Supported
1547
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548FRAMEBUFFER LAYER
1549P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001550M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001551L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552W: http://linux-fbdev.sourceforge.net/
1553S: Maintained
1554
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001555FREESCALE SOC FS_ENET DRIVER
1556P: Pantelis Antoniou
1557M: pantelis.antoniou@gmail.com
1558P: Vitaly Bordug
1559M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001560L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001561L: netdev@vger.kernel.org
1562S: Maintained
1563
Li Yanga7205b32007-04-23 10:38:18 -07001564FREESCALE HIGHSPEED USB DEVICE DRIVER
1565P: Li Yang
1566M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001567L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001568L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001569S: Maintained
1570
Li Yangbeaf53b2007-05-25 13:54:02 +08001571FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1572P: Li Yang
1573M: leoli@freescale.com
1574L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001575L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001576S: Maintained
1577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578FILE LOCKING (flock() and fcntl()/lockf())
1579P: Matthew Wilcox
1580M: matthew@wil.cx
1581L: linux-fsdevel@vger.kernel.org
1582S: Maintained
1583
1584FILESYSTEMS (VFS and infrastructure)
1585P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001586M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587S: Maintained
1588
Stefan Richterf148e202008-01-12 12:32:44 +01001589FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001590P: Kristian Hoegsberg, Stefan Richter
1591M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1592L: linux1394-devel@lists.sourceforge.net
1593W: http://www.linux1394.org/
1594T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1595S: Maintained
1596
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597FIRMWARE LOADER (request_firmware)
1598L: linux-kernel@vger.kernel.org
1599S: Orphan
1600
1601FPU EMULATOR
1602P: Bill Metzenthen
1603M: billm@suburbia.net
1604W: http://suburbia.net/~billm/floating-point/emulator/
1605S: Maintained
1606
1607FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1608P: Mike McLagan
1609M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001610L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611S: Maintained
1612
1613FREEVXFS FILESYSTEM
1614P: Christoph Hellwig
1615M: hch@infradead.org
1616W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1617S: Maintained
1618
David Howells5ab7ffe2007-04-10 15:10:45 +01001619FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620P: David Howells
1621M: dhowells@redhat.com
1622S: Maintained
1623
Miklos Szeredi04578f12005-09-09 13:10:22 -07001624FUSE: FILESYSTEM IN USERSPACE
1625P: Miklos Szeredi
1626M: miklos@szeredi.hu
1627L: fuse-devel@lists.sourceforge.net
1628W: http://fuse.sourceforge.net/
1629S: Maintained
1630
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1632P: Rik Faith
1633M: faith@cs.unc.edu
1634L: linux-scsi@vger.kernel.org
1635S: Odd fixes (e.g., new signatures)
1636
1637GDT SCSI DISK ARRAY CONTROLLER DRIVER
1638P: Achim Leubner
1639M: achim_leubner@adaptec.com
1640L: linux-scsi@vger.kernel.org
1641W: http://www.icp-vortex.com/
1642S: Supported
1643
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001644GENERIC GPIO I2C DRIVER
1645P: Haavard Skinnemoen
1646M: hskinnemoen@atmel.com
1647S: Supported
1648
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1650P: Krzysztof Halasa
1651M: khc@pm.waw.pl
1652W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1653S: Maintained
1654
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001655GFS2 FILE SYSTEM
1656P: Steven Whitehouse
1657M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001658L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001659W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001660T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1661T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001662S: Supported
1663
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001664GIGASET ISDN DRIVERS
1665P: Hansjoerg Lipp
1666M: hjlipp@web.de
1667P: Tilman Schmidt
1668M: tilman@imap.cc
1669L: gigaset307x-common@lists.sourceforge.net
1670W: http://gigaset307x.sourceforge.net/
1671S: Maintained
1672
Jean Delvare5b543962005-08-15 19:51:02 +02001673HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001674P: Mark M. Hoffman
1675M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001676L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001677W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001678T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1679T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001680S: Maintained
1681
Michael Buesch844dd052006-06-26 00:24:59 -07001682HARDWARE RANDOM NUMBER GENERATOR CORE
1683P: Michael Buesch
1684M: mb@bu3sch.de
1685S: Maintained
1686
Robert Love860e1d62005-08-31 23:57:59 -04001687HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1688P: Robert Love
1689M: rlove@rlove.org
1690M: linux-kernel@vger.kernel.org
1691W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1692S: Maintained
1693
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694HARMONY SOUND DRIVER
1695P: Kyle McMartin
1696M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001697L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698S: Maintained
1699
1700HAYES ESP SERIAL DRIVER
1701P: Andrew J. Robinson
1702M: arobinso@nyx.net
1703L: linux-kernel@vger.kernel.org
1704W: http://www.nyx.net/~arobinso
1705S: Maintained
1706
1707HFS FILESYSTEM
1708P: Roman Zippel
1709M: zippel@linux-m68k.org
1710L: linux-kernel@vger.kernel.org
1711S: Maintained
1712
1713HGA FRAMEBUFFER DRIVER
1714P: Ferenc Bakonyi
1715M: fero@drama.obuda.kando.hu
1716L: linux-nvidia@lists.surfsouth.com
1717W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1718S: Maintained
1719
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001720HID CORE LAYER
1721P: Jiri Kosina
1722M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001723L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001724T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001725S: Maintained
1726
Ingo Molnar38bed542007-02-22 09:09:34 +01001727HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1728P: Thomas Gleixner
1729M: tglx@linutronix.de
1730L: linux-kernel@vger.kernel.org
1731S: Maintained
1732
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733HIGH-SPEED SCC DRIVER FOR AX.25
1734P: Klaus Kudielka
1735M: klaus.kudielka@ieee.org
1736L: linux-hams@vger.kernel.org
1737W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1738S: Maintained
1739
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001740HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1741P: HighPoint Linux Team
1742M: linux@highpoint-tech.com
1743W: http://www.highpoint-tech.com
1744S: Supported
1745
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746HIPPI
1747P: Jes Sorensen
1748M: jes@trained-monkey.org
1749L: linux-hippi@sunsite.dk
1750S: Maintained
1751
1752HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1753P: Chirag Kantharia
1754M: chirag.kantharia@hp.com
1755L: iss_storagedev@hp.com
1756S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001757
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758HEWLETT-PACKARD SMART2 RAID DRIVER
1759P: Chirag Kantharia
1760M: chirag.kantharia@hp.com
1761L: iss_storagedev@hp.com
1762S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001763
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1765P: Mike Miller
1766M: mike.miller@hp.com
1767L: iss_storagedev@hp.com
1768S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001769
Jouni Malinenff1d2762005-05-12 22:54:16 -04001770HOST AP DRIVER
1771P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001772M: j@w1.fi
1773L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001774L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001775W: http://hostap.epitest.fi/
1776S: Maintained
1777
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1779P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001780M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781S: Maintained
1782
Bob Piccob9b03322005-11-07 00:59:19 -08001783HPET: High Precision Event Timers driver (hpet.c)
1784P: Clemens Ladisch
1785M: clemens@ladisch.de
1786S: Maintained
1787
1788HPET: i386
1789P: Venkatesh Pallipadi (Venki)
1790M: venkatesh.pallipadi@intel.com
1791S: Maintained
1792
1793HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001794P: Vojtech Pavlik
1795M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001796S: Maintained
1797
1798HPET: ACPI hpet.c
1799P: Bob Picco
1800M: bob.picco@hp.com
1801S: Maintained
1802
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803HPFS FILESYSTEM
1804P: Mikulas Patocka
1805M: mikulas@artax.karlin.mff.cuni.cz
1806W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1807S: Maintained
1808
1809HUGETLB FILESYSTEM
1810P: William Irwin
1811M: wli@holomorphy.com
1812S: Maintained
1813
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001814I2C/SMBUS STUB DRIVER
1815P: Mark M. Hoffman
1816M: mhoffman@lightlink.com
1817L: lm-sensors@lm-sensors.org
1818S: Maintained
1819
Jean Delvare5b543962005-08-15 19:51:02 +02001820I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821P: Jean Delvare
1822M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001823L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001824T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825S: Maintained
1826
Till Harbaume8c76ee2007-05-01 23:26:35 +02001827I2C-TINY-USB DRIVER
1828P: Till Harbaum
1829M: till@harbaum.org
1830L: i2c@lm-sensors.org
1831T: http://www.harbaum.org/till/i2c_tiny_usb
1832S: Maintained
1833
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001835P: H. Peter Anvin
1836M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837L: Linux-Kernel@vger.kernel.org
1838S: Maintained
1839
1840i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841P: H. Peter Anvin
1842M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001843T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844S: Maintained
1845
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846IA64 (Itanium) PLATFORM
1847P: Tony Luck
1848M: tony.luck@intel.com
1849L: linux-ia64@vger.kernel.org
1850W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001851T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852S: Maintained
1853
1854SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001855P: Jes Sorensen
1856M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857L: linux-altix@sgi.com
1858L: linux-ia64@vger.kernel.org
1859W: http://www.sgi.com/altix
1860S: Maintained
1861
1862IBM MCA SCSI SUBSYSTEM DRIVER
1863P: Michael Lang
1864M: langa2@kph.uni-mainz.de
1865W: http://www.uni-mainz.de/~langm000/linux.html
1866S: Maintained
1867
1868IBM Power Linux RAID adapter
1869P: Brian King
1870M: brking@us.ibm.com
1871S: Supported
1872
1873IBM ServeRAID RAID DRIVER
1874P: Jack Hammer
1875P: Dave Jeffery
1876M: ipslinux@adaptec.com
1877W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001878S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001880IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001882M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001884T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885S: Maintained
1886
1887IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001888P: Borislav Petkov
1889M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001890L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001891S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892
1893IDE/ATAPI FLOPPY DRIVERS
1894P: Paul Bristow
1895M: Paul Bristow <paul@paulbristow.net>
1896W: http://paulbristow.net/linux/idefloppy.html
1897L: linux-kernel@vger.kernel.org
1898S: Maintained
1899
1900IDE/ATAPI TAPE DRIVERS
1901P: Gadi Oxman
1902M: Gadi Oxman <gadio@netvision.net.il>
1903L: linux-kernel@vger.kernel.org
1904S: Maintained
1905
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001906IDE-SCSI DRIVER
1907L: linux-ide@vger.kernel.org
1908L: linux-scsi@vger.kernel.org
1909S: Orphan
1910
Stefan Richterf148e202008-01-12 12:32:44 +01001911IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001913M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001914P: Stefan Richter
1915M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916L: linux1394-devel@lists.sourceforge.net
1917W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001918T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919S: Maintained
1920
Stefan Richterf51a5a92007-04-23 14:41:10 -07001921IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922P: Dan Dennedy
1923M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001924P: Stefan Richter
1925M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001927S: Maintained
1928
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001930L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001931S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932
1933INFINIBAND SUBSYSTEM
1934P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001935M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001937M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001939M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001940L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001942T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943S: Supported
1944
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001945INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001946P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001947M: dmitry.torokhov@gmail.com
1948M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001949L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001950T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951S: Maintained
1952
Robert Lovec9f04f52005-07-15 12:21:07 -04001953INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001954P: John McCutchan
1955M: ttb@tentacle.dhs.org
1956P: Robert Love
1957M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001958L: linux-kernel@vger.kernel.org
1959S: Maintained
1960
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001961INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001962P: Sylvain Meyer
1963M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001964L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001965S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001966
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001968P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001969M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001970L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001971S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973INTEL IA32 MICROCODE UPDATE SUPPORT
1974P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001975M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976S: Maintained
1977
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001978INTEL I/OAT DMA DRIVER
1979P: Shannon Nelson
1980M: shannon.nelson@intel.com
1981L: linux-kernel@vger.kernel.org
1982S: Supported
1983
Dan Williamsb3e5f262007-08-07 10:26:35 -07001984INTEL IOP-ADMA DMA DRIVER
1985P: Dan Williams
1986M: dan.j.williams@intel.com
1987L: linux-kernel@vger.kernel.org
1988S: Supported
1989
Michael Buesch844dd052006-06-26 00:24:59 -07001990INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1991P: Deepak Saxena
1992M: dsaxena@plexity.net
1993S: Maintained
1994
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001995INTEL IXP2000 ETHERNET DRIVER
1996P: Lennert Buytenhek
1997M: kernel@wantstofly.org
1998L: netdev@vger.kernel.org
1999S: Maintained
2000
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002002P: Auke Kok
2003M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004P: Jesse Brandeburg
2005M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002006P: Jeff Kirsher
2007M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002008P: John Ronciak
2009M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002010L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011W: http://sourceforge.net/projects/e1000/
2012S: Supported
2013
2014INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002015P: Auke Kok
2016M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002017P: Jesse Brandeburg
2018M: jesse.brandeburg@intel.com
2019P: Jeff Kirsher
2020M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002021P: John Ronciak
2022M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002023L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024W: http://sourceforge.net/projects/e1000/
2025S: Supported
2026
2027INTEL PRO/10GbE SUPPORT
2028P: Ayyappan Veeraiyan
2029M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002030P: Auke Kok
2031M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002032P: Jesse Brandeburg
2033M: jesse.brandeburg@intel.com
2034P: John Ronciak
2035M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002036L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037W: http://sourceforge.net/projects/e1000/
2038S: Supported
2039
James Ketrenos826d2ab2005-11-07 18:56:59 -06002040INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002041P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002042M: yi.zhu@intel.com
2043P: James Ketrenos
2044M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002045P: Reinette Chatre
2046M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002047L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002048L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002049W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002050W: http://ipw2100.sourceforge.net
2051S: Supported
2052
2053INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002054P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002055M: yi.zhu@intel.com
2056P: James Ketrenos
2057M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002058P: Reinette Chatre
2059M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002060L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002061L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002062W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002063W: http://ipw2200.sourceforge.net
2064S: Supported
2065
Zhu Yib481de92007-09-25 17:54:57 -07002066INTEL WIRELESS WIFI LINK (iwlwifi)
2067P: Zhu Yi
2068M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002069P: Reinette Chatre
2070M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002071L: linux-wireless@vger.kernel.org
2072L: ipw3945-devel@lists.sourceforge.net
2073W: http://intellinuxwireless.org
2074T: git git://intellinuxwireless.org/repos/iwlwifi
2075S: Supported
2076
Ralf Baechlecb109a02007-08-30 23:56:30 -07002077IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078P: Ralf Baechle
2079M: ralf@linux-mips.org
2080L: linux-mips@linux-mips.org
2081S: Maintained
2082
Ralf Baechlecb109a02007-08-30 23:56:30 -07002083IOC3 SERIAL DRIVER
2084P: Pat Gefre
2085M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002086L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002087S: Maintained
2088
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089IP MASQUERADING:
2090P: Juanjo Ciarlante
2091M: jjciarla@raiz.uncu.edu.ar
2092S: Maintained
2093
Francois Romieu1202d6f2007-09-17 17:13:55 -07002094IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2095P: Francois Romieu
2096M: romieu@fr.zoreil.com
2097P: Sorbica Shieh
2098M: sorbica@icplus.com.tw
2099P: Jesse Huang
2100M: jesse@icplus.com.tw
2101L: netdev@vger.kernel.org
2102S: Maintained
2103
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002104IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002105P: Arthur Jones
2106M: infinipath@qlogic.com
2107L: general@lists.openfabrics.org
2108T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002109S: Supported
2110
Corey Minyard4409ebe2006-04-20 02:43:12 -07002111IPMI SUBSYSTEM
2112P: Corey Minyard
2113M: minyard@acm.org
2114L: openipmi-developer@lists.sourceforge.net
2115W: http://openipmi.sourceforge.net/
2116S: Supported
2117
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118IPX NETWORK LAYER
2119P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002120M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002121L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
2124IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002125P: Samuel Ortiz
2126M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002127L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002129S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130
Mike Christie14816b12007-11-28 16:22:06 -08002131ISCSI
2132P: Mike Christie
2133M: michaelc@cs.wisc.edu
2134L: open-iscsi@googlegroups.com
2135W: www.open-iscsi.org
2136T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2137S: Maintained
2138
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139ISAPNP
2140P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002141M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142S: Maintained
2143
2144ISDN SUBSYSTEM
2145P: Karsten Keil
2146M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147L: isdn4linux@listserv.isdn4linux.de
2148W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002149T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150S: Maintained
2151
2152ISDN SUBSYSTEM (Eicon active card driver)
2153P: Armin Schindler
2154M: mac@melware.de
2155L: isdn4linux@listserv.isdn4linux.de
2156W: http://www.melware.de
2157S: Maintained
2158
Hans Verkuil91821ff2007-12-02 09:35:33 -03002159IVTV VIDEO4LINUX DRIVER
2160P: Hans Verkuil
2161M: hverkuil@xs4all.nl
2162L: ivtv-devel@ivtvdriver.org
2163L: ivtv-users@ivtvdriver.org
2164L: video4linux-list@redhat.com
2165W: http://www.ivtvdriver.org
2166S: Maintained
2167
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2169P: David Woodhouse
2170M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002171L: linux-mtd@lists.infradead.org
2172W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173S: Maintained
2174
2175JFS FILESYSTEM
2176P: Dave Kleikamp
2177M: shaggy@austin.ibm.com
2178L: jfs-discussion@lists.sourceforge.net
2179W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002180T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181S: Supported
2182
Josh Triplettde456d32006-07-30 03:04:00 -07002183JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002184P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002185M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002186L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002187S: Maintained
2188
Rudolf Marek4660cb32006-10-08 22:01:26 +02002189K8TEMP HARDWARE MONITORING DRIVER
2190P: Rudolf Marek
2191M: r.marek@assembler.cz
2192L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193S: Maintained
2194
2195KCONFIG
2196P: Roman Zippel
2197M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002198L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199S: Maintained
2200
Vivek Goyalea6c2082006-05-20 14:59:55 -07002201KDUMP
2202P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002203M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002204P: Haren Myneni
2205M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002206L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002207L: linux-kernel@vger.kernel.org
2208W: http://lse.sourceforge.net/kdump/
2209S: Maintained
2210
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211KERNEL AUTOMOUNTER (AUTOFS)
2212P: H. Peter Anvin
2213M: hpa@zytor.com
2214L: autofs@linux.kernel.org
2215S: Odd Fixes
2216
2217KERNEL AUTOMOUNTER v4 (AUTOFS4)
2218P: Ian Kent
2219M: raven@themaw.net
2220L: autofs@linux.kernel.org
2221S: Maintained
2222
2223KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224P: Sam Ravnborg
2225M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002226T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002227L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002228S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229
2230KERNEL JANITORS
2231P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002232L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234S: Maintained
2235
2236KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002237P: J. Bruce Fields
2238M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002240M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002241L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002243S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244
Avi Kivity426d62e2006-12-13 00:34:03 -08002245KERNEL VIRTUAL MACHINE (KVM)
2246P: Avi Kivity
2247M: avi@qumranet.com
2248L: kvm-devel@lists.sourceforge.net
2249W: kvm.sourceforge.net
2250S: Supported
2251
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002252KEXEC
2253P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002254M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002255W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002256L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002257L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002258S: Maintained
2259
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002260KPROBES
2261P: Prasanna S Panchamukhi
2262M: prasanna@in.ibm.com
2263P: Ananth N Mavinakayanahalli
2264M: ananth@in.ibm.com
2265P: Anil S Keshavamurthy
2266M: anil.s.keshavamurthy@intel.com
2267P: David S. Miller
2268M: davem@davemloft.net
2269L: linux-kernel@vger.kernel.org
2270S: Maintained
2271
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002272KS0108 LCD CONTROLLER DRIVER
2273P: Miguel Ojeda Sandonis
2274M: maxextreme@gmail.com
2275L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002276W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002277S: Maintained
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002281S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282
2283LASI 53c700 driver for PARISC
2284P: James E.J. Bottomley
2285M: James.Bottomley@HansenPartnership.com
2286L: linux-scsi@vger.kernel.org
2287S: Maintained
2288
Richard Purdie263de9b2006-05-15 09:44:16 -07002289LED SUBSYSTEM
2290P: Richard Purdie
2291M: rpurdie@rpsys.net
2292S: Maintained
2293
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294LEGO USB Tower driver
2295P: Juergen Stuber
2296M: starblue@users.sourceforge.net
2297L: legousb-devel@lists.sourceforge.net
2298W: http://legousb.sourceforge.net/
2299S: Maintained
2300
Rusty Russell568a17f2007-10-25 14:12:24 +10002301LGUEST
2302P: Rusty Russell
2303M: rusty@rustcorp.com.au
2304L: lguest@ozlabs.org
2305W: http://lguest.ozlabs.org/
2306S: Maintained
2307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308LINUX FOR IBM pSERIES (RS/6000)
2309P: Paul Mackerras
2310M: paulus@au.ibm.com
2311W: http://www.ibm.com/linux/ltc/projects/ppc
2312S: Supported
2313
2314LINUX FOR NCR VOYAGER
2315P: James Bottomley
2316M: James.Bottomley@HansenPartnership.com
2317W: http://www.hansenpartnership.com/voyager
2318S: Maintained
2319
2320LINUX FOR POWERPC
2321P: Paul Mackerras
2322M: paulus@samba.org
2323W: http://www.penguinppc.org/
2324L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002325T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326S: Supported
2327
2328LINUX FOR POWER MACINTOSH
2329P: Benjamin Herrenschmidt
2330M: benh@kernel.crashing.org
2331W: http://www.penguinppc.org/
2332L: linuxppc-dev@ozlabs.org
2333S: Maintained
2334
2335LINUX FOR POWERPC EMBEDDED MPC52XX
2336P: Sylvain Munaut
2337M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002338P: Grant Likely
2339M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340W: http://www.246tNt.com/mpc52xx/
2341W: http://www.penguinppc.org/
2342L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343S: Maintained
2344
2345LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002346P: Josh Boyer
2347M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348P: Matt Porter
2349M: mporter@kernel.crashing.org
2350W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002351L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002352T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353S: Maintained
2354
Grant Likely260c02a2007-10-02 12:15:34 +10002355LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2356P: Grant Likely
2357M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002358W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002359L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Maintained
2361
Tom Rinie93adf12005-07-26 12:49:53 -07002362LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363P: Tom Rini
2364M: trini@kernel.crashing.org
2365W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002366L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Maintained
2368
Tom Rinie93adf12005-07-26 12:49:53 -07002369LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002370P: Vitaly Bordug
2371M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002372P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002373M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002374W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002375L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002376S: Maintained
2377
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002379P: Kumar Gala
2380M: galak@kernel.crashing.org
2381W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002382L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002383S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384
Olof Johanssonab06ff32006-09-06 14:44:54 -05002385LINUX FOR POWERPC PA SEMI PWRFICIENT
2386P: Olof Johansson
2387M: olof@lixom.net
2388W: http://www.pasemi.com/
2389L: linuxppc-dev@ozlabs.org
2390S: Supported
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392LLC (802.2)
2393P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002394M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395S: Maintained
2396
2397LINUX FOR 64BIT POWERPC
2398P: Paul Mackerras
2399M: paulus@samba.org
2400M: paulus@au.ibm.com
2401P: Anton Blanchard
2402M: anton@samba.org
2403M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002404W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002405L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406S: Supported
2407
2408LINUX SECURITY MODULE (LSM) FRAMEWORK
2409P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002410M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002411L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002413T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Supported
2415
2416LM83 HARDWARE MONITOR DRIVER
2417P: Jean Delvare
2418M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002419L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420S: Maintained
2421
2422LM90 HARDWARE MONITOR DRIVER
2423P: Jean Delvare
2424M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002425L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426S: Maintained
2427
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002428LOCKDEP AND LOCKSTAT
2429P: Peter Zijlstra
2430M: peterz@infradead.org
2431P: Ingo Molnar
2432M: mingo@redhat.com
2433L: linux-kernel@vger.kernel.org
2434T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2435S: Maintained
2436
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002437LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438P: Richard Russon (FlatCap)
2439M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002440L: linux-ntfs-dev@lists.sourceforge.net
2441W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442S: Maintained
2443
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002444LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2445P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002446M: Eric.Moore@lsi.com
2447M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002448L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002449L: linux-scsi@vger.kernel.org
2450W: http://www.lsilogic.com/support
2451S: Supported
2452
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2454P: Matthew Wilcox
2455M: matthew@wil.cx
2456L: linux-scsi@vger.kernel.org
2457S: Maintained
2458
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002459M32R ARCHITECTURE
2460P: Hirokazu Takata
2461M: takata@linux-m32r.org
2462L: linux-m32r@ml.linux-m32r.org
2463L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2464W: http://www.linux-m32r.org/
2465S: Maintained
2466
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467M68K ARCHITECTURE
2468P: Geert Uytterhoeven
2469M: geert@linux-m68k.org
2470P: Roman Zippel
2471M: zippel@linux-m68k.org
2472L: linux-m68k@lists.linux-m68k.org
2473W: http://www.linux-m68k.org/
2474W: http://linux-m68k-cvs.ubb.ca/
2475S: Maintained
2476
2477M68K ON APPLE MACINTOSH
2478P: Joshua Thompson
2479M: funaho@jurai.org
2480W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002481L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482S: Maintained
2483
2484M68K ON HP9000/300
2485P: Philip Blundell
2486M: philb@gnu.org
2487W: http://www.tazenda.demon.co.uk/phil/linux-hp
2488S: Maintained
2489
Jiri Benc64a327a2007-05-05 11:47:08 -07002490MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002491P: Michael Wu
2492M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002493P: Johannes Berg
2494M: johannes@sipsolutions.net
2495P: Jiri Benc
2496M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002497L: linux-wireless@vger.kernel.org
2498W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002499T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002500S: Maintained
2501
Stefano Brivio1036d862007-12-23 04:46:27 +01002502MAC80211 PID RATE CONTROL
2503P: Stefano Brivio
2504M: stefano.brivio@polimi.it
2505P: Mattias Nissler
2506M: mattias.nissler@gmx.de
2507L: linux-wireless@vger.kernel.org
2508W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2509T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2510S: Maintained
2511
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002512MACVLAN DRIVER
2513P: Patrick McHardy
2514M: kaber@trash.net
2515L: netdev@vger.kernel.org
2516S: Maintained
2517
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518MARVELL YUKON / SYSKONNECT DRIVER
2519P: Mirko Lindner
2520M: mlindner@syskonnect.de
2521P: Ralph Roesler
2522M: rroesler@syskonnect.de
2523W: http://www.syskonnect.com
2524S: Supported
2525
Michael Kerriskfaf16682005-07-31 22:34:47 -07002526MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002527P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002528M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002529W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2530S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002531
Stefano Brivio74cda162007-11-19 20:27:46 +01002532MARVELL LIBERTAS WIRELESS DRIVER
2533P: Dan Williams
2534M: dcbw@redhat.com
2535L: libertas-dev@lists.infradead.org
2536S: Maintained
2537
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002538MARVELL MV643XX ETHERNET DRIVER
2539P: Dale Farnsworth
2540M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002542M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002543L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002544S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545
2546MATROX FRAMEBUFFER DRIVER
2547P: Petr Vandrovec
2548M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002549L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550S: Maintained
2551
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002552MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2553P: Hans J. Koch
2554M: hjk@linutronix.de
2555L: lm-sensors@lm-sensors.org
2556S: Maintained
2557
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002558MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002559P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002560M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002561S: linux-scsi@vger.kernel.org
2562W: http://megaraid.lsilogic.com
2563S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002564
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002565MEMORY MANAGEMENT
2566L: linux-mm@kvack.org
2567L: linux-kernel@vger.kernel.org
2568W: http://www.linux-mm.org
2569S: Maintained
2570
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002571MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572P: David Woodhouse
2573M: dwmw2@infradead.org
2574W: http://www.linux-mtd.infradead.org/
2575L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002576T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577S: Maintained
2578
Artem Bityutskiy48576402007-02-13 17:11:10 +02002579UNSORTED BLOCK IMAGES (UBI)
2580P: Artem Bityutskiy
2581M: dedekind@infradead.org
2582W: http://www.linux-mtd.infradead.org/
2583L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002584T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002585S: Maintained
2586
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587MICROTEK X6 SCANNER
2588P: Oliver Neukum
2589M: oliver@neukum.name
2590S: Maintained
2591
2592MIPS
2593P: Ralf Baechle
2594M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002595W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002597T: git www.linux-mips.org:/pub/scm/linux.git
2598S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599
2600MISCELLANEOUS MCA-SUPPORT
2601P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002602M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603L: linux-kernel@vger.kernel.org
2604S: Maintained
2605
2606MODULE SUPPORT
2607P: Rusty Russell
2608M: rusty@rustcorp.com.au
2609L: linux-kernel@vger.kernel.org
2610S: Maintained
2611
2612MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2613P: Stelian Pop
2614M: stelian@popies.net
2615W: http://popies.net/meye/
2616S: Maintained
2617
Pavel Pisac58ff042007-05-16 01:10:41 +02002618MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2619P: Pavel Pisa
2620M: ppisa@pikron.com
2621L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2622W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2623S: Maintained
2624
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625MOUSE AND MISC DEVICES [GENERAL]
2626P: Alessandro Rubini
2627M: rubini@ipvvis.unipv.it
2628L: linux-kernel@vger.kernel.org
2629S: Maintained
2630
Jiri Slabyd7354102006-12-08 02:38:35 -08002631MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2632P: Jiri Slaby
2633M: jirislaby@gmail.com
2634L: linux-kernel@vger.kernel.org
2635S: Maintained
2636
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002637MSI LAPTOP SUPPORT
2638P: Lennart Poettering
2639M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002640W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002641W: http://0pointer.de/lennart/tchibo.html
2642S: Maintained
2643
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002644MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002645P: Pierre Ossman
2646M: drzeus-mmc@drzeus.cx
2647L: linux-kernel@vger.kernel.org
2648S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002649
David Brownell15a05802007-08-08 09:12:54 -07002650MULTIMEDIA CARD (MMC) ETC. OVER SPI
2651P: David Brownell
2652M: dbrownell@users.sourceforge.net
2653L: linux-kernel@vger.kernel.org
2654S: Odd fixes
2655
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656MULTISOUND SOUND DRIVER
2657P: Andrew Veliath
2658M: andrewtv@usa.net
2659S: Maintained
2660
Jiri Slabyd7354102006-12-08 02:38:35 -08002661MULTITECH MULTIPORT CARD (ISICOM)
2662P: Jiri Slaby
2663M: jirislaby@gmail.com
2664L: linux-kernel@vger.kernel.org
2665S: Maintained
2666
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667NATSEMI ETHERNET DRIVER (DP8381x)
2668P: Tim Hockin
2669M: thockin@hockin.org
2670S: Maintained
2671
2672NCP FILESYSTEM
2673P: Petr Vandrovec
2674M: vandrove@vc.cvut.cz
2675L: linware@sh.cvut.cz
2676S: Maintained
2677
2678NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2679P: James E.J. Bottomley
2680M: James.Bottomley@HansenPartnership.com
2681L: linux-scsi@vger.kernel.org
2682S: Maintained
2683
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002684NETEFFECT IWARP RNIC DRIVER (IW_NES)
2685P: Faisal Latif
2686M: flatif@neteffect.com
2687P: Glenn Streiff
2688M: gstreiff@neteffect.com
2689L: general@lists.openfabrics.org
2690W: http://www.neteffect.com
2691S: Supported
2692F: drivers/infiniband/hw/nes/
2693
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002694NETEM NETWORK EMULATOR
2695P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002696M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002697L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002698S: Maintained
2699
Jiri Slaby4a584482007-08-30 23:56:39 -07002700NETERION (S2IO) Xframe 10GbE DRIVER
2701P: Ramkrishna Vepa
2702M: ram.vepa@neterion.com
2703P: Rastapur Santosh
2704M: santosh.rastapur@neterion.com
2705P: Sivakumar Subramani
2706M: sivakumar.subramani@neterion.com
2707P: Sreenivasa Honnur
2708M: sreenivasa.honnur@neterion.com
2709L: netdev@vger.kernel.org
2710W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2711S: Supported
2712
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713NETFILTER/IPTABLES/IPCHAINS
2714P: Rusty Russell
2715P: Marc Boucher
2716P: James Morris
2717P: Harald Welte
2718P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002719P: Patrick McHardy
2720M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002721L: netfilter-devel@vger.kernel.org
2722L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002723L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724W: http://www.netfilter.org/
2725W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726S: Supported
2727
Paul Moore4cc67732006-09-25 15:57:13 -07002728NETLABEL
2729P: Paul Moore
2730M: paul.moore@hp.com
2731W: http://netlabel.sf.net
2732L: netdev@vger.kernel.org
2733S: Supported
2734
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735NETROM NETWORK LAYER
2736P: Ralf Baechle
2737M: ralf@linux-mips.org
2738L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002739W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740S: Maintained
2741
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002742NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743P: Paul Clements
2744M: Paul.Clements@steeleye.com
2745S: Maintained
2746
2747NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748P: Jeff Garzik
2749M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002750L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002751T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
2754NETWORKING [GENERAL]
2755P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002756M: netdev@vger.kernel.org
2757L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002758W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
2761NETWORKING [IPv4/IPv6]
2762P: David S. Miller
2763M: davem@davemloft.net
2764P: Alexey Kuznetsov
2765M: kuznet@ms2.inr.ac.ru
2766P: Pekka Savola (ipv6)
2767M: pekkas@netcore.fi
2768P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002769M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770P: Hideaki YOSHIFUJI
2771M: yoshfuji@linux-ipv6.org
2772P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002773M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002774L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002775T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776S: Maintained
2777
James Morris10e2ff12007-08-25 14:41:28 -07002778NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2779P: Paul Moore
2780M: paul.moore@hp.com
2781L: netdev@vger.kernel.org
2782S: Maintained
2783
John W. Linville29f8f632006-01-18 14:52:48 -08002784NETWORKING [WIRELESS]
2785P: John W. Linville
2786M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002787L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002788T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2789S: Maintained
2790
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002791NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002792P: Dhananjay Phadke
2793M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002794L: netdev@vger.kernel.org
2795W: http://www.netxen.com
2796S: Supported
2797
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798IPVS
2799P: Wensong Zhang
2800M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002801P: Simon Horman
2802M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803P: Julian Anastasov
2804M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002805L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806S: Maintained
2807
2808NFS CLIENT
2809P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002810M: Trond.Myklebust@netapp.com
2811L: linux-nfs@vger.kernel.org
2812W: http://client.linux-nfs.org
2813T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814S: Maintained
2815
2816NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002817P: Jan-Pascal van Best
2818M: janpascal@vanbest.org
2819P: Andreas Mohr
2820M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002821L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822S: Maintained
2823
2824NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2825P: YOKOTA Hiroshi
2826M: yokota@netlab.is.tsukuba.ac.jp
2827W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2828S: Maintained
2829
2830NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2831P: GOTO Masanori
2832M: gotom@debian.or.jp
2833P: YOKOTA Hiroshi
2834M: yokota@netlab.is.tsukuba.ac.jp
2835W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2836S: Maintained
2837
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838NTFS FILESYSTEM
2839P: Anton Altaparmakov
2840M: aia21@cantab.net
2841L: linux-ntfs-dev@lists.sourceforge.net
2842L: linux-kernel@vger.kernel.org
2843W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002844T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845S: Maintained
2846
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002847NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002848P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002849M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002850L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002851S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002853OPENCORES I2C BUS DRIVER
2854P: Peter Korsgaard
2855M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002856L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002857S: Maintained
2858
Mark Fashehccd979b2005-12-15 14:31:24 -08002859ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2860P: Mark Fasheh
2861M: mark.fasheh@oracle.com
2862P: Kurt Hackel
2863M: kurt.hackel@oracle.com
2864L: ocfs2-devel@oss.oracle.com
2865W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002866S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002867
Harald Weltec1986ee2005-11-13 16:06:29 -08002868OMNIKEY CARDMAN 4000 DRIVER
2869P: Harald Welte
2870M: laforge@gnumonks.org
2871S: Maintained
2872
Harald Welte77c44ab2005-11-13 16:06:26 -08002873OMNIKEY CARDMAN 4040 DRIVER
2874P: Harald Welte
2875M: laforge@gnumonks.org
2876S: Maintained
2877
Jonathan Corbet77d51402007-03-22 19:44:17 -03002878OMNIVISION OV7670 SENSOR DRIVER
2879P: Jonathan Corbet
2880M: corbet@lwn.net
2881L: video4linux-list@redhat.com
2882S: Maintained
2883
Thomas Gleixner431bca72007-05-02 09:31:35 +02002884ONENAND FLASH DRIVER
2885P: Kyungmin Park
2886M: kyungmin.park@samsung.com
2887L: linux-mtd@lists.infradead.org
2888S: Maintained
2889
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890ONSTREAM SCSI TAPE DRIVER
2891P: Willem Riede
2892M: osst@riede.org
2893L: osst-users@lists.sourceforge.net
2894L: linux-scsi@vger.kernel.org
2895S: Maintained
2896
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897OPROFILE
2898P: Philippe Elie
2899M: phil.el@wanadoo.fr
2900L: oprofile-list@lists.sf.net
2901S: Maintained
2902
2903ORINOCO DRIVER
2904P: Pavel Roskin
2905M: proski@gnu.org
2906P: David Gibson
2907M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002908L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002909L: orinoco-users@lists.sourceforge.net
2910L: orinoco-devel@lists.sourceforge.net
2911W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912S: Maintained
2913
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002914PA SEMI ETHERNET DRIVER
2915P: Olof Johansson
2916M: olof@lixom.net
2917L: netdev@vger.kernel.org
2918S: Maintained
2919
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002920PA SEMI SMBUS DRIVER
2921P: Olof Johansson
2922M: olof@lixom.net
2923L: i2c@lm-sensors.org
2924S: Maintained
2925
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002927L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002928S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929
2930PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2931P: Tim Waugh
2932M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002933L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934W: http://www.torque.net/linux-pp.html
2935S: Maintained
2936
2937PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002938P: Kyle McMartin
2939M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940P: Matthew Wilcox
2941M: matthew@wil.cx
2942P: Grant Grundler
2943M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002944L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002946T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Maintained
2948
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002949PARAVIRT_OPS INTERFACE
2950P: Jeremy Fitzhardinge
2951M: jeremy@xensource.com
2952P: Chris Wright
2953M: chrisw@sous-sol.org
2954P: Zachary Amsden
2955M: zach@vmware.com
2956P: Rusty Russell
2957M: rusty@rustcorp.com.au
2958L: virtualization@lists.osdl.org
2959L: linux-kernel@vger.kernel.org
2960S: Supported
2961
Jim Cromie1662d322006-10-06 00:43:59 -07002962PC87360 HARDWARE MONITORING DRIVER
2963P: Jim Cromie
2964M: jim.cromie@gmail.com
2965L: lm-sensors@lm-sensors.org
2966S: Maintained
2967
2968PC8736x GPIO DRIVER
2969P: Jim Cromie
2970M: jim.cromie@gmail.com
2971S: Maintained
2972
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002973PCI ERROR RECOVERY
2974P: Linas Vepstas
2975M: linas@austin.ibm.com
2976L: linux-kernel@vger.kernel.org
2977L: linux-pci@atrey.karlin.mff.cuni.cz
2978S: Supported
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980PCI SUBSYSTEM
2981P: Greg Kroah-Hartman
2982M: gregkh@suse.de
2983L: linux-kernel@vger.kernel.org
2984L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002985T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986S: Supported
2987
2988PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002989P: Kristen Carlson Accardi
2990M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991S: Supported
2992
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002993PCIE HOTPLUG DRIVER
2994P: Kristen Carlson Accardi
2995M: kristen.c.accardi@intel.com
2996L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002997S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002998
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003000P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003001L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003002W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003003T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003004S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005
3006PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003007P: Don Fry
3008M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003009L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010S: Maintained
3011
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003012PER-TASK DELAY ACCOUNTING
3013P: Shailabh Nagar
3014M: nagar@watson.ibm.com
3015L: linux-kernel@vger.kernel.org
3016S: Maintained
3017
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003018PERSONALITY HANDLING
3019P: Christoph Hellwig
3020M: hch@infradead.org
3021L: linux-abi-devel@lists.sourceforge.net
3022S: Maintained
3023
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003025P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026M: joern@wh.fh-wedel.de
3027L: linux-mtd@lists.infradead.org
3028S: Maintained
3029
Peter Osterlund249a6772005-09-27 21:45:30 -07003030PKTCDVD DRIVER
3031P: Peter Osterlund
3032M: petero2@telia.com
3033L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003034S: Maintained
3035
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003037P: Thomas Gleixner
3038M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003039L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040S: Supported
3041
Anton Vorontsov3be86142007-07-15 04:43:36 +04003042POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3043P: Anton Vorontsov
3044M: cbou@mail.ru
3045P: David Woodhouse
3046M: dwmw2@infradead.org
3047L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003048T: git git.infradead.org/battery-2.6.git
3049S: Maintained
3050
Eugene Surovegin24682972005-10-14 03:00:53 -07003051POWERPC 4xx EMAC DRIVER
3052P: Eugene Surovegin
3053M: ebs@ebshome.net
3054W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003055L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003056L: netdev@vger.kernel.org
3057S: Maintained
3058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059PNP SUPPORT
3060P: Adam Belay
3061M: ambx1@neo.rr.com
3062S: Maintained
3063
Vitaly Wool999445d2007-01-04 13:07:03 +01003064PNXxxxx I2C DRIVER
3065P: Vitaly Wool
3066M: vitalywool@gmail.com
3067L: i2c@lm-sensors.org
3068S: Maintained
3069
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070PPP PROTOCOL DRIVERS AND COMPRESSORS
3071P: Paul Mackerras
3072M: paulus@samba.org
3073L: linux-ppp@vger.kernel.org
3074S: Maintained
3075
3076PPP OVER ATM (RFC 2364)
3077P: Mitchell Blank Jr
3078M: mitch@sfgoth.com
3079S: Maintained
3080
3081PPP OVER ETHERNET
3082P: Michal Ostrowski
3083M: mostrows@speakeasy.net
3084S: Maintained
3085
James Chapmana6d23702007-06-27 15:53:17 -07003086PPP OVER L2TP
3087P: James Chapman
3088M: jchapman@katalix.com
3089S: Maintained
3090
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091PREEMPTIBLE KERNEL
3092P: Robert Love
3093M: rml@tech9.net
3094L: linux-kernel@vger.kernel.org
3095L: kpreempt-tech@lists.sourceforge.net
3096W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3097S: Supported
3098
Michael Wueff1a592007-09-25 18:11:01 -07003099P54 WIRELESS DRIVER
3100P: Michael Wu
3101M: flamingice@sourmilk.net
3102L: linux-wireless@vger.kernel.org
3103W: http://prism54.org
3104T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3105S: Maintained
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003108P: Luis R. Rodriguez
3109M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003110L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111W: http://prism54.org
3112S: Maintained
3113
3114PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3115P: Peter Denison
3116M: promise@pnd-pc.demon.co.uk
3117W: http://www.pnd-pc.demon.co.uk/promise/
3118S: Maintained
3119
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003120PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3121P: Mikael Pettersson
3122M: mikpe@it.uu.se
3123L: linux-ide@vger.kernel.org
3124S: Maintained
3125
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003126PS3 NETWORK SUPPORT
3127P: Masakazu Mokuno
3128M: mokuno@sm.sony.co.jp
3129L: netdev@vger.kernel.org
3130L: cbe-oss-dev@ozlabs.org
3131S: Supported
3132
Geoff Levandf58a9d12006-11-23 00:46:51 +01003133PS3 PLATFORM SUPPORT
3134P: Geoff Levand
3135M: geoffrey.levand@am.sony.com
3136L: linuxppc-dev@ozlabs.org
3137L: cbe-oss-dev@ozlabs.org
3138S: Supported
3139
Michael Krufky83202042006-07-03 00:24:18 -07003140PVRUSB2 VIDEO4LINUX DRIVER
3141P: Mike Isely
3142M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003143L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003144L: video4linux-list@redhat.com
3145W: http://www.isely.net/pvrusb2/
3146S: Maintained
3147
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148PXA2xx SUPPORT
3149P: Nicolas Pitre
3150M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003151L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152S: Maintained
3153
Pierre Ossman272f1332007-05-14 21:25:26 +02003154PXA MMCI DRIVER
3155S: Orphan
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157QLOGIC QLA2XXX FC-SCSI DRIVER
3158P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003159M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160L: linux-scsi@vger.kernel.org
3161S: Supported
3162
Ron Mercer5a4faa82006-07-25 00:40:21 -07003163QLOGIC QLA3XXX NETWORK DRIVER
3164P: Ron Mercer
3165M: linux-driver@qlogic.com
3166L: netdev@vger.kernel.org
3167S: Supported
3168
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169QNX4 FILESYSTEM
3170P: Anders Larsen
3171M: al@alarsen.net
3172L: linux-kernel@vger.kernel.org
3173W: http://www.alarsen.net/linux/qnx4fs/
3174S: Maintained
3175
3176RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003177P: Benjamin Herrenschmidt
3178M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003179L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180S: Maintained
3181
3182RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003183P: Paul Mackerras
3184M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003185L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186S: Maintained
3187
3188RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3189P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003190M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003191L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192S: Maintained
3193
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003194RALINK RT2X00 WLAN DRIVER
3195P: rt2x00 project
3196L: linux-wireless@vger.kernel.org
3197L: rt2400-devel@lists.sourceforge.net
3198W: http://rt2x00.serialmonkey.com/
3199S: Maintained
3200F: drivers/net/wireless/rt2x00/
3201
Matt Mackall9e95ce22005-04-16 15:25:56 -07003202RANDOM NUMBER DRIVER
3203P: Matt Mackall
3204M: mpm@selenic.com
3205S: Maintained
3206
Matt Porter394b7012005-11-07 01:00:15 -08003207RAPIDIO SUBSYSTEM
3208P: Matt Porter
3209M: mporter@kernel.crashing.org
3210L: linux-kernel@vger.kernel.org
3211S: Maintained
3212
Florian Fainellidb17f392007-12-19 11:30:30 +01003213RDC R6040 FAST ETHERNET DRIVER
3214P: Florian Fainelli
3215M: florian.fainelli@telecomint.eu
3216L: netdev@vger.kernel.org
3217S: Maintained
3218
Josh Triplett595182b2006-10-04 02:17:21 -07003219READ-COPY UPDATE (RCU)
3220P: Dipankar Sarma
3221M: dipankar@in.ibm.com
3222W: http://www.rdrop.com/users/paulmck/rclock/
3223L: linux-kernel@vger.kernel.org
3224S: Supported
3225
3226RCUTORTURE MODULE
3227P: Josh Triplett
3228M: josh@freedesktop.org
3229L: linux-kernel@vger.kernel.org
3230S: Maintained
3231
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232REAL TIME CLOCK DRIVER
3233P: Paul Gortmaker
3234M: p_gortmaker@yahoo.com
3235L: linux-kernel@vger.kernel.org
3236S: Maintained
3237
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003238REAL TIME CLOCK (RTC) SUBSYSTEM
3239P: Alessandro Zummo
3240M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003241L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003242S: Maintained
3243
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244REISERFS FILE SYSTEM
3245P: Hans Reiser
3246M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003247L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248W: http://www.namesys.com
3249S: Supported
3250
3251ROCKETPORT DRIVER
3252P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253W: http://www.comtrol.com
3254S: Maintained
3255
3256ROSE NETWORK LAYER
3257P: Ralf Baechle
3258M: ralf@linux-mips.org
3259L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003260W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261S: Maintained
3262
3263RISCOM8 DRIVER
3264S: Orphan
3265
Michael Wu605bebe2007-05-14 01:41:02 -04003266RTL818X WIRELESS DRIVER
3267P: Michael Wu
3268M: flamingice@sourmilk.net
3269P: Andrea Merello
3270M: andreamrl@tiscali.it
3271L: linux-wireless@vger.kernel.org
3272W: http://linuxwireless.org/
3273T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3274S: Maintained
3275
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003276S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003277P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003278M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003279L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003280S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003281
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282S390
3283P: Martin Schwidefsky
3284M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003285P: Heiko Carstens
3286M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003288L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003289W: http://www.ibm.com/developerworks/linux/linux390/
3290S: Supported
3291
3292S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003293P: Ursula Braun
3294M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003295P: Frank Blaschka
3296M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003297M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003298L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003299W: http://www.ibm.com/developerworks/linux/linux390/
3300S: Supported
3301
3302S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003303P: Christof Schmitt
3304M: christof.schmitt@de.ibm.com
3305P: Martin Peschke
3306M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003307M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003308L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003309W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310S: Supported
3311
Ursula Braundd96df22007-09-19 13:09:02 +02003312S390 IUCV NETWORK LAYER
3313P: Ursula Braun
3314M: ubraun@linux.vnet.ibm.com
3315M: linux390@de.ibm.com
3316L: linux-s390@vger.kernel.org
3317W: http://www.ibm.com/developerworks/linux/linux390/
3318S: Supported
3319
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320SAA7146 VIDEO4LINUX-2 DRIVER
3321P: Michael Hunold
3322M: michael@mihu.de
3323W: http://www.mihu.de/linux/saa7146
3324S: Maintained
3325
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326SC1200 WDT DRIVER
3327P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003328M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329S: Maintained
3330
3331SCHEDULER
3332P: Ingo Molnar
3333M: mingo@elte.hu
3334P: Robert Love [the preemptible kernel bits]
3335M: rml@tech9.net
3336L: linux-kernel@vger.kernel.org
3337S: Maintained
3338
3339SCSI CDROM DRIVER
3340P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003341M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342L: linux-scsi@vger.kernel.org
3343W: http://www.kernel.dk
3344S: Maintained
3345
3346SCSI SG DRIVER
3347P: Doug Gilbert
3348M: dgilbert@interlog.com
3349L: linux-scsi@vger.kernel.org
3350W: http://www.torque.net/sg
3351S: Maintained
3352
3353SCSI SUBSYSTEM
3354P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003355M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003357T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003358T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3359T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360S: Maintained
3361
3362SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003363P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364M: Kai.Makisara@kolumbus.fi
3365L: linux-scsi@vger.kernel.org
3366S: Maintained
3367
3368SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003369P: Vlad Yasevich
3370M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003371P: Sridhar Samudrala
3372M: sri@us.ibm.com
3373L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003374W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003375S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376
3377SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003378P: Jim Cromie
3379M: jim.cromie@gmail.com
3380S: Odd Fixes
3381
3382SCx200 GPIO DRIVER
3383P: Jim Cromie
3384M: jim.cromie@gmail.com
3385S: Maintained
3386
3387SCx200 HRT CLOCKSOURCE DRIVER
3388P: Jim Cromie
3389M: jim.cromie@gmail.com
3390S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391
3392SECURITY CONTACT
3393P: Security Officers
3394M: security@kernel.org
3395S: Supported
3396
3397SELINUX SECURITY MODULE
3398P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003399M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003401M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003402P: Eric Paris
3403M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003405L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406W: http://www.nsa.gov/selinux
3407S: Supported
3408
Jiri Slabycef2cf02007-05-08 00:31:45 -07003409SENSABLE PHANTOM
3410P: Jiri Slaby
3411M: jirislaby@gmail.com
3412S: Maintained
3413
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414SERIAL ATA (SATA) SUBSYSTEM:
3415P: Jeff Garzik
3416M: jgarzik@pobox.com
3417L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003418T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419S: Supported
3420
3421SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3422P: Pat Gefre
3423M: pfg@sgi.com
3424L: linux-ia64@vger.kernel.org
3425S: Supported
3426
3427SGI VISUAL WORKSTATION 320 AND 540
3428P: Andrey Panin
3429M: pazke@donpac.ru
3430L: linux-visws-devel@lists.sf.net
3431W: http://linux-visws.sf.net
3432S: Maintained for 2.6.
3433
3434SIMTEC EB110ATX (Chalice CATS)
3435P: Ben Dooks
3436P: Vincent Sanders
3437M: support@simtec.co.uk
3438W: http://www.simtec.co.uk/products/EB110ATX/
3439S: Supported
3440
3441SIMTEC EB2410ITX (BAST)
3442P: Ben Dooks
3443P: Vincent Sanders
3444M: support@simtec.co.uk
3445W: http://www.simtec.co.uk/products/EB2410ITX/
3446S: Supported
3447
Francois Romieu92aab3c2005-07-30 13:11:18 +02003448SIS 190 ETHERNET DRIVER
3449P: Francois Romieu
3450M: romieu@fr.zoreil.com
3451L: netdev@vger.kernel.org
3452S: Maintained
3453
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454SIS 5513 IDE CONTROLLER DRIVER
3455P: Lionel Bouton
3456M: Lionel.Bouton@inet6.fr
3457W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3458W: http://gyver.homeip.net/sis5513/index.html
3459S: Maintained
3460
3461SIS 900/7016 FAST ETHERNET DRIVER
3462P: Daniele Venzano
3463M: venza@brownhat.org
3464W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003465L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466S: Maintained
3467
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003468SIS 96X I2C/SMBUS DRIVER
3469P: Mark M. Hoffman
3470M: mhoffman@lightlink.com
3471L: lm-sensors@lm-sensors.org
3472S: Maintained
3473
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474SIS FRAMEBUFFER DRIVER
3475P: Thomas Winischhofer
3476M: thomas@winischhofer.net
3477W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003478S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479
3480SIS USB2VGA DRIVER
3481P: Thomas Winischhofer
3482M: thomas@winischhofer.net
3483W: http://www.winischhofer.at/linuxsisusbvga.shtml
3484S: Maintained
3485
Christoph Lameter415ad262007-07-26 10:40:56 -07003486SLAB ALLOCATOR
3487P: Christoph Lameter
3488M: clameter@sgi.com
3489P: Pekka Enberg
3490M: penberg@cs.helsinki.fi
3491L: linux-mm@kvack.org
3492S: Maintained
3493
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494SMC91x ETHERNET DRIVER
3495P: Nicolas Pitre
3496M: nico@cam.org
3497S: Maintained
3498
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003499SMSC47B397 HARDWARE MONITOR DRIVER
3500P: Mark M. Hoffman
3501M: mhoffman@lightlink.com
3502L: lm-sensors@lm-sensors.org
3503S: Maintained
3504
Daniel Drake8f0f8502006-07-18 22:00:25 +01003505SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003506P: Daniel Drake
3507M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003508L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003509S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003510
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511SOFTWARE RAID (Multiple Disks) SUPPORT
3512P: Ingo Molnar
3513M: mingo@redhat.com
3514P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003515M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003517S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518
Pavel Machek95a631e2007-07-19 01:47:42 -07003519HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520P: Pavel Machek
3521M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003522P: Rafael J. Wysocki
3523M: rjw@sisk.pl
3524L: linux-pm@lists.linux-foundation.org
3525S: Supported
3526
3527SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003528P: Len Brown
3529M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003530P: Pavel Machek
3531M: pavel@suse.cz
3532P: Rafael J. Wysocki
3533M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003534L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003535S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536
3537SONIC NETWORK DRIVER
3538P: Thomas Bogendoerfer
3539M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003540L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003541S: Maintained
3542
Michael Buesch61e115a2007-09-18 15:12:50 -04003543SONICS SILICON BACKPLANE DRIVER (SSB)
3544P: Michael Buesch
3545M: mb@bu3sch.de
3546L: netdev@vger.kernel.org
3547S: Maintained
3548
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003550P: Mattia Dongili
3551M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003552L: linux-acpi@vger.kernel.org
3553W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554S: Maintained
3555
3556SOUND
3557P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003558M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003559L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560S: Maintained
3561
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003562SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3563P: Liam Girdwood
3564M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003565P: Mark Brown
3566M: broonie@opensource.wolfsonmicro.com
3567T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003568L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003569S: Supported
3570
Kumar Gala025c3982006-04-02 16:05:54 -05003571SPI SUBSYSTEM
3572P: David Brownell
3573M: dbrownell@users.sourceforge.net
3574L: spi-devel-general@lists.sourceforge.net
3575S: Maintained
3576
Steven Rostedt855f46a2006-08-05 12:14:50 -07003577STABLE BRANCH:
3578P: Greg Kroah-Hartman
3579M: greg@kroah.com
3580P: Chris Wright
3581M: chrisw@sous-sol.org
3582L: stable@kernel.org
3583S: Maintained
3584
Kylene Hall1c72d462005-05-01 08:59:13 -07003585TPM DEVICE DRIVER
3586P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003587M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003588W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003589P: Marcel Selhorst
3590M: tpm@selhorst.net
3591W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003592L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003593S: Maintained
3594
Mark Gross1a80ba82005-10-30 15:02:55 -08003595Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003596P: Mark Gross
3597M: mark.gross@intel.com
3598S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003599
Chris Zankel48b415c2005-06-23 22:01:07 -07003600TENSILICA XTENSA PORT (xtensa):
3601P: Chris Zankel
3602M: chris@zankel.net
3603S: Maintained
3604
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003605THINKPAD ACPI EXTRAS DRIVER
3606P: Henrique de Moraes Holschuh
3607M: ibm-acpi@hmh.eng.br
3608L: ibm-acpi-devel@lists.sourceforge.net
3609W: http://ibm-acpi.sourceforge.net
3610W: http://thinkwiki.org/wiki/Ibm-acpi
3611T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3612S: Maintained
3613
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614UltraSPARC (sparc64):
3615P: David S. Miller
3616M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003618T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619S: Maintained
3620
3621SHARP LH SUPPORT (LH7952X & LH7A40X)
3622P: Marc Singer
3623M: elf@buici.com
3624W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003625L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626S: Maintained
3627
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003628SHPC HOTPLUG DRIVER
3629P: Kristen Carlson Accardi
3630M: kristen.c.accardi@intel.com
3631L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003632S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003633
Pierre Ossmand129bce2006-03-24 03:18:17 -08003634SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3635P: Pierre Ossman
3636M: drzeus-sdhci@drzeus.cx
3637L: sdhci-devel@list.drzeus.cx
3638W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3639S: Maintained
3640
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003641SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3642P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003643M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003644L: netdev@vger.kernel.org
3645S: Maintained
3646
Chris Boot1a87d942006-07-10 04:45:34 -07003647SOEKRIS NET48XX LED SUPPORT
3648P: Chris Boot
3649M: bootc@bootc.net
3650S: Maintained
3651
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652SPARC (sparc32):
3653P: William L. Irwin
3654M: wli@holomorphy.com
3655L: sparclinux@vger.kernel.org
3656S: Maintained
3657
3658SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3659P: Roger Wolff
3660M: R.E.Wolff@BitWizard.nl
3661L: linux-kernel@vger.kernel.org ?
3662S: Supported
3663
Jim Lewis2752e402006-09-29 02:01:19 -07003664SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003665P: Ishizaki Kou
3666M: kou.ishizaki@toshiba.co.jp
3667P: Jens Osterkamp
3668M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003669L: netdev@vger.kernel.org
3670S: Supported
3671
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672SRM (Alpha) environment access
3673P: Jan-Benedict Glaw
3674M: jbglaw@lug-owl.de
3675L: linux-kernel@vger.kernel.org
3676S: Maintained
3677
3678STARFIRE/DURALAN NETWORK DRIVER
3679P: Ion Badulescu
3680M: ionut@cs.columbia.edu
3681S: Maintained
3682
3683STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3684W: http://mosquitonet.Stanford.EDU/strip.html
3685S: Unsupported ?
3686
3687STRADIS MPEG-2 DECODER DRIVER
3688P: Nathan Laredo
3689M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690W: http://www.stradis.com/
3691S: Maintained
3692
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003693SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694P: Paul Mundt
3695M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003696L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003698T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699S: Maintained
3700
3701SUN3/3X
3702P: Sam Creasey
3703M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704W: http://sammy.net/sun3/
3705S: Maintained
3706
3707SVGA HANDLING
3708P: Martin Mares
3709M: mj@ucw.cz
3710L: linux-video@atrey.karlin.mff.cuni.cz
3711S: Maintained
3712
3713SYSV FILESYSTEM
3714P: Christoph Hellwig
3715M: hch@infradead.org
3716S: Maintained
3717
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003718TC CLASSIFIER
3719P: Jamal Hadi Salim
3720M: hadi@cyberus.ca
3721L: netdev@vger.kernel.org
3722S: Maintained
3723
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003724TCP LOW PRIORITY MODULE
3725P: Wong Hoi Sing, Edison
3726M: hswong3i@gmail.com
3727P: Hung Hing Lun, Mike
3728M: hlhung3i@gmail.com
3729W: http://tcp-lp-mod.sourceforge.net/
3730S: Maintained
3731
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003732TEHUTI ETHERNET DRIVER
3733P: Alexander Indenbaum
3734M: baum@tehutinetworks.net
3735P: Andy Gospodarek
3736M: andy@greyhouse.net
3737L: netdev@vger.kernel.org
3738S: Supported
3739
Alex Dubov4020f2d2006-10-04 02:15:37 -07003740TI FLASH MEDIA INTERFACE DRIVER
3741P: Alex Dubov
3742M: oakad@yahoo.com
3743S: Maintained
3744
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003745TI OMAP MMC INTERFACE DRIVER
3746P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003747M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003748W: http://linux.omap.com
3749W: http://www.muru.com/linux/omap/
3750S: Maintained
3751
Michael Buesch844dd052006-06-26 00:24:59 -07003752TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3753P: Deepak Saxena
3754M: dsaxena@plexity.net
3755S: Maintained
3756
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003757TASKSTATS STATISTICS INTERFACE
3758P: Shailabh Nagar
3759M: nagar@watson.ibm.com
3760L: linux-kernel@vger.kernel.org
3761S: Maintained
3762
Per Lidene86eaa32006-01-12 16:45:18 +01003763TIPC NETWORK LAYER
3764P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003765M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003766P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003767M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003768P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003769M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003770L: tipc-discussion@lists.sourceforge.net
3771W: http://tipc.sourceforge.net/
3772W: http://tipc.cslab.ericsson.net/
3773T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3774S: Maintained
3775
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776TLAN NETWORK DRIVER
3777P: Samuel Chessman
3778M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003779L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780W: http://sourceforge.net/projects/tlan/
3781S: Maintained
3782
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783TOSHIBA ACPI EXTRAS DRIVER
3784P: John Belmonte
3785M: toshiba_acpi@memebeam.org
3786W: http://memebeam.org/toys/ToshibaAcpiDriver
3787S: Maintained
3788
3789TOSHIBA SMM DRIVER
3790P: Jonathan Buzzard
3791M: jonathan@buzzard.org.uk
3792L: tlinux-users@tce.toshiba-dme.co.jp
3793W: http://www.buzzard.org.uk/toshiba/
3794S: Maintained
3795
3796TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3797P: Muli Ben-Yehuda
3798M: mulix@mulix.org
3799L: linux-kernel@vger.kernel.org
3800S: Maintained
3801
3802TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003803P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003804M: trivial@kernel.org
3805L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806S: Maintained
3807
3808TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809L: tulip-users@lists.sourceforge.net
3810W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003811S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812
3813TUN/TAP driver
3814P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003815M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816L: vtun@office.satix.net
3817W: http://vtun.sourceforge.net/tun
3818S: Maintained
3819
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003820TURBOCHANNEL SUBSYSTEM
3821P: Maciej W. Rozycki
3822M: macro@linux-mips.org
3823S: Maintained
3824
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825U14-34F SCSI DRIVER
3826P: Dario Ballabio
3827M: ballabio_dario@emc.com
3828L: linux-scsi@vger.kernel.org
3829S: Maintained
3830
3831UDF FILESYSTEM
3832P: Ben Fennema
3833M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834W: http://linux-udf.sourceforge.net
3835S: Maintained
3836
3837UNIFORM CDROM DRIVER
3838P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003839M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840L: linux-kernel@vger.kernel.org
3841W: http://www.kernel.dk
3842S: Maintained
3843
3844USB ACM DRIVER
3845P: Oliver Neukum
3846M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003847L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848S: Maintained
3849
3850USB BLOCK DRIVER (UB ub)
3851P: Pete Zaitcev
3852M: zaitcev@redhat.com
3853L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003854L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855S: Supported
3856
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857USB CDC ETHERNET DRIVER
3858P: Greg Kroah-Hartman
3859M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003860L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861S: Maintained
3862W: http://www.kroah.com/linux-usb/
3863
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003864USB DAVICOM DM9601 DRIVER
3865P: Peter Korsgaard
3866M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003867L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003868W: http://www.linux-usb.org/usbnet
3869S: Maintained
3870
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871USB EHCI DRIVER
3872P: David Brownell
3873M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003874L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003875S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876
Luca Risolia7ce08c92006-01-11 02:06:59 +00003877USB ET61X[12]51 DRIVER
3878P: Luca Risolia
3879M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003880L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003881L: video4linux-list@redhat.com
3882W: http://www.linux-projects.org
3883S: Maintained
3884
David Brownell69ae9e32006-11-14 02:03:31 -08003885USB GADGET/PERIPHERAL SUBSYSTEM
3886P: David Brownell
3887M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003888L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003889W: http://www.linux-usb.org/gadget
3890S: Maintained
3891
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003892USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003893P: Jiri Kosina
3894M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003895L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003896T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897S: Maintained
3898
Olav Kongas959eea22005-11-03 17:38:14 +02003899USB ISP116X DRIVER
3900P: Olav Kongas
3901M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003902L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003903S: Maintained
3904
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905USB KAWASAKI LSI DRIVER
3906P: Oliver Neukum
3907M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003908L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909S: Maintained
3910
3911USB MASS STORAGE DRIVER
3912P: Matthew Dharm
3913M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003914L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003915L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916S: Maintained
3917W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3918
3919USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003920P: David Brownell
3921M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003922L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003923S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924
Matthias Urlichsba460e42005-07-14 00:33:47 -07003925USB OPTION-CARD DRIVER
3926P: Matthias Urlichs
3927M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003928L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003929S: Maintained
3930
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931USB OV511 DRIVER
3932P: Mark McClelland
3933M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003934L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935W: http://alpha.dyndns.org/ov511/
3936S: Maintained
3937
3938USB PEGASUS DRIVER
3939P: Petko Manolov
3940M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003941L: linux-usb@vger.kernel.org
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
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003946USB PRINTER DRIVER (usblp)
3947P: Pete Zaitcev
3948M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003949L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003950S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951
3952USB RTL8150 DRIVER
3953P: Petko Manolov
3954M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003955L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003956L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957W: http://pegasus2.sourceforge.net/
3958S: Maintained
3959
3960USB SE401 DRIVER
3961P: Jeroen Vreeken
3962M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003963L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964W: http://www.chello.nl/~j.vreeken/se401/
3965S: Maintained
3966
3967USB SERIAL CYBERJACK DRIVER
3968P: Matthias Bruestle and Harald Welte
3969M: support@reiner-sct.com
3970W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3971S: Maintained
3972
3973USB SERIAL DIGI ACCELEPORT DRIVER
3974P: Peter Berger and Al Borchers
3975M: pberger@brimson.com
3976M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003977L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978S: Maintained
3979
3980USB SERIAL DRIVER
3981P: Greg Kroah-Hartman
3982M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003983L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984S: Supported
3985
3986USB SERIAL BELKIN F5U103 DRIVER
3987P: William Greathouse
3988M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003989L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990S: Maintained
3991
3992USB SERIAL CYPRESS M8 DRIVER
3993P: Lonnie Mendez
3994M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003995L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996S: Maintained
3997W: http://geocities.com/i0xox0i
3998W: http://firstlight.net/cvs
3999
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000USB AUERSWALD DRIVER
4001P: Wolfgang Muees
4002M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004003L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004S: Maintained
4005
4006USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4007P: Gary Brubaker
4008M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004009L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010S: Maintained
4011
4012USB SERIAL KEYSPAN DRIVER
4013P: Greg Kroah-Hartman
4014M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004015L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004016W: http://www.kroah.com/linux/
4017S: Maintained
4018
4019USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004020P: Support Department
4021M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004022L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023W: 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
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004029L: linux-usb@vger.kernel.org
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
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004037L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004039T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040S: Supported
4041
4042USB UHCI DRIVER
4043P: Alan Stern
4044M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004045L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046S: Maintained
4047
David Brownell69ae9e32006-11-14 02:03:31 -08004048USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049P: David Brownell
4050M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004051L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004052W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053S: Maintained
4054
4055USB W996[87]CF DRIVER
4056P: Luca Risolia
4057M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004058L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004059L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060W: http://www.linux-projects.org
4061S: Maintained
4062
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004063USB WIRELESS RNDIS DRIVER (rndis_wlan)
4064P: Jussi Kivilinna
4065M: jussi.kivilinna@mbnet.fi
4066L: linux-wireless@vger.kernel.org
4067S: Maintained
4068
Luca Risolia60f78052006-02-06 16:29:35 +00004069USB ZC0301 DRIVER
4070P: Luca Risolia
4071M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004072L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004073L: video4linux-list@redhat.com
4074W: http://www.linux-projects.org
4075S: Maintained
4076
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077USB ZD1201 DRIVER
4078P: Jeroen Vreeken
4079M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004080L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081W: http://linux-lc100020.sourceforge.net
4082S: Maintained
4083
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004084USB ZR364XX DRIVER
4085P: Antoine Jacquet
4086M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004087L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004088L: video4linux-list@redhat.com
4089W: http://royale.zerezo.com/zr364xx/
4090S: Maintained
4091
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092USER-MODE LINUX
4093P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004094M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095L: user-mode-linux-devel@lists.sourceforge.net
4096L: user-mode-linux-user@lists.sourceforge.net
4097W: http://user-mode-linux.sourceforge.net
4098S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004099
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004100USERSPACE I/O (UIO)
4101P: Hans J. Koch
4102M: hjk@linutronix.de
4103P: Greg Kroah-Hartman
4104M: gregkh@suse.de
4105L: linux-kernel@vger.kernel.org
4106S: Maintained
4107
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108FAT/VFAT/MSDOS FILESYSTEM:
4109P: OGAWA Hirofumi
4110M: hirofumi@mail.parknet.co.jp
4111L: linux-kernel@vger.kernel.org
4112S: Maintained
4113
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114VIA RHINE NETWORK DRIVER
4115P: Roger Luethi
4116M: rl@hellgate.ch
4117S: Maintained
4118
Jean Delvare32c0a522005-09-22 21:47:58 +02004119VIAPRO SMBUS DRIVER
4120P: Jean Delvare
4121M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004122L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004123S: Maintained
4124
Francois Romieu01f20732007-01-26 00:57:17 -08004125VIA VELOCITY NETWORK DRIVER
4126P: Francois Romieu
4127M: romieu@fr.zoreil.com
4128L: netdev@vger.kernel.org
4129S: Maintained
4130
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131UCLINUX (AND M68KNOMMU)
4132P: Greg Ungerer
4133M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004135L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136S: Maintained
4137
4138UCLINUX FOR NEC V850
4139P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140
4141UCLINUX FOR RENESAS H8/300
4142P: Yoshinori Sato
4143M: ysato@users.sourceforge.jp
4144W: http://uclinux-h8.sourceforge.jp/
4145S: Supported
4146
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004147UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004148P: Evgeniy Dushistov
4149M: dushistov@mail.ru
4150L: linux-kernel@vger.kernel.org
4151S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004152
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153USB DIAMOND RIO500 DRIVER
4154P: Cesar Miquel
4155M: miquel@df.uba.ar
4156L: rio500-users@lists.sourceforge.net
4157W: http://rio500.sourceforge.net
4158S: Maintained
4159
4160VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004161P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004162M: mchehab@infradead.org
4163M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004165W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004166T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004167S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168
Patrick McHardybe7f8272007-10-23 20:26:36 -07004169VLAN (802.1Q)
4170P: Patrick McHardy
4171M: kaber@trash.net
4172L: netdev@vger.kernel.org
4173S: Maintained
4174
Juerg Haefligerab413192006-09-24 20:54:04 +02004175VT1211 HARDWARE MONITOR DRIVER
4176P: Juerg Haefliger
4177M: juergh@gmail.com
4178L: lm-sensors@lm-sensors.org
4179S: Maintained
4180
Roger Lucas1de9e372005-11-26 20:20:05 +01004181VT8231 HARDWARE MONITOR DRIVER
4182P: Roger Lucas
4183M: roger@planbit.co.uk
4184L: lm-sensors@lm-sensors.org
4185S: Maintained
4186
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187W1 DALLAS'S 1-WIRE BUS
4188P: Evgeniy Polyakov
4189M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190S: Maintained
4191
Charles Spirakis13927072006-07-05 18:05:15 +02004192W83791D HARDWARE MONITORING DRIVER
4193P: Charles Spirakis
4194M: bezaur@gmail.com
4195L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004196S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004197
Rudolf Marek61db0112006-12-12 18:18:30 +01004198W83793 HARDWARE MONITORING DRIVER
4199P: Rudolf Marek
4200M: r.marek@assembler.cz
4201L: lm-sensors@lm-sensors.org
4202S: Maintained
4203
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204W83L51xD SD/MMC CARD INTERFACE DRIVER
4205P: Pierre Ossman
4206M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004207L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208W: http://projects.drzeus.cx/wbsd
4209S: Maintained
4210
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004211WATCHDOG DEVICE DRIVERS
4212P: Wim Van Sebroeck
4213M: wim@iguana.be
4214T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4215S: Maintained
4216
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4218P: Jean Tourrilhes
4219M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004220L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4222S: Maintained
4223
4224WD7000 SCSI DRIVER
4225P: Miroslav Zagorac
4226M: zaga@fly.cc.fer.hr
4227L: linux-scsi@vger.kernel.org
4228S: Maintained
4229
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004230WISTRON LAPTOP BUTTON DRIVER
4231P: Miloslav Trmac
4232M: mitr@volny.cz
4233S: Maintained
4234
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235WL3501 WIRELESS PCMCIA CARD DRIVER
4236P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004237M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004238L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004239W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240S: Maintained
4241
4242X.25 NETWORK LAYER
4243P: Henner Eisen
4244M: eis@baty.hanse.de
4245L: linux-x25@vger.kernel.org
4246S: Maintained
4247
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004248XEN HYPERVISOR INTERFACE
4249P: Jeremy Fitzhardinge
4250M: jeremy@xensource.com
4251P: Chris Wright
4252M: chrisw@sous-sol.org
4253L: virtualization@lists.osdl.org
4254L: xen-devel@lists.xensource.com
4255S: Supported
4256
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257XFS FILESYSTEM
4258P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004259P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004261L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004263T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264S: Supported
4265
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004266XILINX SYSTEMACE DRIVER
4267P: Grant Likely
4268M: grant.likely@secretlab.ca
4269W: http://www.secretlab.ca/
4270L: linux-kernel@vger.kernel.org
4271S: Maintained
4272
Peter Korsgaard238b8722006-12-06 20:35:17 -08004273XILINX UARTLITE SERIAL DRIVER
4274P: Peter Korsgaard
4275M: jacmet@sunsite.dk
4276L: linux-serial@vger.kernel.org
4277S: Maintained
4278
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004279X86 ARCHITECTURE (32-BIT AND 64-BIT)
4280P: Thomas Gleixner
4281M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282P: Ingo Molnar
4283M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004284P: H. Peter Anvin
4285M: hpa@zytor.com
4286L: linux-kernel@vger.kernel.org
4287T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004288S: Maintained
4289
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290YAM DRIVER FOR AX.25
4291P: Jean-Paul Roubelat
4292M: jpr@f6fbb.org
4293L: linux-hams@vger.kernel.org
4294S: Maintained
4295
Henkaf64a5e2005-10-12 15:02:56 +02004296YEALINK PHONE DRIVER
4297P: Henk Vergonet
4298M: Henk.Vergonet@gmail.com
4299L: usbb2k-api-dev@nongnu.org
4300S: Maintained
4301
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302Z8530 DRIVER FOR AX.25
4303P: Joerg Reuter
4304M: jreuter@yaina.de
4305W: http://yaina.de/jreuter/
4306W: http://www.qsl.net/dl1bke/
4307L: linux-hams@vger.kernel.org
4308S: Maintained
4309
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004310ZD1211RW WIRELESS DRIVER
4311P: Daniel Drake
4312M: dsd@gentoo.org
4313P: Ulrich Kunitz
4314M: kune@deine-taler.de
4315W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004316L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004317L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4318S: Maintained
4319
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320ZF MACHZ WATCHDOG
4321P: Fernando Fuganti
4322M: fuganti@netbank.com.br
4323W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4324S: Maintained
4325
4326ZR36067 VIDEO FOR LINUX DRIVER
4327P: Ronald Bultje
4328M: rbultje@ronald.bitfreak.net
4329L: mjpeg-users@lists.sourceforge.net
4330W: http://mjpeg.sourceforge.net/driver-zoran/
4331S: Maintained
4332
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004333ZS DECSTATION Z85C30 SERIAL DRIVER
4334P: Maciej W. Rozycki
4335M: macro@linux-mips.org
4336S: Maintained
4337
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338THE REST
4339P: Linus Torvalds
4340S: Buried alive in reporters