blob: ced3c202f8e6cf13d825cd220639f82909f8e162 [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
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700422APPLE BCM5974 MULTITOUCH DRIVER
423P: Henrik Rydberg
424M: rydberg@euromail.se
425L: linux-input@vger.kernel.org
426S: Maintained
427
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700428APPLE SMC DRIVER
429P: Nicolas Boichat
430M: nicolas@boichat.ch
431L: mactel-linux-devel@lists.sourceforge.net
432S: Maintained
433
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434APPLETALK NETWORK LAYER
435P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300436M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437S: Maintained
438
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400439APPLETOUCH TOUCHPAD DRIVER
440P: Johannes Berg
441M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400442L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400443S: Maintained
444
Jaya Kumar1154ea72005-06-21 17:17:04 -0700445ARC FRAMEBUFFER DRIVER
446P: Jaya Kumar
447M: jayalk@intworks.biz
448S: Maintained
449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450ARM MFM AND FLOPPY DRIVERS
451P: Ian Molton
452M: spyro@f2s.com
453S: Maintained
454
Russell King2761f5c2007-05-24 06:56:08 +0200455ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200456S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200457
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800458ARM/ADI ROADRUNNER MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
464ARM/ADS SPHERE MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
470ARM/AJECO 1ARM MACHINE SUPPORT
471P: Lennert Buytenhek
472M: kernel@wantstofly.org
473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
474S: Maintained
475
Andrew Victord4a89c72006-12-04 13:56:21 +0100476ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
477P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100478M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
480W: http://maxim.org.za/at91_26.html
481S: Maintained
482
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800483ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
489ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
Russell Kinga9da4f72008-07-12 21:42:04 +0100495ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
496P: Mike Rapoport
497M: mike@compulab.co.il
498L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
499S: Maintained
500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501ARM/CORGI MACHINE SUPPORT
502P: Richard Purdie
503M: rpurdie@rpsys.net
504S: Maintained
505
Russell Kinga9da4f72008-07-12 21:42:04 +0100506ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
507P: Daniel Ribeiro
508M: drwyrm@gmail.com
509P: Stefan Schmidt
510M: stefan@openezx.org
511P: Harald Welte
512M: laforge@openezx.org
513L: openezx-devel@lists.openezx.org (subscribers-only)
514W: http://www.openezx.org/
515S: Maintained
516
Sascha Hauer86183a52008-07-24 23:50:35 +0200517ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
518P: Sascha Hauer
519M: kernel@pengutronix.de
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800523ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100529ARM/GUMSTIX MACHINE SUPPORT
530P: Steve Sakoman
531M: sakoman@gmail.com
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100535ARM/HP JORNADA 7XX MACHINE SUPPORT
536P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100537M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100538W: www.jlime.com
539S: Maintained
540
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800541ARM/INTEL IOP32X ARM ARCHITECTURE
542P: Lennert Buytenhek
543M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100544P: Dan Williams
545M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100547S: Supported
548
549ARM/INTEL IOP33X ARM ARCHITECTURE
550P: Dan Williams
551M: dan.j.williams@intel.com
552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
553S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800554
555ARM/INTEL IOP13XX ARM ARCHITECTURE
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100558P: Dan Williams
559M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100561S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562
563ARM/INTEL IQ81342EX MACHINE SUPPORT
564P: Lennert Buytenhek
565M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100566P: Dan Williams
567M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100569S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800570
571ARM/INTEL IXP2000 ARM ARCHITECTURE
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S: Maintained
576
577ARM/INTEL IXDP2850 MACHINE SUPPORT
578P: Lennert Buytenhek
579M: kernel@wantstofly.org
580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
581S: Maintained
582
583ARM/INTEL IXP23XX ARM ARCHITECTURE
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/INTEL XSC3 (MANZANO) ARM CORE
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100592P: Dan Williams
593M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100595S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800596
597ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
598P: Lennert Buytenhek
599M: kernel@wantstofly.org
600L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601S: Maintained
602
603ARM/LOGICPD PXA270 MACHINE SUPPORT
604P: Lennert Buytenhek
605M: kernel@wantstofly.org
606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607S: Maintained
608
Philipp Zabel3b8861712008-07-09 21:27:15 +0100609ARM/MAGICIAN MACHINE SUPPORT
610P: Philipp Zabel
611M: philipp.zabel@gmail.com
612S: Maintained
613
Dirk Opfer8459c152005-11-06 14:27:52 +0000614ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100615P: Dmitry Baryshkov
616M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000617P: Dirk Opfer
618M: dirk@opfer-online.de
619S: Maintained
620
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100621ARM/PALMTX SUPPORT
622P: Marek Vasut
623M: marek.vasut@gmail.com
624W: http://hackndev.com
625S: Maintained
626
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627ARM/PLEB SUPPORT
628P: Peter Chubb
629M: pleb@gelato.unsw.edu.au
630W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
631S: Maintained
632
633ARM/PT DIGITAL BOARD PORT
634P: Stefan Eletzhofer
635M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700636L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637W: http://www.arm.linux.org.uk/
638S: Maintained
639
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800640ARM/RADISYS ENP2611 MACHINE SUPPORT
641P: Lennert Buytenhek
642M: kernel@wantstofly.org
643L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
644S: Maintained
645
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646ARM/SHARK MACHINE SUPPORT
647P: Alexander Schulz
648M: alex@shark-linux.de
649W: http://www.shark-linux.de/shark.html
650S: Maintained
651
652ARM/STRONGARM110 PORT
653P: Russell King
654M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700655L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656W: http://www.arm.linux.org.uk/
657S: Maintained
658
659ARM/S3C2410 ARM ARCHITECTURE
660P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800661M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700662L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663W: http://www.fluff.org/ben/linux/
664S: Maintained
665
666ARM/S3C2440 ARM ARCHITECTURE
667P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800668M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670W: http://www.fluff.org/ben/linux/
671S: Maintained
672
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800673ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
674P: Lennert Buytenhek
675M: kernel@wantstofly.org
676L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677S: Maintained
678
679ARM/THECUS N2100 MACHINE SUPPORT
680P: Lennert Buytenhek
681M: kernel@wantstofly.org
682L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
683S: Maintained
684
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685ARPD SUPPORT
686P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700687L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688S: Maintained
689
690ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500691P: Corentin Chary
692M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693P: Karol Kozimor
694M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695L: acpi4asus-user@lists.sourceforge.net
696W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500697W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698S: Maintained
699
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400700ASUS ASB100 HARDWARE MONITOR DRIVER
701P: Mark M. Hoffman
702M: mhoffman@lightlink.com
703L: lm-sensors@lm-sensors.org
704S: Maintained
705
Corentin Chary85091b72007-01-26 14:04:30 +0100706ASUS LAPTOP EXTRAS DRIVER
707P: Corentin Chary
708M: corentincj@iksaif.net
709L: acpi4asus-user@lists.sourceforge.net
710W: http://sourceforge.net/projects/acpi4asus
711W: http://xf.iksaif.net/acpi4asus
712S: Maintained
713
Dan Williamsb3e5f262007-08-07 10:26:35 -0700714ASYNCHRONOUS TRANSFERS/TRANSFORMS API
715P: Dan Williams
716M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100717P: Maciej Sosnowski
718M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700719L: linux-kernel@vger.kernel.org
720W: http://sourceforge.net/projects/xscaleiop
721S: Supported
722
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723ATA OVER ETHERNET DRIVER
724P: Ed L. Cashin
725M: ecashin@coraid.com
726W: http://www.coraid.com/support/linux
727S: Supported
728
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200729ATHEROS ATH5K WIRELESS DRIVER
730P: Jiri Slaby
731M: jirislaby@gmail.com
732P: Nick Kossifidis
733M: mickflemm@gmail.com
734P: Luis R. Rodriguez
735M: mcgrof@gmail.com
736L: linux-wireless@vger.kernel.org
737L: ath5k-devel@lists.ath5k.org
738S: Maintained
739
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700740ATHEROS ATH9K WIRELESS DRIVER
741P: Luis R. Rodriguez
742M: lrodriguez@atheros.com
743P: Jouni Malinen
744M: jmalinen@atheros.com
745L: linux-wireless@vger.kernel.org
746L: ath9k-devel@lists.ath9k.org
747S: Supported
748
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000749ATI_REMOTE2 DRIVER
750P: Ville Syrjala
751M: syrjala@sci.fi
752S: Maintained
753
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600754ATL1 ETHERNET DRIVER
755P: Jay Cliburn
756M: jcliburn@gmail.com
757P: Chris Snook
758M: csnook@redhat.com
759L: atl1-devel@lists.sourceforge.net
760W: http://sourceforge.net/projects/atl1
761W: http://atl1.sourceforge.net
762S: Maintained
763
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764ATM
765P: Chas Williams
766M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700767L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768W: http://linux-atm.sourceforge.net
769S: Maintained
770
Pierre Ossman272f1332007-05-14 21:25:26 +0200771ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200772P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800773M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200774L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
775W: http://www.atmel.com/products/AT91/
776W: http://www.at91.com/
777S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200778
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800779ATMEL AT91 / AT32 SERIAL DRIVER
780P: Haavard Skinnemoen
781M: hskinnemoen@atmel.com
782L: linux-kernel@vger.kernel.org
783S: Supported
784
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800785ATMEL LCDFB DRIVER
786P: Nicolas Ferre
787M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800788L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800789S: Maintained
790
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100791ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100792P: Haavard Skinnemoen
793M: hskinnemoen@atmel.com
794S: Supported
795
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800796ATMEL SPI DRIVER
797P: Haavard Skinnemoen
798M: hskinnemoen@atmel.com
799S: Supported
800
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700801ATMEL USBA UDC DRIVER
802P: Haavard Skinnemoen
803M: hskinnemoen@atmel.com
804L: kernel@avr32linux.org
805W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
806S: Supported
807
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808ATMEL WIRELESS DRIVER
809P: Simon Kelley
810M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700811L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812W: http://www.thekelleys.org.uk/atmel
813W: http://atmelwlandriver.sourceforge.net/
814S: Maintained
815
Chris Wrighta92b7b82005-07-07 18:12:23 -0700816AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400817P: Al Viro
818M: viro@zeniv.linux.org.uk
819P: Eric Paris
820M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700821L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100822W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400823T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700824S: Maintained
825
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800826AUXILIARY DISPLAY DRIVERS
827P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700828M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800829L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700830W: http://miguelojeda.es/auxdisplay.htm
831W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800832S: Maintained
833
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700834AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700835P: Haavard Skinnemoen
836M: hskinnemoen@atmel.com
837W: http://www.atmel.com/products/AVR32/
838W: http://avr32linux.org/
839W: http://avrfreaks.net/
840S: Supported
841
842AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700843P: Haavard Skinnemoen
844M: hskinnemoen@atmel.com
845S: Supported
846
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847AX.25 NETWORK LAYER
848P: Ralf Baechle
849M: ralf@linux-mips.org
850L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200851W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852S: Maintained
853
Richard Purdie300abeb2007-02-07 22:21:07 +0000854BACKLIGHT CLASS/SUBSYSTEM
855P: Richard Purdie
856M: rpurdie@rpsys.net
857S: Maintained
858
Bryan Wu1394f032007-05-06 14:50:22 -0700859BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800860P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800861M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800862L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
863W: http://blackfin.uclinux.org
864S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700865
Bryan Wue190d6b2007-07-17 14:43:44 +0800866BLACKFIN EMAC DRIVER
867P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800868M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800869L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
870W: http://blackfin.uclinux.org
871S: Supported
872
Mike Frysinger566da5b2007-06-11 15:31:30 +0800873BLACKFIN RTC DRIVER
874P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800875M: vapier.adi@gmail.com
876L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
877W: http://blackfin.uclinux.org
878S: Supported
879
Bryan Wu1394f032007-05-06 14:50:22 -0700880BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800881P: Sonic Zhang
882M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800883L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
884W: http://blackfin.uclinux.org
885S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700886
Bryan Wu1e6d3202007-07-15 02:50:02 +0800887BLACKFIN WATCHDOG DRIVER
888P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800889M: vapier.adi@gmail.com
890L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
891W: http://blackfin.uclinux.org
892S: Supported
893
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894BAYCOM/HDLCDRV DRIVERS FOR AX.25
895P: Thomas Sailer
896M: t.sailer@alumni.ethz.ch
897L: linux-hams@vger.kernel.org
898W: http://www.baycom.org/~tom/ham/ham.html
899S: Maintained
900
Michael Buesche4d6b792007-09-18 15:39:42 -0400901B43 WIRELESS DRIVER
902P: Michael Buesch
903M: mb@bu3sch.de
904P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100905M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400906L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100907W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400908S: Maintained
909
Larry Finger75388ac2007-09-25 16:46:54 -0700910B43LEGACY WIRELESS DRIVER
911P: Larry Finger
912M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100913P: Stefano Brivio
914M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700915L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100916W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700917S: Maintained
918
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919BEFS FILE SYSTEM
920P: Sergey S. Kostyliov
921M: rathamahata@php4.ru
922L: linux-kernel@vger.kernel.org
923S: Maintained
924
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925BFS FILE SYSTEM
926P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800927M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928L: linux-kernel@vger.kernel.org
929S: Maintained
930
Bryan Wud24ecfc2007-05-01 23:26:32 +0200931BLACKFIN I2C TWI DRIVER
932P: Sonic Zhang
933M: sonic.zhang@analog.com
934L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
935W: http://blackfin.uclinux.org/
936S: Supported
937
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938BLOCK LAYER
939P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200940M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800942T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943S: Maintained
944
Joern Engel2b54aae2008-02-06 01:38:02 -0800945BLOCK2MTD DRIVER
946P: Joern Engel
947M: joern@lazybastard.org
948L: linux-mtd@lists.infradead.org
949S: Maintained
950
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200951BLUETOOTH DRIVERS
952P: Marcel Holtmann
953M: marcel@holtmann.org
954L: linux-bluetooth@vger.kernel.org
955W: http://www.bluez.org/
956S: Maintained
957
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958BLUETOOTH SUBSYSTEM
959P: Marcel Holtmann
960M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700961L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200962W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800963T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964S: Maintained
965
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100967P: Jay Vosburgh
968M: fubar@us.ibm.com
969L: bonding-devel@lists.sourceforge.net
970W: http://sourceforge.net/projects/bonding/
971S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972
Gary Zambrano39105892006-06-22 17:26:20 -0700973BROADCOM B44 10/100 ETHERNET DRIVER
974P: Gary Zambrano
975M: zambrano@broadcom.com
976L: netdev@vger.kernel.org
977S: Supported
978
Michael Chan948c51e2006-06-04 02:51:39 -0700979BROADCOM BNX2 GIGABIT ETHERNET DRIVER
980P: Michael Chan
981M: mchan@broadcom.com
982L: netdev@vger.kernel.org
983S: Supported
984
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800985BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700986P: Eilon Greenstein
987M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800988L: netdev@vger.kernel.org
989S: Supported
990
Michael Chan948c51e2006-06-04 02:51:39 -0700991BROADCOM TG3 GIGABIT ETHERNET DRIVER
992P: Michael Chan
993M: mchan@broadcom.com
994L: netdev@vger.kernel.org
995S: Supported
996
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200997BSG (block layer generic sg v4 driver)
998P: FUJITA Tomonori
999M: fujita.tomonori@lab.ntt.co.jp
1000L: linux-scsi@vger.kernel.org
1001S: Supported
1002
Michael Bueschff1d5c22008-07-25 01:46:10 -07001003BT8XXGPIO DRIVER
1004P: Michael Buesch
1005M: mb@bu3sch.de
1006W: http://bu3sch.de/btgpio.php
1007S: Maintained
1008
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001010P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001011M: mchehab@infradead.org
1012M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001014W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001015T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001016S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017
Jonathan Corbet77d51402007-03-22 19:44:17 -03001018CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1019P: Jonathan Corbet
1020M: corbet@lwn.net
1021L: video4linux-list@redhat.com
1022S: Maintained
1023
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001024CAN NETWORK LAYER
1025P: Urs Thuermann
1026M: urs.thuermann@volkswagen.de
1027P: Oliver Hartkopp
1028M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001029L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001030W: http://developer.berlios.de/projects/socketcan/
1031S: Maintained
1032
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001033CALGARY x86-64 IOMMU
1034P: Muli Ben-Yehuda
1035M: muli@il.ibm.com
1036P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001037M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001038L: linux-kernel@vger.kernel.org
1039L: discuss@x86-64.org
1040S: Maintained
1041
Arnd Bergmannb8154542008-05-16 11:10:59 +02001042CELL BROADBAND ENGINE ARCHITECTURE
1043P: Arnd Bergmann
1044M: arnd@arndb.de
1045L: linuxppc-dev@ozlabs.org
1046L: cbe-oss-dev@ozlabs.org
1047W: http://www.ibm.com/developerworks/power/cell/
1048S: Supported
1049
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001050CFAG12864B LCD DRIVER
1051P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001052M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001053L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001054W: http://miguelojeda.es/auxdisplay.htm
1055W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001056S: Maintained
1057
1058CFAG12864BFB LCD FRAMEBUFFER DRIVER
1059P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001060M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001061L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001062W: http://miguelojeda.es/auxdisplay.htm
1063W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001064S: Maintained
1065
Johannes Berg704232c2007-04-23 12:20:05 -07001066CFG80211 and NL80211
1067P: Johannes Berg
1068M: johannes@sipsolutions.net
1069L: linux-wireless@vger.kernel.org
1070S: Maintained
1071
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001072CHECKPATCH
1073P: Andy Whitcroft
1074M: apw@shadowen.org
1075P: Randy Dunlap
1076M: rdunlap@xenotime.net
1077P: Joel Schopp
1078M: jschopp@austin.ibm.com
1079S: Supported
1080
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081COMMON INTERNET FILE SYSTEM (CIFS)
1082P: Steve French
1083M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001084L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001086W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001087T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001088S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089
Joel Becker7063fbf2005-12-15 14:29:43 -08001090CONFIGFS
1091P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001092M: joel.becker@oracle.com
1093L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001094S: Supported
1095
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001096CIRRUS LOGIC EP93XX ETHERNET DRIVER
1097P: Lennert Buytenhek
1098M: kernel@wantstofly.org
1099L: netdev@vger.kernel.org
1100S: Maintained
1101
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001102CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1103P: Lennert Buytenhek
1104M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001105L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001106S: Maintained
1107
Timur Tabid9e9d822008-04-24 08:45:26 +10001108CIRRUS LOGIC CS4270 SOUND DRIVER
1109P: Timur Tabi
1110M: timur@freescale.com
1111L: alsa-devel@alsa-project.org
1112S: Supported
1113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1115P: Cirrus Logic Corporation (kernel 2.2 driver)
1116M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1117P: Nils Faerber (port to kernel 2.4)
1118M: Nils Faerber <nils@kernelconcepts.de>
1119S: Maintained
1120
1121CODA FILE SYSTEM
1122P: Jan Harkes
1123M: jaharkes@cs.cmu.edu
1124M: coda@cs.cmu.edu
1125L: codalist@coda.cs.cmu.edu
1126W: http://www.coda.cs.cmu.edu/
1127S: Maintained
1128
1129COMPACTPCI HOTPLUG CORE
1130P: Scott Murray
1131M: scottm@somanetworks.com
1132M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001133L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134S: Supported
1135
1136COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1137P: Scott Murray
1138M: scottm@somanetworks.com
1139M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001140L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141S: Supported
1142
1143COMPACTPCI HOTPLUG GENERIC DRIVER
1144P: Scott Murray
1145M: scottm@somanetworks.com
1146M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001147L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148S: Supported
1149
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001150COMPAL LAPTOP SUPPORT
1151P: Cezary Jackiewicz
1152M: cezary.jackiewicz@gmail.com
1153S: Maintained
1154
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155COMPUTONE INTELLIPORT MULTIPORT CARD
1156P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001157M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001159S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160
Simon Arlott949be0f2007-03-06 02:47:46 -08001161CONEXANT ACCESSRUNNER USB DRIVER
1162P: Simon Arlott
1163M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001164L: accessrunner-general@lists.sourceforge.net
1165W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001166S: Maintained
1167
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001168CONTROL GROUPS (CGROUPS)
1169P: Paul Menage
1170M: menage@google.com
1171L: containers@lists.linux-foundation.org
1172S: Maintained
1173
Rudolf Marekbebe4672007-05-08 17:22:02 +02001174CORETEMP HARDWARE MONITORING DRIVER
1175P: Rudolf Marek
1176M: r.marek@assembler.cz
1177L: lm-sensors@lm-sensors.org
1178S: Maintained
1179
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180COSA/SRP SYNC SERIAL DRIVER
1181P: Jan "Yenya" Kasprzak
1182M: kas@fi.muni.cz
1183W: http://www.fi.muni.cz/~kas/cosa/
1184S: Maintained
1185
1186CPU FREQUENCY DRIVERS
1187P: Dave Jones
1188M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001189L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001191T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192S: Maintained
1193
1194CPUID/MSR DRIVER
1195P: H. Peter Anvin
1196M: hpa@zytor.com
1197S: Maintained
1198
Paul Jacksoned90fb42005-09-27 21:45:37 -07001199CPUSETS
1200P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001201P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001202M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001203M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001204L: linux-kernel@vger.kernel.org
1205W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001206W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001207S: Supported
1208
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001210W: http://sourceforge.net/projects/cramfs/
1211S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212
1213CRIS PORT
1214P: Mikael Starvik
1215M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001216P: Jesper Nilsson
1217M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218L: dev-etrax@axis.com
1219W: http://developer.axis.com
1220S: Maintained
1221
1222CRYPTO API
1223P: Herbert Xu
1224M: herbert@gondor.apana.org.au
1225P: David S. Miller
1226M: davem@davemloft.net
1227L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001228T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229S: Maintained
1230
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001231CS5535 Audio ALSA driver
1232P: Jaya Kumar
1233M: jayakumar.alsa@gmail.com
1234S: Maintained
1235
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001236CX18 VIDEO4LINUX DRIVER
1237P: Hans Verkuil, Andy Walls
1238M: hverkuil@xs4all.nl, awalls@radix.net
1239L: ivtv-devel@ivtvdriver.org
1240L: ivtv-users@ivtvdriver.org
1241L: video4linux-list@redhat.com
1242W: http://linuxtv.org
1243S: Maintained
1244
Steve Wisee5ec3782008-05-20 14:06:33 -07001245CXGB3 ETHERNET DRIVER (CXGB3)
1246P: Divy Le Ray
1247M: divy@chelsio.com
1248L: netdev@vger.kernel.org
1249W: http://www.chelsio.com
1250S: Supported
1251
1252CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1253P: Steve Wise
1254M: swise@chelsio.com
1255L: general@lists.openfabrics.org
1256W: http://www.openfabrics.org
1257S: Supported
1258
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259CYBERPRO FB DRIVER
1260P: Russell King
1261M: rmk@arm.linux.org.uk
1262W: http://www.arm.linux.org.uk/
1263S: Maintained
1264
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001265CYBLAFB FRAMEBUFFER DRIVER
1266P: Knut Petersen
1267M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001268L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001269S: Maintained
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271CYCLADES 2X SYNC CARD DRIVER
1272P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001273M: acme@ghostprotocols.net
1274W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275S: Maintained
1276
1277CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001279S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
1281CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001283S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285DAMA SLAVE for AX.25
1286P: Joerg Reuter
1287M: jreuter@yaina.de
1288W: http://yaina.de/jreuter/
1289W: http://www.qsl.net/dl1bke/
1290L: linux-hams@vger.kernel.org
1291S: Maintained
1292
1293DC395x SCSI driver
1294P: Oliver Neukum
1295M: oliver@neukum.name
1296P: Ali Akcaagac
1297M: aliakc@web.de
1298P: Jamie Lenehan
1299M: lenehan@twibble.org
1300W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001301L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302L: http://lists.twibble.org/mailman/listinfo/dc395x/
1303S: Maintained
1304
1305DC390/AM53C974 SCSI driver
1306P: Kurt Garloff
1307M: garloff@suse.de
1308W: http://www.garloff.de/kurt/linux/dc390/
1309P: Guennadi Liakhovetski
1310M: g.liakhovetski@gmx.de
1311S: Maintained
1312
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001313DCCP PROTOCOL
1314P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001315M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001316L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001317W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001318S: Maintained
1319
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001321P: Christine Caulfield
1322M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323W: http://linux-decnet.sourceforge.net
1324L: linux-decnet-user@lists.sourceforge.net
1325S: Maintained
1326
1327DEFXX FDDI NETWORK DRIVER
1328P: Maciej W. Rozycki
1329M: macro@linux-mips.org
1330S: Maintained
1331
1332DELL LAPTOP SMM DRIVER
1333P: Massimo Dal Zotto
1334M: dz@debian.org
1335W: http://www.debian.org/~dz/i8k/
1336S: Maintained
1337
Doug Warzecha90563ec2005-09-06 15:17:15 -07001338DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1339P: Doug Warzecha
1340M: Douglas_Warzecha@dell.com
1341S: Maintained
1342
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001343DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344P: Alasdair Kergon
1345L: dm-devel@redhat.com
1346W: http://sources.redhat.com/dm
1347S: Maintained
1348
1349DEVICE NUMBER REGISTRY
1350P: Torben Mathiasen
1351M: device@lanana.org
1352W: http://lanana.org/docs/device-list/index.html
1353L: linux-kernel@vger.kernel.org
1354S: Maintained
1355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356DIGI INTL. EPCA DRIVER
1357P: Digi International, Inc
1358M: Eng.Linux@digi.com
1359L: Eng.Linux@digi.com
1360W: http://www.digi.com
1361S: Orphaned
1362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363DIRECTORY NOTIFICATION
1364P: Stephen Rothwell
1365M: sfr@canb.auug.org.au
1366L: linux-kernel@vger.kernel.org
1367S: Supported
1368
1369DISK GEOMETRY AND PARTITION HANDLING
1370P: Andries Brouwer
1371M: aeb@cwi.nl
1372W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1373W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1374W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1375S: Maintained
1376
1377DISKQUOTA:
1378P: Jan Kara
1379M: jack@suse.cz
1380L: linux-kernel@vger.kernel.org
1381S: Maintained
1382
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001383DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001384P: Christine Caulfield
1385M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001386P: David Teigland
1387M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001388L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001389W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001390T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001391S: Supported
1392
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1394P: Tobias Ringstrom
1395M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001396L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397S: Maintained
1398
Dan Williamsb3e5f262007-08-07 10:26:35 -07001399DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001400P: Maciej Sosnowski
1401M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001402P: Dan Williams
1403M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001404L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001405S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001406
Juerg Haefligerb8250372007-06-09 10:11:16 -04001407DME1737 HARDWARE MONITOR DRIVER
1408P: Juerg Haefliger
1409M: juergh@gmail.com
1410L: lm-sensors@lm-sensors.org
1411S: Maintained
1412
Martin Waitzba483d52005-06-17 13:20:59 -07001413DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001414P: Randy Dunlap
1415M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001416S: Maintained
1417
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001418DOCKING STATION DRIVER
1419P: Kristen Carlson Accardi
1420M: kristen.c.accardi@intel.com
1421L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001422S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001423
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001424DOCUMENTATION (/Documentation directory)
1425P: Michael Kerrisk
1426M: mtk.manpages@gmail.com
1427P: Randy Dunlap
1428M: rdunlap@xenotime.net
1429L: linux-doc@vger.kernel.org
1430S: Maintained
1431
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432DOUBLETALK DRIVER
1433P: James R. Van Zandt
1434M: jrv@vanzandt.mv.com
1435L: blinux-list@redhat.com
1436S: Maintained
1437
1438DRIVER CORE, KOBJECTS, AND SYSFS
1439P: Greg Kroah-Hartman
1440M: gregkh@suse.de
1441L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001442T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443S: Supported
1444
1445DRM DRIVERS
1446P: David Airlie
1447M: airlied@linux.ie
1448L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001449T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450S: Maintained
1451
1452DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001453P: Francois Romieu
1454M: romieu@fr.zoreil.com
1455L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456S: Maintained
1457
1458DVB SUBSYSTEM AND DRIVERS
1459P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001460M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001462W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001463T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001464S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001466DZ DECSTATION DZ11 SERIAL DRIVER
1467P: Maciej W. Rozycki
1468M: macro@linux-mips.org
1469S: Maintained
1470
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471EATA-DMA SCSI DRIVER
1472P: Michael Neuffer
1473L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1474S: Maintained
1475
1476EATA ISA/EISA/PCI SCSI DRIVER
1477P: Dario Ballabio
1478M: ballabio_dario@emc.com
1479L: linux-scsi@vger.kernel.org
1480S: Maintained
1481
1482EATA-PIO SCSI DRIVER
1483P: Michael Neuffer
1484M: mike@i-Connect.Net
1485L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1486S: Maintained
1487
1488EBTABLES
1489P: Bart De Schuymer
1490M: bart.de.schuymer@pandora.be
1491L: ebtables-user@lists.sourceforge.net
1492L: ebtables-devel@lists.sourceforge.net
1493W: http://ebtables.sourceforge.net/
1494S: Maintained
1495
Michael Halcrow237fead2006-10-04 02:16:22 -07001496ECRYPT FILE SYSTEM
1497P: Mike Halcrow, Phillip Hellewell
1498M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1499L: ecryptfs-devel@lists.sourceforge.net
1500W: http://ecryptfs.sourceforge.net/
1501S: Supported
1502
Alan Coxda9bb1d2006-01-18 17:44:13 -08001503EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001504P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001505M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001506L: bluesmoke-devel@lists.sourceforge.net
1507W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001508S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001509
1510EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001511P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001512P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001513M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001514M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001515L: bluesmoke-devel@lists.sourceforge.net
1516W: bluesmoke.sourceforge.net
1517S: Maintained
1518
1519EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001520P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001521M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001522L: bluesmoke-devel@lists.sourceforge.net
1523W: bluesmoke.sourceforge.net
1524S: Maintained
1525
Douglas Thompson6bc78402007-07-19 01:50:12 -07001526EDAC-I82443BXGX
1527P: Tim Small
1528M: tim@buttersideup.com
1529L: bluesmoke-devel@lists.sourceforge.net
1530W: bluesmoke.sourceforge.net
1531S: Maintained
1532
1533EDAC-I3000
1534P: Jason Uhlenkott
1535M: juhlenko@akamai.com
1536L: bluesmoke-devel@lists.sourceforge.net
1537W: bluesmoke.sourceforge.net
1538S: Maintained
1539
1540EDAC-I5000
1541P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001542M: dougthompson@xmission.com
1543L: bluesmoke-devel@lists.sourceforge.net
1544W: bluesmoke.sourceforge.net
1545S: Maintained
1546
1547EDAC-I82975X
1548P: Ranganathan Desikan
1549P: Arvind R.
1550M: rdesikan@jetzbroadband.com
1551M: arvind@acarlab.com
1552L: bluesmoke-devel@lists.sourceforge.net
1553W: bluesmoke.sourceforge.net
1554S: Maintained
1555
1556EDAC-PASEMI
1557P: Egor Martovetsky
1558M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001559L: bluesmoke-devel@lists.sourceforge.net
1560W: bluesmoke.sourceforge.net
1561S: Maintained
1562
Dave Peterson0e438e32006-03-26 01:38:55 -08001563EDAC-R82600
1564P: Tim Small
1565M: tim@buttersideup.com
1566L: bluesmoke-devel@lists.sourceforge.net
1567W: bluesmoke.sourceforge.net
1568S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001569
Eric Coopere59f8792008-03-13 12:55:46 +01001570EEEPC LAPTOP EXTRAS DRIVER
1571P: Corentin Chary
1572M: corentincj@iksaif.net
1573L: acpi4asus-user@lists.sourceforge.net
1574W: http://sourceforge.net/projects/acpi4asus
1575S: Maintained
1576
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577EEPRO100 NETWORK DRIVER
1578P: Andrey V. Savochkin
1579M: saw@saw.sw.com.sg
1580S: Maintained
1581
Josh Triplett0bee8d22006-07-30 03:03:58 -07001582EFS FILESYSTEM
1583W: http://aeschi.ch.eu.org/efs/
1584S: Orphan
1585
Heiko J Schickfab97222006-09-22 15:22:22 -07001586EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1587P: Hoang-Nam Nguyen
1588M: hnguyen@de.ibm.com
1589P: Christoph Raisch
1590M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001591L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001592S: Supported
1593
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001594EMBEDDED LINUX
1595P: Paul Gortmaker
1596M: paul.gortmaker@windriver.com
1597P David Woodhouse
1598M: dwmw2@infradead.org
1599L: linux-embedded@vger.kernel.org
1600S: Maintained
1601
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001602EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001603P: James Smart
1604M: james.smart@emulex.com
1605L: linux-scsi@vger.kernel.org
1606W: http://sourceforge.net/projects/lpfcxxxx
1607S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001608
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609EPSON 1355 FRAMEBUFFER DRIVER
1610P: Christopher Hoover
1611M: ch@murgatroid.com, ch@hpl.hp.com
1612S: Maintained
1613
1614ETHEREXPRESS-16 NETWORK DRIVER
1615P: Philip Blundell
1616M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001617L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618S: Maintained
1619
1620ETHERNET BRIDGE
1621P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001622M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001623L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001624W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625S: Maintained
1626
1627ETHERTEAM 16I DRIVER
1628P: Mika Kuoppala
1629M: miku@iki.fi
1630S: Maintained
1631
1632EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001633L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634S: Maintained
1635
1636EXT3 FILE SYSTEM
1637P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001638M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001639L: linux-ext4@vger.kernel.org
1640S: Maintained
1641
1642EXT4 FILE SYSTEM
1643P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001644M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001645L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646S: Maintained
1647
Jean Delvaree53004e2006-01-09 23:26:14 +01001648F71805F HARDWARE MONITORING DRIVER
1649P: Jean Delvare
1650M: khali@linux-fr.org
1651L: lm-sensors@lm-sensors.org
1652S: Maintained
1653
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654FARSYNC SYNCHRONOUS DRIVER
1655P: Kevin Curtis
1656M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657W: http://www.farsite.co.uk/
1658S: Supported
1659
Akinobu Mitac5408b82007-04-23 14:41:20 -07001660FAULT INJECTION SUPPORT
1661P: Akinobu Mita
1662M: akinobu.mita@gmail.com
1663S: Supported
1664
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665FRAMEBUFFER LAYER
1666P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001667M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001668L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669W: http://linux-fbdev.sourceforge.net/
1670S: Maintained
1671
Zhang Wei173acc72008-03-01 07:42:48 -07001672FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001673P: Li Yang
1674M: leoli@freescale.com
1675P: Zhang Wei
1676M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001677L: linuxppc-embedded@ozlabs.org
1678L: linux-kernel@vger.kernel.org
1679S: Maintained
1680
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001681FREESCALE I2C CPM DRIVER
1682P: Jochen Friedrich
1683M: jochen@scram.de
1684L: linuxppc-dev@ozlabs.org
1685L: i2c@lm-sensors.org
1686S: Maintained
1687
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001688FREESCALE SOC FS_ENET DRIVER
1689P: Pantelis Antoniou
1690M: pantelis.antoniou@gmail.com
1691P: Vitaly Bordug
1692M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001693L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001694L: netdev@vger.kernel.org
1695S: Maintained
1696
Timur Tabid9e9d822008-04-24 08:45:26 +10001697FREESCALE QUICC ENGINE LIBRARY
1698P: Timur Tabi
1699M: timur@freescale.com
1700L: linuxppc-dev@ozlabs.org
1701S: Supported
1702
Li Yanga7205b32007-04-23 10:38:18 -07001703FREESCALE HIGHSPEED USB DEVICE DRIVER
1704P: Li Yang
1705M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001706L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001707L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001708S: Maintained
1709
Li Yangbeaf53b2007-05-25 13:54:02 +08001710FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1711P: Li Yang
1712M: leoli@freescale.com
1713L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001714L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001715S: Maintained
1716
Timur Tabid9e9d822008-04-24 08:45:26 +10001717FREESCALE QUICC ENGINE UCC UART DRIVER
1718P: Timur Tabi
1719M: timur@freescale.com
1720L: linuxppc-dev@ozlabs.org
1721S: Supported
1722
1723FREESCALE SOC SOUND DRIVERS
1724P: Timur Tabi
1725M: timur@freescale.com
1726L: alsa-devel@alsa-project.org
1727L: linuxppc-dev@ozlabs.org
1728S: Supported
1729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730FILE LOCKING (flock() and fcntl()/lockf())
1731P: Matthew Wilcox
1732M: matthew@wil.cx
1733L: linux-fsdevel@vger.kernel.org
1734S: Maintained
1735
1736FILESYSTEMS (VFS and infrastructure)
1737P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001738M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001739L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740S: Maintained
1741
Stefan Richterf148e202008-01-12 12:32:44 +01001742FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001743P: Kristian Hoegsberg, Stefan Richter
1744M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1745L: linux1394-devel@lists.sourceforge.net
1746W: http://www.linux1394.org/
1747T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1748S: Maintained
1749
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750FIRMWARE LOADER (request_firmware)
1751L: linux-kernel@vger.kernel.org
1752S: Orphan
1753
1754FPU EMULATOR
1755P: Bill Metzenthen
1756M: billm@suburbia.net
1757W: http://suburbia.net/~billm/floating-point/emulator/
1758S: Maintained
1759
1760FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1761P: Mike McLagan
1762M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001763L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764S: Maintained
1765
1766FREEVXFS FILESYSTEM
1767P: Christoph Hellwig
1768M: hch@infradead.org
1769W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1770S: Maintained
1771
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001772FTRACE
1773P: Steven Rostedt
1774M: srostedt@redhat.com
1775S: Maintained
1776
David Howells5ab7ffe2007-04-10 15:10:45 +01001777FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778P: David Howells
1779M: dhowells@redhat.com
1780S: Maintained
1781
Jonathan Woithe20b93732008-06-11 10:14:56 +09301782FUJITSU LAPTOP EXTRAS
1783P: Jonathan Woithe
1784M: jwoithe@physics.adelaide.edu.au
1785L: linux-acpi@vger.kernel.org
1786S: Maintained
1787
Miklos Szeredi04578f12005-09-09 13:10:22 -07001788FUSE: FILESYSTEM IN USERSPACE
1789P: Miklos Szeredi
1790M: miklos@szeredi.hu
1791L: fuse-devel@lists.sourceforge.net
1792W: http://fuse.sourceforge.net/
1793S: Maintained
1794
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1796P: Rik Faith
1797M: faith@cs.unc.edu
1798L: linux-scsi@vger.kernel.org
1799S: Odd fixes (e.g., new signatures)
1800
1801GDT SCSI DISK ARRAY CONTROLLER DRIVER
1802P: Achim Leubner
1803M: achim_leubner@adaptec.com
1804L: linux-scsi@vger.kernel.org
1805W: http://www.icp-vortex.com/
1806S: Supported
1807
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001808GENERIC GPIO I2C DRIVER
1809P: Haavard Skinnemoen
1810M: hskinnemoen@atmel.com
1811S: Supported
1812
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1814P: Krzysztof Halasa
1815M: khc@pm.waw.pl
1816W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1817S: Maintained
1818
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001819GFS2 FILE SYSTEM
1820P: Steven Whitehouse
1821M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001822L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001823W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001824T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1825T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001826S: Supported
1827
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001828GIGASET ISDN DRIVERS
1829P: Hansjoerg Lipp
1830M: hjlipp@web.de
1831P: Tilman Schmidt
1832M: tilman@imap.cc
1833L: gigaset307x-common@lists.sourceforge.net
1834W: http://gigaset307x.sourceforge.net/
1835S: Maintained
1836
Jean Delvare5b543962005-08-15 19:51:02 +02001837HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001838L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001839W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001840S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001841
Michael Buesch844dd052006-06-26 00:24:59 -07001842HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001843S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001844
Robert Love860e1d62005-08-31 23:57:59 -04001845HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1846P: Robert Love
1847M: rlove@rlove.org
1848M: linux-kernel@vger.kernel.org
1849W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1850S: Maintained
1851
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852HARMONY SOUND DRIVER
1853P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001854M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001855L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856S: Maintained
1857
1858HAYES ESP SERIAL DRIVER
1859P: Andrew J. Robinson
1860M: arobinso@nyx.net
1861L: linux-kernel@vger.kernel.org
1862W: http://www.nyx.net/~arobinso
1863S: Maintained
1864
1865HFS FILESYSTEM
1866P: Roman Zippel
1867M: zippel@linux-m68k.org
1868L: linux-kernel@vger.kernel.org
1869S: Maintained
1870
1871HGA FRAMEBUFFER DRIVER
1872P: Ferenc Bakonyi
1873M: fero@drama.obuda.kando.hu
1874L: linux-nvidia@lists.surfsouth.com
1875W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1876S: Maintained
1877
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001878HID CORE LAYER
1879P: Jiri Kosina
1880M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001881L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001882T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001883S: Maintained
1884
Ingo Molnar38bed542007-02-22 09:09:34 +01001885HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1886P: Thomas Gleixner
1887M: tglx@linutronix.de
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891HIGH-SPEED SCC DRIVER FOR AX.25
1892P: Klaus Kudielka
1893M: klaus.kudielka@ieee.org
1894L: linux-hams@vger.kernel.org
1895W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1896S: Maintained
1897
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001898HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1899P: HighPoint Linux Team
1900M: linux@highpoint-tech.com
1901W: http://www.highpoint-tech.com
1902S: Supported
1903
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904HIPPI
1905P: Jes Sorensen
1906M: jes@trained-monkey.org
1907L: linux-hippi@sunsite.dk
1908S: Maintained
1909
1910HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1911P: Chirag Kantharia
1912M: chirag.kantharia@hp.com
1913L: iss_storagedev@hp.com
1914S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916HEWLETT-PACKARD SMART2 RAID DRIVER
1917P: Chirag Kantharia
1918M: chirag.kantharia@hp.com
1919L: iss_storagedev@hp.com
1920S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1923P: Mike Miller
1924M: mike.miller@hp.com
1925L: iss_storagedev@hp.com
1926S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001927
Jouni Malinenff1d2762005-05-12 22:54:16 -04001928HOST AP DRIVER
1929P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001930M: j@w1.fi
1931L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001932L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001933W: http://hostap.epitest.fi/
1934S: Maintained
1935
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1937P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001938M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939S: Maintained
1940
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001941HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1942P: Carlos Corbacho
1943M: carlos@strangeworlds.co.uk
1944S: Odd Fixes
1945
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001946HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001947P: Clemens Ladisch
1948M: clemens@ladisch.de
1949S: Maintained
1950
1951HPET: i386
1952P: Venkatesh Pallipadi (Venki)
1953M: venkatesh.pallipadi@intel.com
1954S: Maintained
1955
1956HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001957P: Vojtech Pavlik
1958M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001959S: Maintained
1960
1961HPET: ACPI hpet.c
1962P: Bob Picco
1963M: bob.picco@hp.com
1964S: Maintained
1965
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966HPFS FILESYSTEM
1967P: Mikulas Patocka
1968M: mikulas@artax.karlin.mff.cuni.cz
1969W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1970S: Maintained
1971
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001972HTCPEN TOUCHSCREEN DRIVER
1973P: Pau Oliva Fora
1974M: pof@eslack.org
1975L: linux-input@vger.kernel.org
1976S: Maintained
1977
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978HUGETLB FILESYSTEM
1979P: William Irwin
1980M: wli@holomorphy.com
1981S: Maintained
1982
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001983I2C/SMBUS STUB DRIVER
1984P: Mark M. Hoffman
1985M: mhoffman@lightlink.com
1986L: lm-sensors@lm-sensors.org
1987S: Maintained
1988
Jean Delvare5b543962005-08-15 19:51:02 +02001989I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001990P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001992P: Ben Dooks (embedded platforms)
1993M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001994L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001995T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996S: Maintained
1997
Till Harbaume8c76ee2007-05-01 23:26:35 +02001998I2C-TINY-USB DRIVER
1999P: Till Harbaum
2000M: till@harbaum.org
2001L: i2c@lm-sensors.org
2002T: http://www.harbaum.org/till/i2c_tiny_usb
2003S: Maintained
2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002006P: H. Peter Anvin
2007M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008L: Linux-Kernel@vger.kernel.org
2009S: Maintained
2010
2011i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012P: H. Peter Anvin
2013M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002014T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015S: Maintained
2016
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017IA64 (Itanium) PLATFORM
2018P: Tony Luck
2019M: tony.luck@intel.com
2020L: linux-ia64@vger.kernel.org
2021W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002022T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023S: Maintained
2024
2025SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002026P: Jes Sorensen
2027M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028L: linux-altix@sgi.com
2029L: linux-ia64@vger.kernel.org
2030W: http://www.sgi.com/altix
2031S: Maintained
2032
2033IBM MCA SCSI SUBSYSTEM DRIVER
2034P: Michael Lang
2035M: langa2@kph.uni-mainz.de
2036W: http://www.uni-mainz.de/~langm000/linux.html
2037S: Maintained
2038
2039IBM Power Linux RAID adapter
2040P: Brian King
2041M: brking@us.ibm.com
2042S: Supported
2043
2044IBM ServeRAID RAID DRIVER
2045P: Jack Hammer
2046P: Dave Jeffery
2047M: ipslinux@adaptec.com
2048W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002049S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002051IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002053M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002055T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056S: Maintained
2057
2058IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002059P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002060M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002061L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002062S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063
2064IDE/ATAPI FLOPPY DRIVERS
2065P: Paul Bristow
2066M: Paul Bristow <paul@paulbristow.net>
2067W: http://paulbristow.net/linux/idefloppy.html
2068L: linux-kernel@vger.kernel.org
2069S: Maintained
2070
2071IDE/ATAPI TAPE DRIVERS
2072P: Gadi Oxman
2073M: Gadi Oxman <gadio@netvision.net.il>
2074L: linux-kernel@vger.kernel.org
2075S: Maintained
2076
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002077IDE-SCSI DRIVER
2078L: linux-ide@vger.kernel.org
2079L: linux-scsi@vger.kernel.org
2080S: Orphan
2081
Stefan Richterf148e202008-01-12 12:32:44 +01002082IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002084M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002085P: Stefan Richter
2086M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087L: linux1394-devel@lists.sourceforge.net
2088W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002089T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090S: Maintained
2091
Stefan Richterf51a5a92007-04-23 14:41:10 -07002092IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093P: Dan Dennedy
2094M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002095P: Stefan Richter
2096M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002098S: Maintained
2099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002101L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002102S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103
2104INFINIBAND SUBSYSTEM
2105P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002106M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002108M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002110M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002111L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002113T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114S: Supported
2115
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002116INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002117P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002118M: dmitry.torokhov@gmail.com
2119M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002120L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002121T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
Robert Lovec9f04f52005-07-15 12:21:07 -04002124INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002125P: John McCutchan
2126M: ttb@tentacle.dhs.org
2127P: Robert Love
2128M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002129L: linux-kernel@vger.kernel.org
2130S: Maintained
2131
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002132INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002133P: Sylvain Meyer
2134M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002135L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002136S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002139P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002140M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002141L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002142S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144INTEL IA32 MICROCODE UPDATE SUPPORT
2145P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002146M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Maintained
2148
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002149INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002150P: Maciej Sosnowski
2151M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002152L: linux-kernel@vger.kernel.org
2153S: Supported
2154
Dan Williamsb3e5f262007-08-07 10:26:35 -07002155INTEL IOP-ADMA DMA DRIVER
2156P: Dan Williams
2157M: dan.j.williams@intel.com
2158L: linux-kernel@vger.kernel.org
2159S: Supported
2160
Michael Buesch844dd052006-06-26 00:24:59 -07002161INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2162P: Deepak Saxena
2163M: dsaxena@plexity.net
2164S: Maintained
2165
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002166INTEL IXP2000 ETHERNET DRIVER
2167P: Lennert Buytenhek
2168M: kernel@wantstofly.org
2169L: netdev@vger.kernel.org
2170S: Maintained
2171
Auke Kokd94e6fe2008-03-03 14:37:47 -08002172INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002173P: Jeff Kirsher
2174M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002175P: Jesse Brandeburg
2176M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002177P: Bruce Allan
2178M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002179P: PJ Waskiewicz
2180M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002181P: John Ronciak
2182M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002183L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002184W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185S: Supported
2186
James Ketrenos826d2ab2005-11-07 18:56:59 -06002187INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002188P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002189M: yi.zhu@intel.com
2190P: James Ketrenos
2191M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002192P: Reinette Chatre
2193M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002194L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002195L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002196W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002197W: http://ipw2100.sourceforge.net
2198S: Supported
2199
2200INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002201P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002202M: yi.zhu@intel.com
2203P: James Ketrenos
2204M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002205P: Reinette Chatre
2206M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002207L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002208L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002209W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002210W: http://ipw2200.sourceforge.net
2211S: Supported
2212
Zhu Yib481de92007-09-25 17:54:57 -07002213INTEL WIRELESS WIFI LINK (iwlwifi)
2214P: Zhu Yi
2215M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002216P: Reinette Chatre
2217M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002218L: linux-wireless@vger.kernel.org
2219L: ipw3945-devel@lists.sourceforge.net
2220W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002221T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002222S: Supported
2223
Ralf Baechlecb109a02007-08-30 23:56:30 -07002224IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225P: Ralf Baechle
2226M: ralf@linux-mips.org
2227L: linux-mips@linux-mips.org
2228S: Maintained
2229
Ralf Baechlecb109a02007-08-30 23:56:30 -07002230IOC3 SERIAL DRIVER
2231P: Pat Gefre
2232M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002233L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002234S: Maintained
2235
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236IP MASQUERADING:
2237P: Juanjo Ciarlante
2238M: jjciarla@raiz.uncu.edu.ar
2239S: Maintained
2240
Francois Romieu1202d6f2007-09-17 17:13:55 -07002241IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2242P: Francois Romieu
2243M: romieu@fr.zoreil.com
2244P: Sorbica Shieh
2245M: sorbica@icplus.com.tw
2246P: Jesse Huang
2247M: jesse@icplus.com.tw
2248L: netdev@vger.kernel.org
2249S: Maintained
2250
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002251IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002252P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002253M: infinipath@qlogic.com
2254L: general@lists.openfabrics.org
2255T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002256S: Supported
2257
Corey Minyard4409ebe2006-04-20 02:43:12 -07002258IPMI SUBSYSTEM
2259P: Corey Minyard
2260M: minyard@acm.org
2261L: openipmi-developer@lists.sourceforge.net
2262W: http://openipmi.sourceforge.net/
2263S: Supported
2264
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265IPX NETWORK LAYER
2266P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002267M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002268L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269S: Maintained
2270
David Sterba099dc4f2008-02-07 10:57:12 +01002271IPWIRELES DRIVER
2272P: Jiri Kosina
2273M: jkosina@suse.cz
2274P: David Sterba
2275M: dsterba@suse.cz
2276S: Maintained
2277T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002280P: Samuel Ortiz
2281M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002282L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002284S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285
Mike Christie14816b12007-11-28 16:22:06 -08002286ISCSI
2287P: Mike Christie
2288M: michaelc@cs.wisc.edu
2289L: open-iscsi@googlegroups.com
2290W: www.open-iscsi.org
2291T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2292S: Maintained
2293
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294ISAPNP
2295P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002296M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S: Maintained
2298
2299ISDN SUBSYSTEM
2300P: Karsten Keil
2301M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002302L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002304T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305S: Maintained
2306
2307ISDN SUBSYSTEM (Eicon active card driver)
2308P: Armin Schindler
2309M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002310L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311W: http://www.melware.de
2312S: Maintained
2313
Hans Verkuil91821ff2007-12-02 09:35:33 -03002314IVTV VIDEO4LINUX DRIVER
2315P: Hans Verkuil
2316M: hverkuil@xs4all.nl
2317L: ivtv-devel@ivtvdriver.org
2318L: ivtv-users@ivtvdriver.org
2319L: video4linux-list@redhat.com
2320W: http://www.ivtvdriver.org
2321S: Maintained
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2324P: David Woodhouse
2325M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002326L: linux-mtd@lists.infradead.org
2327W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328S: Maintained
2329
Artem Bityutskiy95270562008-07-14 17:58:44 +03002330UBI FILE SYSTEM (UBIFS)
2331P: Artem Bityutskiy
2332M: dedekind@infradead.org
2333P: Adrian Hunter
2334M: ext-adrian.hunter@nokia.com
2335L: linux-mtd@lists.infradead.org
2336T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2337W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2338S: Maintained
2339
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340JFS FILESYSTEM
2341P: Dave Kleikamp
2342M: shaggy@austin.ibm.com
2343L: jfs-discussion@lists.sourceforge.net
2344W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002345T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346S: Supported
2347
Josh Triplettde456d32006-07-30 03:04:00 -07002348JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002349P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002350M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002351L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002352S: Maintained
2353
Rudolf Marek4660cb32006-10-08 22:01:26 +02002354K8TEMP HARDWARE MONITORING DRIVER
2355P: Rudolf Marek
2356M: r.marek@assembler.cz
2357L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358S: Maintained
2359
2360KCONFIG
2361P: Roman Zippel
2362M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002363L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364S: Maintained
2365
Vivek Goyalea6c2082006-05-20 14:59:55 -07002366KDUMP
2367P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002368M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002369P: Haren Myneni
2370M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002371L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002372L: linux-kernel@vger.kernel.org
2373W: http://lse.sourceforge.net/kdump/
2374S: Maintained
2375
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376KERNEL AUTOMOUNTER (AUTOFS)
2377P: H. Peter Anvin
2378M: hpa@zytor.com
2379L: autofs@linux.kernel.org
2380S: Odd Fixes
2381
2382KERNEL AUTOMOUNTER v4 (AUTOFS4)
2383P: Ian Kent
2384M: raven@themaw.net
2385L: autofs@linux.kernel.org
2386S: Maintained
2387
2388KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389P: Sam Ravnborg
2390M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002391T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2392T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002393L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002394S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395
2396KERNEL JANITORS
2397P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002398L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400S: Maintained
2401
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002402KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002403P: J. Bruce Fields
2404M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002406M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002407L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002409S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410
Avi Kivity426d62e2006-12-13 00:34:03 -08002411KERNEL VIRTUAL MACHINE (KVM)
2412P: Avi Kivity
2413M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002414L: kvm@vger.kernel.org
2415W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002416S: Supported
2417
Hollis Blanchard513014b2008-04-16 23:28:08 -05002418KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2419P: Hollis Blanchard
2420M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002421L: kvm-ppc@vger.kernel.org
2422W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002423S: Supported
2424
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002425KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002426P: Anthony Xu
2427M: anthony.xu@intel.com
2428P: Xiantao Zhang
2429M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002430L: kvm-ia64@vger.kernel.org
2431W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002432S: Supported
2433
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002434KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2435P: Carsten Otte
2436M: cotte@de.ibm.com
2437P: Christian Borntraeger
2438M: borntraeger@de.ibm.com
2439M: linux390@de.ibm.com
2440L: linux-s390@vger.kernel.org
2441W: http://www.ibm.com/developerworks/linux/linux390/
2442S: Supported
2443
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002444KEXEC
2445P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002446M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002447W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002448L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002449L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002450S: Maintained
2451
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002452KGDB
2453P: Jason Wessel
2454M: jason.wessel@windriver.com
2455L: kgdb-bugreport@lists.sourceforge.net
2456S: Maintained
2457
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002458KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002459P: Ananth N Mavinakayanahalli
2460M: ananth@in.ibm.com
2461P: Anil S Keshavamurthy
2462M: anil.s.keshavamurthy@intel.com
2463P: David S. Miller
2464M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002465P: Masami Hiramatsu
2466M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002467L: linux-kernel@vger.kernel.org
2468S: Maintained
2469
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002470KS0108 LCD CONTROLLER DRIVER
2471P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002472M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002473L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002474W: http://miguelojeda.es/auxdisplay.htm
2475W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002476S: Maintained
2477
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002480S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481
2482LASI 53c700 driver for PARISC
2483P: James E.J. Bottomley
2484M: James.Bottomley@HansenPartnership.com
2485L: linux-scsi@vger.kernel.org
2486S: Maintained
2487
Richard Purdie263de9b2006-05-15 09:44:16 -07002488LED SUBSYSTEM
2489P: Richard Purdie
2490M: rpurdie@rpsys.net
2491S: Maintained
2492
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493LEGO USB Tower driver
2494P: Juergen Stuber
2495M: starblue@users.sourceforge.net
2496L: legousb-devel@lists.sourceforge.net
2497W: http://legousb.sourceforge.net/
2498S: Maintained
2499
Rusty Russell568a17f2007-10-25 14:12:24 +10002500LGUEST
2501P: Rusty Russell
2502M: rusty@rustcorp.com.au
2503L: lguest@ozlabs.org
2504W: http://lguest.ozlabs.org/
2505S: Maintained
2506
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507LINUX FOR IBM pSERIES (RS/6000)
2508P: Paul Mackerras
2509M: paulus@au.ibm.com
2510W: http://www.ibm.com/linux/ltc/projects/ppc
2511S: Supported
2512
2513LINUX FOR NCR VOYAGER
2514P: James Bottomley
2515M: James.Bottomley@HansenPartnership.com
2516W: http://www.hansenpartnership.com/voyager
2517S: Maintained
2518
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002519LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520P: Paul Mackerras
2521M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002522P: Benjamin Herrenschmidt
2523M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524W: http://www.penguinppc.org/
2525L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002526T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527S: Supported
2528
2529LINUX FOR POWER MACINTOSH
2530P: Benjamin Herrenschmidt
2531M: benh@kernel.crashing.org
2532W: http://www.penguinppc.org/
2533L: linuxppc-dev@ozlabs.org
2534S: Maintained
2535
Grant Likely77a76362008-07-12 12:11:43 -06002536LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537P: Sylvain Munaut
2538M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002539P: Grant Likely
2540M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542S: Maintained
2543
2544LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002545P: Josh Boyer
2546M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547P: Matt Porter
2548M: mporter@kernel.crashing.org
2549W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002550L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002551T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552S: Maintained
2553
Grant Likely260c02a2007-10-02 12:15:34 +10002554LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2555P: Grant Likely
2556M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002557W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002558L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Maintained
2560
Tom Rinie93adf12005-07-26 12:49:53 -07002561LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002562P: Vitaly Bordug
2563M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002564P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002565M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002566W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002567L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002568S: Maintained
2569
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002571P: Kumar Gala
2572M: galak@kernel.crashing.org
2573W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002574L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002575S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576
Olof Johanssonab06ff32006-09-06 14:44:54 -05002577LINUX FOR POWERPC PA SEMI PWRFICIENT
2578P: Olof Johansson
2579M: olof@lixom.net
2580W: http://www.pasemi.com/
2581L: linuxppc-dev@ozlabs.org
2582S: Supported
2583
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584LLC (802.2)
2585P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002586M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587S: Maintained
2588
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589LINUX SECURITY MODULE (LSM) FRAMEWORK
2590P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002591M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002592L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002593T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594S: Supported
2595
2596LM83 HARDWARE MONITOR DRIVER
2597P: Jean Delvare
2598M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002599L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600S: Maintained
2601
2602LM90 HARDWARE MONITOR DRIVER
2603P: Jean Delvare
2604M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002605L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606S: Maintained
2607
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002608LOCKDEP AND LOCKSTAT
2609P: Peter Zijlstra
2610M: peterz@infradead.org
2611P: Ingo Molnar
2612M: mingo@redhat.com
2613L: linux-kernel@vger.kernel.org
2614T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2615S: Maintained
2616
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002617LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618P: Richard Russon (FlatCap)
2619M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002620L: linux-ntfs-dev@lists.sourceforge.net
2621W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622S: Maintained
2623
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002624LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2625P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002626M: Eric.Moore@lsi.com
2627M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002628L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002629L: linux-scsi@vger.kernel.org
2630W: http://www.lsilogic.com/support
2631S: Supported
2632
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2634P: Matthew Wilcox
2635M: matthew@wil.cx
2636L: linux-scsi@vger.kernel.org
2637S: Maintained
2638
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002639M32R ARCHITECTURE
2640P: Hirokazu Takata
2641M: takata@linux-m32r.org
2642L: linux-m32r@ml.linux-m32r.org
2643L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2644W: http://www.linux-m32r.org/
2645S: Maintained
2646
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647M68K ARCHITECTURE
2648P: Geert Uytterhoeven
2649M: geert@linux-m68k.org
2650P: Roman Zippel
2651M: zippel@linux-m68k.org
2652L: linux-m68k@lists.linux-m68k.org
2653W: http://www.linux-m68k.org/
2654W: http://linux-m68k-cvs.ubb.ca/
2655S: Maintained
2656
2657M68K ON APPLE MACINTOSH
2658P: Joshua Thompson
2659M: funaho@jurai.org
2660W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002661L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662S: Maintained
2663
2664M68K ON HP9000/300
2665P: Philip Blundell
2666M: philb@gnu.org
2667W: http://www.tazenda.demon.co.uk/phil/linux-hp
2668S: Maintained
2669
Jiri Benc64a327a2007-05-05 11:47:08 -07002670MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002671P: Johannes Berg
2672M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002673P: Michael Wu
2674M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002675L: linux-wireless@vger.kernel.org
2676W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002677T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002678S: Maintained
2679
Stefano Brivio1036d862007-12-23 04:46:27 +01002680MAC80211 PID RATE CONTROL
2681P: Stefano Brivio
2682M: stefano.brivio@polimi.it
2683P: Mattias Nissler
2684M: mattias.nissler@gmx.de
2685L: linux-wireless@vger.kernel.org
2686W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2687T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2688S: Maintained
2689
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002690MACVLAN DRIVER
2691P: Patrick McHardy
2692M: kaber@trash.net
2693L: netdev@vger.kernel.org
2694S: Maintained
2695
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696MARVELL YUKON / SYSKONNECT DRIVER
2697P: Mirko Lindner
2698M: mlindner@syskonnect.de
2699P: Ralph Roesler
2700M: rroesler@syskonnect.de
2701W: http://www.syskonnect.com
2702S: Supported
2703
Michael Kerriskfaf16682005-07-31 22:34:47 -07002704MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002705P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002706M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002707W: http://www.kernel.org/doc/man-pages
2708S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002709
Stefano Brivio74cda162007-11-19 20:27:46 +01002710MARVELL LIBERTAS WIRELESS DRIVER
2711P: Dan Williams
2712M: dcbw@redhat.com
2713L: libertas-dev@lists.infradead.org
2714S: Maintained
2715
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002716MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002717P: Lennert Buytenhek
2718M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002719L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002720S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721
2722MATROX FRAMEBUFFER DRIVER
2723P: Petr Vandrovec
2724M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002725L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726S: Maintained
2727
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002728MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2729P: Hans J. Koch
2730M: hjk@linutronix.de
2731L: lm-sensors@lm-sensors.org
2732S: Maintained
2733
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002734MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002735P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002736M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002737S: linux-scsi@vger.kernel.org
2738W: http://megaraid.lsilogic.com
2739S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002740
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002741MEMORY MANAGEMENT
2742L: linux-mm@kvack.org
2743L: linux-kernel@vger.kernel.org
2744W: http://www.linux-mm.org
2745S: Maintained
2746
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002747MEMORY RESOURCE CONTROLLER
2748P: Balbir Singh
2749M: balbir@linux.vnet.ibm.com
2750P: Pavel Emelyanov
2751M: xemul@openvz.org
2752P: KAMEZAWA Hiroyuki
2753M: kamezawa.hiroyu@jp.fujitsu.com
2754L: linux-mm@kvack.org
2755L: linux-kernel@vger.kernel.org
2756S: Maintained
2757
David Howellsb920de12008-02-08 04:19:31 -08002758MEI MN10300/AM33 PORT
2759P: David Howells
2760M: dhowells@redhat.com
2761P: Koichi Yasutake
2762M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002763L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002764W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2765S: Maintained
2766
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002767MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768P: David Woodhouse
2769M: dwmw2@infradead.org
2770W: http://www.linux-mtd.infradead.org/
2771L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002772T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773S: Maintained
2774
Artem Bityutskiy48576402007-02-13 17:11:10 +02002775UNSORTED BLOCK IMAGES (UBI)
2776P: Artem Bityutskiy
2777M: dedekind@infradead.org
2778W: http://www.linux-mtd.infradead.org/
2779L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002780T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002781S: Maintained
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783MICROTEK X6 SCANNER
2784P: Oliver Neukum
2785M: oliver@neukum.name
2786S: Maintained
2787
2788MIPS
2789P: Ralf Baechle
2790M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002791W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002793T: git www.linux-mips.org:/pub/scm/linux.git
2794S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795
2796MISCELLANEOUS MCA-SUPPORT
2797P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002798M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799L: linux-kernel@vger.kernel.org
2800S: Maintained
2801
2802MODULE SUPPORT
2803P: Rusty Russell
2804M: rusty@rustcorp.com.au
2805L: linux-kernel@vger.kernel.org
2806S: Maintained
2807
2808MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2809P: Stelian Pop
2810M: stelian@popies.net
2811W: http://popies.net/meye/
2812S: Maintained
2813
Pavel Pisac58ff042007-05-16 01:10:41 +02002814MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2815P: Pavel Pisa
2816M: ppisa@pikron.com
2817L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002818S: Maintained
2819
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820MOUSE AND MISC DEVICES [GENERAL]
2821P: Alessandro Rubini
2822M: rubini@ipvvis.unipv.it
2823L: linux-kernel@vger.kernel.org
2824S: Maintained
2825
Jiri Slabyb9705b62008-04-30 00:53:48 -07002826MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002827P: Jiri Slaby
2828M: jirislaby@gmail.com
2829L: linux-kernel@vger.kernel.org
2830S: Maintained
2831
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002832MSI LAPTOP SUPPORT
2833P: Lennart Poettering
2834M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002835W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002836W: http://0pointer.de/lennart/tchibo.html
2837S: Maintained
2838
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002839MULTIFUNCTION DEVICES (MFD)
2840P: Samuel Ortiz
2841M: sameo@openedhand.com
2842L: linux-kernel@vger.kernel.org
2843S: Supported
2844
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002845MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002846P: Pierre Ossman
2847M: drzeus-mmc@drzeus.cx
2848L: linux-kernel@vger.kernel.org
2849S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002850
David Brownell15a05802007-08-08 09:12:54 -07002851MULTIMEDIA CARD (MMC) ETC. OVER SPI
2852P: David Brownell
2853M: dbrownell@users.sourceforge.net
2854L: linux-kernel@vger.kernel.org
2855S: Odd fixes
2856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857MULTISOUND SOUND DRIVER
2858P: Andrew Veliath
2859M: andrewtv@usa.net
2860S: Maintained
2861
Jiri Slabyd7354102006-12-08 02:38:35 -08002862MULTITECH MULTIPORT CARD (ISICOM)
2863P: Jiri Slaby
2864M: jirislaby@gmail.com
2865L: linux-kernel@vger.kernel.org
2866S: Maintained
2867
Felipe Balbi550a7372008-07-24 12:27:36 +03002868MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2869P: Felipe Balbi
2870M: felipe.balbi@nokia.com
2871L: linux-usb@vger.kernel.org
2872S: Maintained
2873
Brice Goglin2d3cf582008-05-17 12:45:36 +02002874MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2875P: Andrew Gallatin
2876M: gallatin@myri.com
2877P: Brice Goglin
2878M: brice@myri.com
2879L: netdev@vger.kernel.org
2880W: http://www.myri.com/scs/download-Myri10GE.html
2881S: Supported
2882
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883NATSEMI ETHERNET DRIVER (DP8381x)
2884P: Tim Hockin
2885M: thockin@hockin.org
2886S: Maintained
2887
2888NCP FILESYSTEM
2889P: Petr Vandrovec
2890M: vandrove@vc.cvut.cz
2891L: linware@sh.cvut.cz
2892S: Maintained
2893
2894NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2895P: James E.J. Bottomley
2896M: James.Bottomley@HansenPartnership.com
2897L: linux-scsi@vger.kernel.org
2898S: Maintained
2899
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002900NETEFFECT IWARP RNIC DRIVER (IW_NES)
2901P: Faisal Latif
2902M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002903P: Chien Tung
2904M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002905L: general@lists.openfabrics.org
2906W: http://www.neteffect.com
2907S: Supported
2908F: drivers/infiniband/hw/nes/
2909
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002910NETEM NETWORK EMULATOR
2911P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002912M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002913L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002914S: Maintained
2915
Jiri Slaby4a584482007-08-30 23:56:39 -07002916NETERION (S2IO) Xframe 10GbE DRIVER
2917P: Ramkrishna Vepa
2918M: ram.vepa@neterion.com
2919P: Rastapur Santosh
2920M: santosh.rastapur@neterion.com
2921P: Sivakumar Subramani
2922M: sivakumar.subramani@neterion.com
2923P: Sreenivasa Honnur
2924M: sreenivasa.honnur@neterion.com
2925L: netdev@vger.kernel.org
2926W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2927S: Supported
2928
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929NETFILTER/IPTABLES/IPCHAINS
2930P: Rusty Russell
2931P: Marc Boucher
2932P: James Morris
2933P: Harald Welte
2934P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002935P: Patrick McHardy
2936M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002937L: netfilter-devel@vger.kernel.org
2938L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002939L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940W: http://www.netfilter.org/
2941W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942S: Supported
2943
Paul Moore4cc67732006-09-25 15:57:13 -07002944NETLABEL
2945P: Paul Moore
2946M: paul.moore@hp.com
2947W: http://netlabel.sf.net
2948L: netdev@vger.kernel.org
2949S: Supported
2950
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951NETROM NETWORK LAYER
2952P: Ralf Baechle
2953M: ralf@linux-mips.org
2954L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002955W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956S: Maintained
2957
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002958NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959P: Paul Clements
2960M: Paul.Clements@steeleye.com
2961S: Maintained
2962
2963NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964P: Jeff Garzik
2965M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002966L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002967T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968S: Maintained
2969
2970NETWORKING [GENERAL]
2971P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002972M: netdev@vger.kernel.org
2973L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002974W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975S: Maintained
2976
2977NETWORKING [IPv4/IPv6]
2978P: David S. Miller
2979M: davem@davemloft.net
2980P: Alexey Kuznetsov
2981M: kuznet@ms2.inr.ac.ru
2982P: Pekka Savola (ipv6)
2983M: pekkas@netcore.fi
2984P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002985M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986P: Hideaki YOSHIFUJI
2987M: yoshfuji@linux-ipv6.org
2988P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002989M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002990L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002991T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992S: Maintained
2993
James Morris10e2ff12007-08-25 14:41:28 -07002994NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2995P: Paul Moore
2996M: paul.moore@hp.com
2997L: netdev@vger.kernel.org
2998S: Maintained
2999
John W. Linville29f8f632006-01-18 14:52:48 -08003000NETWORKING [WIRELESS]
3001P: John W. Linville
3002M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003003L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003004T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3005S: Maintained
3006
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003007NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003008P: Dhananjay Phadke
3009M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003010L: netdev@vger.kernel.org
3011W: http://www.netxen.com
3012S: Supported
3013
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014IPVS
3015P: Wensong Zhang
3016M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003017P: Simon Horman
3018M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019P: Julian Anastasov
3020M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003021L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003022L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023S: Maintained
3024
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003025NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003027M: Trond.Myklebust@netapp.com
3028L: linux-nfs@vger.kernel.org
3029W: http://client.linux-nfs.org
3030T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031S: Maintained
3032
3033NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003034P: Jan-Pascal van Best
3035M: janpascal@vanbest.org
3036P: Andreas Mohr
3037M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003038L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039S: Maintained
3040
3041NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3042P: YOKOTA Hiroshi
3043M: yokota@netlab.is.tsukuba.ac.jp
3044W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3045S: Maintained
3046
3047NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3048P: GOTO Masanori
3049M: gotom@debian.or.jp
3050P: YOKOTA Hiroshi
3051M: yokota@netlab.is.tsukuba.ac.jp
3052W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3053S: Maintained
3054
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055NTFS FILESYSTEM
3056P: Anton Altaparmakov
3057M: aia21@cantab.net
3058L: linux-ntfs-dev@lists.sourceforge.net
3059L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003060W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003061T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062S: Maintained
3063
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003064NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003065P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003066M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003067L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003068S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003070OPENCORES I2C BUS DRIVER
3071P: Peter Korsgaard
3072M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003073L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003074S: Maintained
3075
Mark Fashehccd979b2005-12-15 14:31:24 -08003076ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3077P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003078M: mfasheh@suse.com
3079P: Joel Becker
3080M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003081L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003082W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003083T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003084S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003085
Bob Copeland0ad122d2008-07-25 19:45:18 -07003086OMFS FILESYSTEM
3087P: Bob Copeland
3088M: me@bobcopeland.com
3089L: linux-karma-devel@lists.sourceforge.net
3090S: Maintained
3091
Harald Weltec1986ee2005-11-13 16:06:29 -08003092OMNIKEY CARDMAN 4000 DRIVER
3093P: Harald Welte
3094M: laforge@gnumonks.org
3095S: Maintained
3096
Harald Welte77c44ab2005-11-13 16:06:26 -08003097OMNIKEY CARDMAN 4040 DRIVER
3098P: Harald Welte
3099M: laforge@gnumonks.org
3100S: Maintained
3101
Jonathan Corbet77d51402007-03-22 19:44:17 -03003102OMNIVISION OV7670 SENSOR DRIVER
3103P: Jonathan Corbet
3104M: corbet@lwn.net
3105L: video4linux-list@redhat.com
3106S: Maintained
3107
Thomas Gleixner431bca72007-05-02 09:31:35 +02003108ONENAND FLASH DRIVER
3109P: Kyungmin Park
3110M: kyungmin.park@samsung.com
3111L: linux-mtd@lists.infradead.org
3112S: Maintained
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114ONSTREAM SCSI TAPE DRIVER
3115P: Willem Riede
3116M: osst@riede.org
3117L: osst-users@lists.sourceforge.net
3118L: linux-scsi@vger.kernel.org
3119S: Maintained
3120
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003122P: Robert Richter
3123M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124L: oprofile-list@lists.sf.net
3125S: Maintained
3126
3127ORINOCO DRIVER
3128P: Pavel Roskin
3129M: proski@gnu.org
3130P: David Gibson
3131M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003132L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003133L: orinoco-users@lists.sourceforge.net
3134L: orinoco-devel@lists.sourceforge.net
3135W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136S: Maintained
3137
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003138PA SEMI ETHERNET DRIVER
3139P: Olof Johansson
3140M: olof@lixom.net
3141L: netdev@vger.kernel.org
3142S: Maintained
3143
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003144PA SEMI SMBUS DRIVER
3145P: Olof Johansson
3146M: olof@lixom.net
3147L: i2c@lm-sensors.org
3148S: Maintained
3149
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003151L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003152S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153
3154PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3155P: Tim Waugh
3156M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003157L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158W: http://www.torque.net/linux-pp.html
3159S: Maintained
3160
3161PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003162P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003163M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164P: Matthew Wilcox
3165M: matthew@wil.cx
3166P: Grant Grundler
3167M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003168L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003170T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171S: Maintained
3172
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003173PARAVIRT_OPS INTERFACE
3174P: Jeremy Fitzhardinge
3175M: jeremy@xensource.com
3176P: Chris Wright
3177M: chrisw@sous-sol.org
3178P: Zachary Amsden
3179M: zach@vmware.com
3180P: Rusty Russell
3181M: rusty@rustcorp.com.au
3182L: virtualization@lists.osdl.org
3183L: linux-kernel@vger.kernel.org
3184S: Supported
3185
Jim Cromie1662d322006-10-06 00:43:59 -07003186PC87360 HARDWARE MONITORING DRIVER
3187P: Jim Cromie
3188M: jim.cromie@gmail.com
3189L: lm-sensors@lm-sensors.org
3190S: Maintained
3191
3192PC8736x GPIO DRIVER
3193P: Jim Cromie
3194M: jim.cromie@gmail.com
3195S: Maintained
3196
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003197PCI ERROR RECOVERY
3198P: Linas Vepstas
3199M: linas@austin.ibm.com
3200L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003201L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003202S: Supported
3203
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003205P: Jesse Barnes
3206M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003208L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003209T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210S: Supported
3211
3212PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003213P: Kristen Carlson Accardi
3214M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215S: Supported
3216
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003217PCIE HOTPLUG DRIVER
3218P: Kristen Carlson Accardi
3219M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003220L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003221S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003222
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003224P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003225L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003226W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003227T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003228S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229
3230PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003231P: Don Fry
3232M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003233L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234S: Maintained
3235
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003236PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003237P: Balbir Singh
3238M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003239L: linux-kernel@vger.kernel.org
3240S: Maintained
3241
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003242PERSONALITY HANDLING
3243P: Christoph Hellwig
3244M: hch@infradead.org
3245L: linux-abi-devel@lists.sourceforge.net
3246S: Maintained
3247
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003249P: Joern Engel
3250M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251L: linux-mtd@lists.infradead.org
3252S: Maintained
3253
Peter Osterlund249a6772005-09-27 21:45:30 -07003254PKTCDVD DRIVER
3255P: Peter Osterlund
3256M: petero2@telia.com
3257L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003258S: Maintained
3259
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003261P: Thomas Gleixner
3262M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003263L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264S: Supported
3265
Anton Vorontsov3be86142007-07-15 04:43:36 +04003266POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3267P: Anton Vorontsov
3268M: cbou@mail.ru
3269P: David Woodhouse
3270M: dwmw2@infradead.org
3271L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003272T: git git.infradead.org/battery-2.6.git
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275PNP SUPPORT
3276P: Adam Belay
3277M: ambx1@neo.rr.com
3278S: Maintained
3279
Vitaly Wool999445d2007-01-04 13:07:03 +01003280PNXxxxx I2C DRIVER
3281P: Vitaly Wool
3282M: vitalywool@gmail.com
3283L: i2c@lm-sensors.org
3284S: Maintained
3285
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286PPP PROTOCOL DRIVERS AND COMPRESSORS
3287P: Paul Mackerras
3288M: paulus@samba.org
3289L: linux-ppp@vger.kernel.org
3290S: Maintained
3291
3292PPP OVER ATM (RFC 2364)
3293P: Mitchell Blank Jr
3294M: mitch@sfgoth.com
3295S: Maintained
3296
3297PPP OVER ETHERNET
3298P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003299M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300S: Maintained
3301
James Chapmana6d23702007-06-27 15:53:17 -07003302PPP OVER L2TP
3303P: James Chapman
3304M: jchapman@katalix.com
3305S: Maintained
3306
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307PREEMPTIBLE KERNEL
3308P: Robert Love
3309M: rml@tech9.net
3310L: linux-kernel@vger.kernel.org
3311L: kpreempt-tech@lists.sourceforge.net
3312W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3313S: Supported
3314
Michael Wueff1a592007-09-25 18:11:01 -07003315P54 WIRELESS DRIVER
3316P: Michael Wu
3317M: flamingice@sourmilk.net
3318L: linux-wireless@vger.kernel.org
3319W: http://prism54.org
3320T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3321S: Maintained
3322
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003324P: Luis R. Rodriguez
3325M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003326L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327W: http://prism54.org
3328S: Maintained
3329
3330PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3331P: Peter Denison
3332M: promise@pnd-pc.demon.co.uk
3333W: http://www.pnd-pc.demon.co.uk/promise/
3334S: Maintained
3335
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003336PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3337P: Mikael Pettersson
3338M: mikpe@it.uu.se
3339L: linux-ide@vger.kernel.org
3340S: Maintained
3341
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003342PS3 NETWORK SUPPORT
3343P: Masakazu Mokuno
3344M: mokuno@sm.sony.co.jp
3345L: netdev@vger.kernel.org
3346L: cbe-oss-dev@ozlabs.org
3347S: Supported
3348
Geoff Levandf58a9d12006-11-23 00:46:51 +01003349PS3 PLATFORM SUPPORT
3350P: Geoff Levand
3351M: geoffrey.levand@am.sony.com
3352L: linuxppc-dev@ozlabs.org
3353L: cbe-oss-dev@ozlabs.org
3354S: Supported
3355
Michael Krufky83202042006-07-03 00:24:18 -07003356PVRUSB2 VIDEO4LINUX DRIVER
3357P: Mike Isely
3358M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003359L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003360L: video4linux-list@redhat.com
3361W: http://www.isely.net/pvrusb2/
3362S: Maintained
3363
Eric Miao30ec2612008-06-12 15:21:41 -07003364PXA2xx/PXA3xx SUPPORT
3365P: Eric Miao
3366M: eric.miao@marvell.com
3367P: Russell King
3368M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003369L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370S: Maintained
3371
Pierre Ossman272f1332007-05-14 21:25:26 +02003372PXA MMCI DRIVER
3373S: Orphan
3374
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375QLOGIC QLA2XXX FC-SCSI DRIVER
3376P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003377M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378L: linux-scsi@vger.kernel.org
3379S: Supported
3380
Ron Mercer5a4faa82006-07-25 00:40:21 -07003381QLOGIC QLA3XXX NETWORK DRIVER
3382P: Ron Mercer
3383M: linux-driver@qlogic.com
3384L: netdev@vger.kernel.org
3385S: Supported
3386
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387QNX4 FILESYSTEM
3388P: Anders Larsen
3389M: al@alarsen.net
3390L: linux-kernel@vger.kernel.org
3391W: http://www.alarsen.net/linux/qnx4fs/
3392S: Maintained
3393
3394RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003395P: Benjamin Herrenschmidt
3396M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003397L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398S: Maintained
3399
3400RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003401P: Paul Mackerras
3402M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003403L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404S: Maintained
3405
3406RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3407P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003408M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003409L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410S: Maintained
3411
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003412RALINK RT2X00 WLAN DRIVER
3413P: rt2x00 project
3414L: linux-wireless@vger.kernel.org
3415L: rt2400-devel@lists.sourceforge.net
3416W: http://rt2x00.serialmonkey.com/
3417S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003418T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003419F: drivers/net/wireless/rt2x00/
3420
Nick Piggin9db55792008-02-08 04:19:49 -08003421RAMDISK RAM BLOCK DEVICE DRIVER
3422P: Nick Piggin
3423M: npiggin@suse.de
3424S: Maintained
3425
Matt Mackall9e95ce22005-04-16 15:25:56 -07003426RANDOM NUMBER DRIVER
3427P: Matt Mackall
3428M: mpm@selenic.com
3429S: Maintained
3430
Matt Porter394b7012005-11-07 01:00:15 -08003431RAPIDIO SUBSYSTEM
3432P: Matt Porter
3433M: mporter@kernel.crashing.org
3434L: linux-kernel@vger.kernel.org
3435S: Maintained
3436
Florian Fainellic1f766b2008-02-06 22:39:44 +01003437RDC R-321X SoC
3438P: Florian Fainelli
3439M: florian.fainelli@telecomint.eu
3440L: linux-kernel@vger.kernel.org
3441S: Maintained
3442
Florian Fainellidb17f392007-12-19 11:30:30 +01003443RDC R6040 FAST ETHERNET DRIVER
3444P: Florian Fainelli
3445M: florian.fainelli@telecomint.eu
3446L: netdev@vger.kernel.org
3447S: Maintained
3448
Josh Triplett595182b2006-10-04 02:17:21 -07003449READ-COPY UPDATE (RCU)
3450P: Dipankar Sarma
3451M: dipankar@in.ibm.com
3452W: http://www.rdrop.com/users/paulmck/rclock/
3453L: linux-kernel@vger.kernel.org
3454S: Supported
3455
3456RCUTORTURE MODULE
3457P: Josh Triplett
3458M: josh@freedesktop.org
3459L: linux-kernel@vger.kernel.org
3460S: Maintained
3461
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462REAL TIME CLOCK DRIVER
3463P: Paul Gortmaker
3464M: p_gortmaker@yahoo.com
3465L: linux-kernel@vger.kernel.org
3466S: Maintained
3467
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003468REAL TIME CLOCK (RTC) SUBSYSTEM
3469P: Alessandro Zummo
3470M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003471L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003472S: Maintained
3473
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003475L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476S: Supported
3477
Ivo van Doorne08976452008-04-12 19:23:55 +02003478RFKILL
3479P: Ivo van Doorn
3480M: IvDoorn@gmail.com
3481L: netdev@vger.kernel.org
3482S: Maintained
3483F: net/rfkill
3484
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485ROCKETPORT DRIVER
3486P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487W: http://www.comtrol.com
3488S: Maintained
3489
3490ROSE NETWORK LAYER
3491P: Ralf Baechle
3492M: ralf@linux-mips.org
3493L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003494W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495S: Maintained
3496
3497RISCOM8 DRIVER
3498S: Orphan
3499
Michael Wu605bebe2007-05-14 01:41:02 -04003500RTL818X WIRELESS DRIVER
3501P: Michael Wu
3502M: flamingice@sourmilk.net
3503P: Andrea Merello
3504M: andreamrl@tiscali.it
3505L: linux-wireless@vger.kernel.org
3506W: http://linuxwireless.org/
3507T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3508S: Maintained
3509
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003510S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003511P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003512M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003513L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003514S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003515
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516S390
3517P: Martin Schwidefsky
3518M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003519P: Heiko Carstens
3520M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003522L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003523W: http://www.ibm.com/developerworks/linux/linux390/
3524S: Supported
3525
3526S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003527P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003528M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003529P: Frank Blaschka
3530M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003531M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003532L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003533W: http://www.ibm.com/developerworks/linux/linux390/
3534S: Supported
3535
3536S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003537P: Christof Schmitt
3538M: christof.schmitt@de.ibm.com
3539P: Martin Peschke
3540M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003541M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003542L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003543W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544S: Supported
3545
Ursula Braundd96df22007-09-19 13:09:02 +02003546S390 IUCV NETWORK LAYER
3547P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003548M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003549M: linux390@de.ibm.com
3550L: linux-s390@vger.kernel.org
3551W: http://www.ibm.com/developerworks/linux/linux390/
3552S: Supported
3553
Ben Dooks4dde7f72008-06-30 22:40:38 +01003554S3C24XX SD/MMC Driver
3555P: Ben Dooks
3556M: ben-linux@fluff.org
3557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3558L: linux-kernel@vger.kernel.org
3559S: Supported
3560
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561SAA7146 VIDEO4LINUX-2 DRIVER
3562P: Michael Hunold
3563M: michael@mihu.de
3564W: http://www.mihu.de/linux/saa7146
3565S: Maintained
3566
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567SC1200 WDT DRIVER
3568P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003569M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570S: Maintained
3571
3572SCHEDULER
3573P: Ingo Molnar
3574M: mingo@elte.hu
3575P: Robert Love [the preemptible kernel bits]
3576M: rml@tech9.net
3577L: linux-kernel@vger.kernel.org
3578S: Maintained
3579
3580SCSI CDROM DRIVER
3581P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003582M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583L: linux-scsi@vger.kernel.org
3584W: http://www.kernel.dk
3585S: Maintained
3586
3587SCSI SG DRIVER
3588P: Doug Gilbert
3589M: dgilbert@interlog.com
3590L: linux-scsi@vger.kernel.org
3591W: http://www.torque.net/sg
3592S: Maintained
3593
3594SCSI SUBSYSTEM
3595P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003596M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003598T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003599T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3600T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601S: Maintained
3602
3603SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003604P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605M: Kai.Makisara@kolumbus.fi
3606L: linux-scsi@vger.kernel.org
3607S: Maintained
3608
3609SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003610P: Vlad Yasevich
3611M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003612P: Sridhar Samudrala
3613M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003614L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003615W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003616S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617
3618SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003619P: Jim Cromie
3620M: jim.cromie@gmail.com
3621S: Odd Fixes
3622
3623SCx200 GPIO DRIVER
3624P: Jim Cromie
3625M: jim.cromie@gmail.com
3626S: Maintained
3627
3628SCx200 HRT CLOCKSOURCE DRIVER
3629P: Jim Cromie
3630M: jim.cromie@gmail.com
3631S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632
Sascha Sommer6a369132008-07-15 14:21:29 +02003633SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3634P: Sascha Sommer
3635M: saschasommer@freenet.de
3636L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3637S: Maintained
3638
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639SECURITY CONTACT
3640P: Security Officers
3641M: security@kernel.org
3642S: Supported
3643
3644SELINUX SECURITY MODULE
3645P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003646M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003648M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003649P: Eric Paris
3650M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003652L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653W: http://www.nsa.gov/selinux
3654S: Supported
3655
Jiri Slabycef2cf02007-05-08 00:31:45 -07003656SENSABLE PHANTOM
3657P: Jiri Slaby
3658M: jirislaby@gmail.com
3659S: Maintained
3660
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661SERIAL ATA (SATA) SUBSYSTEM:
3662P: Jeff Garzik
3663M: jgarzik@pobox.com
3664L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003665T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666S: Supported
3667
3668SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3669P: Pat Gefre
3670M: pfg@sgi.com
3671L: linux-ia64@vger.kernel.org
3672S: Supported
3673
Ben Hutchings8ceee662008-04-27 12:55:59 +01003674SFC NETWORK DRIVER
3675P: Steve Hodgson
3676P: Ben Hutchings
3677P: Robert Stonehouse
3678M: linux-net-drivers@solarflare.com
3679S: Supported
3680
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681SGI VISUAL WORKSTATION 320 AND 540
3682P: Andrey Panin
3683M: pazke@donpac.ru
3684L: linux-visws-devel@lists.sf.net
3685W: http://linux-visws.sf.net
3686S: Maintained for 2.6.
3687
Jack Steiner75312612008-08-15 00:40:42 -07003688SGI GRU DRIVER
3689P: Jack Steiner
3690M: steiner@sgi.com
3691S: Maintained
3692
3693SGI XP/XPC/XPNET DRIVER
3694P: Dean Nelson
3695M: dcn@sgi.com
3696S: Maintained
3697
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698SIMTEC EB110ATX (Chalice CATS)
3699P: Ben Dooks
3700P: Vincent Sanders
3701M: support@simtec.co.uk
3702W: http://www.simtec.co.uk/products/EB110ATX/
3703S: Supported
3704
3705SIMTEC EB2410ITX (BAST)
3706P: Ben Dooks
3707P: Vincent Sanders
3708M: support@simtec.co.uk
3709W: http://www.simtec.co.uk/products/EB2410ITX/
3710S: Supported
3711
Francois Romieu92aab3c2005-07-30 13:11:18 +02003712SIS 190 ETHERNET DRIVER
3713P: Francois Romieu
3714M: romieu@fr.zoreil.com
3715L: netdev@vger.kernel.org
3716S: Maintained
3717
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718SIS 900/7016 FAST ETHERNET DRIVER
3719P: Daniele Venzano
3720M: venza@brownhat.org
3721W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003722L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723S: Maintained
3724
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003725SIS 96X I2C/SMBUS DRIVER
3726P: Mark M. Hoffman
3727M: mhoffman@lightlink.com
3728L: lm-sensors@lm-sensors.org
3729S: Maintained
3730
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731SIS FRAMEBUFFER DRIVER
3732P: Thomas Winischhofer
3733M: thomas@winischhofer.net
3734W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003735S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736
3737SIS USB2VGA DRIVER
3738P: Thomas Winischhofer
3739M: thomas@winischhofer.net
3740W: http://www.winischhofer.at/linuxsisusbvga.shtml
3741S: Maintained
3742
Christoph Lameter415ad262007-07-26 10:40:56 -07003743SLAB ALLOCATOR
3744P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003745M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003746P: Pekka Enberg
3747M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003748P: Matt Mackall
3749M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003750L: linux-mm@kvack.org
3751S: Maintained
3752
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753SMC91x ETHERNET DRIVER
3754P: Nicolas Pitre
3755M: nico@cam.org
3756S: Maintained
3757
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003758SMSC47B397 HARDWARE MONITOR DRIVER
3759P: Mark M. Hoffman
3760M: mhoffman@lightlink.com
3761L: lm-sensors@lm-sensors.org
3762S: Maintained
3763
Ben Nizetteb54f2862008-03-13 22:27:30 +11003764SMX UIO Interface
3765P: Ben Nizette
3766M: bn@niasdigital.com
3767S: Maintained
3768
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003769SOC-CAMERA V4L2 SUBSYSTEM
3770P: Guennadi Liakhovetski
3771M: g.liakhovetski@gmx.de
3772L: video4linux-list@redhat.com
3773S: Maintained
3774
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775SOFTWARE RAID (Multiple Disks) SUPPORT
3776P: Ingo Molnar
3777M: mingo@redhat.com
3778P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003779M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003781S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782
Pavel Machek95a631e2007-07-19 01:47:42 -07003783HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784P: Pavel Machek
3785M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003786P: Rafael J. Wysocki
3787M: rjw@sisk.pl
3788L: linux-pm@lists.linux-foundation.org
3789S: Supported
3790
3791SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003792P: Len Brown
3793M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003794P: Pavel Machek
3795M: pavel@suse.cz
3796P: Rafael J. Wysocki
3797M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003798L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003799S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800
3801SONIC NETWORK DRIVER
3802P: Thomas Bogendoerfer
3803M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003804L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805S: Maintained
3806
Michael Buesch61e115a2007-09-18 15:12:50 -04003807SONICS SILICON BACKPLANE DRIVER (SSB)
3808P: Michael Buesch
3809M: mb@bu3sch.de
3810L: netdev@vger.kernel.org
3811S: Maintained
3812
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003814P: Mattia Dongili
3815M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003816L: linux-acpi@vger.kernel.org
3817W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818S: Maintained
3819
Alex Dubovbaf85322008-02-09 10:20:54 -08003820SONY MEMORYSTICK CARD SUPPORT
3821P: Alex Dubov
3822M: oakad@yahoo.com
3823L: linux-kernel@vger.kernel.org
3824W: http://tifmxx.berlios.de/
3825S: Maintained
3826
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827SOUND
3828P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003829M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003830L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831S: Maintained
3832
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003833SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3834P: Liam Girdwood
3835M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003836P: Mark Brown
3837M: broonie@opensource.wolfsonmicro.com
3838T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003839L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003840S: Supported
3841
Kumar Gala025c3982006-04-02 16:05:54 -05003842SPI SUBSYSTEM
3843P: David Brownell
3844M: dbrownell@users.sourceforge.net
3845L: spi-devel-general@lists.sourceforge.net
3846S: Maintained
3847
Arnd Bergmannb8154542008-05-16 11:10:59 +02003848SPU FILE SYSTEM
3849P: Jeremy Kerr
3850M: jk@ozlabs.org
3851L: linuxppc-dev@ozlabs.org
3852L: cbe-oss-dev@ozlabs.org
3853W: http://www.ibm.com/developerworks/power/cell/
3854S: Supported
3855
Steven Rostedt855f46a2006-08-05 12:14:50 -07003856STABLE BRANCH:
3857P: Greg Kroah-Hartman
3858M: greg@kroah.com
3859P: Chris Wright
3860M: chrisw@sous-sol.org
3861L: stable@kernel.org
3862S: Maintained
3863
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864SHARP LH SUPPORT (LH7952X & LH7A40X)
3865P: Marc Singer
3866M: elf@buici.com
3867W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003868L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869S: Maintained
3870
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003871SHPC HOTPLUG DRIVER
3872P: Kristen Carlson Accardi
3873M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003874L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003875S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003876
Pierre Ossmand129bce2006-03-24 03:18:17 -08003877SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3878P: Pierre Ossman
3879M: drzeus-sdhci@drzeus.cx
3880L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003881S: Maintained
3882
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003883SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3884P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003885M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003886L: netdev@vger.kernel.org
3887S: Maintained
3888
Chris Boot1a87d942006-07-10 04:45:34 -07003889SOEKRIS NET48XX LED SUPPORT
3890P: Chris Boot
3891M: bootc@bootc.net
3892S: Maintained
3893
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894SPARC (sparc32):
3895P: William L. Irwin
3896M: wli@holomorphy.com
3897L: sparclinux@vger.kernel.org
3898S: Maintained
3899
3900SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3901P: Roger Wolff
3902M: R.E.Wolff@BitWizard.nl
3903L: linux-kernel@vger.kernel.org ?
3904S: Supported
3905
Jim Lewis2752e402006-09-29 02:01:19 -07003906SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003907P: Ishizaki Kou
3908M: kou.ishizaki@toshiba.co.jp
3909P: Jens Osterkamp
3910M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003911L: netdev@vger.kernel.org
3912S: Supported
3913
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914SRM (Alpha) environment access
3915P: Jan-Benedict Glaw
3916M: jbglaw@lug-owl.de
3917L: linux-kernel@vger.kernel.org
3918S: Maintained
3919
3920STARFIRE/DURALAN NETWORK DRIVER
3921P: Ion Badulescu
3922M: ionut@cs.columbia.edu
3923S: Maintained
3924
3925STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3926W: http://mosquitonet.Stanford.EDU/strip.html
3927S: Unsupported ?
3928
3929STRADIS MPEG-2 DECODER DRIVER
3930P: Nathan Laredo
3931M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932W: http://www.stradis.com/
3933S: Maintained
3934
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003935SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936P: Paul Mundt
3937M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003938L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003940T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003941S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942
3943SUN3/3X
3944P: Sam Creasey
3945M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946W: http://sammy.net/sun3/
3947S: Maintained
3948
3949SVGA HANDLING
3950P: Martin Mares
3951M: mj@ucw.cz
3952L: linux-video@atrey.karlin.mff.cuni.cz
3953S: Maintained
3954
3955SYSV FILESYSTEM
3956P: Christoph Hellwig
3957M: hch@infradead.org
3958S: Maintained
3959
Alan Cox4e688522008-04-30 00:52:11 -07003960TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003961P: Balbir Singh
3962M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003963L: linux-kernel@vger.kernel.org
3964S: Maintained
3965
Stephen Hemminger781b4562006-07-10 20:25:29 -07003966TC CLASSIFIER
3967P: Jamal Hadi Salim
3968M: hadi@cyberus.ca
3969L: netdev@vger.kernel.org
3970S: Maintained
3971
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003972TCP LOW PRIORITY MODULE
3973P: Wong Hoi Sing, Edison
3974M: hswong3i@gmail.com
3975P: Hung Hing Lun, Mike
3976M: hlhung3i@gmail.com
3977W: http://tcp-lp-mod.sourceforge.net/
3978S: Maintained
3979
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003980TEHUTI ETHERNET DRIVER
3981P: Alexander Indenbaum
3982M: baum@tehutinetworks.net
3983P: Andy Gospodarek
3984M: andy@greyhouse.net
3985L: netdev@vger.kernel.org
3986S: Supported
3987
Alan Cox4e688522008-04-30 00:52:11 -07003988Telecom Clock Driver for MCPL0010
3989P: Mark Gross
3990M: mark.gross@intel.com
3991S: Supported
3992
3993TENSILICA XTENSA PORT (xtensa):
3994P: Chris Zankel
3995M: chris@zankel.net
3996S: Maintained
3997
3998THINKPAD ACPI EXTRAS DRIVER
3999P: Henrique de Moraes Holschuh
4000M: ibm-acpi@hmh.eng.br
4001L: ibm-acpi-devel@lists.sourceforge.net
4002W: http://ibm-acpi.sourceforge.net
4003W: http://thinkwiki.org/wiki/Ibm-acpi
4004T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4005S: Maintained
4006
Alex Dubov4020f2d2006-10-04 02:15:37 -07004007TI FLASH MEDIA INTERFACE DRIVER
4008P: Alex Dubov
4009M: oakad@yahoo.com
4010S: Maintained
4011
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004012TI OMAP MMC INTERFACE DRIVER
4013P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004014M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004015W: http://linux.omap.com
4016W: http://www.muru.com/linux/omap/
4017S: Maintained
4018
Michael Buesch844dd052006-06-26 00:24:59 -07004019TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4020P: Deepak Saxena
4021M: dsaxena@plexity.net
4022S: Maintained
4023
Per Lidene86eaa32006-01-12 16:45:18 +01004024TIPC NETWORK LAYER
4025P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004026M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004027P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004028M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004029P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004030M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004031L: tipc-discussion@lists.sourceforge.net
4032W: http://tipc.sourceforge.net/
4033W: http://tipc.cslab.ericsson.net/
4034T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4035S: Maintained
4036
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037TLAN NETWORK DRIVER
4038P: Samuel Chessman
4039M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004040L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041W: http://sourceforge.net/projects/tlan/
4042S: Maintained
4043
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044TOSHIBA ACPI EXTRAS DRIVER
4045P: John Belmonte
4046M: toshiba_acpi@memebeam.org
4047W: http://memebeam.org/toys/ToshibaAcpiDriver
4048S: Maintained
4049
4050TOSHIBA SMM DRIVER
4051P: Jonathan Buzzard
4052M: jonathan@buzzard.org.uk
4053L: tlinux-users@tce.toshiba-dme.co.jp
4054W: http://www.buzzard.org.uk/toshiba/
4055S: Maintained
4056
Alan Cox4e688522008-04-30 00:52:11 -07004057TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004058P: Debora Velarde
4059M: debora@linux.vnet.ibm.com
4060P: Rajiv Andrade
4061M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004062W: http://tpmdd.sourceforge.net
4063P: Marcel Selhorst
4064M: tpm@selhorst.net
4065W: http://www.prosec.rub.de/tpm/
4066L: tpmdd-devel@lists.sourceforge.net
4067S: Maintained
4068
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004070P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004071M: trivial@kernel.org
4072L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073S: Maintained
4074
Alan Cox4e688522008-04-30 00:52:11 -07004075TTY LAYER
4076P: Alan Cox
4077M: alan@lxorguk.ukuu.org.uk
4078L: linux-kernel@vger.kernel.org
4079S: Maintained
4080
Grant Grundler740db6d2008-02-17 11:53:49 -07004081TULIP NETWORK DRIVERS
4082P: Grant Grundler
4083M: grundler@parisc-linux.org
4084P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004085M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004086L: netdev@vger.kernel.org
4087S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088
4089TUN/TAP driver
4090P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004091M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092L: vtun@office.satix.net
4093W: http://vtun.sourceforge.net/tun
4094S: Maintained
4095
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004096TURBOCHANNEL SUBSYSTEM
4097P: Maciej W. Rozycki
4098M: macro@linux-mips.org
4099S: Maintained
4100
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101U14-34F SCSI DRIVER
4102P: Dario Ballabio
4103M: ballabio_dario@emc.com
4104L: linux-scsi@vger.kernel.org
4105S: Maintained
4106
Alan Coxcc2020e2008-05-19 14:21:51 +01004107UCLINUX (AND M68KNOMMU)
4108P: Greg Ungerer
4109M: gerg@uclinux.org
4110W: http://www.uclinux.org/
4111L: uclinux-dev@uclinux.org (subscribers-only)
4112S: Maintained
4113
Alan Coxcc2020e2008-05-19 14:21:51 +01004114UCLINUX FOR RENESAS H8/300
4115P: Yoshinori Sato
4116M: ysato@users.sourceforge.jp
4117W: http://uclinux-h8.sourceforge.jp/
4118S: Supported
4119
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004121P: Jan Kara
4122M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123W: http://linux-udf.sourceforge.net
4124S: Maintained
4125
Alan Coxcc2020e2008-05-19 14:21:51 +01004126UFS FILESYSTEM
4127P: Evgeniy Dushistov
4128M: dushistov@mail.ru
4129L: linux-kernel@vger.kernel.org
4130S: Maintained
4131
4132UltraSPARC (sparc64):
4133P: David S. Miller
4134M: davem@davemloft.net
4135L: sparclinux@vger.kernel.org
4136T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4137S: Maintained
4138
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139UNIFORM CDROM DRIVER
4140P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004141M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142L: linux-kernel@vger.kernel.org
4143W: http://www.kernel.dk
4144S: Maintained
4145
4146USB ACM DRIVER
4147P: Oliver Neukum
4148M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004149L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150S: Maintained
4151
4152USB BLOCK DRIVER (UB ub)
4153P: Pete Zaitcev
4154M: zaitcev@redhat.com
4155L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004156L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157S: Supported
4158
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159USB CDC ETHERNET DRIVER
4160P: Greg Kroah-Hartman
4161M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004162L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163S: Maintained
4164W: http://www.kroah.com/linux-usb/
4165
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004166USB CYPRESS C67X00 DRIVER
4167P: Peter Korsgaard
4168M: jacmet@sunsite.dk
4169L: linux-usb@vger.kernel.org
4170S: Maintained
4171
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004172USB DAVICOM DM9601 DRIVER
4173P: Peter Korsgaard
4174M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004175L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004176W: http://www.linux-usb.org/usbnet
4177S: Maintained
4178
Alan Coxcc2020e2008-05-19 14:21:51 +01004179USB DIAMOND RIO500 DRIVER
4180P: Cesar Miquel
4181M: miquel@df.uba.ar
4182L: rio500-users@lists.sourceforge.net
4183W: http://rio500.sourceforge.net
4184S: Maintained
4185
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186USB EHCI DRIVER
4187P: David Brownell
4188M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004189L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004190S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191
Luca Risolia7ce08c92006-01-11 02:06:59 +00004192USB ET61X[12]51 DRIVER
4193P: Luca Risolia
4194M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004195L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004196L: video4linux-list@redhat.com
4197W: http://www.linux-projects.org
4198S: Maintained
4199
David Brownell69ae9e32006-11-14 02:03:31 -08004200USB GADGET/PERIPHERAL SUBSYSTEM
4201P: David Brownell
4202M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004203L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004204W: http://www.linux-usb.org/gadget
4205S: Maintained
4206
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004207USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004208P: Jiri Kosina
4209M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004210L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004211T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212S: Maintained
4213
Olav Kongas959eea22005-11-03 17:38:14 +02004214USB ISP116X DRIVER
4215P: Olav Kongas
4216M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004217L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004218S: Maintained
4219
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220USB KAWASAKI LSI DRIVER
4221P: Oliver Neukum
4222M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004223L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224S: Maintained
4225
4226USB MASS STORAGE DRIVER
4227P: Matthew Dharm
4228M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004229L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004230L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231S: Maintained
4232W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4233
4234USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004235P: David Brownell
4236M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004237L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004238S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239
Matthias Urlichsba460e42005-07-14 00:33:47 -07004240USB OPTION-CARD DRIVER
4241P: Matthias Urlichs
4242M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004243L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004244S: Maintained
4245
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246USB OV511 DRIVER
4247P: Mark McClelland
4248M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004249L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250W: http://alpha.dyndns.org/ov511/
4251S: Maintained
4252
4253USB PEGASUS DRIVER
4254P: Petko Manolov
4255M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004256L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004257L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258W: http://pegasus2.sourceforge.net/
4259S: Maintained
4260
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004261USB PRINTER DRIVER (usblp)
4262P: Pete Zaitcev
4263M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004264L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004265S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266
4267USB RTL8150 DRIVER
4268P: Petko Manolov
4269M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004270L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004271L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272W: http://pegasus2.sourceforge.net/
4273S: Maintained
4274
4275USB SE401 DRIVER
4276P: Jeroen Vreeken
4277M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004278L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279W: http://www.chello.nl/~j.vreeken/se401/
4280S: Maintained
4281
Alan Cox4e688522008-04-30 00:52:11 -07004282USB SERIAL BELKIN F5U103 DRIVER
4283P: William Greathouse
4284M: wgreathouse@smva.com
4285L: linux-usb@vger.kernel.org
4286S: Maintained
4287
4288USB SERIAL CYPRESS M8 DRIVER
4289P: Lonnie Mendez
4290M: dignome@gmail.com
4291L: linux-usb@vger.kernel.org
4292S: Maintained
4293W: http://geocities.com/i0xox0i
4294W: http://firstlight.net/cvs
4295
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296USB SERIAL CYBERJACK DRIVER
4297P: Matthias Bruestle and Harald Welte
4298M: support@reiner-sct.com
4299W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4300S: Maintained
4301
4302USB SERIAL DIGI ACCELEPORT DRIVER
4303P: Peter Berger and Al Borchers
4304M: pberger@brimson.com
4305M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004306L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307S: Maintained
4308
4309USB SERIAL DRIVER
4310P: Greg Kroah-Hartman
4311M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004312L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313S: Supported
4314
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4316P: Gary Brubaker
4317M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004318L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319S: Maintained
4320
4321USB SERIAL KEYSPAN DRIVER
4322P: Greg Kroah-Hartman
4323M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325W: http://www.kroah.com/linux/
4326S: Maintained
4327
4328USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004329P: Support Department
4330M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004331L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332W: http://www.connecttech.com
4333S: Supported
4334
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004335USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336P: Luca Risolia
4337M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004338L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004339L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340W: http://www.linux-projects.org
4341S: Maintained
4342
4343USB SUBSYSTEM
4344P: Greg Kroah-Hartman
4345M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004348T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349S: Supported
4350
4351USB UHCI DRIVER
4352P: Alan Stern
4353M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004354L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355S: Maintained
4356
David Brownell69ae9e32006-11-14 02:03:31 -08004357USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358P: David Brownell
4359M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004360L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004361W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362S: Maintained
4363
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004364USB VIDEO CLASS
4365P: Laurent Pinchart
4366M: laurent.pinchart@skynet.be
4367L: linx-uvc-devel@berlios.de
4368L: video4linux-list@redhat.com
4369W: http://linux-uvc.berlios.de
4370S: Maintained
4371
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372USB W996[87]CF DRIVER
4373P: Luca Risolia
4374M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004375L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004376L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377W: http://www.linux-projects.org
4378S: Maintained
4379
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004380USB WIRELESS RNDIS DRIVER (rndis_wlan)
4381P: Jussi Kivilinna
4382M: jussi.kivilinna@mbnet.fi
4383L: linux-wireless@vger.kernel.org
4384S: Maintained
4385
Luca Risolia60f78052006-02-06 16:29:35 +00004386USB ZC0301 DRIVER
4387P: Luca Risolia
4388M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004389L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004390L: video4linux-list@redhat.com
4391W: http://www.linux-projects.org
4392S: Maintained
4393
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394USB ZD1201 DRIVER
4395P: Jeroen Vreeken
4396M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004397L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398W: http://linux-lc100020.sourceforge.net
4399S: Maintained
4400
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004401USB ZR364XX DRIVER
4402P: Antoine Jacquet
4403M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004404L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004405L: video4linux-list@redhat.com
4406W: http://royale.zerezo.com/zr364xx/
4407S: Maintained
4408
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409USER-MODE LINUX
4410P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004411M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412L: user-mode-linux-devel@lists.sourceforge.net
4413L: user-mode-linux-user@lists.sourceforge.net
4414W: http://user-mode-linux.sourceforge.net
4415S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004416
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004417USERSPACE I/O (UIO)
4418P: Hans J. Koch
4419M: hjk@linutronix.de
4420P: Greg Kroah-Hartman
4421M: gregkh@suse.de
4422L: linux-kernel@vger.kernel.org
4423S: Maintained
4424
Karel Zakf899b0a2008-05-23 13:04:21 -07004425UTIL-LINUX-NG PACKAGE
4426P: Karel Zak
4427M: kzak@redhat.com
4428L: util-linux-ng@vger.kernel.org
4429W: http://kernel.org/~kzak/util-linux-ng/
4430T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4431S: Maintained
4432
Alan Cox4e688522008-04-30 00:52:11 -07004433VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434P: OGAWA Hirofumi
4435M: hirofumi@mail.parknet.co.jp
4436L: linux-kernel@vger.kernel.org
4437S: Maintained
4438
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439VIA RHINE NETWORK DRIVER
4440P: Roger Luethi
4441M: rl@hellgate.ch
4442S: Maintained
4443
Jean Delvare32c0a522005-09-22 21:47:58 +02004444VIAPRO SMBUS DRIVER
4445P: Jean Delvare
4446M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004447L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004448S: Maintained
4449
Francois Romieu01f20732007-01-26 00:57:17 -08004450VIA VELOCITY NETWORK DRIVER
4451P: Francois Romieu
4452M: romieu@fr.zoreil.com
4453L: netdev@vger.kernel.org
4454S: Maintained
4455
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004457P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004458M: mchehab@infradead.org
4459M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004461W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004462T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004463S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464
Patrick McHardybe7f8272007-10-23 20:26:36 -07004465VLAN (802.1Q)
4466P: Patrick McHardy
4467M: kaber@trash.net
4468L: netdev@vger.kernel.org
4469S: Maintained
4470
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004471VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4472P: Liam Girdwood
4473M: lg@opensource.wolfsonmicro.com
4474P: Mark Brown
4475M: broonie@opensource.wolfsonmicro.com
4476W: http://opensource.wolfsonmicro.com/node/15
4477T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4478S: Supported
4479
Juerg Haefligerab413192006-09-24 20:54:04 +02004480VT1211 HARDWARE MONITOR DRIVER
4481P: Juerg Haefliger
4482M: juergh@gmail.com
4483L: lm-sensors@lm-sensors.org
4484S: Maintained
4485
Roger Lucas1de9e372005-11-26 20:20:05 +01004486VT8231 HARDWARE MONITOR DRIVER
4487P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004488M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004489L: lm-sensors@lm-sensors.org
4490S: Maintained
4491
Linus Torvalds1da177e2005-04-16 15:20:36 -07004492W1 DALLAS'S 1-WIRE BUS
4493P: Evgeniy Polyakov
4494M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495S: Maintained
4496
Charles Spirakis13927072006-07-05 18:05:15 +02004497W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004498P: Marc Hulsman
4499M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004500L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004501S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004502
Rudolf Marek61db0112006-12-12 18:18:30 +01004503W83793 HARDWARE MONITORING DRIVER
4504P: Rudolf Marek
4505M: r.marek@assembler.cz
4506L: lm-sensors@lm-sensors.org
4507S: Maintained
4508
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509W83L51xD SD/MMC CARD INTERFACE DRIVER
4510P: Pierre Ossman
4511M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004512L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513S: Maintained
4514
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004515WATCHDOG DEVICE DRIVERS
4516P: Wim Van Sebroeck
4517M: wim@iguana.be
4518T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4519S: Maintained
4520
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4522P: Jean Tourrilhes
4523M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004524L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4526S: Maintained
4527
4528WD7000 SCSI DRIVER
4529P: Miroslav Zagorac
4530M: zaga@fly.cc.fer.hr
4531L: linux-scsi@vger.kernel.org
4532S: Maintained
4533
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004534WISTRON LAPTOP BUTTON DRIVER
4535P: Miloslav Trmac
4536M: mitr@volny.cz
4537S: Maintained
4538
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539WL3501 WIRELESS PCMCIA CARD DRIVER
4540P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004541M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004542L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004543W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544S: Maintained
4545
Mark Brownfebf1df2008-04-02 00:51:09 -04004546WM97XX TOUCHSCREEN DRIVERS
4547P: Mark Brown
4548M: broonie@opensource.wolfsonmicro.com
4549P: Liam Girdwood
4550M: liam.girdwood@wolfsonmicro.com
4551L: linux-input@vger.kernel.org
4552T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4553W: http://opensource.wolfsonmicro.com/node/7
4554S: Supported
4555
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556X.25 NETWORK LAYER
4557P: Henner Eisen
4558M: eis@baty.hanse.de
4559L: linux-x25@vger.kernel.org
4560S: Maintained
4561
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004562XEN HYPERVISOR INTERFACE
4563P: Jeremy Fitzhardinge
4564M: jeremy@xensource.com
4565P: Chris Wright
4566M: chrisw@sous-sol.org
4567L: virtualization@lists.osdl.org
4568L: xen-devel@lists.xensource.com
4569S: Supported
4570
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571XFS FILESYSTEM
4572P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004573P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004575L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004577T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578S: Supported
4579
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004580XILINX SYSTEMACE DRIVER
4581P: Grant Likely
4582M: grant.likely@secretlab.ca
4583W: http://www.secretlab.ca/
4584L: linux-kernel@vger.kernel.org
4585S: Maintained
4586
Peter Korsgaard238b8722006-12-06 20:35:17 -08004587XILINX UARTLITE SERIAL DRIVER
4588P: Peter Korsgaard
4589M: jacmet@sunsite.dk
4590L: linux-serial@vger.kernel.org
4591S: Maintained
4592
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004593X86 ARCHITECTURE (32-BIT AND 64-BIT)
4594P: Thomas Gleixner
4595M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004596P: Ingo Molnar
4597M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004598P: H. Peter Anvin
4599M: hpa@zytor.com
4600L: linux-kernel@vger.kernel.org
4601T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602S: Maintained
4603
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604YAM DRIVER FOR AX.25
4605P: Jean-Paul Roubelat
4606M: jpr@f6fbb.org
4607L: linux-hams@vger.kernel.org
4608S: Maintained
4609
Henkaf64a5e2005-10-12 15:02:56 +02004610YEALINK PHONE DRIVER
4611P: Henk Vergonet
4612M: Henk.Vergonet@gmail.com
4613L: usbb2k-api-dev@nongnu.org
4614S: Maintained
4615
Linus Torvalds1da177e2005-04-16 15:20:36 -07004616Z8530 DRIVER FOR AX.25
4617P: Joerg Reuter
4618M: jreuter@yaina.de
4619W: http://yaina.de/jreuter/
4620W: http://www.qsl.net/dl1bke/
4621L: linux-hams@vger.kernel.org
4622S: Maintained
4623
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004624ZD1211RW WIRELESS DRIVER
4625P: Daniel Drake
4626M: dsd@gentoo.org
4627P: Ulrich Kunitz
4628M: kune@deine-taler.de
4629W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004630L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004631L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4632S: Maintained
4633
Linus Torvalds1da177e2005-04-16 15:20:36 -07004634ZR36067 VIDEO FOR LINUX DRIVER
4635P: Ronald Bultje
4636M: rbultje@ronald.bitfreak.net
4637L: mjpeg-users@lists.sourceforge.net
4638W: http://mjpeg.sourceforge.net/driver-zoran/
4639S: Maintained
4640
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004641ZS DECSTATION Z85C30 SERIAL DRIVER
4642P: Maciej W. Rozycki
4643M: macro@linux-mips.org
4644S: Maintained
4645
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646THE REST
4647P: Linus Torvalds
4648S: Buried alive in reporters