blob: 663485b004fb10da0477888156f46c1c2f1f251a [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
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700178ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700184ABIT UGURU 3 HARDWARE MONITOR DRIVER
185P: Alistair John Strachan
186M: alistair@devzero.co.uk
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700196IPS SCSI RAID DRIVER
197P: Adaptec OEM Raid Solutions
198M: aacraid@adaptec.com
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Maintained
202
203DPT_I2O SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/
208S: Maintained
209
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210AACRAID SCSI RAID DRIVER
211P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700212M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700214W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Supported
216
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000217ACER WMI LAPTOP EXTRAS
218P: Carlos Corbacho
219M: carlos@strangeworlds.co.uk
220L: aceracpi@googlegroups.com (subscribers-only)
221W: http://code.google.com/p/aceracpi
222S: Maintained
223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224ACPI
Len Brown8aa863b2008-06-27 11:31:50 -0400225P: Andi Kleen
226M: ak@linux.intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500227M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500228L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400229W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800230T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500231S: Supported
232
233ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400234P: Alexey Starikovskiy
235M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500236L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300237W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500238S: Supported
239
240ACPI EC DRIVER
241P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400242M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500243L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300244W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500245S: Supported
246
247ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400248P: Zhang Rui
249M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500250L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300251W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500252S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254ACPI PCI HOTPLUG DRIVER
255P: Kristen Carlson Accardi
256M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700257L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500258S: Supported
259
260ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400261P: Zhang Rui
262M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500263L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300264W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500265S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700266
Len Brown359acec2007-02-10 01:59:24 -0500267ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400268P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400269M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500270L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300271W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500272S: Supported
273
Carlos Corbachobff431e2008-02-05 02:17:04 +0000274ACPI WMI DRIVER
275P: Carlos Corbacho
276M: carlos@strangeworlds.co.uk
277L: linux-acpi@vger.kernel.org
278W: http://www.lesswatts.org/projects/acpi/
279S: Maintained
280
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100281AD1889 ALSA SOUND DRIVER
282P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400283M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100284P: Thibaut Varene
285M: T-Bone@parisc-linux.org
286W: http://wiki.parisc-linux.org/AD1889
287L: linux-parisc@vger.kernel.org
288S: Maintained
289
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290ADM1025 HARDWARE MONITOR DRIVER
291P: Jean Delvare
292M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200293L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294S: Maintained
295
Corentin Labbecae2caa2007-02-14 21:15:04 +0100296ADM1029 HARDWARE MONITOR DRIVER
297P: Corentin Labbe
298M: corentin.labbe@geomatys.fr
299L: lm-sensors@lm-sensors.org
300S: Maintained
301
Michael Wucc0b88c2007-08-31 01:15:25 -0400302ADM8211 WIRELESS DRIVER
303P: Michael Wu
304M: flamingice@sourmilk.net
305L: linux-wireless@vger.kernel.org
306W: http://linuxwireless.org/
307T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
308S: Maintained
309
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310ADT746X FAN DRIVER
311P: Colin Leroy
312M: colin@colino.net
313S: Maintained
314
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400315ADVANSYS SCSI DRIVER
316P: Matthew Wilcox
317M: matthew@wil.cx
318L: linux-scsi@vger.kernel.org
319S: Maintained
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321AEDSP16 DRIVER
322P: Riccardo Facchetti
323M: fizban@tin.it
324S: Maintained
325
326AFFS FILE SYSTEM
327P: Roman Zippel
328M: zippel@linux-m68k.org
329S: Maintained
330
331AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400332P: David Airlie
333M: airlied@linux.ie
334T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335S: Maintained
336
337AHA152X SCSI DRIVER
338P: Juergen E. Fischer
339M: Juergen Fischer <fischer@norbit.de>
340L: linux-scsi@vger.kernel.org
341S: Maintained
342
Hannes Reinecke64624d42007-10-19 10:32:29 +0200343AIC7XXX / AIC79XX SCSI DRIVER
344P: Hannes Reinecke
345M: hare@suse.de
346L: linux-scsi@vger.kernel.org
347S: Maintained
348
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349ALCATEL SPEEDTOUCH USB DRIVER
350P: Duncan Sands
351M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700352L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353W: http://www.linux-usb.org/SpeedTouch/
354S: Maintained
355
Pierre Ossman272f1332007-05-14 21:25:26 +0200356ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200357P: Manuel Lauss
358M: manuel.lauss@gmail.com
359S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200360
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000361ALI1563 I2C DRIVER
362P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100363M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200364L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000365S: Maintained
366
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367ALPHA PORT
368P: Richard Henderson
369M: rth@twiddle.net
370S: Odd Fixes for 2.4; Maintained for 2.6.
371P: Ivan Kokshaysky
372M: ink@jurassic.park.msu.ru
373S: Maintained for 2.4; PCI support for 2.6.
374
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700375AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
376P: Thomas Dahlmann
377M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700378L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700379S: Supported
380
Jordan Crousef90b8112006-01-06 00:12:14 -0800381AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100382P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700383L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800384W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
385S: Supported
386
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200387AMD IOMMU (AMD-VI)
388P: Joerg Roedel
389M: joerg.roedel@amd.com
390L: iommu@lists.linux-foundation.org
391S: Supported
392
Stelian Pop284f42b2006-12-12 18:18:31 +0100393AMS (Apple Motion Sensor) DRIVER
394P: Stelian Pop
395M: stelian@popies.net
396P: Michael Hanselmann
397M: linux-kernel@hansmi.ch
398S: Supported
399
Tom Tuckerf94b5332006-09-22 15:22:48 -0700400AMSO1100 RNIC DRIVER
401P: Tom Tucker
402M: tom@opengridcomputing.com
403P: Steve Wise
404M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700405L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700406S: Maintained
407
Johannes Berg42269062006-07-25 16:15:50 +0200408AOA (Apple Onboard Audio) ALSA DRIVER
409P: Johannes Berg
410M: johannes@sipsolutions.net
411L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200412L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200413S: Maintained
414
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415APM DRIVER
416P: Stephen Rothwell
417M: sfr@canb.auug.org.au
418L: linux-laptop@vger.kernel.org
419W: http://www.canb.auug.org.au/~sfr/
420S: Supported
421
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700422APPLE SMC DRIVER
423P: Nicolas Boichat
424M: nicolas@boichat.ch
425L: mactel-linux-devel@lists.sourceforge.net
426S: Maintained
427
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428APPLETALK NETWORK LAYER
429P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300430M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431S: Maintained
432
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400433APPLETOUCH TOUCHPAD DRIVER
434P: Johannes Berg
435M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400436L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400437S: Maintained
438
Jaya Kumar1154ea72005-06-21 17:17:04 -0700439ARC FRAMEBUFFER DRIVER
440P: Jaya Kumar
441M: jayalk@intworks.biz
442S: Maintained
443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444ARM MFM AND FLOPPY DRIVERS
445P: Ian Molton
446M: spyro@f2s.com
447S: Maintained
448
Russell King2761f5c2007-05-24 06:56:08 +0200449ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200450S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200451
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800452ARM/ADI ROADRUNNER MACHINE SUPPORT
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
458ARM/ADS SPHERE MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
464ARM/AJECO 1ARM MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
Andrew Victord4a89c72006-12-04 13:56:21 +0100470ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
471P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100472M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
474W: http://maxim.org.za/at91_26.html
475S: Maintained
476
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800477ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
478P: Lennert Buytenhek
479M: kernel@wantstofly.org
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Maintained
482
483ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
Russell Kinga9da4f72008-07-12 21:42:04 +0100489ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
490P: Mike Rapoport
491M: mike@compulab.co.il
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495ARM/CORGI MACHINE SUPPORT
496P: Richard Purdie
497M: rpurdie@rpsys.net
498S: Maintained
499
Russell Kinga9da4f72008-07-12 21:42:04 +0100500ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
501P: Daniel Ribeiro
502M: drwyrm@gmail.com
503P: Stefan Schmidt
504M: stefan@openezx.org
505P: Harald Welte
506M: laforge@openezx.org
507L: openezx-devel@lists.openezx.org (subscribers-only)
508W: http://www.openezx.org/
509S: Maintained
510
Sascha Hauer86183a52008-07-24 23:50:35 +0200511ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
512P: Sascha Hauer
513M: kernel@pengutronix.de
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800517ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100523ARM/GUMSTIX MACHINE SUPPORT
524P: Steve Sakoman
525M: sakoman@gmail.com
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100529ARM/HP JORNADA 7XX MACHINE SUPPORT
530P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100531M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100532W: www.jlime.com
533S: Maintained
534
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800535ARM/INTEL IOP32X ARM ARCHITECTURE
536P: Lennert Buytenhek
537M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100538P: Dan Williams
539M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100541S: Supported
542
543ARM/INTEL IOP33X ARM ARCHITECTURE
544P: Dan Williams
545M: dan.j.williams@intel.com
546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800548
549ARM/INTEL IOP13XX ARM ARCHITECTURE
550P: Lennert Buytenhek
551M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100552P: Dan Williams
553M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800554L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100555S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800556
557ARM/INTEL IQ81342EX MACHINE SUPPORT
558P: Lennert Buytenhek
559M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100560P: Dan Williams
561M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100563S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800564
565ARM/INTEL IXP2000 ARM ARCHITECTURE
566P: Lennert Buytenhek
567M: kernel@wantstofly.org
568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S: Maintained
570
571ARM/INTEL IXDP2850 MACHINE SUPPORT
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S: Maintained
576
577ARM/INTEL IXP23XX ARM ARCHITECTURE
578P: Lennert Buytenhek
579M: kernel@wantstofly.org
580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
581S: Maintained
582
583ARM/INTEL XSC3 (MANZANO) ARM CORE
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100586P: Dan Williams
587M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100589S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800590
591ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
592P: Lennert Buytenhek
593M: kernel@wantstofly.org
594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
595S: Maintained
596
597ARM/LOGICPD PXA270 MACHINE SUPPORT
598P: Lennert Buytenhek
599M: kernel@wantstofly.org
600L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601S: Maintained
602
Philipp Zabel3b8861712008-07-09 21:27:15 +0100603ARM/MAGICIAN MACHINE SUPPORT
604P: Philipp Zabel
605M: philipp.zabel@gmail.com
606S: Maintained
607
Dirk Opfer8459c152005-11-06 14:27:52 +0000608ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100609P: Dmitry Baryshkov
610M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000611P: Dirk Opfer
612M: dirk@opfer-online.de
613S: Maintained
614
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100615ARM/PALMTX SUPPORT
616P: Marek Vasut
617M: marek.vasut@gmail.com
618W: http://hackndev.com
619S: Maintained
620
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621ARM/PLEB SUPPORT
622P: Peter Chubb
623M: pleb@gelato.unsw.edu.au
624W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
625S: Maintained
626
627ARM/PT DIGITAL BOARD PORT
628P: Stefan Eletzhofer
629M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700630L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631W: http://www.arm.linux.org.uk/
632S: Maintained
633
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800634ARM/RADISYS ENP2611 MACHINE SUPPORT
635P: Lennert Buytenhek
636M: kernel@wantstofly.org
637L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
638S: Maintained
639
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640ARM/SHARK MACHINE SUPPORT
641P: Alexander Schulz
642M: alex@shark-linux.de
643W: http://www.shark-linux.de/shark.html
644S: Maintained
645
646ARM/STRONGARM110 PORT
647P: Russell King
648M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700649L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650W: http://www.arm.linux.org.uk/
651S: Maintained
652
653ARM/S3C2410 ARM ARCHITECTURE
654P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800655M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700656L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657W: http://www.fluff.org/ben/linux/
658S: Maintained
659
660ARM/S3C2440 ARM ARCHITECTURE
661P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800662M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700663L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664W: http://www.fluff.org/ben/linux/
665S: Maintained
666
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800667ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
668P: Lennert Buytenhek
669M: kernel@wantstofly.org
670L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
671S: Maintained
672
673ARM/THECUS N2100 MACHINE SUPPORT
674P: Lennert Buytenhek
675M: kernel@wantstofly.org
676L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677S: Maintained
678
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679ARPD SUPPORT
680P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700681L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682S: Maintained
683
684ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500685P: Corentin Chary
686M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687P: Karol Kozimor
688M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689L: acpi4asus-user@lists.sourceforge.net
690W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500691W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692S: Maintained
693
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400694ASUS ASB100 HARDWARE MONITOR DRIVER
695P: Mark M. Hoffman
696M: mhoffman@lightlink.com
697L: lm-sensors@lm-sensors.org
698S: Maintained
699
Corentin Chary85091b72007-01-26 14:04:30 +0100700ASUS LAPTOP EXTRAS DRIVER
701P: Corentin Chary
702M: corentincj@iksaif.net
703L: acpi4asus-user@lists.sourceforge.net
704W: http://sourceforge.net/projects/acpi4asus
705W: http://xf.iksaif.net/acpi4asus
706S: Maintained
707
Dan Williamsb3e5f262007-08-07 10:26:35 -0700708ASYNCHRONOUS TRANSFERS/TRANSFORMS API
709P: Dan Williams
710M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100711P: Maciej Sosnowski
712M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700713L: linux-kernel@vger.kernel.org
714W: http://sourceforge.net/projects/xscaleiop
715S: Supported
716
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717ATA OVER ETHERNET DRIVER
718P: Ed L. Cashin
719M: ecashin@coraid.com
720W: http://www.coraid.com/support/linux
721S: Supported
722
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200723ATHEROS ATH5K WIRELESS DRIVER
724P: Jiri Slaby
725M: jirislaby@gmail.com
726P: Nick Kossifidis
727M: mickflemm@gmail.com
728P: Luis R. Rodriguez
729M: mcgrof@gmail.com
730L: linux-wireless@vger.kernel.org
731L: ath5k-devel@lists.ath5k.org
732S: Maintained
733
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700734ATHEROS ATH9K WIRELESS DRIVER
735P: Luis R. Rodriguez
736M: lrodriguez@atheros.com
737P: Jouni Malinen
738M: jmalinen@atheros.com
739L: linux-wireless@vger.kernel.org
740L: ath9k-devel@lists.ath9k.org
741S: Supported
742
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000743ATI_REMOTE2 DRIVER
744P: Ville Syrjala
745M: syrjala@sci.fi
746S: Maintained
747
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600748ATL1 ETHERNET DRIVER
749P: Jay Cliburn
750M: jcliburn@gmail.com
751P: Chris Snook
752M: csnook@redhat.com
753L: atl1-devel@lists.sourceforge.net
754W: http://sourceforge.net/projects/atl1
755W: http://atl1.sourceforge.net
756S: Maintained
757
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758ATM
759P: Chas Williams
760M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700761L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762W: http://linux-atm.sourceforge.net
763S: Maintained
764
Pierre Ossman272f1332007-05-14 21:25:26 +0200765ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200766P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800767M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200768L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
769W: http://www.atmel.com/products/AT91/
770W: http://www.at91.com/
771S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200772
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800773ATMEL AT91 / AT32 SERIAL DRIVER
774P: Haavard Skinnemoen
775M: hskinnemoen@atmel.com
776L: linux-kernel@vger.kernel.org
777S: Supported
778
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800779ATMEL LCDFB DRIVER
780P: Nicolas Ferre
781M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800782L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800783S: Maintained
784
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100785ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100786P: Haavard Skinnemoen
787M: hskinnemoen@atmel.com
788S: Supported
789
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800790ATMEL SPI DRIVER
791P: Haavard Skinnemoen
792M: hskinnemoen@atmel.com
793S: Supported
794
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700795ATMEL USBA UDC DRIVER
796P: Haavard Skinnemoen
797M: hskinnemoen@atmel.com
798L: kernel@avr32linux.org
799W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
800S: Supported
801
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802ATMEL WIRELESS DRIVER
803P: Simon Kelley
804M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700805L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806W: http://www.thekelleys.org.uk/atmel
807W: http://atmelwlandriver.sourceforge.net/
808S: Maintained
809
Chris Wrighta92b7b82005-07-07 18:12:23 -0700810AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400811P: Al Viro
812M: viro@zeniv.linux.org.uk
813P: Eric Paris
814M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700815L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100816W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400817T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700818S: Maintained
819
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800820AUXILIARY DISPLAY DRIVERS
821P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700822M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800823L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700824W: http://miguelojeda.es/auxdisplay.htm
825W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800826S: Maintained
827
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700828AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700829P: Haavard Skinnemoen
830M: hskinnemoen@atmel.com
831W: http://www.atmel.com/products/AVR32/
832W: http://avr32linux.org/
833W: http://avrfreaks.net/
834S: Supported
835
836AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700837P: Haavard Skinnemoen
838M: hskinnemoen@atmel.com
839S: Supported
840
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841AX.25 NETWORK LAYER
842P: Ralf Baechle
843M: ralf@linux-mips.org
844L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200845W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846S: Maintained
847
Richard Purdie300abeb2007-02-07 22:21:07 +0000848BACKLIGHT CLASS/SUBSYSTEM
849P: Richard Purdie
850M: rpurdie@rpsys.net
851S: Maintained
852
Bryan Wu1394f032007-05-06 14:50:22 -0700853BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800854P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800855M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800856L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
857W: http://blackfin.uclinux.org
858S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700859
Bryan Wue190d6b2007-07-17 14:43:44 +0800860BLACKFIN EMAC DRIVER
861P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800862M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800863L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
864W: http://blackfin.uclinux.org
865S: Supported
866
Mike Frysinger566da5b2007-06-11 15:31:30 +0800867BLACKFIN RTC DRIVER
868P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800869M: vapier.adi@gmail.com
870L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
871W: http://blackfin.uclinux.org
872S: Supported
873
Bryan Wu1394f032007-05-06 14:50:22 -0700874BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800875P: Sonic Zhang
876M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800877L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
878W: http://blackfin.uclinux.org
879S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700880
Bryan Wu1e6d3202007-07-15 02:50:02 +0800881BLACKFIN WATCHDOG DRIVER
882P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800883M: vapier.adi@gmail.com
884L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
885W: http://blackfin.uclinux.org
886S: Supported
887
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888BAYCOM/HDLCDRV DRIVERS FOR AX.25
889P: Thomas Sailer
890M: t.sailer@alumni.ethz.ch
891L: linux-hams@vger.kernel.org
892W: http://www.baycom.org/~tom/ham/ham.html
893S: Maintained
894
Michael Buesche4d6b792007-09-18 15:39:42 -0400895B43 WIRELESS DRIVER
896P: Michael Buesch
897M: mb@bu3sch.de
898P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100899M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400900L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100901W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400902S: Maintained
903
Larry Finger75388ac2007-09-25 16:46:54 -0700904B43LEGACY WIRELESS DRIVER
905P: Larry Finger
906M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100907P: Stefano Brivio
908M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700909L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100910W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700911S: Maintained
912
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913BEFS FILE SYSTEM
914P: Sergey S. Kostyliov
915M: rathamahata@php4.ru
916L: linux-kernel@vger.kernel.org
917S: Maintained
918
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919BFS FILE SYSTEM
920P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800921M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922L: linux-kernel@vger.kernel.org
923S: Maintained
924
Bryan Wud24ecfc2007-05-01 23:26:32 +0200925BLACKFIN I2C TWI DRIVER
926P: Sonic Zhang
927M: sonic.zhang@analog.com
928L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
929W: http://blackfin.uclinux.org/
930S: Supported
931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932BLOCK LAYER
933P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200934M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800936T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937S: Maintained
938
Joern Engel2b54aae2008-02-06 01:38:02 -0800939BLOCK2MTD DRIVER
940P: Joern Engel
941M: joern@lazybastard.org
942L: linux-mtd@lists.infradead.org
943S: Maintained
944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945BLUETOOTH SUBSYSTEM
946P: Marcel Holtmann
947M: marcel@holtmann.org
948P: Maxim Krasnyansky
949M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700950L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951W: http://bluez.sf.net
952W: http://www.bluez.org
953W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800954T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955S: Maintained
956
957BLUETOOTH RFCOMM LAYER
958P: Marcel Holtmann
959M: marcel@holtmann.org
960P: Maxim Krasnyansky
961M: maxk@qualcomm.com
962S: Maintained
963
964BLUETOOTH BNEP LAYER
965P: Marcel Holtmann
966M: marcel@holtmann.org
967P: Maxim Krasnyansky
968M: maxk@qualcomm.com
969S: Maintained
970
971BLUETOOTH CMTP LAYER
972P: Marcel Holtmann
973M: marcel@holtmann.org
974S: Maintained
975
976BLUETOOTH HIDP LAYER
977P: Marcel Holtmann
978M: marcel@holtmann.org
979S: Maintained
980
981BLUETOOTH HCI UART DRIVER
982P: Marcel Holtmann
983M: marcel@holtmann.org
984P: Maxim Krasnyansky
985M: maxk@qualcomm.com
986S: Maintained
987
988BLUETOOTH HCI USB DRIVER
989P: Marcel Holtmann
990M: marcel@holtmann.org
991P: Maxim Krasnyansky
992M: maxk@qualcomm.com
993S: Maintained
994
995BLUETOOTH HCI BCM203X DRIVER
996P: Marcel Holtmann
997M: marcel@holtmann.org
998S: Maintained
999
1000BLUETOOTH HCI BPA10X DRIVER
1001P: Marcel Holtmann
1002M: marcel@holtmann.org
1003S: Maintained
1004
1005BLUETOOTH HCI BFUSB DRIVER
1006P: Marcel Holtmann
1007M: marcel@holtmann.org
1008S: Maintained
1009
1010BLUETOOTH HCI DTL1 DRIVER
1011P: Marcel Holtmann
1012M: marcel@holtmann.org
1013S: Maintained
1014
1015BLUETOOTH HCI BLUECARD DRIVER
1016P: Marcel Holtmann
1017M: marcel@holtmann.org
1018S: Maintained
1019
1020BLUETOOTH HCI BT3C DRIVER
1021P: Marcel Holtmann
1022M: marcel@holtmann.org
1023S: Maintained
1024
1025BLUETOOTH HCI BTUART DRIVER
1026P: Marcel Holtmann
1027M: marcel@holtmann.org
1028S: Maintained
1029
1030BLUETOOTH HCI VHCI DRIVER
1031P: Maxim Krasnyansky
1032M: maxk@qualcomm.com
1033S: Maintained
1034
1035BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001036P: Jay Vosburgh
1037M: fubar@us.ibm.com
1038L: bonding-devel@lists.sourceforge.net
1039W: http://sourceforge.net/projects/bonding/
1040S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041
Gary Zambrano39105892006-06-22 17:26:20 -07001042BROADCOM B44 10/100 ETHERNET DRIVER
1043P: Gary Zambrano
1044M: zambrano@broadcom.com
1045L: netdev@vger.kernel.org
1046S: Supported
1047
Michael Chan948c51e2006-06-04 02:51:39 -07001048BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1049P: Michael Chan
1050M: mchan@broadcom.com
1051L: netdev@vger.kernel.org
1052S: Supported
1053
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001054BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001055P: Eilon Greenstein
1056M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001057L: netdev@vger.kernel.org
1058S: Supported
1059
Michael Chan948c51e2006-06-04 02:51:39 -07001060BROADCOM TG3 GIGABIT ETHERNET DRIVER
1061P: Michael Chan
1062M: mchan@broadcom.com
1063L: netdev@vger.kernel.org
1064S: Supported
1065
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001066BSG (block layer generic sg v4 driver)
1067P: FUJITA Tomonori
1068M: fujita.tomonori@lab.ntt.co.jp
1069L: linux-scsi@vger.kernel.org
1070S: Supported
1071
Michael Bueschff1d5c22008-07-25 01:46:10 -07001072BT8XXGPIO DRIVER
1073P: Michael Buesch
1074M: mb@bu3sch.de
1075W: http://bu3sch.de/btgpio.php
1076S: Maintained
1077
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001079P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001080M: mchehab@infradead.org
1081M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001083W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001084T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001085S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086
Jonathan Corbet77d51402007-03-22 19:44:17 -03001087CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1088P: Jonathan Corbet
1089M: corbet@lwn.net
1090L: video4linux-list@redhat.com
1091S: Maintained
1092
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001093CAN NETWORK LAYER
1094P: Urs Thuermann
1095M: urs.thuermann@volkswagen.de
1096P: Oliver Hartkopp
1097M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001098L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001099W: http://developer.berlios.de/projects/socketcan/
1100S: Maintained
1101
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001102CALGARY x86-64 IOMMU
1103P: Muli Ben-Yehuda
1104M: muli@il.ibm.com
1105P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001106M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001107L: linux-kernel@vger.kernel.org
1108L: discuss@x86-64.org
1109S: Maintained
1110
Arnd Bergmannb8154542008-05-16 11:10:59 +02001111CELL BROADBAND ENGINE ARCHITECTURE
1112P: Arnd Bergmann
1113M: arnd@arndb.de
1114L: linuxppc-dev@ozlabs.org
1115L: cbe-oss-dev@ozlabs.org
1116W: http://www.ibm.com/developerworks/power/cell/
1117S: Supported
1118
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001119CFAG12864B LCD DRIVER
1120P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001121M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001122L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001123W: http://miguelojeda.es/auxdisplay.htm
1124W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001125S: Maintained
1126
1127CFAG12864BFB LCD FRAMEBUFFER DRIVER
1128P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001129M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001130L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001131W: http://miguelojeda.es/auxdisplay.htm
1132W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001133S: Maintained
1134
Johannes Berg704232c2007-04-23 12:20:05 -07001135CFG80211 and NL80211
1136P: Johannes Berg
1137M: johannes@sipsolutions.net
1138L: linux-wireless@vger.kernel.org
1139S: Maintained
1140
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001141CHECKPATCH
1142P: Andy Whitcroft
1143M: apw@shadowen.org
1144P: Randy Dunlap
1145M: rdunlap@xenotime.net
1146P: Joel Schopp
1147M: jschopp@austin.ibm.com
1148S: Supported
1149
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150COMMON INTERNET FILE SYSTEM (CIFS)
1151P: Steve French
1152M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001153L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001155W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001156T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001157S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158
Joel Becker7063fbf2005-12-15 14:29:43 -08001159CONFIGFS
1160P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001161M: joel.becker@oracle.com
1162L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001163S: Supported
1164
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001165CIRRUS LOGIC EP93XX ETHERNET DRIVER
1166P: Lennert Buytenhek
1167M: kernel@wantstofly.org
1168L: netdev@vger.kernel.org
1169S: Maintained
1170
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001171CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1172P: Lennert Buytenhek
1173M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001174L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001175S: Maintained
1176
Timur Tabid9e9d822008-04-24 08:45:26 +10001177CIRRUS LOGIC CS4270 SOUND DRIVER
1178P: Timur Tabi
1179M: timur@freescale.com
1180L: alsa-devel@alsa-project.org
1181S: Supported
1182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1184P: Cirrus Logic Corporation (kernel 2.2 driver)
1185M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1186P: Nils Faerber (port to kernel 2.4)
1187M: Nils Faerber <nils@kernelconcepts.de>
1188S: Maintained
1189
1190CODA FILE SYSTEM
1191P: Jan Harkes
1192M: jaharkes@cs.cmu.edu
1193M: coda@cs.cmu.edu
1194L: codalist@coda.cs.cmu.edu
1195W: http://www.coda.cs.cmu.edu/
1196S: Maintained
1197
1198COMPACTPCI HOTPLUG CORE
1199P: Scott Murray
1200M: scottm@somanetworks.com
1201M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001202L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203S: Supported
1204
1205COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1206P: Scott Murray
1207M: scottm@somanetworks.com
1208M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001209L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210S: Supported
1211
1212COMPACTPCI HOTPLUG GENERIC DRIVER
1213P: Scott Murray
1214M: scottm@somanetworks.com
1215M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001216L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217S: Supported
1218
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001219COMPAL LAPTOP SUPPORT
1220P: Cezary Jackiewicz
1221M: cezary.jackiewicz@gmail.com
1222S: Maintained
1223
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224COMPUTONE INTELLIPORT MULTIPORT CARD
1225P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001226M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001228S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229
Simon Arlott949be0f2007-03-06 02:47:46 -08001230CONEXANT ACCESSRUNNER USB DRIVER
1231P: Simon Arlott
1232M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001233L: accessrunner-general@lists.sourceforge.net
1234W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001235S: Maintained
1236
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001237CONTROL GROUPS (CGROUPS)
1238P: Paul Menage
1239M: menage@google.com
1240L: containers@lists.linux-foundation.org
1241S: Maintained
1242
Rudolf Marekbebe4672007-05-08 17:22:02 +02001243CORETEMP HARDWARE MONITORING DRIVER
1244P: Rudolf Marek
1245M: r.marek@assembler.cz
1246L: lm-sensors@lm-sensors.org
1247S: Maintained
1248
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249COSA/SRP SYNC SERIAL DRIVER
1250P: Jan "Yenya" Kasprzak
1251M: kas@fi.muni.cz
1252W: http://www.fi.muni.cz/~kas/cosa/
1253S: Maintained
1254
1255CPU FREQUENCY DRIVERS
1256P: Dave Jones
1257M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001258L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001260T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261S: Maintained
1262
1263CPUID/MSR DRIVER
1264P: H. Peter Anvin
1265M: hpa@zytor.com
1266S: Maintained
1267
Paul Jacksoned90fb42005-09-27 21:45:37 -07001268CPUSETS
1269P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001270P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001271M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001272M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001273L: linux-kernel@vger.kernel.org
1274W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001275W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001276S: Supported
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001279W: http://sourceforge.net/projects/cramfs/
1280S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281
1282CRIS PORT
1283P: Mikael Starvik
1284M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001285P: Jesper Nilsson
1286M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287L: dev-etrax@axis.com
1288W: http://developer.axis.com
1289S: Maintained
1290
1291CRYPTO API
1292P: Herbert Xu
1293M: herbert@gondor.apana.org.au
1294P: David S. Miller
1295M: davem@davemloft.net
1296L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001297T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298S: Maintained
1299
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001300CS5535 Audio ALSA driver
1301P: Jaya Kumar
1302M: jayakumar.alsa@gmail.com
1303S: Maintained
1304
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001305CX18 VIDEO4LINUX DRIVER
1306P: Hans Verkuil, Andy Walls
1307M: hverkuil@xs4all.nl, awalls@radix.net
1308L: ivtv-devel@ivtvdriver.org
1309L: ivtv-users@ivtvdriver.org
1310L: video4linux-list@redhat.com
1311W: http://linuxtv.org
1312S: Maintained
1313
Steve Wisee5ec3782008-05-20 14:06:33 -07001314CXGB3 ETHERNET DRIVER (CXGB3)
1315P: Divy Le Ray
1316M: divy@chelsio.com
1317L: netdev@vger.kernel.org
1318W: http://www.chelsio.com
1319S: Supported
1320
1321CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1322P: Steve Wise
1323M: swise@chelsio.com
1324L: general@lists.openfabrics.org
1325W: http://www.openfabrics.org
1326S: Supported
1327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328CYBERPRO FB DRIVER
1329P: Russell King
1330M: rmk@arm.linux.org.uk
1331W: http://www.arm.linux.org.uk/
1332S: Maintained
1333
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001334CYBLAFB FRAMEBUFFER DRIVER
1335P: Knut Petersen
1336M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001337L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001338S: Maintained
1339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340CYCLADES 2X SYNC CARD DRIVER
1341P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001342M: acme@ghostprotocols.net
1343W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001348S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349
1350CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001352S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354DAMA SLAVE for AX.25
1355P: Joerg Reuter
1356M: jreuter@yaina.de
1357W: http://yaina.de/jreuter/
1358W: http://www.qsl.net/dl1bke/
1359L: linux-hams@vger.kernel.org
1360S: Maintained
1361
1362DC395x SCSI driver
1363P: Oliver Neukum
1364M: oliver@neukum.name
1365P: Ali Akcaagac
1366M: aliakc@web.de
1367P: Jamie Lenehan
1368M: lenehan@twibble.org
1369W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001370L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371L: http://lists.twibble.org/mailman/listinfo/dc395x/
1372S: Maintained
1373
1374DC390/AM53C974 SCSI driver
1375P: Kurt Garloff
1376M: garloff@suse.de
1377W: http://www.garloff.de/kurt/linux/dc390/
1378P: Guennadi Liakhovetski
1379M: g.liakhovetski@gmx.de
1380S: Maintained
1381
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001382DCCP PROTOCOL
1383P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001384M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001385L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001386W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001387S: Maintained
1388
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001390P: Christine Caulfield
1391M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392W: http://linux-decnet.sourceforge.net
1393L: linux-decnet-user@lists.sourceforge.net
1394S: Maintained
1395
1396DEFXX FDDI NETWORK DRIVER
1397P: Maciej W. Rozycki
1398M: macro@linux-mips.org
1399S: Maintained
1400
1401DELL LAPTOP SMM DRIVER
1402P: Massimo Dal Zotto
1403M: dz@debian.org
1404W: http://www.debian.org/~dz/i8k/
1405S: Maintained
1406
Doug Warzecha90563ec2005-09-06 15:17:15 -07001407DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1408P: Doug Warzecha
1409M: Douglas_Warzecha@dell.com
1410S: Maintained
1411
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001412DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413P: Alasdair Kergon
1414L: dm-devel@redhat.com
1415W: http://sources.redhat.com/dm
1416S: Maintained
1417
1418DEVICE NUMBER REGISTRY
1419P: Torben Mathiasen
1420M: device@lanana.org
1421W: http://lanana.org/docs/device-list/index.html
1422L: linux-kernel@vger.kernel.org
1423S: Maintained
1424
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425DIGI INTL. EPCA DRIVER
1426P: Digi International, Inc
1427M: Eng.Linux@digi.com
1428L: Eng.Linux@digi.com
1429W: http://www.digi.com
1430S: Orphaned
1431
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432DIRECTORY NOTIFICATION
1433P: Stephen Rothwell
1434M: sfr@canb.auug.org.au
1435L: linux-kernel@vger.kernel.org
1436S: Supported
1437
1438DISK GEOMETRY AND PARTITION HANDLING
1439P: Andries Brouwer
1440M: aeb@cwi.nl
1441W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1442W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1443W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1444S: Maintained
1445
1446DISKQUOTA:
1447P: Jan Kara
1448M: jack@suse.cz
1449L: linux-kernel@vger.kernel.org
1450S: Maintained
1451
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001452DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001453P: Christine Caulfield
1454M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001455P: David Teigland
1456M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001457L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001458W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001459T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001460S: Supported
1461
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1463P: Tobias Ringstrom
1464M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001465L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466S: Maintained
1467
Dan Williamsb3e5f262007-08-07 10:26:35 -07001468DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001469P: Maciej Sosnowski
1470M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001471P: Dan Williams
1472M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001473L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001474S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001475
Juerg Haefligerb8250372007-06-09 10:11:16 -04001476DME1737 HARDWARE MONITOR DRIVER
1477P: Juerg Haefliger
1478M: juergh@gmail.com
1479L: lm-sensors@lm-sensors.org
1480S: Maintained
1481
Martin Waitzba483d52005-06-17 13:20:59 -07001482DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001483P: Randy Dunlap
1484M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001485S: Maintained
1486
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001487DOCKING STATION DRIVER
1488P: Kristen Carlson Accardi
1489M: kristen.c.accardi@intel.com
1490L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001491S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001492
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001493DOCUMENTATION (/Documentation directory)
1494P: Michael Kerrisk
1495M: mtk.manpages@gmail.com
1496P: Randy Dunlap
1497M: rdunlap@xenotime.net
1498L: linux-doc@vger.kernel.org
1499S: Maintained
1500
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501DOUBLETALK DRIVER
1502P: James R. Van Zandt
1503M: jrv@vanzandt.mv.com
1504L: blinux-list@redhat.com
1505S: Maintained
1506
1507DRIVER CORE, KOBJECTS, AND SYSFS
1508P: Greg Kroah-Hartman
1509M: gregkh@suse.de
1510L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001511T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512S: Supported
1513
1514DRM DRIVERS
1515P: David Airlie
1516M: airlied@linux.ie
1517L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001518T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519S: Maintained
1520
1521DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001522P: Francois Romieu
1523M: romieu@fr.zoreil.com
1524L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525S: Maintained
1526
1527DVB SUBSYSTEM AND DRIVERS
1528P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001529M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001531W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001532T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001533S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001535DZ DECSTATION DZ11 SERIAL DRIVER
1536P: Maciej W. Rozycki
1537M: macro@linux-mips.org
1538S: Maintained
1539
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540EATA-DMA SCSI DRIVER
1541P: Michael Neuffer
1542L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1543S: Maintained
1544
1545EATA ISA/EISA/PCI SCSI DRIVER
1546P: Dario Ballabio
1547M: ballabio_dario@emc.com
1548L: linux-scsi@vger.kernel.org
1549S: Maintained
1550
1551EATA-PIO SCSI DRIVER
1552P: Michael Neuffer
1553M: mike@i-Connect.Net
1554L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1555S: Maintained
1556
1557EBTABLES
1558P: Bart De Schuymer
1559M: bart.de.schuymer@pandora.be
1560L: ebtables-user@lists.sourceforge.net
1561L: ebtables-devel@lists.sourceforge.net
1562W: http://ebtables.sourceforge.net/
1563S: Maintained
1564
Michael Halcrow237fead2006-10-04 02:16:22 -07001565ECRYPT FILE SYSTEM
1566P: Mike Halcrow, Phillip Hellewell
1567M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1568L: ecryptfs-devel@lists.sourceforge.net
1569W: http://ecryptfs.sourceforge.net/
1570S: Supported
1571
Alan Coxda9bb1d2006-01-18 17:44:13 -08001572EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001573P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001574M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001575L: bluesmoke-devel@lists.sourceforge.net
1576W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001577S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001578
1579EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001580P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001581P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001582M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001583M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001584L: bluesmoke-devel@lists.sourceforge.net
1585W: bluesmoke.sourceforge.net
1586S: Maintained
1587
1588EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001589P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001590M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001591L: bluesmoke-devel@lists.sourceforge.net
1592W: bluesmoke.sourceforge.net
1593S: Maintained
1594
Douglas Thompson6bc78402007-07-19 01:50:12 -07001595EDAC-I82443BXGX
1596P: Tim Small
1597M: tim@buttersideup.com
1598L: bluesmoke-devel@lists.sourceforge.net
1599W: bluesmoke.sourceforge.net
1600S: Maintained
1601
1602EDAC-I3000
1603P: Jason Uhlenkott
1604M: juhlenko@akamai.com
1605L: bluesmoke-devel@lists.sourceforge.net
1606W: bluesmoke.sourceforge.net
1607S: Maintained
1608
1609EDAC-I5000
1610P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001611M: dougthompson@xmission.com
1612L: bluesmoke-devel@lists.sourceforge.net
1613W: bluesmoke.sourceforge.net
1614S: Maintained
1615
1616EDAC-I82975X
1617P: Ranganathan Desikan
1618P: Arvind R.
1619M: rdesikan@jetzbroadband.com
1620M: arvind@acarlab.com
1621L: bluesmoke-devel@lists.sourceforge.net
1622W: bluesmoke.sourceforge.net
1623S: Maintained
1624
1625EDAC-PASEMI
1626P: Egor Martovetsky
1627M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001628L: bluesmoke-devel@lists.sourceforge.net
1629W: bluesmoke.sourceforge.net
1630S: Maintained
1631
Dave Peterson0e438e32006-03-26 01:38:55 -08001632EDAC-R82600
1633P: Tim Small
1634M: tim@buttersideup.com
1635L: bluesmoke-devel@lists.sourceforge.net
1636W: bluesmoke.sourceforge.net
1637S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001638
Eric Coopere59f8792008-03-13 12:55:46 +01001639EEEPC LAPTOP EXTRAS DRIVER
1640P: Corentin Chary
1641M: corentincj@iksaif.net
1642L: acpi4asus-user@lists.sourceforge.net
1643W: http://sourceforge.net/projects/acpi4asus
1644S: Maintained
1645
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646EEPRO100 NETWORK DRIVER
1647P: Andrey V. Savochkin
1648M: saw@saw.sw.com.sg
1649S: Maintained
1650
Josh Triplett0bee8d22006-07-30 03:03:58 -07001651EFS FILESYSTEM
1652W: http://aeschi.ch.eu.org/efs/
1653S: Orphan
1654
Heiko J Schickfab97222006-09-22 15:22:22 -07001655EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1656P: Hoang-Nam Nguyen
1657M: hnguyen@de.ibm.com
1658P: Christoph Raisch
1659M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001660L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001661S: Supported
1662
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001663EMBEDDED LINUX
1664P: Paul Gortmaker
1665M: paul.gortmaker@windriver.com
1666P David Woodhouse
1667M: dwmw2@infradead.org
1668L: linux-embedded@vger.kernel.org
1669S: Maintained
1670
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001671EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001672P: James Smart
1673M: james.smart@emulex.com
1674L: linux-scsi@vger.kernel.org
1675W: http://sourceforge.net/projects/lpfcxxxx
1676S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678EPSON 1355 FRAMEBUFFER DRIVER
1679P: Christopher Hoover
1680M: ch@murgatroid.com, ch@hpl.hp.com
1681S: Maintained
1682
1683ETHEREXPRESS-16 NETWORK DRIVER
1684P: Philip Blundell
1685M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001686L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687S: Maintained
1688
1689ETHERNET BRIDGE
1690P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001691M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001692L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001693W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694S: Maintained
1695
1696ETHERTEAM 16I DRIVER
1697P: Mika Kuoppala
1698M: miku@iki.fi
1699S: Maintained
1700
1701EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001702L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703S: Maintained
1704
1705EXT3 FILE SYSTEM
1706P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001707M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001708L: linux-ext4@vger.kernel.org
1709S: Maintained
1710
1711EXT4 FILE SYSTEM
1712P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001713M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001714L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715S: Maintained
1716
Jean Delvaree53004e2006-01-09 23:26:14 +01001717F71805F HARDWARE MONITORING DRIVER
1718P: Jean Delvare
1719M: khali@linux-fr.org
1720L: lm-sensors@lm-sensors.org
1721S: Maintained
1722
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723FARSYNC SYNCHRONOUS DRIVER
1724P: Kevin Curtis
1725M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726W: http://www.farsite.co.uk/
1727S: Supported
1728
Akinobu Mitac5408b82007-04-23 14:41:20 -07001729FAULT INJECTION SUPPORT
1730P: Akinobu Mita
1731M: akinobu.mita@gmail.com
1732S: Supported
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734FRAMEBUFFER LAYER
1735P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001736M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001737L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738W: http://linux-fbdev.sourceforge.net/
1739S: Maintained
1740
Zhang Wei173acc72008-03-01 07:42:48 -07001741FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001742P: Li Yang
1743M: leoli@freescale.com
1744P: Zhang Wei
1745M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001746L: linuxppc-embedded@ozlabs.org
1747L: linux-kernel@vger.kernel.org
1748S: Maintained
1749
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001750FREESCALE I2C CPM DRIVER
1751P: Jochen Friedrich
1752M: jochen@scram.de
1753L: linuxppc-dev@ozlabs.org
1754L: i2c@lm-sensors.org
1755S: Maintained
1756
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001757FREESCALE SOC FS_ENET DRIVER
1758P: Pantelis Antoniou
1759M: pantelis.antoniou@gmail.com
1760P: Vitaly Bordug
1761M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001762L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001763L: netdev@vger.kernel.org
1764S: Maintained
1765
Timur Tabid9e9d822008-04-24 08:45:26 +10001766FREESCALE QUICC ENGINE LIBRARY
1767P: Timur Tabi
1768M: timur@freescale.com
1769L: linuxppc-dev@ozlabs.org
1770S: Supported
1771
Li Yanga7205b32007-04-23 10:38:18 -07001772FREESCALE HIGHSPEED USB DEVICE DRIVER
1773P: Li Yang
1774M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001775L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001776L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001777S: Maintained
1778
Li Yangbeaf53b2007-05-25 13:54:02 +08001779FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1780P: Li Yang
1781M: leoli@freescale.com
1782L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001783L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001784S: Maintained
1785
Timur Tabid9e9d822008-04-24 08:45:26 +10001786FREESCALE QUICC ENGINE UCC UART DRIVER
1787P: Timur Tabi
1788M: timur@freescale.com
1789L: linuxppc-dev@ozlabs.org
1790S: Supported
1791
1792FREESCALE SOC SOUND DRIVERS
1793P: Timur Tabi
1794M: timur@freescale.com
1795L: alsa-devel@alsa-project.org
1796L: linuxppc-dev@ozlabs.org
1797S: Supported
1798
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799FILE LOCKING (flock() and fcntl()/lockf())
1800P: Matthew Wilcox
1801M: matthew@wil.cx
1802L: linux-fsdevel@vger.kernel.org
1803S: Maintained
1804
1805FILESYSTEMS (VFS and infrastructure)
1806P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001807M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001808L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809S: Maintained
1810
Stefan Richterf148e202008-01-12 12:32:44 +01001811FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001812P: Kristian Hoegsberg, Stefan Richter
1813M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1814L: linux1394-devel@lists.sourceforge.net
1815W: http://www.linux1394.org/
1816T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1817S: Maintained
1818
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819FIRMWARE LOADER (request_firmware)
1820L: linux-kernel@vger.kernel.org
1821S: Orphan
1822
1823FPU EMULATOR
1824P: Bill Metzenthen
1825M: billm@suburbia.net
1826W: http://suburbia.net/~billm/floating-point/emulator/
1827S: Maintained
1828
1829FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1830P: Mike McLagan
1831M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001832L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833S: Maintained
1834
1835FREEVXFS FILESYSTEM
1836P: Christoph Hellwig
1837M: hch@infradead.org
1838W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1839S: Maintained
1840
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001841FTRACE
1842P: Steven Rostedt
1843M: srostedt@redhat.com
1844S: Maintained
1845
David Howells5ab7ffe2007-04-10 15:10:45 +01001846FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847P: David Howells
1848M: dhowells@redhat.com
1849S: Maintained
1850
Jonathan Woithe20b93732008-06-11 10:14:56 +09301851FUJITSU LAPTOP EXTRAS
1852P: Jonathan Woithe
1853M: jwoithe@physics.adelaide.edu.au
1854L: linux-acpi@vger.kernel.org
1855S: Maintained
1856
Miklos Szeredi04578f12005-09-09 13:10:22 -07001857FUSE: FILESYSTEM IN USERSPACE
1858P: Miklos Szeredi
1859M: miklos@szeredi.hu
1860L: fuse-devel@lists.sourceforge.net
1861W: http://fuse.sourceforge.net/
1862S: Maintained
1863
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1865P: Rik Faith
1866M: faith@cs.unc.edu
1867L: linux-scsi@vger.kernel.org
1868S: Odd fixes (e.g., new signatures)
1869
1870GDT SCSI DISK ARRAY CONTROLLER DRIVER
1871P: Achim Leubner
1872M: achim_leubner@adaptec.com
1873L: linux-scsi@vger.kernel.org
1874W: http://www.icp-vortex.com/
1875S: Supported
1876
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001877GENERIC GPIO I2C DRIVER
1878P: Haavard Skinnemoen
1879M: hskinnemoen@atmel.com
1880S: Supported
1881
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1883P: Krzysztof Halasa
1884M: khc@pm.waw.pl
1885W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1886S: Maintained
1887
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001888GFS2 FILE SYSTEM
1889P: Steven Whitehouse
1890M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001891L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001892W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001893T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1894T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001895S: Supported
1896
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001897GIGASET ISDN DRIVERS
1898P: Hansjoerg Lipp
1899M: hjlipp@web.de
1900P: Tilman Schmidt
1901M: tilman@imap.cc
1902L: gigaset307x-common@lists.sourceforge.net
1903W: http://gigaset307x.sourceforge.net/
1904S: Maintained
1905
Jean Delvare5b543962005-08-15 19:51:02 +02001906HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001907L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001908W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001909S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001910
Michael Buesch844dd052006-06-26 00:24:59 -07001911HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001912S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001913
Robert Love860e1d62005-08-31 23:57:59 -04001914HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1915P: Robert Love
1916M: rlove@rlove.org
1917M: linux-kernel@vger.kernel.org
1918W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1919S: Maintained
1920
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921HARMONY SOUND DRIVER
1922P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001923M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001924L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925S: Maintained
1926
1927HAYES ESP SERIAL DRIVER
1928P: Andrew J. Robinson
1929M: arobinso@nyx.net
1930L: linux-kernel@vger.kernel.org
1931W: http://www.nyx.net/~arobinso
1932S: Maintained
1933
1934HFS FILESYSTEM
1935P: Roman Zippel
1936M: zippel@linux-m68k.org
1937L: linux-kernel@vger.kernel.org
1938S: Maintained
1939
1940HGA FRAMEBUFFER DRIVER
1941P: Ferenc Bakonyi
1942M: fero@drama.obuda.kando.hu
1943L: linux-nvidia@lists.surfsouth.com
1944W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1945S: Maintained
1946
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001947HID CORE LAYER
1948P: Jiri Kosina
1949M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001950L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001951T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001952S: Maintained
1953
Ingo Molnar38bed542007-02-22 09:09:34 +01001954HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1955P: Thomas Gleixner
1956M: tglx@linutronix.de
1957L: linux-kernel@vger.kernel.org
1958S: Maintained
1959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960HIGH-SPEED SCC DRIVER FOR AX.25
1961P: Klaus Kudielka
1962M: klaus.kudielka@ieee.org
1963L: linux-hams@vger.kernel.org
1964W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1965S: Maintained
1966
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001967HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1968P: HighPoint Linux Team
1969M: linux@highpoint-tech.com
1970W: http://www.highpoint-tech.com
1971S: Supported
1972
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973HIPPI
1974P: Jes Sorensen
1975M: jes@trained-monkey.org
1976L: linux-hippi@sunsite.dk
1977S: Maintained
1978
1979HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1980P: Chirag Kantharia
1981M: chirag.kantharia@hp.com
1982L: iss_storagedev@hp.com
1983S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985HEWLETT-PACKARD SMART2 RAID DRIVER
1986P: Chirag Kantharia
1987M: chirag.kantharia@hp.com
1988L: iss_storagedev@hp.com
1989S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001990
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1992P: Mike Miller
1993M: mike.miller@hp.com
1994L: iss_storagedev@hp.com
1995S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001996
Jouni Malinenff1d2762005-05-12 22:54:16 -04001997HOST AP DRIVER
1998P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001999M: j@w1.fi
2000L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002001L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002002W: http://hostap.epitest.fi/
2003S: Maintained
2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2006P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002007M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008S: Maintained
2009
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002010HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2011P: Carlos Corbacho
2012M: carlos@strangeworlds.co.uk
2013S: Odd Fixes
2014
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002015HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002016P: Clemens Ladisch
2017M: clemens@ladisch.de
2018S: Maintained
2019
2020HPET: i386
2021P: Venkatesh Pallipadi (Venki)
2022M: venkatesh.pallipadi@intel.com
2023S: Maintained
2024
2025HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002026P: Vojtech Pavlik
2027M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002028S: Maintained
2029
2030HPET: ACPI hpet.c
2031P: Bob Picco
2032M: bob.picco@hp.com
2033S: Maintained
2034
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035HPFS FILESYSTEM
2036P: Mikulas Patocka
2037M: mikulas@artax.karlin.mff.cuni.cz
2038W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2039S: Maintained
2040
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002041HTCPEN TOUCHSCREEN DRIVER
2042P: Pau Oliva Fora
2043M: pof@eslack.org
2044L: linux-input@vger.kernel.org
2045S: Maintained
2046
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047HUGETLB FILESYSTEM
2048P: William Irwin
2049M: wli@holomorphy.com
2050S: Maintained
2051
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002052I2C/SMBUS STUB DRIVER
2053P: Mark M. Hoffman
2054M: mhoffman@lightlink.com
2055L: lm-sensors@lm-sensors.org
2056S: Maintained
2057
Jean Delvare5b543962005-08-15 19:51:02 +02002058I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002059P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002061P: Ben Dooks (embedded platforms)
2062M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002063L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002064T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065S: Maintained
2066
Till Harbaume8c76ee2007-05-01 23:26:35 +02002067I2C-TINY-USB DRIVER
2068P: Till Harbaum
2069M: till@harbaum.org
2070L: i2c@lm-sensors.org
2071T: http://www.harbaum.org/till/i2c_tiny_usb
2072S: Maintained
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002075P: H. Peter Anvin
2076M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077L: Linux-Kernel@vger.kernel.org
2078S: Maintained
2079
2080i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081P: H. Peter Anvin
2082M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002083T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084S: Maintained
2085
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086IA64 (Itanium) PLATFORM
2087P: Tony Luck
2088M: tony.luck@intel.com
2089L: linux-ia64@vger.kernel.org
2090W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002091T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092S: Maintained
2093
2094SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002095P: Jes Sorensen
2096M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097L: linux-altix@sgi.com
2098L: linux-ia64@vger.kernel.org
2099W: http://www.sgi.com/altix
2100S: Maintained
2101
2102IBM MCA SCSI SUBSYSTEM DRIVER
2103P: Michael Lang
2104M: langa2@kph.uni-mainz.de
2105W: http://www.uni-mainz.de/~langm000/linux.html
2106S: Maintained
2107
2108IBM Power Linux RAID adapter
2109P: Brian King
2110M: brking@us.ibm.com
2111S: Supported
2112
2113IBM ServeRAID RAID DRIVER
2114P: Jack Hammer
2115P: Dave Jeffery
2116M: ipslinux@adaptec.com
2117W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002118S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002120IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002122M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002124T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Maintained
2126
2127IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002128P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002129M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002130L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002131S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132
2133IDE/ATAPI FLOPPY DRIVERS
2134P: Paul Bristow
2135M: Paul Bristow <paul@paulbristow.net>
2136W: http://paulbristow.net/linux/idefloppy.html
2137L: linux-kernel@vger.kernel.org
2138S: Maintained
2139
2140IDE/ATAPI TAPE DRIVERS
2141P: Gadi Oxman
2142M: Gadi Oxman <gadio@netvision.net.il>
2143L: linux-kernel@vger.kernel.org
2144S: Maintained
2145
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002146IDE-SCSI DRIVER
2147L: linux-ide@vger.kernel.org
2148L: linux-scsi@vger.kernel.org
2149S: Orphan
2150
Stefan Richterf148e202008-01-12 12:32:44 +01002151IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002153M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002154P: Stefan Richter
2155M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156L: linux1394-devel@lists.sourceforge.net
2157W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002158T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159S: Maintained
2160
Stefan Richterf51a5a92007-04-23 14:41:10 -07002161IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162P: Dan Dennedy
2163M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002164P: Stefan Richter
2165M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002167S: Maintained
2168
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002170L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002171S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172
2173INFINIBAND SUBSYSTEM
2174P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002175M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002177M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002179M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002180L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002182T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183S: Supported
2184
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002185INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002186P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002187M: dmitry.torokhov@gmail.com
2188M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002189L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002190T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Maintained
2192
Robert Lovec9f04f52005-07-15 12:21:07 -04002193INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002194P: John McCutchan
2195M: ttb@tentacle.dhs.org
2196P: Robert Love
2197M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002198L: linux-kernel@vger.kernel.org
2199S: Maintained
2200
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002201INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002202P: Sylvain Meyer
2203M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002204L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002205S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002206
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002208P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002209M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002210L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002211S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213INTEL IA32 MICROCODE UPDATE SUPPORT
2214P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002215M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216S: Maintained
2217
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002218INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002219P: Maciej Sosnowski
2220M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002221L: linux-kernel@vger.kernel.org
2222S: Supported
2223
Dan Williamsb3e5f262007-08-07 10:26:35 -07002224INTEL IOP-ADMA DMA DRIVER
2225P: Dan Williams
2226M: dan.j.williams@intel.com
2227L: linux-kernel@vger.kernel.org
2228S: Supported
2229
Michael Buesch844dd052006-06-26 00:24:59 -07002230INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2231P: Deepak Saxena
2232M: dsaxena@plexity.net
2233S: Maintained
2234
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002235INTEL IXP2000 ETHERNET DRIVER
2236P: Lennert Buytenhek
2237M: kernel@wantstofly.org
2238L: netdev@vger.kernel.org
2239S: Maintained
2240
Auke Kokd94e6fe2008-03-03 14:37:47 -08002241INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002242P: Jeff Kirsher
2243M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002244P: Jesse Brandeburg
2245M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002246P: Bruce Allan
2247M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002248P: PJ Waskiewicz
2249M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002250P: John Ronciak
2251M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002252L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002253W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254S: Supported
2255
James Ketrenos826d2ab2005-11-07 18:56:59 -06002256INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002257P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002258M: yi.zhu@intel.com
2259P: James Ketrenos
2260M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002261P: Reinette Chatre
2262M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002263L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002264L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002265W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002266W: http://ipw2100.sourceforge.net
2267S: Supported
2268
2269INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002270P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002271M: yi.zhu@intel.com
2272P: James Ketrenos
2273M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002274P: Reinette Chatre
2275M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002276L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002277L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002278W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002279W: http://ipw2200.sourceforge.net
2280S: Supported
2281
Zhu Yib481de92007-09-25 17:54:57 -07002282INTEL WIRELESS WIFI LINK (iwlwifi)
2283P: Zhu Yi
2284M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002285P: Reinette Chatre
2286M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002287L: linux-wireless@vger.kernel.org
2288L: ipw3945-devel@lists.sourceforge.net
2289W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002290T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002291S: Supported
2292
Ralf Baechlecb109a02007-08-30 23:56:30 -07002293IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294P: Ralf Baechle
2295M: ralf@linux-mips.org
2296L: linux-mips@linux-mips.org
2297S: Maintained
2298
Ralf Baechlecb109a02007-08-30 23:56:30 -07002299IOC3 SERIAL DRIVER
2300P: Pat Gefre
2301M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002302L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002303S: Maintained
2304
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305IP MASQUERADING:
2306P: Juanjo Ciarlante
2307M: jjciarla@raiz.uncu.edu.ar
2308S: Maintained
2309
Francois Romieu1202d6f2007-09-17 17:13:55 -07002310IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2311P: Francois Romieu
2312M: romieu@fr.zoreil.com
2313P: Sorbica Shieh
2314M: sorbica@icplus.com.tw
2315P: Jesse Huang
2316M: jesse@icplus.com.tw
2317L: netdev@vger.kernel.org
2318S: Maintained
2319
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002320IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002321P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002322M: infinipath@qlogic.com
2323L: general@lists.openfabrics.org
2324T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002325S: Supported
2326
Corey Minyard4409ebe2006-04-20 02:43:12 -07002327IPMI SUBSYSTEM
2328P: Corey Minyard
2329M: minyard@acm.org
2330L: openipmi-developer@lists.sourceforge.net
2331W: http://openipmi.sourceforge.net/
2332S: Supported
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334IPX NETWORK LAYER
2335P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002336M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002337L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338S: Maintained
2339
David Sterba099dc4f2008-02-07 10:57:12 +01002340IPWIRELES DRIVER
2341P: Jiri Kosina
2342M: jkosina@suse.cz
2343P: David Sterba
2344M: dsterba@suse.cz
2345S: Maintained
2346T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002349P: Samuel Ortiz
2350M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002351L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002353S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354
Mike Christie14816b1e2007-11-28 16:22:06 -08002355ISCSI
2356P: Mike Christie
2357M: michaelc@cs.wisc.edu
2358L: open-iscsi@googlegroups.com
2359W: www.open-iscsi.org
2360T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2361S: Maintained
2362
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363ISAPNP
2364P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002365M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366S: Maintained
2367
2368ISDN SUBSYSTEM
2369P: Karsten Keil
2370M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002371L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002373T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S: Maintained
2375
2376ISDN SUBSYSTEM (Eicon active card driver)
2377P: Armin Schindler
2378M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002379L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380W: http://www.melware.de
2381S: Maintained
2382
Hans Verkuil91821ff2007-12-02 09:35:33 -03002383IVTV VIDEO4LINUX DRIVER
2384P: Hans Verkuil
2385M: hverkuil@xs4all.nl
2386L: ivtv-devel@ivtvdriver.org
2387L: ivtv-users@ivtvdriver.org
2388L: video4linux-list@redhat.com
2389W: http://www.ivtvdriver.org
2390S: Maintained
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2393P: David Woodhouse
2394M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002395L: linux-mtd@lists.infradead.org
2396W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397S: Maintained
2398
Artem Bityutskiy95270562008-07-14 17:58:44 +03002399UBI FILE SYSTEM (UBIFS)
2400P: Artem Bityutskiy
2401M: dedekind@infradead.org
2402P: Adrian Hunter
2403M: ext-adrian.hunter@nokia.com
2404L: linux-mtd@lists.infradead.org
2405T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2406W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2407S: Maintained
2408
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409JFS FILESYSTEM
2410P: Dave Kleikamp
2411M: shaggy@austin.ibm.com
2412L: jfs-discussion@lists.sourceforge.net
2413W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002414T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S: Supported
2416
Josh Triplettde456d32006-07-30 03:04:00 -07002417JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002418P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002419M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002420L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002421S: Maintained
2422
Rudolf Marek4660cb32006-10-08 22:01:26 +02002423K8TEMP HARDWARE MONITORING DRIVER
2424P: Rudolf Marek
2425M: r.marek@assembler.cz
2426L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427S: Maintained
2428
2429KCONFIG
2430P: Roman Zippel
2431M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002432L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
Vivek Goyalea6c2082006-05-20 14:59:55 -07002435KDUMP
2436P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002437M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002438P: Haren Myneni
2439M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002440L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002441L: linux-kernel@vger.kernel.org
2442W: http://lse.sourceforge.net/kdump/
2443S: Maintained
2444
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445KERNEL AUTOMOUNTER (AUTOFS)
2446P: H. Peter Anvin
2447M: hpa@zytor.com
2448L: autofs@linux.kernel.org
2449S: Odd Fixes
2450
2451KERNEL AUTOMOUNTER v4 (AUTOFS4)
2452P: Ian Kent
2453M: raven@themaw.net
2454L: autofs@linux.kernel.org
2455S: Maintained
2456
2457KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458P: Sam Ravnborg
2459M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002460T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2461T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002462L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002463S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464
2465KERNEL JANITORS
2466P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002467L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469S: Maintained
2470
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002471KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002472P: J. Bruce Fields
2473M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002475M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002476L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002478S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479
Avi Kivity426d62e2006-12-13 00:34:03 -08002480KERNEL VIRTUAL MACHINE (KVM)
2481P: Avi Kivity
2482M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002483L: kvm@vger.kernel.org
2484W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002485S: Supported
2486
Hollis Blanchard513014b2008-04-16 23:28:08 -05002487KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2488P: Hollis Blanchard
2489M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002490L: kvm-ppc@vger.kernel.org
2491W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002492S: Supported
2493
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002494KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002495P: Anthony Xu
2496M: anthony.xu@intel.com
2497P: Xiantao Zhang
2498M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002499L: kvm-ia64@vger.kernel.org
2500W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002501S: Supported
2502
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002503KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2504P: Carsten Otte
2505M: cotte@de.ibm.com
2506P: Christian Borntraeger
2507M: borntraeger@de.ibm.com
2508M: linux390@de.ibm.com
2509L: linux-s390@vger.kernel.org
2510W: http://www.ibm.com/developerworks/linux/linux390/
2511S: Supported
2512
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002513KEXEC
2514P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002515M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002516W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002517L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002518L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002519S: Maintained
2520
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002521KGDB
2522P: Jason Wessel
2523M: jason.wessel@windriver.com
2524L: kgdb-bugreport@lists.sourceforge.net
2525S: Maintained
2526
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002527KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002528P: Ananth N Mavinakayanahalli
2529M: ananth@in.ibm.com
2530P: Anil S Keshavamurthy
2531M: anil.s.keshavamurthy@intel.com
2532P: David S. Miller
2533M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002534P: Masami Hiramatsu
2535M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002536L: linux-kernel@vger.kernel.org
2537S: Maintained
2538
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002539KS0108 LCD CONTROLLER DRIVER
2540P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002541M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002542L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002543W: http://miguelojeda.es/auxdisplay.htm
2544W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002545S: Maintained
2546
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002549S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550
2551LASI 53c700 driver for PARISC
2552P: James E.J. Bottomley
2553M: James.Bottomley@HansenPartnership.com
2554L: linux-scsi@vger.kernel.org
2555S: Maintained
2556
Richard Purdie263de9b2006-05-15 09:44:16 -07002557LED SUBSYSTEM
2558P: Richard Purdie
2559M: rpurdie@rpsys.net
2560S: Maintained
2561
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562LEGO USB Tower driver
2563P: Juergen Stuber
2564M: starblue@users.sourceforge.net
2565L: legousb-devel@lists.sourceforge.net
2566W: http://legousb.sourceforge.net/
2567S: Maintained
2568
Rusty Russell568a17f2007-10-25 14:12:24 +10002569LGUEST
2570P: Rusty Russell
2571M: rusty@rustcorp.com.au
2572L: lguest@ozlabs.org
2573W: http://lguest.ozlabs.org/
2574S: Maintained
2575
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576LINUX FOR IBM pSERIES (RS/6000)
2577P: Paul Mackerras
2578M: paulus@au.ibm.com
2579W: http://www.ibm.com/linux/ltc/projects/ppc
2580S: Supported
2581
2582LINUX FOR NCR VOYAGER
2583P: James Bottomley
2584M: James.Bottomley@HansenPartnership.com
2585W: http://www.hansenpartnership.com/voyager
2586S: Maintained
2587
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002588LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589P: Paul Mackerras
2590M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002591P: Benjamin Herrenschmidt
2592M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593W: http://www.penguinppc.org/
2594L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002595T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596S: Supported
2597
2598LINUX FOR POWER MACINTOSH
2599P: Benjamin Herrenschmidt
2600M: benh@kernel.crashing.org
2601W: http://www.penguinppc.org/
2602L: linuxppc-dev@ozlabs.org
2603S: Maintained
2604
Grant Likely77a76362008-07-12 12:11:43 -06002605LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606P: Sylvain Munaut
2607M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002608P: Grant Likely
2609M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611S: Maintained
2612
2613LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002614P: Josh Boyer
2615M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616P: Matt Porter
2617M: mporter@kernel.crashing.org
2618W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002619L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002620T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Maintained
2622
Grant Likely260c02a2007-10-02 12:15:34 +10002623LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2624P: Grant Likely
2625M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002626W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002627L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628S: Maintained
2629
Tom Rinie93adf12005-07-26 12:49:53 -07002630LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002631P: Vitaly Bordug
2632M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002633P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002634M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002635W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002636L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002637S: Maintained
2638
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002640P: Kumar Gala
2641M: galak@kernel.crashing.org
2642W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002643L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002644S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645
Olof Johanssonab06ff32006-09-06 14:44:54 -05002646LINUX FOR POWERPC PA SEMI PWRFICIENT
2647P: Olof Johansson
2648M: olof@lixom.net
2649W: http://www.pasemi.com/
2650L: linuxppc-dev@ozlabs.org
2651S: Supported
2652
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653LLC (802.2)
2654P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002655M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656S: Maintained
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658LINUX SECURITY MODULE (LSM) FRAMEWORK
2659P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002660M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002661L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002662T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663S: Supported
2664
2665LM83 HARDWARE MONITOR DRIVER
2666P: Jean Delvare
2667M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002668L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669S: Maintained
2670
2671LM90 HARDWARE MONITOR DRIVER
2672P: Jean Delvare
2673M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002674L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675S: Maintained
2676
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002677LOCKDEP AND LOCKSTAT
2678P: Peter Zijlstra
2679M: peterz@infradead.org
2680P: Ingo Molnar
2681M: mingo@redhat.com
2682L: linux-kernel@vger.kernel.org
2683T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2684S: Maintained
2685
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002686LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687P: Richard Russon (FlatCap)
2688M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002689L: linux-ntfs-dev@lists.sourceforge.net
2690W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691S: Maintained
2692
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002693LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2694P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002695M: Eric.Moore@lsi.com
2696M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002697L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002698L: linux-scsi@vger.kernel.org
2699W: http://www.lsilogic.com/support
2700S: Supported
2701
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2703P: Matthew Wilcox
2704M: matthew@wil.cx
2705L: linux-scsi@vger.kernel.org
2706S: Maintained
2707
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002708M32R ARCHITECTURE
2709P: Hirokazu Takata
2710M: takata@linux-m32r.org
2711L: linux-m32r@ml.linux-m32r.org
2712L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2713W: http://www.linux-m32r.org/
2714S: Maintained
2715
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716M68K ARCHITECTURE
2717P: Geert Uytterhoeven
2718M: geert@linux-m68k.org
2719P: Roman Zippel
2720M: zippel@linux-m68k.org
2721L: linux-m68k@lists.linux-m68k.org
2722W: http://www.linux-m68k.org/
2723W: http://linux-m68k-cvs.ubb.ca/
2724S: Maintained
2725
2726M68K ON APPLE MACINTOSH
2727P: Joshua Thompson
2728M: funaho@jurai.org
2729W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002730L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731S: Maintained
2732
2733M68K ON HP9000/300
2734P: Philip Blundell
2735M: philb@gnu.org
2736W: http://www.tazenda.demon.co.uk/phil/linux-hp
2737S: Maintained
2738
Jiri Benc64a327a2007-05-05 11:47:08 -07002739MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002740P: Johannes Berg
2741M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002742P: Michael Wu
2743M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002744L: linux-wireless@vger.kernel.org
2745W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002746T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002747S: Maintained
2748
Stefano Brivio1036d862007-12-23 04:46:27 +01002749MAC80211 PID RATE CONTROL
2750P: Stefano Brivio
2751M: stefano.brivio@polimi.it
2752P: Mattias Nissler
2753M: mattias.nissler@gmx.de
2754L: linux-wireless@vger.kernel.org
2755W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2756T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2757S: Maintained
2758
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002759MACVLAN DRIVER
2760P: Patrick McHardy
2761M: kaber@trash.net
2762L: netdev@vger.kernel.org
2763S: Maintained
2764
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765MARVELL YUKON / SYSKONNECT DRIVER
2766P: Mirko Lindner
2767M: mlindner@syskonnect.de
2768P: Ralph Roesler
2769M: rroesler@syskonnect.de
2770W: http://www.syskonnect.com
2771S: Supported
2772
Michael Kerriskfaf16682005-07-31 22:34:47 -07002773MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002774P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002775M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002776W: http://www.kernel.org/doc/man-pages
2777S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002778
Stefano Brivio74cda162007-11-19 20:27:46 +01002779MARVELL LIBERTAS WIRELESS DRIVER
2780P: Dan Williams
2781M: dcbw@redhat.com
2782L: libertas-dev@lists.infradead.org
2783S: Maintained
2784
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002785MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002786P: Lennert Buytenhek
2787M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002788L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002789S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790
2791MATROX FRAMEBUFFER DRIVER
2792P: Petr Vandrovec
2793M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002794L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795S: Maintained
2796
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002797MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2798P: Hans J. Koch
2799M: hjk@linutronix.de
2800L: lm-sensors@lm-sensors.org
2801S: Maintained
2802
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002803MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002804P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002805M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002806S: linux-scsi@vger.kernel.org
2807W: http://megaraid.lsilogic.com
2808S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002809
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002810MEMORY MANAGEMENT
2811L: linux-mm@kvack.org
2812L: linux-kernel@vger.kernel.org
2813W: http://www.linux-mm.org
2814S: Maintained
2815
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002816MEMORY RESOURCE CONTROLLER
2817P: Balbir Singh
2818M: balbir@linux.vnet.ibm.com
2819P: Pavel Emelyanov
2820M: xemul@openvz.org
2821P: KAMEZAWA Hiroyuki
2822M: kamezawa.hiroyu@jp.fujitsu.com
2823L: linux-mm@kvack.org
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
David Howellsb920de12008-02-08 04:19:31 -08002827MEI MN10300/AM33 PORT
2828P: David Howells
2829M: dhowells@redhat.com
2830P: Koichi Yasutake
2831M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002832L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002833W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2834S: Maintained
2835
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002836MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837P: David Woodhouse
2838M: dwmw2@infradead.org
2839W: http://www.linux-mtd.infradead.org/
2840L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002841T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842S: Maintained
2843
Artem Bityutskiy48576402007-02-13 17:11:10 +02002844UNSORTED BLOCK IMAGES (UBI)
2845P: Artem Bityutskiy
2846M: dedekind@infradead.org
2847W: http://www.linux-mtd.infradead.org/
2848L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002849T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852MICROTEK X6 SCANNER
2853P: Oliver Neukum
2854M: oliver@neukum.name
2855S: Maintained
2856
2857MIPS
2858P: Ralf Baechle
2859M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002860W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002862T: git www.linux-mips.org:/pub/scm/linux.git
2863S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864
2865MISCELLANEOUS MCA-SUPPORT
2866P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002867M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868L: linux-kernel@vger.kernel.org
2869S: Maintained
2870
2871MODULE SUPPORT
2872P: Rusty Russell
2873M: rusty@rustcorp.com.au
2874L: linux-kernel@vger.kernel.org
2875S: Maintained
2876
2877MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2878P: Stelian Pop
2879M: stelian@popies.net
2880W: http://popies.net/meye/
2881S: Maintained
2882
Pavel Pisac58ff042007-05-16 01:10:41 +02002883MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2884P: Pavel Pisa
2885M: ppisa@pikron.com
2886L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002887S: Maintained
2888
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889MOUSE AND MISC DEVICES [GENERAL]
2890P: Alessandro Rubini
2891M: rubini@ipvvis.unipv.it
2892L: linux-kernel@vger.kernel.org
2893S: Maintained
2894
Jiri Slabyb9705b62008-04-30 00:53:48 -07002895MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002896P: Jiri Slaby
2897M: jirislaby@gmail.com
2898L: linux-kernel@vger.kernel.org
2899S: Maintained
2900
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002901MSI LAPTOP SUPPORT
2902P: Lennart Poettering
2903M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002904W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002905W: http://0pointer.de/lennart/tchibo.html
2906S: Maintained
2907
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002908MULTIFUNCTION DEVICES (MFD)
2909P: Samuel Ortiz
2910M: sameo@openedhand.com
2911L: linux-kernel@vger.kernel.org
2912S: Supported
2913
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002914MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002915P: Pierre Ossman
2916M: drzeus-mmc@drzeus.cx
2917L: linux-kernel@vger.kernel.org
2918S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002919
David Brownell15a05802007-08-08 09:12:54 -07002920MULTIMEDIA CARD (MMC) ETC. OVER SPI
2921P: David Brownell
2922M: dbrownell@users.sourceforge.net
2923L: linux-kernel@vger.kernel.org
2924S: Odd fixes
2925
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926MULTISOUND SOUND DRIVER
2927P: Andrew Veliath
2928M: andrewtv@usa.net
2929S: Maintained
2930
Jiri Slabyd7354102006-12-08 02:38:35 -08002931MULTITECH MULTIPORT CARD (ISICOM)
2932P: Jiri Slaby
2933M: jirislaby@gmail.com
2934L: linux-kernel@vger.kernel.org
2935S: Maintained
2936
Felipe Balbi550a7372008-07-24 12:27:36 +03002937MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2938P: Felipe Balbi
2939M: felipe.balbi@nokia.com
2940L: linux-usb@vger.kernel.org
2941S: Maintained
2942
Brice Goglin2d3cf582008-05-17 12:45:36 +02002943MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2944P: Andrew Gallatin
2945M: gallatin@myri.com
2946P: Brice Goglin
2947M: brice@myri.com
2948L: netdev@vger.kernel.org
2949W: http://www.myri.com/scs/download-Myri10GE.html
2950S: Supported
2951
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952NATSEMI ETHERNET DRIVER (DP8381x)
2953P: Tim Hockin
2954M: thockin@hockin.org
2955S: Maintained
2956
2957NCP FILESYSTEM
2958P: Petr Vandrovec
2959M: vandrove@vc.cvut.cz
2960L: linware@sh.cvut.cz
2961S: Maintained
2962
2963NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2964P: James E.J. Bottomley
2965M: James.Bottomley@HansenPartnership.com
2966L: linux-scsi@vger.kernel.org
2967S: Maintained
2968
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002969NETEFFECT IWARP RNIC DRIVER (IW_NES)
2970P: Faisal Latif
2971M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002972P: Chien Tung
2973M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002974L: general@lists.openfabrics.org
2975W: http://www.neteffect.com
2976S: Supported
2977F: drivers/infiniband/hw/nes/
2978
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002979NETEM NETWORK EMULATOR
2980P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002981M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002982L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002983S: Maintained
2984
Jiri Slaby4a584482007-08-30 23:56:39 -07002985NETERION (S2IO) Xframe 10GbE DRIVER
2986P: Ramkrishna Vepa
2987M: ram.vepa@neterion.com
2988P: Rastapur Santosh
2989M: santosh.rastapur@neterion.com
2990P: Sivakumar Subramani
2991M: sivakumar.subramani@neterion.com
2992P: Sreenivasa Honnur
2993M: sreenivasa.honnur@neterion.com
2994L: netdev@vger.kernel.org
2995W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2996S: Supported
2997
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998NETFILTER/IPTABLES/IPCHAINS
2999P: Rusty Russell
3000P: Marc Boucher
3001P: James Morris
3002P: Harald Welte
3003P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003004P: Patrick McHardy
3005M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003006L: netfilter-devel@vger.kernel.org
3007L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003008L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009W: http://www.netfilter.org/
3010W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011S: Supported
3012
Paul Moore4cc67732006-09-25 15:57:13 -07003013NETLABEL
3014P: Paul Moore
3015M: paul.moore@hp.com
3016W: http://netlabel.sf.net
3017L: netdev@vger.kernel.org
3018S: Supported
3019
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020NETROM NETWORK LAYER
3021P: Ralf Baechle
3022M: ralf@linux-mips.org
3023L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003024W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025S: Maintained
3026
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003027NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028P: Paul Clements
3029M: Paul.Clements@steeleye.com
3030S: Maintained
3031
3032NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033P: Jeff Garzik
3034M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003035L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003036T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037S: Maintained
3038
3039NETWORKING [GENERAL]
3040P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003041M: netdev@vger.kernel.org
3042L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003043W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044S: Maintained
3045
3046NETWORKING [IPv4/IPv6]
3047P: David S. Miller
3048M: davem@davemloft.net
3049P: Alexey Kuznetsov
3050M: kuznet@ms2.inr.ac.ru
3051P: Pekka Savola (ipv6)
3052M: pekkas@netcore.fi
3053P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003054M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055P: Hideaki YOSHIFUJI
3056M: yoshfuji@linux-ipv6.org
3057P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003058M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003059L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003060T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061S: Maintained
3062
James Morris10e2ff12007-08-25 14:41:28 -07003063NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3064P: Paul Moore
3065M: paul.moore@hp.com
3066L: netdev@vger.kernel.org
3067S: Maintained
3068
John W. Linville29f8f632006-01-18 14:52:48 -08003069NETWORKING [WIRELESS]
3070P: John W. Linville
3071M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003072L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003073T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3074S: Maintained
3075
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003076NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003077P: Dhananjay Phadke
3078M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003079L: netdev@vger.kernel.org
3080W: http://www.netxen.com
3081S: Supported
3082
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083IPVS
3084P: Wensong Zhang
3085M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003086P: Simon Horman
3087M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088P: Julian Anastasov
3089M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003090L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003091L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092S: Maintained
3093
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003094NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003096M: Trond.Myklebust@netapp.com
3097L: linux-nfs@vger.kernel.org
3098W: http://client.linux-nfs.org
3099T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100S: Maintained
3101
3102NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003103P: Jan-Pascal van Best
3104M: janpascal@vanbest.org
3105P: Andreas Mohr
3106M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003107L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108S: Maintained
3109
3110NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3111P: YOKOTA Hiroshi
3112M: yokota@netlab.is.tsukuba.ac.jp
3113W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3114S: Maintained
3115
3116NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3117P: GOTO Masanori
3118M: gotom@debian.or.jp
3119P: YOKOTA Hiroshi
3120M: yokota@netlab.is.tsukuba.ac.jp
3121W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3122S: Maintained
3123
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124NTFS FILESYSTEM
3125P: Anton Altaparmakov
3126M: aia21@cantab.net
3127L: linux-ntfs-dev@lists.sourceforge.net
3128L: linux-kernel@vger.kernel.org
3129W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003130T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131S: Maintained
3132
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003133NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003134P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003135M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003136L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003137S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003139OPENCORES I2C BUS DRIVER
3140P: Peter Korsgaard
3141M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003142L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003143S: Maintained
3144
Mark Fashehccd979b2005-12-15 14:31:24 -08003145ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3146P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003147M: mfasheh@suse.com
3148P: Joel Becker
3149M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003150L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003151W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003152T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003153S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003154
Bob Copeland0ad122d2008-07-25 19:45:18 -07003155OMFS FILESYSTEM
3156P: Bob Copeland
3157M: me@bobcopeland.com
3158L: linux-karma-devel@lists.sourceforge.net
3159S: Maintained
3160
Harald Weltec1986ee2005-11-13 16:06:29 -08003161OMNIKEY CARDMAN 4000 DRIVER
3162P: Harald Welte
3163M: laforge@gnumonks.org
3164S: Maintained
3165
Harald Welte77c44ab2005-11-13 16:06:26 -08003166OMNIKEY CARDMAN 4040 DRIVER
3167P: Harald Welte
3168M: laforge@gnumonks.org
3169S: Maintained
3170
Jonathan Corbet77d51402007-03-22 19:44:17 -03003171OMNIVISION OV7670 SENSOR DRIVER
3172P: Jonathan Corbet
3173M: corbet@lwn.net
3174L: video4linux-list@redhat.com
3175S: Maintained
3176
Thomas Gleixner431bca72007-05-02 09:31:35 +02003177ONENAND FLASH DRIVER
3178P: Kyungmin Park
3179M: kyungmin.park@samsung.com
3180L: linux-mtd@lists.infradead.org
3181S: Maintained
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183ONSTREAM SCSI TAPE DRIVER
3184P: Willem Riede
3185M: osst@riede.org
3186L: osst-users@lists.sourceforge.net
3187L: linux-scsi@vger.kernel.org
3188S: Maintained
3189
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003191P: Robert Richter
3192M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193L: oprofile-list@lists.sf.net
3194S: Maintained
3195
3196ORINOCO DRIVER
3197P: Pavel Roskin
3198M: proski@gnu.org
3199P: David Gibson
3200M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003201L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003202L: orinoco-users@lists.sourceforge.net
3203L: orinoco-devel@lists.sourceforge.net
3204W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Maintained
3206
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003207PA SEMI ETHERNET DRIVER
3208P: Olof Johansson
3209M: olof@lixom.net
3210L: netdev@vger.kernel.org
3211S: Maintained
3212
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003213PA SEMI SMBUS DRIVER
3214P: Olof Johansson
3215M: olof@lixom.net
3216L: i2c@lm-sensors.org
3217S: Maintained
3218
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003220L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003221S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222
3223PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3224P: Tim Waugh
3225M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003226L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227W: http://www.torque.net/linux-pp.html
3228S: Maintained
3229
3230PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003231P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003232M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233P: Matthew Wilcox
3234M: matthew@wil.cx
3235P: Grant Grundler
3236M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003237L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003239T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240S: Maintained
3241
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003242PARAVIRT_OPS INTERFACE
3243P: Jeremy Fitzhardinge
3244M: jeremy@xensource.com
3245P: Chris Wright
3246M: chrisw@sous-sol.org
3247P: Zachary Amsden
3248M: zach@vmware.com
3249P: Rusty Russell
3250M: rusty@rustcorp.com.au
3251L: virtualization@lists.osdl.org
3252L: linux-kernel@vger.kernel.org
3253S: Supported
3254
Jim Cromie1662d322006-10-06 00:43:59 -07003255PC87360 HARDWARE MONITORING DRIVER
3256P: Jim Cromie
3257M: jim.cromie@gmail.com
3258L: lm-sensors@lm-sensors.org
3259S: Maintained
3260
3261PC8736x GPIO DRIVER
3262P: Jim Cromie
3263M: jim.cromie@gmail.com
3264S: Maintained
3265
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003266PCI ERROR RECOVERY
3267P: Linas Vepstas
3268M: linas@austin.ibm.com
3269L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003270L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003271S: Supported
3272
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003274P: Jesse Barnes
3275M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003277L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003278T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279S: Supported
3280
3281PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003282P: Kristen Carlson Accardi
3283M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284S: Supported
3285
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003286PCIE HOTPLUG DRIVER
3287P: Kristen Carlson Accardi
3288M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003289L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003290S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003291
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003293P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003294L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003295W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003296T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003297S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298
3299PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003300P: Don Fry
3301M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003302L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303S: Maintained
3304
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003305PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003306P: Balbir Singh
3307M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003308L: linux-kernel@vger.kernel.org
3309S: Maintained
3310
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003311PERSONALITY HANDLING
3312P: Christoph Hellwig
3313M: hch@infradead.org
3314L: linux-abi-devel@lists.sourceforge.net
3315S: Maintained
3316
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003318P: Joern Engel
3319M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320L: linux-mtd@lists.infradead.org
3321S: Maintained
3322
Peter Osterlund249a6772005-09-27 21:45:30 -07003323PKTCDVD DRIVER
3324P: Peter Osterlund
3325M: petero2@telia.com
3326L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003327S: Maintained
3328
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003330P: Thomas Gleixner
3331M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003332L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333S: Supported
3334
Anton Vorontsov3be86142007-07-15 04:43:36 +04003335POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3336P: Anton Vorontsov
3337M: cbou@mail.ru
3338P: David Woodhouse
3339M: dwmw2@infradead.org
3340L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003341T: git git.infradead.org/battery-2.6.git
3342S: Maintained
3343
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344PNP SUPPORT
3345P: Adam Belay
3346M: ambx1@neo.rr.com
3347S: Maintained
3348
Vitaly Wool999445d2007-01-04 13:07:03 +01003349PNXxxxx I2C DRIVER
3350P: Vitaly Wool
3351M: vitalywool@gmail.com
3352L: i2c@lm-sensors.org
3353S: Maintained
3354
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355PPP PROTOCOL DRIVERS AND COMPRESSORS
3356P: Paul Mackerras
3357M: paulus@samba.org
3358L: linux-ppp@vger.kernel.org
3359S: Maintained
3360
3361PPP OVER ATM (RFC 2364)
3362P: Mitchell Blank Jr
3363M: mitch@sfgoth.com
3364S: Maintained
3365
3366PPP OVER ETHERNET
3367P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003368M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369S: Maintained
3370
James Chapmana6d23702007-06-27 15:53:17 -07003371PPP OVER L2TP
3372P: James Chapman
3373M: jchapman@katalix.com
3374S: Maintained
3375
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376PREEMPTIBLE KERNEL
3377P: Robert Love
3378M: rml@tech9.net
3379L: linux-kernel@vger.kernel.org
3380L: kpreempt-tech@lists.sourceforge.net
3381W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3382S: Supported
3383
Michael Wueff1a592007-09-25 18:11:01 -07003384P54 WIRELESS DRIVER
3385P: Michael Wu
3386M: flamingice@sourmilk.net
3387L: linux-wireless@vger.kernel.org
3388W: http://prism54.org
3389T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3390S: Maintained
3391
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003393P: Luis R. Rodriguez
3394M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003395L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396W: http://prism54.org
3397S: Maintained
3398
3399PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3400P: Peter Denison
3401M: promise@pnd-pc.demon.co.uk
3402W: http://www.pnd-pc.demon.co.uk/promise/
3403S: Maintained
3404
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003405PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3406P: Mikael Pettersson
3407M: mikpe@it.uu.se
3408L: linux-ide@vger.kernel.org
3409S: Maintained
3410
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003411PS3 NETWORK SUPPORT
3412P: Masakazu Mokuno
3413M: mokuno@sm.sony.co.jp
3414L: netdev@vger.kernel.org
3415L: cbe-oss-dev@ozlabs.org
3416S: Supported
3417
Geoff Levandf58a9d12006-11-23 00:46:51 +01003418PS3 PLATFORM SUPPORT
3419P: Geoff Levand
3420M: geoffrey.levand@am.sony.com
3421L: linuxppc-dev@ozlabs.org
3422L: cbe-oss-dev@ozlabs.org
3423S: Supported
3424
Michael Krufky83202042006-07-03 00:24:18 -07003425PVRUSB2 VIDEO4LINUX DRIVER
3426P: Mike Isely
3427M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003428L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003429L: video4linux-list@redhat.com
3430W: http://www.isely.net/pvrusb2/
3431S: Maintained
3432
Eric Miao30ec2612008-06-12 15:21:41 -07003433PXA2xx/PXA3xx SUPPORT
3434P: Eric Miao
3435M: eric.miao@marvell.com
3436P: Russell King
3437M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003438L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439S: Maintained
3440
Pierre Ossman272f1332007-05-14 21:25:26 +02003441PXA MMCI DRIVER
3442S: Orphan
3443
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444QLOGIC QLA2XXX FC-SCSI DRIVER
3445P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003446M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447L: linux-scsi@vger.kernel.org
3448S: Supported
3449
Ron Mercer5a4faa872006-07-25 00:40:21 -07003450QLOGIC QLA3XXX NETWORK DRIVER
3451P: Ron Mercer
3452M: linux-driver@qlogic.com
3453L: netdev@vger.kernel.org
3454S: Supported
3455
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456QNX4 FILESYSTEM
3457P: Anders Larsen
3458M: al@alarsen.net
3459L: linux-kernel@vger.kernel.org
3460W: http://www.alarsen.net/linux/qnx4fs/
3461S: Maintained
3462
3463RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003464P: Benjamin Herrenschmidt
3465M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003466L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467S: Maintained
3468
3469RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003470P: Paul Mackerras
3471M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003472L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473S: Maintained
3474
3475RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3476P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003477M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003478L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479S: Maintained
3480
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003481RALINK RT2X00 WLAN DRIVER
3482P: rt2x00 project
3483L: linux-wireless@vger.kernel.org
3484L: rt2400-devel@lists.sourceforge.net
3485W: http://rt2x00.serialmonkey.com/
3486S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003487T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003488F: drivers/net/wireless/rt2x00/
3489
Nick Piggin9db55792008-02-08 04:19:49 -08003490RAMDISK RAM BLOCK DEVICE DRIVER
3491P: Nick Piggin
3492M: npiggin@suse.de
3493S: Maintained
3494
Matt Mackall9e95ce22005-04-16 15:25:56 -07003495RANDOM NUMBER DRIVER
3496P: Matt Mackall
3497M: mpm@selenic.com
3498S: Maintained
3499
Matt Porter394b7012005-11-07 01:00:15 -08003500RAPIDIO SUBSYSTEM
3501P: Matt Porter
3502M: mporter@kernel.crashing.org
3503L: linux-kernel@vger.kernel.org
3504S: Maintained
3505
Florian Fainellic1f766b2008-02-06 22:39:44 +01003506RDC R-321X SoC
3507P: Florian Fainelli
3508M: florian.fainelli@telecomint.eu
3509L: linux-kernel@vger.kernel.org
3510S: Maintained
3511
Florian Fainellidb17f392007-12-19 11:30:30 +01003512RDC R6040 FAST ETHERNET DRIVER
3513P: Florian Fainelli
3514M: florian.fainelli@telecomint.eu
3515L: netdev@vger.kernel.org
3516S: Maintained
3517
Josh Triplett595182b2006-10-04 02:17:21 -07003518READ-COPY UPDATE (RCU)
3519P: Dipankar Sarma
3520M: dipankar@in.ibm.com
3521W: http://www.rdrop.com/users/paulmck/rclock/
3522L: linux-kernel@vger.kernel.org
3523S: Supported
3524
3525RCUTORTURE MODULE
3526P: Josh Triplett
3527M: josh@freedesktop.org
3528L: linux-kernel@vger.kernel.org
3529S: Maintained
3530
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531REAL TIME CLOCK DRIVER
3532P: Paul Gortmaker
3533M: p_gortmaker@yahoo.com
3534L: linux-kernel@vger.kernel.org
3535S: Maintained
3536
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003537REAL TIME CLOCK (RTC) SUBSYSTEM
3538P: Alessandro Zummo
3539M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003540L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003541S: Maintained
3542
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003544L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545S: Supported
3546
Ivo van Doorne08976452008-04-12 19:23:55 +02003547RFKILL
3548P: Ivo van Doorn
3549M: IvDoorn@gmail.com
3550L: netdev@vger.kernel.org
3551S: Maintained
3552F: net/rfkill
3553
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554ROCKETPORT DRIVER
3555P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556W: http://www.comtrol.com
3557S: Maintained
3558
3559ROSE NETWORK LAYER
3560P: Ralf Baechle
3561M: ralf@linux-mips.org
3562L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003563W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564S: Maintained
3565
3566RISCOM8 DRIVER
3567S: Orphan
3568
Michael Wu605bebe2007-05-14 01:41:02 -04003569RTL818X WIRELESS DRIVER
3570P: Michael Wu
3571M: flamingice@sourmilk.net
3572P: Andrea Merello
3573M: andreamrl@tiscali.it
3574L: linux-wireless@vger.kernel.org
3575W: http://linuxwireless.org/
3576T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3577S: Maintained
3578
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003579S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003580P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003581M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003582L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003583S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003584
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585S390
3586P: Martin Schwidefsky
3587M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003588P: Heiko Carstens
3589M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003591L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003592W: http://www.ibm.com/developerworks/linux/linux390/
3593S: Supported
3594
3595S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003596P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003597M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003598P: Frank Blaschka
3599M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003600M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003601L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003602W: http://www.ibm.com/developerworks/linux/linux390/
3603S: Supported
3604
3605S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003606P: Christof Schmitt
3607M: christof.schmitt@de.ibm.com
3608P: Martin Peschke
3609M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003610M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003611L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003612W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613S: Supported
3614
Ursula Braundd96df22007-09-19 13:09:02 +02003615S390 IUCV NETWORK LAYER
3616P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003617M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003618M: linux390@de.ibm.com
3619L: linux-s390@vger.kernel.org
3620W: http://www.ibm.com/developerworks/linux/linux390/
3621S: Supported
3622
Ben Dooks4dde7f72008-06-30 22:40:38 +01003623S3C24XX SD/MMC Driver
3624P: Ben Dooks
3625M: ben-linux@fluff.org
3626L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3627L: linux-kernel@vger.kernel.org
3628S: Supported
3629
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630SAA7146 VIDEO4LINUX-2 DRIVER
3631P: Michael Hunold
3632M: michael@mihu.de
3633W: http://www.mihu.de/linux/saa7146
3634S: Maintained
3635
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636SC1200 WDT DRIVER
3637P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003638M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639S: Maintained
3640
3641SCHEDULER
3642P: Ingo Molnar
3643M: mingo@elte.hu
3644P: Robert Love [the preemptible kernel bits]
3645M: rml@tech9.net
3646L: linux-kernel@vger.kernel.org
3647S: Maintained
3648
3649SCSI CDROM DRIVER
3650P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003651M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652L: linux-scsi@vger.kernel.org
3653W: http://www.kernel.dk
3654S: Maintained
3655
3656SCSI SG DRIVER
3657P: Doug Gilbert
3658M: dgilbert@interlog.com
3659L: linux-scsi@vger.kernel.org
3660W: http://www.torque.net/sg
3661S: Maintained
3662
3663SCSI SUBSYSTEM
3664P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003665M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003667T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003668T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3669T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670S: Maintained
3671
3672SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003673P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674M: Kai.Makisara@kolumbus.fi
3675L: linux-scsi@vger.kernel.org
3676S: Maintained
3677
3678SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003679P: Vlad Yasevich
3680M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003681P: Sridhar Samudrala
3682M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003683L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003684W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003685S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686
3687SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003688P: Jim Cromie
3689M: jim.cromie@gmail.com
3690S: Odd Fixes
3691
3692SCx200 GPIO DRIVER
3693P: Jim Cromie
3694M: jim.cromie@gmail.com
3695S: Maintained
3696
3697SCx200 HRT CLOCKSOURCE DRIVER
3698P: Jim Cromie
3699M: jim.cromie@gmail.com
3700S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701
Sascha Sommer6a369132008-07-15 14:21:29 +02003702SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3703P: Sascha Sommer
3704M: saschasommer@freenet.de
3705L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3706S: Maintained
3707
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708SECURITY CONTACT
3709P: Security Officers
3710M: security@kernel.org
3711S: Supported
3712
3713SELINUX SECURITY MODULE
3714P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003715M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003717M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003718P: Eric Paris
3719M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003721L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722W: http://www.nsa.gov/selinux
3723S: Supported
3724
Jiri Slabycef2cf02007-05-08 00:31:45 -07003725SENSABLE PHANTOM
3726P: Jiri Slaby
3727M: jirislaby@gmail.com
3728S: Maintained
3729
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730SERIAL ATA (SATA) SUBSYSTEM:
3731P: Jeff Garzik
3732M: jgarzik@pobox.com
3733L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003734T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735S: Supported
3736
3737SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3738P: Pat Gefre
3739M: pfg@sgi.com
3740L: linux-ia64@vger.kernel.org
3741S: Supported
3742
Ben Hutchings8ceee662008-04-27 12:55:59 +01003743SFC NETWORK DRIVER
3744P: Steve Hodgson
3745P: Ben Hutchings
3746P: Robert Stonehouse
3747M: linux-net-drivers@solarflare.com
3748S: Supported
3749
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750SGI VISUAL WORKSTATION 320 AND 540
3751P: Andrey Panin
3752M: pazke@donpac.ru
3753L: linux-visws-devel@lists.sf.net
3754W: http://linux-visws.sf.net
3755S: Maintained for 2.6.
3756
Jack Steiner75312612008-08-15 00:40:42 -07003757SGI GRU DRIVER
3758P: Jack Steiner
3759M: steiner@sgi.com
3760S: Maintained
3761
3762SGI XP/XPC/XPNET DRIVER
3763P: Dean Nelson
3764M: dcn@sgi.com
3765S: Maintained
3766
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767SIMTEC EB110ATX (Chalice CATS)
3768P: Ben Dooks
3769P: Vincent Sanders
3770M: support@simtec.co.uk
3771W: http://www.simtec.co.uk/products/EB110ATX/
3772S: Supported
3773
3774SIMTEC EB2410ITX (BAST)
3775P: Ben Dooks
3776P: Vincent Sanders
3777M: support@simtec.co.uk
3778W: http://www.simtec.co.uk/products/EB2410ITX/
3779S: Supported
3780
Francois Romieu92aab3c2005-07-30 13:11:18 +02003781SIS 190 ETHERNET DRIVER
3782P: Francois Romieu
3783M: romieu@fr.zoreil.com
3784L: netdev@vger.kernel.org
3785S: Maintained
3786
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787SIS 900/7016 FAST ETHERNET DRIVER
3788P: Daniele Venzano
3789M: venza@brownhat.org
3790W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003791L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792S: Maintained
3793
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003794SIS 96X I2C/SMBUS DRIVER
3795P: Mark M. Hoffman
3796M: mhoffman@lightlink.com
3797L: lm-sensors@lm-sensors.org
3798S: Maintained
3799
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800SIS FRAMEBUFFER DRIVER
3801P: Thomas Winischhofer
3802M: thomas@winischhofer.net
3803W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003804S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805
3806SIS USB2VGA DRIVER
3807P: Thomas Winischhofer
3808M: thomas@winischhofer.net
3809W: http://www.winischhofer.at/linuxsisusbvga.shtml
3810S: Maintained
3811
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003812SLAB ALLOCATOR
3813P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003814M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003815P: Pekka Enberg
3816M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003817P: Matt Mackall
3818M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003819L: linux-mm@kvack.org
3820S: Maintained
3821
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822SMC91x ETHERNET DRIVER
3823P: Nicolas Pitre
3824M: nico@cam.org
3825S: Maintained
3826
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003827SMSC47B397 HARDWARE MONITOR DRIVER
3828P: Mark M. Hoffman
3829M: mhoffman@lightlink.com
3830L: lm-sensors@lm-sensors.org
3831S: Maintained
3832
Ben Nizetteb54f2862008-03-13 22:27:30 +11003833SMX UIO Interface
3834P: Ben Nizette
3835M: bn@niasdigital.com
3836S: Maintained
3837
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003838SOC-CAMERA V4L2 SUBSYSTEM
3839P: Guennadi Liakhovetski
3840M: g.liakhovetski@gmx.de
3841L: video4linux-list@redhat.com
3842S: Maintained
3843
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844SOFTWARE RAID (Multiple Disks) SUPPORT
3845P: Ingo Molnar
3846M: mingo@redhat.com
3847P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003848M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003850S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851
Pavel Machek95a631e2007-07-19 01:47:42 -07003852HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853P: Pavel Machek
3854M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003855P: Rafael J. Wysocki
3856M: rjw@sisk.pl
3857L: linux-pm@lists.linux-foundation.org
3858S: Supported
3859
3860SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003861P: Len Brown
3862M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003863P: Pavel Machek
3864M: pavel@suse.cz
3865P: Rafael J. Wysocki
3866M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003867L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003868S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869
3870SONIC NETWORK DRIVER
3871P: Thomas Bogendoerfer
3872M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003873L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874S: Maintained
3875
Michael Buesch61e115a2007-09-18 15:12:50 -04003876SONICS SILICON BACKPLANE DRIVER (SSB)
3877P: Michael Buesch
3878M: mb@bu3sch.de
3879L: netdev@vger.kernel.org
3880S: Maintained
3881
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003883P: Mattia Dongili
3884M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003885L: linux-acpi@vger.kernel.org
3886W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887S: Maintained
3888
Alex Dubovbaf85322008-02-09 10:20:54 -08003889SONY MEMORYSTICK CARD SUPPORT
3890P: Alex Dubov
3891M: oakad@yahoo.com
3892L: linux-kernel@vger.kernel.org
3893W: http://tifmxx.berlios.de/
3894S: Maintained
3895
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896SOUND
3897P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003898M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003899L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900S: Maintained
3901
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003902SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3903P: Liam Girdwood
3904M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003905P: Mark Brown
3906M: broonie@opensource.wolfsonmicro.com
3907T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003908L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003909S: Supported
3910
Kumar Gala025c3982006-04-02 16:05:54 -05003911SPI SUBSYSTEM
3912P: David Brownell
3913M: dbrownell@users.sourceforge.net
3914L: spi-devel-general@lists.sourceforge.net
3915S: Maintained
3916
Arnd Bergmannb8154542008-05-16 11:10:59 +02003917SPU FILE SYSTEM
3918P: Jeremy Kerr
3919M: jk@ozlabs.org
3920L: linuxppc-dev@ozlabs.org
3921L: cbe-oss-dev@ozlabs.org
3922W: http://www.ibm.com/developerworks/power/cell/
3923S: Supported
3924
Steven Rostedt855f46a2006-08-05 12:14:50 -07003925STABLE BRANCH:
3926P: Greg Kroah-Hartman
3927M: greg@kroah.com
3928P: Chris Wright
3929M: chrisw@sous-sol.org
3930L: stable@kernel.org
3931S: Maintained
3932
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933SHARP LH SUPPORT (LH7952X & LH7A40X)
3934P: Marc Singer
3935M: elf@buici.com
3936W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003937L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938S: Maintained
3939
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003940SHPC HOTPLUG DRIVER
3941P: Kristen Carlson Accardi
3942M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003943L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003944S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003945
Pierre Ossmand129bce2006-03-24 03:18:17 -08003946SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3947P: Pierre Ossman
3948M: drzeus-sdhci@drzeus.cx
3949L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003950S: Maintained
3951
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003952SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3953P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003954M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003955L: netdev@vger.kernel.org
3956S: Maintained
3957
Chris Boot1a87d942006-07-10 04:45:34 -07003958SOEKRIS NET48XX LED SUPPORT
3959P: Chris Boot
3960M: bootc@bootc.net
3961S: Maintained
3962
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963SPARC (sparc32):
3964P: William L. Irwin
3965M: wli@holomorphy.com
3966L: sparclinux@vger.kernel.org
3967S: Maintained
3968
3969SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3970P: Roger Wolff
3971M: R.E.Wolff@BitWizard.nl
3972L: linux-kernel@vger.kernel.org ?
3973S: Supported
3974
Jim Lewis2752e402006-09-29 02:01:19 -07003975SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003976P: Ishizaki Kou
3977M: kou.ishizaki@toshiba.co.jp
3978P: Jens Osterkamp
3979M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003980L: netdev@vger.kernel.org
3981S: Supported
3982
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983SRM (Alpha) environment access
3984P: Jan-Benedict Glaw
3985M: jbglaw@lug-owl.de
3986L: linux-kernel@vger.kernel.org
3987S: Maintained
3988
3989STARFIRE/DURALAN NETWORK DRIVER
3990P: Ion Badulescu
3991M: ionut@cs.columbia.edu
3992S: Maintained
3993
3994STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3995W: http://mosquitonet.Stanford.EDU/strip.html
3996S: Unsupported ?
3997
3998STRADIS MPEG-2 DECODER DRIVER
3999P: Nathan Laredo
4000M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001W: http://www.stradis.com/
4002S: Maintained
4003
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004004SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005P: Paul Mundt
4006M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004007L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004009T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004010S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011
4012SUN3/3X
4013P: Sam Creasey
4014M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015W: http://sammy.net/sun3/
4016S: Maintained
4017
4018SVGA HANDLING
4019P: Martin Mares
4020M: mj@ucw.cz
4021L: linux-video@atrey.karlin.mff.cuni.cz
4022S: Maintained
4023
4024SYSV FILESYSTEM
4025P: Christoph Hellwig
4026M: hch@infradead.org
4027S: Maintained
4028
Alan Cox4e688522008-04-30 00:52:11 -07004029TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004030P: Balbir Singh
4031M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004032L: linux-kernel@vger.kernel.org
4033S: Maintained
4034
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004035TC CLASSIFIER
4036P: Jamal Hadi Salim
4037M: hadi@cyberus.ca
4038L: netdev@vger.kernel.org
4039S: Maintained
4040
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004041TCP LOW PRIORITY MODULE
4042P: Wong Hoi Sing, Edison
4043M: hswong3i@gmail.com
4044P: Hung Hing Lun, Mike
4045M: hlhung3i@gmail.com
4046W: http://tcp-lp-mod.sourceforge.net/
4047S: Maintained
4048
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004049TEHUTI ETHERNET DRIVER
4050P: Alexander Indenbaum
4051M: baum@tehutinetworks.net
4052P: Andy Gospodarek
4053M: andy@greyhouse.net
4054L: netdev@vger.kernel.org
4055S: Supported
4056
Alan Cox4e688522008-04-30 00:52:11 -07004057Telecom Clock Driver for MCPL0010
4058P: Mark Gross
4059M: mark.gross@intel.com
4060S: Supported
4061
4062TENSILICA XTENSA PORT (xtensa):
4063P: Chris Zankel
4064M: chris@zankel.net
4065S: Maintained
4066
4067THINKPAD ACPI EXTRAS DRIVER
4068P: Henrique de Moraes Holschuh
4069M: ibm-acpi@hmh.eng.br
4070L: ibm-acpi-devel@lists.sourceforge.net
4071W: http://ibm-acpi.sourceforge.net
4072W: http://thinkwiki.org/wiki/Ibm-acpi
4073T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4074S: Maintained
4075
Alex Dubov4020f2d2006-10-04 02:15:37 -07004076TI FLASH MEDIA INTERFACE DRIVER
4077P: Alex Dubov
4078M: oakad@yahoo.com
4079S: Maintained
4080
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004081TI OMAP MMC INTERFACE DRIVER
4082P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004083M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004084W: http://linux.omap.com
4085W: http://www.muru.com/linux/omap/
4086S: Maintained
4087
Michael Buesch844dd052006-06-26 00:24:59 -07004088TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4089P: Deepak Saxena
4090M: dsaxena@plexity.net
4091S: Maintained
4092
Per Lidene86eaa32006-01-12 16:45:18 +01004093TIPC NETWORK LAYER
4094P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004095M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004096P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004097M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004098P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004099M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004100L: tipc-discussion@lists.sourceforge.net
4101W: http://tipc.sourceforge.net/
4102W: http://tipc.cslab.ericsson.net/
4103T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4104S: Maintained
4105
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106TLAN NETWORK DRIVER
4107P: Samuel Chessman
4108M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004109L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110W: http://sourceforge.net/projects/tlan/
4111S: Maintained
4112
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113TOSHIBA ACPI EXTRAS DRIVER
4114P: John Belmonte
4115M: toshiba_acpi@memebeam.org
4116W: http://memebeam.org/toys/ToshibaAcpiDriver
4117S: Maintained
4118
4119TOSHIBA SMM DRIVER
4120P: Jonathan Buzzard
4121M: jonathan@buzzard.org.uk
4122L: tlinux-users@tce.toshiba-dme.co.jp
4123W: http://www.buzzard.org.uk/toshiba/
4124S: Maintained
4125
Alan Cox4e688522008-04-30 00:52:11 -07004126TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004127P: Debora Velarde
4128M: debora@linux.vnet.ibm.com
4129P: Rajiv Andrade
4130M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004131W: http://tpmdd.sourceforge.net
4132P: Marcel Selhorst
4133M: tpm@selhorst.net
4134W: http://www.prosec.rub.de/tpm/
4135L: tpmdd-devel@lists.sourceforge.net
4136S: Maintained
4137
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004139P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004140M: trivial@kernel.org
4141L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142S: Maintained
4143
Alan Cox4e688522008-04-30 00:52:11 -07004144TTY LAYER
4145P: Alan Cox
4146M: alan@lxorguk.ukuu.org.uk
4147L: linux-kernel@vger.kernel.org
4148S: Maintained
4149
Grant Grundler740db6d2008-02-17 11:53:49 -07004150TULIP NETWORK DRIVERS
4151P: Grant Grundler
4152M: grundler@parisc-linux.org
4153P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004154M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004155L: netdev@vger.kernel.org
4156S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157
4158TUN/TAP driver
4159P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004160M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161L: vtun@office.satix.net
4162W: http://vtun.sourceforge.net/tun
4163S: Maintained
4164
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004165TURBOCHANNEL SUBSYSTEM
4166P: Maciej W. Rozycki
4167M: macro@linux-mips.org
4168S: Maintained
4169
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170U14-34F SCSI DRIVER
4171P: Dario Ballabio
4172M: ballabio_dario@emc.com
4173L: linux-scsi@vger.kernel.org
4174S: Maintained
4175
Alan Coxcc2020e2008-05-19 14:21:51 +01004176UCLINUX (AND M68KNOMMU)
4177P: Greg Ungerer
4178M: gerg@uclinux.org
4179W: http://www.uclinux.org/
4180L: uclinux-dev@uclinux.org (subscribers-only)
4181S: Maintained
4182
Alan Coxcc2020e2008-05-19 14:21:51 +01004183UCLINUX FOR RENESAS H8/300
4184P: Yoshinori Sato
4185M: ysato@users.sourceforge.jp
4186W: http://uclinux-h8.sourceforge.jp/
4187S: Supported
4188
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004190P: Jan Kara
4191M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192W: http://linux-udf.sourceforge.net
4193S: Maintained
4194
Alan Coxcc2020e2008-05-19 14:21:51 +01004195UFS FILESYSTEM
4196P: Evgeniy Dushistov
4197M: dushistov@mail.ru
4198L: linux-kernel@vger.kernel.org
4199S: Maintained
4200
4201UltraSPARC (sparc64):
4202P: David S. Miller
4203M: davem@davemloft.net
4204L: sparclinux@vger.kernel.org
4205T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4206S: Maintained
4207
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208UNIFORM CDROM DRIVER
4209P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004210M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211L: linux-kernel@vger.kernel.org
4212W: http://www.kernel.dk
4213S: Maintained
4214
4215USB ACM DRIVER
4216P: Oliver Neukum
4217M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004218L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219S: Maintained
4220
4221USB BLOCK DRIVER (UB ub)
4222P: Pete Zaitcev
4223M: zaitcev@redhat.com
4224L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004225L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226S: Supported
4227
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228USB CDC ETHERNET DRIVER
4229P: Greg Kroah-Hartman
4230M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004231L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232S: Maintained
4233W: http://www.kroah.com/linux-usb/
4234
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004235USB CYPRESS C67X00 DRIVER
4236P: Peter Korsgaard
4237M: jacmet@sunsite.dk
4238L: linux-usb@vger.kernel.org
4239S: Maintained
4240
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004241USB DAVICOM DM9601 DRIVER
4242P: Peter Korsgaard
4243M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004244L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004245W: http://www.linux-usb.org/usbnet
4246S: Maintained
4247
Alan Coxcc2020e2008-05-19 14:21:51 +01004248USB DIAMOND RIO500 DRIVER
4249P: Cesar Miquel
4250M: miquel@df.uba.ar
4251L: rio500-users@lists.sourceforge.net
4252W: http://rio500.sourceforge.net
4253S: Maintained
4254
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255USB EHCI DRIVER
4256P: David Brownell
4257M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004258L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004259S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260
Luca Risolia7ce08c92006-01-11 02:06:59 +00004261USB ET61X[12]51 DRIVER
4262P: Luca Risolia
4263M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004264L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004265L: video4linux-list@redhat.com
4266W: http://www.linux-projects.org
4267S: Maintained
4268
David Brownell69ae9e32006-11-14 02:03:31 -08004269USB GADGET/PERIPHERAL SUBSYSTEM
4270P: David Brownell
4271M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004272L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004273W: http://www.linux-usb.org/gadget
4274S: Maintained
4275
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004276USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004277P: Jiri Kosina
4278M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004279L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004280T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281S: Maintained
4282
Olav Kongas959eea22005-11-03 17:38:14 +02004283USB ISP116X DRIVER
4284P: Olav Kongas
4285M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004286L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004287S: Maintained
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289USB KAWASAKI LSI DRIVER
4290P: Oliver Neukum
4291M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004292L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293S: Maintained
4294
4295USB MASS STORAGE DRIVER
4296P: Matthew Dharm
4297M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004298L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004299L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004300S: Maintained
4301W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4302
4303USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004304P: David Brownell
4305M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004306L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004307S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308
Matthias Urlichsba460e42005-07-14 00:33:47 -07004309USB OPTION-CARD DRIVER
4310P: Matthias Urlichs
4311M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004312L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004313S: Maintained
4314
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315USB OV511 DRIVER
4316P: Mark McClelland
4317M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004318L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319W: http://alpha.dyndns.org/ov511/
4320S: Maintained
4321
4322USB PEGASUS DRIVER
4323P: Petko Manolov
4324M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004325L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004326L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327W: http://pegasus2.sourceforge.net/
4328S: Maintained
4329
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004330USB PRINTER DRIVER (usblp)
4331P: Pete Zaitcev
4332M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004333L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004334S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335
4336USB RTL8150 DRIVER
4337P: Petko Manolov
4338M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004339L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004340L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341W: http://pegasus2.sourceforge.net/
4342S: Maintained
4343
4344USB SE401 DRIVER
4345P: Jeroen Vreeken
4346M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004347L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348W: http://www.chello.nl/~j.vreeken/se401/
4349S: Maintained
4350
Alan Cox4e688522008-04-30 00:52:11 -07004351USB SERIAL BELKIN F5U103 DRIVER
4352P: William Greathouse
4353M: wgreathouse@smva.com
4354L: linux-usb@vger.kernel.org
4355S: Maintained
4356
4357USB SERIAL CYPRESS M8 DRIVER
4358P: Lonnie Mendez
4359M: dignome@gmail.com
4360L: linux-usb@vger.kernel.org
4361S: Maintained
4362W: http://geocities.com/i0xox0i
4363W: http://firstlight.net/cvs
4364
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365USB SERIAL CYBERJACK DRIVER
4366P: Matthias Bruestle and Harald Welte
4367M: support@reiner-sct.com
4368W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4369S: Maintained
4370
4371USB SERIAL DIGI ACCELEPORT DRIVER
4372P: Peter Berger and Al Borchers
4373M: pberger@brimson.com
4374M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004375L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376S: Maintained
4377
4378USB SERIAL DRIVER
4379P: Greg Kroah-Hartman
4380M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004381L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004382S: Supported
4383
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4385P: Gary Brubaker
4386M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004387L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388S: Maintained
4389
4390USB SERIAL KEYSPAN DRIVER
4391P: Greg Kroah-Hartman
4392M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004393L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394W: http://www.kroah.com/linux/
4395S: Maintained
4396
4397USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004398P: Support Department
4399M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004400L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401W: http://www.connecttech.com
4402S: Supported
4403
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004404USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405P: Luca Risolia
4406M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004407L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004408L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409W: http://www.linux-projects.org
4410S: Maintained
4411
4412USB SUBSYSTEM
4413P: Greg Kroah-Hartman
4414M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004415L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004417T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418S: Supported
4419
4420USB UHCI DRIVER
4421P: Alan Stern
4422M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004423L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424S: Maintained
4425
David Brownell69ae9e32006-11-14 02:03:31 -08004426USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427P: David Brownell
4428M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004429L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004430W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004431S: Maintained
4432
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004433USB VIDEO CLASS
4434P: Laurent Pinchart
4435M: laurent.pinchart@skynet.be
4436L: linx-uvc-devel@berlios.de
4437L: video4linux-list@redhat.com
4438W: http://linux-uvc.berlios.de
4439S: Maintained
4440
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441USB W996[87]CF DRIVER
4442P: Luca Risolia
4443M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004444L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004445L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446W: http://www.linux-projects.org
4447S: Maintained
4448
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004449USB WIRELESS RNDIS DRIVER (rndis_wlan)
4450P: Jussi Kivilinna
4451M: jussi.kivilinna@mbnet.fi
4452L: linux-wireless@vger.kernel.org
4453S: Maintained
4454
Luca Risolia60f78052006-02-06 16:29:35 +00004455USB ZC0301 DRIVER
4456P: Luca Risolia
4457M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004458L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004459L: video4linux-list@redhat.com
4460W: http://www.linux-projects.org
4461S: Maintained
4462
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463USB ZD1201 DRIVER
4464P: Jeroen Vreeken
4465M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004466L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004467W: http://linux-lc100020.sourceforge.net
4468S: Maintained
4469
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004470USB ZR364XX DRIVER
4471P: Antoine Jacquet
4472M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004473L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004474L: video4linux-list@redhat.com
4475W: http://royale.zerezo.com/zr364xx/
4476S: Maintained
4477
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478USER-MODE LINUX
4479P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004480M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481L: user-mode-linux-devel@lists.sourceforge.net
4482L: user-mode-linux-user@lists.sourceforge.net
4483W: http://user-mode-linux.sourceforge.net
4484S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004485
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004486USERSPACE I/O (UIO)
4487P: Hans J. Koch
4488M: hjk@linutronix.de
4489P: Greg Kroah-Hartman
4490M: gregkh@suse.de
4491L: linux-kernel@vger.kernel.org
4492S: Maintained
4493
Karel Zakf899b0a2008-05-23 13:04:21 -07004494UTIL-LINUX-NG PACKAGE
4495P: Karel Zak
4496M: kzak@redhat.com
4497L: util-linux-ng@vger.kernel.org
4498W: http://kernel.org/~kzak/util-linux-ng/
4499T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4500S: Maintained
4501
Alan Cox4e688522008-04-30 00:52:11 -07004502VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503P: OGAWA Hirofumi
4504M: hirofumi@mail.parknet.co.jp
4505L: linux-kernel@vger.kernel.org
4506S: Maintained
4507
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508VIA RHINE NETWORK DRIVER
4509P: Roger Luethi
4510M: rl@hellgate.ch
4511S: Maintained
4512
Jean Delvare32c0a522005-09-22 21:47:58 +02004513VIAPRO SMBUS DRIVER
4514P: Jean Delvare
4515M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004516L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004517S: Maintained
4518
Francois Romieu01f20732007-01-26 00:57:17 -08004519VIA VELOCITY NETWORK DRIVER
4520P: Francois Romieu
4521M: romieu@fr.zoreil.com
4522L: netdev@vger.kernel.org
4523S: Maintained
4524
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004526P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004527M: mchehab@infradead.org
4528M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004529L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004530W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004531T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004532S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533
Patrick McHardybe7f8272007-10-23 20:26:36 -07004534VLAN (802.1Q)
4535P: Patrick McHardy
4536M: kaber@trash.net
4537L: netdev@vger.kernel.org
4538S: Maintained
4539
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004540VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4541P: Liam Girdwood
4542M: lg@opensource.wolfsonmicro.com
4543P: Mark Brown
4544M: broonie@opensource.wolfsonmicro.com
4545W: http://opensource.wolfsonmicro.com/node/15
4546T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4547S: Supported
4548
Juerg Haefligerab413192006-09-24 20:54:04 +02004549VT1211 HARDWARE MONITOR DRIVER
4550P: Juerg Haefliger
4551M: juergh@gmail.com
4552L: lm-sensors@lm-sensors.org
4553S: Maintained
4554
Roger Lucas1de9e372005-11-26 20:20:05 +01004555VT8231 HARDWARE MONITOR DRIVER
4556P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004557M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004558L: lm-sensors@lm-sensors.org
4559S: Maintained
4560
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561W1 DALLAS'S 1-WIRE BUS
4562P: Evgeniy Polyakov
4563M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004564S: Maintained
4565
Charles Spirakis13927072006-07-05 18:05:15 +02004566W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004567P: Marc Hulsman
4568M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004569L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004570S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004571
Rudolf Marek61db0112006-12-12 18:18:30 +01004572W83793 HARDWARE MONITORING DRIVER
4573P: Rudolf Marek
4574M: r.marek@assembler.cz
4575L: lm-sensors@lm-sensors.org
4576S: Maintained
4577
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578W83L51xD SD/MMC CARD INTERFACE DRIVER
4579P: Pierre Ossman
4580M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004581L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582S: Maintained
4583
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004584WATCHDOG DEVICE DRIVERS
4585P: Wim Van Sebroeck
4586M: wim@iguana.be
4587T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4588S: Maintained
4589
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4591P: Jean Tourrilhes
4592M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004593L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4595S: Maintained
4596
4597WD7000 SCSI DRIVER
4598P: Miroslav Zagorac
4599M: zaga@fly.cc.fer.hr
4600L: linux-scsi@vger.kernel.org
4601S: Maintained
4602
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004603WISTRON LAPTOP BUTTON DRIVER
4604P: Miloslav Trmac
4605M: mitr@volny.cz
4606S: Maintained
4607
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608WL3501 WIRELESS PCMCIA CARD DRIVER
4609P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004610M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004611L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004612W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613S: Maintained
4614
Mark Brownfebf1df2008-04-02 00:51:09 -04004615WM97XX TOUCHSCREEN DRIVERS
4616P: Mark Brown
4617M: broonie@opensource.wolfsonmicro.com
4618P: Liam Girdwood
4619M: liam.girdwood@wolfsonmicro.com
4620L: linux-input@vger.kernel.org
4621T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4622W: http://opensource.wolfsonmicro.com/node/7
4623S: Supported
4624
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625X.25 NETWORK LAYER
4626P: Henner Eisen
4627M: eis@baty.hanse.de
4628L: linux-x25@vger.kernel.org
4629S: Maintained
4630
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004631XEN HYPERVISOR INTERFACE
4632P: Jeremy Fitzhardinge
4633M: jeremy@xensource.com
4634P: Chris Wright
4635M: chrisw@sous-sol.org
4636L: virtualization@lists.osdl.org
4637L: xen-devel@lists.xensource.com
4638S: Supported
4639
Linus Torvalds1da177e2005-04-16 15:20:36 -07004640XFS FILESYSTEM
4641P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004642P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004644L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004646T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647S: Supported
4648
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004649XILINX SYSTEMACE DRIVER
4650P: Grant Likely
4651M: grant.likely@secretlab.ca
4652W: http://www.secretlab.ca/
4653L: linux-kernel@vger.kernel.org
4654S: Maintained
4655
Peter Korsgaard238b8722006-12-06 20:35:17 -08004656XILINX UARTLITE SERIAL DRIVER
4657P: Peter Korsgaard
4658M: jacmet@sunsite.dk
4659L: linux-serial@vger.kernel.org
4660S: Maintained
4661
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004662X86 ARCHITECTURE (32-BIT AND 64-BIT)
4663P: Thomas Gleixner
4664M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665P: Ingo Molnar
4666M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004667P: H. Peter Anvin
4668M: hpa@zytor.com
4669L: linux-kernel@vger.kernel.org
4670T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004671S: Maintained
4672
Linus Torvalds1da177e2005-04-16 15:20:36 -07004673YAM DRIVER FOR AX.25
4674P: Jean-Paul Roubelat
4675M: jpr@f6fbb.org
4676L: linux-hams@vger.kernel.org
4677S: Maintained
4678
Henkaf64a5e2005-10-12 15:02:56 +02004679YEALINK PHONE DRIVER
4680P: Henk Vergonet
4681M: Henk.Vergonet@gmail.com
4682L: usbb2k-api-dev@nongnu.org
4683S: Maintained
4684
Linus Torvalds1da177e2005-04-16 15:20:36 -07004685Z8530 DRIVER FOR AX.25
4686P: Joerg Reuter
4687M: jreuter@yaina.de
4688W: http://yaina.de/jreuter/
4689W: http://www.qsl.net/dl1bke/
4690L: linux-hams@vger.kernel.org
4691S: Maintained
4692
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004693ZD1211RW WIRELESS DRIVER
4694P: Daniel Drake
4695M: dsd@gentoo.org
4696P: Ulrich Kunitz
4697M: kune@deine-taler.de
4698W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004699L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004700L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4701S: Maintained
4702
Linus Torvalds1da177e2005-04-16 15:20:36 -07004703ZR36067 VIDEO FOR LINUX DRIVER
4704P: Ronald Bultje
4705M: rbultje@ronald.bitfreak.net
4706L: mjpeg-users@lists.sourceforge.net
4707W: http://mjpeg.sourceforge.net/driver-zoran/
4708S: Maintained
4709
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004710ZS DECSTATION Z85C30 SERIAL DRIVER
4711P: Maciej W. Rozycki
4712M: macro@linux-mips.org
4713S: Maintained
4714
Linus Torvalds1da177e2005-04-16 15:20:36 -07004715THE REST
4716P: Linus Torvalds
4717S: Buried alive in reporters