blob: 45b26e78bbcda618305b697b2ef79137e75e7b80 [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
Sascha Hauer86183a52008-07-24 23:50:35 +0200505ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
506P: Sascha Hauer
507M: kernel@pengutronix.de
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800511ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100517ARM/GUMSTIX MACHINE SUPPORT
518P: Steve Sakoman
519M: sakoman@gmail.com
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100523ARM/HP JORNADA 7XX MACHINE SUPPORT
524P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100525M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100526W: www.jlime.com
527S: Maintained
528
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529ARM/INTEL IOP32X ARM ARCHITECTURE
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100532P: Dan Williams
533M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100535S: Supported
536
537ARM/INTEL IOP33X ARM ARCHITECTURE
538P: Dan Williams
539M: dan.j.williams@intel.com
540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800542
543ARM/INTEL IOP13XX ARM ARCHITECTURE
544P: Lennert Buytenhek
545M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100546P: Dan Williams
547M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800548L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100549S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800550
551ARM/INTEL IQ81342EX MACHINE SUPPORT
552P: Lennert Buytenhek
553M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100554P: Dan Williams
555M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100557S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800558
559ARM/INTEL IXP2000 ARM ARCHITECTURE
560P: Lennert Buytenhek
561M: kernel@wantstofly.org
562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563S: Maintained
564
565ARM/INTEL IXDP2850 MACHINE SUPPORT
566P: Lennert Buytenhek
567M: kernel@wantstofly.org
568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S: Maintained
570
571ARM/INTEL IXP23XX ARM ARCHITECTURE
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S: Maintained
576
577ARM/INTEL XSC3 (MANZANO) ARM CORE
578P: Lennert Buytenhek
579M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100580P: Dan Williams
581M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100583S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800584
585ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
586P: Lennert Buytenhek
587M: kernel@wantstofly.org
588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589S: Maintained
590
591ARM/LOGICPD PXA270 MACHINE SUPPORT
592P: Lennert Buytenhek
593M: kernel@wantstofly.org
594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
595S: Maintained
596
Dirk Opfer8459c152005-11-06 14:27:52 +0000597ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100598P: Dmitry Baryshkov
599M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000600P: Dirk Opfer
601M: dirk@opfer-online.de
602S: Maintained
603
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100604ARM/PALMTX SUPPORT
605P: Marek Vasut
606M: marek.vasut@gmail.com
607W: http://hackndev.com
608S: Maintained
609
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610ARM/PLEB SUPPORT
611P: Peter Chubb
612M: pleb@gelato.unsw.edu.au
613W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
614S: Maintained
615
616ARM/PT DIGITAL BOARD PORT
617P: Stefan Eletzhofer
618M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700619L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620W: http://www.arm.linux.org.uk/
621S: Maintained
622
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800623ARM/RADISYS ENP2611 MACHINE SUPPORT
624P: Lennert Buytenhek
625M: kernel@wantstofly.org
626L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
627S: Maintained
628
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629ARM/SHARK MACHINE SUPPORT
630P: Alexander Schulz
631M: alex@shark-linux.de
632W: http://www.shark-linux.de/shark.html
633S: Maintained
634
635ARM/STRONGARM110 PORT
636P: Russell King
637M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700638L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639W: http://www.arm.linux.org.uk/
640S: Maintained
641
642ARM/S3C2410 ARM ARCHITECTURE
643P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800644M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700645L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646W: http://www.fluff.org/ben/linux/
647S: Maintained
648
649ARM/S3C2440 ARM ARCHITECTURE
650P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800651M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700652L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653W: http://www.fluff.org/ben/linux/
654S: Maintained
655
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800656ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
657P: Lennert Buytenhek
658M: kernel@wantstofly.org
659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
660S: Maintained
661
662ARM/THECUS N2100 MACHINE SUPPORT
663P: Lennert Buytenhek
664M: kernel@wantstofly.org
665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
666S: Maintained
667
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668ARPD SUPPORT
669P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700670L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671S: Maintained
672
673ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500674P: Corentin Chary
675M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676P: Karol Kozimor
677M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678L: acpi4asus-user@lists.sourceforge.net
679W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500680W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681S: Maintained
682
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400683ASUS ASB100 HARDWARE MONITOR DRIVER
684P: Mark M. Hoffman
685M: mhoffman@lightlink.com
686L: lm-sensors@lm-sensors.org
687S: Maintained
688
Corentin Chary85091b72007-01-26 14:04:30 +0100689ASUS LAPTOP EXTRAS DRIVER
690P: Corentin Chary
691M: corentincj@iksaif.net
692L: acpi4asus-user@lists.sourceforge.net
693W: http://sourceforge.net/projects/acpi4asus
694W: http://xf.iksaif.net/acpi4asus
695S: Maintained
696
Dan Williamsb3e5f262007-08-07 10:26:35 -0700697ASYNCHRONOUS TRANSFERS/TRANSFORMS API
698P: Dan Williams
699M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100700P: Maciej Sosnowski
701M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700702L: linux-kernel@vger.kernel.org
703W: http://sourceforge.net/projects/xscaleiop
704S: Supported
705
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706ATA OVER ETHERNET DRIVER
707P: Ed L. Cashin
708M: ecashin@coraid.com
709W: http://www.coraid.com/support/linux
710S: Supported
711
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200712ATHEROS ATH5K WIRELESS DRIVER
713P: Jiri Slaby
714M: jirislaby@gmail.com
715P: Nick Kossifidis
716M: mickflemm@gmail.com
717P: Luis R. Rodriguez
718M: mcgrof@gmail.com
719L: linux-wireless@vger.kernel.org
720L: ath5k-devel@lists.ath5k.org
721S: Maintained
722
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700723ATHEROS ATH9K WIRELESS DRIVER
724P: Luis R. Rodriguez
725M: lrodriguez@atheros.com
726P: Jouni Malinen
727M: jmalinen@atheros.com
728L: linux-wireless@vger.kernel.org
729L: ath9k-devel@lists.ath9k.org
730S: Supported
731
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000732ATI_REMOTE2 DRIVER
733P: Ville Syrjala
734M: syrjala@sci.fi
735S: Maintained
736
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600737ATL1 ETHERNET DRIVER
738P: Jay Cliburn
739M: jcliburn@gmail.com
740P: Chris Snook
741M: csnook@redhat.com
742L: atl1-devel@lists.sourceforge.net
743W: http://sourceforge.net/projects/atl1
744W: http://atl1.sourceforge.net
745S: Maintained
746
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747ATM
748P: Chas Williams
749M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700750L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751W: http://linux-atm.sourceforge.net
752S: Maintained
753
Pierre Ossman272f1332007-05-14 21:25:26 +0200754ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200755P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800756M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200757L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
758W: http://www.atmel.com/products/AT91/
759W: http://www.at91.com/
760S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200761
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800762ATMEL AT91 / AT32 SERIAL DRIVER
763P: Haavard Skinnemoen
764M: hskinnemoen@atmel.com
765L: linux-kernel@vger.kernel.org
766S: Supported
767
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800768ATMEL LCDFB DRIVER
769P: Nicolas Ferre
770M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800771L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800772S: Maintained
773
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100774ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100775P: Haavard Skinnemoen
776M: hskinnemoen@atmel.com
777S: Supported
778
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800779ATMEL SPI DRIVER
780P: Haavard Skinnemoen
781M: hskinnemoen@atmel.com
782S: Supported
783
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700784ATMEL USBA UDC DRIVER
785P: Haavard Skinnemoen
786M: hskinnemoen@atmel.com
787L: kernel@avr32linux.org
788W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
789S: Supported
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791ATMEL WIRELESS DRIVER
792P: Simon Kelley
793M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700794L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795W: http://www.thekelleys.org.uk/atmel
796W: http://atmelwlandriver.sourceforge.net/
797S: Maintained
798
Chris Wrighta92b7b82005-07-07 18:12:23 -0700799AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400800P: Al Viro
801M: viro@zeniv.linux.org.uk
802P: Eric Paris
803M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700804L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100805W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400806T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700807S: Maintained
808
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800809AUXILIARY DISPLAY DRIVERS
810P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700811M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800812L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700813W: http://miguelojeda.es/auxdisplay.htm
814W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800815S: Maintained
816
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700817AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700818P: Haavard Skinnemoen
819M: hskinnemoen@atmel.com
820W: http://www.atmel.com/products/AVR32/
821W: http://avr32linux.org/
822W: http://avrfreaks.net/
823S: Supported
824
825AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700826P: Haavard Skinnemoen
827M: hskinnemoen@atmel.com
828S: Supported
829
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830AX.25 NETWORK LAYER
831P: Ralf Baechle
832M: ralf@linux-mips.org
833L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200834W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835S: Maintained
836
Richard Purdie300abeb2007-02-07 22:21:07 +0000837BACKLIGHT CLASS/SUBSYSTEM
838P: Richard Purdie
839M: rpurdie@rpsys.net
840S: Maintained
841
Bryan Wu1394f032007-05-06 14:50:22 -0700842BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800843P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800844M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800845L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
846W: http://blackfin.uclinux.org
847S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700848
Bryan Wue190d6b2007-07-17 14:43:44 +0800849BLACKFIN EMAC DRIVER
850P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800851M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800852L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
853W: http://blackfin.uclinux.org
854S: Supported
855
Mike Frysinger566da5b2007-06-11 15:31:30 +0800856BLACKFIN RTC DRIVER
857P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800858M: vapier.adi@gmail.com
859L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
860W: http://blackfin.uclinux.org
861S: Supported
862
Bryan Wu1394f032007-05-06 14:50:22 -0700863BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800864P: Sonic Zhang
865M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800866L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
867W: http://blackfin.uclinux.org
868S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700869
Bryan Wu1e6d3202007-07-15 02:50:02 +0800870BLACKFIN WATCHDOG DRIVER
871P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800872M: vapier.adi@gmail.com
873L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
874W: http://blackfin.uclinux.org
875S: Supported
876
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877BAYCOM/HDLCDRV DRIVERS FOR AX.25
878P: Thomas Sailer
879M: t.sailer@alumni.ethz.ch
880L: linux-hams@vger.kernel.org
881W: http://www.baycom.org/~tom/ham/ham.html
882S: Maintained
883
Michael Buesche4d6b792007-09-18 15:39:42 -0400884B43 WIRELESS DRIVER
885P: Michael Buesch
886M: mb@bu3sch.de
887P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100888M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400889L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100890W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400891S: Maintained
892
Larry Finger75388ac2007-09-25 16:46:54 -0700893B43LEGACY WIRELESS DRIVER
894P: Larry Finger
895M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100896P: Stefano Brivio
897M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700898L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100899W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700900S: Maintained
901
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902BEFS FILE SYSTEM
903P: Sergey S. Kostyliov
904M: rathamahata@php4.ru
905L: linux-kernel@vger.kernel.org
906S: Maintained
907
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908BFS FILE SYSTEM
909P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800910M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911L: linux-kernel@vger.kernel.org
912S: Maintained
913
Bryan Wud24ecfc2007-05-01 23:26:32 +0200914BLACKFIN I2C TWI DRIVER
915P: Sonic Zhang
916M: sonic.zhang@analog.com
917L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
918W: http://blackfin.uclinux.org/
919S: Supported
920
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921BLOCK LAYER
922P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200923M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800925T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926S: Maintained
927
Joern Engel2b54aae2008-02-06 01:38:02 -0800928BLOCK2MTD DRIVER
929P: Joern Engel
930M: joern@lazybastard.org
931L: linux-mtd@lists.infradead.org
932S: Maintained
933
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934BLUETOOTH SUBSYSTEM
935P: Marcel Holtmann
936M: marcel@holtmann.org
937P: Maxim Krasnyansky
938M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700939L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940W: http://bluez.sf.net
941W: http://www.bluez.org
942W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800943T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944S: Maintained
945
946BLUETOOTH RFCOMM LAYER
947P: Marcel Holtmann
948M: marcel@holtmann.org
949P: Maxim Krasnyansky
950M: maxk@qualcomm.com
951S: Maintained
952
953BLUETOOTH BNEP LAYER
954P: Marcel Holtmann
955M: marcel@holtmann.org
956P: Maxim Krasnyansky
957M: maxk@qualcomm.com
958S: Maintained
959
960BLUETOOTH CMTP LAYER
961P: Marcel Holtmann
962M: marcel@holtmann.org
963S: Maintained
964
965BLUETOOTH HIDP LAYER
966P: Marcel Holtmann
967M: marcel@holtmann.org
968S: Maintained
969
970BLUETOOTH HCI UART DRIVER
971P: Marcel Holtmann
972M: marcel@holtmann.org
973P: Maxim Krasnyansky
974M: maxk@qualcomm.com
975S: Maintained
976
977BLUETOOTH HCI USB DRIVER
978P: Marcel Holtmann
979M: marcel@holtmann.org
980P: Maxim Krasnyansky
981M: maxk@qualcomm.com
982S: Maintained
983
984BLUETOOTH HCI BCM203X DRIVER
985P: Marcel Holtmann
986M: marcel@holtmann.org
987S: Maintained
988
989BLUETOOTH HCI BPA10X DRIVER
990P: Marcel Holtmann
991M: marcel@holtmann.org
992S: Maintained
993
994BLUETOOTH HCI BFUSB DRIVER
995P: Marcel Holtmann
996M: marcel@holtmann.org
997S: Maintained
998
999BLUETOOTH HCI DTL1 DRIVER
1000P: Marcel Holtmann
1001M: marcel@holtmann.org
1002S: Maintained
1003
1004BLUETOOTH HCI BLUECARD DRIVER
1005P: Marcel Holtmann
1006M: marcel@holtmann.org
1007S: Maintained
1008
1009BLUETOOTH HCI BT3C DRIVER
1010P: Marcel Holtmann
1011M: marcel@holtmann.org
1012S: Maintained
1013
1014BLUETOOTH HCI BTUART DRIVER
1015P: Marcel Holtmann
1016M: marcel@holtmann.org
1017S: Maintained
1018
1019BLUETOOTH HCI VHCI DRIVER
1020P: Maxim Krasnyansky
1021M: maxk@qualcomm.com
1022S: Maintained
1023
1024BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001025P: Jay Vosburgh
1026M: fubar@us.ibm.com
1027L: bonding-devel@lists.sourceforge.net
1028W: http://sourceforge.net/projects/bonding/
1029S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
Gary Zambrano39105892006-06-22 17:26:20 -07001031BROADCOM B44 10/100 ETHERNET DRIVER
1032P: Gary Zambrano
1033M: zambrano@broadcom.com
1034L: netdev@vger.kernel.org
1035S: Supported
1036
Michael Chan948c51e2006-06-04 02:51:39 -07001037BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1038P: Michael Chan
1039M: mchan@broadcom.com
1040L: netdev@vger.kernel.org
1041S: Supported
1042
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001043BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001044P: Eilon Greenstein
1045M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001046L: netdev@vger.kernel.org
1047S: Supported
1048
Michael Chan948c51e2006-06-04 02:51:39 -07001049BROADCOM TG3 GIGABIT ETHERNET DRIVER
1050P: Michael Chan
1051M: mchan@broadcom.com
1052L: netdev@vger.kernel.org
1053S: Supported
1054
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001055BSG (block layer generic sg v4 driver)
1056P: FUJITA Tomonori
1057M: fujita.tomonori@lab.ntt.co.jp
1058L: linux-scsi@vger.kernel.org
1059S: Supported
1060
Michael Bueschff1d5c22008-07-25 01:46:10 -07001061BT8XXGPIO DRIVER
1062P: Michael Buesch
1063M: mb@bu3sch.de
1064W: http://bu3sch.de/btgpio.php
1065S: Maintained
1066
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001068P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001069M: mchehab@infradead.org
1070M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001072W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001073T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001074S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075
Jonathan Corbet77d51402007-03-22 19:44:17 -03001076CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1077P: Jonathan Corbet
1078M: corbet@lwn.net
1079L: video4linux-list@redhat.com
1080S: Maintained
1081
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001082CAN NETWORK LAYER
1083P: Urs Thuermann
1084M: urs.thuermann@volkswagen.de
1085P: Oliver Hartkopp
1086M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001087L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001088W: http://developer.berlios.de/projects/socketcan/
1089S: Maintained
1090
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001091CALGARY x86-64 IOMMU
1092P: Muli Ben-Yehuda
1093M: muli@il.ibm.com
1094P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001095M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001096L: linux-kernel@vger.kernel.org
1097L: discuss@x86-64.org
1098S: Maintained
1099
Arnd Bergmannb8154542008-05-16 11:10:59 +02001100CELL BROADBAND ENGINE ARCHITECTURE
1101P: Arnd Bergmann
1102M: arnd@arndb.de
1103L: linuxppc-dev@ozlabs.org
1104L: cbe-oss-dev@ozlabs.org
1105W: http://www.ibm.com/developerworks/power/cell/
1106S: Supported
1107
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001108CFAG12864B LCD DRIVER
1109P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001110M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001111L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001112W: http://miguelojeda.es/auxdisplay.htm
1113W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001114S: Maintained
1115
1116CFAG12864BFB LCD FRAMEBUFFER DRIVER
1117P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001118M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001119L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001120W: http://miguelojeda.es/auxdisplay.htm
1121W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001122S: Maintained
1123
Johannes Berg704232c2007-04-23 12:20:05 -07001124CFG80211 and NL80211
1125P: Johannes Berg
1126M: johannes@sipsolutions.net
1127L: linux-wireless@vger.kernel.org
1128S: Maintained
1129
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001130CHECKPATCH
1131P: Andy Whitcroft
1132M: apw@shadowen.org
1133P: Randy Dunlap
1134M: rdunlap@xenotime.net
1135P: Joel Schopp
1136M: jschopp@austin.ibm.com
1137S: Supported
1138
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139COMMON INTERNET FILE SYSTEM (CIFS)
1140P: Steve French
1141M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001142L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001144W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001145T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001146S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147
Joel Becker7063fbf2005-12-15 14:29:43 -08001148CONFIGFS
1149P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001150M: joel.becker@oracle.com
1151L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001152S: Supported
1153
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001154CIRRUS LOGIC EP93XX ETHERNET DRIVER
1155P: Lennert Buytenhek
1156M: kernel@wantstofly.org
1157L: netdev@vger.kernel.org
1158S: Maintained
1159
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001160CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1161P: Lennert Buytenhek
1162M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001163L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001164S: Maintained
1165
Timur Tabid9e9d822008-04-24 08:45:26 +10001166CIRRUS LOGIC CS4270 SOUND DRIVER
1167P: Timur Tabi
1168M: timur@freescale.com
1169L: alsa-devel@alsa-project.org
1170S: Supported
1171
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1173P: Cirrus Logic Corporation (kernel 2.2 driver)
1174M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1175P: Nils Faerber (port to kernel 2.4)
1176M: Nils Faerber <nils@kernelconcepts.de>
1177S: Maintained
1178
1179CODA FILE SYSTEM
1180P: Jan Harkes
1181M: jaharkes@cs.cmu.edu
1182M: coda@cs.cmu.edu
1183L: codalist@coda.cs.cmu.edu
1184W: http://www.coda.cs.cmu.edu/
1185S: Maintained
1186
1187COMPACTPCI HOTPLUG CORE
1188P: Scott Murray
1189M: scottm@somanetworks.com
1190M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001191L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192S: Supported
1193
1194COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1195P: Scott Murray
1196M: scottm@somanetworks.com
1197M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001198L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199S: Supported
1200
1201COMPACTPCI HOTPLUG GENERIC DRIVER
1202P: Scott Murray
1203M: scottm@somanetworks.com
1204M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001205L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Supported
1207
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001208COMPAL LAPTOP SUPPORT
1209P: Cezary Jackiewicz
1210M: cezary.jackiewicz@gmail.com
1211S: Maintained
1212
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213COMPUTONE INTELLIPORT MULTIPORT CARD
1214P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001215M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001217S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
Simon Arlott949be0f2007-03-06 02:47:46 -08001219CONEXANT ACCESSRUNNER USB DRIVER
1220P: Simon Arlott
1221M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001222L: accessrunner-general@lists.sourceforge.net
1223W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001224S: Maintained
1225
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001226CONTROL GROUPS (CGROUPS)
1227P: Paul Menage
1228M: menage@google.com
1229L: containers@lists.linux-foundation.org
1230S: Maintained
1231
Rudolf Marekbebe4672007-05-08 17:22:02 +02001232CORETEMP HARDWARE MONITORING DRIVER
1233P: Rudolf Marek
1234M: r.marek@assembler.cz
1235L: lm-sensors@lm-sensors.org
1236S: Maintained
1237
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238COSA/SRP SYNC SERIAL DRIVER
1239P: Jan "Yenya" Kasprzak
1240M: kas@fi.muni.cz
1241W: http://www.fi.muni.cz/~kas/cosa/
1242S: Maintained
1243
1244CPU FREQUENCY DRIVERS
1245P: Dave Jones
1246M: davej@codemonkey.org.uk
1247L: cpufreq@lists.linux.org.uk
1248W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001249T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250S: Maintained
1251
1252CPUID/MSR DRIVER
1253P: H. Peter Anvin
1254M: hpa@zytor.com
1255S: Maintained
1256
Paul Jacksoned90fb42005-09-27 21:45:37 -07001257CPUSETS
1258P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001259P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001260M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001261M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001262L: linux-kernel@vger.kernel.org
1263W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001264W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001265S: Supported
1266
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001268W: http://sourceforge.net/projects/cramfs/
1269S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270
1271CRIS PORT
1272P: Mikael Starvik
1273M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001274P: Jesper Nilsson
1275M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276L: dev-etrax@axis.com
1277W: http://developer.axis.com
1278S: Maintained
1279
1280CRYPTO API
1281P: Herbert Xu
1282M: herbert@gondor.apana.org.au
1283P: David S. Miller
1284M: davem@davemloft.net
1285L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001286T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287S: Maintained
1288
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001289CS5535 Audio ALSA driver
1290P: Jaya Kumar
1291M: jayakumar.alsa@gmail.com
1292S: Maintained
1293
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001294CX18 VIDEO4LINUX DRIVER
1295P: Hans Verkuil, Andy Walls
1296M: hverkuil@xs4all.nl, awalls@radix.net
1297L: ivtv-devel@ivtvdriver.org
1298L: ivtv-users@ivtvdriver.org
1299L: video4linux-list@redhat.com
1300W: http://linuxtv.org
1301S: Maintained
1302
Steve Wisee5ec3782008-05-20 14:06:33 -07001303CXGB3 ETHERNET DRIVER (CXGB3)
1304P: Divy Le Ray
1305M: divy@chelsio.com
1306L: netdev@vger.kernel.org
1307W: http://www.chelsio.com
1308S: Supported
1309
1310CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1311P: Steve Wise
1312M: swise@chelsio.com
1313L: general@lists.openfabrics.org
1314W: http://www.openfabrics.org
1315S: Supported
1316
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317CYBERPRO FB DRIVER
1318P: Russell King
1319M: rmk@arm.linux.org.uk
1320W: http://www.arm.linux.org.uk/
1321S: Maintained
1322
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001323CYBLAFB FRAMEBUFFER DRIVER
1324P: Knut Petersen
1325M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001326L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001327S: Maintained
1328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329CYCLADES 2X SYNC CARD DRIVER
1330P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001331M: acme@ghostprotocols.net
1332W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Maintained
1334
1335CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001337S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338
1339CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001341S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343DAMA SLAVE for AX.25
1344P: Joerg Reuter
1345M: jreuter@yaina.de
1346W: http://yaina.de/jreuter/
1347W: http://www.qsl.net/dl1bke/
1348L: linux-hams@vger.kernel.org
1349S: Maintained
1350
1351DC395x SCSI driver
1352P: Oliver Neukum
1353M: oliver@neukum.name
1354P: Ali Akcaagac
1355M: aliakc@web.de
1356P: Jamie Lenehan
1357M: lenehan@twibble.org
1358W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001359L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360L: http://lists.twibble.org/mailman/listinfo/dc395x/
1361S: Maintained
1362
1363DC390/AM53C974 SCSI driver
1364P: Kurt Garloff
1365M: garloff@suse.de
1366W: http://www.garloff.de/kurt/linux/dc390/
1367P: Guennadi Liakhovetski
1368M: g.liakhovetski@gmx.de
1369S: Maintained
1370
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001371DCCP PROTOCOL
1372P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001373M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001374L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001375W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001376S: Maintained
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001379P: Christine Caulfield
1380M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381W: http://linux-decnet.sourceforge.net
1382L: linux-decnet-user@lists.sourceforge.net
1383S: Maintained
1384
1385DEFXX FDDI NETWORK DRIVER
1386P: Maciej W. Rozycki
1387M: macro@linux-mips.org
1388S: Maintained
1389
1390DELL LAPTOP SMM DRIVER
1391P: Massimo Dal Zotto
1392M: dz@debian.org
1393W: http://www.debian.org/~dz/i8k/
1394S: Maintained
1395
Doug Warzecha90563ec2005-09-06 15:17:15 -07001396DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1397P: Doug Warzecha
1398M: Douglas_Warzecha@dell.com
1399S: Maintained
1400
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001401DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402P: Alasdair Kergon
1403L: dm-devel@redhat.com
1404W: http://sources.redhat.com/dm
1405S: Maintained
1406
1407DEVICE NUMBER REGISTRY
1408P: Torben Mathiasen
1409M: device@lanana.org
1410W: http://lanana.org/docs/device-list/index.html
1411L: linux-kernel@vger.kernel.org
1412S: Maintained
1413
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414DIGI INTL. EPCA DRIVER
1415P: Digi International, Inc
1416M: Eng.Linux@digi.com
1417L: Eng.Linux@digi.com
1418W: http://www.digi.com
1419S: Orphaned
1420
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421DIRECTORY NOTIFICATION
1422P: Stephen Rothwell
1423M: sfr@canb.auug.org.au
1424L: linux-kernel@vger.kernel.org
1425S: Supported
1426
1427DISK GEOMETRY AND PARTITION HANDLING
1428P: Andries Brouwer
1429M: aeb@cwi.nl
1430W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1431W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1432W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1433S: Maintained
1434
1435DISKQUOTA:
1436P: Jan Kara
1437M: jack@suse.cz
1438L: linux-kernel@vger.kernel.org
1439S: Maintained
1440
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001441DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001442P: Christine Caulfield
1443M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001444P: David Teigland
1445M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001446L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001447W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001448T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001449S: Supported
1450
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1452P: Tobias Ringstrom
1453M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001454L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455S: Maintained
1456
Dan Williamsb3e5f262007-08-07 10:26:35 -07001457DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001458P: Maciej Sosnowski
1459M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001460P: Dan Williams
1461M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001462L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001463S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001464
Juerg Haefligerb8250372007-06-09 10:11:16 -04001465DME1737 HARDWARE MONITOR DRIVER
1466P: Juerg Haefliger
1467M: juergh@gmail.com
1468L: lm-sensors@lm-sensors.org
1469S: Maintained
1470
Martin Waitzba483d52005-06-17 13:20:59 -07001471DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001472P: Randy Dunlap
1473M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001474S: Maintained
1475
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001476DOCKING STATION DRIVER
1477P: Kristen Carlson Accardi
1478M: kristen.c.accardi@intel.com
1479L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001480S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001481
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001482DOCUMENTATION (/Documentation directory)
1483P: Michael Kerrisk
1484M: mtk.manpages@gmail.com
1485P: Randy Dunlap
1486M: rdunlap@xenotime.net
1487L: linux-doc@vger.kernel.org
1488S: Maintained
1489
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490DOUBLETALK DRIVER
1491P: James R. Van Zandt
1492M: jrv@vanzandt.mv.com
1493L: blinux-list@redhat.com
1494S: Maintained
1495
1496DRIVER CORE, KOBJECTS, AND SYSFS
1497P: Greg Kroah-Hartman
1498M: gregkh@suse.de
1499L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001500T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501S: Supported
1502
1503DRM DRIVERS
1504P: David Airlie
1505M: airlied@linux.ie
1506L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001507T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001511P: Francois Romieu
1512M: romieu@fr.zoreil.com
1513L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514S: Maintained
1515
1516DVB SUBSYSTEM AND DRIVERS
1517P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001518M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001520W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001521T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001522S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001524DZ DECSTATION DZ11 SERIAL DRIVER
1525P: Maciej W. Rozycki
1526M: macro@linux-mips.org
1527S: Maintained
1528
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529EATA-DMA SCSI DRIVER
1530P: Michael Neuffer
1531L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1532S: Maintained
1533
1534EATA ISA/EISA/PCI SCSI DRIVER
1535P: Dario Ballabio
1536M: ballabio_dario@emc.com
1537L: linux-scsi@vger.kernel.org
1538S: Maintained
1539
1540EATA-PIO SCSI DRIVER
1541P: Michael Neuffer
1542M: mike@i-Connect.Net
1543L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1544S: Maintained
1545
1546EBTABLES
1547P: Bart De Schuymer
1548M: bart.de.schuymer@pandora.be
1549L: ebtables-user@lists.sourceforge.net
1550L: ebtables-devel@lists.sourceforge.net
1551W: http://ebtables.sourceforge.net/
1552S: Maintained
1553
Michael Halcrow237fead2006-10-04 02:16:22 -07001554ECRYPT FILE SYSTEM
1555P: Mike Halcrow, Phillip Hellewell
1556M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1557L: ecryptfs-devel@lists.sourceforge.net
1558W: http://ecryptfs.sourceforge.net/
1559S: Supported
1560
Alan Coxda9bb1d2006-01-18 17:44:13 -08001561EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001562P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001563M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001564L: bluesmoke-devel@lists.sourceforge.net
1565W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001566S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001567
1568EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001569P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001570P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001571M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001572M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001573L: bluesmoke-devel@lists.sourceforge.net
1574W: bluesmoke.sourceforge.net
1575S: Maintained
1576
1577EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001578P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001579M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001580L: bluesmoke-devel@lists.sourceforge.net
1581W: bluesmoke.sourceforge.net
1582S: Maintained
1583
Douglas Thompson6bc78402007-07-19 01:50:12 -07001584EDAC-I82443BXGX
1585P: Tim Small
1586M: tim@buttersideup.com
1587L: bluesmoke-devel@lists.sourceforge.net
1588W: bluesmoke.sourceforge.net
1589S: Maintained
1590
1591EDAC-I3000
1592P: Jason Uhlenkott
1593M: juhlenko@akamai.com
1594L: bluesmoke-devel@lists.sourceforge.net
1595W: bluesmoke.sourceforge.net
1596S: Maintained
1597
1598EDAC-I5000
1599P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001600M: dougthompson@xmission.com
1601L: bluesmoke-devel@lists.sourceforge.net
1602W: bluesmoke.sourceforge.net
1603S: Maintained
1604
1605EDAC-I82975X
1606P: Ranganathan Desikan
1607P: Arvind R.
1608M: rdesikan@jetzbroadband.com
1609M: arvind@acarlab.com
1610L: bluesmoke-devel@lists.sourceforge.net
1611W: bluesmoke.sourceforge.net
1612S: Maintained
1613
1614EDAC-PASEMI
1615P: Egor Martovetsky
1616M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001617L: bluesmoke-devel@lists.sourceforge.net
1618W: bluesmoke.sourceforge.net
1619S: Maintained
1620
Dave Peterson0e438e32006-03-26 01:38:55 -08001621EDAC-R82600
1622P: Tim Small
1623M: tim@buttersideup.com
1624L: bluesmoke-devel@lists.sourceforge.net
1625W: bluesmoke.sourceforge.net
1626S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001627
Eric Coopere59f8792008-03-13 12:55:46 +01001628EEEPC LAPTOP EXTRAS DRIVER
1629P: Corentin Chary
1630M: corentincj@iksaif.net
1631L: acpi4asus-user@lists.sourceforge.net
1632W: http://sourceforge.net/projects/acpi4asus
1633S: Maintained
1634
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635EEPRO100 NETWORK DRIVER
1636P: Andrey V. Savochkin
1637M: saw@saw.sw.com.sg
1638S: Maintained
1639
Josh Triplett0bee8d22006-07-30 03:03:58 -07001640EFS FILESYSTEM
1641W: http://aeschi.ch.eu.org/efs/
1642S: Orphan
1643
Heiko J Schickfab97222006-09-22 15:22:22 -07001644EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1645P: Hoang-Nam Nguyen
1646M: hnguyen@de.ibm.com
1647P: Christoph Raisch
1648M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001649L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001650S: Supported
1651
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001652EMBEDDED LINUX
1653P: Paul Gortmaker
1654M: paul.gortmaker@windriver.com
1655P David Woodhouse
1656M: dwmw2@infradead.org
1657L: linux-embedded@vger.kernel.org
1658S: Maintained
1659
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001660EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001661P: James Smart
1662M: james.smart@emulex.com
1663L: linux-scsi@vger.kernel.org
1664W: http://sourceforge.net/projects/lpfcxxxx
1665S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001666
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667EPSON 1355 FRAMEBUFFER DRIVER
1668P: Christopher Hoover
1669M: ch@murgatroid.com, ch@hpl.hp.com
1670S: Maintained
1671
1672ETHEREXPRESS-16 NETWORK DRIVER
1673P: Philip Blundell
1674M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001675L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676S: Maintained
1677
1678ETHERNET BRIDGE
1679P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001680M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001681L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001682W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683S: Maintained
1684
1685ETHERTEAM 16I DRIVER
1686P: Mika Kuoppala
1687M: miku@iki.fi
1688S: Maintained
1689
1690EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001691L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692S: Maintained
1693
1694EXT3 FILE SYSTEM
1695P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001696M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001697L: linux-ext4@vger.kernel.org
1698S: Maintained
1699
1700EXT4 FILE SYSTEM
1701P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001702M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001703L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704S: Maintained
1705
Jean Delvaree53004e2006-01-09 23:26:14 +01001706F71805F HARDWARE MONITORING DRIVER
1707P: Jean Delvare
1708M: khali@linux-fr.org
1709L: lm-sensors@lm-sensors.org
1710S: Maintained
1711
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712FARSYNC SYNCHRONOUS DRIVER
1713P: Kevin Curtis
1714M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715W: http://www.farsite.co.uk/
1716S: Supported
1717
Akinobu Mitac5408b82007-04-23 14:41:20 -07001718FAULT INJECTION SUPPORT
1719P: Akinobu Mita
1720M: akinobu.mita@gmail.com
1721S: Supported
1722
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723FRAMEBUFFER LAYER
1724P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001725M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001726L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727W: http://linux-fbdev.sourceforge.net/
1728S: Maintained
1729
Zhang Wei173acc72008-03-01 07:42:48 -07001730FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001731P: Li Yang
1732M: leoli@freescale.com
1733P: Zhang Wei
1734M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001735L: linuxppc-embedded@ozlabs.org
1736L: linux-kernel@vger.kernel.org
1737S: Maintained
1738
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001739FREESCALE I2C CPM DRIVER
1740P: Jochen Friedrich
1741M: jochen@scram.de
1742L: linuxppc-dev@ozlabs.org
1743L: i2c@lm-sensors.org
1744S: Maintained
1745
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001746FREESCALE SOC FS_ENET DRIVER
1747P: Pantelis Antoniou
1748M: pantelis.antoniou@gmail.com
1749P: Vitaly Bordug
1750M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001751L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001752L: netdev@vger.kernel.org
1753S: Maintained
1754
Timur Tabid9e9d822008-04-24 08:45:26 +10001755FREESCALE QUICC ENGINE LIBRARY
1756P: Timur Tabi
1757M: timur@freescale.com
1758L: linuxppc-dev@ozlabs.org
1759S: Supported
1760
Li Yanga7205b32007-04-23 10:38:18 -07001761FREESCALE HIGHSPEED USB DEVICE DRIVER
1762P: Li Yang
1763M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001764L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001765L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001766S: Maintained
1767
Li Yangbeaf53b2007-05-25 13:54:02 +08001768FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1769P: Li Yang
1770M: leoli@freescale.com
1771L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001772L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001773S: Maintained
1774
Timur Tabid9e9d822008-04-24 08:45:26 +10001775FREESCALE QUICC ENGINE UCC UART DRIVER
1776P: Timur Tabi
1777M: timur@freescale.com
1778L: linuxppc-dev@ozlabs.org
1779S: Supported
1780
1781FREESCALE SOC SOUND DRIVERS
1782P: Timur Tabi
1783M: timur@freescale.com
1784L: alsa-devel@alsa-project.org
1785L: linuxppc-dev@ozlabs.org
1786S: Supported
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788FILE LOCKING (flock() and fcntl()/lockf())
1789P: Matthew Wilcox
1790M: matthew@wil.cx
1791L: linux-fsdevel@vger.kernel.org
1792S: Maintained
1793
1794FILESYSTEMS (VFS and infrastructure)
1795P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001796M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001797L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798S: Maintained
1799
Stefan Richterf148e202008-01-12 12:32:44 +01001800FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001801P: Kristian Hoegsberg, Stefan Richter
1802M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1803L: linux1394-devel@lists.sourceforge.net
1804W: http://www.linux1394.org/
1805T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1806S: Maintained
1807
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808FIRMWARE LOADER (request_firmware)
1809L: linux-kernel@vger.kernel.org
1810S: Orphan
1811
1812FPU EMULATOR
1813P: Bill Metzenthen
1814M: billm@suburbia.net
1815W: http://suburbia.net/~billm/floating-point/emulator/
1816S: Maintained
1817
1818FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1819P: Mike McLagan
1820M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001821L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822S: Maintained
1823
1824FREEVXFS FILESYSTEM
1825P: Christoph Hellwig
1826M: hch@infradead.org
1827W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1828S: Maintained
1829
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001830FTRACE
1831P: Steven Rostedt
1832M: srostedt@redhat.com
1833S: Maintained
1834
David Howells5ab7ffe2007-04-10 15:10:45 +01001835FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836P: David Howells
1837M: dhowells@redhat.com
1838S: Maintained
1839
Jonathan Woithe20b93732008-06-11 10:14:56 +09301840FUJITSU LAPTOP EXTRAS
1841P: Jonathan Woithe
1842M: jwoithe@physics.adelaide.edu.au
1843L: linux-acpi@vger.kernel.org
1844S: Maintained
1845
Miklos Szeredi04578f12005-09-09 13:10:22 -07001846FUSE: FILESYSTEM IN USERSPACE
1847P: Miklos Szeredi
1848M: miklos@szeredi.hu
1849L: fuse-devel@lists.sourceforge.net
1850W: http://fuse.sourceforge.net/
1851S: Maintained
1852
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1854P: Rik Faith
1855M: faith@cs.unc.edu
1856L: linux-scsi@vger.kernel.org
1857S: Odd fixes (e.g., new signatures)
1858
1859GDT SCSI DISK ARRAY CONTROLLER DRIVER
1860P: Achim Leubner
1861M: achim_leubner@adaptec.com
1862L: linux-scsi@vger.kernel.org
1863W: http://www.icp-vortex.com/
1864S: Supported
1865
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001866GENERIC GPIO I2C DRIVER
1867P: Haavard Skinnemoen
1868M: hskinnemoen@atmel.com
1869S: Supported
1870
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1872P: Krzysztof Halasa
1873M: khc@pm.waw.pl
1874W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1875S: Maintained
1876
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001877GFS2 FILE SYSTEM
1878P: Steven Whitehouse
1879M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001880L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001881W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001882T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1883T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001884S: Supported
1885
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001886GIGASET ISDN DRIVERS
1887P: Hansjoerg Lipp
1888M: hjlipp@web.de
1889P: Tilman Schmidt
1890M: tilman@imap.cc
1891L: gigaset307x-common@lists.sourceforge.net
1892W: http://gigaset307x.sourceforge.net/
1893S: Maintained
1894
Jean Delvare5b543962005-08-15 19:51:02 +02001895HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001896L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001897W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001898S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001899
Michael Buesch844dd052006-06-26 00:24:59 -07001900HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001901S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001902
Robert Love860e1d62005-08-31 23:57:59 -04001903HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1904P: Robert Love
1905M: rlove@rlove.org
1906M: linux-kernel@vger.kernel.org
1907W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1908S: Maintained
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910HARMONY SOUND DRIVER
1911P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001912M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001913L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914S: Maintained
1915
1916HAYES ESP SERIAL DRIVER
1917P: Andrew J. Robinson
1918M: arobinso@nyx.net
1919L: linux-kernel@vger.kernel.org
1920W: http://www.nyx.net/~arobinso
1921S: Maintained
1922
1923HFS FILESYSTEM
1924P: Roman Zippel
1925M: zippel@linux-m68k.org
1926L: linux-kernel@vger.kernel.org
1927S: Maintained
1928
1929HGA FRAMEBUFFER DRIVER
1930P: Ferenc Bakonyi
1931M: fero@drama.obuda.kando.hu
1932L: linux-nvidia@lists.surfsouth.com
1933W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1934S: Maintained
1935
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001936HID CORE LAYER
1937P: Jiri Kosina
1938M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001939L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001940T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001941S: Maintained
1942
Ingo Molnar38bed542007-02-22 09:09:34 +01001943HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1944P: Thomas Gleixner
1945M: tglx@linutronix.de
1946L: linux-kernel@vger.kernel.org
1947S: Maintained
1948
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949HIGH-SPEED SCC DRIVER FOR AX.25
1950P: Klaus Kudielka
1951M: klaus.kudielka@ieee.org
1952L: linux-hams@vger.kernel.org
1953W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1954S: Maintained
1955
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001956HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1957P: HighPoint Linux Team
1958M: linux@highpoint-tech.com
1959W: http://www.highpoint-tech.com
1960S: Supported
1961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962HIPPI
1963P: Jes Sorensen
1964M: jes@trained-monkey.org
1965L: linux-hippi@sunsite.dk
1966S: Maintained
1967
1968HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1969P: Chirag Kantharia
1970M: chirag.kantharia@hp.com
1971L: iss_storagedev@hp.com
1972S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001973
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974HEWLETT-PACKARD SMART2 RAID DRIVER
1975P: Chirag Kantharia
1976M: chirag.kantharia@hp.com
1977L: iss_storagedev@hp.com
1978S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001979
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1981P: Mike Miller
1982M: mike.miller@hp.com
1983L: iss_storagedev@hp.com
1984S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001985
Jouni Malinenff1d2762005-05-12 22:54:16 -04001986HOST AP DRIVER
1987P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001988M: j@w1.fi
1989L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001990L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001991W: http://hostap.epitest.fi/
1992S: Maintained
1993
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1995P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001996M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997S: Maintained
1998
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001999HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2000P: Carlos Corbacho
2001M: carlos@strangeworlds.co.uk
2002S: Odd Fixes
2003
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002004HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002005P: Clemens Ladisch
2006M: clemens@ladisch.de
2007S: Maintained
2008
2009HPET: i386
2010P: Venkatesh Pallipadi (Venki)
2011M: venkatesh.pallipadi@intel.com
2012S: Maintained
2013
2014HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002015P: Vojtech Pavlik
2016M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002017S: Maintained
2018
2019HPET: ACPI hpet.c
2020P: Bob Picco
2021M: bob.picco@hp.com
2022S: Maintained
2023
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024HPFS FILESYSTEM
2025P: Mikulas Patocka
2026M: mikulas@artax.karlin.mff.cuni.cz
2027W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2028S: Maintained
2029
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002030HTCPEN TOUCHSCREEN DRIVER
2031P: Pau Oliva Fora
2032M: pof@eslack.org
2033L: linux-input@vger.kernel.org
2034S: Maintained
2035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036HUGETLB FILESYSTEM
2037P: William Irwin
2038M: wli@holomorphy.com
2039S: Maintained
2040
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002041I2C/SMBUS STUB DRIVER
2042P: Mark M. Hoffman
2043M: mhoffman@lightlink.com
2044L: lm-sensors@lm-sensors.org
2045S: Maintained
2046
Jean Delvare5b543962005-08-15 19:51:02 +02002047I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002048P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002050P: Ben Dooks (embedded platforms)
2051M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002052L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002053T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054S: Maintained
2055
Till Harbaume8c76ee2007-05-01 23:26:35 +02002056I2C-TINY-USB DRIVER
2057P: Till Harbaum
2058M: till@harbaum.org
2059L: i2c@lm-sensors.org
2060T: http://www.harbaum.org/till/i2c_tiny_usb
2061S: Maintained
2062
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002064P: H. Peter Anvin
2065M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066L: Linux-Kernel@vger.kernel.org
2067S: Maintained
2068
2069i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070P: H. Peter Anvin
2071M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002072T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073S: Maintained
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075IA64 (Itanium) PLATFORM
2076P: Tony Luck
2077M: tony.luck@intel.com
2078L: linux-ia64@vger.kernel.org
2079W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002080T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081S: Maintained
2082
2083SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002084P: Jes Sorensen
2085M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086L: linux-altix@sgi.com
2087L: linux-ia64@vger.kernel.org
2088W: http://www.sgi.com/altix
2089S: Maintained
2090
2091IBM MCA SCSI SUBSYSTEM DRIVER
2092P: Michael Lang
2093M: langa2@kph.uni-mainz.de
2094W: http://www.uni-mainz.de/~langm000/linux.html
2095S: Maintained
2096
2097IBM Power Linux RAID adapter
2098P: Brian King
2099M: brking@us.ibm.com
2100S: Supported
2101
2102IBM ServeRAID RAID DRIVER
2103P: Jack Hammer
2104P: Dave Jeffery
2105M: ipslinux@adaptec.com
2106W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002107S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002109IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002111M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002113T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114S: Maintained
2115
2116IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002117P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002118M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002119L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002120S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121
2122IDE/ATAPI FLOPPY DRIVERS
2123P: Paul Bristow
2124M: Paul Bristow <paul@paulbristow.net>
2125W: http://paulbristow.net/linux/idefloppy.html
2126L: linux-kernel@vger.kernel.org
2127S: Maintained
2128
2129IDE/ATAPI TAPE DRIVERS
2130P: Gadi Oxman
2131M: Gadi Oxman <gadio@netvision.net.il>
2132L: linux-kernel@vger.kernel.org
2133S: Maintained
2134
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002135IDE-SCSI DRIVER
2136L: linux-ide@vger.kernel.org
2137L: linux-scsi@vger.kernel.org
2138S: Orphan
2139
Stefan Richterf148e202008-01-12 12:32:44 +01002140IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002142M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002143P: Stefan Richter
2144M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145L: linux1394-devel@lists.sourceforge.net
2146W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002147T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148S: Maintained
2149
Stefan Richterf51a5a92007-04-23 14:41:10 -07002150IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151P: Dan Dennedy
2152M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002153P: Stefan Richter
2154M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002156S: Maintained
2157
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002159L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002160S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161
2162INFINIBAND SUBSYSTEM
2163P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002164M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002166M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002168M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002169L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002171T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172S: Supported
2173
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002174INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002175P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002176M: dmitry.torokhov@gmail.com
2177M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002178L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002179T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180S: Maintained
2181
Robert Lovec9f04f52005-07-15 12:21:07 -04002182INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002183P: John McCutchan
2184M: ttb@tentacle.dhs.org
2185P: Robert Love
2186M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002187L: linux-kernel@vger.kernel.org
2188S: Maintained
2189
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002190INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002191P: Sylvain Meyer
2192M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002193L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002194S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002195
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002197P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002198M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002199L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002200S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202INTEL IA32 MICROCODE UPDATE SUPPORT
2203P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002204M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205S: Maintained
2206
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002207INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002208P: Maciej Sosnowski
2209M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002210L: linux-kernel@vger.kernel.org
2211S: Supported
2212
Dan Williamsb3e5f262007-08-07 10:26:35 -07002213INTEL IOP-ADMA DMA DRIVER
2214P: Dan Williams
2215M: dan.j.williams@intel.com
2216L: linux-kernel@vger.kernel.org
2217S: Supported
2218
Michael Buesch844dd052006-06-26 00:24:59 -07002219INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2220P: Deepak Saxena
2221M: dsaxena@plexity.net
2222S: Maintained
2223
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002224INTEL IXP2000 ETHERNET DRIVER
2225P: Lennert Buytenhek
2226M: kernel@wantstofly.org
2227L: netdev@vger.kernel.org
2228S: Maintained
2229
Auke Kokd94e6fe2008-03-03 14:37:47 -08002230INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002231P: Jeff Kirsher
2232M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002233P: Jesse Brandeburg
2234M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002235P: Bruce Allan
2236M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002237P: PJ Waskiewicz
2238M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002239P: John Ronciak
2240M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002241L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002242W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243S: Supported
2244
James Ketrenos826d2ab2005-11-07 18:56:59 -06002245INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002246P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002247M: yi.zhu@intel.com
2248P: James Ketrenos
2249M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002250P: Reinette Chatre
2251M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002252L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002253L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002254W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002255W: http://ipw2100.sourceforge.net
2256S: Supported
2257
2258INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002259P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002260M: yi.zhu@intel.com
2261P: James Ketrenos
2262M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002263P: Reinette Chatre
2264M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002265L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002266L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002267W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002268W: http://ipw2200.sourceforge.net
2269S: Supported
2270
Zhu Yib481de92007-09-25 17:54:57 -07002271INTEL WIRELESS WIFI LINK (iwlwifi)
2272P: Zhu Yi
2273M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002274P: Reinette Chatre
2275M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002276L: linux-wireless@vger.kernel.org
2277L: ipw3945-devel@lists.sourceforge.net
2278W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002279T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002280S: Supported
2281
Ralf Baechlecb109a02007-08-30 23:56:30 -07002282IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283P: Ralf Baechle
2284M: ralf@linux-mips.org
2285L: linux-mips@linux-mips.org
2286S: Maintained
2287
Ralf Baechlecb109a02007-08-30 23:56:30 -07002288IOC3 SERIAL DRIVER
2289P: Pat Gefre
2290M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002291L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002292S: Maintained
2293
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294IP MASQUERADING:
2295P: Juanjo Ciarlante
2296M: jjciarla@raiz.uncu.edu.ar
2297S: Maintained
2298
Francois Romieu1202d6f2007-09-17 17:13:55 -07002299IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2300P: Francois Romieu
2301M: romieu@fr.zoreil.com
2302P: Sorbica Shieh
2303M: sorbica@icplus.com.tw
2304P: Jesse Huang
2305M: jesse@icplus.com.tw
2306L: netdev@vger.kernel.org
2307S: Maintained
2308
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002309IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002310P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002311M: infinipath@qlogic.com
2312L: general@lists.openfabrics.org
2313T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002314S: Supported
2315
Corey Minyard4409ebe2006-04-20 02:43:12 -07002316IPMI SUBSYSTEM
2317P: Corey Minyard
2318M: minyard@acm.org
2319L: openipmi-developer@lists.sourceforge.net
2320W: http://openipmi.sourceforge.net/
2321S: Supported
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323IPX NETWORK LAYER
2324P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002325M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002326L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327S: Maintained
2328
David Sterba099dc4f2008-02-07 10:57:12 +01002329IPWIRELES DRIVER
2330P: Jiri Kosina
2331M: jkosina@suse.cz
2332P: David Sterba
2333M: dsterba@suse.cz
2334S: Maintained
2335T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2336
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002338P: Samuel Ortiz
2339M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002340L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002342S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343
Mike Christie14816b1e2007-11-28 16:22:06 -08002344ISCSI
2345P: Mike Christie
2346M: michaelc@cs.wisc.edu
2347L: open-iscsi@googlegroups.com
2348W: www.open-iscsi.org
2349T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2350S: Maintained
2351
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352ISAPNP
2353P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002354M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355S: Maintained
2356
2357ISDN SUBSYSTEM
2358P: Karsten Keil
2359M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002360L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002362T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363S: Maintained
2364
2365ISDN SUBSYSTEM (Eicon active card driver)
2366P: Armin Schindler
2367M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002368L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369W: http://www.melware.de
2370S: Maintained
2371
Hans Verkuil91821ff2007-12-02 09:35:33 -03002372IVTV VIDEO4LINUX DRIVER
2373P: Hans Verkuil
2374M: hverkuil@xs4all.nl
2375L: ivtv-devel@ivtvdriver.org
2376L: ivtv-users@ivtvdriver.org
2377L: video4linux-list@redhat.com
2378W: http://www.ivtvdriver.org
2379S: Maintained
2380
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2382P: David Woodhouse
2383M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002384L: linux-mtd@lists.infradead.org
2385W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Maintained
2387
Artem Bityutskiy95270562008-07-14 17:58:44 +03002388UBI FILE SYSTEM (UBIFS)
2389P: Artem Bityutskiy
2390M: dedekind@infradead.org
2391P: Adrian Hunter
2392M: ext-adrian.hunter@nokia.com
2393L: linux-mtd@lists.infradead.org
2394T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2395W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2396S: Maintained
2397
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398JFS FILESYSTEM
2399P: Dave Kleikamp
2400M: shaggy@austin.ibm.com
2401L: jfs-discussion@lists.sourceforge.net
2402W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002403T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404S: Supported
2405
Josh Triplettde456d32006-07-30 03:04:00 -07002406JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002407P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002408M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002409L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002410S: Maintained
2411
Rudolf Marek4660cb32006-10-08 22:01:26 +02002412K8TEMP HARDWARE MONITORING DRIVER
2413P: Rudolf Marek
2414M: r.marek@assembler.cz
2415L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416S: Maintained
2417
2418KCONFIG
2419P: Roman Zippel
2420M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002421L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422S: Maintained
2423
Vivek Goyalea6c2082006-05-20 14:59:55 -07002424KDUMP
2425P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002426M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002427P: Haren Myneni
2428M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002429L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002430L: linux-kernel@vger.kernel.org
2431W: http://lse.sourceforge.net/kdump/
2432S: Maintained
2433
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434KERNEL AUTOMOUNTER (AUTOFS)
2435P: H. Peter Anvin
2436M: hpa@zytor.com
2437L: autofs@linux.kernel.org
2438S: Odd Fixes
2439
2440KERNEL AUTOMOUNTER v4 (AUTOFS4)
2441P: Ian Kent
2442M: raven@themaw.net
2443L: autofs@linux.kernel.org
2444S: Maintained
2445
2446KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447P: Sam Ravnborg
2448M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002449T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2450T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002451L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002452S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453
2454KERNEL JANITORS
2455P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002456L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458S: Maintained
2459
2460KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002461P: J. Bruce Fields
2462M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002464M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002465L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002467S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468
Avi Kivity426d62e2006-12-13 00:34:03 -08002469KERNEL VIRTUAL MACHINE (KVM)
2470P: Avi Kivity
2471M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002472L: kvm@vger.kernel.org
2473W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002474S: Supported
2475
Hollis Blanchard513014b2008-04-16 23:28:08 -05002476KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2477P: Hollis Blanchard
2478M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002479L: kvm-ppc@vger.kernel.org
2480W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002481S: Supported
2482
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002483KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002484P: Anthony Xu
2485M: anthony.xu@intel.com
2486P: Xiantao Zhang
2487M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002488L: kvm-ia64@vger.kernel.org
2489W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002490S: Supported
2491
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002492KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2493P: Carsten Otte
2494M: cotte@de.ibm.com
2495P: Christian Borntraeger
2496M: borntraeger@de.ibm.com
2497M: linux390@de.ibm.com
2498L: linux-s390@vger.kernel.org
2499W: http://www.ibm.com/developerworks/linux/linux390/
2500S: Supported
2501
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002502KEXEC
2503P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002504M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002505W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002506L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002507L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002508S: Maintained
2509
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002510KGDB
2511P: Jason Wessel
2512M: jason.wessel@windriver.com
2513L: kgdb-bugreport@lists.sourceforge.net
2514S: Maintained
2515
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002516KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002517P: Ananth N Mavinakayanahalli
2518M: ananth@in.ibm.com
2519P: Anil S Keshavamurthy
2520M: anil.s.keshavamurthy@intel.com
2521P: David S. Miller
2522M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002523P: Masami Hiramatsu
2524M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002525L: linux-kernel@vger.kernel.org
2526S: Maintained
2527
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002528KS0108 LCD CONTROLLER DRIVER
2529P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002530M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002531L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002532W: http://miguelojeda.es/auxdisplay.htm
2533W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002534S: Maintained
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002538S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539
2540LASI 53c700 driver for PARISC
2541P: James E.J. Bottomley
2542M: James.Bottomley@HansenPartnership.com
2543L: linux-scsi@vger.kernel.org
2544S: Maintained
2545
Richard Purdie263de9b2006-05-15 09:44:16 -07002546LED SUBSYSTEM
2547P: Richard Purdie
2548M: rpurdie@rpsys.net
2549S: Maintained
2550
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551LEGO USB Tower driver
2552P: Juergen Stuber
2553M: starblue@users.sourceforge.net
2554L: legousb-devel@lists.sourceforge.net
2555W: http://legousb.sourceforge.net/
2556S: Maintained
2557
Rusty Russell568a17f2007-10-25 14:12:24 +10002558LGUEST
2559P: Rusty Russell
2560M: rusty@rustcorp.com.au
2561L: lguest@ozlabs.org
2562W: http://lguest.ozlabs.org/
2563S: Maintained
2564
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565LINUX FOR IBM pSERIES (RS/6000)
2566P: Paul Mackerras
2567M: paulus@au.ibm.com
2568W: http://www.ibm.com/linux/ltc/projects/ppc
2569S: Supported
2570
2571LINUX FOR NCR VOYAGER
2572P: James Bottomley
2573M: James.Bottomley@HansenPartnership.com
2574W: http://www.hansenpartnership.com/voyager
2575S: Maintained
2576
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002577LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578P: Paul Mackerras
2579M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002580P: Benjamin Herrenschmidt
2581M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582W: http://www.penguinppc.org/
2583L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002584T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585S: Supported
2586
2587LINUX FOR POWER MACINTOSH
2588P: Benjamin Herrenschmidt
2589M: benh@kernel.crashing.org
2590W: http://www.penguinppc.org/
2591L: linuxppc-dev@ozlabs.org
2592S: Maintained
2593
Grant Likely77a76362008-07-12 12:11:43 -06002594LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595P: Sylvain Munaut
2596M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002597P: Grant Likely
2598M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600S: Maintained
2601
2602LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002603P: Josh Boyer
2604M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605P: Matt Porter
2606M: mporter@kernel.crashing.org
2607W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002608L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002609T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Maintained
2611
Grant Likely260c02a2007-10-02 12:15:34 +10002612LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2613P: Grant Likely
2614M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002615W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002616L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617S: Maintained
2618
Tom Rinie93adf12005-07-26 12:49:53 -07002619LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002620P: Vitaly Bordug
2621M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002622P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002623M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002624W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002625L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002626S: Maintained
2627
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002629P: Kumar Gala
2630M: galak@kernel.crashing.org
2631W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002632L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002633S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634
Olof Johanssonab06ff32006-09-06 14:44:54 -05002635LINUX FOR POWERPC PA SEMI PWRFICIENT
2636P: Olof Johansson
2637M: olof@lixom.net
2638W: http://www.pasemi.com/
2639L: linuxppc-dev@ozlabs.org
2640S: Supported
2641
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642LLC (802.2)
2643P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002644M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645S: Maintained
2646
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647LINUX SECURITY MODULE (LSM) FRAMEWORK
2648P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002649M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002650L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002651T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652S: Supported
2653
2654LM83 HARDWARE MONITOR DRIVER
2655P: Jean Delvare
2656M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002657L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658S: Maintained
2659
2660LM90 HARDWARE MONITOR DRIVER
2661P: Jean Delvare
2662M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002663L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664S: Maintained
2665
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002666LOCKDEP AND LOCKSTAT
2667P: Peter Zijlstra
2668M: peterz@infradead.org
2669P: Ingo Molnar
2670M: mingo@redhat.com
2671L: linux-kernel@vger.kernel.org
2672T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2673S: Maintained
2674
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002675LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676P: Richard Russon (FlatCap)
2677M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002678L: linux-ntfs-dev@lists.sourceforge.net
2679W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Maintained
2681
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002682LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2683P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002684M: Eric.Moore@lsi.com
2685M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002686L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002687L: linux-scsi@vger.kernel.org
2688W: http://www.lsilogic.com/support
2689S: Supported
2690
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2692P: Matthew Wilcox
2693M: matthew@wil.cx
2694L: linux-scsi@vger.kernel.org
2695S: Maintained
2696
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002697M32R ARCHITECTURE
2698P: Hirokazu Takata
2699M: takata@linux-m32r.org
2700L: linux-m32r@ml.linux-m32r.org
2701L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2702W: http://www.linux-m32r.org/
2703S: Maintained
2704
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705M68K ARCHITECTURE
2706P: Geert Uytterhoeven
2707M: geert@linux-m68k.org
2708P: Roman Zippel
2709M: zippel@linux-m68k.org
2710L: linux-m68k@lists.linux-m68k.org
2711W: http://www.linux-m68k.org/
2712W: http://linux-m68k-cvs.ubb.ca/
2713S: Maintained
2714
2715M68K ON APPLE MACINTOSH
2716P: Joshua Thompson
2717M: funaho@jurai.org
2718W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002719L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720S: Maintained
2721
2722M68K ON HP9000/300
2723P: Philip Blundell
2724M: philb@gnu.org
2725W: http://www.tazenda.demon.co.uk/phil/linux-hp
2726S: Maintained
2727
Jiri Benc64a327a2007-05-05 11:47:08 -07002728MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002729P: Johannes Berg
2730M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002731P: Michael Wu
2732M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002733L: linux-wireless@vger.kernel.org
2734W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002735T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002736S: Maintained
2737
Stefano Brivio1036d862007-12-23 04:46:27 +01002738MAC80211 PID RATE CONTROL
2739P: Stefano Brivio
2740M: stefano.brivio@polimi.it
2741P: Mattias Nissler
2742M: mattias.nissler@gmx.de
2743L: linux-wireless@vger.kernel.org
2744W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2745T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2746S: Maintained
2747
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002748MACVLAN DRIVER
2749P: Patrick McHardy
2750M: kaber@trash.net
2751L: netdev@vger.kernel.org
2752S: Maintained
2753
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754MARVELL YUKON / SYSKONNECT DRIVER
2755P: Mirko Lindner
2756M: mlindner@syskonnect.de
2757P: Ralph Roesler
2758M: rroesler@syskonnect.de
2759W: http://www.syskonnect.com
2760S: Supported
2761
Michael Kerriskfaf16682005-07-31 22:34:47 -07002762MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002763P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002764M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002765W: http://www.kernel.org/doc/man-pages
2766S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002767
Stefano Brivio74cda162007-11-19 20:27:46 +01002768MARVELL LIBERTAS WIRELESS DRIVER
2769P: Dan Williams
2770M: dcbw@redhat.com
2771L: libertas-dev@lists.infradead.org
2772S: Maintained
2773
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002774MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002775P: Lennert Buytenhek
2776M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002777L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002778S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779
2780MATROX FRAMEBUFFER DRIVER
2781P: Petr Vandrovec
2782M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002783L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784S: Maintained
2785
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002786MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2787P: Hans J. Koch
2788M: hjk@linutronix.de
2789L: lm-sensors@lm-sensors.org
2790S: Maintained
2791
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002792MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002793P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002794M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002795S: linux-scsi@vger.kernel.org
2796W: http://megaraid.lsilogic.com
2797S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002798
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002799MEMORY MANAGEMENT
2800L: linux-mm@kvack.org
2801L: linux-kernel@vger.kernel.org
2802W: http://www.linux-mm.org
2803S: Maintained
2804
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002805MEMORY RESOURCE CONTROLLER
2806P: Balbir Singh
2807M: balbir@linux.vnet.ibm.com
2808P: Pavel Emelyanov
2809M: xemul@openvz.org
2810P: KAMEZAWA Hiroyuki
2811M: kamezawa.hiroyu@jp.fujitsu.com
2812L: linux-mm@kvack.org
2813L: linux-kernel@vger.kernel.org
2814S: Maintained
2815
David Howellsb920de12008-02-08 04:19:31 -08002816MEI MN10300/AM33 PORT
2817P: David Howells
2818M: dhowells@redhat.com
2819P: Koichi Yasutake
2820M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002821L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002822W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2823S: Maintained
2824
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002825MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826P: David Woodhouse
2827M: dwmw2@infradead.org
2828W: http://www.linux-mtd.infradead.org/
2829L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002830T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831S: Maintained
2832
Artem Bityutskiy48576402007-02-13 17:11:10 +02002833UNSORTED BLOCK IMAGES (UBI)
2834P: Artem Bityutskiy
2835M: dedekind@infradead.org
2836W: http://www.linux-mtd.infradead.org/
2837L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002838T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002839S: Maintained
2840
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841MICROTEK X6 SCANNER
2842P: Oliver Neukum
2843M: oliver@neukum.name
2844S: Maintained
2845
2846MIPS
2847P: Ralf Baechle
2848M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002849W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002851T: git www.linux-mips.org:/pub/scm/linux.git
2852S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853
2854MISCELLANEOUS MCA-SUPPORT
2855P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002856M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857L: linux-kernel@vger.kernel.org
2858S: Maintained
2859
2860MODULE SUPPORT
2861P: Rusty Russell
2862M: rusty@rustcorp.com.au
2863L: linux-kernel@vger.kernel.org
2864S: Maintained
2865
2866MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2867P: Stelian Pop
2868M: stelian@popies.net
2869W: http://popies.net/meye/
2870S: Maintained
2871
Pavel Pisac58ff042007-05-16 01:10:41 +02002872MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2873P: Pavel Pisa
2874M: ppisa@pikron.com
2875L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002876S: Maintained
2877
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878MOUSE AND MISC DEVICES [GENERAL]
2879P: Alessandro Rubini
2880M: rubini@ipvvis.unipv.it
2881L: linux-kernel@vger.kernel.org
2882S: Maintained
2883
Jiri Slabyb9705b62008-04-30 00:53:48 -07002884MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002885P: Jiri Slaby
2886M: jirislaby@gmail.com
2887L: linux-kernel@vger.kernel.org
2888S: Maintained
2889
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002890MSI LAPTOP SUPPORT
2891P: Lennart Poettering
2892M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002893W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002894W: http://0pointer.de/lennart/tchibo.html
2895S: Maintained
2896
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002897MULTIFUNCTION DEVICES (MFD)
2898P: Samuel Ortiz
2899M: sameo@openedhand.com
2900L: linux-kernel@vger.kernel.org
2901S: Supported
2902
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002903MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002904P: Pierre Ossman
2905M: drzeus-mmc@drzeus.cx
2906L: linux-kernel@vger.kernel.org
2907S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002908
David Brownell15a05802007-08-08 09:12:54 -07002909MULTIMEDIA CARD (MMC) ETC. OVER SPI
2910P: David Brownell
2911M: dbrownell@users.sourceforge.net
2912L: linux-kernel@vger.kernel.org
2913S: Odd fixes
2914
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915MULTISOUND SOUND DRIVER
2916P: Andrew Veliath
2917M: andrewtv@usa.net
2918S: Maintained
2919
Jiri Slabyd7354102006-12-08 02:38:35 -08002920MULTITECH MULTIPORT CARD (ISICOM)
2921P: Jiri Slaby
2922M: jirislaby@gmail.com
2923L: linux-kernel@vger.kernel.org
2924S: Maintained
2925
Brice Goglin2d3cf582008-05-17 12:45:36 +02002926MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2927P: Andrew Gallatin
2928M: gallatin@myri.com
2929P: Brice Goglin
2930M: brice@myri.com
2931L: netdev@vger.kernel.org
2932W: http://www.myri.com/scs/download-Myri10GE.html
2933S: Supported
2934
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935NATSEMI ETHERNET DRIVER (DP8381x)
2936P: Tim Hockin
2937M: thockin@hockin.org
2938S: Maintained
2939
2940NCP FILESYSTEM
2941P: Petr Vandrovec
2942M: vandrove@vc.cvut.cz
2943L: linware@sh.cvut.cz
2944S: Maintained
2945
2946NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2947P: James E.J. Bottomley
2948M: James.Bottomley@HansenPartnership.com
2949L: linux-scsi@vger.kernel.org
2950S: Maintained
2951
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002952NETEFFECT IWARP RNIC DRIVER (IW_NES)
2953P: Faisal Latif
2954M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002955P: Chien Tung
2956M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002957L: general@lists.openfabrics.org
2958W: http://www.neteffect.com
2959S: Supported
2960F: drivers/infiniband/hw/nes/
2961
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002962NETEM NETWORK EMULATOR
2963P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002964M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002965L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002966S: Maintained
2967
Jiri Slaby4a584482007-08-30 23:56:39 -07002968NETERION (S2IO) Xframe 10GbE DRIVER
2969P: Ramkrishna Vepa
2970M: ram.vepa@neterion.com
2971P: Rastapur Santosh
2972M: santosh.rastapur@neterion.com
2973P: Sivakumar Subramani
2974M: sivakumar.subramani@neterion.com
2975P: Sreenivasa Honnur
2976M: sreenivasa.honnur@neterion.com
2977L: netdev@vger.kernel.org
2978W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2979S: Supported
2980
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981NETFILTER/IPTABLES/IPCHAINS
2982P: Rusty Russell
2983P: Marc Boucher
2984P: James Morris
2985P: Harald Welte
2986P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002987P: Patrick McHardy
2988M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002989L: netfilter-devel@vger.kernel.org
2990L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002991L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992W: http://www.netfilter.org/
2993W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Supported
2995
Paul Moore4cc67732006-09-25 15:57:13 -07002996NETLABEL
2997P: Paul Moore
2998M: paul.moore@hp.com
2999W: http://netlabel.sf.net
3000L: netdev@vger.kernel.org
3001S: Supported
3002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003NETROM NETWORK LAYER
3004P: Ralf Baechle
3005M: ralf@linux-mips.org
3006L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003007W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008S: Maintained
3009
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003010NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011P: Paul Clements
3012M: Paul.Clements@steeleye.com
3013S: Maintained
3014
3015NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016P: Jeff Garzik
3017M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003018L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003019T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020S: Maintained
3021
3022NETWORKING [GENERAL]
3023P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003024M: netdev@vger.kernel.org
3025L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003026W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027S: Maintained
3028
3029NETWORKING [IPv4/IPv6]
3030P: David S. Miller
3031M: davem@davemloft.net
3032P: Alexey Kuznetsov
3033M: kuznet@ms2.inr.ac.ru
3034P: Pekka Savola (ipv6)
3035M: pekkas@netcore.fi
3036P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003037M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038P: Hideaki YOSHIFUJI
3039M: yoshfuji@linux-ipv6.org
3040P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003041M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003042L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003043T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044S: Maintained
3045
James Morris10e2ff12007-08-25 14:41:28 -07003046NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3047P: Paul Moore
3048M: paul.moore@hp.com
3049L: netdev@vger.kernel.org
3050S: Maintained
3051
John W. Linville29f8f632006-01-18 14:52:48 -08003052NETWORKING [WIRELESS]
3053P: John W. Linville
3054M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003055L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003056T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3057S: Maintained
3058
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003059NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003060P: Dhananjay Phadke
3061M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003062L: netdev@vger.kernel.org
3063W: http://www.netxen.com
3064S: Supported
3065
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066IPVS
3067P: Wensong Zhang
3068M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003069P: Simon Horman
3070M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071P: Julian Anastasov
3072M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003073L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003074L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075S: Maintained
3076
3077NFS CLIENT
3078P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003079M: Trond.Myklebust@netapp.com
3080L: linux-nfs@vger.kernel.org
3081W: http://client.linux-nfs.org
3082T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083S: Maintained
3084
3085NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003086P: Jan-Pascal van Best
3087M: janpascal@vanbest.org
3088P: Andreas Mohr
3089M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091S: Maintained
3092
3093NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3094P: YOKOTA Hiroshi
3095M: yokota@netlab.is.tsukuba.ac.jp
3096W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3097S: Maintained
3098
3099NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3100P: GOTO Masanori
3101M: gotom@debian.or.jp
3102P: YOKOTA Hiroshi
3103M: yokota@netlab.is.tsukuba.ac.jp
3104W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3105S: Maintained
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107NTFS FILESYSTEM
3108P: Anton Altaparmakov
3109M: aia21@cantab.net
3110L: linux-ntfs-dev@lists.sourceforge.net
3111L: linux-kernel@vger.kernel.org
3112W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003113T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114S: Maintained
3115
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003116NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003117P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003118M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003119L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003120S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003122OPENCORES I2C BUS DRIVER
3123P: Peter Korsgaard
3124M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003125L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003126S: Maintained
3127
Mark Fashehccd979b2005-12-15 14:31:24 -08003128ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3129P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003130M: mfasheh@suse.com
3131P: Joel Becker
3132M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003133L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003134W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003135T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003136S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003137
Bob Copeland0ad122d2008-07-25 19:45:18 -07003138OMFS FILESYSTEM
3139P: Bob Copeland
3140M: me@bobcopeland.com
3141L: linux-karma-devel@lists.sourceforge.net
3142S: Maintained
3143
Harald Weltec1986ee2005-11-13 16:06:29 -08003144OMNIKEY CARDMAN 4000 DRIVER
3145P: Harald Welte
3146M: laforge@gnumonks.org
3147S: Maintained
3148
Harald Welte77c44ab2005-11-13 16:06:26 -08003149OMNIKEY CARDMAN 4040 DRIVER
3150P: Harald Welte
3151M: laforge@gnumonks.org
3152S: Maintained
3153
Jonathan Corbet77d51402007-03-22 19:44:17 -03003154OMNIVISION OV7670 SENSOR DRIVER
3155P: Jonathan Corbet
3156M: corbet@lwn.net
3157L: video4linux-list@redhat.com
3158S: Maintained
3159
Thomas Gleixner431bca72007-05-02 09:31:35 +02003160ONENAND FLASH DRIVER
3161P: Kyungmin Park
3162M: kyungmin.park@samsung.com
3163L: linux-mtd@lists.infradead.org
3164S: Maintained
3165
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166ONSTREAM SCSI TAPE DRIVER
3167P: Willem Riede
3168M: osst@riede.org
3169L: osst-users@lists.sourceforge.net
3170L: linux-scsi@vger.kernel.org
3171S: Maintained
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003174P: Robert Richter
3175M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176L: oprofile-list@lists.sf.net
3177S: Maintained
3178
3179ORINOCO DRIVER
3180P: Pavel Roskin
3181M: proski@gnu.org
3182P: David Gibson
3183M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003184L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003185L: orinoco-users@lists.sourceforge.net
3186L: orinoco-devel@lists.sourceforge.net
3187W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188S: Maintained
3189
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003190PA SEMI ETHERNET DRIVER
3191P: Olof Johansson
3192M: olof@lixom.net
3193L: netdev@vger.kernel.org
3194S: Maintained
3195
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003196PA SEMI SMBUS DRIVER
3197P: Olof Johansson
3198M: olof@lixom.net
3199L: i2c@lm-sensors.org
3200S: Maintained
3201
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003203L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003204S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205
3206PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3207P: Tim Waugh
3208M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003209L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210W: http://www.torque.net/linux-pp.html
3211S: Maintained
3212
3213PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003214P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003215M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216P: Matthew Wilcox
3217M: matthew@wil.cx
3218P: Grant Grundler
3219M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003220L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003222T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223S: Maintained
3224
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003225PARAVIRT_OPS INTERFACE
3226P: Jeremy Fitzhardinge
3227M: jeremy@xensource.com
3228P: Chris Wright
3229M: chrisw@sous-sol.org
3230P: Zachary Amsden
3231M: zach@vmware.com
3232P: Rusty Russell
3233M: rusty@rustcorp.com.au
3234L: virtualization@lists.osdl.org
3235L: linux-kernel@vger.kernel.org
3236S: Supported
3237
Jim Cromie1662d322006-10-06 00:43:59 -07003238PC87360 HARDWARE MONITORING DRIVER
3239P: Jim Cromie
3240M: jim.cromie@gmail.com
3241L: lm-sensors@lm-sensors.org
3242S: Maintained
3243
3244PC8736x GPIO DRIVER
3245P: Jim Cromie
3246M: jim.cromie@gmail.com
3247S: Maintained
3248
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003249PCI ERROR RECOVERY
3250P: Linas Vepstas
3251M: linas@austin.ibm.com
3252L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003253L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003254S: Supported
3255
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003257P: Jesse Barnes
3258M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003260L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003261T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262S: Supported
3263
3264PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003265P: Kristen Carlson Accardi
3266M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267S: Supported
3268
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003269PCIE HOTPLUG DRIVER
3270P: Kristen Carlson Accardi
3271M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003272L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003273S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003276P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003277L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003278W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003279T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003280S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281
3282PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003283P: Don Fry
3284M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003285L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286S: Maintained
3287
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003288PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003289P: Balbir Singh
3290M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003291L: linux-kernel@vger.kernel.org
3292S: Maintained
3293
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003294PERSONALITY HANDLING
3295P: Christoph Hellwig
3296M: hch@infradead.org
3297L: linux-abi-devel@lists.sourceforge.net
3298S: Maintained
3299
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003301P: Joern Engel
3302M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303L: linux-mtd@lists.infradead.org
3304S: Maintained
3305
Peter Osterlund249a6772005-09-27 21:45:30 -07003306PKTCDVD DRIVER
3307P: Peter Osterlund
3308M: petero2@telia.com
3309L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003310S: Maintained
3311
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003313P: Thomas Gleixner
3314M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003315L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316S: Supported
3317
Anton Vorontsov3be86142007-07-15 04:43:36 +04003318POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3319P: Anton Vorontsov
3320M: cbou@mail.ru
3321P: David Woodhouse
3322M: dwmw2@infradead.org
3323L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003324T: git git.infradead.org/battery-2.6.git
3325S: Maintained
3326
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327PNP SUPPORT
3328P: Adam Belay
3329M: ambx1@neo.rr.com
3330S: Maintained
3331
Vitaly Wool999445d2007-01-04 13:07:03 +01003332PNXxxxx I2C DRIVER
3333P: Vitaly Wool
3334M: vitalywool@gmail.com
3335L: i2c@lm-sensors.org
3336S: Maintained
3337
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338PPP PROTOCOL DRIVERS AND COMPRESSORS
3339P: Paul Mackerras
3340M: paulus@samba.org
3341L: linux-ppp@vger.kernel.org
3342S: Maintained
3343
3344PPP OVER ATM (RFC 2364)
3345P: Mitchell Blank Jr
3346M: mitch@sfgoth.com
3347S: Maintained
3348
3349PPP OVER ETHERNET
3350P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003351M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352S: Maintained
3353
James Chapmana6d23702007-06-27 15:53:17 -07003354PPP OVER L2TP
3355P: James Chapman
3356M: jchapman@katalix.com
3357S: Maintained
3358
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359PREEMPTIBLE KERNEL
3360P: Robert Love
3361M: rml@tech9.net
3362L: linux-kernel@vger.kernel.org
3363L: kpreempt-tech@lists.sourceforge.net
3364W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3365S: Supported
3366
Michael Wueff1a592007-09-25 18:11:01 -07003367P54 WIRELESS DRIVER
3368P: Michael Wu
3369M: flamingice@sourmilk.net
3370L: linux-wireless@vger.kernel.org
3371W: http://prism54.org
3372T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3373S: Maintained
3374
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003376P: Luis R. Rodriguez
3377M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003378L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379W: http://prism54.org
3380S: Maintained
3381
3382PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3383P: Peter Denison
3384M: promise@pnd-pc.demon.co.uk
3385W: http://www.pnd-pc.demon.co.uk/promise/
3386S: Maintained
3387
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003388PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3389P: Mikael Pettersson
3390M: mikpe@it.uu.se
3391L: linux-ide@vger.kernel.org
3392S: Maintained
3393
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003394PS3 NETWORK SUPPORT
3395P: Masakazu Mokuno
3396M: mokuno@sm.sony.co.jp
3397L: netdev@vger.kernel.org
3398L: cbe-oss-dev@ozlabs.org
3399S: Supported
3400
Geoff Levandf58a9d12006-11-23 00:46:51 +01003401PS3 PLATFORM SUPPORT
3402P: Geoff Levand
3403M: geoffrey.levand@am.sony.com
3404L: linuxppc-dev@ozlabs.org
3405L: cbe-oss-dev@ozlabs.org
3406S: Supported
3407
Michael Krufky83202042006-07-03 00:24:18 -07003408PVRUSB2 VIDEO4LINUX DRIVER
3409P: Mike Isely
3410M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003411L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003412L: video4linux-list@redhat.com
3413W: http://www.isely.net/pvrusb2/
3414S: Maintained
3415
Eric Miao30ec2612008-06-12 15:21:41 -07003416PXA2xx/PXA3xx SUPPORT
3417P: Eric Miao
3418M: eric.miao@marvell.com
3419P: Russell King
3420M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003421L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422S: Maintained
3423
Pierre Ossman272f1332007-05-14 21:25:26 +02003424PXA MMCI DRIVER
3425S: Orphan
3426
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427QLOGIC QLA2XXX FC-SCSI DRIVER
3428P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003429M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430L: linux-scsi@vger.kernel.org
3431S: Supported
3432
Ron Mercer5a4faa872006-07-25 00:40:21 -07003433QLOGIC QLA3XXX NETWORK DRIVER
3434P: Ron Mercer
3435M: linux-driver@qlogic.com
3436L: netdev@vger.kernel.org
3437S: Supported
3438
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439QNX4 FILESYSTEM
3440P: Anders Larsen
3441M: al@alarsen.net
3442L: linux-kernel@vger.kernel.org
3443W: http://www.alarsen.net/linux/qnx4fs/
3444S: Maintained
3445
3446RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003447P: Benjamin Herrenschmidt
3448M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003449L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450S: Maintained
3451
3452RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003453P: Paul Mackerras
3454M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003455L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456S: Maintained
3457
3458RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3459P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003460M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003461L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462S: Maintained
3463
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003464RALINK RT2X00 WLAN DRIVER
3465P: rt2x00 project
3466L: linux-wireless@vger.kernel.org
3467L: rt2400-devel@lists.sourceforge.net
3468W: http://rt2x00.serialmonkey.com/
3469S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003470T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003471F: drivers/net/wireless/rt2x00/
3472
Nick Piggin9db55792008-02-08 04:19:49 -08003473RAMDISK RAM BLOCK DEVICE DRIVER
3474P: Nick Piggin
3475M: npiggin@suse.de
3476S: Maintained
3477
Matt Mackall9e95ce22005-04-16 15:25:56 -07003478RANDOM NUMBER DRIVER
3479P: Matt Mackall
3480M: mpm@selenic.com
3481S: Maintained
3482
Matt Porter394b7012005-11-07 01:00:15 -08003483RAPIDIO SUBSYSTEM
3484P: Matt Porter
3485M: mporter@kernel.crashing.org
3486L: linux-kernel@vger.kernel.org
3487S: Maintained
3488
Florian Fainellic1f766b2008-02-06 22:39:44 +01003489RDC R-321X SoC
3490P: Florian Fainelli
3491M: florian.fainelli@telecomint.eu
3492L: linux-kernel@vger.kernel.org
3493S: Maintained
3494
Florian Fainellidb17f392007-12-19 11:30:30 +01003495RDC R6040 FAST ETHERNET DRIVER
3496P: Florian Fainelli
3497M: florian.fainelli@telecomint.eu
3498L: netdev@vger.kernel.org
3499S: Maintained
3500
Josh Triplett595182b2006-10-04 02:17:21 -07003501READ-COPY UPDATE (RCU)
3502P: Dipankar Sarma
3503M: dipankar@in.ibm.com
3504W: http://www.rdrop.com/users/paulmck/rclock/
3505L: linux-kernel@vger.kernel.org
3506S: Supported
3507
3508RCUTORTURE MODULE
3509P: Josh Triplett
3510M: josh@freedesktop.org
3511L: linux-kernel@vger.kernel.org
3512S: Maintained
3513
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514REAL TIME CLOCK DRIVER
3515P: Paul Gortmaker
3516M: p_gortmaker@yahoo.com
3517L: linux-kernel@vger.kernel.org
3518S: Maintained
3519
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003520REAL TIME CLOCK (RTC) SUBSYSTEM
3521P: Alessandro Zummo
3522M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003523L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003524S: Maintained
3525
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003527L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528S: Supported
3529
Ivo van Doorne08976452008-04-12 19:23:55 +02003530RFKILL
3531P: Ivo van Doorn
3532M: IvDoorn@gmail.com
3533L: netdev@vger.kernel.org
3534S: Maintained
3535F: net/rfkill
3536
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537ROCKETPORT DRIVER
3538P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539W: http://www.comtrol.com
3540S: Maintained
3541
3542ROSE NETWORK LAYER
3543P: Ralf Baechle
3544M: ralf@linux-mips.org
3545L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003546W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547S: Maintained
3548
3549RISCOM8 DRIVER
3550S: Orphan
3551
Michael Wu605bebe2007-05-14 01:41:02 -04003552RTL818X WIRELESS DRIVER
3553P: Michael Wu
3554M: flamingice@sourmilk.net
3555P: Andrea Merello
3556M: andreamrl@tiscali.it
3557L: linux-wireless@vger.kernel.org
3558W: http://linuxwireless.org/
3559T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3560S: Maintained
3561
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003562S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003563P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003564M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003565L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003566S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003567
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568S390
3569P: Martin Schwidefsky
3570M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003571P: Heiko Carstens
3572M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003574L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003575W: http://www.ibm.com/developerworks/linux/linux390/
3576S: Supported
3577
3578S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003579P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003580M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003581P: Frank Blaschka
3582M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003583M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003584L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003585W: http://www.ibm.com/developerworks/linux/linux390/
3586S: Supported
3587
3588S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003589P: Christof Schmitt
3590M: christof.schmitt@de.ibm.com
3591P: Martin Peschke
3592M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003593M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003594L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003595W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596S: Supported
3597
Ursula Braundd96df22007-09-19 13:09:02 +02003598S390 IUCV NETWORK LAYER
3599P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003600M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003601M: linux390@de.ibm.com
3602L: linux-s390@vger.kernel.org
3603W: http://www.ibm.com/developerworks/linux/linux390/
3604S: Supported
3605
Ben Dooks4dde7f72008-06-30 22:40:38 +01003606S3C24XX SD/MMC Driver
3607P: Ben Dooks
3608M: ben-linux@fluff.org
3609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3610L: linux-kernel@vger.kernel.org
3611S: Supported
3612
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613SAA7146 VIDEO4LINUX-2 DRIVER
3614P: Michael Hunold
3615M: michael@mihu.de
3616W: http://www.mihu.de/linux/saa7146
3617S: Maintained
3618
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619SC1200 WDT DRIVER
3620P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003621M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622S: Maintained
3623
3624SCHEDULER
3625P: Ingo Molnar
3626M: mingo@elte.hu
3627P: Robert Love [the preemptible kernel bits]
3628M: rml@tech9.net
3629L: linux-kernel@vger.kernel.org
3630S: Maintained
3631
3632SCSI CDROM DRIVER
3633P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003634M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635L: linux-scsi@vger.kernel.org
3636W: http://www.kernel.dk
3637S: Maintained
3638
3639SCSI SG DRIVER
3640P: Doug Gilbert
3641M: dgilbert@interlog.com
3642L: linux-scsi@vger.kernel.org
3643W: http://www.torque.net/sg
3644S: Maintained
3645
3646SCSI SUBSYSTEM
3647P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003648M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003650T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003651T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3652T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653S: Maintained
3654
3655SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003656P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657M: Kai.Makisara@kolumbus.fi
3658L: linux-scsi@vger.kernel.org
3659S: Maintained
3660
3661SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003662P: Vlad Yasevich
3663M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003664P: Sridhar Samudrala
3665M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003666L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003667W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003668S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669
3670SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003671P: Jim Cromie
3672M: jim.cromie@gmail.com
3673S: Odd Fixes
3674
3675SCx200 GPIO DRIVER
3676P: Jim Cromie
3677M: jim.cromie@gmail.com
3678S: Maintained
3679
3680SCx200 HRT CLOCKSOURCE DRIVER
3681P: Jim Cromie
3682M: jim.cromie@gmail.com
3683S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684
Sascha Sommer6a369132008-07-15 14:21:29 +02003685SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3686P: Sascha Sommer
3687M: saschasommer@freenet.de
3688L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3689S: Maintained
3690
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691SECURITY CONTACT
3692P: Security Officers
3693M: security@kernel.org
3694S: Supported
3695
3696SELINUX SECURITY MODULE
3697P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003698M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003700M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003701P: Eric Paris
3702M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003704L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705W: http://www.nsa.gov/selinux
3706S: Supported
3707
Jiri Slabycef2cf02007-05-08 00:31:45 -07003708SENSABLE PHANTOM
3709P: Jiri Slaby
3710M: jirislaby@gmail.com
3711S: Maintained
3712
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713SERIAL ATA (SATA) SUBSYSTEM:
3714P: Jeff Garzik
3715M: jgarzik@pobox.com
3716L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003717T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718S: Supported
3719
3720SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3721P: Pat Gefre
3722M: pfg@sgi.com
3723L: linux-ia64@vger.kernel.org
3724S: Supported
3725
Ben Hutchings8ceee662008-04-27 12:55:59 +01003726SFC NETWORK DRIVER
3727P: Steve Hodgson
3728P: Ben Hutchings
3729P: Robert Stonehouse
3730M: linux-net-drivers@solarflare.com
3731S: Supported
3732
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733SGI VISUAL WORKSTATION 320 AND 540
3734P: Andrey Panin
3735M: pazke@donpac.ru
3736L: linux-visws-devel@lists.sf.net
3737W: http://linux-visws.sf.net
3738S: Maintained for 2.6.
3739
3740SIMTEC EB110ATX (Chalice CATS)
3741P: Ben Dooks
3742P: Vincent Sanders
3743M: support@simtec.co.uk
3744W: http://www.simtec.co.uk/products/EB110ATX/
3745S: Supported
3746
3747SIMTEC EB2410ITX (BAST)
3748P: Ben Dooks
3749P: Vincent Sanders
3750M: support@simtec.co.uk
3751W: http://www.simtec.co.uk/products/EB2410ITX/
3752S: Supported
3753
Francois Romieu92aab3c2005-07-30 13:11:18 +02003754SIS 190 ETHERNET DRIVER
3755P: Francois Romieu
3756M: romieu@fr.zoreil.com
3757L: netdev@vger.kernel.org
3758S: Maintained
3759
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760SIS 900/7016 FAST ETHERNET DRIVER
3761P: Daniele Venzano
3762M: venza@brownhat.org
3763W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003764L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765S: Maintained
3766
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003767SIS 96X I2C/SMBUS DRIVER
3768P: Mark M. Hoffman
3769M: mhoffman@lightlink.com
3770L: lm-sensors@lm-sensors.org
3771S: Maintained
3772
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773SIS FRAMEBUFFER DRIVER
3774P: Thomas Winischhofer
3775M: thomas@winischhofer.net
3776W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003777S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778
3779SIS USB2VGA DRIVER
3780P: Thomas Winischhofer
3781M: thomas@winischhofer.net
3782W: http://www.winischhofer.at/linuxsisusbvga.shtml
3783S: Maintained
3784
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003785SLAB ALLOCATOR
3786P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003787M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003788P: Pekka Enberg
3789M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003790P: Matt Mackall
3791M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003792L: linux-mm@kvack.org
3793S: Maintained
3794
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795SMC91x ETHERNET DRIVER
3796P: Nicolas Pitre
3797M: nico@cam.org
3798S: Maintained
3799
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003800SMSC47B397 HARDWARE MONITOR DRIVER
3801P: Mark M. Hoffman
3802M: mhoffman@lightlink.com
3803L: lm-sensors@lm-sensors.org
3804S: Maintained
3805
Ben Nizetteb54f2862008-03-13 22:27:30 +11003806SMX UIO Interface
3807P: Ben Nizette
3808M: bn@niasdigital.com
3809S: Maintained
3810
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003811SOC-CAMERA V4L2 SUBSYSTEM
3812P: Guennadi Liakhovetski
3813M: g.liakhovetski@gmx.de
3814L: video4linux-list@redhat.com
3815S: Maintained
3816
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817SOFTWARE RAID (Multiple Disks) SUPPORT
3818P: Ingo Molnar
3819M: mingo@redhat.com
3820P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003821M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003823S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824
Pavel Machek95a631e2007-07-19 01:47:42 -07003825HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826P: Pavel Machek
3827M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003828P: Rafael J. Wysocki
3829M: rjw@sisk.pl
3830L: linux-pm@lists.linux-foundation.org
3831S: Supported
3832
3833SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003834P: Len Brown
3835M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003836P: Pavel Machek
3837M: pavel@suse.cz
3838P: Rafael J. Wysocki
3839M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003840L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003841S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842
3843SONIC NETWORK DRIVER
3844P: Thomas Bogendoerfer
3845M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003846L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847S: Maintained
3848
Michael Buesch61e115a2007-09-18 15:12:50 -04003849SONICS SILICON BACKPLANE DRIVER (SSB)
3850P: Michael Buesch
3851M: mb@bu3sch.de
3852L: netdev@vger.kernel.org
3853S: Maintained
3854
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003856P: Mattia Dongili
3857M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003858L: linux-acpi@vger.kernel.org
3859W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860S: Maintained
3861
Alex Dubovbaf85322008-02-09 10:20:54 -08003862SONY MEMORYSTICK CARD SUPPORT
3863P: Alex Dubov
3864M: oakad@yahoo.com
3865L: linux-kernel@vger.kernel.org
3866W: http://tifmxx.berlios.de/
3867S: Maintained
3868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869SOUND
3870P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003871M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003872L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873S: Maintained
3874
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003875SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3876P: Liam Girdwood
3877M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003878P: Mark Brown
3879M: broonie@opensource.wolfsonmicro.com
3880T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003881L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003882S: Supported
3883
Kumar Gala025c3982006-04-02 16:05:54 -05003884SPI SUBSYSTEM
3885P: David Brownell
3886M: dbrownell@users.sourceforge.net
3887L: spi-devel-general@lists.sourceforge.net
3888S: Maintained
3889
Arnd Bergmannb8154542008-05-16 11:10:59 +02003890SPU FILE SYSTEM
3891P: Jeremy Kerr
3892M: jk@ozlabs.org
3893L: linuxppc-dev@ozlabs.org
3894L: cbe-oss-dev@ozlabs.org
3895W: http://www.ibm.com/developerworks/power/cell/
3896S: Supported
3897
Steven Rostedt855f46a2006-08-05 12:14:50 -07003898STABLE BRANCH:
3899P: Greg Kroah-Hartman
3900M: greg@kroah.com
3901P: Chris Wright
3902M: chrisw@sous-sol.org
3903L: stable@kernel.org
3904S: Maintained
3905
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906SHARP LH SUPPORT (LH7952X & LH7A40X)
3907P: Marc Singer
3908M: elf@buici.com
3909W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003910L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911S: Maintained
3912
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003913SHPC HOTPLUG DRIVER
3914P: Kristen Carlson Accardi
3915M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003916L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003917S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003918
Pierre Ossmand129bce2006-03-24 03:18:17 -08003919SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3920P: Pierre Ossman
3921M: drzeus-sdhci@drzeus.cx
3922L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003923S: Maintained
3924
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003925SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3926P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003927M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003928L: netdev@vger.kernel.org
3929S: Maintained
3930
Chris Boot1a87d942006-07-10 04:45:34 -07003931SOEKRIS NET48XX LED SUPPORT
3932P: Chris Boot
3933M: bootc@bootc.net
3934S: Maintained
3935
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936SPARC (sparc32):
3937P: William L. Irwin
3938M: wli@holomorphy.com
3939L: sparclinux@vger.kernel.org
3940S: Maintained
3941
3942SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3943P: Roger Wolff
3944M: R.E.Wolff@BitWizard.nl
3945L: linux-kernel@vger.kernel.org ?
3946S: Supported
3947
Jim Lewis2752e402006-09-29 02:01:19 -07003948SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003949P: Ishizaki Kou
3950M: kou.ishizaki@toshiba.co.jp
3951P: Jens Osterkamp
3952M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003953L: netdev@vger.kernel.org
3954S: Supported
3955
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956SRM (Alpha) environment access
3957P: Jan-Benedict Glaw
3958M: jbglaw@lug-owl.de
3959L: linux-kernel@vger.kernel.org
3960S: Maintained
3961
3962STARFIRE/DURALAN NETWORK DRIVER
3963P: Ion Badulescu
3964M: ionut@cs.columbia.edu
3965S: Maintained
3966
3967STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3968W: http://mosquitonet.Stanford.EDU/strip.html
3969S: Unsupported ?
3970
3971STRADIS MPEG-2 DECODER DRIVER
3972P: Nathan Laredo
3973M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974W: http://www.stradis.com/
3975S: Maintained
3976
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003977SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978P: Paul Mundt
3979M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003980L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003982T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003983S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984
3985SUN3/3X
3986P: Sam Creasey
3987M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003988W: http://sammy.net/sun3/
3989S: Maintained
3990
3991SVGA HANDLING
3992P: Martin Mares
3993M: mj@ucw.cz
3994L: linux-video@atrey.karlin.mff.cuni.cz
3995S: Maintained
3996
3997SYSV FILESYSTEM
3998P: Christoph Hellwig
3999M: hch@infradead.org
4000S: Maintained
4001
Alan Cox4e688522008-04-30 00:52:11 -07004002TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004003P: Balbir Singh
4004M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004005L: linux-kernel@vger.kernel.org
4006S: Maintained
4007
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004008TC CLASSIFIER
4009P: Jamal Hadi Salim
4010M: hadi@cyberus.ca
4011L: netdev@vger.kernel.org
4012S: Maintained
4013
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004014TCP LOW PRIORITY MODULE
4015P: Wong Hoi Sing, Edison
4016M: hswong3i@gmail.com
4017P: Hung Hing Lun, Mike
4018M: hlhung3i@gmail.com
4019W: http://tcp-lp-mod.sourceforge.net/
4020S: Maintained
4021
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004022TEHUTI ETHERNET DRIVER
4023P: Alexander Indenbaum
4024M: baum@tehutinetworks.net
4025P: Andy Gospodarek
4026M: andy@greyhouse.net
4027L: netdev@vger.kernel.org
4028S: Supported
4029
Alan Cox4e688522008-04-30 00:52:11 -07004030Telecom Clock Driver for MCPL0010
4031P: Mark Gross
4032M: mark.gross@intel.com
4033S: Supported
4034
4035TENSILICA XTENSA PORT (xtensa):
4036P: Chris Zankel
4037M: chris@zankel.net
4038S: Maintained
4039
4040THINKPAD ACPI EXTRAS DRIVER
4041P: Henrique de Moraes Holschuh
4042M: ibm-acpi@hmh.eng.br
4043L: ibm-acpi-devel@lists.sourceforge.net
4044W: http://ibm-acpi.sourceforge.net
4045W: http://thinkwiki.org/wiki/Ibm-acpi
4046T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4047S: Maintained
4048
Alex Dubov4020f2d2006-10-04 02:15:37 -07004049TI FLASH MEDIA INTERFACE DRIVER
4050P: Alex Dubov
4051M: oakad@yahoo.com
4052S: Maintained
4053
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004054TI OMAP MMC INTERFACE DRIVER
4055P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004056M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004057W: http://linux.omap.com
4058W: http://www.muru.com/linux/omap/
4059S: Maintained
4060
Michael Buesch844dd052006-06-26 00:24:59 -07004061TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4062P: Deepak Saxena
4063M: dsaxena@plexity.net
4064S: Maintained
4065
Per Lidene86eaa32006-01-12 16:45:18 +01004066TIPC NETWORK LAYER
4067P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004068M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004069P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004070M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004071P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004072M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004073L: tipc-discussion@lists.sourceforge.net
4074W: http://tipc.sourceforge.net/
4075W: http://tipc.cslab.ericsson.net/
4076T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4077S: Maintained
4078
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079TLAN NETWORK DRIVER
4080P: Samuel Chessman
4081M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004082L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083W: http://sourceforge.net/projects/tlan/
4084S: Maintained
4085
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086TOSHIBA ACPI EXTRAS DRIVER
4087P: John Belmonte
4088M: toshiba_acpi@memebeam.org
4089W: http://memebeam.org/toys/ToshibaAcpiDriver
4090S: Maintained
4091
4092TOSHIBA SMM DRIVER
4093P: Jonathan Buzzard
4094M: jonathan@buzzard.org.uk
4095L: tlinux-users@tce.toshiba-dme.co.jp
4096W: http://www.buzzard.org.uk/toshiba/
4097S: Maintained
4098
Alan Cox4e688522008-04-30 00:52:11 -07004099TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004100P: Debora Velarde
4101M: debora@linux.vnet.ibm.com
4102P: Rajiv Andrade
4103M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004104W: http://tpmdd.sourceforge.net
4105P: Marcel Selhorst
4106M: tpm@selhorst.net
4107W: http://www.prosec.rub.de/tpm/
4108L: tpmdd-devel@lists.sourceforge.net
4109S: Maintained
4110
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004112P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004113M: trivial@kernel.org
4114L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115S: Maintained
4116
Alan Cox4e688522008-04-30 00:52:11 -07004117TTY LAYER
4118P: Alan Cox
4119M: alan@lxorguk.ukuu.org.uk
4120L: linux-kernel@vger.kernel.org
4121S: Maintained
4122
Grant Grundler740db6d2008-02-17 11:53:49 -07004123TULIP NETWORK DRIVERS
4124P: Grant Grundler
4125M: grundler@parisc-linux.org
4126P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004127M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004128L: netdev@vger.kernel.org
4129S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130
4131TUN/TAP driver
4132P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004133M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134L: vtun@office.satix.net
4135W: http://vtun.sourceforge.net/tun
4136S: Maintained
4137
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004138TURBOCHANNEL SUBSYSTEM
4139P: Maciej W. Rozycki
4140M: macro@linux-mips.org
4141S: Maintained
4142
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143U14-34F SCSI DRIVER
4144P: Dario Ballabio
4145M: ballabio_dario@emc.com
4146L: linux-scsi@vger.kernel.org
4147S: Maintained
4148
Alan Coxcc2020e2008-05-19 14:21:51 +01004149UCLINUX (AND M68KNOMMU)
4150P: Greg Ungerer
4151M: gerg@uclinux.org
4152W: http://www.uclinux.org/
4153L: uclinux-dev@uclinux.org (subscribers-only)
4154S: Maintained
4155
Alan Coxcc2020e2008-05-19 14:21:51 +01004156UCLINUX FOR RENESAS H8/300
4157P: Yoshinori Sato
4158M: ysato@users.sourceforge.jp
4159W: http://uclinux-h8.sourceforge.jp/
4160S: Supported
4161
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004163P: Jan Kara
4164M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165W: http://linux-udf.sourceforge.net
4166S: Maintained
4167
Alan Coxcc2020e2008-05-19 14:21:51 +01004168UFS FILESYSTEM
4169P: Evgeniy Dushistov
4170M: dushistov@mail.ru
4171L: linux-kernel@vger.kernel.org
4172S: Maintained
4173
4174UltraSPARC (sparc64):
4175P: David S. Miller
4176M: davem@davemloft.net
4177L: sparclinux@vger.kernel.org
4178T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4179S: Maintained
4180
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181UNIFORM CDROM DRIVER
4182P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004183M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184L: linux-kernel@vger.kernel.org
4185W: http://www.kernel.dk
4186S: Maintained
4187
4188USB ACM DRIVER
4189P: Oliver Neukum
4190M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004191L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192S: Maintained
4193
Jiri Slaby6d985162008-02-06 01:37:11 -08004194USB AUERSWALD DRIVER
4195P: Wolfgang Muees
4196M: wolfgang@iksw-muees.de
4197L: linux-usb@vger.kernel.org
4198S: Maintained
4199
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200USB BLOCK DRIVER (UB ub)
4201P: Pete Zaitcev
4202M: zaitcev@redhat.com
4203L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004204L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205S: Supported
4206
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207USB CDC ETHERNET DRIVER
4208P: Greg Kroah-Hartman
4209M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004210L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211S: Maintained
4212W: http://www.kroah.com/linux-usb/
4213
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004214USB CYPRESS C67X00 DRIVER
4215P: Peter Korsgaard
4216M: jacmet@sunsite.dk
4217L: linux-usb@vger.kernel.org
4218S: Maintained
4219
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004220USB DAVICOM DM9601 DRIVER
4221P: Peter Korsgaard
4222M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004223L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004224W: http://www.linux-usb.org/usbnet
4225S: Maintained
4226
Alan Coxcc2020e2008-05-19 14:21:51 +01004227USB DIAMOND RIO500 DRIVER
4228P: Cesar Miquel
4229M: miquel@df.uba.ar
4230L: rio500-users@lists.sourceforge.net
4231W: http://rio500.sourceforge.net
4232S: Maintained
4233
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234USB EHCI DRIVER
4235P: David Brownell
4236M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004237L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004238S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239
Luca Risolia7ce08c92006-01-11 02:06:59 +00004240USB ET61X[12]51 DRIVER
4241P: Luca Risolia
4242M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004243L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004244L: video4linux-list@redhat.com
4245W: http://www.linux-projects.org
4246S: Maintained
4247
David Brownell69ae9e32006-11-14 02:03:31 -08004248USB GADGET/PERIPHERAL SUBSYSTEM
4249P: David Brownell
4250M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004251L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004252W: http://www.linux-usb.org/gadget
4253S: Maintained
4254
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004255USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004256P: Jiri Kosina
4257M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004258L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004259T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260S: Maintained
4261
Olav Kongas959eea22005-11-03 17:38:14 +02004262USB ISP116X DRIVER
4263P: Olav Kongas
4264M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004265L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004266S: Maintained
4267
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268USB KAWASAKI LSI DRIVER
4269P: Oliver Neukum
4270M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004271L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272S: Maintained
4273
4274USB MASS STORAGE DRIVER
4275P: Matthew Dharm
4276M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004277L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004278L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279S: Maintained
4280W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4281
4282USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004283P: David Brownell
4284M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004285L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004286S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287
Matthias Urlichsba460e42005-07-14 00:33:47 -07004288USB OPTION-CARD DRIVER
4289P: Matthias Urlichs
4290M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004291L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004292S: Maintained
4293
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294USB OV511 DRIVER
4295P: Mark McClelland
4296M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004297L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298W: http://alpha.dyndns.org/ov511/
4299S: Maintained
4300
4301USB PEGASUS DRIVER
4302P: Petko Manolov
4303M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004304L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004305L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306W: http://pegasus2.sourceforge.net/
4307S: Maintained
4308
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004309USB PRINTER DRIVER (usblp)
4310P: Pete Zaitcev
4311M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004312L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004313S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314
4315USB RTL8150 DRIVER
4316P: Petko Manolov
4317M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004318L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004319L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320W: http://pegasus2.sourceforge.net/
4321S: Maintained
4322
4323USB SE401 DRIVER
4324P: Jeroen Vreeken
4325M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004326L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327W: http://www.chello.nl/~j.vreeken/se401/
4328S: Maintained
4329
Alan Cox4e688522008-04-30 00:52:11 -07004330USB SERIAL BELKIN F5U103 DRIVER
4331P: William Greathouse
4332M: wgreathouse@smva.com
4333L: linux-usb@vger.kernel.org
4334S: Maintained
4335
4336USB SERIAL CYPRESS M8 DRIVER
4337P: Lonnie Mendez
4338M: dignome@gmail.com
4339L: linux-usb@vger.kernel.org
4340S: Maintained
4341W: http://geocities.com/i0xox0i
4342W: http://firstlight.net/cvs
4343
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344USB SERIAL CYBERJACK DRIVER
4345P: Matthias Bruestle and Harald Welte
4346M: support@reiner-sct.com
4347W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4348S: Maintained
4349
4350USB SERIAL DIGI ACCELEPORT DRIVER
4351P: Peter Berger and Al Borchers
4352M: pberger@brimson.com
4353M: alborchers@steinerpoint.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 DRIVER
4358P: Greg Kroah-Hartman
4359M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004360L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361S: Supported
4362
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4364P: Gary Brubaker
4365M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004366L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004367S: Maintained
4368
4369USB SERIAL KEYSPAN DRIVER
4370P: Greg Kroah-Hartman
4371M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004372L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004373W: http://www.kroah.com/linux/
4374S: Maintained
4375
4376USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004377P: Support Department
4378M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004379L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380W: http://www.connecttech.com
4381S: Supported
4382
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004383USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384P: Luca Risolia
4385M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004386L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004387L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388W: http://www.linux-projects.org
4389S: Maintained
4390
4391USB SUBSYSTEM
4392P: Greg Kroah-Hartman
4393M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004394L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004395W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004396T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397S: Supported
4398
4399USB UHCI DRIVER
4400P: Alan Stern
4401M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004402L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004403S: Maintained
4404
David Brownell69ae9e32006-11-14 02:03:31 -08004405USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406P: David Brownell
4407M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004408L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004409W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410S: Maintained
4411
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004412USB VIDEO CLASS
4413P: Laurent Pinchart
4414M: laurent.pinchart@skynet.be
4415L: linx-uvc-devel@berlios.de
4416L: video4linux-list@redhat.com
4417W: http://linux-uvc.berlios.de
4418S: Maintained
4419
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420USB W996[87]CF DRIVER
4421P: Luca Risolia
4422M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004423L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004424L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425W: http://www.linux-projects.org
4426S: Maintained
4427
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004428USB WIRELESS RNDIS DRIVER (rndis_wlan)
4429P: Jussi Kivilinna
4430M: jussi.kivilinna@mbnet.fi
4431L: linux-wireless@vger.kernel.org
4432S: Maintained
4433
Luca Risolia60f78052006-02-06 16:29:35 +00004434USB ZC0301 DRIVER
4435P: Luca Risolia
4436M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004437L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004438L: video4linux-list@redhat.com
4439W: http://www.linux-projects.org
4440S: Maintained
4441
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442USB ZD1201 DRIVER
4443P: Jeroen Vreeken
4444M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004445L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446W: http://linux-lc100020.sourceforge.net
4447S: Maintained
4448
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004449USB ZR364XX DRIVER
4450P: Antoine Jacquet
4451M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004452L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004453L: video4linux-list@redhat.com
4454W: http://royale.zerezo.com/zr364xx/
4455S: Maintained
4456
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457USER-MODE LINUX
4458P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004459M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460L: user-mode-linux-devel@lists.sourceforge.net
4461L: user-mode-linux-user@lists.sourceforge.net
4462W: http://user-mode-linux.sourceforge.net
4463S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004464
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004465USERSPACE I/O (UIO)
4466P: Hans J. Koch
4467M: hjk@linutronix.de
4468P: Greg Kroah-Hartman
4469M: gregkh@suse.de
4470L: linux-kernel@vger.kernel.org
4471S: Maintained
4472
Karel Zakf899b0a2008-05-23 13:04:21 -07004473UTIL-LINUX-NG PACKAGE
4474P: Karel Zak
4475M: kzak@redhat.com
4476L: util-linux-ng@vger.kernel.org
4477W: http://kernel.org/~kzak/util-linux-ng/
4478T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4479S: Maintained
4480
Alan Cox4e688522008-04-30 00:52:11 -07004481VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482P: OGAWA Hirofumi
4483M: hirofumi@mail.parknet.co.jp
4484L: linux-kernel@vger.kernel.org
4485S: Maintained
4486
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487VIA RHINE NETWORK DRIVER
4488P: Roger Luethi
4489M: rl@hellgate.ch
4490S: Maintained
4491
Jean Delvare32c0a522005-09-22 21:47:58 +02004492VIAPRO SMBUS DRIVER
4493P: Jean Delvare
4494M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004495L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004496S: Maintained
4497
Francois Romieu01f20732007-01-26 00:57:17 -08004498VIA VELOCITY NETWORK DRIVER
4499P: Francois Romieu
4500M: romieu@fr.zoreil.com
4501L: netdev@vger.kernel.org
4502S: Maintained
4503
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004505P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004506M: mchehab@infradead.org
4507M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004509W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004510T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004511S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512
Patrick McHardybe7f8272007-10-23 20:26:36 -07004513VLAN (802.1Q)
4514P: Patrick McHardy
4515M: kaber@trash.net
4516L: netdev@vger.kernel.org
4517S: Maintained
4518
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004519VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4520P: Liam Girdwood
4521M: lg@opensource.wolfsonmicro.com
4522P: Mark Brown
4523M: broonie@opensource.wolfsonmicro.com
4524W: http://opensource.wolfsonmicro.com/node/15
4525T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4526S: Supported
4527
Juerg Haefligerab413192006-09-24 20:54:04 +02004528VT1211 HARDWARE MONITOR DRIVER
4529P: Juerg Haefliger
4530M: juergh@gmail.com
4531L: lm-sensors@lm-sensors.org
4532S: Maintained
4533
Roger Lucas1de9e372005-11-26 20:20:05 +01004534VT8231 HARDWARE MONITOR DRIVER
4535P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004536M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004537L: lm-sensors@lm-sensors.org
4538S: Maintained
4539
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540W1 DALLAS'S 1-WIRE BUS
4541P: Evgeniy Polyakov
4542M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543S: Maintained
4544
Charles Spirakis13927072006-07-05 18:05:15 +02004545W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004546P: Marc Hulsman
4547M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004548L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004549S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004550
Rudolf Marek61db0112006-12-12 18:18:30 +01004551W83793 HARDWARE MONITORING DRIVER
4552P: Rudolf Marek
4553M: r.marek@assembler.cz
4554L: lm-sensors@lm-sensors.org
4555S: Maintained
4556
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557W83L51xD SD/MMC CARD INTERFACE DRIVER
4558P: Pierre Ossman
4559M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004560L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561S: Maintained
4562
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004563WATCHDOG DEVICE DRIVERS
4564P: Wim Van Sebroeck
4565M: wim@iguana.be
4566T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4567S: Maintained
4568
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4570P: Jean Tourrilhes
4571M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004572L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4574S: Maintained
4575
4576WD7000 SCSI DRIVER
4577P: Miroslav Zagorac
4578M: zaga@fly.cc.fer.hr
4579L: linux-scsi@vger.kernel.org
4580S: Maintained
4581
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004582WISTRON LAPTOP BUTTON DRIVER
4583P: Miloslav Trmac
4584M: mitr@volny.cz
4585S: Maintained
4586
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587WL3501 WIRELESS PCMCIA CARD DRIVER
4588P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004589M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004590L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004591W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592S: Maintained
4593
Mark Brownfebf1df2008-04-02 00:51:09 -04004594WM97XX TOUCHSCREEN DRIVERS
4595P: Mark Brown
4596M: broonie@opensource.wolfsonmicro.com
4597P: Liam Girdwood
4598M: liam.girdwood@wolfsonmicro.com
4599L: linux-input@vger.kernel.org
4600T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4601W: http://opensource.wolfsonmicro.com/node/7
4602S: Supported
4603
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604X.25 NETWORK LAYER
4605P: Henner Eisen
4606M: eis@baty.hanse.de
4607L: linux-x25@vger.kernel.org
4608S: Maintained
4609
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004610XEN HYPERVISOR INTERFACE
4611P: Jeremy Fitzhardinge
4612M: jeremy@xensource.com
4613P: Chris Wright
4614M: chrisw@sous-sol.org
4615L: virtualization@lists.osdl.org
4616L: xen-devel@lists.xensource.com
4617S: Supported
4618
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619XFS FILESYSTEM
4620P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004621P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004622M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004623L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004625T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626S: Supported
4627
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004628XILINX SYSTEMACE DRIVER
4629P: Grant Likely
4630M: grant.likely@secretlab.ca
4631W: http://www.secretlab.ca/
4632L: linux-kernel@vger.kernel.org
4633S: Maintained
4634
Peter Korsgaard238b8722006-12-06 20:35:17 -08004635XILINX UARTLITE SERIAL DRIVER
4636P: Peter Korsgaard
4637M: jacmet@sunsite.dk
4638L: linux-serial@vger.kernel.org
4639S: Maintained
4640
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004641X86 ARCHITECTURE (32-BIT AND 64-BIT)
4642P: Thomas Gleixner
4643M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004644P: Ingo Molnar
4645M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004646P: H. Peter Anvin
4647M: hpa@zytor.com
4648L: linux-kernel@vger.kernel.org
4649T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004650S: Maintained
4651
Linus Torvalds1da177e2005-04-16 15:20:36 -07004652YAM DRIVER FOR AX.25
4653P: Jean-Paul Roubelat
4654M: jpr@f6fbb.org
4655L: linux-hams@vger.kernel.org
4656S: Maintained
4657
Henkaf64a5e2005-10-12 15:02:56 +02004658YEALINK PHONE DRIVER
4659P: Henk Vergonet
4660M: Henk.Vergonet@gmail.com
4661L: usbb2k-api-dev@nongnu.org
4662S: Maintained
4663
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664Z8530 DRIVER FOR AX.25
4665P: Joerg Reuter
4666M: jreuter@yaina.de
4667W: http://yaina.de/jreuter/
4668W: http://www.qsl.net/dl1bke/
4669L: linux-hams@vger.kernel.org
4670S: Maintained
4671
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004672ZD1211RW WIRELESS DRIVER
4673P: Daniel Drake
4674M: dsd@gentoo.org
4675P: Ulrich Kunitz
4676M: kune@deine-taler.de
4677W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004678L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004679L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4680S: Maintained
4681
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682ZF MACHZ WATCHDOG
4683P: Fernando Fuganti
4684M: fuganti@netbank.com.br
4685W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4686S: Maintained
4687
4688ZR36067 VIDEO FOR LINUX DRIVER
4689P: Ronald Bultje
4690M: rbultje@ronald.bitfreak.net
4691L: mjpeg-users@lists.sourceforge.net
4692W: http://mjpeg.sourceforge.net/driver-zoran/
4693S: Maintained
4694
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004695ZS DECSTATION Z85C30 SERIAL DRIVER
4696P: Maciej W. Rozycki
4697M: macro@linux-mips.org
4698S: Maintained
4699
Linus Torvalds1da177e2005-04-16 15:20:36 -07004700THE REST
4701P: Linus Torvalds
4702S: Buried alive in reporters