blob: d072a0aead799acb2b6de3ba581acb88daa2404c [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
Philipp Zabel3b8861712008-07-09 21:27:15 +0100597ARM/MAGICIAN MACHINE SUPPORT
598P: Philipp Zabel
599M: philipp.zabel@gmail.com
600S: Maintained
601
Dirk Opfer8459c152005-11-06 14:27:52 +0000602ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100603P: Dmitry Baryshkov
604M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000605P: Dirk Opfer
606M: dirk@opfer-online.de
607S: Maintained
608
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100609ARM/PALMTX SUPPORT
610P: Marek Vasut
611M: marek.vasut@gmail.com
612W: http://hackndev.com
613S: Maintained
614
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615ARM/PLEB SUPPORT
616P: Peter Chubb
617M: pleb@gelato.unsw.edu.au
618W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
619S: Maintained
620
621ARM/PT DIGITAL BOARD PORT
622P: Stefan Eletzhofer
623M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700624L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625W: http://www.arm.linux.org.uk/
626S: Maintained
627
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800628ARM/RADISYS ENP2611 MACHINE SUPPORT
629P: Lennert Buytenhek
630M: kernel@wantstofly.org
631L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632S: Maintained
633
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634ARM/SHARK MACHINE SUPPORT
635P: Alexander Schulz
636M: alex@shark-linux.de
637W: http://www.shark-linux.de/shark.html
638S: Maintained
639
640ARM/STRONGARM110 PORT
641P: Russell King
642M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700643L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644W: http://www.arm.linux.org.uk/
645S: Maintained
646
647ARM/S3C2410 ARM ARCHITECTURE
648P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800649M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700650L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651W: http://www.fluff.org/ben/linux/
652S: Maintained
653
654ARM/S3C2440 ARM ARCHITECTURE
655P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800656M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700657L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658W: http://www.fluff.org/ben/linux/
659S: Maintained
660
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800661ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
662P: Lennert Buytenhek
663M: kernel@wantstofly.org
664L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
665S: Maintained
666
667ARM/THECUS N2100 MACHINE SUPPORT
668P: Lennert Buytenhek
669M: kernel@wantstofly.org
670L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
671S: Maintained
672
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673ARPD SUPPORT
674P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700675L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676S: Maintained
677
678ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500679P: Corentin Chary
680M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681P: Karol Kozimor
682M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683L: acpi4asus-user@lists.sourceforge.net
684W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500685W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686S: Maintained
687
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400688ASUS ASB100 HARDWARE MONITOR DRIVER
689P: Mark M. Hoffman
690M: mhoffman@lightlink.com
691L: lm-sensors@lm-sensors.org
692S: Maintained
693
Corentin Chary85091b72007-01-26 14:04:30 +0100694ASUS LAPTOP EXTRAS DRIVER
695P: Corentin Chary
696M: corentincj@iksaif.net
697L: acpi4asus-user@lists.sourceforge.net
698W: http://sourceforge.net/projects/acpi4asus
699W: http://xf.iksaif.net/acpi4asus
700S: Maintained
701
Dan Williamsb3e5f262007-08-07 10:26:35 -0700702ASYNCHRONOUS TRANSFERS/TRANSFORMS API
703P: Dan Williams
704M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100705P: Maciej Sosnowski
706M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700707L: linux-kernel@vger.kernel.org
708W: http://sourceforge.net/projects/xscaleiop
709S: Supported
710
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711ATA OVER ETHERNET DRIVER
712P: Ed L. Cashin
713M: ecashin@coraid.com
714W: http://www.coraid.com/support/linux
715S: Supported
716
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200717ATHEROS ATH5K WIRELESS DRIVER
718P: Jiri Slaby
719M: jirislaby@gmail.com
720P: Nick Kossifidis
721M: mickflemm@gmail.com
722P: Luis R. Rodriguez
723M: mcgrof@gmail.com
724L: linux-wireless@vger.kernel.org
725L: ath5k-devel@lists.ath5k.org
726S: Maintained
727
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000728ATI_REMOTE2 DRIVER
729P: Ville Syrjala
730M: syrjala@sci.fi
731S: Maintained
732
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600733ATL1 ETHERNET DRIVER
734P: Jay Cliburn
735M: jcliburn@gmail.com
736P: Chris Snook
737M: csnook@redhat.com
738L: atl1-devel@lists.sourceforge.net
739W: http://sourceforge.net/projects/atl1
740W: http://atl1.sourceforge.net
741S: Maintained
742
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743ATM
744P: Chas Williams
745M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700746L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747W: http://linux-atm.sourceforge.net
748S: Maintained
749
Pierre Ossman272f1332007-05-14 21:25:26 +0200750ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200751P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800752M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200753L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
754W: http://www.atmel.com/products/AT91/
755W: http://www.at91.com/
756S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200757
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800758ATMEL AT91 / AT32 SERIAL DRIVER
759P: Haavard Skinnemoen
760M: hskinnemoen@atmel.com
761L: linux-kernel@vger.kernel.org
762S: Supported
763
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800764ATMEL LCDFB DRIVER
765P: Nicolas Ferre
766M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800767L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800768S: Maintained
769
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100770ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100771P: Haavard Skinnemoen
772M: hskinnemoen@atmel.com
773S: Supported
774
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800775ATMEL SPI DRIVER
776P: Haavard Skinnemoen
777M: hskinnemoen@atmel.com
778S: Supported
779
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700780ATMEL USBA UDC DRIVER
781P: Haavard Skinnemoen
782M: hskinnemoen@atmel.com
783L: kernel@avr32linux.org
784W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
785S: Supported
786
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787ATMEL WIRELESS DRIVER
788P: Simon Kelley
789M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700790L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791W: http://www.thekelleys.org.uk/atmel
792W: http://atmelwlandriver.sourceforge.net/
793S: Maintained
794
Chris Wrighta92b7b82005-07-07 18:12:23 -0700795AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400796P: Al Viro
797M: viro@zeniv.linux.org.uk
798P: Eric Paris
799M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700800L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100801W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400802T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700803S: Maintained
804
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800805AUXILIARY DISPLAY DRIVERS
806P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700807M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800808L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700809W: http://miguelojeda.es/auxdisplay.htm
810W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800811S: Maintained
812
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700813AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700814P: Haavard Skinnemoen
815M: hskinnemoen@atmel.com
816W: http://www.atmel.com/products/AVR32/
817W: http://avr32linux.org/
818W: http://avrfreaks.net/
819S: Supported
820
821AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700822P: Haavard Skinnemoen
823M: hskinnemoen@atmel.com
824S: Supported
825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826AX.25 NETWORK LAYER
827P: Ralf Baechle
828M: ralf@linux-mips.org
829L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200830W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831S: Maintained
832
Richard Purdie300abeb2007-02-07 22:21:07 +0000833BACKLIGHT CLASS/SUBSYSTEM
834P: Richard Purdie
835M: rpurdie@rpsys.net
836S: Maintained
837
Bryan Wu1394f032007-05-06 14:50:22 -0700838BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800839P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800840M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800841L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
842W: http://blackfin.uclinux.org
843S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700844
Bryan Wue190d6b2007-07-17 14:43:44 +0800845BLACKFIN EMAC DRIVER
846P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800847M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800848L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
849W: http://blackfin.uclinux.org
850S: Supported
851
Mike Frysinger566da5b2007-06-11 15:31:30 +0800852BLACKFIN RTC DRIVER
853P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800854M: vapier.adi@gmail.com
855L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
856W: http://blackfin.uclinux.org
857S: Supported
858
Bryan Wu1394f032007-05-06 14:50:22 -0700859BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800860P: Sonic Zhang
861M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800862L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
863W: http://blackfin.uclinux.org
864S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700865
Bryan Wu1e6d3202007-07-15 02:50:02 +0800866BLACKFIN WATCHDOG DRIVER
867P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800868M: vapier.adi@gmail.com
869L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
870W: http://blackfin.uclinux.org
871S: Supported
872
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873BAYCOM/HDLCDRV DRIVERS FOR AX.25
874P: Thomas Sailer
875M: t.sailer@alumni.ethz.ch
876L: linux-hams@vger.kernel.org
877W: http://www.baycom.org/~tom/ham/ham.html
878S: Maintained
879
Michael Buesche4d6b792007-09-18 15:39:42 -0400880B43 WIRELESS DRIVER
881P: Michael Buesch
882M: mb@bu3sch.de
883P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100884M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400885L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100886W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400887S: Maintained
888
Larry Finger75388ac2007-09-25 16:46:54 -0700889B43LEGACY WIRELESS DRIVER
890P: Larry Finger
891M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100892P: Stefano Brivio
893M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700894L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100895W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700896S: Maintained
897
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898BEFS FILE SYSTEM
899P: Sergey S. Kostyliov
900M: rathamahata@php4.ru
901L: linux-kernel@vger.kernel.org
902S: Maintained
903
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904BFS FILE SYSTEM
905P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800906M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907L: linux-kernel@vger.kernel.org
908S: Maintained
909
Bryan Wud24ecfc2007-05-01 23:26:32 +0200910BLACKFIN I2C TWI DRIVER
911P: Sonic Zhang
912M: sonic.zhang@analog.com
913L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
914W: http://blackfin.uclinux.org/
915S: Supported
916
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917BLOCK LAYER
918P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200919M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800921T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922S: Maintained
923
Joern Engel2b54aae2008-02-06 01:38:02 -0800924BLOCK2MTD DRIVER
925P: Joern Engel
926M: joern@lazybastard.org
927L: linux-mtd@lists.infradead.org
928S: Maintained
929
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930BLUETOOTH SUBSYSTEM
931P: Marcel Holtmann
932M: marcel@holtmann.org
933P: Maxim Krasnyansky
934M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700935L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936W: http://bluez.sf.net
937W: http://www.bluez.org
938W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800939T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940S: Maintained
941
942BLUETOOTH RFCOMM LAYER
943P: Marcel Holtmann
944M: marcel@holtmann.org
945P: Maxim Krasnyansky
946M: maxk@qualcomm.com
947S: Maintained
948
949BLUETOOTH BNEP LAYER
950P: Marcel Holtmann
951M: marcel@holtmann.org
952P: Maxim Krasnyansky
953M: maxk@qualcomm.com
954S: Maintained
955
956BLUETOOTH CMTP LAYER
957P: Marcel Holtmann
958M: marcel@holtmann.org
959S: Maintained
960
961BLUETOOTH HIDP LAYER
962P: Marcel Holtmann
963M: marcel@holtmann.org
964S: Maintained
965
966BLUETOOTH HCI UART DRIVER
967P: Marcel Holtmann
968M: marcel@holtmann.org
969P: Maxim Krasnyansky
970M: maxk@qualcomm.com
971S: Maintained
972
973BLUETOOTH HCI USB DRIVER
974P: Marcel Holtmann
975M: marcel@holtmann.org
976P: Maxim Krasnyansky
977M: maxk@qualcomm.com
978S: Maintained
979
980BLUETOOTH HCI BCM203X DRIVER
981P: Marcel Holtmann
982M: marcel@holtmann.org
983S: Maintained
984
985BLUETOOTH HCI BPA10X DRIVER
986P: Marcel Holtmann
987M: marcel@holtmann.org
988S: Maintained
989
990BLUETOOTH HCI BFUSB DRIVER
991P: Marcel Holtmann
992M: marcel@holtmann.org
993S: Maintained
994
995BLUETOOTH HCI DTL1 DRIVER
996P: Marcel Holtmann
997M: marcel@holtmann.org
998S: Maintained
999
1000BLUETOOTH HCI BLUECARD DRIVER
1001P: Marcel Holtmann
1002M: marcel@holtmann.org
1003S: Maintained
1004
1005BLUETOOTH HCI BT3C DRIVER
1006P: Marcel Holtmann
1007M: marcel@holtmann.org
1008S: Maintained
1009
1010BLUETOOTH HCI BTUART DRIVER
1011P: Marcel Holtmann
1012M: marcel@holtmann.org
1013S: Maintained
1014
1015BLUETOOTH HCI VHCI DRIVER
1016P: Maxim Krasnyansky
1017M: maxk@qualcomm.com
1018S: Maintained
1019
1020BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001021P: Jay Vosburgh
1022M: fubar@us.ibm.com
1023L: bonding-devel@lists.sourceforge.net
1024W: http://sourceforge.net/projects/bonding/
1025S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026
Gary Zambrano39105892006-06-22 17:26:20 -07001027BROADCOM B44 10/100 ETHERNET DRIVER
1028P: Gary Zambrano
1029M: zambrano@broadcom.com
1030L: netdev@vger.kernel.org
1031S: Supported
1032
Michael Chan948c51e2006-06-04 02:51:39 -07001033BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1034P: Michael Chan
1035M: mchan@broadcom.com
1036L: netdev@vger.kernel.org
1037S: Supported
1038
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001039BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001040P: Eilon Greenstein
1041M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001042L: netdev@vger.kernel.org
1043S: Supported
1044
Michael Chan948c51e2006-06-04 02:51:39 -07001045BROADCOM TG3 GIGABIT ETHERNET DRIVER
1046P: Michael Chan
1047M: mchan@broadcom.com
1048L: netdev@vger.kernel.org
1049S: Supported
1050
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001051BSG (block layer generic sg v4 driver)
1052P: FUJITA Tomonori
1053M: fujita.tomonori@lab.ntt.co.jp
1054L: linux-scsi@vger.kernel.org
1055S: Supported
1056
Michael Bueschff1d5c22008-07-25 01:46:10 -07001057BT8XXGPIO DRIVER
1058P: Michael Buesch
1059M: mb@bu3sch.de
1060W: http://bu3sch.de/btgpio.php
1061S: Maintained
1062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001064P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001065M: mchehab@infradead.org
1066M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001068W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001069T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001070S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071
Jonathan Corbet77d51402007-03-22 19:44:17 -03001072CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1073P: Jonathan Corbet
1074M: corbet@lwn.net
1075L: video4linux-list@redhat.com
1076S: Maintained
1077
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001078CAN NETWORK LAYER
1079P: Urs Thuermann
1080M: urs.thuermann@volkswagen.de
1081P: Oliver Hartkopp
1082M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001083L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001084W: http://developer.berlios.de/projects/socketcan/
1085S: Maintained
1086
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001087CALGARY x86-64 IOMMU
1088P: Muli Ben-Yehuda
1089M: muli@il.ibm.com
1090P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001091M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001092L: linux-kernel@vger.kernel.org
1093L: discuss@x86-64.org
1094S: Maintained
1095
Arnd Bergmannb8154542008-05-16 11:10:59 +02001096CELL BROADBAND ENGINE ARCHITECTURE
1097P: Arnd Bergmann
1098M: arnd@arndb.de
1099L: linuxppc-dev@ozlabs.org
1100L: cbe-oss-dev@ozlabs.org
1101W: http://www.ibm.com/developerworks/power/cell/
1102S: Supported
1103
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001104CFAG12864B LCD DRIVER
1105P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001106M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001107L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001108W: http://miguelojeda.es/auxdisplay.htm
1109W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001110S: Maintained
1111
1112CFAG12864BFB LCD FRAMEBUFFER DRIVER
1113P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001114M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001115L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001116W: http://miguelojeda.es/auxdisplay.htm
1117W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001118S: Maintained
1119
Johannes Berg704232c2007-04-23 12:20:05 -07001120CFG80211 and NL80211
1121P: Johannes Berg
1122M: johannes@sipsolutions.net
1123L: linux-wireless@vger.kernel.org
1124S: Maintained
1125
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001126CHECKPATCH
1127P: Andy Whitcroft
1128M: apw@shadowen.org
1129P: Randy Dunlap
1130M: rdunlap@xenotime.net
1131P: Joel Schopp
1132M: jschopp@austin.ibm.com
1133S: Supported
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135COMMON INTERNET FILE SYSTEM (CIFS)
1136P: Steve French
1137M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001138L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001140W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001141T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001142S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143
Joel Becker7063fbf2005-12-15 14:29:43 -08001144CONFIGFS
1145P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001146M: joel.becker@oracle.com
1147L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001148S: Supported
1149
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001150CIRRUS LOGIC EP93XX ETHERNET DRIVER
1151P: Lennert Buytenhek
1152M: kernel@wantstofly.org
1153L: netdev@vger.kernel.org
1154S: Maintained
1155
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001156CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1157P: Lennert Buytenhek
1158M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001159L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001160S: Maintained
1161
Timur Tabid9e9d822008-04-24 08:45:26 +10001162CIRRUS LOGIC CS4270 SOUND DRIVER
1163P: Timur Tabi
1164M: timur@freescale.com
1165L: alsa-devel@alsa-project.org
1166S: Supported
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1169P: Cirrus Logic Corporation (kernel 2.2 driver)
1170M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1171P: Nils Faerber (port to kernel 2.4)
1172M: Nils Faerber <nils@kernelconcepts.de>
1173S: Maintained
1174
1175CODA FILE SYSTEM
1176P: Jan Harkes
1177M: jaharkes@cs.cmu.edu
1178M: coda@cs.cmu.edu
1179L: codalist@coda.cs.cmu.edu
1180W: http://www.coda.cs.cmu.edu/
1181S: Maintained
1182
1183COMPACTPCI HOTPLUG CORE
1184P: Scott Murray
1185M: scottm@somanetworks.com
1186M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001187L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188S: Supported
1189
1190COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1191P: Scott Murray
1192M: scottm@somanetworks.com
1193M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001194L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195S: Supported
1196
1197COMPACTPCI HOTPLUG GENERIC DRIVER
1198P: Scott Murray
1199M: scottm@somanetworks.com
1200M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001201L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202S: Supported
1203
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001204COMPAL LAPTOP SUPPORT
1205P: Cezary Jackiewicz
1206M: cezary.jackiewicz@gmail.com
1207S: Maintained
1208
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209COMPUTONE INTELLIPORT MULTIPORT CARD
1210P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001211M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001213S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214
Simon Arlott949be0f2007-03-06 02:47:46 -08001215CONEXANT ACCESSRUNNER USB DRIVER
1216P: Simon Arlott
1217M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001218L: accessrunner-general@lists.sourceforge.net
1219W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001220S: Maintained
1221
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001222CONTROL GROUPS (CGROUPS)
1223P: Paul Menage
1224M: menage@google.com
1225L: containers@lists.linux-foundation.org
1226S: Maintained
1227
Rudolf Marekbebe4672007-05-08 17:22:02 +02001228CORETEMP HARDWARE MONITORING DRIVER
1229P: Rudolf Marek
1230M: r.marek@assembler.cz
1231L: lm-sensors@lm-sensors.org
1232S: Maintained
1233
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234COSA/SRP SYNC SERIAL DRIVER
1235P: Jan "Yenya" Kasprzak
1236M: kas@fi.muni.cz
1237W: http://www.fi.muni.cz/~kas/cosa/
1238S: Maintained
1239
1240CPU FREQUENCY DRIVERS
1241P: Dave Jones
1242M: davej@codemonkey.org.uk
1243L: cpufreq@lists.linux.org.uk
1244W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001245T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246S: Maintained
1247
1248CPUID/MSR DRIVER
1249P: H. Peter Anvin
1250M: hpa@zytor.com
1251S: Maintained
1252
Paul Jacksoned90fb42005-09-27 21:45:37 -07001253CPUSETS
1254P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001255P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001256M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001257M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001258L: linux-kernel@vger.kernel.org
1259W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001260W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001261S: Supported
1262
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001264W: http://sourceforge.net/projects/cramfs/
1265S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266
1267CRIS PORT
1268P: Mikael Starvik
1269M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001270P: Jesper Nilsson
1271M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272L: dev-etrax@axis.com
1273W: http://developer.axis.com
1274S: Maintained
1275
1276CRYPTO API
1277P: Herbert Xu
1278M: herbert@gondor.apana.org.au
1279P: David S. Miller
1280M: davem@davemloft.net
1281L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001282T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283S: Maintained
1284
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001285CS5535 Audio ALSA driver
1286P: Jaya Kumar
1287M: jayakumar.alsa@gmail.com
1288S: Maintained
1289
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001290CX18 VIDEO4LINUX DRIVER
1291P: Hans Verkuil, Andy Walls
1292M: hverkuil@xs4all.nl, awalls@radix.net
1293L: ivtv-devel@ivtvdriver.org
1294L: ivtv-users@ivtvdriver.org
1295L: video4linux-list@redhat.com
1296W: http://linuxtv.org
1297S: Maintained
1298
Steve Wisee5ec3782008-05-20 14:06:33 -07001299CXGB3 ETHERNET DRIVER (CXGB3)
1300P: Divy Le Ray
1301M: divy@chelsio.com
1302L: netdev@vger.kernel.org
1303W: http://www.chelsio.com
1304S: Supported
1305
1306CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1307P: Steve Wise
1308M: swise@chelsio.com
1309L: general@lists.openfabrics.org
1310W: http://www.openfabrics.org
1311S: Supported
1312
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313CYBERPRO FB DRIVER
1314P: Russell King
1315M: rmk@arm.linux.org.uk
1316W: http://www.arm.linux.org.uk/
1317S: Maintained
1318
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001319CYBLAFB FRAMEBUFFER DRIVER
1320P: Knut Petersen
1321M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001322L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001323S: Maintained
1324
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325CYCLADES 2X SYNC CARD DRIVER
1326P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001327M: acme@ghostprotocols.net
1328W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329S: Maintained
1330
1331CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001333S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334
1335CYCLADES PC300 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339DAMA SLAVE for AX.25
1340P: Joerg Reuter
1341M: jreuter@yaina.de
1342W: http://yaina.de/jreuter/
1343W: http://www.qsl.net/dl1bke/
1344L: linux-hams@vger.kernel.org
1345S: Maintained
1346
1347DC395x SCSI driver
1348P: Oliver Neukum
1349M: oliver@neukum.name
1350P: Ali Akcaagac
1351M: aliakc@web.de
1352P: Jamie Lenehan
1353M: lenehan@twibble.org
1354W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001355L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356L: http://lists.twibble.org/mailman/listinfo/dc395x/
1357S: Maintained
1358
1359DC390/AM53C974 SCSI driver
1360P: Kurt Garloff
1361M: garloff@suse.de
1362W: http://www.garloff.de/kurt/linux/dc390/
1363P: Guennadi Liakhovetski
1364M: g.liakhovetski@gmx.de
1365S: Maintained
1366
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001367DCCP PROTOCOL
1368P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001369M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001370L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001371W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001372S: Maintained
1373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001375P: Christine Caulfield
1376M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377W: http://linux-decnet.sourceforge.net
1378L: linux-decnet-user@lists.sourceforge.net
1379S: Maintained
1380
1381DEFXX FDDI NETWORK DRIVER
1382P: Maciej W. Rozycki
1383M: macro@linux-mips.org
1384S: Maintained
1385
1386DELL LAPTOP SMM DRIVER
1387P: Massimo Dal Zotto
1388M: dz@debian.org
1389W: http://www.debian.org/~dz/i8k/
1390S: Maintained
1391
Doug Warzecha90563ec2005-09-06 15:17:15 -07001392DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1393P: Doug Warzecha
1394M: Douglas_Warzecha@dell.com
1395S: Maintained
1396
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001397DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398P: Alasdair Kergon
1399L: dm-devel@redhat.com
1400W: http://sources.redhat.com/dm
1401S: Maintained
1402
1403DEVICE NUMBER REGISTRY
1404P: Torben Mathiasen
1405M: device@lanana.org
1406W: http://lanana.org/docs/device-list/index.html
1407L: linux-kernel@vger.kernel.org
1408S: Maintained
1409
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410DIGI INTL. EPCA DRIVER
1411P: Digi International, Inc
1412M: Eng.Linux@digi.com
1413L: Eng.Linux@digi.com
1414W: http://www.digi.com
1415S: Orphaned
1416
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417DIRECTORY NOTIFICATION
1418P: Stephen Rothwell
1419M: sfr@canb.auug.org.au
1420L: linux-kernel@vger.kernel.org
1421S: Supported
1422
1423DISK GEOMETRY AND PARTITION HANDLING
1424P: Andries Brouwer
1425M: aeb@cwi.nl
1426W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1427W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1428W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1429S: Maintained
1430
1431DISKQUOTA:
1432P: Jan Kara
1433M: jack@suse.cz
1434L: linux-kernel@vger.kernel.org
1435S: Maintained
1436
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001437DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001438P: Christine Caulfield
1439M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001440P: David Teigland
1441M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001442L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001443W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001444T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001445S: Supported
1446
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1448P: Tobias Ringstrom
1449M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001450L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451S: Maintained
1452
Dan Williamsb3e5f262007-08-07 10:26:35 -07001453DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001454P: Maciej Sosnowski
1455M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001456P: Dan Williams
1457M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001458L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001459S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001460
Juerg Haefligerb8250372007-06-09 10:11:16 -04001461DME1737 HARDWARE MONITOR DRIVER
1462P: Juerg Haefliger
1463M: juergh@gmail.com
1464L: lm-sensors@lm-sensors.org
1465S: Maintained
1466
Martin Waitzba483d52005-06-17 13:20:59 -07001467DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001468P: Randy Dunlap
1469M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001470S: Maintained
1471
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001472DOCKING STATION DRIVER
1473P: Kristen Carlson Accardi
1474M: kristen.c.accardi@intel.com
1475L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001476S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001477
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001478DOCUMENTATION (/Documentation directory)
1479P: Michael Kerrisk
1480M: mtk.manpages@gmail.com
1481P: Randy Dunlap
1482M: rdunlap@xenotime.net
1483L: linux-doc@vger.kernel.org
1484S: Maintained
1485
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486DOUBLETALK DRIVER
1487P: James R. Van Zandt
1488M: jrv@vanzandt.mv.com
1489L: blinux-list@redhat.com
1490S: Maintained
1491
1492DRIVER CORE, KOBJECTS, AND SYSFS
1493P: Greg Kroah-Hartman
1494M: gregkh@suse.de
1495L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001496T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497S: Supported
1498
1499DRM DRIVERS
1500P: David Airlie
1501M: airlied@linux.ie
1502L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001503T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504S: Maintained
1505
1506DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001507P: Francois Romieu
1508M: romieu@fr.zoreil.com
1509L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510S: Maintained
1511
1512DVB SUBSYSTEM AND DRIVERS
1513P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001514M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001516W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001517T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001518S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001520DZ DECSTATION DZ11 SERIAL DRIVER
1521P: Maciej W. Rozycki
1522M: macro@linux-mips.org
1523S: Maintained
1524
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525EATA-DMA SCSI DRIVER
1526P: Michael Neuffer
1527L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1528S: Maintained
1529
1530EATA ISA/EISA/PCI SCSI DRIVER
1531P: Dario Ballabio
1532M: ballabio_dario@emc.com
1533L: linux-scsi@vger.kernel.org
1534S: Maintained
1535
1536EATA-PIO SCSI DRIVER
1537P: Michael Neuffer
1538M: mike@i-Connect.Net
1539L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1540S: Maintained
1541
1542EBTABLES
1543P: Bart De Schuymer
1544M: bart.de.schuymer@pandora.be
1545L: ebtables-user@lists.sourceforge.net
1546L: ebtables-devel@lists.sourceforge.net
1547W: http://ebtables.sourceforge.net/
1548S: Maintained
1549
Michael Halcrow237fead2006-10-04 02:16:22 -07001550ECRYPT FILE SYSTEM
1551P: Mike Halcrow, Phillip Hellewell
1552M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1553L: ecryptfs-devel@lists.sourceforge.net
1554W: http://ecryptfs.sourceforge.net/
1555S: Supported
1556
Alan Coxda9bb1d2006-01-18 17:44:13 -08001557EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001558P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001559M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001562S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001563
1564EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001565P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001566P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001567M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001568M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001569L: bluesmoke-devel@lists.sourceforge.net
1570W: bluesmoke.sourceforge.net
1571S: Maintained
1572
1573EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001574P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001575M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
1579
Douglas Thompson6bc78402007-07-19 01:50:12 -07001580EDAC-I82443BXGX
1581P: Tim Small
1582M: tim@buttersideup.com
1583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
1586
1587EDAC-I3000
1588P: Jason Uhlenkott
1589M: juhlenko@akamai.com
1590L: bluesmoke-devel@lists.sourceforge.net
1591W: bluesmoke.sourceforge.net
1592S: Maintained
1593
1594EDAC-I5000
1595P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001596M: dougthompson@xmission.com
1597L: bluesmoke-devel@lists.sourceforge.net
1598W: bluesmoke.sourceforge.net
1599S: Maintained
1600
1601EDAC-I82975X
1602P: Ranganathan Desikan
1603P: Arvind R.
1604M: rdesikan@jetzbroadband.com
1605M: arvind@acarlab.com
1606L: bluesmoke-devel@lists.sourceforge.net
1607W: bluesmoke.sourceforge.net
1608S: Maintained
1609
1610EDAC-PASEMI
1611P: Egor Martovetsky
1612M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001613L: bluesmoke-devel@lists.sourceforge.net
1614W: bluesmoke.sourceforge.net
1615S: Maintained
1616
Dave Peterson0e438e32006-03-26 01:38:55 -08001617EDAC-R82600
1618P: Tim Small
1619M: tim@buttersideup.com
1620L: bluesmoke-devel@lists.sourceforge.net
1621W: bluesmoke.sourceforge.net
1622S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001623
Eric Coopere59f8792008-03-13 12:55:46 +01001624EEEPC LAPTOP EXTRAS DRIVER
1625P: Corentin Chary
1626M: corentincj@iksaif.net
1627L: acpi4asus-user@lists.sourceforge.net
1628W: http://sourceforge.net/projects/acpi4asus
1629S: Maintained
1630
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631EEPRO100 NETWORK DRIVER
1632P: Andrey V. Savochkin
1633M: saw@saw.sw.com.sg
1634S: Maintained
1635
Josh Triplett0bee8d22006-07-30 03:03:58 -07001636EFS FILESYSTEM
1637W: http://aeschi.ch.eu.org/efs/
1638S: Orphan
1639
Heiko J Schickfab97222006-09-22 15:22:22 -07001640EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1641P: Hoang-Nam Nguyen
1642M: hnguyen@de.ibm.com
1643P: Christoph Raisch
1644M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001645L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001646S: Supported
1647
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001648EMBEDDED LINUX
1649P: Paul Gortmaker
1650M: paul.gortmaker@windriver.com
1651P David Woodhouse
1652M: dwmw2@infradead.org
1653L: linux-embedded@vger.kernel.org
1654S: Maintained
1655
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001656EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001657P: James Smart
1658M: james.smart@emulex.com
1659L: linux-scsi@vger.kernel.org
1660W: http://sourceforge.net/projects/lpfcxxxx
1661S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663EPSON 1355 FRAMEBUFFER DRIVER
1664P: Christopher Hoover
1665M: ch@murgatroid.com, ch@hpl.hp.com
1666S: Maintained
1667
1668ETHEREXPRESS-16 NETWORK DRIVER
1669P: Philip Blundell
1670M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001671L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672S: Maintained
1673
1674ETHERNET BRIDGE
1675P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001676M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001677L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001678W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679S: Maintained
1680
1681ETHERTEAM 16I DRIVER
1682P: Mika Kuoppala
1683M: miku@iki.fi
1684S: Maintained
1685
1686EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001687L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688S: Maintained
1689
1690EXT3 FILE SYSTEM
1691P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001692M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001693L: linux-ext4@vger.kernel.org
1694S: Maintained
1695
1696EXT4 FILE SYSTEM
1697P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001698M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001699L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700S: Maintained
1701
Jean Delvaree53004e2006-01-09 23:26:14 +01001702F71805F HARDWARE MONITORING DRIVER
1703P: Jean Delvare
1704M: khali@linux-fr.org
1705L: lm-sensors@lm-sensors.org
1706S: Maintained
1707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708FARSYNC SYNCHRONOUS DRIVER
1709P: Kevin Curtis
1710M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711W: http://www.farsite.co.uk/
1712S: Supported
1713
Akinobu Mitac5408b82007-04-23 14:41:20 -07001714FAULT INJECTION SUPPORT
1715P: Akinobu Mita
1716M: akinobu.mita@gmail.com
1717S: Supported
1718
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719FRAMEBUFFER LAYER
1720P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001721M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001722L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723W: http://linux-fbdev.sourceforge.net/
1724S: Maintained
1725
Zhang Wei173acc72008-03-01 07:42:48 -07001726FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001727P: Li Yang
1728M: leoli@freescale.com
1729P: Zhang Wei
1730M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001731L: linuxppc-embedded@ozlabs.org
1732L: linux-kernel@vger.kernel.org
1733S: Maintained
1734
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001735FREESCALE I2C CPM DRIVER
1736P: Jochen Friedrich
1737M: jochen@scram.de
1738L: linuxppc-dev@ozlabs.org
1739L: i2c@lm-sensors.org
1740S: Maintained
1741
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001742FREESCALE SOC FS_ENET DRIVER
1743P: Pantelis Antoniou
1744M: pantelis.antoniou@gmail.com
1745P: Vitaly Bordug
1746M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001747L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001748L: netdev@vger.kernel.org
1749S: Maintained
1750
Timur Tabid9e9d822008-04-24 08:45:26 +10001751FREESCALE QUICC ENGINE LIBRARY
1752P: Timur Tabi
1753M: timur@freescale.com
1754L: linuxppc-dev@ozlabs.org
1755S: Supported
1756
Li Yanga7205b32007-04-23 10:38:18 -07001757FREESCALE HIGHSPEED USB DEVICE DRIVER
1758P: Li Yang
1759M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001760L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001761L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001762S: Maintained
1763
Li Yangbeaf53b2007-05-25 13:54:02 +08001764FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1765P: Li Yang
1766M: leoli@freescale.com
1767L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001768L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001769S: Maintained
1770
Timur Tabid9e9d822008-04-24 08:45:26 +10001771FREESCALE QUICC ENGINE UCC UART DRIVER
1772P: Timur Tabi
1773M: timur@freescale.com
1774L: linuxppc-dev@ozlabs.org
1775S: Supported
1776
1777FREESCALE SOC SOUND DRIVERS
1778P: Timur Tabi
1779M: timur@freescale.com
1780L: alsa-devel@alsa-project.org
1781L: linuxppc-dev@ozlabs.org
1782S: Supported
1783
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784FILE LOCKING (flock() and fcntl()/lockf())
1785P: Matthew Wilcox
1786M: matthew@wil.cx
1787L: linux-fsdevel@vger.kernel.org
1788S: Maintained
1789
1790FILESYSTEMS (VFS and infrastructure)
1791P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001792M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001793L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794S: Maintained
1795
Stefan Richterf148e202008-01-12 12:32:44 +01001796FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001797P: Kristian Hoegsberg, Stefan Richter
1798M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1799L: linux1394-devel@lists.sourceforge.net
1800W: http://www.linux1394.org/
1801T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1802S: Maintained
1803
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804FIRMWARE LOADER (request_firmware)
1805L: linux-kernel@vger.kernel.org
1806S: Orphan
1807
1808FPU EMULATOR
1809P: Bill Metzenthen
1810M: billm@suburbia.net
1811W: http://suburbia.net/~billm/floating-point/emulator/
1812S: Maintained
1813
1814FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1815P: Mike McLagan
1816M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001817L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818S: Maintained
1819
1820FREEVXFS FILESYSTEM
1821P: Christoph Hellwig
1822M: hch@infradead.org
1823W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1824S: Maintained
1825
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001826FTRACE
1827P: Steven Rostedt
1828M: srostedt@redhat.com
1829S: Maintained
1830
David Howells5ab7ffe2007-04-10 15:10:45 +01001831FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832P: David Howells
1833M: dhowells@redhat.com
1834S: Maintained
1835
Jonathan Woithe20b93732008-06-11 10:14:56 +09301836FUJITSU LAPTOP EXTRAS
1837P: Jonathan Woithe
1838M: jwoithe@physics.adelaide.edu.au
1839L: linux-acpi@vger.kernel.org
1840S: Maintained
1841
Miklos Szeredi04578f12005-09-09 13:10:22 -07001842FUSE: FILESYSTEM IN USERSPACE
1843P: Miklos Szeredi
1844M: miklos@szeredi.hu
1845L: fuse-devel@lists.sourceforge.net
1846W: http://fuse.sourceforge.net/
1847S: Maintained
1848
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1850P: Rik Faith
1851M: faith@cs.unc.edu
1852L: linux-scsi@vger.kernel.org
1853S: Odd fixes (e.g., new signatures)
1854
1855GDT SCSI DISK ARRAY CONTROLLER DRIVER
1856P: Achim Leubner
1857M: achim_leubner@adaptec.com
1858L: linux-scsi@vger.kernel.org
1859W: http://www.icp-vortex.com/
1860S: Supported
1861
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001862GENERIC GPIO I2C DRIVER
1863P: Haavard Skinnemoen
1864M: hskinnemoen@atmel.com
1865S: Supported
1866
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1868P: Krzysztof Halasa
1869M: khc@pm.waw.pl
1870W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1871S: Maintained
1872
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001873GFS2 FILE SYSTEM
1874P: Steven Whitehouse
1875M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001876L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001877W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001878T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1879T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001880S: Supported
1881
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001882GIGASET ISDN DRIVERS
1883P: Hansjoerg Lipp
1884M: hjlipp@web.de
1885P: Tilman Schmidt
1886M: tilman@imap.cc
1887L: gigaset307x-common@lists.sourceforge.net
1888W: http://gigaset307x.sourceforge.net/
1889S: Maintained
1890
Jean Delvare5b543962005-08-15 19:51:02 +02001891HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001892L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001893W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001894S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001895
Michael Buesch844dd052006-06-26 00:24:59 -07001896HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001897S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001898
Robert Love860e1d62005-08-31 23:57:59 -04001899HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1900P: Robert Love
1901M: rlove@rlove.org
1902M: linux-kernel@vger.kernel.org
1903W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1904S: Maintained
1905
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906HARMONY SOUND DRIVER
1907P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001908M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001909L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910S: Maintained
1911
1912HAYES ESP SERIAL DRIVER
1913P: Andrew J. Robinson
1914M: arobinso@nyx.net
1915L: linux-kernel@vger.kernel.org
1916W: http://www.nyx.net/~arobinso
1917S: Maintained
1918
1919HFS FILESYSTEM
1920P: Roman Zippel
1921M: zippel@linux-m68k.org
1922L: linux-kernel@vger.kernel.org
1923S: Maintained
1924
1925HGA FRAMEBUFFER DRIVER
1926P: Ferenc Bakonyi
1927M: fero@drama.obuda.kando.hu
1928L: linux-nvidia@lists.surfsouth.com
1929W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1930S: Maintained
1931
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001932HID CORE LAYER
1933P: Jiri Kosina
1934M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001935L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001936T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001937S: Maintained
1938
Ingo Molnar38bed542007-02-22 09:09:34 +01001939HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1940P: Thomas Gleixner
1941M: tglx@linutronix.de
1942L: linux-kernel@vger.kernel.org
1943S: Maintained
1944
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945HIGH-SPEED SCC DRIVER FOR AX.25
1946P: Klaus Kudielka
1947M: klaus.kudielka@ieee.org
1948L: linux-hams@vger.kernel.org
1949W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1950S: Maintained
1951
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001952HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1953P: HighPoint Linux Team
1954M: linux@highpoint-tech.com
1955W: http://www.highpoint-tech.com
1956S: Supported
1957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958HIPPI
1959P: Jes Sorensen
1960M: jes@trained-monkey.org
1961L: linux-hippi@sunsite.dk
1962S: Maintained
1963
1964HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1965P: Chirag Kantharia
1966M: chirag.kantharia@hp.com
1967L: iss_storagedev@hp.com
1968S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001969
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970HEWLETT-PACKARD SMART2 RAID DRIVER
1971P: Chirag Kantharia
1972M: chirag.kantharia@hp.com
1973L: iss_storagedev@hp.com
1974S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001975
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1977P: Mike Miller
1978M: mike.miller@hp.com
1979L: iss_storagedev@hp.com
1980S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001981
Jouni Malinenff1d2762005-05-12 22:54:16 -04001982HOST AP DRIVER
1983P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001984M: j@w1.fi
1985L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001986L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001987W: http://hostap.epitest.fi/
1988S: Maintained
1989
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1991P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001992M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993S: Maintained
1994
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001995HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1996P: Carlos Corbacho
1997M: carlos@strangeworlds.co.uk
1998S: Odd Fixes
1999
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002000HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002001P: Clemens Ladisch
2002M: clemens@ladisch.de
2003S: Maintained
2004
2005HPET: i386
2006P: Venkatesh Pallipadi (Venki)
2007M: venkatesh.pallipadi@intel.com
2008S: Maintained
2009
2010HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002011P: Vojtech Pavlik
2012M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002013S: Maintained
2014
2015HPET: ACPI hpet.c
2016P: Bob Picco
2017M: bob.picco@hp.com
2018S: Maintained
2019
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020HPFS FILESYSTEM
2021P: Mikulas Patocka
2022M: mikulas@artax.karlin.mff.cuni.cz
2023W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2024S: Maintained
2025
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002026HTCPEN TOUCHSCREEN DRIVER
2027P: Pau Oliva Fora
2028M: pof@eslack.org
2029L: linux-input@vger.kernel.org
2030S: Maintained
2031
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032HUGETLB FILESYSTEM
2033P: William Irwin
2034M: wli@holomorphy.com
2035S: Maintained
2036
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002037I2C/SMBUS STUB DRIVER
2038P: Mark M. Hoffman
2039M: mhoffman@lightlink.com
2040L: lm-sensors@lm-sensors.org
2041S: Maintained
2042
Jean Delvare5b543962005-08-15 19:51:02 +02002043I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002044P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002046P: Ben Dooks (embedded platforms)
2047M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002048L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002049T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050S: Maintained
2051
Till Harbaume8c76ee2007-05-01 23:26:35 +02002052I2C-TINY-USB DRIVER
2053P: Till Harbaum
2054M: till@harbaum.org
2055L: i2c@lm-sensors.org
2056T: http://www.harbaum.org/till/i2c_tiny_usb
2057S: Maintained
2058
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002060P: H. Peter Anvin
2061M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062L: Linux-Kernel@vger.kernel.org
2063S: Maintained
2064
2065i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066P: H. Peter Anvin
2067M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002068T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069S: Maintained
2070
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071IA64 (Itanium) PLATFORM
2072P: Tony Luck
2073M: tony.luck@intel.com
2074L: linux-ia64@vger.kernel.org
2075W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002076T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077S: Maintained
2078
2079SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002080P: Jes Sorensen
2081M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082L: linux-altix@sgi.com
2083L: linux-ia64@vger.kernel.org
2084W: http://www.sgi.com/altix
2085S: Maintained
2086
2087IBM MCA SCSI SUBSYSTEM DRIVER
2088P: Michael Lang
2089M: langa2@kph.uni-mainz.de
2090W: http://www.uni-mainz.de/~langm000/linux.html
2091S: Maintained
2092
2093IBM Power Linux RAID adapter
2094P: Brian King
2095M: brking@us.ibm.com
2096S: Supported
2097
2098IBM ServeRAID RAID DRIVER
2099P: Jack Hammer
2100P: Dave Jeffery
2101M: ipslinux@adaptec.com
2102W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002103S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002105IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002107M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002109T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110S: Maintained
2111
2112IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002113P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002114M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002115L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002116S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117
2118IDE/ATAPI FLOPPY DRIVERS
2119P: Paul Bristow
2120M: Paul Bristow <paul@paulbristow.net>
2121W: http://paulbristow.net/linux/idefloppy.html
2122L: linux-kernel@vger.kernel.org
2123S: Maintained
2124
2125IDE/ATAPI TAPE DRIVERS
2126P: Gadi Oxman
2127M: Gadi Oxman <gadio@netvision.net.il>
2128L: linux-kernel@vger.kernel.org
2129S: Maintained
2130
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002131IDE-SCSI DRIVER
2132L: linux-ide@vger.kernel.org
2133L: linux-scsi@vger.kernel.org
2134S: Orphan
2135
Stefan Richterf148e202008-01-12 12:32:44 +01002136IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002138M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002139P: Stefan Richter
2140M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141L: linux1394-devel@lists.sourceforge.net
2142W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002143T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Maintained
2145
Stefan Richterf51a5a92007-04-23 14:41:10 -07002146IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147P: Dan Dennedy
2148M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002149P: Stefan Richter
2150M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002152S: Maintained
2153
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002155L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002156S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157
2158INFINIBAND SUBSYSTEM
2159P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002160M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002162M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002164M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002165L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002167T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168S: Supported
2169
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002170INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002171P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002172M: dmitry.torokhov@gmail.com
2173M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002174L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002175T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176S: Maintained
2177
Robert Lovec9f04f52005-07-15 12:21:07 -04002178INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002179P: John McCutchan
2180M: ttb@tentacle.dhs.org
2181P: Robert Love
2182M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002183L: linux-kernel@vger.kernel.org
2184S: Maintained
2185
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002186INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002187P: Sylvain Meyer
2188M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002189L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002190S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002191
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002193P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002194M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002195L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002196S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198INTEL IA32 MICROCODE UPDATE SUPPORT
2199P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002200M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201S: Maintained
2202
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002203INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002204P: Maciej Sosnowski
2205M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002206L: linux-kernel@vger.kernel.org
2207S: Supported
2208
Dan Williamsb3e5f262007-08-07 10:26:35 -07002209INTEL IOP-ADMA DMA DRIVER
2210P: Dan Williams
2211M: dan.j.williams@intel.com
2212L: linux-kernel@vger.kernel.org
2213S: Supported
2214
Michael Buesch844dd052006-06-26 00:24:59 -07002215INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2216P: Deepak Saxena
2217M: dsaxena@plexity.net
2218S: Maintained
2219
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002220INTEL IXP2000 ETHERNET DRIVER
2221P: Lennert Buytenhek
2222M: kernel@wantstofly.org
2223L: netdev@vger.kernel.org
2224S: Maintained
2225
Auke Kokd94e6fe2008-03-03 14:37:47 -08002226INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002227P: Jeff Kirsher
2228M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002229P: Jesse Brandeburg
2230M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002231P: Bruce Allan
2232M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002233P: PJ Waskiewicz
2234M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002235P: John Ronciak
2236M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002237L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002238W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239S: Supported
2240
James Ketrenos826d2ab2005-11-07 18:56:59 -06002241INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002242P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002243M: yi.zhu@intel.com
2244P: James Ketrenos
2245M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002246P: Reinette Chatre
2247M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002248L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002249L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002250W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002251W: http://ipw2100.sourceforge.net
2252S: Supported
2253
2254INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002255P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002256M: yi.zhu@intel.com
2257P: James Ketrenos
2258M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002259P: Reinette Chatre
2260M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002261L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002262L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002263W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002264W: http://ipw2200.sourceforge.net
2265S: Supported
2266
Zhu Yib481de92007-09-25 17:54:57 -07002267INTEL WIRELESS WIFI LINK (iwlwifi)
2268P: Zhu Yi
2269M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002270P: Reinette Chatre
2271M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002272L: linux-wireless@vger.kernel.org
2273L: ipw3945-devel@lists.sourceforge.net
2274W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002275T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002276S: Supported
2277
Ralf Baechlecb109a02007-08-30 23:56:30 -07002278IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279P: Ralf Baechle
2280M: ralf@linux-mips.org
2281L: linux-mips@linux-mips.org
2282S: Maintained
2283
Ralf Baechlecb109a02007-08-30 23:56:30 -07002284IOC3 SERIAL DRIVER
2285P: Pat Gefre
2286M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002287L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002288S: Maintained
2289
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290IP MASQUERADING:
2291P: Juanjo Ciarlante
2292M: jjciarla@raiz.uncu.edu.ar
2293S: Maintained
2294
Francois Romieu1202d6f2007-09-17 17:13:55 -07002295IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2296P: Francois Romieu
2297M: romieu@fr.zoreil.com
2298P: Sorbica Shieh
2299M: sorbica@icplus.com.tw
2300P: Jesse Huang
2301M: jesse@icplus.com.tw
2302L: netdev@vger.kernel.org
2303S: Maintained
2304
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002305IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002306P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002307M: infinipath@qlogic.com
2308L: general@lists.openfabrics.org
2309T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002310S: Supported
2311
Corey Minyard4409ebe2006-04-20 02:43:12 -07002312IPMI SUBSYSTEM
2313P: Corey Minyard
2314M: minyard@acm.org
2315L: openipmi-developer@lists.sourceforge.net
2316W: http://openipmi.sourceforge.net/
2317S: Supported
2318
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319IPX NETWORK LAYER
2320P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002321M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002322L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323S: Maintained
2324
David Sterba099dc4f2008-02-07 10:57:12 +01002325IPWIRELES DRIVER
2326P: Jiri Kosina
2327M: jkosina@suse.cz
2328P: David Sterba
2329M: dsterba@suse.cz
2330S: Maintained
2331T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2332
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002334P: Samuel Ortiz
2335M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002336L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002338S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339
Mike Christie14816b1e2007-11-28 16:22:06 -08002340ISCSI
2341P: Mike Christie
2342M: michaelc@cs.wisc.edu
2343L: open-iscsi@googlegroups.com
2344W: www.open-iscsi.org
2345T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2346S: Maintained
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348ISAPNP
2349P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002350M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Maintained
2352
2353ISDN SUBSYSTEM
2354P: Karsten Keil
2355M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002356L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002358T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Maintained
2360
2361ISDN SUBSYSTEM (Eicon active card driver)
2362P: Armin Schindler
2363M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002364L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365W: http://www.melware.de
2366S: Maintained
2367
Hans Verkuil91821ff2007-12-02 09:35:33 -03002368IVTV VIDEO4LINUX DRIVER
2369P: Hans Verkuil
2370M: hverkuil@xs4all.nl
2371L: ivtv-devel@ivtvdriver.org
2372L: ivtv-users@ivtvdriver.org
2373L: video4linux-list@redhat.com
2374W: http://www.ivtvdriver.org
2375S: Maintained
2376
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2378P: David Woodhouse
2379M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002380L: linux-mtd@lists.infradead.org
2381W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Maintained
2383
Artem Bityutskiy95270562008-07-14 17:58:44 +03002384UBI FILE SYSTEM (UBIFS)
2385P: Artem Bityutskiy
2386M: dedekind@infradead.org
2387P: Adrian Hunter
2388M: ext-adrian.hunter@nokia.com
2389L: linux-mtd@lists.infradead.org
2390T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2391W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2392S: Maintained
2393
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394JFS FILESYSTEM
2395P: Dave Kleikamp
2396M: shaggy@austin.ibm.com
2397L: jfs-discussion@lists.sourceforge.net
2398W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002399T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400S: Supported
2401
Josh Triplettde456d32006-07-30 03:04:00 -07002402JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002403P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002404M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002405L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002406S: Maintained
2407
Rudolf Marek4660cb32006-10-08 22:01:26 +02002408K8TEMP HARDWARE MONITORING DRIVER
2409P: Rudolf Marek
2410M: r.marek@assembler.cz
2411L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
2414KCONFIG
2415P: Roman Zippel
2416M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002417L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418S: Maintained
2419
Vivek Goyalea6c2082006-05-20 14:59:55 -07002420KDUMP
2421P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002422M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002423P: Haren Myneni
2424M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002425L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002426L: linux-kernel@vger.kernel.org
2427W: http://lse.sourceforge.net/kdump/
2428S: Maintained
2429
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430KERNEL AUTOMOUNTER (AUTOFS)
2431P: H. Peter Anvin
2432M: hpa@zytor.com
2433L: autofs@linux.kernel.org
2434S: Odd Fixes
2435
2436KERNEL AUTOMOUNTER v4 (AUTOFS4)
2437P: Ian Kent
2438M: raven@themaw.net
2439L: autofs@linux.kernel.org
2440S: Maintained
2441
2442KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443P: Sam Ravnborg
2444M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002445T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2446T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002447L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002448S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449
2450KERNEL JANITORS
2451P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002452L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454S: Maintained
2455
2456KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002457P: J. Bruce Fields
2458M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002460M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002461L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002463S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464
Avi Kivity426d62e2006-12-13 00:34:03 -08002465KERNEL VIRTUAL MACHINE (KVM)
2466P: Avi Kivity
2467M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002468L: kvm@vger.kernel.org
2469W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002470S: Supported
2471
Hollis Blanchard513014b2008-04-16 23:28:08 -05002472KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2473P: Hollis Blanchard
2474M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002475L: kvm-ppc@vger.kernel.org
2476W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002477S: Supported
2478
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002479KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002480P: Anthony Xu
2481M: anthony.xu@intel.com
2482P: Xiantao Zhang
2483M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002484L: kvm-ia64@vger.kernel.org
2485W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002486S: Supported
2487
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002488KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2489P: Carsten Otte
2490M: cotte@de.ibm.com
2491P: Christian Borntraeger
2492M: borntraeger@de.ibm.com
2493M: linux390@de.ibm.com
2494L: linux-s390@vger.kernel.org
2495W: http://www.ibm.com/developerworks/linux/linux390/
2496S: Supported
2497
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002498KEXEC
2499P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002500M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002501W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002502L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002503L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002504S: Maintained
2505
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002506KGDB
2507P: Jason Wessel
2508M: jason.wessel@windriver.com
2509L: kgdb-bugreport@lists.sourceforge.net
2510S: Maintained
2511
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002512KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002513P: Ananth N Mavinakayanahalli
2514M: ananth@in.ibm.com
2515P: Anil S Keshavamurthy
2516M: anil.s.keshavamurthy@intel.com
2517P: David S. Miller
2518M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002519P: Masami Hiramatsu
2520M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002521L: linux-kernel@vger.kernel.org
2522S: Maintained
2523
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002524KS0108 LCD CONTROLLER DRIVER
2525P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002526M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002527L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002528W: http://miguelojeda.es/auxdisplay.htm
2529W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002530S: Maintained
2531
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002534S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535
2536LASI 53c700 driver for PARISC
2537P: James E.J. Bottomley
2538M: James.Bottomley@HansenPartnership.com
2539L: linux-scsi@vger.kernel.org
2540S: Maintained
2541
Richard Purdie263de9b2006-05-15 09:44:16 -07002542LED SUBSYSTEM
2543P: Richard Purdie
2544M: rpurdie@rpsys.net
2545S: Maintained
2546
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547LEGO USB Tower driver
2548P: Juergen Stuber
2549M: starblue@users.sourceforge.net
2550L: legousb-devel@lists.sourceforge.net
2551W: http://legousb.sourceforge.net/
2552S: Maintained
2553
Rusty Russell568a17f2007-10-25 14:12:24 +10002554LGUEST
2555P: Rusty Russell
2556M: rusty@rustcorp.com.au
2557L: lguest@ozlabs.org
2558W: http://lguest.ozlabs.org/
2559S: Maintained
2560
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561LINUX FOR IBM pSERIES (RS/6000)
2562P: Paul Mackerras
2563M: paulus@au.ibm.com
2564W: http://www.ibm.com/linux/ltc/projects/ppc
2565S: Supported
2566
2567LINUX FOR NCR VOYAGER
2568P: James Bottomley
2569M: James.Bottomley@HansenPartnership.com
2570W: http://www.hansenpartnership.com/voyager
2571S: Maintained
2572
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002573LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574P: Paul Mackerras
2575M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002576P: Benjamin Herrenschmidt
2577M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578W: http://www.penguinppc.org/
2579L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002580T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581S: Supported
2582
2583LINUX FOR POWER MACINTOSH
2584P: Benjamin Herrenschmidt
2585M: benh@kernel.crashing.org
2586W: http://www.penguinppc.org/
2587L: linuxppc-dev@ozlabs.org
2588S: Maintained
2589
Grant Likely77a76362008-07-12 12:11:43 -06002590LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591P: Sylvain Munaut
2592M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002593P: Grant Likely
2594M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596S: Maintained
2597
2598LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002599P: Josh Boyer
2600M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601P: Matt Porter
2602M: mporter@kernel.crashing.org
2603W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002604L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002605T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606S: Maintained
2607
Grant Likely260c02a2007-10-02 12:15:34 +10002608LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2609P: Grant Likely
2610M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002611W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002612L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613S: Maintained
2614
Tom Rinie93adf12005-07-26 12:49:53 -07002615LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002616P: Vitaly Bordug
2617M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002618P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002619M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002620W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002621L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002622S: Maintained
2623
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002625P: Kumar Gala
2626M: galak@kernel.crashing.org
2627W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002628L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002629S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630
Olof Johanssonab06ff32006-09-06 14:44:54 -05002631LINUX FOR POWERPC PA SEMI PWRFICIENT
2632P: Olof Johansson
2633M: olof@lixom.net
2634W: http://www.pasemi.com/
2635L: linuxppc-dev@ozlabs.org
2636S: Supported
2637
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638LLC (802.2)
2639P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002640M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641S: Maintained
2642
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643LINUX SECURITY MODULE (LSM) FRAMEWORK
2644P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002645M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002646L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002647T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648S: Supported
2649
2650LM83 HARDWARE MONITOR DRIVER
2651P: Jean Delvare
2652M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002653L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654S: Maintained
2655
2656LM90 HARDWARE MONITOR DRIVER
2657P: Jean Delvare
2658M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002659L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660S: Maintained
2661
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002662LOCKDEP AND LOCKSTAT
2663P: Peter Zijlstra
2664M: peterz@infradead.org
2665P: Ingo Molnar
2666M: mingo@redhat.com
2667L: linux-kernel@vger.kernel.org
2668T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2669S: Maintained
2670
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002671LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672P: Richard Russon (FlatCap)
2673M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002674L: linux-ntfs-dev@lists.sourceforge.net
2675W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676S: Maintained
2677
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002678LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2679P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002680M: Eric.Moore@lsi.com
2681M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002682L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002683L: linux-scsi@vger.kernel.org
2684W: http://www.lsilogic.com/support
2685S: Supported
2686
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2688P: Matthew Wilcox
2689M: matthew@wil.cx
2690L: linux-scsi@vger.kernel.org
2691S: Maintained
2692
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002693M32R ARCHITECTURE
2694P: Hirokazu Takata
2695M: takata@linux-m32r.org
2696L: linux-m32r@ml.linux-m32r.org
2697L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2698W: http://www.linux-m32r.org/
2699S: Maintained
2700
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701M68K ARCHITECTURE
2702P: Geert Uytterhoeven
2703M: geert@linux-m68k.org
2704P: Roman Zippel
2705M: zippel@linux-m68k.org
2706L: linux-m68k@lists.linux-m68k.org
2707W: http://www.linux-m68k.org/
2708W: http://linux-m68k-cvs.ubb.ca/
2709S: Maintained
2710
2711M68K ON APPLE MACINTOSH
2712P: Joshua Thompson
2713M: funaho@jurai.org
2714W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002715L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716S: Maintained
2717
2718M68K ON HP9000/300
2719P: Philip Blundell
2720M: philb@gnu.org
2721W: http://www.tazenda.demon.co.uk/phil/linux-hp
2722S: Maintained
2723
Jiri Benc64a327a2007-05-05 11:47:08 -07002724MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002725P: Johannes Berg
2726M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002727P: Michael Wu
2728M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002729L: linux-wireless@vger.kernel.org
2730W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002731T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002732S: Maintained
2733
Stefano Brivio1036d862007-12-23 04:46:27 +01002734MAC80211 PID RATE CONTROL
2735P: Stefano Brivio
2736M: stefano.brivio@polimi.it
2737P: Mattias Nissler
2738M: mattias.nissler@gmx.de
2739L: linux-wireless@vger.kernel.org
2740W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2741T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2742S: Maintained
2743
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002744MACVLAN DRIVER
2745P: Patrick McHardy
2746M: kaber@trash.net
2747L: netdev@vger.kernel.org
2748S: Maintained
2749
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750MARVELL YUKON / SYSKONNECT DRIVER
2751P: Mirko Lindner
2752M: mlindner@syskonnect.de
2753P: Ralph Roesler
2754M: rroesler@syskonnect.de
2755W: http://www.syskonnect.com
2756S: Supported
2757
Michael Kerriskfaf16682005-07-31 22:34:47 -07002758MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002759P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002760M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002761W: http://www.kernel.org/doc/man-pages
2762S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002763
Stefano Brivio74cda162007-11-19 20:27:46 +01002764MARVELL LIBERTAS WIRELESS DRIVER
2765P: Dan Williams
2766M: dcbw@redhat.com
2767L: libertas-dev@lists.infradead.org
2768S: Maintained
2769
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002770MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002771P: Lennert Buytenhek
2772M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002773L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002774S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775
2776MATROX FRAMEBUFFER DRIVER
2777P: Petr Vandrovec
2778M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002779L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780S: Maintained
2781
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002782MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2783P: Hans J. Koch
2784M: hjk@linutronix.de
2785L: lm-sensors@lm-sensors.org
2786S: Maintained
2787
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002788MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002789P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002790M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002791S: linux-scsi@vger.kernel.org
2792W: http://megaraid.lsilogic.com
2793S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002794
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002795MEMORY MANAGEMENT
2796L: linux-mm@kvack.org
2797L: linux-kernel@vger.kernel.org
2798W: http://www.linux-mm.org
2799S: Maintained
2800
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002801MEMORY RESOURCE CONTROLLER
2802P: Balbir Singh
2803M: balbir@linux.vnet.ibm.com
2804P: Pavel Emelyanov
2805M: xemul@openvz.org
2806P: KAMEZAWA Hiroyuki
2807M: kamezawa.hiroyu@jp.fujitsu.com
2808L: linux-mm@kvack.org
2809L: linux-kernel@vger.kernel.org
2810S: Maintained
2811
David Howellsb920de12008-02-08 04:19:31 -08002812MEI MN10300/AM33 PORT
2813P: David Howells
2814M: dhowells@redhat.com
2815P: Koichi Yasutake
2816M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002817L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002818W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2819S: Maintained
2820
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002821MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822P: David Woodhouse
2823M: dwmw2@infradead.org
2824W: http://www.linux-mtd.infradead.org/
2825L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002826T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827S: Maintained
2828
Artem Bityutskiy48576402007-02-13 17:11:10 +02002829UNSORTED BLOCK IMAGES (UBI)
2830P: Artem Bityutskiy
2831M: dedekind@infradead.org
2832W: http://www.linux-mtd.infradead.org/
2833L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002834T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002835S: Maintained
2836
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837MICROTEK X6 SCANNER
2838P: Oliver Neukum
2839M: oliver@neukum.name
2840S: Maintained
2841
2842MIPS
2843P: Ralf Baechle
2844M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002845W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002847T: git www.linux-mips.org:/pub/scm/linux.git
2848S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849
2850MISCELLANEOUS MCA-SUPPORT
2851P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002852M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853L: linux-kernel@vger.kernel.org
2854S: Maintained
2855
2856MODULE SUPPORT
2857P: Rusty Russell
2858M: rusty@rustcorp.com.au
2859L: linux-kernel@vger.kernel.org
2860S: Maintained
2861
2862MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2863P: Stelian Pop
2864M: stelian@popies.net
2865W: http://popies.net/meye/
2866S: Maintained
2867
Pavel Pisac58ff042007-05-16 01:10:41 +02002868MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2869P: Pavel Pisa
2870M: ppisa@pikron.com
2871L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002872S: Maintained
2873
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874MOUSE AND MISC DEVICES [GENERAL]
2875P: Alessandro Rubini
2876M: rubini@ipvvis.unipv.it
2877L: linux-kernel@vger.kernel.org
2878S: Maintained
2879
Jiri Slabyb9705b62008-04-30 00:53:48 -07002880MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002881P: Jiri Slaby
2882M: jirislaby@gmail.com
2883L: linux-kernel@vger.kernel.org
2884S: Maintained
2885
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002886MSI LAPTOP SUPPORT
2887P: Lennart Poettering
2888M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002889W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002890W: http://0pointer.de/lennart/tchibo.html
2891S: Maintained
2892
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002893MULTIFUNCTION DEVICES (MFD)
2894P: Samuel Ortiz
2895M: sameo@openedhand.com
2896L: linux-kernel@vger.kernel.org
2897S: Supported
2898
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002899MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002900P: Pierre Ossman
2901M: drzeus-mmc@drzeus.cx
2902L: linux-kernel@vger.kernel.org
2903S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002904
David Brownell15a05802007-08-08 09:12:54 -07002905MULTIMEDIA CARD (MMC) ETC. OVER SPI
2906P: David Brownell
2907M: dbrownell@users.sourceforge.net
2908L: linux-kernel@vger.kernel.org
2909S: Odd fixes
2910
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911MULTISOUND SOUND DRIVER
2912P: Andrew Veliath
2913M: andrewtv@usa.net
2914S: Maintained
2915
Jiri Slabyd7354102006-12-08 02:38:35 -08002916MULTITECH MULTIPORT CARD (ISICOM)
2917P: Jiri Slaby
2918M: jirislaby@gmail.com
2919L: linux-kernel@vger.kernel.org
2920S: Maintained
2921
Brice Goglin2d3cf582008-05-17 12:45:36 +02002922MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2923P: Andrew Gallatin
2924M: gallatin@myri.com
2925P: Brice Goglin
2926M: brice@myri.com
2927L: netdev@vger.kernel.org
2928W: http://www.myri.com/scs/download-Myri10GE.html
2929S: Supported
2930
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931NATSEMI ETHERNET DRIVER (DP8381x)
2932P: Tim Hockin
2933M: thockin@hockin.org
2934S: Maintained
2935
2936NCP FILESYSTEM
2937P: Petr Vandrovec
2938M: vandrove@vc.cvut.cz
2939L: linware@sh.cvut.cz
2940S: Maintained
2941
2942NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2943P: James E.J. Bottomley
2944M: James.Bottomley@HansenPartnership.com
2945L: linux-scsi@vger.kernel.org
2946S: Maintained
2947
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002948NETEFFECT IWARP RNIC DRIVER (IW_NES)
2949P: Faisal Latif
2950M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002951P: Chien Tung
2952M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002953L: general@lists.openfabrics.org
2954W: http://www.neteffect.com
2955S: Supported
2956F: drivers/infiniband/hw/nes/
2957
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002958NETEM NETWORK EMULATOR
2959P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002960M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002961L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002962S: Maintained
2963
Jiri Slaby4a584482007-08-30 23:56:39 -07002964NETERION (S2IO) Xframe 10GbE DRIVER
2965P: Ramkrishna Vepa
2966M: ram.vepa@neterion.com
2967P: Rastapur Santosh
2968M: santosh.rastapur@neterion.com
2969P: Sivakumar Subramani
2970M: sivakumar.subramani@neterion.com
2971P: Sreenivasa Honnur
2972M: sreenivasa.honnur@neterion.com
2973L: netdev@vger.kernel.org
2974W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2975S: Supported
2976
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977NETFILTER/IPTABLES/IPCHAINS
2978P: Rusty Russell
2979P: Marc Boucher
2980P: James Morris
2981P: Harald Welte
2982P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002983P: Patrick McHardy
2984M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002985L: netfilter-devel@vger.kernel.org
2986L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002987L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988W: http://www.netfilter.org/
2989W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990S: Supported
2991
Paul Moore4cc67732006-09-25 15:57:13 -07002992NETLABEL
2993P: Paul Moore
2994M: paul.moore@hp.com
2995W: http://netlabel.sf.net
2996L: netdev@vger.kernel.org
2997S: Supported
2998
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999NETROM NETWORK LAYER
3000P: Ralf Baechle
3001M: ralf@linux-mips.org
3002L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003003W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004S: Maintained
3005
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003006NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007P: Paul Clements
3008M: Paul.Clements@steeleye.com
3009S: Maintained
3010
3011NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012P: Jeff Garzik
3013M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003014L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003015T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016S: Maintained
3017
3018NETWORKING [GENERAL]
3019P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003020M: netdev@vger.kernel.org
3021L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003022W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023S: Maintained
3024
3025NETWORKING [IPv4/IPv6]
3026P: David S. Miller
3027M: davem@davemloft.net
3028P: Alexey Kuznetsov
3029M: kuznet@ms2.inr.ac.ru
3030P: Pekka Savola (ipv6)
3031M: pekkas@netcore.fi
3032P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003033M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034P: Hideaki YOSHIFUJI
3035M: yoshfuji@linux-ipv6.org
3036P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003037M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003038L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003039T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040S: Maintained
3041
James Morris10e2ff12007-08-25 14:41:28 -07003042NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3043P: Paul Moore
3044M: paul.moore@hp.com
3045L: netdev@vger.kernel.org
3046S: Maintained
3047
John W. Linville29f8f632006-01-18 14:52:48 -08003048NETWORKING [WIRELESS]
3049P: John W. Linville
3050M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003051L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003052T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3053S: Maintained
3054
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003055NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003056P: Dhananjay Phadke
3057M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003058L: netdev@vger.kernel.org
3059W: http://www.netxen.com
3060S: Supported
3061
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062IPVS
3063P: Wensong Zhang
3064M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003065P: Simon Horman
3066M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067P: Julian Anastasov
3068M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003069L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070S: Maintained
3071
3072NFS CLIENT
3073P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003074M: Trond.Myklebust@netapp.com
3075L: linux-nfs@vger.kernel.org
3076W: http://client.linux-nfs.org
3077T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078S: Maintained
3079
3080NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003081P: Jan-Pascal van Best
3082M: janpascal@vanbest.org
3083P: Andreas Mohr
3084M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086S: Maintained
3087
3088NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3089P: YOKOTA Hiroshi
3090M: yokota@netlab.is.tsukuba.ac.jp
3091W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3092S: Maintained
3093
3094NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3095P: GOTO Masanori
3096M: gotom@debian.or.jp
3097P: YOKOTA Hiroshi
3098M: yokota@netlab.is.tsukuba.ac.jp
3099W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3100S: Maintained
3101
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102NTFS FILESYSTEM
3103P: Anton Altaparmakov
3104M: aia21@cantab.net
3105L: linux-ntfs-dev@lists.sourceforge.net
3106L: linux-kernel@vger.kernel.org
3107W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003108T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109S: Maintained
3110
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003111NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003112P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003113M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003114L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003115S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003117OPENCORES I2C BUS DRIVER
3118P: Peter Korsgaard
3119M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003120L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003121S: Maintained
3122
Mark Fashehccd979b2005-12-15 14:31:24 -08003123ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3124P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003125M: mfasheh@suse.com
3126P: Joel Becker
3127M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003128L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003129W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003130T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003131S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003132
Bob Copeland0ad122d2008-07-25 19:45:18 -07003133OMFS FILESYSTEM
3134P: Bob Copeland
3135M: me@bobcopeland.com
3136L: linux-karma-devel@lists.sourceforge.net
3137S: Maintained
3138
Harald Weltec1986ee2005-11-13 16:06:29 -08003139OMNIKEY CARDMAN 4000 DRIVER
3140P: Harald Welte
3141M: laforge@gnumonks.org
3142S: Maintained
3143
Harald Welte77c44ab2005-11-13 16:06:26 -08003144OMNIKEY CARDMAN 4040 DRIVER
3145P: Harald Welte
3146M: laforge@gnumonks.org
3147S: Maintained
3148
Jonathan Corbet77d51402007-03-22 19:44:17 -03003149OMNIVISION OV7670 SENSOR DRIVER
3150P: Jonathan Corbet
3151M: corbet@lwn.net
3152L: video4linux-list@redhat.com
3153S: Maintained
3154
Thomas Gleixner431bca72007-05-02 09:31:35 +02003155ONENAND FLASH DRIVER
3156P: Kyungmin Park
3157M: kyungmin.park@samsung.com
3158L: linux-mtd@lists.infradead.org
3159S: Maintained
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161ONSTREAM SCSI TAPE DRIVER
3162P: Willem Riede
3163M: osst@riede.org
3164L: osst-users@lists.sourceforge.net
3165L: linux-scsi@vger.kernel.org
3166S: Maintained
3167
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003169P: Robert Richter
3170M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171L: oprofile-list@lists.sf.net
3172S: Maintained
3173
3174ORINOCO DRIVER
3175P: Pavel Roskin
3176M: proski@gnu.org
3177P: David Gibson
3178M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003179L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003180L: orinoco-users@lists.sourceforge.net
3181L: orinoco-devel@lists.sourceforge.net
3182W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183S: Maintained
3184
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003185PA SEMI ETHERNET DRIVER
3186P: Olof Johansson
3187M: olof@lixom.net
3188L: netdev@vger.kernel.org
3189S: Maintained
3190
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003191PA SEMI SMBUS DRIVER
3192P: Olof Johansson
3193M: olof@lixom.net
3194L: i2c@lm-sensors.org
3195S: Maintained
3196
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003198L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003199S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200
3201PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3202P: Tim Waugh
3203M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003204L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205W: http://www.torque.net/linux-pp.html
3206S: Maintained
3207
3208PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003209P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003210M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211P: Matthew Wilcox
3212M: matthew@wil.cx
3213P: Grant Grundler
3214M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003215L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003217T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218S: Maintained
3219
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003220PARAVIRT_OPS INTERFACE
3221P: Jeremy Fitzhardinge
3222M: jeremy@xensource.com
3223P: Chris Wright
3224M: chrisw@sous-sol.org
3225P: Zachary Amsden
3226M: zach@vmware.com
3227P: Rusty Russell
3228M: rusty@rustcorp.com.au
3229L: virtualization@lists.osdl.org
3230L: linux-kernel@vger.kernel.org
3231S: Supported
3232
Jim Cromie1662d322006-10-06 00:43:59 -07003233PC87360 HARDWARE MONITORING DRIVER
3234P: Jim Cromie
3235M: jim.cromie@gmail.com
3236L: lm-sensors@lm-sensors.org
3237S: Maintained
3238
3239PC8736x GPIO DRIVER
3240P: Jim Cromie
3241M: jim.cromie@gmail.com
3242S: Maintained
3243
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003244PCI ERROR RECOVERY
3245P: Linas Vepstas
3246M: linas@austin.ibm.com
3247L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003248L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003249S: Supported
3250
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003252P: Jesse Barnes
3253M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003255L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003256T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257S: Supported
3258
3259PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003260P: Kristen Carlson Accardi
3261M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262S: Supported
3263
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003264PCIE HOTPLUG DRIVER
3265P: Kristen Carlson Accardi
3266M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003267L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003268S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003269
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003271P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003272L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003273W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003274T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003275S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276
3277PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003278P: Don Fry
3279M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003280L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281S: Maintained
3282
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003283PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003284P: Balbir Singh
3285M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003286L: linux-kernel@vger.kernel.org
3287S: Maintained
3288
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003289PERSONALITY HANDLING
3290P: Christoph Hellwig
3291M: hch@infradead.org
3292L: linux-abi-devel@lists.sourceforge.net
3293S: Maintained
3294
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003296P: Joern Engel
3297M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298L: linux-mtd@lists.infradead.org
3299S: Maintained
3300
Peter Osterlund249a6772005-09-27 21:45:30 -07003301PKTCDVD DRIVER
3302P: Peter Osterlund
3303M: petero2@telia.com
3304L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003305S: Maintained
3306
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003308P: Thomas Gleixner
3309M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003310L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311S: Supported
3312
Anton Vorontsov3be86142007-07-15 04:43:36 +04003313POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3314P: Anton Vorontsov
3315M: cbou@mail.ru
3316P: David Woodhouse
3317M: dwmw2@infradead.org
3318L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003319T: git git.infradead.org/battery-2.6.git
3320S: Maintained
3321
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322PNP SUPPORT
3323P: Adam Belay
3324M: ambx1@neo.rr.com
3325S: Maintained
3326
Vitaly Wool999445d2007-01-04 13:07:03 +01003327PNXxxxx I2C DRIVER
3328P: Vitaly Wool
3329M: vitalywool@gmail.com
3330L: i2c@lm-sensors.org
3331S: Maintained
3332
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333PPP PROTOCOL DRIVERS AND COMPRESSORS
3334P: Paul Mackerras
3335M: paulus@samba.org
3336L: linux-ppp@vger.kernel.org
3337S: Maintained
3338
3339PPP OVER ATM (RFC 2364)
3340P: Mitchell Blank Jr
3341M: mitch@sfgoth.com
3342S: Maintained
3343
3344PPP OVER ETHERNET
3345P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003346M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347S: Maintained
3348
James Chapmana6d23702007-06-27 15:53:17 -07003349PPP OVER L2TP
3350P: James Chapman
3351M: jchapman@katalix.com
3352S: Maintained
3353
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354PREEMPTIBLE KERNEL
3355P: Robert Love
3356M: rml@tech9.net
3357L: linux-kernel@vger.kernel.org
3358L: kpreempt-tech@lists.sourceforge.net
3359W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3360S: Supported
3361
Michael Wueff1a592007-09-25 18:11:01 -07003362P54 WIRELESS DRIVER
3363P: Michael Wu
3364M: flamingice@sourmilk.net
3365L: linux-wireless@vger.kernel.org
3366W: http://prism54.org
3367T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3368S: Maintained
3369
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003371P: Luis R. Rodriguez
3372M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003373L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374W: http://prism54.org
3375S: Maintained
3376
3377PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3378P: Peter Denison
3379M: promise@pnd-pc.demon.co.uk
3380W: http://www.pnd-pc.demon.co.uk/promise/
3381S: Maintained
3382
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003383PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3384P: Mikael Pettersson
3385M: mikpe@it.uu.se
3386L: linux-ide@vger.kernel.org
3387S: Maintained
3388
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003389PS3 NETWORK SUPPORT
3390P: Masakazu Mokuno
3391M: mokuno@sm.sony.co.jp
3392L: netdev@vger.kernel.org
3393L: cbe-oss-dev@ozlabs.org
3394S: Supported
3395
Geoff Levandf58a9d12006-11-23 00:46:51 +01003396PS3 PLATFORM SUPPORT
3397P: Geoff Levand
3398M: geoffrey.levand@am.sony.com
3399L: linuxppc-dev@ozlabs.org
3400L: cbe-oss-dev@ozlabs.org
3401S: Supported
3402
Michael Krufky83202042006-07-03 00:24:18 -07003403PVRUSB2 VIDEO4LINUX DRIVER
3404P: Mike Isely
3405M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003406L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003407L: video4linux-list@redhat.com
3408W: http://www.isely.net/pvrusb2/
3409S: Maintained
3410
Eric Miao30ec2612008-06-12 15:21:41 -07003411PXA2xx/PXA3xx SUPPORT
3412P: Eric Miao
3413M: eric.miao@marvell.com
3414P: Russell King
3415M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003416L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417S: Maintained
3418
Pierre Ossman272f1332007-05-14 21:25:26 +02003419PXA MMCI DRIVER
3420S: Orphan
3421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422QLOGIC QLA2XXX FC-SCSI DRIVER
3423P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003424M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425L: linux-scsi@vger.kernel.org
3426S: Supported
3427
Ron Mercer5a4faa872006-07-25 00:40:21 -07003428QLOGIC QLA3XXX NETWORK DRIVER
3429P: Ron Mercer
3430M: linux-driver@qlogic.com
3431L: netdev@vger.kernel.org
3432S: Supported
3433
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434QNX4 FILESYSTEM
3435P: Anders Larsen
3436M: al@alarsen.net
3437L: linux-kernel@vger.kernel.org
3438W: http://www.alarsen.net/linux/qnx4fs/
3439S: Maintained
3440
3441RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003442P: Benjamin Herrenschmidt
3443M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003444L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445S: Maintained
3446
3447RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003448P: Paul Mackerras
3449M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003450L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451S: Maintained
3452
3453RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3454P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003455M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003456L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457S: Maintained
3458
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003459RALINK RT2X00 WLAN DRIVER
3460P: rt2x00 project
3461L: linux-wireless@vger.kernel.org
3462L: rt2400-devel@lists.sourceforge.net
3463W: http://rt2x00.serialmonkey.com/
3464S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003465T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003466F: drivers/net/wireless/rt2x00/
3467
Nick Piggin9db55792008-02-08 04:19:49 -08003468RAMDISK RAM BLOCK DEVICE DRIVER
3469P: Nick Piggin
3470M: npiggin@suse.de
3471S: Maintained
3472
Matt Mackall9e95ce22005-04-16 15:25:56 -07003473RANDOM NUMBER DRIVER
3474P: Matt Mackall
3475M: mpm@selenic.com
3476S: Maintained
3477
Matt Porter394b7012005-11-07 01:00:15 -08003478RAPIDIO SUBSYSTEM
3479P: Matt Porter
3480M: mporter@kernel.crashing.org
3481L: linux-kernel@vger.kernel.org
3482S: Maintained
3483
Florian Fainellic1f766b2008-02-06 22:39:44 +01003484RDC R-321X SoC
3485P: Florian Fainelli
3486M: florian.fainelli@telecomint.eu
3487L: linux-kernel@vger.kernel.org
3488S: Maintained
3489
Florian Fainellidb17f392007-12-19 11:30:30 +01003490RDC R6040 FAST ETHERNET DRIVER
3491P: Florian Fainelli
3492M: florian.fainelli@telecomint.eu
3493L: netdev@vger.kernel.org
3494S: Maintained
3495
Josh Triplett595182b2006-10-04 02:17:21 -07003496READ-COPY UPDATE (RCU)
3497P: Dipankar Sarma
3498M: dipankar@in.ibm.com
3499W: http://www.rdrop.com/users/paulmck/rclock/
3500L: linux-kernel@vger.kernel.org
3501S: Supported
3502
3503RCUTORTURE MODULE
3504P: Josh Triplett
3505M: josh@freedesktop.org
3506L: linux-kernel@vger.kernel.org
3507S: Maintained
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509REAL TIME CLOCK DRIVER
3510P: Paul Gortmaker
3511M: p_gortmaker@yahoo.com
3512L: linux-kernel@vger.kernel.org
3513S: Maintained
3514
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003515REAL TIME CLOCK (RTC) SUBSYSTEM
3516P: Alessandro Zummo
3517M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003518L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003519S: Maintained
3520
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003522L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S: Supported
3524
Ivo van Doorne08976452008-04-12 19:23:55 +02003525RFKILL
3526P: Ivo van Doorn
3527M: IvDoorn@gmail.com
3528L: netdev@vger.kernel.org
3529S: Maintained
3530F: net/rfkill
3531
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532ROCKETPORT DRIVER
3533P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534W: http://www.comtrol.com
3535S: Maintained
3536
3537ROSE NETWORK LAYER
3538P: Ralf Baechle
3539M: ralf@linux-mips.org
3540L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003541W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542S: Maintained
3543
3544RISCOM8 DRIVER
3545S: Orphan
3546
Michael Wu605bebe2007-05-14 01:41:02 -04003547RTL818X WIRELESS DRIVER
3548P: Michael Wu
3549M: flamingice@sourmilk.net
3550P: Andrea Merello
3551M: andreamrl@tiscali.it
3552L: linux-wireless@vger.kernel.org
3553W: http://linuxwireless.org/
3554T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3555S: Maintained
3556
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003557S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003558P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003559M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003560L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003561S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003562
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S390
3564P: Martin Schwidefsky
3565M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003566P: Heiko Carstens
3567M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003569L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003570W: http://www.ibm.com/developerworks/linux/linux390/
3571S: Supported
3572
3573S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003574P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003575M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003576P: Frank Blaschka
3577M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003578M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003579L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003580W: http://www.ibm.com/developerworks/linux/linux390/
3581S: Supported
3582
3583S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003584P: Christof Schmitt
3585M: christof.schmitt@de.ibm.com
3586P: Martin Peschke
3587M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003588M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003589L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003590W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591S: Supported
3592
Ursula Braundd96df22007-09-19 13:09:02 +02003593S390 IUCV NETWORK LAYER
3594P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003595M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003596M: linux390@de.ibm.com
3597L: linux-s390@vger.kernel.org
3598W: http://www.ibm.com/developerworks/linux/linux390/
3599S: Supported
3600
Ben Dooks4dde7f72008-06-30 22:40:38 +01003601S3C24XX SD/MMC Driver
3602P: Ben Dooks
3603M: ben-linux@fluff.org
3604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3605L: linux-kernel@vger.kernel.org
3606S: Supported
3607
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608SAA7146 VIDEO4LINUX-2 DRIVER
3609P: Michael Hunold
3610M: michael@mihu.de
3611W: http://www.mihu.de/linux/saa7146
3612S: Maintained
3613
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614SC1200 WDT DRIVER
3615P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003616M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617S: Maintained
3618
3619SCHEDULER
3620P: Ingo Molnar
3621M: mingo@elte.hu
3622P: Robert Love [the preemptible kernel bits]
3623M: rml@tech9.net
3624L: linux-kernel@vger.kernel.org
3625S: Maintained
3626
3627SCSI CDROM DRIVER
3628P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003629M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630L: linux-scsi@vger.kernel.org
3631W: http://www.kernel.dk
3632S: Maintained
3633
3634SCSI SG DRIVER
3635P: Doug Gilbert
3636M: dgilbert@interlog.com
3637L: linux-scsi@vger.kernel.org
3638W: http://www.torque.net/sg
3639S: Maintained
3640
3641SCSI SUBSYSTEM
3642P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003643M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003645T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003646T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3647T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648S: Maintained
3649
3650SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003651P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652M: Kai.Makisara@kolumbus.fi
3653L: linux-scsi@vger.kernel.org
3654S: Maintained
3655
3656SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003657P: Vlad Yasevich
3658M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003659P: Sridhar Samudrala
3660M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003661L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003662W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003663S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664
3665SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003666P: Jim Cromie
3667M: jim.cromie@gmail.com
3668S: Odd Fixes
3669
3670SCx200 GPIO DRIVER
3671P: Jim Cromie
3672M: jim.cromie@gmail.com
3673S: Maintained
3674
3675SCx200 HRT CLOCKSOURCE DRIVER
3676P: Jim Cromie
3677M: jim.cromie@gmail.com
3678S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679
Sascha Sommer6a369132008-07-15 14:21:29 +02003680SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3681P: Sascha Sommer
3682M: saschasommer@freenet.de
3683L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3684S: Maintained
3685
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686SECURITY CONTACT
3687P: Security Officers
3688M: security@kernel.org
3689S: Supported
3690
3691SELINUX SECURITY MODULE
3692P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003693M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003695M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003696P: Eric Paris
3697M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003699L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700W: http://www.nsa.gov/selinux
3701S: Supported
3702
Jiri Slabycef2cf02007-05-08 00:31:45 -07003703SENSABLE PHANTOM
3704P: Jiri Slaby
3705M: jirislaby@gmail.com
3706S: Maintained
3707
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708SERIAL ATA (SATA) SUBSYSTEM:
3709P: Jeff Garzik
3710M: jgarzik@pobox.com
3711L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003712T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713S: Supported
3714
3715SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3716P: Pat Gefre
3717M: pfg@sgi.com
3718L: linux-ia64@vger.kernel.org
3719S: Supported
3720
Ben Hutchings8ceee662008-04-27 12:55:59 +01003721SFC NETWORK DRIVER
3722P: Steve Hodgson
3723P: Ben Hutchings
3724P: Robert Stonehouse
3725M: linux-net-drivers@solarflare.com
3726S: Supported
3727
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728SGI VISUAL WORKSTATION 320 AND 540
3729P: Andrey Panin
3730M: pazke@donpac.ru
3731L: linux-visws-devel@lists.sf.net
3732W: http://linux-visws.sf.net
3733S: Maintained for 2.6.
3734
3735SIMTEC EB110ATX (Chalice CATS)
3736P: Ben Dooks
3737P: Vincent Sanders
3738M: support@simtec.co.uk
3739W: http://www.simtec.co.uk/products/EB110ATX/
3740S: Supported
3741
3742SIMTEC EB2410ITX (BAST)
3743P: Ben Dooks
3744P: Vincent Sanders
3745M: support@simtec.co.uk
3746W: http://www.simtec.co.uk/products/EB2410ITX/
3747S: Supported
3748
Francois Romieu92aab3c2005-07-30 13:11:18 +02003749SIS 190 ETHERNET DRIVER
3750P: Francois Romieu
3751M: romieu@fr.zoreil.com
3752L: netdev@vger.kernel.org
3753S: Maintained
3754
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755SIS 900/7016 FAST ETHERNET DRIVER
3756P: Daniele Venzano
3757M: venza@brownhat.org
3758W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003759L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760S: Maintained
3761
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003762SIS 96X I2C/SMBUS DRIVER
3763P: Mark M. Hoffman
3764M: mhoffman@lightlink.com
3765L: lm-sensors@lm-sensors.org
3766S: Maintained
3767
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768SIS FRAMEBUFFER DRIVER
3769P: Thomas Winischhofer
3770M: thomas@winischhofer.net
3771W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003772S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773
3774SIS USB2VGA DRIVER
3775P: Thomas Winischhofer
3776M: thomas@winischhofer.net
3777W: http://www.winischhofer.at/linuxsisusbvga.shtml
3778S: Maintained
3779
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003780SLAB ALLOCATOR
3781P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003782M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003783P: Pekka Enberg
3784M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003785P: Matt Mackall
3786M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003787L: linux-mm@kvack.org
3788S: Maintained
3789
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790SMC91x ETHERNET DRIVER
3791P: Nicolas Pitre
3792M: nico@cam.org
3793S: Maintained
3794
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003795SMSC47B397 HARDWARE MONITOR DRIVER
3796P: Mark M. Hoffman
3797M: mhoffman@lightlink.com
3798L: lm-sensors@lm-sensors.org
3799S: Maintained
3800
Ben Nizetteb54f2862008-03-13 22:27:30 +11003801SMX UIO Interface
3802P: Ben Nizette
3803M: bn@niasdigital.com
3804S: Maintained
3805
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003806SOC-CAMERA V4L2 SUBSYSTEM
3807P: Guennadi Liakhovetski
3808M: g.liakhovetski@gmx.de
3809L: video4linux-list@redhat.com
3810S: Maintained
3811
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812SOFTWARE RAID (Multiple Disks) SUPPORT
3813P: Ingo Molnar
3814M: mingo@redhat.com
3815P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003816M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003818S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819
Pavel Machek95a631e2007-07-19 01:47:42 -07003820HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821P: Pavel Machek
3822M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003823P: Rafael J. Wysocki
3824M: rjw@sisk.pl
3825L: linux-pm@lists.linux-foundation.org
3826S: Supported
3827
3828SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003829P: Len Brown
3830M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003831P: Pavel Machek
3832M: pavel@suse.cz
3833P: Rafael J. Wysocki
3834M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003835L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003836S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837
3838SONIC NETWORK DRIVER
3839P: Thomas Bogendoerfer
3840M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003841L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842S: Maintained
3843
Michael Buesch61e115a2007-09-18 15:12:50 -04003844SONICS SILICON BACKPLANE DRIVER (SSB)
3845P: Michael Buesch
3846M: mb@bu3sch.de
3847L: netdev@vger.kernel.org
3848S: Maintained
3849
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003851P: Mattia Dongili
3852M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003853L: linux-acpi@vger.kernel.org
3854W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855S: Maintained
3856
Alex Dubovbaf85322008-02-09 10:20:54 -08003857SONY MEMORYSTICK CARD SUPPORT
3858P: Alex Dubov
3859M: oakad@yahoo.com
3860L: linux-kernel@vger.kernel.org
3861W: http://tifmxx.berlios.de/
3862S: Maintained
3863
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864SOUND
3865P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003866M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003867L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868S: Maintained
3869
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003870SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3871P: Liam Girdwood
3872M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003873P: Mark Brown
3874M: broonie@opensource.wolfsonmicro.com
3875T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003876L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003877S: Supported
3878
Kumar Gala025c3982006-04-02 16:05:54 -05003879SPI SUBSYSTEM
3880P: David Brownell
3881M: dbrownell@users.sourceforge.net
3882L: spi-devel-general@lists.sourceforge.net
3883S: Maintained
3884
Arnd Bergmannb8154542008-05-16 11:10:59 +02003885SPU FILE SYSTEM
3886P: Jeremy Kerr
3887M: jk@ozlabs.org
3888L: linuxppc-dev@ozlabs.org
3889L: cbe-oss-dev@ozlabs.org
3890W: http://www.ibm.com/developerworks/power/cell/
3891S: Supported
3892
Steven Rostedt855f46a2006-08-05 12:14:50 -07003893STABLE BRANCH:
3894P: Greg Kroah-Hartman
3895M: greg@kroah.com
3896P: Chris Wright
3897M: chrisw@sous-sol.org
3898L: stable@kernel.org
3899S: Maintained
3900
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901SHARP LH SUPPORT (LH7952X & LH7A40X)
3902P: Marc Singer
3903M: elf@buici.com
3904W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003905L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906S: Maintained
3907
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003908SHPC HOTPLUG DRIVER
3909P: Kristen Carlson Accardi
3910M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003911L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003912S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003913
Pierre Ossmand129bce2006-03-24 03:18:17 -08003914SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3915P: Pierre Ossman
3916M: drzeus-sdhci@drzeus.cx
3917L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003918S: Maintained
3919
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003920SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3921P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003922M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003923L: netdev@vger.kernel.org
3924S: Maintained
3925
Chris Boot1a87d942006-07-10 04:45:34 -07003926SOEKRIS NET48XX LED SUPPORT
3927P: Chris Boot
3928M: bootc@bootc.net
3929S: Maintained
3930
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931SPARC (sparc32):
3932P: William L. Irwin
3933M: wli@holomorphy.com
3934L: sparclinux@vger.kernel.org
3935S: Maintained
3936
3937SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3938P: Roger Wolff
3939M: R.E.Wolff@BitWizard.nl
3940L: linux-kernel@vger.kernel.org ?
3941S: Supported
3942
Jim Lewis2752e402006-09-29 02:01:19 -07003943SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003944P: Ishizaki Kou
3945M: kou.ishizaki@toshiba.co.jp
3946P: Jens Osterkamp
3947M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003948L: netdev@vger.kernel.org
3949S: Supported
3950
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951SRM (Alpha) environment access
3952P: Jan-Benedict Glaw
3953M: jbglaw@lug-owl.de
3954L: linux-kernel@vger.kernel.org
3955S: Maintained
3956
3957STARFIRE/DURALAN NETWORK DRIVER
3958P: Ion Badulescu
3959M: ionut@cs.columbia.edu
3960S: Maintained
3961
3962STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3963W: http://mosquitonet.Stanford.EDU/strip.html
3964S: Unsupported ?
3965
3966STRADIS MPEG-2 DECODER DRIVER
3967P: Nathan Laredo
3968M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969W: http://www.stradis.com/
3970S: Maintained
3971
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003972SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973P: Paul Mundt
3974M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003975L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003977T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003978S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979
3980SUN3/3X
3981P: Sam Creasey
3982M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983W: http://sammy.net/sun3/
3984S: Maintained
3985
3986SVGA HANDLING
3987P: Martin Mares
3988M: mj@ucw.cz
3989L: linux-video@atrey.karlin.mff.cuni.cz
3990S: Maintained
3991
3992SYSV FILESYSTEM
3993P: Christoph Hellwig
3994M: hch@infradead.org
3995S: Maintained
3996
Alan Cox4e688522008-04-30 00:52:11 -07003997TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003998P: Balbir Singh
3999M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004000L: linux-kernel@vger.kernel.org
4001S: Maintained
4002
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004003TC CLASSIFIER
4004P: Jamal Hadi Salim
4005M: hadi@cyberus.ca
4006L: netdev@vger.kernel.org
4007S: Maintained
4008
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004009TCP LOW PRIORITY MODULE
4010P: Wong Hoi Sing, Edison
4011M: hswong3i@gmail.com
4012P: Hung Hing Lun, Mike
4013M: hlhung3i@gmail.com
4014W: http://tcp-lp-mod.sourceforge.net/
4015S: Maintained
4016
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004017TEHUTI ETHERNET DRIVER
4018P: Alexander Indenbaum
4019M: baum@tehutinetworks.net
4020P: Andy Gospodarek
4021M: andy@greyhouse.net
4022L: netdev@vger.kernel.org
4023S: Supported
4024
Alan Cox4e688522008-04-30 00:52:11 -07004025Telecom Clock Driver for MCPL0010
4026P: Mark Gross
4027M: mark.gross@intel.com
4028S: Supported
4029
4030TENSILICA XTENSA PORT (xtensa):
4031P: Chris Zankel
4032M: chris@zankel.net
4033S: Maintained
4034
4035THINKPAD ACPI EXTRAS DRIVER
4036P: Henrique de Moraes Holschuh
4037M: ibm-acpi@hmh.eng.br
4038L: ibm-acpi-devel@lists.sourceforge.net
4039W: http://ibm-acpi.sourceforge.net
4040W: http://thinkwiki.org/wiki/Ibm-acpi
4041T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4042S: Maintained
4043
Alex Dubov4020f2d2006-10-04 02:15:37 -07004044TI FLASH MEDIA INTERFACE DRIVER
4045P: Alex Dubov
4046M: oakad@yahoo.com
4047S: Maintained
4048
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004049TI OMAP MMC INTERFACE DRIVER
4050P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004051M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004052W: http://linux.omap.com
4053W: http://www.muru.com/linux/omap/
4054S: Maintained
4055
Michael Buesch844dd052006-06-26 00:24:59 -07004056TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4057P: Deepak Saxena
4058M: dsaxena@plexity.net
4059S: Maintained
4060
Per Lidene86eaa32006-01-12 16:45:18 +01004061TIPC NETWORK LAYER
4062P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004063M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004064P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004065M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004066P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004067M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004068L: tipc-discussion@lists.sourceforge.net
4069W: http://tipc.sourceforge.net/
4070W: http://tipc.cslab.ericsson.net/
4071T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4072S: Maintained
4073
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074TLAN NETWORK DRIVER
4075P: Samuel Chessman
4076M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004077L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078W: http://sourceforge.net/projects/tlan/
4079S: Maintained
4080
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081TOSHIBA ACPI EXTRAS DRIVER
4082P: John Belmonte
4083M: toshiba_acpi@memebeam.org
4084W: http://memebeam.org/toys/ToshibaAcpiDriver
4085S: Maintained
4086
4087TOSHIBA SMM DRIVER
4088P: Jonathan Buzzard
4089M: jonathan@buzzard.org.uk
4090L: tlinux-users@tce.toshiba-dme.co.jp
4091W: http://www.buzzard.org.uk/toshiba/
4092S: Maintained
4093
Alan Cox4e688522008-04-30 00:52:11 -07004094TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004095P: Debora Velarde
4096M: debora@linux.vnet.ibm.com
4097P: Rajiv Andrade
4098M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004099W: http://tpmdd.sourceforge.net
4100P: Marcel Selhorst
4101M: tpm@selhorst.net
4102W: http://www.prosec.rub.de/tpm/
4103L: tpmdd-devel@lists.sourceforge.net
4104S: Maintained
4105
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004107P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004108M: trivial@kernel.org
4109L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110S: Maintained
4111
Alan Cox4e688522008-04-30 00:52:11 -07004112TTY LAYER
4113P: Alan Cox
4114M: alan@lxorguk.ukuu.org.uk
4115L: linux-kernel@vger.kernel.org
4116S: Maintained
4117
Grant Grundler740db6d2008-02-17 11:53:49 -07004118TULIP NETWORK DRIVERS
4119P: Grant Grundler
4120M: grundler@parisc-linux.org
4121P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004122M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004123L: netdev@vger.kernel.org
4124S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125
4126TUN/TAP driver
4127P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004128M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129L: vtun@office.satix.net
4130W: http://vtun.sourceforge.net/tun
4131S: Maintained
4132
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004133TURBOCHANNEL SUBSYSTEM
4134P: Maciej W. Rozycki
4135M: macro@linux-mips.org
4136S: Maintained
4137
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138U14-34F SCSI DRIVER
4139P: Dario Ballabio
4140M: ballabio_dario@emc.com
4141L: linux-scsi@vger.kernel.org
4142S: Maintained
4143
Alan Coxcc2020e2008-05-19 14:21:51 +01004144UCLINUX (AND M68KNOMMU)
4145P: Greg Ungerer
4146M: gerg@uclinux.org
4147W: http://www.uclinux.org/
4148L: uclinux-dev@uclinux.org (subscribers-only)
4149S: Maintained
4150
Alan Coxcc2020e2008-05-19 14:21:51 +01004151UCLINUX FOR RENESAS H8/300
4152P: Yoshinori Sato
4153M: ysato@users.sourceforge.jp
4154W: http://uclinux-h8.sourceforge.jp/
4155S: Supported
4156
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004158P: Jan Kara
4159M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160W: http://linux-udf.sourceforge.net
4161S: Maintained
4162
Alan Coxcc2020e2008-05-19 14:21:51 +01004163UFS FILESYSTEM
4164P: Evgeniy Dushistov
4165M: dushistov@mail.ru
4166L: linux-kernel@vger.kernel.org
4167S: Maintained
4168
4169UltraSPARC (sparc64):
4170P: David S. Miller
4171M: davem@davemloft.net
4172L: sparclinux@vger.kernel.org
4173T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4174S: Maintained
4175
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176UNIFORM CDROM DRIVER
4177P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004178M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179L: linux-kernel@vger.kernel.org
4180W: http://www.kernel.dk
4181S: Maintained
4182
4183USB ACM DRIVER
4184P: Oliver Neukum
4185M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004186L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187S: Maintained
4188
Jiri Slaby6d985162008-02-06 01:37:11 -08004189USB AUERSWALD DRIVER
4190P: Wolfgang Muees
4191M: wolfgang@iksw-muees.de
4192L: linux-usb@vger.kernel.org
4193S: Maintained
4194
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195USB BLOCK DRIVER (UB ub)
4196P: Pete Zaitcev
4197M: zaitcev@redhat.com
4198L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004199L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200S: Supported
4201
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202USB CDC ETHERNET DRIVER
4203P: Greg Kroah-Hartman
4204M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004205L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206S: Maintained
4207W: http://www.kroah.com/linux-usb/
4208
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004209USB CYPRESS C67X00 DRIVER
4210P: Peter Korsgaard
4211M: jacmet@sunsite.dk
4212L: linux-usb@vger.kernel.org
4213S: Maintained
4214
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004215USB DAVICOM DM9601 DRIVER
4216P: Peter Korsgaard
4217M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004218L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004219W: http://www.linux-usb.org/usbnet
4220S: Maintained
4221
Alan Coxcc2020e2008-05-19 14:21:51 +01004222USB DIAMOND RIO500 DRIVER
4223P: Cesar Miquel
4224M: miquel@df.uba.ar
4225L: rio500-users@lists.sourceforge.net
4226W: http://rio500.sourceforge.net
4227S: Maintained
4228
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229USB EHCI DRIVER
4230P: David Brownell
4231M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004232L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004233S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234
Luca Risolia7ce08c92006-01-11 02:06:59 +00004235USB ET61X[12]51 DRIVER
4236P: Luca Risolia
4237M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004238L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004239L: video4linux-list@redhat.com
4240W: http://www.linux-projects.org
4241S: Maintained
4242
David Brownell69ae9e32006-11-14 02:03:31 -08004243USB GADGET/PERIPHERAL SUBSYSTEM
4244P: David Brownell
4245M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004246L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004247W: http://www.linux-usb.org/gadget
4248S: Maintained
4249
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004250USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004251P: Jiri Kosina
4252M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004253L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004254T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255S: Maintained
4256
Olav Kongas959eea22005-11-03 17:38:14 +02004257USB ISP116X DRIVER
4258P: Olav Kongas
4259M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004260L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004261S: Maintained
4262
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263USB KAWASAKI LSI DRIVER
4264P: Oliver Neukum
4265M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004266L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267S: Maintained
4268
4269USB MASS STORAGE DRIVER
4270P: Matthew Dharm
4271M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004272L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004273L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274S: Maintained
4275W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4276
4277USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004278P: David Brownell
4279M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004280L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004281S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282
Matthias Urlichsba460e42005-07-14 00:33:47 -07004283USB OPTION-CARD DRIVER
4284P: Matthias Urlichs
4285M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004286L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004287S: Maintained
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289USB OV511 DRIVER
4290P: Mark McClelland
4291M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004292L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293W: http://alpha.dyndns.org/ov511/
4294S: Maintained
4295
4296USB PEGASUS DRIVER
4297P: Petko Manolov
4298M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004299L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004300L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301W: http://pegasus2.sourceforge.net/
4302S: Maintained
4303
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004304USB PRINTER DRIVER (usblp)
4305P: Pete Zaitcev
4306M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004307L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004308S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309
4310USB RTL8150 DRIVER
4311P: Petko Manolov
4312M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004313L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004314L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315W: http://pegasus2.sourceforge.net/
4316S: Maintained
4317
4318USB SE401 DRIVER
4319P: Jeroen Vreeken
4320M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004321L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322W: http://www.chello.nl/~j.vreeken/se401/
4323S: Maintained
4324
Alan Cox4e688522008-04-30 00:52:11 -07004325USB SERIAL BELKIN F5U103 DRIVER
4326P: William Greathouse
4327M: wgreathouse@smva.com
4328L: linux-usb@vger.kernel.org
4329S: Maintained
4330
4331USB SERIAL CYPRESS M8 DRIVER
4332P: Lonnie Mendez
4333M: dignome@gmail.com
4334L: linux-usb@vger.kernel.org
4335S: Maintained
4336W: http://geocities.com/i0xox0i
4337W: http://firstlight.net/cvs
4338
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339USB SERIAL CYBERJACK DRIVER
4340P: Matthias Bruestle and Harald Welte
4341M: support@reiner-sct.com
4342W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4343S: Maintained
4344
4345USB SERIAL DIGI ACCELEPORT DRIVER
4346P: Peter Berger and Al Borchers
4347M: pberger@brimson.com
4348M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004349L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350S: Maintained
4351
4352USB SERIAL DRIVER
4353P: Greg Kroah-Hartman
4354M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004355L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356S: Supported
4357
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4359P: Gary Brubaker
4360M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004361L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362S: Maintained
4363
4364USB SERIAL KEYSPAN DRIVER
4365P: Greg Kroah-Hartman
4366M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004367L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368W: http://www.kroah.com/linux/
4369S: Maintained
4370
4371USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004372P: Support Department
4373M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004374L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375W: http://www.connecttech.com
4376S: Supported
4377
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004378USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379P: Luca Risolia
4380M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004381L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004382L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383W: http://www.linux-projects.org
4384S: Maintained
4385
4386USB SUBSYSTEM
4387P: Greg Kroah-Hartman
4388M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004389L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004391T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392S: Supported
4393
4394USB UHCI DRIVER
4395P: Alan Stern
4396M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004397L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398S: Maintained
4399
David Brownell69ae9e32006-11-14 02:03:31 -08004400USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401P: David Brownell
4402M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004403L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004404W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405S: Maintained
4406
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004407USB VIDEO CLASS
4408P: Laurent Pinchart
4409M: laurent.pinchart@skynet.be
4410L: linx-uvc-devel@berlios.de
4411L: video4linux-list@redhat.com
4412W: http://linux-uvc.berlios.de
4413S: Maintained
4414
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415USB W996[87]CF DRIVER
4416P: Luca Risolia
4417M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004418L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004419L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420W: http://www.linux-projects.org
4421S: Maintained
4422
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004423USB WIRELESS RNDIS DRIVER (rndis_wlan)
4424P: Jussi Kivilinna
4425M: jussi.kivilinna@mbnet.fi
4426L: linux-wireless@vger.kernel.org
4427S: Maintained
4428
Luca Risolia60f78052006-02-06 16:29:35 +00004429USB ZC0301 DRIVER
4430P: Luca Risolia
4431M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004432L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004433L: video4linux-list@redhat.com
4434W: http://www.linux-projects.org
4435S: Maintained
4436
Linus Torvalds1da177e2005-04-16 15:20:36 -07004437USB ZD1201 DRIVER
4438P: Jeroen Vreeken
4439M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004440L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441W: http://linux-lc100020.sourceforge.net
4442S: Maintained
4443
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004444USB ZR364XX DRIVER
4445P: Antoine Jacquet
4446M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004447L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004448L: video4linux-list@redhat.com
4449W: http://royale.zerezo.com/zr364xx/
4450S: Maintained
4451
Linus Torvalds1da177e2005-04-16 15:20:36 -07004452USER-MODE LINUX
4453P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004454M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455L: user-mode-linux-devel@lists.sourceforge.net
4456L: user-mode-linux-user@lists.sourceforge.net
4457W: http://user-mode-linux.sourceforge.net
4458S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004459
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004460USERSPACE I/O (UIO)
4461P: Hans J. Koch
4462M: hjk@linutronix.de
4463P: Greg Kroah-Hartman
4464M: gregkh@suse.de
4465L: linux-kernel@vger.kernel.org
4466S: Maintained
4467
Karel Zakf899b0a2008-05-23 13:04:21 -07004468UTIL-LINUX-NG PACKAGE
4469P: Karel Zak
4470M: kzak@redhat.com
4471L: util-linux-ng@vger.kernel.org
4472W: http://kernel.org/~kzak/util-linux-ng/
4473T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4474S: Maintained
4475
Alan Cox4e688522008-04-30 00:52:11 -07004476VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004477P: OGAWA Hirofumi
4478M: hirofumi@mail.parknet.co.jp
4479L: linux-kernel@vger.kernel.org
4480S: Maintained
4481
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482VIA RHINE NETWORK DRIVER
4483P: Roger Luethi
4484M: rl@hellgate.ch
4485S: Maintained
4486
Jean Delvare32c0a522005-09-22 21:47:58 +02004487VIAPRO SMBUS DRIVER
4488P: Jean Delvare
4489M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004490L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004491S: Maintained
4492
Francois Romieu01f20732007-01-26 00:57:17 -08004493VIA VELOCITY NETWORK DRIVER
4494P: Francois Romieu
4495M: romieu@fr.zoreil.com
4496L: netdev@vger.kernel.org
4497S: Maintained
4498
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004500P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004501M: mchehab@infradead.org
4502M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004504W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004505T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004506S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507
Patrick McHardybe7f8272007-10-23 20:26:36 -07004508VLAN (802.1Q)
4509P: Patrick McHardy
4510M: kaber@trash.net
4511L: netdev@vger.kernel.org
4512S: Maintained
4513
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004514VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4515P: Liam Girdwood
4516M: lg@opensource.wolfsonmicro.com
4517P: Mark Brown
4518M: broonie@opensource.wolfsonmicro.com
4519W: http://opensource.wolfsonmicro.com/node/15
4520T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4521S: Supported
4522
Juerg Haefligerab413192006-09-24 20:54:04 +02004523VT1211 HARDWARE MONITOR DRIVER
4524P: Juerg Haefliger
4525M: juergh@gmail.com
4526L: lm-sensors@lm-sensors.org
4527S: Maintained
4528
Roger Lucas1de9e372005-11-26 20:20:05 +01004529VT8231 HARDWARE MONITOR DRIVER
4530P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004531M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004532L: lm-sensors@lm-sensors.org
4533S: Maintained
4534
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535W1 DALLAS'S 1-WIRE BUS
4536P: Evgeniy Polyakov
4537M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538S: Maintained
4539
Charles Spirakis13927072006-07-05 18:05:15 +02004540W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004541P: Marc Hulsman
4542M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004543L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004544S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004545
Rudolf Marek61db0112006-12-12 18:18:30 +01004546W83793 HARDWARE MONITORING DRIVER
4547P: Rudolf Marek
4548M: r.marek@assembler.cz
4549L: lm-sensors@lm-sensors.org
4550S: Maintained
4551
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552W83L51xD SD/MMC CARD INTERFACE DRIVER
4553P: Pierre Ossman
4554M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004555L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556S: Maintained
4557
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004558WATCHDOG DEVICE DRIVERS
4559P: Wim Van Sebroeck
4560M: wim@iguana.be
4561T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4562S: Maintained
4563
Linus Torvalds1da177e2005-04-16 15:20:36 -07004564WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4565P: Jean Tourrilhes
4566M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004567L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4569S: Maintained
4570
4571WD7000 SCSI DRIVER
4572P: Miroslav Zagorac
4573M: zaga@fly.cc.fer.hr
4574L: linux-scsi@vger.kernel.org
4575S: Maintained
4576
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004577WISTRON LAPTOP BUTTON DRIVER
4578P: Miloslav Trmac
4579M: mitr@volny.cz
4580S: Maintained
4581
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582WL3501 WIRELESS PCMCIA CARD DRIVER
4583P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004584M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004585L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004586W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587S: Maintained
4588
Mark Brownfebf1df2008-04-02 00:51:09 -04004589WM97XX TOUCHSCREEN DRIVERS
4590P: Mark Brown
4591M: broonie@opensource.wolfsonmicro.com
4592P: Liam Girdwood
4593M: liam.girdwood@wolfsonmicro.com
4594L: linux-input@vger.kernel.org
4595T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4596W: http://opensource.wolfsonmicro.com/node/7
4597S: Supported
4598
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599X.25 NETWORK LAYER
4600P: Henner Eisen
4601M: eis@baty.hanse.de
4602L: linux-x25@vger.kernel.org
4603S: Maintained
4604
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004605XEN HYPERVISOR INTERFACE
4606P: Jeremy Fitzhardinge
4607M: jeremy@xensource.com
4608P: Chris Wright
4609M: chrisw@sous-sol.org
4610L: virtualization@lists.osdl.org
4611L: xen-devel@lists.xensource.com
4612S: Supported
4613
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614XFS FILESYSTEM
4615P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004616P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004618L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004620T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621S: Supported
4622
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004623XILINX SYSTEMACE DRIVER
4624P: Grant Likely
4625M: grant.likely@secretlab.ca
4626W: http://www.secretlab.ca/
4627L: linux-kernel@vger.kernel.org
4628S: Maintained
4629
Peter Korsgaard238b8722006-12-06 20:35:17 -08004630XILINX UARTLITE SERIAL DRIVER
4631P: Peter Korsgaard
4632M: jacmet@sunsite.dk
4633L: linux-serial@vger.kernel.org
4634S: Maintained
4635
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004636X86 ARCHITECTURE (32-BIT AND 64-BIT)
4637P: Thomas Gleixner
4638M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004639P: Ingo Molnar
4640M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004641P: H. Peter Anvin
4642M: hpa@zytor.com
4643L: linux-kernel@vger.kernel.org
4644T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645S: Maintained
4646
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647YAM DRIVER FOR AX.25
4648P: Jean-Paul Roubelat
4649M: jpr@f6fbb.org
4650L: linux-hams@vger.kernel.org
4651S: Maintained
4652
Henkaf64a5e2005-10-12 15:02:56 +02004653YEALINK PHONE DRIVER
4654P: Henk Vergonet
4655M: Henk.Vergonet@gmail.com
4656L: usbb2k-api-dev@nongnu.org
4657S: Maintained
4658
Linus Torvalds1da177e2005-04-16 15:20:36 -07004659Z8530 DRIVER FOR AX.25
4660P: Joerg Reuter
4661M: jreuter@yaina.de
4662W: http://yaina.de/jreuter/
4663W: http://www.qsl.net/dl1bke/
4664L: linux-hams@vger.kernel.org
4665S: Maintained
4666
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004667ZD1211RW WIRELESS DRIVER
4668P: Daniel Drake
4669M: dsd@gentoo.org
4670P: Ulrich Kunitz
4671M: kune@deine-taler.de
4672W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004673L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004674L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4675S: Maintained
4676
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677ZF MACHZ WATCHDOG
4678P: Fernando Fuganti
4679M: fuganti@netbank.com.br
4680W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4681S: Maintained
4682
4683ZR36067 VIDEO FOR LINUX DRIVER
4684P: Ronald Bultje
4685M: rbultje@ronald.bitfreak.net
4686L: mjpeg-users@lists.sourceforge.net
4687W: http://mjpeg.sourceforge.net/driver-zoran/
4688S: Maintained
4689
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004690ZS DECSTATION Z85C30 SERIAL DRIVER
4691P: Maciej W. Rozycki
4692M: macro@linux-mips.org
4693S: Maintained
4694
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695THE REST
4696P: Linus Torvalds
4697S: Buried alive in reporters