blob: deedc0d827b534af5f9d660f47162449da4bdb4f [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
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200178ABIT UGURU HARDWARE MONITOR DRIVER
179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184ACENIC DRIVER
185P: Jes Sorensen
186M: jes@trained-monkey.org
187L: linux-acenic@sunsite.dk
188S: Maintained
189
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700190IPS SCSI RAID DRIVER
191P: Adaptec OEM Raid Solutions
192M: aacraid@adaptec.com
193L: linux-scsi@vger.kernel.org
194W: http://www.adaptec.com/
195S: Maintained
196
197DPT_I2O SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199M: aacraid@adaptec.com
200L: linux-scsi@vger.kernel.org
201W: http://www.adaptec.com/
202S: Maintained
203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204AACRAID SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700206M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700208W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Supported
210
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000211ACER WMI LAPTOP EXTRAS
212P: Carlos Corbacho
213M: carlos@strangeworlds.co.uk
214L: aceracpi@googlegroups.com (subscribers-only)
215W: http://code.google.com/p/aceracpi
216S: Maintained
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218ACPI
Len Brown8aa863b2008-06-27 11:31:50 -0400219P: Andi Kleen
220M: ak@linux.intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500221M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500222L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400223W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500225S: Supported
226
227ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400228P: Alexey Starikovskiy
229M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500230L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300231W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI EC DRIVER
235P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400236M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
243M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700248ACPI PCI HOTPLUG DRIVER
249P: Kristen Carlson Accardi
250M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700251L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500252S: Supported
253
254ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400255P: Zhang Rui
256M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500257L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300258W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500259S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700260
Len Brown359acec2007-02-10 01:59:24 -0500261ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400262P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400263M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500264L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300265W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500266S: Supported
267
Carlos Corbachobff431e2008-02-05 02:17:04 +0000268ACPI WMI DRIVER
269P: Carlos Corbacho
270M: carlos@strangeworlds.co.uk
271L: linux-acpi@vger.kernel.org
272W: http://www.lesswatts.org/projects/acpi/
273S: Maintained
274
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100275AD1889 ALSA SOUND DRIVER
276P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400277M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100278P: Thibaut Varene
279M: T-Bone@parisc-linux.org
280W: http://wiki.parisc-linux.org/AD1889
281L: linux-parisc@vger.kernel.org
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADM1025 HARDWARE MONITOR DRIVER
285P: Jean Delvare
286M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200287L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288S: Maintained
289
Corentin Labbecae2caa2007-02-14 21:15:04 +0100290ADM1029 HARDWARE MONITOR DRIVER
291P: Corentin Labbe
292M: corentin.labbe@geomatys.fr
293L: lm-sensors@lm-sensors.org
294S: Maintained
295
Michael Wucc0b88c2007-08-31 01:15:25 -0400296ADM8211 WIRELESS DRIVER
297P: Michael Wu
298M: flamingice@sourmilk.net
299L: linux-wireless@vger.kernel.org
300W: http://linuxwireless.org/
301T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304ADT746X FAN DRIVER
305P: Colin Leroy
306M: colin@colino.net
307S: Maintained
308
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400309ADVANSYS SCSI DRIVER
310P: Matthew Wilcox
311M: matthew@wil.cx
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315AEDSP16 DRIVER
316P: Riccardo Facchetti
317M: fizban@tin.it
318S: Maintained
319
320AFFS FILE SYSTEM
321P: Roman Zippel
322M: zippel@linux-m68k.org
323S: Maintained
324
325AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400326P: David Airlie
327M: airlied@linux.ie
328T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329S: Maintained
330
331AHA152X SCSI DRIVER
332P: Juergen E. Fischer
333M: Juergen Fischer <fischer@norbit.de>
334L: linux-scsi@vger.kernel.org
335S: Maintained
336
Hannes Reinecke64624d42007-10-19 10:32:29 +0200337AIC7XXX / AIC79XX SCSI DRIVER
338P: Hannes Reinecke
339M: hare@suse.de
340L: linux-scsi@vger.kernel.org
341S: Maintained
342
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343ALCATEL SPEEDTOUCH USB DRIVER
344P: Duncan Sands
345M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347W: http://www.linux-usb.org/SpeedTouch/
348S: Maintained
349
Pierre Ossman272f1332007-05-14 21:25:26 +0200350ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200351P: Manuel Lauss
352M: manuel.lauss@gmail.com
353S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200354
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000355ALI1563 I2C DRIVER
356P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100357M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200358L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000359S: Maintained
360
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361ALPHA PORT
362P: Richard Henderson
363M: rth@twiddle.net
364S: Odd Fixes for 2.4; Maintained for 2.6.
365P: Ivan Kokshaysky
366M: ink@jurassic.park.msu.ru
367S: Maintained for 2.4; PCI support for 2.6.
368
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700369AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
370P: Thomas Dahlmann
371M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700372L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700373S: Supported
374
Jordan Crousef90b8112006-01-06 00:12:14 -0800375AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100376P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800378W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
379S: Supported
380
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200381AMD IOMMU (AMD-VI)
382P: Joerg Roedel
383M: joerg.roedel@amd.com
384L: iommu@lists.linux-foundation.org
385S: Supported
386
Stelian Pop284f42b2006-12-12 18:18:31 +0100387AMS (Apple Motion Sensor) DRIVER
388P: Stelian Pop
389M: stelian@popies.net
390P: Michael Hanselmann
391M: linux-kernel@hansmi.ch
392S: Supported
393
Tom Tuckerf94b5332006-09-22 15:22:48 -0700394AMSO1100 RNIC DRIVER
395P: Tom Tucker
396M: tom@opengridcomputing.com
397P: Steve Wise
398M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700399L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700400S: Maintained
401
Johannes Berg42269062006-07-25 16:15:50 +0200402AOA (Apple Onboard Audio) ALSA DRIVER
403P: Johannes Berg
404M: johannes@sipsolutions.net
405L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200406L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409APM DRIVER
410P: Stephen Rothwell
411M: sfr@canb.auug.org.au
412L: linux-laptop@vger.kernel.org
413W: http://www.canb.auug.org.au/~sfr/
414S: Supported
415
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700416APPLE SMC DRIVER
417P: Nicolas Boichat
418M: nicolas@boichat.ch
419L: mactel-linux-devel@lists.sourceforge.net
420S: Maintained
421
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422APPLETALK NETWORK LAYER
423P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300424M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425S: Maintained
426
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400427APPLETOUCH TOUCHPAD DRIVER
428P: Johannes Berg
429M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400430L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400431S: Maintained
432
Jaya Kumar1154ea72005-06-21 17:17:04 -0700433ARC FRAMEBUFFER DRIVER
434P: Jaya Kumar
435M: jayalk@intworks.biz
436S: Maintained
437
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438ARM MFM AND FLOPPY DRIVERS
439P: Ian Molton
440M: spyro@f2s.com
441S: Maintained
442
Russell King2761f5c2007-05-24 06:56:08 +0200443ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200444S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200445
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800446ARM/ADI ROADRUNNER MACHINE SUPPORT
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
452ARM/ADS SPHERE MACHINE SUPPORT
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
458ARM/AJECO 1ARM MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
Andrew Victord4a89c72006-12-04 13:56:21 +0100464ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
465P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100466M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468W: http://maxim.org.za/at91_26.html
469S: Maintained
470
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800471ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
472P: Lennert Buytenhek
473M: kernel@wantstofly.org
474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
475S: Maintained
476
477ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
478P: Lennert Buytenhek
479M: kernel@wantstofly.org
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Maintained
482
Russell Kinga9da4f72008-07-12 21:42:04 +0100483ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
484P: Mike Rapoport
485M: mike@compulab.co.il
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489ARM/CORGI MACHINE SUPPORT
490P: Richard Purdie
491M: rpurdie@rpsys.net
492S: Maintained
493
Russell Kinga9da4f72008-07-12 21:42:04 +0100494ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
495P: Daniel Ribeiro
496M: drwyrm@gmail.com
497P: Stefan Schmidt
498M: stefan@openezx.org
499P: Harald Welte
500M: laforge@openezx.org
501L: openezx-devel@lists.openezx.org (subscribers-only)
502W: http://www.openezx.org/
503S: Maintained
504
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800505ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100511ARM/GUMSTIX MACHINE SUPPORT
512P: Steve Sakoman
513M: sakoman@gmail.com
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100517ARM/HP JORNADA 7XX MACHINE SUPPORT
518P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100519M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100520W: www.jlime.com
521S: Maintained
522
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800523ARM/INTEL IOP32X ARM ARCHITECTURE
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100526P: Dan Williams
527M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100529S: Supported
530
531ARM/INTEL IOP33X ARM ARCHITECTURE
532P: Dan Williams
533M: dan.j.williams@intel.com
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536
537ARM/INTEL IOP13XX ARM ARCHITECTURE
538P: Lennert Buytenhek
539M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100540P: Dan Williams
541M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100543S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800544
545ARM/INTEL IQ81342EX MACHINE SUPPORT
546P: Lennert Buytenhek
547M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100548P: Dan Williams
549M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100551S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800552
553ARM/INTEL IXP2000 ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557S: Maintained
558
559ARM/INTEL IXDP2850 MACHINE SUPPORT
560P: Lennert Buytenhek
561M: kernel@wantstofly.org
562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563S: Maintained
564
565ARM/INTEL IXP23XX ARM ARCHITECTURE
566P: Lennert Buytenhek
567M: kernel@wantstofly.org
568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S: Maintained
570
571ARM/INTEL XSC3 (MANZANO) ARM CORE
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100574P: Dan Williams
575M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100577S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800578
579ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
580P: Lennert Buytenhek
581M: kernel@wantstofly.org
582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
583S: Maintained
584
585ARM/LOGICPD PXA270 MACHINE SUPPORT
586P: Lennert Buytenhek
587M: kernel@wantstofly.org
588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589S: Maintained
590
Dirk Opfer8459c152005-11-06 14:27:52 +0000591ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100592P: Dmitry Baryshkov
593M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000594P: Dirk Opfer
595M: dirk@opfer-online.de
596S: Maintained
597
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100598ARM/PALMTX SUPPORT
599P: Marek Vasut
600M: marek.vasut@gmail.com
601W: http://hackndev.com
602S: Maintained
603
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604ARM/PLEB SUPPORT
605P: Peter Chubb
606M: pleb@gelato.unsw.edu.au
607W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
608S: Maintained
609
610ARM/PT DIGITAL BOARD PORT
611P: Stefan Eletzhofer
612M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700613L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614W: http://www.arm.linux.org.uk/
615S: Maintained
616
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800617ARM/RADISYS ENP2611 MACHINE SUPPORT
618P: Lennert Buytenhek
619M: kernel@wantstofly.org
620L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
621S: Maintained
622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623ARM/SHARK MACHINE SUPPORT
624P: Alexander Schulz
625M: alex@shark-linux.de
626W: http://www.shark-linux.de/shark.html
627S: Maintained
628
629ARM/STRONGARM110 PORT
630P: Russell King
631M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700632L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633W: http://www.arm.linux.org.uk/
634S: Maintained
635
636ARM/S3C2410 ARM ARCHITECTURE
637P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800638M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700639L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640W: http://www.fluff.org/ben/linux/
641S: Maintained
642
643ARM/S3C2440 ARM ARCHITECTURE
644P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800645M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647W: http://www.fluff.org/ben/linux/
648S: Maintained
649
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800650ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
651P: Lennert Buytenhek
652M: kernel@wantstofly.org
653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654S: Maintained
655
656ARM/THECUS N2100 MACHINE SUPPORT
657P: Lennert Buytenhek
658M: kernel@wantstofly.org
659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
660S: Maintained
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662ARPD SUPPORT
663P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700664L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665S: Maintained
666
667ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500668P: Corentin Chary
669M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670P: Karol Kozimor
671M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672L: acpi4asus-user@lists.sourceforge.net
673W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500674W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675S: Maintained
676
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400677ASUS ASB100 HARDWARE MONITOR DRIVER
678P: Mark M. Hoffman
679M: mhoffman@lightlink.com
680L: lm-sensors@lm-sensors.org
681S: Maintained
682
Corentin Chary85091b72007-01-26 14:04:30 +0100683ASUS LAPTOP EXTRAS DRIVER
684P: Corentin Chary
685M: corentincj@iksaif.net
686L: acpi4asus-user@lists.sourceforge.net
687W: http://sourceforge.net/projects/acpi4asus
688W: http://xf.iksaif.net/acpi4asus
689S: Maintained
690
Dan Williamsb3e5f262007-08-07 10:26:35 -0700691ASYNCHRONOUS TRANSFERS/TRANSFORMS API
692P: Dan Williams
693M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100694P: Maciej Sosnowski
695M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700696L: linux-kernel@vger.kernel.org
697W: http://sourceforge.net/projects/xscaleiop
698S: Supported
699
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700ATA OVER ETHERNET DRIVER
701P: Ed L. Cashin
702M: ecashin@coraid.com
703W: http://www.coraid.com/support/linux
704S: Supported
705
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200706ATHEROS ATH5K WIRELESS DRIVER
707P: Jiri Slaby
708M: jirislaby@gmail.com
709P: Nick Kossifidis
710M: mickflemm@gmail.com
711P: Luis R. Rodriguez
712M: mcgrof@gmail.com
713L: linux-wireless@vger.kernel.org
714L: ath5k-devel@lists.ath5k.org
715S: Maintained
716
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000717ATI_REMOTE2 DRIVER
718P: Ville Syrjala
719M: syrjala@sci.fi
720S: Maintained
721
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600722ATL1 ETHERNET DRIVER
723P: Jay Cliburn
724M: jcliburn@gmail.com
725P: Chris Snook
726M: csnook@redhat.com
727L: atl1-devel@lists.sourceforge.net
728W: http://sourceforge.net/projects/atl1
729W: http://atl1.sourceforge.net
730S: Maintained
731
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732ATM
733P: Chas Williams
734M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700735L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736W: http://linux-atm.sourceforge.net
737S: Maintained
738
Pierre Ossman272f1332007-05-14 21:25:26 +0200739ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200740P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800741M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200742L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743W: http://www.atmel.com/products/AT91/
744W: http://www.at91.com/
745S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200746
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800747ATMEL AT91 / AT32 SERIAL DRIVER
748P: Haavard Skinnemoen
749M: hskinnemoen@atmel.com
750L: linux-kernel@vger.kernel.org
751S: Supported
752
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800753ATMEL LCDFB DRIVER
754P: Nicolas Ferre
755M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800756L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800757S: Maintained
758
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100759ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100760P: Haavard Skinnemoen
761M: hskinnemoen@atmel.com
762S: Supported
763
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800764ATMEL SPI DRIVER
765P: Haavard Skinnemoen
766M: hskinnemoen@atmel.com
767S: Supported
768
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700769ATMEL USBA UDC DRIVER
770P: Haavard Skinnemoen
771M: hskinnemoen@atmel.com
772L: kernel@avr32linux.org
773W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
774S: Supported
775
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776ATMEL WIRELESS DRIVER
777P: Simon Kelley
778M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700779L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780W: http://www.thekelleys.org.uk/atmel
781W: http://atmelwlandriver.sourceforge.net/
782S: Maintained
783
Chris Wrighta92b7b82005-07-07 18:12:23 -0700784AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400785P: Al Viro
786M: viro@zeniv.linux.org.uk
787P: Eric Paris
788M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700789L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100790W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400791T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700792S: Maintained
793
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800794AUXILIARY DISPLAY DRIVERS
795P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700796M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800797L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700798W: http://miguelojeda.es/auxdisplay.htm
799W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800800S: Maintained
801
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700802AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700803P: Haavard Skinnemoen
804M: hskinnemoen@atmel.com
805W: http://www.atmel.com/products/AVR32/
806W: http://avr32linux.org/
807W: http://avrfreaks.net/
808S: Supported
809
810AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700811P: Haavard Skinnemoen
812M: hskinnemoen@atmel.com
813S: Supported
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815AX.25 NETWORK LAYER
816P: Ralf Baechle
817M: ralf@linux-mips.org
818L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200819W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820S: Maintained
821
Richard Purdie300abeb2007-02-07 22:21:07 +0000822BACKLIGHT CLASS/SUBSYSTEM
823P: Richard Purdie
824M: rpurdie@rpsys.net
825S: Maintained
826
Bryan Wu1394f032007-05-06 14:50:22 -0700827BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800828P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800829M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800830L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
831W: http://blackfin.uclinux.org
832S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700833
Bryan Wue190d6b2007-07-17 14:43:44 +0800834BLACKFIN EMAC DRIVER
835P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800836M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800837L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
838W: http://blackfin.uclinux.org
839S: Supported
840
Mike Frysinger566da5b2007-06-11 15:31:30 +0800841BLACKFIN RTC DRIVER
842P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800843M: vapier.adi@gmail.com
844L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
845W: http://blackfin.uclinux.org
846S: Supported
847
Bryan Wu1394f032007-05-06 14:50:22 -0700848BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800849P: Sonic Zhang
850M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800851L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
852W: http://blackfin.uclinux.org
853S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700854
Bryan Wu1e6d3202007-07-15 02:50:02 +0800855BLACKFIN WATCHDOG DRIVER
856P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800857M: vapier.adi@gmail.com
858L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
859W: http://blackfin.uclinux.org
860S: Supported
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862BAYCOM/HDLCDRV DRIVERS FOR AX.25
863P: Thomas Sailer
864M: t.sailer@alumni.ethz.ch
865L: linux-hams@vger.kernel.org
866W: http://www.baycom.org/~tom/ham/ham.html
867S: Maintained
868
Michael Buesche4d6b792007-09-18 15:39:42 -0400869B43 WIRELESS DRIVER
870P: Michael Buesch
871M: mb@bu3sch.de
872P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100873M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400874L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100875W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400876S: Maintained
877
Larry Finger75388ac2007-09-25 16:46:54 -0700878B43LEGACY WIRELESS DRIVER
879P: Larry Finger
880M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100881P: Stefano Brivio
882M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700883L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100884W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700885S: Maintained
886
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887BEFS FILE SYSTEM
888P: Sergey S. Kostyliov
889M: rathamahata@php4.ru
890L: linux-kernel@vger.kernel.org
891S: Maintained
892
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893BFS FILE SYSTEM
894P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800895M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896L: linux-kernel@vger.kernel.org
897S: Maintained
898
Bryan Wud24ecfc2007-05-01 23:26:32 +0200899BLACKFIN I2C TWI DRIVER
900P: Sonic Zhang
901M: sonic.zhang@analog.com
902L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
903W: http://blackfin.uclinux.org/
904S: Supported
905
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906BLOCK LAYER
907P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200908M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800910T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911S: Maintained
912
Joern Engel2b54aae2008-02-06 01:38:02 -0800913BLOCK2MTD DRIVER
914P: Joern Engel
915M: joern@lazybastard.org
916L: linux-mtd@lists.infradead.org
917S: Maintained
918
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919BLUETOOTH SUBSYSTEM
920P: Marcel Holtmann
921M: marcel@holtmann.org
922P: Maxim Krasnyansky
923M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700924L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925W: http://bluez.sf.net
926W: http://www.bluez.org
927W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800928T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929S: Maintained
930
931BLUETOOTH RFCOMM LAYER
932P: Marcel Holtmann
933M: marcel@holtmann.org
934P: Maxim Krasnyansky
935M: maxk@qualcomm.com
936S: Maintained
937
938BLUETOOTH BNEP LAYER
939P: Marcel Holtmann
940M: marcel@holtmann.org
941P: Maxim Krasnyansky
942M: maxk@qualcomm.com
943S: Maintained
944
945BLUETOOTH CMTP LAYER
946P: Marcel Holtmann
947M: marcel@holtmann.org
948S: Maintained
949
950BLUETOOTH HIDP LAYER
951P: Marcel Holtmann
952M: marcel@holtmann.org
953S: Maintained
954
955BLUETOOTH HCI UART DRIVER
956P: Marcel Holtmann
957M: marcel@holtmann.org
958P: Maxim Krasnyansky
959M: maxk@qualcomm.com
960S: Maintained
961
962BLUETOOTH HCI USB DRIVER
963P: Marcel Holtmann
964M: marcel@holtmann.org
965P: Maxim Krasnyansky
966M: maxk@qualcomm.com
967S: Maintained
968
969BLUETOOTH HCI BCM203X DRIVER
970P: Marcel Holtmann
971M: marcel@holtmann.org
972S: Maintained
973
974BLUETOOTH HCI BPA10X DRIVER
975P: Marcel Holtmann
976M: marcel@holtmann.org
977S: Maintained
978
979BLUETOOTH HCI BFUSB DRIVER
980P: Marcel Holtmann
981M: marcel@holtmann.org
982S: Maintained
983
984BLUETOOTH HCI DTL1 DRIVER
985P: Marcel Holtmann
986M: marcel@holtmann.org
987S: Maintained
988
989BLUETOOTH HCI BLUECARD DRIVER
990P: Marcel Holtmann
991M: marcel@holtmann.org
992S: Maintained
993
994BLUETOOTH HCI BT3C DRIVER
995P: Marcel Holtmann
996M: marcel@holtmann.org
997S: Maintained
998
999BLUETOOTH HCI BTUART DRIVER
1000P: Marcel Holtmann
1001M: marcel@holtmann.org
1002S: Maintained
1003
1004BLUETOOTH HCI VHCI DRIVER
1005P: Maxim Krasnyansky
1006M: maxk@qualcomm.com
1007S: Maintained
1008
1009BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001010P: Jay Vosburgh
1011M: fubar@us.ibm.com
1012L: bonding-devel@lists.sourceforge.net
1013W: http://sourceforge.net/projects/bonding/
1014S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Gary Zambrano39105892006-06-22 17:26:20 -07001016BROADCOM B44 10/100 ETHERNET DRIVER
1017P: Gary Zambrano
1018M: zambrano@broadcom.com
1019L: netdev@vger.kernel.org
1020S: Supported
1021
Michael Chan948c51e2006-06-04 02:51:39 -07001022BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1023P: Michael Chan
1024M: mchan@broadcom.com
1025L: netdev@vger.kernel.org
1026S: Supported
1027
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001028BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001029P: Eilon Greenstein
1030M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001031L: netdev@vger.kernel.org
1032S: Supported
1033
Michael Chan948c51e2006-06-04 02:51:39 -07001034BROADCOM TG3 GIGABIT ETHERNET DRIVER
1035P: Michael Chan
1036M: mchan@broadcom.com
1037L: netdev@vger.kernel.org
1038S: Supported
1039
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001040BSG (block layer generic sg v4 driver)
1041P: FUJITA Tomonori
1042M: fujita.tomonori@lab.ntt.co.jp
1043L: linux-scsi@vger.kernel.org
1044S: Supported
1045
Michael Bueschff1d5c22008-07-25 01:46:10 -07001046BT8XXGPIO DRIVER
1047P: Michael Buesch
1048M: mb@bu3sch.de
1049W: http://bu3sch.de/btgpio.php
1050S: Maintained
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001053P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001054M: mchehab@infradead.org
1055M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001057W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001058T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001059S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060
Jonathan Corbet77d51402007-03-22 19:44:17 -03001061CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1062P: Jonathan Corbet
1063M: corbet@lwn.net
1064L: video4linux-list@redhat.com
1065S: Maintained
1066
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001067CAN NETWORK LAYER
1068P: Urs Thuermann
1069M: urs.thuermann@volkswagen.de
1070P: Oliver Hartkopp
1071M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001072L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001073W: http://developer.berlios.de/projects/socketcan/
1074S: Maintained
1075
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001076CALGARY x86-64 IOMMU
1077P: Muli Ben-Yehuda
1078M: muli@il.ibm.com
1079P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001080M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001081L: linux-kernel@vger.kernel.org
1082L: discuss@x86-64.org
1083S: Maintained
1084
Arnd Bergmannb8154542008-05-16 11:10:59 +02001085CELL BROADBAND ENGINE ARCHITECTURE
1086P: Arnd Bergmann
1087M: arnd@arndb.de
1088L: linuxppc-dev@ozlabs.org
1089L: cbe-oss-dev@ozlabs.org
1090W: http://www.ibm.com/developerworks/power/cell/
1091S: Supported
1092
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001093CFAG12864B LCD DRIVER
1094P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001095M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001096L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001097W: http://miguelojeda.es/auxdisplay.htm
1098W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001099S: Maintained
1100
1101CFAG12864BFB LCD FRAMEBUFFER DRIVER
1102P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001103M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001104L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001105W: http://miguelojeda.es/auxdisplay.htm
1106W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001107S: Maintained
1108
Johannes Berg704232c2007-04-23 12:20:05 -07001109CFG80211 and NL80211
1110P: Johannes Berg
1111M: johannes@sipsolutions.net
1112L: linux-wireless@vger.kernel.org
1113S: Maintained
1114
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001115CHECKPATCH
1116P: Andy Whitcroft
1117M: apw@shadowen.org
1118P: Randy Dunlap
1119M: rdunlap@xenotime.net
1120P: Joel Schopp
1121M: jschopp@austin.ibm.com
1122S: Supported
1123
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124COMMON INTERNET FILE SYSTEM (CIFS)
1125P: Steve French
1126M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001127L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001129W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001130T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001131S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
Joel Becker7063fbf2005-12-15 14:29:43 -08001133CONFIGFS
1134P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001135M: joel.becker@oracle.com
1136L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001137S: Supported
1138
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001139CIRRUS LOGIC EP93XX ETHERNET DRIVER
1140P: Lennert Buytenhek
1141M: kernel@wantstofly.org
1142L: netdev@vger.kernel.org
1143S: Maintained
1144
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001145CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1146P: Lennert Buytenhek
1147M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001148L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001149S: Maintained
1150
Timur Tabid9e9d822008-04-24 08:45:26 +10001151CIRRUS LOGIC CS4270 SOUND DRIVER
1152P: Timur Tabi
1153M: timur@freescale.com
1154L: alsa-devel@alsa-project.org
1155S: Supported
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1158P: Cirrus Logic Corporation (kernel 2.2 driver)
1159M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1160P: Nils Faerber (port to kernel 2.4)
1161M: Nils Faerber <nils@kernelconcepts.de>
1162S: Maintained
1163
1164CODA FILE SYSTEM
1165P: Jan Harkes
1166M: jaharkes@cs.cmu.edu
1167M: coda@cs.cmu.edu
1168L: codalist@coda.cs.cmu.edu
1169W: http://www.coda.cs.cmu.edu/
1170S: Maintained
1171
1172COMPACTPCI HOTPLUG CORE
1173P: Scott Murray
1174M: scottm@somanetworks.com
1175M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001176L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177S: Supported
1178
1179COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1180P: Scott Murray
1181M: scottm@somanetworks.com
1182M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001183L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184S: Supported
1185
1186COMPACTPCI HOTPLUG GENERIC DRIVER
1187P: Scott Murray
1188M: scottm@somanetworks.com
1189M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001190L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191S: Supported
1192
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001193COMPAL LAPTOP SUPPORT
1194P: Cezary Jackiewicz
1195M: cezary.jackiewicz@gmail.com
1196S: Maintained
1197
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198COMPUTONE INTELLIPORT MULTIPORT CARD
1199P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001200M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001202S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203
Simon Arlott949be0f2007-03-06 02:47:46 -08001204CONEXANT ACCESSRUNNER USB DRIVER
1205P: Simon Arlott
1206M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001207L: accessrunner-general@lists.sourceforge.net
1208W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001209S: Maintained
1210
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001211CONTROL GROUPS (CGROUPS)
1212P: Paul Menage
1213M: menage@google.com
1214L: containers@lists.linux-foundation.org
1215S: Maintained
1216
Rudolf Marekbebe4672007-05-08 17:22:02 +02001217CORETEMP HARDWARE MONITORING DRIVER
1218P: Rudolf Marek
1219M: r.marek@assembler.cz
1220L: lm-sensors@lm-sensors.org
1221S: Maintained
1222
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223COSA/SRP SYNC SERIAL DRIVER
1224P: Jan "Yenya" Kasprzak
1225M: kas@fi.muni.cz
1226W: http://www.fi.muni.cz/~kas/cosa/
1227S: Maintained
1228
1229CPU FREQUENCY DRIVERS
1230P: Dave Jones
1231M: davej@codemonkey.org.uk
1232L: cpufreq@lists.linux.org.uk
1233W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001234T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237CPUID/MSR DRIVER
1238P: H. Peter Anvin
1239M: hpa@zytor.com
1240S: Maintained
1241
Paul Jacksoned90fb42005-09-27 21:45:37 -07001242CPUSETS
1243P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001244P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001245M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001246M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001247L: linux-kernel@vger.kernel.org
1248W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001249W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001250S: Supported
1251
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001253W: http://sourceforge.net/projects/cramfs/
1254S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
1256CRIS PORT
1257P: Mikael Starvik
1258M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001259P: Jesper Nilsson
1260M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261L: dev-etrax@axis.com
1262W: http://developer.axis.com
1263S: Maintained
1264
1265CRYPTO API
1266P: Herbert Xu
1267M: herbert@gondor.apana.org.au
1268P: David S. Miller
1269M: davem@davemloft.net
1270L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001271T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272S: Maintained
1273
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001274CS5535 Audio ALSA driver
1275P: Jaya Kumar
1276M: jayakumar.alsa@gmail.com
1277S: Maintained
1278
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001279CX18 VIDEO4LINUX DRIVER
1280P: Hans Verkuil, Andy Walls
1281M: hverkuil@xs4all.nl, awalls@radix.net
1282L: ivtv-devel@ivtvdriver.org
1283L: ivtv-users@ivtvdriver.org
1284L: video4linux-list@redhat.com
1285W: http://linuxtv.org
1286S: Maintained
1287
Steve Wisee5ec3782008-05-20 14:06:33 -07001288CXGB3 ETHERNET DRIVER (CXGB3)
1289P: Divy Le Ray
1290M: divy@chelsio.com
1291L: netdev@vger.kernel.org
1292W: http://www.chelsio.com
1293S: Supported
1294
1295CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1296P: Steve Wise
1297M: swise@chelsio.com
1298L: general@lists.openfabrics.org
1299W: http://www.openfabrics.org
1300S: Supported
1301
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302CYBERPRO FB DRIVER
1303P: Russell King
1304M: rmk@arm.linux.org.uk
1305W: http://www.arm.linux.org.uk/
1306S: Maintained
1307
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001308CYBLAFB FRAMEBUFFER DRIVER
1309P: Knut Petersen
1310M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001311L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001312S: Maintained
1313
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314CYCLADES 2X SYNC CARD DRIVER
1315P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001316M: acme@ghostprotocols.net
1317W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318S: Maintained
1319
1320CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001322S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323
1324CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001326S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328DAMA SLAVE for AX.25
1329P: Joerg Reuter
1330M: jreuter@yaina.de
1331W: http://yaina.de/jreuter/
1332W: http://www.qsl.net/dl1bke/
1333L: linux-hams@vger.kernel.org
1334S: Maintained
1335
1336DC395x SCSI driver
1337P: Oliver Neukum
1338M: oliver@neukum.name
1339P: Ali Akcaagac
1340M: aliakc@web.de
1341P: Jamie Lenehan
1342M: lenehan@twibble.org
1343W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001344L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345L: http://lists.twibble.org/mailman/listinfo/dc395x/
1346S: Maintained
1347
1348DC390/AM53C974 SCSI driver
1349P: Kurt Garloff
1350M: garloff@suse.de
1351W: http://www.garloff.de/kurt/linux/dc390/
1352P: Guennadi Liakhovetski
1353M: g.liakhovetski@gmx.de
1354S: Maintained
1355
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001356DCCP PROTOCOL
1357P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001358M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001359L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001360W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001361S: Maintained
1362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001364P: Christine Caulfield
1365M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366W: http://linux-decnet.sourceforge.net
1367L: linux-decnet-user@lists.sourceforge.net
1368S: Maintained
1369
1370DEFXX FDDI NETWORK DRIVER
1371P: Maciej W. Rozycki
1372M: macro@linux-mips.org
1373S: Maintained
1374
1375DELL LAPTOP SMM DRIVER
1376P: Massimo Dal Zotto
1377M: dz@debian.org
1378W: http://www.debian.org/~dz/i8k/
1379S: Maintained
1380
Doug Warzecha90563ec2005-09-06 15:17:15 -07001381DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1382P: Doug Warzecha
1383M: Douglas_Warzecha@dell.com
1384S: Maintained
1385
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001386DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387P: Alasdair Kergon
1388L: dm-devel@redhat.com
1389W: http://sources.redhat.com/dm
1390S: Maintained
1391
1392DEVICE NUMBER REGISTRY
1393P: Torben Mathiasen
1394M: device@lanana.org
1395W: http://lanana.org/docs/device-list/index.html
1396L: linux-kernel@vger.kernel.org
1397S: Maintained
1398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399DIGI INTL. EPCA DRIVER
1400P: Digi International, Inc
1401M: Eng.Linux@digi.com
1402L: Eng.Linux@digi.com
1403W: http://www.digi.com
1404S: Orphaned
1405
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406DIRECTORY NOTIFICATION
1407P: Stephen Rothwell
1408M: sfr@canb.auug.org.au
1409L: linux-kernel@vger.kernel.org
1410S: Supported
1411
1412DISK GEOMETRY AND PARTITION HANDLING
1413P: Andries Brouwer
1414M: aeb@cwi.nl
1415W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1416W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1417W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1418S: Maintained
1419
1420DISKQUOTA:
1421P: Jan Kara
1422M: jack@suse.cz
1423L: linux-kernel@vger.kernel.org
1424S: Maintained
1425
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001426DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001427P: Christine Caulfield
1428M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001429P: David Teigland
1430M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001431L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001432W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001433T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001434S: Supported
1435
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1437P: Tobias Ringstrom
1438M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001439L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440S: Maintained
1441
Dan Williamsb3e5f262007-08-07 10:26:35 -07001442DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001443P: Maciej Sosnowski
1444M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001445P: Dan Williams
1446M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001447L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001448S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001449
Juerg Haefligerb8250372007-06-09 10:11:16 -04001450DME1737 HARDWARE MONITOR DRIVER
1451P: Juerg Haefliger
1452M: juergh@gmail.com
1453L: lm-sensors@lm-sensors.org
1454S: Maintained
1455
Martin Waitzba483d52005-06-17 13:20:59 -07001456DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001457P: Randy Dunlap
1458M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001459S: Maintained
1460
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001461DOCKING STATION DRIVER
1462P: Kristen Carlson Accardi
1463M: kristen.c.accardi@intel.com
1464L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001465S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001466
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001467DOCUMENTATION (/Documentation directory)
1468P: Michael Kerrisk
1469M: mtk.manpages@gmail.com
1470P: Randy Dunlap
1471M: rdunlap@xenotime.net
1472L: linux-doc@vger.kernel.org
1473S: Maintained
1474
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475DOUBLETALK DRIVER
1476P: James R. Van Zandt
1477M: jrv@vanzandt.mv.com
1478L: blinux-list@redhat.com
1479S: Maintained
1480
1481DRIVER CORE, KOBJECTS, AND SYSFS
1482P: Greg Kroah-Hartman
1483M: gregkh@suse.de
1484L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001485T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486S: Supported
1487
1488DRM DRIVERS
1489P: David Airlie
1490M: airlied@linux.ie
1491L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001492T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493S: Maintained
1494
1495DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001496P: Francois Romieu
1497M: romieu@fr.zoreil.com
1498L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499S: Maintained
1500
1501DVB SUBSYSTEM AND DRIVERS
1502P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001503M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001505W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001506T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001507S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001509DZ DECSTATION DZ11 SERIAL DRIVER
1510P: Maciej W. Rozycki
1511M: macro@linux-mips.org
1512S: Maintained
1513
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514EATA-DMA SCSI DRIVER
1515P: Michael Neuffer
1516L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1517S: Maintained
1518
1519EATA ISA/EISA/PCI SCSI DRIVER
1520P: Dario Ballabio
1521M: ballabio_dario@emc.com
1522L: linux-scsi@vger.kernel.org
1523S: Maintained
1524
1525EATA-PIO SCSI DRIVER
1526P: Michael Neuffer
1527M: mike@i-Connect.Net
1528L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1529S: Maintained
1530
1531EBTABLES
1532P: Bart De Schuymer
1533M: bart.de.schuymer@pandora.be
1534L: ebtables-user@lists.sourceforge.net
1535L: ebtables-devel@lists.sourceforge.net
1536W: http://ebtables.sourceforge.net/
1537S: Maintained
1538
Michael Halcrow237fead2006-10-04 02:16:22 -07001539ECRYPT FILE SYSTEM
1540P: Mike Halcrow, Phillip Hellewell
1541M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1542L: ecryptfs-devel@lists.sourceforge.net
1543W: http://ecryptfs.sourceforge.net/
1544S: Supported
1545
Alan Coxda9bb1d2006-01-18 17:44:13 -08001546EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001547P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001548M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001549L: bluesmoke-devel@lists.sourceforge.net
1550W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001551S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001552
1553EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001554P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001555P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001556M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001557M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001558L: bluesmoke-devel@lists.sourceforge.net
1559W: bluesmoke.sourceforge.net
1560S: Maintained
1561
1562EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001563P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001564M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001565L: bluesmoke-devel@lists.sourceforge.net
1566W: bluesmoke.sourceforge.net
1567S: Maintained
1568
Douglas Thompson6bc78402007-07-19 01:50:12 -07001569EDAC-I82443BXGX
1570P: Tim Small
1571M: tim@buttersideup.com
1572L: bluesmoke-devel@lists.sourceforge.net
1573W: bluesmoke.sourceforge.net
1574S: Maintained
1575
1576EDAC-I3000
1577P: Jason Uhlenkott
1578M: juhlenko@akamai.com
1579L: bluesmoke-devel@lists.sourceforge.net
1580W: bluesmoke.sourceforge.net
1581S: Maintained
1582
1583EDAC-I5000
1584P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001585M: dougthompson@xmission.com
1586L: bluesmoke-devel@lists.sourceforge.net
1587W: bluesmoke.sourceforge.net
1588S: Maintained
1589
1590EDAC-I82975X
1591P: Ranganathan Desikan
1592P: Arvind R.
1593M: rdesikan@jetzbroadband.com
1594M: arvind@acarlab.com
1595L: bluesmoke-devel@lists.sourceforge.net
1596W: bluesmoke.sourceforge.net
1597S: Maintained
1598
1599EDAC-PASEMI
1600P: Egor Martovetsky
1601M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001602L: bluesmoke-devel@lists.sourceforge.net
1603W: bluesmoke.sourceforge.net
1604S: Maintained
1605
Dave Peterson0e438e32006-03-26 01:38:55 -08001606EDAC-R82600
1607P: Tim Small
1608M: tim@buttersideup.com
1609L: bluesmoke-devel@lists.sourceforge.net
1610W: bluesmoke.sourceforge.net
1611S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001612
Eric Coopere59f8792008-03-13 12:55:46 +01001613EEEPC LAPTOP EXTRAS DRIVER
1614P: Corentin Chary
1615M: corentincj@iksaif.net
1616L: acpi4asus-user@lists.sourceforge.net
1617W: http://sourceforge.net/projects/acpi4asus
1618S: Maintained
1619
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620EEPRO100 NETWORK DRIVER
1621P: Andrey V. Savochkin
1622M: saw@saw.sw.com.sg
1623S: Maintained
1624
Josh Triplett0bee8d22006-07-30 03:03:58 -07001625EFS FILESYSTEM
1626W: http://aeschi.ch.eu.org/efs/
1627S: Orphan
1628
Heiko J Schickfab97222006-09-22 15:22:22 -07001629EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1630P: Hoang-Nam Nguyen
1631M: hnguyen@de.ibm.com
1632P: Christoph Raisch
1633M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001634L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001635S: Supported
1636
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001637EMBEDDED LINUX
1638P: Paul Gortmaker
1639M: paul.gortmaker@windriver.com
1640P David Woodhouse
1641M: dwmw2@infradead.org
1642L: linux-embedded@vger.kernel.org
1643S: Maintained
1644
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001645EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001646P: James Smart
1647M: james.smart@emulex.com
1648L: linux-scsi@vger.kernel.org
1649W: http://sourceforge.net/projects/lpfcxxxx
1650S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001651
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652EPSON 1355 FRAMEBUFFER DRIVER
1653P: Christopher Hoover
1654M: ch@murgatroid.com, ch@hpl.hp.com
1655S: Maintained
1656
1657ETHEREXPRESS-16 NETWORK DRIVER
1658P: Philip Blundell
1659M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001660L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661S: Maintained
1662
1663ETHERNET BRIDGE
1664P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001665M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001666L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001667W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668S: Maintained
1669
1670ETHERTEAM 16I DRIVER
1671P: Mika Kuoppala
1672M: miku@iki.fi
1673S: Maintained
1674
1675EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001676L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Maintained
1678
1679EXT3 FILE SYSTEM
1680P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001681M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001682L: linux-ext4@vger.kernel.org
1683S: Maintained
1684
1685EXT4 FILE SYSTEM
1686P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001687M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001688L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689S: Maintained
1690
Jean Delvaree53004e2006-01-09 23:26:14 +01001691F71805F HARDWARE MONITORING DRIVER
1692P: Jean Delvare
1693M: khali@linux-fr.org
1694L: lm-sensors@lm-sensors.org
1695S: Maintained
1696
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697FARSYNC SYNCHRONOUS DRIVER
1698P: Kevin Curtis
1699M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700W: http://www.farsite.co.uk/
1701S: Supported
1702
Akinobu Mitac5408b82007-04-23 14:41:20 -07001703FAULT INJECTION SUPPORT
1704P: Akinobu Mita
1705M: akinobu.mita@gmail.com
1706S: Supported
1707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708FRAMEBUFFER LAYER
1709P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001710M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001711L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712W: http://linux-fbdev.sourceforge.net/
1713S: Maintained
1714
Zhang Wei173acc72008-03-01 07:42:48 -07001715FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001716P: Li Yang
1717M: leoli@freescale.com
1718P: Zhang Wei
1719M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001720L: linuxppc-embedded@ozlabs.org
1721L: linux-kernel@vger.kernel.org
1722S: Maintained
1723
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001724FREESCALE I2C CPM DRIVER
1725P: Jochen Friedrich
1726M: jochen@scram.de
1727L: linuxppc-dev@ozlabs.org
1728L: i2c@lm-sensors.org
1729S: Maintained
1730
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001731FREESCALE SOC FS_ENET DRIVER
1732P: Pantelis Antoniou
1733M: pantelis.antoniou@gmail.com
1734P: Vitaly Bordug
1735M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001736L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001737L: netdev@vger.kernel.org
1738S: Maintained
1739
Timur Tabid9e9d822008-04-24 08:45:26 +10001740FREESCALE QUICC ENGINE LIBRARY
1741P: Timur Tabi
1742M: timur@freescale.com
1743L: linuxppc-dev@ozlabs.org
1744S: Supported
1745
Li Yanga7205b32007-04-23 10:38:18 -07001746FREESCALE HIGHSPEED USB DEVICE DRIVER
1747P: Li Yang
1748M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001749L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001750L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001751S: Maintained
1752
Li Yangbeaf53b2007-05-25 13:54:02 +08001753FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1754P: Li Yang
1755M: leoli@freescale.com
1756L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001757L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001758S: Maintained
1759
Timur Tabid9e9d822008-04-24 08:45:26 +10001760FREESCALE QUICC ENGINE UCC UART DRIVER
1761P: Timur Tabi
1762M: timur@freescale.com
1763L: linuxppc-dev@ozlabs.org
1764S: Supported
1765
1766FREESCALE SOC SOUND DRIVERS
1767P: Timur Tabi
1768M: timur@freescale.com
1769L: alsa-devel@alsa-project.org
1770L: linuxppc-dev@ozlabs.org
1771S: Supported
1772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773FILE LOCKING (flock() and fcntl()/lockf())
1774P: Matthew Wilcox
1775M: matthew@wil.cx
1776L: linux-fsdevel@vger.kernel.org
1777S: Maintained
1778
1779FILESYSTEMS (VFS and infrastructure)
1780P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001781M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001782L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783S: Maintained
1784
Stefan Richterf148e202008-01-12 12:32:44 +01001785FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001786P: Kristian Hoegsberg, Stefan Richter
1787M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1788L: linux1394-devel@lists.sourceforge.net
1789W: http://www.linux1394.org/
1790T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1791S: Maintained
1792
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793FIRMWARE LOADER (request_firmware)
1794L: linux-kernel@vger.kernel.org
1795S: Orphan
1796
1797FPU EMULATOR
1798P: Bill Metzenthen
1799M: billm@suburbia.net
1800W: http://suburbia.net/~billm/floating-point/emulator/
1801S: Maintained
1802
1803FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1804P: Mike McLagan
1805M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001806L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807S: Maintained
1808
1809FREEVXFS FILESYSTEM
1810P: Christoph Hellwig
1811M: hch@infradead.org
1812W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1813S: Maintained
1814
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001815FTRACE
1816P: Steven Rostedt
1817M: srostedt@redhat.com
1818S: Maintained
1819
David Howells5ab7ffe2007-04-10 15:10:45 +01001820FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821P: David Howells
1822M: dhowells@redhat.com
1823S: Maintained
1824
Jonathan Woithe20b93732008-06-11 10:14:56 +09301825FUJITSU LAPTOP EXTRAS
1826P: Jonathan Woithe
1827M: jwoithe@physics.adelaide.edu.au
1828L: linux-acpi@vger.kernel.org
1829S: Maintained
1830
Miklos Szeredi04578f12005-09-09 13:10:22 -07001831FUSE: FILESYSTEM IN USERSPACE
1832P: Miklos Szeredi
1833M: miklos@szeredi.hu
1834L: fuse-devel@lists.sourceforge.net
1835W: http://fuse.sourceforge.net/
1836S: Maintained
1837
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1839P: Rik Faith
1840M: faith@cs.unc.edu
1841L: linux-scsi@vger.kernel.org
1842S: Odd fixes (e.g., new signatures)
1843
1844GDT SCSI DISK ARRAY CONTROLLER DRIVER
1845P: Achim Leubner
1846M: achim_leubner@adaptec.com
1847L: linux-scsi@vger.kernel.org
1848W: http://www.icp-vortex.com/
1849S: Supported
1850
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001851GENERIC GPIO I2C DRIVER
1852P: Haavard Skinnemoen
1853M: hskinnemoen@atmel.com
1854S: Supported
1855
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1857P: Krzysztof Halasa
1858M: khc@pm.waw.pl
1859W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1860S: Maintained
1861
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001862GFS2 FILE SYSTEM
1863P: Steven Whitehouse
1864M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001865L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001866W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001867T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1868T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001869S: Supported
1870
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001871GIGASET ISDN DRIVERS
1872P: Hansjoerg Lipp
1873M: hjlipp@web.de
1874P: Tilman Schmidt
1875M: tilman@imap.cc
1876L: gigaset307x-common@lists.sourceforge.net
1877W: http://gigaset307x.sourceforge.net/
1878S: Maintained
1879
Jean Delvare5b543962005-08-15 19:51:02 +02001880HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001881P: Mark M. Hoffman
1882M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001883L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001884W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001885T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1886T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001887S: Maintained
1888
Michael Buesch844dd052006-06-26 00:24:59 -07001889HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001890S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001891
Robert Love860e1d62005-08-31 23:57:59 -04001892HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1893P: Robert Love
1894M: rlove@rlove.org
1895M: linux-kernel@vger.kernel.org
1896W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1897S: Maintained
1898
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899HARMONY SOUND DRIVER
1900P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001901M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001902L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903S: Maintained
1904
1905HAYES ESP SERIAL DRIVER
1906P: Andrew J. Robinson
1907M: arobinso@nyx.net
1908L: linux-kernel@vger.kernel.org
1909W: http://www.nyx.net/~arobinso
1910S: Maintained
1911
1912HFS FILESYSTEM
1913P: Roman Zippel
1914M: zippel@linux-m68k.org
1915L: linux-kernel@vger.kernel.org
1916S: Maintained
1917
1918HGA FRAMEBUFFER DRIVER
1919P: Ferenc Bakonyi
1920M: fero@drama.obuda.kando.hu
1921L: linux-nvidia@lists.surfsouth.com
1922W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1923S: Maintained
1924
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001925HID CORE LAYER
1926P: Jiri Kosina
1927M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001928L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001929T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001930S: Maintained
1931
Ingo Molnar38bed542007-02-22 09:09:34 +01001932HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1933P: Thomas Gleixner
1934M: tglx@linutronix.de
1935L: linux-kernel@vger.kernel.org
1936S: Maintained
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938HIGH-SPEED SCC DRIVER FOR AX.25
1939P: Klaus Kudielka
1940M: klaus.kudielka@ieee.org
1941L: linux-hams@vger.kernel.org
1942W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1943S: Maintained
1944
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001945HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1946P: HighPoint Linux Team
1947M: linux@highpoint-tech.com
1948W: http://www.highpoint-tech.com
1949S: Supported
1950
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951HIPPI
1952P: Jes Sorensen
1953M: jes@trained-monkey.org
1954L: linux-hippi@sunsite.dk
1955S: Maintained
1956
1957HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1958P: Chirag Kantharia
1959M: chirag.kantharia@hp.com
1960L: iss_storagedev@hp.com
1961S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001962
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963HEWLETT-PACKARD SMART2 RAID DRIVER
1964P: Chirag Kantharia
1965M: chirag.kantharia@hp.com
1966L: iss_storagedev@hp.com
1967S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001968
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1970P: Mike Miller
1971M: mike.miller@hp.com
1972L: iss_storagedev@hp.com
1973S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001974
Jouni Malinenff1d2762005-05-12 22:54:16 -04001975HOST AP DRIVER
1976P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001977M: j@w1.fi
1978L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001979L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001980W: http://hostap.epitest.fi/
1981S: Maintained
1982
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1984P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001985M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986S: Maintained
1987
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001988HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1989P: Carlos Corbacho
1990M: carlos@strangeworlds.co.uk
1991S: Odd Fixes
1992
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001993HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001994P: Clemens Ladisch
1995M: clemens@ladisch.de
1996S: Maintained
1997
1998HPET: i386
1999P: Venkatesh Pallipadi (Venki)
2000M: venkatesh.pallipadi@intel.com
2001S: Maintained
2002
2003HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002004P: Vojtech Pavlik
2005M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002006S: Maintained
2007
2008HPET: ACPI hpet.c
2009P: Bob Picco
2010M: bob.picco@hp.com
2011S: Maintained
2012
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013HPFS FILESYSTEM
2014P: Mikulas Patocka
2015M: mikulas@artax.karlin.mff.cuni.cz
2016W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2017S: Maintained
2018
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002019HTCPEN TOUCHSCREEN DRIVER
2020P: Pau Oliva Fora
2021M: pof@eslack.org
2022L: linux-input@vger.kernel.org
2023S: Maintained
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025HUGETLB FILESYSTEM
2026P: William Irwin
2027M: wli@holomorphy.com
2028S: Maintained
2029
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002030I2C/SMBUS STUB DRIVER
2031P: Mark M. Hoffman
2032M: mhoffman@lightlink.com
2033L: lm-sensors@lm-sensors.org
2034S: Maintained
2035
Jean Delvare5b543962005-08-15 19:51:02 +02002036I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002037P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002039P: Ben Dooks (embedded platforms)
2040M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002041L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002042T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043S: Maintained
2044
Till Harbaume8c76ee2007-05-01 23:26:35 +02002045I2C-TINY-USB DRIVER
2046P: Till Harbaum
2047M: till@harbaum.org
2048L: i2c@lm-sensors.org
2049T: http://www.harbaum.org/till/i2c_tiny_usb
2050S: Maintained
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002053P: H. Peter Anvin
2054M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055L: Linux-Kernel@vger.kernel.org
2056S: Maintained
2057
2058i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059P: H. Peter Anvin
2060M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002061T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062S: Maintained
2063
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064IA64 (Itanium) PLATFORM
2065P: Tony Luck
2066M: tony.luck@intel.com
2067L: linux-ia64@vger.kernel.org
2068W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002069T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070S: Maintained
2071
2072SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002073P: Jes Sorensen
2074M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075L: linux-altix@sgi.com
2076L: linux-ia64@vger.kernel.org
2077W: http://www.sgi.com/altix
2078S: Maintained
2079
2080IBM MCA SCSI SUBSYSTEM DRIVER
2081P: Michael Lang
2082M: langa2@kph.uni-mainz.de
2083W: http://www.uni-mainz.de/~langm000/linux.html
2084S: Maintained
2085
2086IBM Power Linux RAID adapter
2087P: Brian King
2088M: brking@us.ibm.com
2089S: Supported
2090
2091IBM ServeRAID RAID DRIVER
2092P: Jack Hammer
2093P: Dave Jeffery
2094M: ipslinux@adaptec.com
2095W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002096S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002098IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002100M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002102T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103S: Maintained
2104
2105IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002106P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002107M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002108L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002109S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
2111IDE/ATAPI FLOPPY DRIVERS
2112P: Paul Bristow
2113M: Paul Bristow <paul@paulbristow.net>
2114W: http://paulbristow.net/linux/idefloppy.html
2115L: linux-kernel@vger.kernel.org
2116S: Maintained
2117
2118IDE/ATAPI TAPE DRIVERS
2119P: Gadi Oxman
2120M: Gadi Oxman <gadio@netvision.net.il>
2121L: linux-kernel@vger.kernel.org
2122S: Maintained
2123
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002124IDE-SCSI DRIVER
2125L: linux-ide@vger.kernel.org
2126L: linux-scsi@vger.kernel.org
2127S: Orphan
2128
Stefan Richterf148e202008-01-12 12:32:44 +01002129IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002131M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002132P: Stefan Richter
2133M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134L: linux1394-devel@lists.sourceforge.net
2135W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002136T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
Stefan Richterf51a5a92007-04-23 14:41:10 -07002139IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140P: Dan Dennedy
2141M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002142P: Stefan Richter
2143M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002145S: Maintained
2146
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002148L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002149S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150
2151INFINIBAND SUBSYSTEM
2152P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002153M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002155M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002157M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002158L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002160T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161S: Supported
2162
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002163INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002164P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002165M: dmitry.torokhov@gmail.com
2166M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002167L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002168T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169S: Maintained
2170
Robert Lovec9f04f52005-07-15 12:21:07 -04002171INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002172P: John McCutchan
2173M: ttb@tentacle.dhs.org
2174P: Robert Love
2175M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002176L: linux-kernel@vger.kernel.org
2177S: Maintained
2178
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002179INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002180P: Sylvain Meyer
2181M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002182L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002183S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002184
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002186P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002187M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002188L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002189S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191INTEL IA32 MICROCODE UPDATE SUPPORT
2192P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002193M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194S: Maintained
2195
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002196INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002197P: Maciej Sosnowski
2198M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002199L: linux-kernel@vger.kernel.org
2200S: Supported
2201
Dan Williamsb3e5f262007-08-07 10:26:35 -07002202INTEL IOP-ADMA DMA DRIVER
2203P: Dan Williams
2204M: dan.j.williams@intel.com
2205L: linux-kernel@vger.kernel.org
2206S: Supported
2207
Michael Buesch844dd052006-06-26 00:24:59 -07002208INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2209P: Deepak Saxena
2210M: dsaxena@plexity.net
2211S: Maintained
2212
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002213INTEL IXP2000 ETHERNET DRIVER
2214P: Lennert Buytenhek
2215M: kernel@wantstofly.org
2216L: netdev@vger.kernel.org
2217S: Maintained
2218
Auke Kokd94e6fe2008-03-03 14:37:47 -08002219INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002220P: Jeff Kirsher
2221M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002222P: Jesse Brandeburg
2223M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002224P: Bruce Allan
2225M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002226P: PJ Waskiewicz
2227M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002228P: John Ronciak
2229M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002230L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002231W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232S: Supported
2233
James Ketrenos826d2ab2005-11-07 18:56:59 -06002234INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002235P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002236M: yi.zhu@intel.com
2237P: James Ketrenos
2238M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002239P: Reinette Chatre
2240M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002241L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002242L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002243W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002244W: http://ipw2100.sourceforge.net
2245S: Supported
2246
2247INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002248P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002249M: yi.zhu@intel.com
2250P: James Ketrenos
2251M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002252P: Reinette Chatre
2253M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002254L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002255L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002256W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002257W: http://ipw2200.sourceforge.net
2258S: Supported
2259
Zhu Yib481de92007-09-25 17:54:57 -07002260INTEL WIRELESS WIFI LINK (iwlwifi)
2261P: Zhu Yi
2262M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002263P: Reinette Chatre
2264M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002265L: linux-wireless@vger.kernel.org
2266L: ipw3945-devel@lists.sourceforge.net
2267W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002268T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002269S: Supported
2270
Ralf Baechlecb109a02007-08-30 23:56:30 -07002271IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272P: Ralf Baechle
2273M: ralf@linux-mips.org
2274L: linux-mips@linux-mips.org
2275S: Maintained
2276
Ralf Baechlecb109a02007-08-30 23:56:30 -07002277IOC3 SERIAL DRIVER
2278P: Pat Gefre
2279M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002280L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002281S: Maintained
2282
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283IP MASQUERADING:
2284P: Juanjo Ciarlante
2285M: jjciarla@raiz.uncu.edu.ar
2286S: Maintained
2287
Francois Romieu1202d6f2007-09-17 17:13:55 -07002288IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2289P: Francois Romieu
2290M: romieu@fr.zoreil.com
2291P: Sorbica Shieh
2292M: sorbica@icplus.com.tw
2293P: Jesse Huang
2294M: jesse@icplus.com.tw
2295L: netdev@vger.kernel.org
2296S: Maintained
2297
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002298IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002299P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002300M: infinipath@qlogic.com
2301L: general@lists.openfabrics.org
2302T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002303S: Supported
2304
Corey Minyard4409ebe2006-04-20 02:43:12 -07002305IPMI SUBSYSTEM
2306P: Corey Minyard
2307M: minyard@acm.org
2308L: openipmi-developer@lists.sourceforge.net
2309W: http://openipmi.sourceforge.net/
2310S: Supported
2311
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312IPX NETWORK LAYER
2313P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002314M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002315L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
David Sterba099dc4f2008-02-07 10:57:12 +01002318IPWIRELES DRIVER
2319P: Jiri Kosina
2320M: jkosina@suse.cz
2321P: David Sterba
2322M: dsterba@suse.cz
2323S: Maintained
2324T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2325
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002327P: Samuel Ortiz
2328M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002329L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002331S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332
Mike Christie14816b12007-11-28 16:22:06 -08002333ISCSI
2334P: Mike Christie
2335M: michaelc@cs.wisc.edu
2336L: open-iscsi@googlegroups.com
2337W: www.open-iscsi.org
2338T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2339S: Maintained
2340
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341ISAPNP
2342P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002343M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344S: Maintained
2345
2346ISDN SUBSYSTEM
2347P: Karsten Keil
2348M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002349L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002351T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
2354ISDN SUBSYSTEM (Eicon active card driver)
2355P: Armin Schindler
2356M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002357L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358W: http://www.melware.de
2359S: Maintained
2360
Hans Verkuil91821ff2007-12-02 09:35:33 -03002361IVTV VIDEO4LINUX DRIVER
2362P: Hans Verkuil
2363M: hverkuil@xs4all.nl
2364L: ivtv-devel@ivtvdriver.org
2365L: ivtv-users@ivtvdriver.org
2366L: video4linux-list@redhat.com
2367W: http://www.ivtvdriver.org
2368S: Maintained
2369
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2371P: David Woodhouse
2372M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002373L: linux-mtd@lists.infradead.org
2374W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375S: Maintained
2376
Artem Bityutskiy95270562008-07-14 17:58:44 +03002377UBI FILE SYSTEM (UBIFS)
2378P: Artem Bityutskiy
2379M: dedekind@infradead.org
2380P: Adrian Hunter
2381M: ext-adrian.hunter@nokia.com
2382L: linux-mtd@lists.infradead.org
2383T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2384W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2385S: Maintained
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387JFS FILESYSTEM
2388P: Dave Kleikamp
2389M: shaggy@austin.ibm.com
2390L: jfs-discussion@lists.sourceforge.net
2391W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002392T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Supported
2394
Josh Triplettde456d32006-07-30 03:04:00 -07002395JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002396P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002397M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002398L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002399S: Maintained
2400
Rudolf Marek4660cb32006-10-08 22:01:26 +02002401K8TEMP HARDWARE MONITORING DRIVER
2402P: Rudolf Marek
2403M: r.marek@assembler.cz
2404L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405S: Maintained
2406
2407KCONFIG
2408P: Roman Zippel
2409M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002410L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411S: Maintained
2412
Vivek Goyalea6c2082006-05-20 14:59:55 -07002413KDUMP
2414P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002415M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002416P: Haren Myneni
2417M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002418L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002419L: linux-kernel@vger.kernel.org
2420W: http://lse.sourceforge.net/kdump/
2421S: Maintained
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423KERNEL AUTOMOUNTER (AUTOFS)
2424P: H. Peter Anvin
2425M: hpa@zytor.com
2426L: autofs@linux.kernel.org
2427S: Odd Fixes
2428
2429KERNEL AUTOMOUNTER v4 (AUTOFS4)
2430P: Ian Kent
2431M: raven@themaw.net
2432L: autofs@linux.kernel.org
2433S: Maintained
2434
2435KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436P: Sam Ravnborg
2437M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002438T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2439T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002440L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002441S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
2443KERNEL JANITORS
2444P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002445L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Maintained
2448
2449KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002450P: J. Bruce Fields
2451M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002453M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002454L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002456S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457
Avi Kivity426d62e2006-12-13 00:34:03 -08002458KERNEL VIRTUAL MACHINE (KVM)
2459P: Avi Kivity
2460M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002461L: kvm@vger.kernel.org
2462W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002463S: Supported
2464
Hollis Blanchard513014b2008-04-16 23:28:08 -05002465KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2466P: Hollis Blanchard
2467M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002468L: kvm-ppc@vger.kernel.org
2469W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002470S: Supported
2471
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002472KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002473P: Anthony Xu
2474M: anthony.xu@intel.com
2475P: Xiantao Zhang
2476M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002477L: kvm-ia64@vger.kernel.org
2478W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002479S: Supported
2480
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002481KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2482P: Carsten Otte
2483M: cotte@de.ibm.com
2484P: Christian Borntraeger
2485M: borntraeger@de.ibm.com
2486M: linux390@de.ibm.com
2487L: linux-s390@vger.kernel.org
2488W: http://www.ibm.com/developerworks/linux/linux390/
2489S: Supported
2490
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002491KEXEC
2492P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002493M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002494W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002495L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002496L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002497S: Maintained
2498
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002499KGDB
2500P: Jason Wessel
2501M: jason.wessel@windriver.com
2502L: kgdb-bugreport@lists.sourceforge.net
2503S: Maintained
2504
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002505KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002506P: Ananth N Mavinakayanahalli
2507M: ananth@in.ibm.com
2508P: Anil S Keshavamurthy
2509M: anil.s.keshavamurthy@intel.com
2510P: David S. Miller
2511M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002512P: Masami Hiramatsu
2513M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002514L: linux-kernel@vger.kernel.org
2515S: Maintained
2516
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002517KS0108 LCD CONTROLLER DRIVER
2518P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002519M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002520L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002521W: http://miguelojeda.es/auxdisplay.htm
2522W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002523S: Maintained
2524
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002527S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528
2529LASI 53c700 driver for PARISC
2530P: James E.J. Bottomley
2531M: James.Bottomley@HansenPartnership.com
2532L: linux-scsi@vger.kernel.org
2533S: Maintained
2534
Richard Purdie263de9b2006-05-15 09:44:16 -07002535LED SUBSYSTEM
2536P: Richard Purdie
2537M: rpurdie@rpsys.net
2538S: Maintained
2539
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540LEGO USB Tower driver
2541P: Juergen Stuber
2542M: starblue@users.sourceforge.net
2543L: legousb-devel@lists.sourceforge.net
2544W: http://legousb.sourceforge.net/
2545S: Maintained
2546
Rusty Russell568a17f2007-10-25 14:12:24 +10002547LGUEST
2548P: Rusty Russell
2549M: rusty@rustcorp.com.au
2550L: lguest@ozlabs.org
2551W: http://lguest.ozlabs.org/
2552S: Maintained
2553
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554LINUX FOR IBM pSERIES (RS/6000)
2555P: Paul Mackerras
2556M: paulus@au.ibm.com
2557W: http://www.ibm.com/linux/ltc/projects/ppc
2558S: Supported
2559
2560LINUX FOR NCR VOYAGER
2561P: James Bottomley
2562M: James.Bottomley@HansenPartnership.com
2563W: http://www.hansenpartnership.com/voyager
2564S: Maintained
2565
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002566LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567P: Paul Mackerras
2568M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002569P: Benjamin Herrenschmidt
2570M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571W: http://www.penguinppc.org/
2572L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002573T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574S: Supported
2575
2576LINUX FOR POWER MACINTOSH
2577P: Benjamin Herrenschmidt
2578M: benh@kernel.crashing.org
2579W: http://www.penguinppc.org/
2580L: linuxppc-dev@ozlabs.org
2581S: Maintained
2582
Grant Likely77a76362008-07-12 12:11:43 -06002583LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584P: Sylvain Munaut
2585M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002586P: Grant Likely
2587M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589S: Maintained
2590
2591LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002592P: Josh Boyer
2593M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594P: Matt Porter
2595M: mporter@kernel.crashing.org
2596W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002597L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002598T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
Grant Likely260c02a2007-10-02 12:15:34 +10002601LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2602P: Grant Likely
2603M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002604W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002605L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606S: Maintained
2607
Tom Rinie93adf12005-07-26 12:49:53 -07002608LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002609P: Vitaly Bordug
2610M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002611P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002612M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002613W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002614L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002615S: Maintained
2616
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002618P: Kumar Gala
2619M: galak@kernel.crashing.org
2620W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002621L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002622S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623
Olof Johanssonab06ff32006-09-06 14:44:54 -05002624LINUX FOR POWERPC PA SEMI PWRFICIENT
2625P: Olof Johansson
2626M: olof@lixom.net
2627W: http://www.pasemi.com/
2628L: linuxppc-dev@ozlabs.org
2629S: Supported
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631LLC (802.2)
2632P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002633M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634S: Maintained
2635
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636LINUX SECURITY MODULE (LSM) FRAMEWORK
2637P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002638M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002639L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002640T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641S: Supported
2642
2643LM83 HARDWARE MONITOR DRIVER
2644P: Jean Delvare
2645M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002646L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647S: Maintained
2648
2649LM90 HARDWARE MONITOR DRIVER
2650P: Jean Delvare
2651M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002652L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653S: Maintained
2654
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002655LOCKDEP AND LOCKSTAT
2656P: Peter Zijlstra
2657M: peterz@infradead.org
2658P: Ingo Molnar
2659M: mingo@redhat.com
2660L: linux-kernel@vger.kernel.org
2661T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2662S: Maintained
2663
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002664LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665P: Richard Russon (FlatCap)
2666M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002667L: linux-ntfs-dev@lists.sourceforge.net
2668W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669S: Maintained
2670
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002671LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2672P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002673M: Eric.Moore@lsi.com
2674M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002675L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002676L: linux-scsi@vger.kernel.org
2677W: http://www.lsilogic.com/support
2678S: Supported
2679
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2681P: Matthew Wilcox
2682M: matthew@wil.cx
2683L: linux-scsi@vger.kernel.org
2684S: Maintained
2685
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002686M32R ARCHITECTURE
2687P: Hirokazu Takata
2688M: takata@linux-m32r.org
2689L: linux-m32r@ml.linux-m32r.org
2690L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2691W: http://www.linux-m32r.org/
2692S: Maintained
2693
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694M68K ARCHITECTURE
2695P: Geert Uytterhoeven
2696M: geert@linux-m68k.org
2697P: Roman Zippel
2698M: zippel@linux-m68k.org
2699L: linux-m68k@lists.linux-m68k.org
2700W: http://www.linux-m68k.org/
2701W: http://linux-m68k-cvs.ubb.ca/
2702S: Maintained
2703
2704M68K ON APPLE MACINTOSH
2705P: Joshua Thompson
2706M: funaho@jurai.org
2707W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002708L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709S: Maintained
2710
2711M68K ON HP9000/300
2712P: Philip Blundell
2713M: philb@gnu.org
2714W: http://www.tazenda.demon.co.uk/phil/linux-hp
2715S: Maintained
2716
Jiri Benc64a327a2007-05-05 11:47:08 -07002717MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002718P: Johannes Berg
2719M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002720P: Michael Wu
2721M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002722L: linux-wireless@vger.kernel.org
2723W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002724T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002725S: Maintained
2726
Stefano Brivio1036d862007-12-23 04:46:27 +01002727MAC80211 PID RATE CONTROL
2728P: Stefano Brivio
2729M: stefano.brivio@polimi.it
2730P: Mattias Nissler
2731M: mattias.nissler@gmx.de
2732L: linux-wireless@vger.kernel.org
2733W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2734T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2735S: Maintained
2736
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002737MACVLAN DRIVER
2738P: Patrick McHardy
2739M: kaber@trash.net
2740L: netdev@vger.kernel.org
2741S: Maintained
2742
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743MARVELL YUKON / SYSKONNECT DRIVER
2744P: Mirko Lindner
2745M: mlindner@syskonnect.de
2746P: Ralph Roesler
2747M: rroesler@syskonnect.de
2748W: http://www.syskonnect.com
2749S: Supported
2750
Michael Kerriskfaf16682005-07-31 22:34:47 -07002751MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002752P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002753M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002754W: http://www.kernel.org/doc/man-pages
2755S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002756
Stefano Brivio74cda162007-11-19 20:27:46 +01002757MARVELL LIBERTAS WIRELESS DRIVER
2758P: Dan Williams
2759M: dcbw@redhat.com
2760L: libertas-dev@lists.infradead.org
2761S: Maintained
2762
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002763MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002764P: Lennert Buytenhek
2765M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002766L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002767S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768
2769MATROX FRAMEBUFFER DRIVER
2770P: Petr Vandrovec
2771M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002772L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773S: Maintained
2774
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002775MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2776P: Hans J. Koch
2777M: hjk@linutronix.de
2778L: lm-sensors@lm-sensors.org
2779S: Maintained
2780
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002781MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002782P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002783M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002784S: linux-scsi@vger.kernel.org
2785W: http://megaraid.lsilogic.com
2786S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002787
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002788MEMORY MANAGEMENT
2789L: linux-mm@kvack.org
2790L: linux-kernel@vger.kernel.org
2791W: http://www.linux-mm.org
2792S: Maintained
2793
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002794MEMORY RESOURCE CONTROLLER
2795P: Balbir Singh
2796M: balbir@linux.vnet.ibm.com
2797P: Pavel Emelyanov
2798M: xemul@openvz.org
2799P: KAMEZAWA Hiroyuki
2800M: kamezawa.hiroyu@jp.fujitsu.com
2801L: linux-mm@kvack.org
2802L: linux-kernel@vger.kernel.org
2803S: Maintained
2804
David Howellsb920de12008-02-08 04:19:31 -08002805MEI MN10300/AM33 PORT
2806P: David Howells
2807M: dhowells@redhat.com
2808P: Koichi Yasutake
2809M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002810L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002811W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2812S: Maintained
2813
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002814MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815P: David Woodhouse
2816M: dwmw2@infradead.org
2817W: http://www.linux-mtd.infradead.org/
2818L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002819T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820S: Maintained
2821
Artem Bityutskiy48576402007-02-13 17:11:10 +02002822UNSORTED BLOCK IMAGES (UBI)
2823P: Artem Bityutskiy
2824M: dedekind@infradead.org
2825W: http://www.linux-mtd.infradead.org/
2826L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002827T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002828S: Maintained
2829
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830MICROTEK X6 SCANNER
2831P: Oliver Neukum
2832M: oliver@neukum.name
2833S: Maintained
2834
2835MIPS
2836P: Ralf Baechle
2837M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002838W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002840T: git www.linux-mips.org:/pub/scm/linux.git
2841S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842
2843MISCELLANEOUS MCA-SUPPORT
2844P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002845M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846L: linux-kernel@vger.kernel.org
2847S: Maintained
2848
2849MODULE SUPPORT
2850P: Rusty Russell
2851M: rusty@rustcorp.com.au
2852L: linux-kernel@vger.kernel.org
2853S: Maintained
2854
2855MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2856P: Stelian Pop
2857M: stelian@popies.net
2858W: http://popies.net/meye/
2859S: Maintained
2860
Pavel Pisac58ff042007-05-16 01:10:41 +02002861MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2862P: Pavel Pisa
2863M: ppisa@pikron.com
2864L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002865S: Maintained
2866
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867MOUSE AND MISC DEVICES [GENERAL]
2868P: Alessandro Rubini
2869M: rubini@ipvvis.unipv.it
2870L: linux-kernel@vger.kernel.org
2871S: Maintained
2872
Jiri Slabyb9705b62008-04-30 00:53:48 -07002873MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002874P: Jiri Slaby
2875M: jirislaby@gmail.com
2876L: linux-kernel@vger.kernel.org
2877S: Maintained
2878
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002879MSI LAPTOP SUPPORT
2880P: Lennart Poettering
2881M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002882W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002883W: http://0pointer.de/lennart/tchibo.html
2884S: Maintained
2885
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002886MULTIFUNCTION DEVICES (MFD)
2887P: Samuel Ortiz
2888M: sameo@openedhand.com
2889L: linux-kernel@vger.kernel.org
2890S: Supported
2891
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002892MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002893P: Pierre Ossman
2894M: drzeus-mmc@drzeus.cx
2895L: linux-kernel@vger.kernel.org
2896S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002897
David Brownell15a05802007-08-08 09:12:54 -07002898MULTIMEDIA CARD (MMC) ETC. OVER SPI
2899P: David Brownell
2900M: dbrownell@users.sourceforge.net
2901L: linux-kernel@vger.kernel.org
2902S: Odd fixes
2903
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904MULTISOUND SOUND DRIVER
2905P: Andrew Veliath
2906M: andrewtv@usa.net
2907S: Maintained
2908
Jiri Slabyd7354102006-12-08 02:38:35 -08002909MULTITECH MULTIPORT CARD (ISICOM)
2910P: Jiri Slaby
2911M: jirislaby@gmail.com
2912L: linux-kernel@vger.kernel.org
2913S: Maintained
2914
Brice Goglin2d3cf582008-05-17 12:45:36 +02002915MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2916P: Andrew Gallatin
2917M: gallatin@myri.com
2918P: Brice Goglin
2919M: brice@myri.com
2920L: netdev@vger.kernel.org
2921W: http://www.myri.com/scs/download-Myri10GE.html
2922S: Supported
2923
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924NATSEMI ETHERNET DRIVER (DP8381x)
2925P: Tim Hockin
2926M: thockin@hockin.org
2927S: Maintained
2928
2929NCP FILESYSTEM
2930P: Petr Vandrovec
2931M: vandrove@vc.cvut.cz
2932L: linware@sh.cvut.cz
2933S: Maintained
2934
2935NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2936P: James E.J. Bottomley
2937M: James.Bottomley@HansenPartnership.com
2938L: linux-scsi@vger.kernel.org
2939S: Maintained
2940
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002941NETEFFECT IWARP RNIC DRIVER (IW_NES)
2942P: Faisal Latif
2943M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002944P: Chien Tung
2945M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002946L: general@lists.openfabrics.org
2947W: http://www.neteffect.com
2948S: Supported
2949F: drivers/infiniband/hw/nes/
2950
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002951NETEM NETWORK EMULATOR
2952P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002953M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002954L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002955S: Maintained
2956
Jiri Slaby4a584482007-08-30 23:56:39 -07002957NETERION (S2IO) Xframe 10GbE DRIVER
2958P: Ramkrishna Vepa
2959M: ram.vepa@neterion.com
2960P: Rastapur Santosh
2961M: santosh.rastapur@neterion.com
2962P: Sivakumar Subramani
2963M: sivakumar.subramani@neterion.com
2964P: Sreenivasa Honnur
2965M: sreenivasa.honnur@neterion.com
2966L: netdev@vger.kernel.org
2967W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2968S: Supported
2969
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970NETFILTER/IPTABLES/IPCHAINS
2971P: Rusty Russell
2972P: Marc Boucher
2973P: James Morris
2974P: Harald Welte
2975P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002976P: Patrick McHardy
2977M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002978L: netfilter-devel@vger.kernel.org
2979L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002980L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981W: http://www.netfilter.org/
2982W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983S: Supported
2984
Paul Moore4cc67732006-09-25 15:57:13 -07002985NETLABEL
2986P: Paul Moore
2987M: paul.moore@hp.com
2988W: http://netlabel.sf.net
2989L: netdev@vger.kernel.org
2990S: Supported
2991
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992NETROM NETWORK LAYER
2993P: Ralf Baechle
2994M: ralf@linux-mips.org
2995L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002996W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997S: Maintained
2998
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002999NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000P: Paul Clements
3001M: Paul.Clements@steeleye.com
3002S: Maintained
3003
3004NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005P: Jeff Garzik
3006M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003007L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003008T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009S: Maintained
3010
3011NETWORKING [GENERAL]
3012P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003013M: netdev@vger.kernel.org
3014L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003015W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016S: Maintained
3017
3018NETWORKING [IPv4/IPv6]
3019P: David S. Miller
3020M: davem@davemloft.net
3021P: Alexey Kuznetsov
3022M: kuznet@ms2.inr.ac.ru
3023P: Pekka Savola (ipv6)
3024M: pekkas@netcore.fi
3025P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003026M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027P: Hideaki YOSHIFUJI
3028M: yoshfuji@linux-ipv6.org
3029P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003030M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003031L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003032T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033S: Maintained
3034
James Morris10e2ff12007-08-25 14:41:28 -07003035NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3036P: Paul Moore
3037M: paul.moore@hp.com
3038L: netdev@vger.kernel.org
3039S: Maintained
3040
John W. Linville29f8f632006-01-18 14:52:48 -08003041NETWORKING [WIRELESS]
3042P: John W. Linville
3043M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003044L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003045T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3046S: Maintained
3047
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003048NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003049P: Dhananjay Phadke
3050M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003051L: netdev@vger.kernel.org
3052W: http://www.netxen.com
3053S: Supported
3054
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055IPVS
3056P: Wensong Zhang
3057M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003058P: Simon Horman
3059M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060P: Julian Anastasov
3061M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003062L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063S: Maintained
3064
3065NFS CLIENT
3066P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003067M: Trond.Myklebust@netapp.com
3068L: linux-nfs@vger.kernel.org
3069W: http://client.linux-nfs.org
3070T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071S: Maintained
3072
3073NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003074P: Jan-Pascal van Best
3075M: janpascal@vanbest.org
3076P: Andreas Mohr
3077M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003078L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079S: Maintained
3080
3081NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3082P: YOKOTA Hiroshi
3083M: yokota@netlab.is.tsukuba.ac.jp
3084W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3085S: Maintained
3086
3087NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3088P: GOTO Masanori
3089M: gotom@debian.or.jp
3090P: YOKOTA Hiroshi
3091M: yokota@netlab.is.tsukuba.ac.jp
3092W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3093S: Maintained
3094
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095NTFS FILESYSTEM
3096P: Anton Altaparmakov
3097M: aia21@cantab.net
3098L: linux-ntfs-dev@lists.sourceforge.net
3099L: linux-kernel@vger.kernel.org
3100W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003101T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102S: Maintained
3103
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003104NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003105P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003106M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003107L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003108S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003110OPENCORES I2C BUS DRIVER
3111P: Peter Korsgaard
3112M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003113L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003114S: Maintained
3115
Mark Fashehccd979b2005-12-15 14:31:24 -08003116ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3117P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003118M: mfasheh@suse.com
3119P: Joel Becker
3120M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003121L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003122W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003123T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003124S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003125
Bob Copeland0ad122d2008-07-25 19:45:18 -07003126OMFS FILESYSTEM
3127P: Bob Copeland
3128M: me@bobcopeland.com
3129L: linux-karma-devel@lists.sourceforge.net
3130S: Maintained
3131
Harald Weltec1986ee2005-11-13 16:06:29 -08003132OMNIKEY CARDMAN 4000 DRIVER
3133P: Harald Welte
3134M: laforge@gnumonks.org
3135S: Maintained
3136
Harald Welte77c44ab2005-11-13 16:06:26 -08003137OMNIKEY CARDMAN 4040 DRIVER
3138P: Harald Welte
3139M: laforge@gnumonks.org
3140S: Maintained
3141
Jonathan Corbet77d51402007-03-22 19:44:17 -03003142OMNIVISION OV7670 SENSOR DRIVER
3143P: Jonathan Corbet
3144M: corbet@lwn.net
3145L: video4linux-list@redhat.com
3146S: Maintained
3147
Thomas Gleixner431bca72007-05-02 09:31:35 +02003148ONENAND FLASH DRIVER
3149P: Kyungmin Park
3150M: kyungmin.park@samsung.com
3151L: linux-mtd@lists.infradead.org
3152S: Maintained
3153
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154ONSTREAM SCSI TAPE DRIVER
3155P: Willem Riede
3156M: osst@riede.org
3157L: osst-users@lists.sourceforge.net
3158L: linux-scsi@vger.kernel.org
3159S: Maintained
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003162P: Robert Richter
3163M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164L: oprofile-list@lists.sf.net
3165S: Maintained
3166
3167ORINOCO DRIVER
3168P: Pavel Roskin
3169M: proski@gnu.org
3170P: David Gibson
3171M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003172L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003173L: orinoco-users@lists.sourceforge.net
3174L: orinoco-devel@lists.sourceforge.net
3175W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176S: Maintained
3177
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003178PA SEMI ETHERNET DRIVER
3179P: Olof Johansson
3180M: olof@lixom.net
3181L: netdev@vger.kernel.org
3182S: Maintained
3183
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003184PA SEMI SMBUS DRIVER
3185P: Olof Johansson
3186M: olof@lixom.net
3187L: i2c@lm-sensors.org
3188S: Maintained
3189
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003191L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003192S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193
3194PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3195P: Tim Waugh
3196M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003197L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198W: http://www.torque.net/linux-pp.html
3199S: Maintained
3200
3201PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003202P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003203M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204P: Matthew Wilcox
3205M: matthew@wil.cx
3206P: Grant Grundler
3207M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003208L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003210T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Maintained
3212
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003213PARAVIRT_OPS INTERFACE
3214P: Jeremy Fitzhardinge
3215M: jeremy@xensource.com
3216P: Chris Wright
3217M: chrisw@sous-sol.org
3218P: Zachary Amsden
3219M: zach@vmware.com
3220P: Rusty Russell
3221M: rusty@rustcorp.com.au
3222L: virtualization@lists.osdl.org
3223L: linux-kernel@vger.kernel.org
3224S: Supported
3225
Jim Cromie1662d322006-10-06 00:43:59 -07003226PC87360 HARDWARE MONITORING DRIVER
3227P: Jim Cromie
3228M: jim.cromie@gmail.com
3229L: lm-sensors@lm-sensors.org
3230S: Maintained
3231
3232PC8736x GPIO DRIVER
3233P: Jim Cromie
3234M: jim.cromie@gmail.com
3235S: Maintained
3236
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003237PCI ERROR RECOVERY
3238P: Linas Vepstas
3239M: linas@austin.ibm.com
3240L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003241L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003242S: Supported
3243
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003245P: Jesse Barnes
3246M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003248L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003249T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250S: Supported
3251
3252PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003253P: Kristen Carlson Accardi
3254M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255S: Supported
3256
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003257PCIE HOTPLUG DRIVER
3258P: Kristen Carlson Accardi
3259M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003260L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003261S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003262
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003264P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003265L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003266W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003267T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003268S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269
3270PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003271P: Don Fry
3272M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003273L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274S: Maintained
3275
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003276PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003277P: Balbir Singh
3278M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003279L: linux-kernel@vger.kernel.org
3280S: Maintained
3281
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003282PERSONALITY HANDLING
3283P: Christoph Hellwig
3284M: hch@infradead.org
3285L: linux-abi-devel@lists.sourceforge.net
3286S: Maintained
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003289P: Joern Engel
3290M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291L: linux-mtd@lists.infradead.org
3292S: Maintained
3293
Peter Osterlund249a6772005-09-27 21:45:30 -07003294PKTCDVD DRIVER
3295P: Peter Osterlund
3296M: petero2@telia.com
3297L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003298S: Maintained
3299
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003301P: Thomas Gleixner
3302M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003303L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304S: Supported
3305
Anton Vorontsov3be86142007-07-15 04:43:36 +04003306POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3307P: Anton Vorontsov
3308M: cbou@mail.ru
3309P: David Woodhouse
3310M: dwmw2@infradead.org
3311L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003312T: git git.infradead.org/battery-2.6.git
3313S: Maintained
3314
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315PNP SUPPORT
3316P: Adam Belay
3317M: ambx1@neo.rr.com
3318S: Maintained
3319
Vitaly Wool999445d2007-01-04 13:07:03 +01003320PNXxxxx I2C DRIVER
3321P: Vitaly Wool
3322M: vitalywool@gmail.com
3323L: i2c@lm-sensors.org
3324S: Maintained
3325
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326PPP PROTOCOL DRIVERS AND COMPRESSORS
3327P: Paul Mackerras
3328M: paulus@samba.org
3329L: linux-ppp@vger.kernel.org
3330S: Maintained
3331
3332PPP OVER ATM (RFC 2364)
3333P: Mitchell Blank Jr
3334M: mitch@sfgoth.com
3335S: Maintained
3336
3337PPP OVER ETHERNET
3338P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003339M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340S: Maintained
3341
James Chapmana6d23702007-06-27 15:53:17 -07003342PPP OVER L2TP
3343P: James Chapman
3344M: jchapman@katalix.com
3345S: Maintained
3346
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347PREEMPTIBLE KERNEL
3348P: Robert Love
3349M: rml@tech9.net
3350L: linux-kernel@vger.kernel.org
3351L: kpreempt-tech@lists.sourceforge.net
3352W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3353S: Supported
3354
Michael Wueff1a592007-09-25 18:11:01 -07003355P54 WIRELESS DRIVER
3356P: Michael Wu
3357M: flamingice@sourmilk.net
3358L: linux-wireless@vger.kernel.org
3359W: http://prism54.org
3360T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3361S: Maintained
3362
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003364P: Luis R. Rodriguez
3365M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003366L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367W: http://prism54.org
3368S: Maintained
3369
3370PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3371P: Peter Denison
3372M: promise@pnd-pc.demon.co.uk
3373W: http://www.pnd-pc.demon.co.uk/promise/
3374S: Maintained
3375
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003376PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3377P: Mikael Pettersson
3378M: mikpe@it.uu.se
3379L: linux-ide@vger.kernel.org
3380S: Maintained
3381
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003382PS3 NETWORK SUPPORT
3383P: Masakazu Mokuno
3384M: mokuno@sm.sony.co.jp
3385L: netdev@vger.kernel.org
3386L: cbe-oss-dev@ozlabs.org
3387S: Supported
3388
Geoff Levandf58a9d12006-11-23 00:46:51 +01003389PS3 PLATFORM SUPPORT
3390P: Geoff Levand
3391M: geoffrey.levand@am.sony.com
3392L: linuxppc-dev@ozlabs.org
3393L: cbe-oss-dev@ozlabs.org
3394S: Supported
3395
Michael Krufky83202042006-07-03 00:24:18 -07003396PVRUSB2 VIDEO4LINUX DRIVER
3397P: Mike Isely
3398M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003399L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003400L: video4linux-list@redhat.com
3401W: http://www.isely.net/pvrusb2/
3402S: Maintained
3403
Eric Miao30ec2612008-06-12 15:21:41 -07003404PXA2xx/PXA3xx SUPPORT
3405P: Eric Miao
3406M: eric.miao@marvell.com
3407P: Russell King
3408M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003409L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410S: Maintained
3411
Pierre Ossman272f1332007-05-14 21:25:26 +02003412PXA MMCI DRIVER
3413S: Orphan
3414
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415QLOGIC QLA2XXX FC-SCSI DRIVER
3416P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003417M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418L: linux-scsi@vger.kernel.org
3419S: Supported
3420
Ron Mercer5a4faa82006-07-25 00:40:21 -07003421QLOGIC QLA3XXX NETWORK DRIVER
3422P: Ron Mercer
3423M: linux-driver@qlogic.com
3424L: netdev@vger.kernel.org
3425S: Supported
3426
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427QNX4 FILESYSTEM
3428P: Anders Larsen
3429M: al@alarsen.net
3430L: linux-kernel@vger.kernel.org
3431W: http://www.alarsen.net/linux/qnx4fs/
3432S: Maintained
3433
3434RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003435P: Benjamin Herrenschmidt
3436M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003437L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438S: Maintained
3439
3440RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003441P: Paul Mackerras
3442M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003443L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444S: Maintained
3445
3446RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3447P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003448M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003449L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450S: Maintained
3451
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003452RALINK RT2X00 WLAN DRIVER
3453P: rt2x00 project
3454L: linux-wireless@vger.kernel.org
3455L: rt2400-devel@lists.sourceforge.net
3456W: http://rt2x00.serialmonkey.com/
3457S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003458T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003459F: drivers/net/wireless/rt2x00/
3460
Nick Piggin9db55792008-02-08 04:19:49 -08003461RAMDISK RAM BLOCK DEVICE DRIVER
3462P: Nick Piggin
3463M: npiggin@suse.de
3464S: Maintained
3465
Matt Mackall9e95ce22005-04-16 15:25:56 -07003466RANDOM NUMBER DRIVER
3467P: Matt Mackall
3468M: mpm@selenic.com
3469S: Maintained
3470
Matt Porter394b7012005-11-07 01:00:15 -08003471RAPIDIO SUBSYSTEM
3472P: Matt Porter
3473M: mporter@kernel.crashing.org
3474L: linux-kernel@vger.kernel.org
3475S: Maintained
3476
Florian Fainellic1f766b2008-02-06 22:39:44 +01003477RDC R-321X SoC
3478P: Florian Fainelli
3479M: florian.fainelli@telecomint.eu
3480L: linux-kernel@vger.kernel.org
3481S: Maintained
3482
Florian Fainellidb17f392007-12-19 11:30:30 +01003483RDC R6040 FAST ETHERNET DRIVER
3484P: Florian Fainelli
3485M: florian.fainelli@telecomint.eu
3486L: netdev@vger.kernel.org
3487S: Maintained
3488
Josh Triplett595182b2006-10-04 02:17:21 -07003489READ-COPY UPDATE (RCU)
3490P: Dipankar Sarma
3491M: dipankar@in.ibm.com
3492W: http://www.rdrop.com/users/paulmck/rclock/
3493L: linux-kernel@vger.kernel.org
3494S: Supported
3495
3496RCUTORTURE MODULE
3497P: Josh Triplett
3498M: josh@freedesktop.org
3499L: linux-kernel@vger.kernel.org
3500S: Maintained
3501
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502REAL TIME CLOCK DRIVER
3503P: Paul Gortmaker
3504M: p_gortmaker@yahoo.com
3505L: linux-kernel@vger.kernel.org
3506S: Maintained
3507
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003508REAL TIME CLOCK (RTC) SUBSYSTEM
3509P: Alessandro Zummo
3510M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003511L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003512S: Maintained
3513
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003515L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516S: Supported
3517
Ivo van Doorne08976452008-04-12 19:23:55 +02003518RFKILL
3519P: Ivo van Doorn
3520M: IvDoorn@gmail.com
3521L: netdev@vger.kernel.org
3522S: Maintained
3523F: net/rfkill
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525ROCKETPORT DRIVER
3526P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527W: http://www.comtrol.com
3528S: Maintained
3529
3530ROSE NETWORK LAYER
3531P: Ralf Baechle
3532M: ralf@linux-mips.org
3533L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003534W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535S: Maintained
3536
3537RISCOM8 DRIVER
3538S: Orphan
3539
Michael Wu605bebe2007-05-14 01:41:02 -04003540RTL818X WIRELESS DRIVER
3541P: Michael Wu
3542M: flamingice@sourmilk.net
3543P: Andrea Merello
3544M: andreamrl@tiscali.it
3545L: linux-wireless@vger.kernel.org
3546W: http://linuxwireless.org/
3547T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3548S: Maintained
3549
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003550S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003551P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003552M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003553L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003554S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003555
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556S390
3557P: Martin Schwidefsky
3558M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003559P: Heiko Carstens
3560M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003562L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003563W: http://www.ibm.com/developerworks/linux/linux390/
3564S: Supported
3565
3566S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003567P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003568M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003569P: Frank Blaschka
3570M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003571M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003572L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003573W: http://www.ibm.com/developerworks/linux/linux390/
3574S: Supported
3575
3576S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003577P: Christof Schmitt
3578M: christof.schmitt@de.ibm.com
3579P: Martin Peschke
3580M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003581M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003582L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003583W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584S: Supported
3585
Ursula Braundd96df22007-09-19 13:09:02 +02003586S390 IUCV NETWORK LAYER
3587P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003588M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003589M: linux390@de.ibm.com
3590L: linux-s390@vger.kernel.org
3591W: http://www.ibm.com/developerworks/linux/linux390/
3592S: Supported
3593
Ben Dooks4dde7f72008-06-30 22:40:38 +01003594S3C24XX SD/MMC Driver
3595P: Ben Dooks
3596M: ben-linux@fluff.org
3597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3598L: linux-kernel@vger.kernel.org
3599S: Supported
3600
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601SAA7146 VIDEO4LINUX-2 DRIVER
3602P: Michael Hunold
3603M: michael@mihu.de
3604W: http://www.mihu.de/linux/saa7146
3605S: Maintained
3606
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607SC1200 WDT DRIVER
3608P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003609M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610S: Maintained
3611
3612SCHEDULER
3613P: Ingo Molnar
3614M: mingo@elte.hu
3615P: Robert Love [the preemptible kernel bits]
3616M: rml@tech9.net
3617L: linux-kernel@vger.kernel.org
3618S: Maintained
3619
3620SCSI CDROM DRIVER
3621P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003622M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623L: linux-scsi@vger.kernel.org
3624W: http://www.kernel.dk
3625S: Maintained
3626
3627SCSI SG DRIVER
3628P: Doug Gilbert
3629M: dgilbert@interlog.com
3630L: linux-scsi@vger.kernel.org
3631W: http://www.torque.net/sg
3632S: Maintained
3633
3634SCSI SUBSYSTEM
3635P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003636M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003638T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003639T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3640T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641S: Maintained
3642
3643SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003644P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645M: Kai.Makisara@kolumbus.fi
3646L: linux-scsi@vger.kernel.org
3647S: Maintained
3648
3649SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003650P: Vlad Yasevich
3651M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003652P: Sridhar Samudrala
3653M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003654L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003655W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003656S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657
3658SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003659P: Jim Cromie
3660M: jim.cromie@gmail.com
3661S: Odd Fixes
3662
3663SCx200 GPIO DRIVER
3664P: Jim Cromie
3665M: jim.cromie@gmail.com
3666S: Maintained
3667
3668SCx200 HRT CLOCKSOURCE DRIVER
3669P: Jim Cromie
3670M: jim.cromie@gmail.com
3671S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672
Sascha Sommer6a369132008-07-15 14:21:29 +02003673SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3674P: Sascha Sommer
3675M: saschasommer@freenet.de
3676L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3677S: Maintained
3678
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679SECURITY CONTACT
3680P: Security Officers
3681M: security@kernel.org
3682S: Supported
3683
3684SELINUX SECURITY MODULE
3685P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003686M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003688M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003689P: Eric Paris
3690M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003692L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693W: http://www.nsa.gov/selinux
3694S: Supported
3695
Jiri Slabycef2cf02007-05-08 00:31:45 -07003696SENSABLE PHANTOM
3697P: Jiri Slaby
3698M: jirislaby@gmail.com
3699S: Maintained
3700
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701SERIAL ATA (SATA) SUBSYSTEM:
3702P: Jeff Garzik
3703M: jgarzik@pobox.com
3704L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003705T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706S: Supported
3707
3708SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3709P: Pat Gefre
3710M: pfg@sgi.com
3711L: linux-ia64@vger.kernel.org
3712S: Supported
3713
Ben Hutchings8ceee662008-04-27 12:55:59 +01003714SFC NETWORK DRIVER
3715P: Steve Hodgson
3716P: Ben Hutchings
3717P: Robert Stonehouse
3718M: linux-net-drivers@solarflare.com
3719S: Supported
3720
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721SGI VISUAL WORKSTATION 320 AND 540
3722P: Andrey Panin
3723M: pazke@donpac.ru
3724L: linux-visws-devel@lists.sf.net
3725W: http://linux-visws.sf.net
3726S: Maintained for 2.6.
3727
3728SIMTEC EB110ATX (Chalice CATS)
3729P: Ben Dooks
3730P: Vincent Sanders
3731M: support@simtec.co.uk
3732W: http://www.simtec.co.uk/products/EB110ATX/
3733S: Supported
3734
3735SIMTEC EB2410ITX (BAST)
3736P: Ben Dooks
3737P: Vincent Sanders
3738M: support@simtec.co.uk
3739W: http://www.simtec.co.uk/products/EB2410ITX/
3740S: Supported
3741
Francois Romieu92aab3c2005-07-30 13:11:18 +02003742SIS 190 ETHERNET DRIVER
3743P: Francois Romieu
3744M: romieu@fr.zoreil.com
3745L: netdev@vger.kernel.org
3746S: Maintained
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748SIS 900/7016 FAST ETHERNET DRIVER
3749P: Daniele Venzano
3750M: venza@brownhat.org
3751W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003752L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753S: Maintained
3754
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003755SIS 96X I2C/SMBUS DRIVER
3756P: Mark M. Hoffman
3757M: mhoffman@lightlink.com
3758L: lm-sensors@lm-sensors.org
3759S: Maintained
3760
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761SIS FRAMEBUFFER DRIVER
3762P: Thomas Winischhofer
3763M: thomas@winischhofer.net
3764W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003765S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766
3767SIS USB2VGA DRIVER
3768P: Thomas Winischhofer
3769M: thomas@winischhofer.net
3770W: http://www.winischhofer.at/linuxsisusbvga.shtml
3771S: Maintained
3772
Christoph Lameter415ad262007-07-26 10:40:56 -07003773SLAB ALLOCATOR
3774P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003775M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003776P: Pekka Enberg
3777M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003778P: Matt Mackall
3779M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003780L: linux-mm@kvack.org
3781S: Maintained
3782
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783SMC91x ETHERNET DRIVER
3784P: Nicolas Pitre
3785M: nico@cam.org
3786S: Maintained
3787
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003788SMSC47B397 HARDWARE MONITOR DRIVER
3789P: Mark M. Hoffman
3790M: mhoffman@lightlink.com
3791L: lm-sensors@lm-sensors.org
3792S: Maintained
3793
Ben Nizetteb54f2862008-03-13 22:27:30 +11003794SMX UIO Interface
3795P: Ben Nizette
3796M: bn@niasdigital.com
3797S: Maintained
3798
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003799SOC-CAMERA V4L2 SUBSYSTEM
3800P: Guennadi Liakhovetski
3801M: g.liakhovetski@gmx.de
3802L: video4linux-list@redhat.com
3803S: Maintained
3804
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805SOFTWARE RAID (Multiple Disks) SUPPORT
3806P: Ingo Molnar
3807M: mingo@redhat.com
3808P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003809M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003811S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812
Pavel Machek95a631e2007-07-19 01:47:42 -07003813HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814P: Pavel Machek
3815M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003816P: Rafael J. Wysocki
3817M: rjw@sisk.pl
3818L: linux-pm@lists.linux-foundation.org
3819S: Supported
3820
3821SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003822P: Len Brown
3823M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003824P: Pavel Machek
3825M: pavel@suse.cz
3826P: Rafael J. Wysocki
3827M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003828L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003829S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830
3831SONIC NETWORK DRIVER
3832P: Thomas Bogendoerfer
3833M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003834L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835S: Maintained
3836
Michael Buesch61e115a2007-09-18 15:12:50 -04003837SONICS SILICON BACKPLANE DRIVER (SSB)
3838P: Michael Buesch
3839M: mb@bu3sch.de
3840L: netdev@vger.kernel.org
3841S: Maintained
3842
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003844P: Mattia Dongili
3845M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003846L: linux-acpi@vger.kernel.org
3847W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848S: Maintained
3849
Alex Dubovbaf85322008-02-09 10:20:54 -08003850SONY MEMORYSTICK CARD SUPPORT
3851P: Alex Dubov
3852M: oakad@yahoo.com
3853L: linux-kernel@vger.kernel.org
3854W: http://tifmxx.berlios.de/
3855S: Maintained
3856
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857SOUND
3858P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003859M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003860L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861S: Maintained
3862
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003863SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3864P: Liam Girdwood
3865M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003866P: Mark Brown
3867M: broonie@opensource.wolfsonmicro.com
3868T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003869L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003870S: Supported
3871
Kumar Gala025c3982006-04-02 16:05:54 -05003872SPI SUBSYSTEM
3873P: David Brownell
3874M: dbrownell@users.sourceforge.net
3875L: spi-devel-general@lists.sourceforge.net
3876S: Maintained
3877
Arnd Bergmannb8154542008-05-16 11:10:59 +02003878SPU FILE SYSTEM
3879P: Jeremy Kerr
3880M: jk@ozlabs.org
3881L: linuxppc-dev@ozlabs.org
3882L: cbe-oss-dev@ozlabs.org
3883W: http://www.ibm.com/developerworks/power/cell/
3884S: Supported
3885
Steven Rostedt855f46a2006-08-05 12:14:50 -07003886STABLE BRANCH:
3887P: Greg Kroah-Hartman
3888M: greg@kroah.com
3889P: Chris Wright
3890M: chrisw@sous-sol.org
3891L: stable@kernel.org
3892S: Maintained
3893
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894SHARP LH SUPPORT (LH7952X & LH7A40X)
3895P: Marc Singer
3896M: elf@buici.com
3897W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003898L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899S: Maintained
3900
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003901SHPC HOTPLUG DRIVER
3902P: Kristen Carlson Accardi
3903M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003904L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003905S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003906
Pierre Ossmand129bce2006-03-24 03:18:17 -08003907SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3908P: Pierre Ossman
3909M: drzeus-sdhci@drzeus.cx
3910L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003911S: Maintained
3912
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003913SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3914P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003915M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003916L: netdev@vger.kernel.org
3917S: Maintained
3918
Chris Boot1a87d942006-07-10 04:45:34 -07003919SOEKRIS NET48XX LED SUPPORT
3920P: Chris Boot
3921M: bootc@bootc.net
3922S: Maintained
3923
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924SPARC (sparc32):
3925P: William L. Irwin
3926M: wli@holomorphy.com
3927L: sparclinux@vger.kernel.org
3928S: Maintained
3929
3930SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3931P: Roger Wolff
3932M: R.E.Wolff@BitWizard.nl
3933L: linux-kernel@vger.kernel.org ?
3934S: Supported
3935
Jim Lewis2752e402006-09-29 02:01:19 -07003936SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003937P: Ishizaki Kou
3938M: kou.ishizaki@toshiba.co.jp
3939P: Jens Osterkamp
3940M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003941L: netdev@vger.kernel.org
3942S: Supported
3943
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944SRM (Alpha) environment access
3945P: Jan-Benedict Glaw
3946M: jbglaw@lug-owl.de
3947L: linux-kernel@vger.kernel.org
3948S: Maintained
3949
3950STARFIRE/DURALAN NETWORK DRIVER
3951P: Ion Badulescu
3952M: ionut@cs.columbia.edu
3953S: Maintained
3954
3955STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3956W: http://mosquitonet.Stanford.EDU/strip.html
3957S: Unsupported ?
3958
3959STRADIS MPEG-2 DECODER DRIVER
3960P: Nathan Laredo
3961M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962W: http://www.stradis.com/
3963S: Maintained
3964
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003965SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966P: Paul Mundt
3967M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003968L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003970T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971S: Maintained
3972
3973SUN3/3X
3974P: Sam Creasey
3975M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976W: http://sammy.net/sun3/
3977S: Maintained
3978
3979SVGA HANDLING
3980P: Martin Mares
3981M: mj@ucw.cz
3982L: linux-video@atrey.karlin.mff.cuni.cz
3983S: Maintained
3984
3985SYSV FILESYSTEM
3986P: Christoph Hellwig
3987M: hch@infradead.org
3988S: Maintained
3989
Alan Cox4e688522008-04-30 00:52:11 -07003990TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003991P: Balbir Singh
3992M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003993L: linux-kernel@vger.kernel.org
3994S: Maintained
3995
Stephen Hemminger781b4562006-07-10 20:25:29 -07003996TC CLASSIFIER
3997P: Jamal Hadi Salim
3998M: hadi@cyberus.ca
3999L: netdev@vger.kernel.org
4000S: Maintained
4001
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004002TCP LOW PRIORITY MODULE
4003P: Wong Hoi Sing, Edison
4004M: hswong3i@gmail.com
4005P: Hung Hing Lun, Mike
4006M: hlhung3i@gmail.com
4007W: http://tcp-lp-mod.sourceforge.net/
4008S: Maintained
4009
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004010TEHUTI ETHERNET DRIVER
4011P: Alexander Indenbaum
4012M: baum@tehutinetworks.net
4013P: Andy Gospodarek
4014M: andy@greyhouse.net
4015L: netdev@vger.kernel.org
4016S: Supported
4017
Alan Cox4e688522008-04-30 00:52:11 -07004018Telecom Clock Driver for MCPL0010
4019P: Mark Gross
4020M: mark.gross@intel.com
4021S: Supported
4022
4023TENSILICA XTENSA PORT (xtensa):
4024P: Chris Zankel
4025M: chris@zankel.net
4026S: Maintained
4027
4028THINKPAD ACPI EXTRAS DRIVER
4029P: Henrique de Moraes Holschuh
4030M: ibm-acpi@hmh.eng.br
4031L: ibm-acpi-devel@lists.sourceforge.net
4032W: http://ibm-acpi.sourceforge.net
4033W: http://thinkwiki.org/wiki/Ibm-acpi
4034T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4035S: Maintained
4036
Alex Dubov4020f2d2006-10-04 02:15:37 -07004037TI FLASH MEDIA INTERFACE DRIVER
4038P: Alex Dubov
4039M: oakad@yahoo.com
4040S: Maintained
4041
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004042TI OMAP MMC INTERFACE DRIVER
4043P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004044M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004045W: http://linux.omap.com
4046W: http://www.muru.com/linux/omap/
4047S: Maintained
4048
Michael Buesch844dd052006-06-26 00:24:59 -07004049TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4050P: Deepak Saxena
4051M: dsaxena@plexity.net
4052S: Maintained
4053
Per Lidene86eaa32006-01-12 16:45:18 +01004054TIPC NETWORK LAYER
4055P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004056M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004057P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004058M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004059P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004060M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004061L: tipc-discussion@lists.sourceforge.net
4062W: http://tipc.sourceforge.net/
4063W: http://tipc.cslab.ericsson.net/
4064T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4065S: Maintained
4066
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067TLAN NETWORK DRIVER
4068P: Samuel Chessman
4069M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004070L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071W: http://sourceforge.net/projects/tlan/
4072S: Maintained
4073
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074TOSHIBA ACPI EXTRAS DRIVER
4075P: John Belmonte
4076M: toshiba_acpi@memebeam.org
4077W: http://memebeam.org/toys/ToshibaAcpiDriver
4078S: Maintained
4079
4080TOSHIBA SMM DRIVER
4081P: Jonathan Buzzard
4082M: jonathan@buzzard.org.uk
4083L: tlinux-users@tce.toshiba-dme.co.jp
4084W: http://www.buzzard.org.uk/toshiba/
4085S: Maintained
4086
Alan Cox4e688522008-04-30 00:52:11 -07004087TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004088P: Debora Velarde
4089M: debora@linux.vnet.ibm.com
4090P: Rajiv Andrade
4091M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004092W: http://tpmdd.sourceforge.net
4093P: Marcel Selhorst
4094M: tpm@selhorst.net
4095W: http://www.prosec.rub.de/tpm/
4096L: tpmdd-devel@lists.sourceforge.net
4097S: Maintained
4098
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004100P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004101M: trivial@kernel.org
4102L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103S: Maintained
4104
Alan Cox4e688522008-04-30 00:52:11 -07004105TTY LAYER
4106P: Alan Cox
4107M: alan@lxorguk.ukuu.org.uk
4108L: linux-kernel@vger.kernel.org
4109S: Maintained
4110
Grant Grundler740db6d2008-02-17 11:53:49 -07004111TULIP NETWORK DRIVERS
4112P: Grant Grundler
4113M: grundler@parisc-linux.org
4114P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004115M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004116L: netdev@vger.kernel.org
4117S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118
4119TUN/TAP driver
4120P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004121M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122L: vtun@office.satix.net
4123W: http://vtun.sourceforge.net/tun
4124S: Maintained
4125
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004126TURBOCHANNEL SUBSYSTEM
4127P: Maciej W. Rozycki
4128M: macro@linux-mips.org
4129S: Maintained
4130
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131U14-34F SCSI DRIVER
4132P: Dario Ballabio
4133M: ballabio_dario@emc.com
4134L: linux-scsi@vger.kernel.org
4135S: Maintained
4136
Alan Coxcc2020e2008-05-19 14:21:51 +01004137UCLINUX (AND M68KNOMMU)
4138P: Greg Ungerer
4139M: gerg@uclinux.org
4140W: http://www.uclinux.org/
4141L: uclinux-dev@uclinux.org (subscribers-only)
4142S: Maintained
4143
Alan Coxcc2020e2008-05-19 14:21:51 +01004144UCLINUX FOR RENESAS H8/300
4145P: Yoshinori Sato
4146M: ysato@users.sourceforge.jp
4147W: http://uclinux-h8.sourceforge.jp/
4148S: Supported
4149
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004151P: Jan Kara
4152M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153W: http://linux-udf.sourceforge.net
4154S: Maintained
4155
Alan Coxcc2020e2008-05-19 14:21:51 +01004156UFS FILESYSTEM
4157P: Evgeniy Dushistov
4158M: dushistov@mail.ru
4159L: linux-kernel@vger.kernel.org
4160S: Maintained
4161
4162UltraSPARC (sparc64):
4163P: David S. Miller
4164M: davem@davemloft.net
4165L: sparclinux@vger.kernel.org
4166T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4167S: Maintained
4168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169UNIFORM CDROM DRIVER
4170P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004171M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172L: linux-kernel@vger.kernel.org
4173W: http://www.kernel.dk
4174S: Maintained
4175
4176USB ACM DRIVER
4177P: Oliver Neukum
4178M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004179L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180S: Maintained
4181
Jiri Slaby6d985162008-02-06 01:37:11 -08004182USB AUERSWALD DRIVER
4183P: Wolfgang Muees
4184M: wolfgang@iksw-muees.de
4185L: linux-usb@vger.kernel.org
4186S: Maintained
4187
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188USB BLOCK DRIVER (UB ub)
4189P: Pete Zaitcev
4190M: zaitcev@redhat.com
4191L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004192L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193S: Supported
4194
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195USB CDC ETHERNET DRIVER
4196P: Greg Kroah-Hartman
4197M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004198L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199S: Maintained
4200W: http://www.kroah.com/linux-usb/
4201
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004202USB CYPRESS C67X00 DRIVER
4203P: Peter Korsgaard
4204M: jacmet@sunsite.dk
4205L: linux-usb@vger.kernel.org
4206S: Maintained
4207
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004208USB DAVICOM DM9601 DRIVER
4209P: Peter Korsgaard
4210M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004211L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004212W: http://www.linux-usb.org/usbnet
4213S: Maintained
4214
Alan Coxcc2020e2008-05-19 14:21:51 +01004215USB DIAMOND RIO500 DRIVER
4216P: Cesar Miquel
4217M: miquel@df.uba.ar
4218L: rio500-users@lists.sourceforge.net
4219W: http://rio500.sourceforge.net
4220S: Maintained
4221
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222USB EHCI DRIVER
4223P: David Brownell
4224M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004225L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004226S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227
Luca Risolia7ce08c92006-01-11 02:06:59 +00004228USB ET61X[12]51 DRIVER
4229P: Luca Risolia
4230M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004231L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004232L: video4linux-list@redhat.com
4233W: http://www.linux-projects.org
4234S: Maintained
4235
David Brownell69ae9e32006-11-14 02:03:31 -08004236USB GADGET/PERIPHERAL SUBSYSTEM
4237P: David Brownell
4238M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004239L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004240W: http://www.linux-usb.org/gadget
4241S: Maintained
4242
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004243USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004244P: Jiri Kosina
4245M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004246L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004247T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248S: Maintained
4249
Olav Kongas959eea22005-11-03 17:38:14 +02004250USB ISP116X DRIVER
4251P: Olav Kongas
4252M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004253L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004254S: Maintained
4255
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256USB KAWASAKI LSI DRIVER
4257P: Oliver Neukum
4258M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004259L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260S: Maintained
4261
4262USB MASS STORAGE DRIVER
4263P: Matthew Dharm
4264M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004265L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004266L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267S: Maintained
4268W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4269
4270USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004271P: David Brownell
4272M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004273L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004274S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004275
Matthias Urlichsba460e42005-07-14 00:33:47 -07004276USB OPTION-CARD DRIVER
4277P: Matthias Urlichs
4278M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004279L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004280S: Maintained
4281
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282USB OV511 DRIVER
4283P: Mark McClelland
4284M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004285L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286W: http://alpha.dyndns.org/ov511/
4287S: Maintained
4288
4289USB PEGASUS DRIVER
4290P: Petko Manolov
4291M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004292L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004293L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294W: http://pegasus2.sourceforge.net/
4295S: Maintained
4296
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004297USB PRINTER DRIVER (usblp)
4298P: Pete Zaitcev
4299M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004300L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004301S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302
4303USB RTL8150 DRIVER
4304P: Petko Manolov
4305M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004306L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004307L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308W: http://pegasus2.sourceforge.net/
4309S: Maintained
4310
4311USB SE401 DRIVER
4312P: Jeroen Vreeken
4313M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004314L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315W: http://www.chello.nl/~j.vreeken/se401/
4316S: Maintained
4317
Alan Cox4e688522008-04-30 00:52:11 -07004318USB SERIAL BELKIN F5U103 DRIVER
4319P: William Greathouse
4320M: wgreathouse@smva.com
4321L: linux-usb@vger.kernel.org
4322S: Maintained
4323
4324USB SERIAL CYPRESS M8 DRIVER
4325P: Lonnie Mendez
4326M: dignome@gmail.com
4327L: linux-usb@vger.kernel.org
4328S: Maintained
4329W: http://geocities.com/i0xox0i
4330W: http://firstlight.net/cvs
4331
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332USB SERIAL CYBERJACK DRIVER
4333P: Matthias Bruestle and Harald Welte
4334M: support@reiner-sct.com
4335W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4336S: Maintained
4337
4338USB SERIAL DIGI ACCELEPORT DRIVER
4339P: Peter Berger and Al Borchers
4340M: pberger@brimson.com
4341M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004342L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343S: Maintained
4344
4345USB SERIAL DRIVER
4346P: Greg Kroah-Hartman
4347M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004348L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349S: Supported
4350
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4352P: Gary Brubaker
4353M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004354L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355S: Maintained
4356
4357USB SERIAL KEYSPAN DRIVER
4358P: Greg Kroah-Hartman
4359M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004360L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361W: http://www.kroah.com/linux/
4362S: Maintained
4363
4364USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004365P: Support Department
4366M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004367L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368W: http://www.connecttech.com
4369S: Supported
4370
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004371USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372P: Luca Risolia
4373M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004374L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004375L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376W: http://www.linux-projects.org
4377S: Maintained
4378
4379USB SUBSYSTEM
4380P: Greg Kroah-Hartman
4381M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004382L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004384T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385S: Supported
4386
4387USB UHCI DRIVER
4388P: Alan Stern
4389M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004390L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004391S: Maintained
4392
David Brownell69ae9e32006-11-14 02:03:31 -08004393USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394P: David Brownell
4395M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004396L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004397W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398S: Maintained
4399
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004400USB VIDEO CLASS
4401P: Laurent Pinchart
4402M: laurent.pinchart@skynet.be
4403L: linx-uvc-devel@berlios.de
4404L: video4linux-list@redhat.com
4405W: http://linux-uvc.berlios.de
4406S: Maintained
4407
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408USB W996[87]CF DRIVER
4409P: Luca Risolia
4410M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004411L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004412L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413W: http://www.linux-projects.org
4414S: Maintained
4415
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004416USB WIRELESS RNDIS DRIVER (rndis_wlan)
4417P: Jussi Kivilinna
4418M: jussi.kivilinna@mbnet.fi
4419L: linux-wireless@vger.kernel.org
4420S: Maintained
4421
Luca Risolia60f78052006-02-06 16:29:35 +00004422USB ZC0301 DRIVER
4423P: Luca Risolia
4424M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004425L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004426L: video4linux-list@redhat.com
4427W: http://www.linux-projects.org
4428S: Maintained
4429
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430USB ZD1201 DRIVER
4431P: Jeroen Vreeken
4432M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004433L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434W: http://linux-lc100020.sourceforge.net
4435S: Maintained
4436
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004437USB ZR364XX DRIVER
4438P: Antoine Jacquet
4439M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004440L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004441L: video4linux-list@redhat.com
4442W: http://royale.zerezo.com/zr364xx/
4443S: Maintained
4444
Linus Torvalds1da177e2005-04-16 15:20:36 -07004445USER-MODE LINUX
4446P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004447M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448L: user-mode-linux-devel@lists.sourceforge.net
4449L: user-mode-linux-user@lists.sourceforge.net
4450W: http://user-mode-linux.sourceforge.net
4451S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004452
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004453USERSPACE I/O (UIO)
4454P: Hans J. Koch
4455M: hjk@linutronix.de
4456P: Greg Kroah-Hartman
4457M: gregkh@suse.de
4458L: linux-kernel@vger.kernel.org
4459S: Maintained
4460
Karel Zakf899b0a2008-05-23 13:04:21 -07004461UTIL-LINUX-NG PACKAGE
4462P: Karel Zak
4463M: kzak@redhat.com
4464L: util-linux-ng@vger.kernel.org
4465W: http://kernel.org/~kzak/util-linux-ng/
4466T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4467S: Maintained
4468
Alan Cox4e688522008-04-30 00:52:11 -07004469VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470P: OGAWA Hirofumi
4471M: hirofumi@mail.parknet.co.jp
4472L: linux-kernel@vger.kernel.org
4473S: Maintained
4474
Linus Torvalds1da177e2005-04-16 15:20:36 -07004475VIA RHINE NETWORK DRIVER
4476P: Roger Luethi
4477M: rl@hellgate.ch
4478S: Maintained
4479
Jean Delvare32c0a522005-09-22 21:47:58 +02004480VIAPRO SMBUS DRIVER
4481P: Jean Delvare
4482M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004483L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004484S: Maintained
4485
Francois Romieu01f20732007-01-26 00:57:17 -08004486VIA VELOCITY NETWORK DRIVER
4487P: Francois Romieu
4488M: romieu@fr.zoreil.com
4489L: netdev@vger.kernel.org
4490S: Maintained
4491
Linus Torvalds1da177e2005-04-16 15:20:36 -07004492VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004493P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004494M: mchehab@infradead.org
4495M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004497W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004498T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004499S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500
Patrick McHardybe7f8272007-10-23 20:26:36 -07004501VLAN (802.1Q)
4502P: Patrick McHardy
4503M: kaber@trash.net
4504L: netdev@vger.kernel.org
4505S: Maintained
4506
Juerg Haefligerab413192006-09-24 20:54:04 +02004507VT1211 HARDWARE MONITOR DRIVER
4508P: Juerg Haefliger
4509M: juergh@gmail.com
4510L: lm-sensors@lm-sensors.org
4511S: Maintained
4512
Roger Lucas1de9e372005-11-26 20:20:05 +01004513VT8231 HARDWARE MONITOR DRIVER
4514P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004515M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004516L: lm-sensors@lm-sensors.org
4517S: Maintained
4518
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519W1 DALLAS'S 1-WIRE BUS
4520P: Evgeniy Polyakov
4521M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522S: Maintained
4523
Charles Spirakis13927072006-07-05 18:05:15 +02004524W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004525P: Marc Hulsman
4526M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004527L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004528S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004529
Rudolf Marek61db0112006-12-12 18:18:30 +01004530W83793 HARDWARE MONITORING DRIVER
4531P: Rudolf Marek
4532M: r.marek@assembler.cz
4533L: lm-sensors@lm-sensors.org
4534S: Maintained
4535
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536W83L51xD SD/MMC CARD INTERFACE DRIVER
4537P: Pierre Ossman
4538M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004539L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540S: Maintained
4541
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004542WATCHDOG DEVICE DRIVERS
4543P: Wim Van Sebroeck
4544M: wim@iguana.be
4545T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4546S: Maintained
4547
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4549P: Jean Tourrilhes
4550M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004551L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4553S: Maintained
4554
4555WD7000 SCSI DRIVER
4556P: Miroslav Zagorac
4557M: zaga@fly.cc.fer.hr
4558L: linux-scsi@vger.kernel.org
4559S: Maintained
4560
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004561WISTRON LAPTOP BUTTON DRIVER
4562P: Miloslav Trmac
4563M: mitr@volny.cz
4564S: Maintained
4565
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566WL3501 WIRELESS PCMCIA CARD DRIVER
4567P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004568M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004569L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004570W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571S: Maintained
4572
Mark Brownfebf1df2008-04-02 00:51:09 -04004573WM97XX TOUCHSCREEN DRIVERS
4574P: Mark Brown
4575M: broonie@opensource.wolfsonmicro.com
4576P: Liam Girdwood
4577M: liam.girdwood@wolfsonmicro.com
4578L: linux-input@vger.kernel.org
4579T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4580W: http://opensource.wolfsonmicro.com/node/7
4581S: Supported
4582
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583X.25 NETWORK LAYER
4584P: Henner Eisen
4585M: eis@baty.hanse.de
4586L: linux-x25@vger.kernel.org
4587S: Maintained
4588
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004589XEN HYPERVISOR INTERFACE
4590P: Jeremy Fitzhardinge
4591M: jeremy@xensource.com
4592P: Chris Wright
4593M: chrisw@sous-sol.org
4594L: virtualization@lists.osdl.org
4595L: xen-devel@lists.xensource.com
4596S: Supported
4597
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598XFS FILESYSTEM
4599P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004600P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004602L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004604T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605S: Supported
4606
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004607XILINX SYSTEMACE DRIVER
4608P: Grant Likely
4609M: grant.likely@secretlab.ca
4610W: http://www.secretlab.ca/
4611L: linux-kernel@vger.kernel.org
4612S: Maintained
4613
Peter Korsgaard238b8722006-12-06 20:35:17 -08004614XILINX UARTLITE SERIAL DRIVER
4615P: Peter Korsgaard
4616M: jacmet@sunsite.dk
4617L: linux-serial@vger.kernel.org
4618S: Maintained
4619
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004620X86 ARCHITECTURE (32-BIT AND 64-BIT)
4621P: Thomas Gleixner
4622M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623P: Ingo Molnar
4624M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004625P: H. Peter Anvin
4626M: hpa@zytor.com
4627L: linux-kernel@vger.kernel.org
4628T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004629S: Maintained
4630
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631YAM DRIVER FOR AX.25
4632P: Jean-Paul Roubelat
4633M: jpr@f6fbb.org
4634L: linux-hams@vger.kernel.org
4635S: Maintained
4636
Henkaf64a5e2005-10-12 15:02:56 +02004637YEALINK PHONE DRIVER
4638P: Henk Vergonet
4639M: Henk.Vergonet@gmail.com
4640L: usbb2k-api-dev@nongnu.org
4641S: Maintained
4642
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643Z8530 DRIVER FOR AX.25
4644P: Joerg Reuter
4645M: jreuter@yaina.de
4646W: http://yaina.de/jreuter/
4647W: http://www.qsl.net/dl1bke/
4648L: linux-hams@vger.kernel.org
4649S: Maintained
4650
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004651ZD1211RW WIRELESS DRIVER
4652P: Daniel Drake
4653M: dsd@gentoo.org
4654P: Ulrich Kunitz
4655M: kune@deine-taler.de
4656W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004657L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004658L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4659S: Maintained
4660
Linus Torvalds1da177e2005-04-16 15:20:36 -07004661ZF MACHZ WATCHDOG
4662P: Fernando Fuganti
4663M: fuganti@netbank.com.br
4664W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4665S: Maintained
4666
4667ZR36067 VIDEO FOR LINUX DRIVER
4668P: Ronald Bultje
4669M: rbultje@ronald.bitfreak.net
4670L: mjpeg-users@lists.sourceforge.net
4671W: http://mjpeg.sourceforge.net/driver-zoran/
4672S: Maintained
4673
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004674ZS DECSTATION Z85C30 SERIAL DRIVER
4675P: Maciej W. Rozycki
4676M: macro@linux-mips.org
4677S: Maintained
4678
Linus Torvalds1da177e2005-04-16 15:20:36 -07004679THE REST
4680P: Linus Torvalds
4681S: Buried alive in reporters