blob: 921718699ecf3036ce21c0a0e4355af901816aef [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 Becker62ca3d22006-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
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001247L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248W: 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 Hemminger65ebe632007-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 Wei76b0c782008-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 Peake18b36c72006-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 Christie14816b12007-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 Goyal4200b662007-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 Patrobdd0d752007-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 Hemminger65ebe632007-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
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074S: Maintained
3075
3076NFS CLIENT
3077P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003078M: Trond.Myklebust@netapp.com
3079L: linux-nfs@vger.kernel.org
3080W: http://client.linux-nfs.org
3081T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082S: Maintained
3083
3084NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003085P: Jan-Pascal van Best
3086M: janpascal@vanbest.org
3087P: Andreas Mohr
3088M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003089L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090S: Maintained
3091
3092NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3093P: YOKOTA Hiroshi
3094M: yokota@netlab.is.tsukuba.ac.jp
3095W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3096S: Maintained
3097
3098NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3099P: GOTO Masanori
3100M: gotom@debian.or.jp
3101P: YOKOTA Hiroshi
3102M: yokota@netlab.is.tsukuba.ac.jp
3103W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3104S: Maintained
3105
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106NTFS FILESYSTEM
3107P: Anton Altaparmakov
3108M: aia21@cantab.net
3109L: linux-ntfs-dev@lists.sourceforge.net
3110L: linux-kernel@vger.kernel.org
3111W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003112T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113S: Maintained
3114
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003115NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003116P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003117M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003118L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003119S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003121OPENCORES I2C BUS DRIVER
3122P: Peter Korsgaard
3123M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003124L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003125S: Maintained
3126
Mark Fashehccd979b2005-12-15 14:31:24 -08003127ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3128P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003129M: mfasheh@suse.com
3130P: Joel Becker
3131M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003132L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003133W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003134T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003135S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003136
Bob Copeland0ad122d2008-07-25 19:45:18 -07003137OMFS FILESYSTEM
3138P: Bob Copeland
3139M: me@bobcopeland.com
3140L: linux-karma-devel@lists.sourceforge.net
3141S: Maintained
3142
Harald Weltec1986ee2005-11-13 16:06:29 -08003143OMNIKEY CARDMAN 4000 DRIVER
3144P: Harald Welte
3145M: laforge@gnumonks.org
3146S: Maintained
3147
Harald Welte77c44ab2005-11-13 16:06:26 -08003148OMNIKEY CARDMAN 4040 DRIVER
3149P: Harald Welte
3150M: laforge@gnumonks.org
3151S: Maintained
3152
Jonathan Corbet77d51402007-03-22 19:44:17 -03003153OMNIVISION OV7670 SENSOR DRIVER
3154P: Jonathan Corbet
3155M: corbet@lwn.net
3156L: video4linux-list@redhat.com
3157S: Maintained
3158
Thomas Gleixner431bca72007-05-02 09:31:35 +02003159ONENAND FLASH DRIVER
3160P: Kyungmin Park
3161M: kyungmin.park@samsung.com
3162L: linux-mtd@lists.infradead.org
3163S: Maintained
3164
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165ONSTREAM SCSI TAPE DRIVER
3166P: Willem Riede
3167M: osst@riede.org
3168L: osst-users@lists.sourceforge.net
3169L: linux-scsi@vger.kernel.org
3170S: Maintained
3171
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003173P: Robert Richter
3174M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175L: oprofile-list@lists.sf.net
3176S: Maintained
3177
3178ORINOCO DRIVER
3179P: Pavel Roskin
3180M: proski@gnu.org
3181P: David Gibson
3182M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003183L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003184L: orinoco-users@lists.sourceforge.net
3185L: orinoco-devel@lists.sourceforge.net
3186W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187S: Maintained
3188
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003189PA SEMI ETHERNET DRIVER
3190P: Olof Johansson
3191M: olof@lixom.net
3192L: netdev@vger.kernel.org
3193S: Maintained
3194
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003195PA SEMI SMBUS DRIVER
3196P: Olof Johansson
3197M: olof@lixom.net
3198L: i2c@lm-sensors.org
3199S: Maintained
3200
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003202L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003203S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204
3205PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3206P: Tim Waugh
3207M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003208L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209W: http://www.torque.net/linux-pp.html
3210S: Maintained
3211
3212PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003213P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003214M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215P: Matthew Wilcox
3216M: matthew@wil.cx
3217P: Grant Grundler
3218M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003219L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003221T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222S: Maintained
3223
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003224PARAVIRT_OPS INTERFACE
3225P: Jeremy Fitzhardinge
3226M: jeremy@xensource.com
3227P: Chris Wright
3228M: chrisw@sous-sol.org
3229P: Zachary Amsden
3230M: zach@vmware.com
3231P: Rusty Russell
3232M: rusty@rustcorp.com.au
3233L: virtualization@lists.osdl.org
3234L: linux-kernel@vger.kernel.org
3235S: Supported
3236
Jim Cromie1662d322006-10-06 00:43:59 -07003237PC87360 HARDWARE MONITORING DRIVER
3238P: Jim Cromie
3239M: jim.cromie@gmail.com
3240L: lm-sensors@lm-sensors.org
3241S: Maintained
3242
3243PC8736x GPIO DRIVER
3244P: Jim Cromie
3245M: jim.cromie@gmail.com
3246S: Maintained
3247
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003248PCI ERROR RECOVERY
3249P: Linas Vepstas
3250M: linas@austin.ibm.com
3251L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003252L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003253S: Supported
3254
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003256P: Jesse Barnes
3257M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003259L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003260T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261S: Supported
3262
3263PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003264P: Kristen Carlson Accardi
3265M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266S: Supported
3267
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003268PCIE HOTPLUG DRIVER
3269P: Kristen Carlson Accardi
3270M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003271L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003272S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003275P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003276L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003277W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003278T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003279S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280
3281PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003282P: Don Fry
3283M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003284L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285S: Maintained
3286
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003287PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003288P: Balbir Singh
3289M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003290L: linux-kernel@vger.kernel.org
3291S: Maintained
3292
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003293PERSONALITY HANDLING
3294P: Christoph Hellwig
3295M: hch@infradead.org
3296L: linux-abi-devel@lists.sourceforge.net
3297S: Maintained
3298
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003300P: Joern Engel
3301M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302L: linux-mtd@lists.infradead.org
3303S: Maintained
3304
Peter Osterlund249a6772005-09-27 21:45:30 -07003305PKTCDVD DRIVER
3306P: Peter Osterlund
3307M: petero2@telia.com
3308L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003309S: Maintained
3310
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003312P: Thomas Gleixner
3313M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003314L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315S: Supported
3316
Anton Vorontsov3be86142007-07-15 04:43:36 +04003317POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3318P: Anton Vorontsov
3319M: cbou@mail.ru
3320P: David Woodhouse
3321M: dwmw2@infradead.org
3322L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003323T: git git.infradead.org/battery-2.6.git
3324S: Maintained
3325
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326PNP SUPPORT
3327P: Adam Belay
3328M: ambx1@neo.rr.com
3329S: Maintained
3330
Vitaly Wool999445d2007-01-04 13:07:03 +01003331PNXxxxx I2C DRIVER
3332P: Vitaly Wool
3333M: vitalywool@gmail.com
3334L: i2c@lm-sensors.org
3335S: Maintained
3336
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337PPP PROTOCOL DRIVERS AND COMPRESSORS
3338P: Paul Mackerras
3339M: paulus@samba.org
3340L: linux-ppp@vger.kernel.org
3341S: Maintained
3342
3343PPP OVER ATM (RFC 2364)
3344P: Mitchell Blank Jr
3345M: mitch@sfgoth.com
3346S: Maintained
3347
3348PPP OVER ETHERNET
3349P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003350M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351S: Maintained
3352
James Chapmana6d23702007-06-27 15:53:17 -07003353PPP OVER L2TP
3354P: James Chapman
3355M: jchapman@katalix.com
3356S: Maintained
3357
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358PREEMPTIBLE KERNEL
3359P: Robert Love
3360M: rml@tech9.net
3361L: linux-kernel@vger.kernel.org
3362L: kpreempt-tech@lists.sourceforge.net
3363W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3364S: Supported
3365
Michael Wueff1a592007-09-25 18:11:01 -07003366P54 WIRELESS DRIVER
3367P: Michael Wu
3368M: flamingice@sourmilk.net
3369L: linux-wireless@vger.kernel.org
3370W: http://prism54.org
3371T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3372S: Maintained
3373
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003375P: Luis R. Rodriguez
3376M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003377L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378W: http://prism54.org
3379S: Maintained
3380
3381PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3382P: Peter Denison
3383M: promise@pnd-pc.demon.co.uk
3384W: http://www.pnd-pc.demon.co.uk/promise/
3385S: Maintained
3386
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003387PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3388P: Mikael Pettersson
3389M: mikpe@it.uu.se
3390L: linux-ide@vger.kernel.org
3391S: Maintained
3392
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003393PS3 NETWORK SUPPORT
3394P: Masakazu Mokuno
3395M: mokuno@sm.sony.co.jp
3396L: netdev@vger.kernel.org
3397L: cbe-oss-dev@ozlabs.org
3398S: Supported
3399
Geoff Levandf58a9d12006-11-23 00:46:51 +01003400PS3 PLATFORM SUPPORT
3401P: Geoff Levand
3402M: geoffrey.levand@am.sony.com
3403L: linuxppc-dev@ozlabs.org
3404L: cbe-oss-dev@ozlabs.org
3405S: Supported
3406
Michael Krufky83202042006-07-03 00:24:18 -07003407PVRUSB2 VIDEO4LINUX DRIVER
3408P: Mike Isely
3409M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003410L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003411L: video4linux-list@redhat.com
3412W: http://www.isely.net/pvrusb2/
3413S: Maintained
3414
Eric Miao30ec2612008-06-12 15:21:41 -07003415PXA2xx/PXA3xx SUPPORT
3416P: Eric Miao
3417M: eric.miao@marvell.com
3418P: Russell King
3419M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003420L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421S: Maintained
3422
Pierre Ossman272f1332007-05-14 21:25:26 +02003423PXA MMCI DRIVER
3424S: Orphan
3425
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426QLOGIC QLA2XXX FC-SCSI DRIVER
3427P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003428M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429L: linux-scsi@vger.kernel.org
3430S: Supported
3431
Ron Mercer5a4faa82006-07-25 00:40:21 -07003432QLOGIC QLA3XXX NETWORK DRIVER
3433P: Ron Mercer
3434M: linux-driver@qlogic.com
3435L: netdev@vger.kernel.org
3436S: Supported
3437
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438QNX4 FILESYSTEM
3439P: Anders Larsen
3440M: al@alarsen.net
3441L: linux-kernel@vger.kernel.org
3442W: http://www.alarsen.net/linux/qnx4fs/
3443S: Maintained
3444
3445RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003446P: Benjamin Herrenschmidt
3447M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003448L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449S: Maintained
3450
3451RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003452P: Paul Mackerras
3453M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003454L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455S: Maintained
3456
3457RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3458P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003459M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003460L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461S: Maintained
3462
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003463RALINK RT2X00 WLAN DRIVER
3464P: rt2x00 project
3465L: linux-wireless@vger.kernel.org
3466L: rt2400-devel@lists.sourceforge.net
3467W: http://rt2x00.serialmonkey.com/
3468S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003469T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003470F: drivers/net/wireless/rt2x00/
3471
Nick Piggin9db55792008-02-08 04:19:49 -08003472RAMDISK RAM BLOCK DEVICE DRIVER
3473P: Nick Piggin
3474M: npiggin@suse.de
3475S: Maintained
3476
Matt Mackall9e95ce22005-04-16 15:25:56 -07003477RANDOM NUMBER DRIVER
3478P: Matt Mackall
3479M: mpm@selenic.com
3480S: Maintained
3481
Matt Porter394b7012005-11-07 01:00:15 -08003482RAPIDIO SUBSYSTEM
3483P: Matt Porter
3484M: mporter@kernel.crashing.org
3485L: linux-kernel@vger.kernel.org
3486S: Maintained
3487
Florian Fainellic1f766b2008-02-06 22:39:44 +01003488RDC R-321X SoC
3489P: Florian Fainelli
3490M: florian.fainelli@telecomint.eu
3491L: linux-kernel@vger.kernel.org
3492S: Maintained
3493
Florian Fainellidb17f392007-12-19 11:30:30 +01003494RDC R6040 FAST ETHERNET DRIVER
3495P: Florian Fainelli
3496M: florian.fainelli@telecomint.eu
3497L: netdev@vger.kernel.org
3498S: Maintained
3499
Josh Triplett595182b2006-10-04 02:17:21 -07003500READ-COPY UPDATE (RCU)
3501P: Dipankar Sarma
3502M: dipankar@in.ibm.com
3503W: http://www.rdrop.com/users/paulmck/rclock/
3504L: linux-kernel@vger.kernel.org
3505S: Supported
3506
3507RCUTORTURE MODULE
3508P: Josh Triplett
3509M: josh@freedesktop.org
3510L: linux-kernel@vger.kernel.org
3511S: Maintained
3512
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513REAL TIME CLOCK DRIVER
3514P: Paul Gortmaker
3515M: p_gortmaker@yahoo.com
3516L: linux-kernel@vger.kernel.org
3517S: Maintained
3518
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003519REAL TIME CLOCK (RTC) SUBSYSTEM
3520P: Alessandro Zummo
3521M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003522L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003523S: Maintained
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003526L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527S: Supported
3528
Ivo van Doorne08976452008-04-12 19:23:55 +02003529RFKILL
3530P: Ivo van Doorn
3531M: IvDoorn@gmail.com
3532L: netdev@vger.kernel.org
3533S: Maintained
3534F: net/rfkill
3535
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536ROCKETPORT DRIVER
3537P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538W: http://www.comtrol.com
3539S: Maintained
3540
3541ROSE NETWORK LAYER
3542P: Ralf Baechle
3543M: ralf@linux-mips.org
3544L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003545W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546S: Maintained
3547
3548RISCOM8 DRIVER
3549S: Orphan
3550
Michael Wu605bebe2007-05-14 01:41:02 -04003551RTL818X WIRELESS DRIVER
3552P: Michael Wu
3553M: flamingice@sourmilk.net
3554P: Andrea Merello
3555M: andreamrl@tiscali.it
3556L: linux-wireless@vger.kernel.org
3557W: http://linuxwireless.org/
3558T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3559S: Maintained
3560
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003561S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003562P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003563M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003564L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003565S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003566
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567S390
3568P: Martin Schwidefsky
3569M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003570P: Heiko Carstens
3571M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003573L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003574W: http://www.ibm.com/developerworks/linux/linux390/
3575S: Supported
3576
3577S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003578P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003579M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003580P: Frank Blaschka
3581M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003582M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003583L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003584W: http://www.ibm.com/developerworks/linux/linux390/
3585S: Supported
3586
3587S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003588P: Christof Schmitt
3589M: christof.schmitt@de.ibm.com
3590P: Martin Peschke
3591M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003592M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003593L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003594W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595S: Supported
3596
Ursula Braundd96df22007-09-19 13:09:02 +02003597S390 IUCV NETWORK LAYER
3598P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003599M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003600M: linux390@de.ibm.com
3601L: linux-s390@vger.kernel.org
3602W: http://www.ibm.com/developerworks/linux/linux390/
3603S: Supported
3604
Ben Dooks4dde7f72008-06-30 22:40:38 +01003605S3C24XX SD/MMC Driver
3606P: Ben Dooks
3607M: ben-linux@fluff.org
3608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3609L: linux-kernel@vger.kernel.org
3610S: Supported
3611
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612SAA7146 VIDEO4LINUX-2 DRIVER
3613P: Michael Hunold
3614M: michael@mihu.de
3615W: http://www.mihu.de/linux/saa7146
3616S: Maintained
3617
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618SC1200 WDT DRIVER
3619P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003620M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621S: Maintained
3622
3623SCHEDULER
3624P: Ingo Molnar
3625M: mingo@elte.hu
3626P: Robert Love [the preemptible kernel bits]
3627M: rml@tech9.net
3628L: linux-kernel@vger.kernel.org
3629S: Maintained
3630
3631SCSI CDROM DRIVER
3632P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003633M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634L: linux-scsi@vger.kernel.org
3635W: http://www.kernel.dk
3636S: Maintained
3637
3638SCSI SG DRIVER
3639P: Doug Gilbert
3640M: dgilbert@interlog.com
3641L: linux-scsi@vger.kernel.org
3642W: http://www.torque.net/sg
3643S: Maintained
3644
3645SCSI SUBSYSTEM
3646P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003647M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003649T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003650T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3651T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652S: Maintained
3653
3654SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003655P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656M: Kai.Makisara@kolumbus.fi
3657L: linux-scsi@vger.kernel.org
3658S: Maintained
3659
3660SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003661P: Vlad Yasevich
3662M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003663P: Sridhar Samudrala
3664M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003665L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003666W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003667S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668
3669SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003670P: Jim Cromie
3671M: jim.cromie@gmail.com
3672S: Odd Fixes
3673
3674SCx200 GPIO DRIVER
3675P: Jim Cromie
3676M: jim.cromie@gmail.com
3677S: Maintained
3678
3679SCx200 HRT CLOCKSOURCE DRIVER
3680P: Jim Cromie
3681M: jim.cromie@gmail.com
3682S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683
Sascha Sommer6a369132008-07-15 14:21:29 +02003684SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3685P: Sascha Sommer
3686M: saschasommer@freenet.de
3687L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3688S: Maintained
3689
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690SECURITY CONTACT
3691P: Security Officers
3692M: security@kernel.org
3693S: Supported
3694
3695SELINUX SECURITY MODULE
3696P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003697M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003699M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003700P: Eric Paris
3701M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003703L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704W: http://www.nsa.gov/selinux
3705S: Supported
3706
Jiri Slabycef2cf02007-05-08 00:31:45 -07003707SENSABLE PHANTOM
3708P: Jiri Slaby
3709M: jirislaby@gmail.com
3710S: Maintained
3711
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712SERIAL ATA (SATA) SUBSYSTEM:
3713P: Jeff Garzik
3714M: jgarzik@pobox.com
3715L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003716T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717S: Supported
3718
3719SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3720P: Pat Gefre
3721M: pfg@sgi.com
3722L: linux-ia64@vger.kernel.org
3723S: Supported
3724
Ben Hutchings8ceee662008-04-27 12:55:59 +01003725SFC NETWORK DRIVER
3726P: Steve Hodgson
3727P: Ben Hutchings
3728P: Robert Stonehouse
3729M: linux-net-drivers@solarflare.com
3730S: Supported
3731
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732SGI VISUAL WORKSTATION 320 AND 540
3733P: Andrey Panin
3734M: pazke@donpac.ru
3735L: linux-visws-devel@lists.sf.net
3736W: http://linux-visws.sf.net
3737S: Maintained for 2.6.
3738
3739SIMTEC EB110ATX (Chalice CATS)
3740P: Ben Dooks
3741P: Vincent Sanders
3742M: support@simtec.co.uk
3743W: http://www.simtec.co.uk/products/EB110ATX/
3744S: Supported
3745
3746SIMTEC EB2410ITX (BAST)
3747P: Ben Dooks
3748P: Vincent Sanders
3749M: support@simtec.co.uk
3750W: http://www.simtec.co.uk/products/EB2410ITX/
3751S: Supported
3752
Francois Romieu92aab3c2005-07-30 13:11:18 +02003753SIS 190 ETHERNET DRIVER
3754P: Francois Romieu
3755M: romieu@fr.zoreil.com
3756L: netdev@vger.kernel.org
3757S: Maintained
3758
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759SIS 900/7016 FAST ETHERNET DRIVER
3760P: Daniele Venzano
3761M: venza@brownhat.org
3762W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003763L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764S: Maintained
3765
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003766SIS 96X I2C/SMBUS DRIVER
3767P: Mark M. Hoffman
3768M: mhoffman@lightlink.com
3769L: lm-sensors@lm-sensors.org
3770S: Maintained
3771
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772SIS FRAMEBUFFER DRIVER
3773P: Thomas Winischhofer
3774M: thomas@winischhofer.net
3775W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003776S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777
3778SIS USB2VGA DRIVER
3779P: Thomas Winischhofer
3780M: thomas@winischhofer.net
3781W: http://www.winischhofer.at/linuxsisusbvga.shtml
3782S: Maintained
3783
Christoph Lameter415ad262007-07-26 10:40:56 -07003784SLAB ALLOCATOR
3785P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003786M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003787P: Pekka Enberg
3788M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003789P: Matt Mackall
3790M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003791L: linux-mm@kvack.org
3792S: Maintained
3793
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794SMC91x ETHERNET DRIVER
3795P: Nicolas Pitre
3796M: nico@cam.org
3797S: Maintained
3798
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003799SMSC47B397 HARDWARE MONITOR DRIVER
3800P: Mark M. Hoffman
3801M: mhoffman@lightlink.com
3802L: lm-sensors@lm-sensors.org
3803S: Maintained
3804
Ben Nizetteb54f2862008-03-13 22:27:30 +11003805SMX UIO Interface
3806P: Ben Nizette
3807M: bn@niasdigital.com
3808S: Maintained
3809
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003810SOC-CAMERA V4L2 SUBSYSTEM
3811P: Guennadi Liakhovetski
3812M: g.liakhovetski@gmx.de
3813L: video4linux-list@redhat.com
3814S: Maintained
3815
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816SOFTWARE RAID (Multiple Disks) SUPPORT
3817P: Ingo Molnar
3818M: mingo@redhat.com
3819P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003820M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003822S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823
Pavel Machek95a631e2007-07-19 01:47:42 -07003824HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825P: Pavel Machek
3826M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003827P: Rafael J. Wysocki
3828M: rjw@sisk.pl
3829L: linux-pm@lists.linux-foundation.org
3830S: Supported
3831
3832SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003833P: Len Brown
3834M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003835P: Pavel Machek
3836M: pavel@suse.cz
3837P: Rafael J. Wysocki
3838M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003839L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003840S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841
3842SONIC NETWORK DRIVER
3843P: Thomas Bogendoerfer
3844M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003845L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846S: Maintained
3847
Michael Buesch61e115a2007-09-18 15:12:50 -04003848SONICS SILICON BACKPLANE DRIVER (SSB)
3849P: Michael Buesch
3850M: mb@bu3sch.de
3851L: netdev@vger.kernel.org
3852S: Maintained
3853
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003855P: Mattia Dongili
3856M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003857L: linux-acpi@vger.kernel.org
3858W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003859S: Maintained
3860
Alex Dubovbaf85322008-02-09 10:20:54 -08003861SONY MEMORYSTICK CARD SUPPORT
3862P: Alex Dubov
3863M: oakad@yahoo.com
3864L: linux-kernel@vger.kernel.org
3865W: http://tifmxx.berlios.de/
3866S: Maintained
3867
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868SOUND
3869P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003870M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003871L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872S: Maintained
3873
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003874SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3875P: Liam Girdwood
3876M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003877P: Mark Brown
3878M: broonie@opensource.wolfsonmicro.com
3879T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003880L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003881S: Supported
3882
Kumar Gala025c3982006-04-02 16:05:54 -05003883SPI SUBSYSTEM
3884P: David Brownell
3885M: dbrownell@users.sourceforge.net
3886L: spi-devel-general@lists.sourceforge.net
3887S: Maintained
3888
Arnd Bergmannb8154542008-05-16 11:10:59 +02003889SPU FILE SYSTEM
3890P: Jeremy Kerr
3891M: jk@ozlabs.org
3892L: linuxppc-dev@ozlabs.org
3893L: cbe-oss-dev@ozlabs.org
3894W: http://www.ibm.com/developerworks/power/cell/
3895S: Supported
3896
Steven Rostedt855f46a2006-08-05 12:14:50 -07003897STABLE BRANCH:
3898P: Greg Kroah-Hartman
3899M: greg@kroah.com
3900P: Chris Wright
3901M: chrisw@sous-sol.org
3902L: stable@kernel.org
3903S: Maintained
3904
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905SHARP LH SUPPORT (LH7952X & LH7A40X)
3906P: Marc Singer
3907M: elf@buici.com
3908W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003909L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003910S: Maintained
3911
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003912SHPC HOTPLUG DRIVER
3913P: Kristen Carlson Accardi
3914M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003915L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003916S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003917
Pierre Ossmand129bce2006-03-24 03:18:17 -08003918SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3919P: Pierre Ossman
3920M: drzeus-sdhci@drzeus.cx
3921L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003922S: Maintained
3923
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003924SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3925P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003926M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003927L: netdev@vger.kernel.org
3928S: Maintained
3929
Chris Boot1a87d942006-07-10 04:45:34 -07003930SOEKRIS NET48XX LED SUPPORT
3931P: Chris Boot
3932M: bootc@bootc.net
3933S: Maintained
3934
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935SPARC (sparc32):
3936P: William L. Irwin
3937M: wli@holomorphy.com
3938L: sparclinux@vger.kernel.org
3939S: Maintained
3940
3941SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3942P: Roger Wolff
3943M: R.E.Wolff@BitWizard.nl
3944L: linux-kernel@vger.kernel.org ?
3945S: Supported
3946
Jim Lewis2752e402006-09-29 02:01:19 -07003947SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003948P: Ishizaki Kou
3949M: kou.ishizaki@toshiba.co.jp
3950P: Jens Osterkamp
3951M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003952L: netdev@vger.kernel.org
3953S: Supported
3954
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955SRM (Alpha) environment access
3956P: Jan-Benedict Glaw
3957M: jbglaw@lug-owl.de
3958L: linux-kernel@vger.kernel.org
3959S: Maintained
3960
3961STARFIRE/DURALAN NETWORK DRIVER
3962P: Ion Badulescu
3963M: ionut@cs.columbia.edu
3964S: Maintained
3965
3966STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3967W: http://mosquitonet.Stanford.EDU/strip.html
3968S: Unsupported ?
3969
3970STRADIS MPEG-2 DECODER DRIVER
3971P: Nathan Laredo
3972M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973W: http://www.stradis.com/
3974S: Maintained
3975
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003976SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977P: Paul Mundt
3978M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003979L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003981T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003982S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983
3984SUN3/3X
3985P: Sam Creasey
3986M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987W: http://sammy.net/sun3/
3988S: Maintained
3989
3990SVGA HANDLING
3991P: Martin Mares
3992M: mj@ucw.cz
3993L: linux-video@atrey.karlin.mff.cuni.cz
3994S: Maintained
3995
3996SYSV FILESYSTEM
3997P: Christoph Hellwig
3998M: hch@infradead.org
3999S: Maintained
4000
Alan Cox4e688522008-04-30 00:52:11 -07004001TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004002P: Balbir Singh
4003M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004004L: linux-kernel@vger.kernel.org
4005S: Maintained
4006
Stephen Hemminger781b4562006-07-10 20:25:29 -07004007TC CLASSIFIER
4008P: Jamal Hadi Salim
4009M: hadi@cyberus.ca
4010L: netdev@vger.kernel.org
4011S: Maintained
4012
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004013TCP LOW PRIORITY MODULE
4014P: Wong Hoi Sing, Edison
4015M: hswong3i@gmail.com
4016P: Hung Hing Lun, Mike
4017M: hlhung3i@gmail.com
4018W: http://tcp-lp-mod.sourceforge.net/
4019S: Maintained
4020
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004021TEHUTI ETHERNET DRIVER
4022P: Alexander Indenbaum
4023M: baum@tehutinetworks.net
4024P: Andy Gospodarek
4025M: andy@greyhouse.net
4026L: netdev@vger.kernel.org
4027S: Supported
4028
Alan Cox4e688522008-04-30 00:52:11 -07004029Telecom Clock Driver for MCPL0010
4030P: Mark Gross
4031M: mark.gross@intel.com
4032S: Supported
4033
4034TENSILICA XTENSA PORT (xtensa):
4035P: Chris Zankel
4036M: chris@zankel.net
4037S: Maintained
4038
4039THINKPAD ACPI EXTRAS DRIVER
4040P: Henrique de Moraes Holschuh
4041M: ibm-acpi@hmh.eng.br
4042L: ibm-acpi-devel@lists.sourceforge.net
4043W: http://ibm-acpi.sourceforge.net
4044W: http://thinkwiki.org/wiki/Ibm-acpi
4045T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4046S: Maintained
4047
Alex Dubov4020f2d2006-10-04 02:15:37 -07004048TI FLASH MEDIA INTERFACE DRIVER
4049P: Alex Dubov
4050M: oakad@yahoo.com
4051S: Maintained
4052
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004053TI OMAP MMC INTERFACE DRIVER
4054P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004055M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004056W: http://linux.omap.com
4057W: http://www.muru.com/linux/omap/
4058S: Maintained
4059
Michael Buesch844dd052006-06-26 00:24:59 -07004060TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4061P: Deepak Saxena
4062M: dsaxena@plexity.net
4063S: Maintained
4064
Per Lidene86eaa32006-01-12 16:45:18 +01004065TIPC NETWORK LAYER
4066P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004067M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004068P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004069M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004070P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004071M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004072L: tipc-discussion@lists.sourceforge.net
4073W: http://tipc.sourceforge.net/
4074W: http://tipc.cslab.ericsson.net/
4075T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4076S: Maintained
4077
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078TLAN NETWORK DRIVER
4079P: Samuel Chessman
4080M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004081L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082W: http://sourceforge.net/projects/tlan/
4083S: Maintained
4084
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085TOSHIBA ACPI EXTRAS DRIVER
4086P: John Belmonte
4087M: toshiba_acpi@memebeam.org
4088W: http://memebeam.org/toys/ToshibaAcpiDriver
4089S: Maintained
4090
4091TOSHIBA SMM DRIVER
4092P: Jonathan Buzzard
4093M: jonathan@buzzard.org.uk
4094L: tlinux-users@tce.toshiba-dme.co.jp
4095W: http://www.buzzard.org.uk/toshiba/
4096S: Maintained
4097
Alan Cox4e688522008-04-30 00:52:11 -07004098TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004099P: Debora Velarde
4100M: debora@linux.vnet.ibm.com
4101P: Rajiv Andrade
4102M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004103W: http://tpmdd.sourceforge.net
4104P: Marcel Selhorst
4105M: tpm@selhorst.net
4106W: http://www.prosec.rub.de/tpm/
4107L: tpmdd-devel@lists.sourceforge.net
4108S: Maintained
4109
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004111P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004112M: trivial@kernel.org
4113L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114S: Maintained
4115
Alan Cox4e688522008-04-30 00:52:11 -07004116TTY LAYER
4117P: Alan Cox
4118M: alan@lxorguk.ukuu.org.uk
4119L: linux-kernel@vger.kernel.org
4120S: Maintained
4121
Grant Grundler740db6d2008-02-17 11:53:49 -07004122TULIP NETWORK DRIVERS
4123P: Grant Grundler
4124M: grundler@parisc-linux.org
4125P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004126M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004127L: netdev@vger.kernel.org
4128S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129
4130TUN/TAP driver
4131P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004132M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133L: vtun@office.satix.net
4134W: http://vtun.sourceforge.net/tun
4135S: Maintained
4136
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004137TURBOCHANNEL SUBSYSTEM
4138P: Maciej W. Rozycki
4139M: macro@linux-mips.org
4140S: Maintained
4141
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142U14-34F SCSI DRIVER
4143P: Dario Ballabio
4144M: ballabio_dario@emc.com
4145L: linux-scsi@vger.kernel.org
4146S: Maintained
4147
Alan Coxcc2020e2008-05-19 14:21:51 +01004148UCLINUX (AND M68KNOMMU)
4149P: Greg Ungerer
4150M: gerg@uclinux.org
4151W: http://www.uclinux.org/
4152L: uclinux-dev@uclinux.org (subscribers-only)
4153S: Maintained
4154
Alan Coxcc2020e2008-05-19 14:21:51 +01004155UCLINUX FOR RENESAS H8/300
4156P: Yoshinori Sato
4157M: ysato@users.sourceforge.jp
4158W: http://uclinux-h8.sourceforge.jp/
4159S: Supported
4160
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004162P: Jan Kara
4163M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164W: http://linux-udf.sourceforge.net
4165S: Maintained
4166
Alan Coxcc2020e2008-05-19 14:21:51 +01004167UFS FILESYSTEM
4168P: Evgeniy Dushistov
4169M: dushistov@mail.ru
4170L: linux-kernel@vger.kernel.org
4171S: Maintained
4172
4173UltraSPARC (sparc64):
4174P: David S. Miller
4175M: davem@davemloft.net
4176L: sparclinux@vger.kernel.org
4177T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4178S: Maintained
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180UNIFORM CDROM DRIVER
4181P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004182M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183L: linux-kernel@vger.kernel.org
4184W: http://www.kernel.dk
4185S: Maintained
4186
4187USB ACM DRIVER
4188P: Oliver Neukum
4189M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004190L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191S: Maintained
4192
Jiri Slaby6d985162008-02-06 01:37:11 -08004193USB AUERSWALD DRIVER
4194P: Wolfgang Muees
4195M: wolfgang@iksw-muees.de
4196L: linux-usb@vger.kernel.org
4197S: Maintained
4198
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199USB BLOCK DRIVER (UB ub)
4200P: Pete Zaitcev
4201M: zaitcev@redhat.com
4202L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004203L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204S: Supported
4205
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206USB CDC ETHERNET DRIVER
4207P: Greg Kroah-Hartman
4208M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004209L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210S: Maintained
4211W: http://www.kroah.com/linux-usb/
4212
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004213USB CYPRESS C67X00 DRIVER
4214P: Peter Korsgaard
4215M: jacmet@sunsite.dk
4216L: linux-usb@vger.kernel.org
4217S: Maintained
4218
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004219USB DAVICOM DM9601 DRIVER
4220P: Peter Korsgaard
4221M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004222L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004223W: http://www.linux-usb.org/usbnet
4224S: Maintained
4225
Alan Coxcc2020e2008-05-19 14:21:51 +01004226USB DIAMOND RIO500 DRIVER
4227P: Cesar Miquel
4228M: miquel@df.uba.ar
4229L: rio500-users@lists.sourceforge.net
4230W: http://rio500.sourceforge.net
4231S: Maintained
4232
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233USB EHCI DRIVER
4234P: David Brownell
4235M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004236L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004237S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238
Luca Risolia7ce08c92006-01-11 02:06:59 +00004239USB ET61X[12]51 DRIVER
4240P: Luca Risolia
4241M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004242L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004243L: video4linux-list@redhat.com
4244W: http://www.linux-projects.org
4245S: Maintained
4246
David Brownell69ae9e32006-11-14 02:03:31 -08004247USB GADGET/PERIPHERAL SUBSYSTEM
4248P: David Brownell
4249M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004250L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004251W: http://www.linux-usb.org/gadget
4252S: Maintained
4253
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004254USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004255P: Jiri Kosina
4256M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004257L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004258T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259S: Maintained
4260
Olav Kongas959eea22005-11-03 17:38:14 +02004261USB ISP116X DRIVER
4262P: Olav Kongas
4263M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004264L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004265S: Maintained
4266
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267USB KAWASAKI LSI DRIVER
4268P: Oliver Neukum
4269M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004270L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271S: Maintained
4272
4273USB MASS STORAGE DRIVER
4274P: Matthew Dharm
4275M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004276L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004277L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278S: Maintained
4279W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4280
4281USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004282P: David Brownell
4283M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004284L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004285S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286
Matthias Urlichsba460e42005-07-14 00:33:47 -07004287USB OPTION-CARD DRIVER
4288P: Matthias Urlichs
4289M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004290L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004291S: Maintained
4292
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293USB OV511 DRIVER
4294P: Mark McClelland
4295M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004296L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297W: http://alpha.dyndns.org/ov511/
4298S: Maintained
4299
4300USB PEGASUS DRIVER
4301P: Petko Manolov
4302M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004303L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004304L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305W: http://pegasus2.sourceforge.net/
4306S: Maintained
4307
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004308USB PRINTER DRIVER (usblp)
4309P: Pete Zaitcev
4310M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004311L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004312S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313
4314USB RTL8150 DRIVER
4315P: Petko Manolov
4316M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004317L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004318L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319W: http://pegasus2.sourceforge.net/
4320S: Maintained
4321
4322USB SE401 DRIVER
4323P: Jeroen Vreeken
4324M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004325L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326W: http://www.chello.nl/~j.vreeken/se401/
4327S: Maintained
4328
Alan Cox4e688522008-04-30 00:52:11 -07004329USB SERIAL BELKIN F5U103 DRIVER
4330P: William Greathouse
4331M: wgreathouse@smva.com
4332L: linux-usb@vger.kernel.org
4333S: Maintained
4334
4335USB SERIAL CYPRESS M8 DRIVER
4336P: Lonnie Mendez
4337M: dignome@gmail.com
4338L: linux-usb@vger.kernel.org
4339S: Maintained
4340W: http://geocities.com/i0xox0i
4341W: http://firstlight.net/cvs
4342
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343USB SERIAL CYBERJACK DRIVER
4344P: Matthias Bruestle and Harald Welte
4345M: support@reiner-sct.com
4346W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4347S: Maintained
4348
4349USB SERIAL DIGI ACCELEPORT DRIVER
4350P: Peter Berger and Al Borchers
4351M: pberger@brimson.com
4352M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004353L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354S: Maintained
4355
4356USB SERIAL DRIVER
4357P: Greg Kroah-Hartman
4358M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004359L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360S: Supported
4361
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4363P: Gary Brubaker
4364M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004365L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366S: Maintained
4367
4368USB SERIAL KEYSPAN DRIVER
4369P: Greg Kroah-Hartman
4370M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004371L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372W: http://www.kroah.com/linux/
4373S: Maintained
4374
4375USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004376P: Support Department
4377M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004378L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379W: http://www.connecttech.com
4380S: Supported
4381
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004382USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383P: Luca Risolia
4384M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004385L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004386L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387W: http://www.linux-projects.org
4388S: Maintained
4389
4390USB SUBSYSTEM
4391P: Greg Kroah-Hartman
4392M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004393L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004395T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396S: Supported
4397
4398USB UHCI DRIVER
4399P: Alan Stern
4400M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004401L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402S: Maintained
4403
David Brownell69ae9e32006-11-14 02:03:31 -08004404USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405P: David Brownell
4406M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004407L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004408W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409S: Maintained
4410
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004411USB VIDEO CLASS
4412P: Laurent Pinchart
4413M: laurent.pinchart@skynet.be
4414L: linx-uvc-devel@berlios.de
4415L: video4linux-list@redhat.com
4416W: http://linux-uvc.berlios.de
4417S: Maintained
4418
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419USB W996[87]CF DRIVER
4420P: Luca Risolia
4421M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004422L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004423L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424W: http://www.linux-projects.org
4425S: Maintained
4426
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004427USB WIRELESS RNDIS DRIVER (rndis_wlan)
4428P: Jussi Kivilinna
4429M: jussi.kivilinna@mbnet.fi
4430L: linux-wireless@vger.kernel.org
4431S: Maintained
4432
Luca Risolia60f78052006-02-06 16:29:35 +00004433USB ZC0301 DRIVER
4434P: Luca Risolia
4435M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004436L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004437L: video4linux-list@redhat.com
4438W: http://www.linux-projects.org
4439S: Maintained
4440
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441USB ZD1201 DRIVER
4442P: Jeroen Vreeken
4443M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004444L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004445W: http://linux-lc100020.sourceforge.net
4446S: Maintained
4447
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004448USB ZR364XX DRIVER
4449P: Antoine Jacquet
4450M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004451L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004452L: video4linux-list@redhat.com
4453W: http://royale.zerezo.com/zr364xx/
4454S: Maintained
4455
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456USER-MODE LINUX
4457P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004458M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004459L: user-mode-linux-devel@lists.sourceforge.net
4460L: user-mode-linux-user@lists.sourceforge.net
4461W: http://user-mode-linux.sourceforge.net
4462S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004463
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004464USERSPACE I/O (UIO)
4465P: Hans J. Koch
4466M: hjk@linutronix.de
4467P: Greg Kroah-Hartman
4468M: gregkh@suse.de
4469L: linux-kernel@vger.kernel.org
4470S: Maintained
4471
Karel Zakf899b0a2008-05-23 13:04:21 -07004472UTIL-LINUX-NG PACKAGE
4473P: Karel Zak
4474M: kzak@redhat.com
4475L: util-linux-ng@vger.kernel.org
4476W: http://kernel.org/~kzak/util-linux-ng/
4477T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4478S: Maintained
4479
Alan Cox4e688522008-04-30 00:52:11 -07004480VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481P: OGAWA Hirofumi
4482M: hirofumi@mail.parknet.co.jp
4483L: linux-kernel@vger.kernel.org
4484S: Maintained
4485
Linus Torvalds1da177e2005-04-16 15:20:36 -07004486VIA RHINE NETWORK DRIVER
4487P: Roger Luethi
4488M: rl@hellgate.ch
4489S: Maintained
4490
Jean Delvare32c0a522005-09-22 21:47:58 +02004491VIAPRO SMBUS DRIVER
4492P: Jean Delvare
4493M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004494L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004495S: Maintained
4496
Francois Romieu01f20732007-01-26 00:57:17 -08004497VIA VELOCITY NETWORK DRIVER
4498P: Francois Romieu
4499M: romieu@fr.zoreil.com
4500L: netdev@vger.kernel.org
4501S: Maintained
4502
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004504P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004505M: mchehab@infradead.org
4506M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004508W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004509T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004510S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511
Patrick McHardybe7f8272007-10-23 20:26:36 -07004512VLAN (802.1Q)
4513P: Patrick McHardy
4514M: kaber@trash.net
4515L: netdev@vger.kernel.org
4516S: Maintained
4517
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004518VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4519P: Liam Girdwood
4520M: lg@opensource.wolfsonmicro.com
4521P: Mark Brown
4522M: broonie@opensource.wolfsonmicro.com
4523W: http://opensource.wolfsonmicro.com/node/15
4524T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4525S: Supported
4526
Juerg Haefligerab413192006-09-24 20:54:04 +02004527VT1211 HARDWARE MONITOR DRIVER
4528P: Juerg Haefliger
4529M: juergh@gmail.com
4530L: lm-sensors@lm-sensors.org
4531S: Maintained
4532
Roger Lucas1de9e372005-11-26 20:20:05 +01004533VT8231 HARDWARE MONITOR DRIVER
4534P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004535M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004536L: lm-sensors@lm-sensors.org
4537S: Maintained
4538
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539W1 DALLAS'S 1-WIRE BUS
4540P: Evgeniy Polyakov
4541M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004542S: Maintained
4543
Charles Spirakis13927072006-07-05 18:05:15 +02004544W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004545P: Marc Hulsman
4546M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004547L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004548S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004549
Rudolf Marek61db0112006-12-12 18:18:30 +01004550W83793 HARDWARE MONITORING DRIVER
4551P: Rudolf Marek
4552M: r.marek@assembler.cz
4553L: lm-sensors@lm-sensors.org
4554S: Maintained
4555
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556W83L51xD SD/MMC CARD INTERFACE DRIVER
4557P: Pierre Ossman
4558M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004559L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004560S: Maintained
4561
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004562WATCHDOG DEVICE DRIVERS
4563P: Wim Van Sebroeck
4564M: wim@iguana.be
4565T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4566S: Maintained
4567
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4569P: Jean Tourrilhes
4570M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004571L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4573S: Maintained
4574
4575WD7000 SCSI DRIVER
4576P: Miroslav Zagorac
4577M: zaga@fly.cc.fer.hr
4578L: linux-scsi@vger.kernel.org
4579S: Maintained
4580
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004581WISTRON LAPTOP BUTTON DRIVER
4582P: Miloslav Trmac
4583M: mitr@volny.cz
4584S: Maintained
4585
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586WL3501 WIRELESS PCMCIA CARD DRIVER
4587P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004588M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004589L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004590W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591S: Maintained
4592
Mark Brownfebf1df2008-04-02 00:51:09 -04004593WM97XX TOUCHSCREEN DRIVERS
4594P: Mark Brown
4595M: broonie@opensource.wolfsonmicro.com
4596P: Liam Girdwood
4597M: liam.girdwood@wolfsonmicro.com
4598L: linux-input@vger.kernel.org
4599T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4600W: http://opensource.wolfsonmicro.com/node/7
4601S: Supported
4602
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603X.25 NETWORK LAYER
4604P: Henner Eisen
4605M: eis@baty.hanse.de
4606L: linux-x25@vger.kernel.org
4607S: Maintained
4608
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004609XEN HYPERVISOR INTERFACE
4610P: Jeremy Fitzhardinge
4611M: jeremy@xensource.com
4612P: Chris Wright
4613M: chrisw@sous-sol.org
4614L: virtualization@lists.osdl.org
4615L: xen-devel@lists.xensource.com
4616S: Supported
4617
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618XFS FILESYSTEM
4619P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004620P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004622L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004624T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625S: Supported
4626
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004627XILINX SYSTEMACE DRIVER
4628P: Grant Likely
4629M: grant.likely@secretlab.ca
4630W: http://www.secretlab.ca/
4631L: linux-kernel@vger.kernel.org
4632S: Maintained
4633
Peter Korsgaard238b8722006-12-06 20:35:17 -08004634XILINX UARTLITE SERIAL DRIVER
4635P: Peter Korsgaard
4636M: jacmet@sunsite.dk
4637L: linux-serial@vger.kernel.org
4638S: Maintained
4639
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004640X86 ARCHITECTURE (32-BIT AND 64-BIT)
4641P: Thomas Gleixner
4642M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643P: Ingo Molnar
4644M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004645P: H. Peter Anvin
4646M: hpa@zytor.com
4647L: linux-kernel@vger.kernel.org
4648T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004649S: Maintained
4650
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651YAM DRIVER FOR AX.25
4652P: Jean-Paul Roubelat
4653M: jpr@f6fbb.org
4654L: linux-hams@vger.kernel.org
4655S: Maintained
4656
Henkaf64a5e2005-10-12 15:02:56 +02004657YEALINK PHONE DRIVER
4658P: Henk Vergonet
4659M: Henk.Vergonet@gmail.com
4660L: usbb2k-api-dev@nongnu.org
4661S: Maintained
4662
Linus Torvalds1da177e2005-04-16 15:20:36 -07004663Z8530 DRIVER FOR AX.25
4664P: Joerg Reuter
4665M: jreuter@yaina.de
4666W: http://yaina.de/jreuter/
4667W: http://www.qsl.net/dl1bke/
4668L: linux-hams@vger.kernel.org
4669S: Maintained
4670
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004671ZD1211RW WIRELESS DRIVER
4672P: Daniel Drake
4673M: dsd@gentoo.org
4674P: Ulrich Kunitz
4675M: kune@deine-taler.de
4676W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004677L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004678L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4679S: Maintained
4680
Linus Torvalds1da177e2005-04-16 15:20:36 -07004681ZF MACHZ WATCHDOG
4682P: Fernando Fuganti
4683M: fuganti@netbank.com.br
4684W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4685S: Maintained
4686
4687ZR36067 VIDEO FOR LINUX DRIVER
4688P: Ronald Bultje
4689M: rbultje@ronald.bitfreak.net
4690L: mjpeg-users@lists.sourceforge.net
4691W: http://mjpeg.sourceforge.net/driver-zoran/
4692S: Maintained
4693
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004694ZS DECSTATION Z85C30 SERIAL DRIVER
4695P: Maciej W. Rozycki
4696M: macro@linux-mips.org
4697S: Maintained
4698
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699THE REST
4700P: Linus Torvalds
4701S: Buried alive in reporters