blob: f4d78211000b2a14888490a8b47a30302d9be6cd [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483ARM/CORGI MACHINE SUPPORT
484P: Richard Purdie
485M: rpurdie@rpsys.net
486S: Maintained
487
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100494ARM/GUMSTIX MACHINE SUPPORT
495P: Steve Sakoman
496M: sakoman@gmail.com
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100500ARM/HP JORNADA 7XX MACHINE SUPPORT
501P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100502M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100503W: www.jlime.com
504S: Maintained
505
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800506ARM/INTEL IOP32X ARM ARCHITECTURE
507P: Lennert Buytenhek
508M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100509P: Dan Williams
510M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800511L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100512S: Supported
513
514ARM/INTEL IOP33X ARM ARCHITECTURE
515P: Dan Williams
516M: dan.j.williams@intel.com
517L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
518S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800519
520ARM/INTEL IOP13XX ARM ARCHITECTURE
521P: Lennert Buytenhek
522M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100523P: Dan Williams
524M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100526S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800527
528ARM/INTEL IQ81342EX MACHINE SUPPORT
529P: Lennert Buytenhek
530M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100531P: Dan Williams
532M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100534S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800535
536ARM/INTEL IXP2000 ARM ARCHITECTURE
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
542ARM/INTEL IXDP2850 MACHINE SUPPORT
543P: Lennert Buytenhek
544M: kernel@wantstofly.org
545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
546S: Maintained
547
548ARM/INTEL IXP23XX ARM ARCHITECTURE
549P: Lennert Buytenhek
550M: kernel@wantstofly.org
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Maintained
553
554ARM/INTEL XSC3 (MANZANO) ARM CORE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561
562ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566S: Maintained
567
568ARM/LOGICPD PXA270 MACHINE SUPPORT
569P: Lennert Buytenhek
570M: kernel@wantstofly.org
571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572S: Maintained
573
Dirk Opfer8459c152005-11-06 14:27:52 +0000574ARM/TOSA MACHINE SUPPORT
575P: Dirk Opfer
576M: dirk@opfer-online.de
577S: Maintained
578
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579ARM/PLEB SUPPORT
580P: Peter Chubb
581M: pleb@gelato.unsw.edu.au
582W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
583S: Maintained
584
585ARM/PT DIGITAL BOARD PORT
586P: Stefan Eletzhofer
587M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589W: http://www.arm.linux.org.uk/
590S: Maintained
591
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800592ARM/RADISYS ENP2611 MACHINE SUPPORT
593P: Lennert Buytenhek
594M: kernel@wantstofly.org
595L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596S: Maintained
597
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598ARM/SHARK MACHINE SUPPORT
599P: Alexander Schulz
600M: alex@shark-linux.de
601W: http://www.shark-linux.de/shark.html
602S: Maintained
603
604ARM/STRONGARM110 PORT
605P: Russell King
606M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700607L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608W: http://www.arm.linux.org.uk/
609S: Maintained
610
611ARM/S3C2410 ARM ARCHITECTURE
612P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800613M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700614L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615W: http://www.fluff.org/ben/linux/
616S: Maintained
617
618ARM/S3C2440 ARM ARCHITECTURE
619P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800620M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700621L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622W: http://www.fluff.org/ben/linux/
623S: Maintained
624
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800625ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
626P: Lennert Buytenhek
627M: kernel@wantstofly.org
628L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
629S: Maintained
630
631ARM/THECUS N2100 MACHINE SUPPORT
632P: Lennert Buytenhek
633M: kernel@wantstofly.org
634L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
635S: Maintained
636
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637ARPD SUPPORT
638P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700639L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640S: Maintained
641
642ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500643P: Corentin Chary
644M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645P: Karol Kozimor
646M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647L: acpi4asus-user@lists.sourceforge.net
648W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500649W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650S: Maintained
651
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400652ASUS ASB100 HARDWARE MONITOR DRIVER
653P: Mark M. Hoffman
654M: mhoffman@lightlink.com
655L: lm-sensors@lm-sensors.org
656S: Maintained
657
Corentin Chary85091b72007-01-26 14:04:30 +0100658ASUS LAPTOP EXTRAS DRIVER
659P: Corentin Chary
660M: corentincj@iksaif.net
661L: acpi4asus-user@lists.sourceforge.net
662W: http://sourceforge.net/projects/acpi4asus
663W: http://xf.iksaif.net/acpi4asus
664S: Maintained
665
Dan Williamsb3e5f262007-08-07 10:26:35 -0700666ASYNCHRONOUS TRANSFERS/TRANSFORMS API
667P: Dan Williams
668M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100669P: Maciej Sosnowski
670M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700671L: linux-kernel@vger.kernel.org
672W: http://sourceforge.net/projects/xscaleiop
673S: Supported
674
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675ATA OVER ETHERNET DRIVER
676P: Ed L. Cashin
677M: ecashin@coraid.com
678W: http://www.coraid.com/support/linux
679S: Supported
680
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200681ATHEROS ATH5K WIRELESS DRIVER
682P: Jiri Slaby
683M: jirislaby@gmail.com
684P: Nick Kossifidis
685M: mickflemm@gmail.com
686P: Luis R. Rodriguez
687M: mcgrof@gmail.com
688L: linux-wireless@vger.kernel.org
689L: ath5k-devel@lists.ath5k.org
690S: Maintained
691
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000692ATI_REMOTE2 DRIVER
693P: Ville Syrjala
694M: syrjala@sci.fi
695S: Maintained
696
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600697ATL1 ETHERNET DRIVER
698P: Jay Cliburn
699M: jcliburn@gmail.com
700P: Chris Snook
701M: csnook@redhat.com
702L: atl1-devel@lists.sourceforge.net
703W: http://sourceforge.net/projects/atl1
704W: http://atl1.sourceforge.net
705S: Maintained
706
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707ATM
708P: Chas Williams
709M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700710L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711W: http://linux-atm.sourceforge.net
712S: Maintained
713
Pierre Ossman272f1332007-05-14 21:25:26 +0200714ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200715P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800716M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200717L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
718W: http://www.atmel.com/products/AT91/
719W: http://www.at91.com/
720S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200721
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800722ATMEL AT91 / AT32 SERIAL DRIVER
723P: Haavard Skinnemoen
724M: hskinnemoen@atmel.com
725L: linux-kernel@vger.kernel.org
726S: Supported
727
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800728ATMEL LCDFB DRIVER
729P: Nicolas Ferre
730M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800731L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800732S: Maintained
733
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100734ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100735P: Haavard Skinnemoen
736M: hskinnemoen@atmel.com
737S: Supported
738
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800739ATMEL SPI DRIVER
740P: Haavard Skinnemoen
741M: hskinnemoen@atmel.com
742S: Supported
743
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700744ATMEL USBA UDC DRIVER
745P: Haavard Skinnemoen
746M: hskinnemoen@atmel.com
747L: kernel@avr32linux.org
748W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
749S: Supported
750
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751ATMEL WIRELESS DRIVER
752P: Simon Kelley
753M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700754L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755W: http://www.thekelleys.org.uk/atmel
756W: http://atmelwlandriver.sourceforge.net/
757S: Maintained
758
Chris Wrighta92b7b82005-07-07 18:12:23 -0700759AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400760P: Al Viro
761M: viro@zeniv.linux.org.uk
762P: Eric Paris
763M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700764L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100765W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400766T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700767S: Maintained
768
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800769AUXILIARY DISPLAY DRIVERS
770P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700771M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800772L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700773W: http://miguelojeda.es/auxdisplay.htm
774W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800775S: Maintained
776
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700777AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700778P: Haavard Skinnemoen
779M: hskinnemoen@atmel.com
780W: http://www.atmel.com/products/AVR32/
781W: http://avr32linux.org/
782W: http://avrfreaks.net/
783S: Supported
784
785AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700786P: Haavard Skinnemoen
787M: hskinnemoen@atmel.com
788S: Supported
789
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790AX.25 NETWORK LAYER
791P: Ralf Baechle
792M: ralf@linux-mips.org
793L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200794W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795S: Maintained
796
Richard Purdie300abeb2007-02-07 22:21:07 +0000797BACKLIGHT CLASS/SUBSYSTEM
798P: Richard Purdie
799M: rpurdie@rpsys.net
800S: Maintained
801
Bryan Wu1394f032007-05-06 14:50:22 -0700802BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800803P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800804M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800805L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
806W: http://blackfin.uclinux.org
807S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700808
Bryan Wue190d6b2007-07-17 14:43:44 +0800809BLACKFIN EMAC DRIVER
810P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800811M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800812L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
813W: http://blackfin.uclinux.org
814S: Supported
815
Mike Frysinger566da5b2007-06-11 15:31:30 +0800816BLACKFIN RTC DRIVER
817P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800818M: vapier.adi@gmail.com
819L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
820W: http://blackfin.uclinux.org
821S: Supported
822
Bryan Wu1394f032007-05-06 14:50:22 -0700823BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800824P: Sonic Zhang
825M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800826L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
827W: http://blackfin.uclinux.org
828S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700829
Bryan Wu1e6d3202007-07-15 02:50:02 +0800830BLACKFIN WATCHDOG DRIVER
831P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800832M: vapier.adi@gmail.com
833L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
834W: http://blackfin.uclinux.org
835S: Supported
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837BAYCOM/HDLCDRV DRIVERS FOR AX.25
838P: Thomas Sailer
839M: t.sailer@alumni.ethz.ch
840L: linux-hams@vger.kernel.org
841W: http://www.baycom.org/~tom/ham/ham.html
842S: Maintained
843
Michael Buesche4d6b792007-09-18 15:39:42 -0400844B43 WIRELESS DRIVER
845P: Michael Buesch
846M: mb@bu3sch.de
847P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100848M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400849L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100850W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400851S: Maintained
852
Larry Finger75388ac2007-09-25 16:46:54 -0700853B43LEGACY WIRELESS DRIVER
854P: Larry Finger
855M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100856P: Stefano Brivio
857M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700858L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100859W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700860S: Maintained
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862BEFS FILE SYSTEM
863P: Sergey S. Kostyliov
864M: rathamahata@php4.ru
865L: linux-kernel@vger.kernel.org
866S: Maintained
867
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868BFS FILE SYSTEM
869P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800870M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871L: linux-kernel@vger.kernel.org
872S: Maintained
873
Bryan Wud24ecfc2007-05-01 23:26:32 +0200874BLACKFIN I2C TWI DRIVER
875P: Sonic Zhang
876M: sonic.zhang@analog.com
877L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
878W: http://blackfin.uclinux.org/
879S: Supported
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881BLOCK LAYER
882P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200883M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800885T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886S: Maintained
887
Joern Engel2b54aae2008-02-06 01:38:02 -0800888BLOCK2MTD DRIVER
889P: Joern Engel
890M: joern@lazybastard.org
891L: linux-mtd@lists.infradead.org
892S: Maintained
893
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894BLUETOOTH SUBSYSTEM
895P: Marcel Holtmann
896M: marcel@holtmann.org
897P: Maxim Krasnyansky
898M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700899L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900W: http://bluez.sf.net
901W: http://www.bluez.org
902W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800903T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904S: Maintained
905
906BLUETOOTH RFCOMM LAYER
907P: Marcel Holtmann
908M: marcel@holtmann.org
909P: Maxim Krasnyansky
910M: maxk@qualcomm.com
911S: Maintained
912
913BLUETOOTH BNEP LAYER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916P: Maxim Krasnyansky
917M: maxk@qualcomm.com
918S: Maintained
919
920BLUETOOTH CMTP LAYER
921P: Marcel Holtmann
922M: marcel@holtmann.org
923S: Maintained
924
925BLUETOOTH HIDP LAYER
926P: Marcel Holtmann
927M: marcel@holtmann.org
928S: Maintained
929
930BLUETOOTH HCI UART DRIVER
931P: Marcel Holtmann
932M: marcel@holtmann.org
933P: Maxim Krasnyansky
934M: maxk@qualcomm.com
935S: Maintained
936
937BLUETOOTH HCI USB DRIVER
938P: Marcel Holtmann
939M: marcel@holtmann.org
940P: Maxim Krasnyansky
941M: maxk@qualcomm.com
942S: Maintained
943
944BLUETOOTH HCI BCM203X DRIVER
945P: Marcel Holtmann
946M: marcel@holtmann.org
947S: Maintained
948
949BLUETOOTH HCI BPA10X DRIVER
950P: Marcel Holtmann
951M: marcel@holtmann.org
952S: Maintained
953
954BLUETOOTH HCI BFUSB DRIVER
955P: Marcel Holtmann
956M: marcel@holtmann.org
957S: Maintained
958
959BLUETOOTH HCI DTL1 DRIVER
960P: Marcel Holtmann
961M: marcel@holtmann.org
962S: Maintained
963
964BLUETOOTH HCI BLUECARD DRIVER
965P: Marcel Holtmann
966M: marcel@holtmann.org
967S: Maintained
968
969BLUETOOTH HCI BT3C DRIVER
970P: Marcel Holtmann
971M: marcel@holtmann.org
972S: Maintained
973
974BLUETOOTH HCI BTUART DRIVER
975P: Marcel Holtmann
976M: marcel@holtmann.org
977S: Maintained
978
979BLUETOOTH HCI VHCI DRIVER
980P: Maxim Krasnyansky
981M: maxk@qualcomm.com
982S: Maintained
983
984BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100985P: Jay Vosburgh
986M: fubar@us.ibm.com
987L: bonding-devel@lists.sourceforge.net
988W: http://sourceforge.net/projects/bonding/
989S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
Gary Zambrano39105892006-06-22 17:26:20 -0700991BROADCOM B44 10/100 ETHERNET DRIVER
992P: Gary Zambrano
993M: zambrano@broadcom.com
994L: netdev@vger.kernel.org
995S: Supported
996
Michael Chan948c51e2006-06-04 02:51:39 -0700997BROADCOM BNX2 GIGABIT ETHERNET DRIVER
998P: Michael Chan
999M: mchan@broadcom.com
1000L: netdev@vger.kernel.org
1001S: Supported
1002
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001003BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001004P: Eilon Greenstein
1005M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001006L: netdev@vger.kernel.org
1007S: Supported
1008
Michael Chan948c51e2006-06-04 02:51:39 -07001009BROADCOM TG3 GIGABIT ETHERNET DRIVER
1010P: Michael Chan
1011M: mchan@broadcom.com
1012L: netdev@vger.kernel.org
1013S: Supported
1014
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001015BSG (block layer generic sg v4 driver)
1016P: FUJITA Tomonori
1017M: fujita.tomonori@lab.ntt.co.jp
1018L: linux-scsi@vger.kernel.org
1019S: Supported
1020
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001022P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001023M: mchehab@infradead.org
1024M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001026W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001027T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001028S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
Jonathan Corbet77d51402007-03-22 19:44:17 -03001030CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1031P: Jonathan Corbet
1032M: corbet@lwn.net
1033L: video4linux-list@redhat.com
1034S: Maintained
1035
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001036CAN NETWORK LAYER
1037P: Urs Thuermann
1038M: urs.thuermann@volkswagen.de
1039P: Oliver Hartkopp
1040M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001041L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001042W: http://developer.berlios.de/projects/socketcan/
1043S: Maintained
1044
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001045CALGARY x86-64 IOMMU
1046P: Muli Ben-Yehuda
1047M: muli@il.ibm.com
1048P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001049M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001050L: linux-kernel@vger.kernel.org
1051L: discuss@x86-64.org
1052S: Maintained
1053
Arnd Bergmannb8154542008-05-16 11:10:59 +02001054CELL BROADBAND ENGINE ARCHITECTURE
1055P: Arnd Bergmann
1056M: arnd@arndb.de
1057L: linuxppc-dev@ozlabs.org
1058L: cbe-oss-dev@ozlabs.org
1059W: http://www.ibm.com/developerworks/power/cell/
1060S: Supported
1061
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001062CFAG12864B LCD DRIVER
1063P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001064M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001065L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001066W: http://miguelojeda.es/auxdisplay.htm
1067W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001068S: Maintained
1069
1070CFAG12864BFB LCD FRAMEBUFFER DRIVER
1071P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001072M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001073L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001074W: http://miguelojeda.es/auxdisplay.htm
1075W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001076S: Maintained
1077
Johannes Berg704232c2007-04-23 12:20:05 -07001078CFG80211 and NL80211
1079P: Johannes Berg
1080M: johannes@sipsolutions.net
1081L: linux-wireless@vger.kernel.org
1082S: Maintained
1083
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001084CHECKPATCH
1085P: Andy Whitcroft
1086M: apw@shadowen.org
1087P: Randy Dunlap
1088M: rdunlap@xenotime.net
1089P: Joel Schopp
1090M: jschopp@austin.ibm.com
1091S: Supported
1092
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093COMMON INTERNET FILE SYSTEM (CIFS)
1094P: Steve French
1095M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001096L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001098W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001099T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001100S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101
Joel Becker7063fbf2005-12-15 14:29:43 -08001102CONFIGFS
1103P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001104M: joel.becker@oracle.com
1105L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001106S: Supported
1107
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001108CIRRUS LOGIC EP93XX ETHERNET DRIVER
1109P: Lennert Buytenhek
1110M: kernel@wantstofly.org
1111L: netdev@vger.kernel.org
1112S: Maintained
1113
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001114CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1115P: Lennert Buytenhek
1116M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001117L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001118S: Maintained
1119
Timur Tabid9e9d822008-04-24 08:45:26 +10001120CIRRUS LOGIC CS4270 SOUND DRIVER
1121P: Timur Tabi
1122M: timur@freescale.com
1123L: alsa-devel@alsa-project.org
1124S: Supported
1125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1127P: Cirrus Logic Corporation (kernel 2.2 driver)
1128M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1129P: Nils Faerber (port to kernel 2.4)
1130M: Nils Faerber <nils@kernelconcepts.de>
1131S: Maintained
1132
1133CODA FILE SYSTEM
1134P: Jan Harkes
1135M: jaharkes@cs.cmu.edu
1136M: coda@cs.cmu.edu
1137L: codalist@coda.cs.cmu.edu
1138W: http://www.coda.cs.cmu.edu/
1139S: Maintained
1140
1141COMPACTPCI HOTPLUG CORE
1142P: Scott Murray
1143M: scottm@somanetworks.com
1144M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001145L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146S: Supported
1147
1148COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1149P: Scott Murray
1150M: scottm@somanetworks.com
1151M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001152L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153S: Supported
1154
1155COMPACTPCI HOTPLUG GENERIC DRIVER
1156P: Scott Murray
1157M: scottm@somanetworks.com
1158M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001159L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160S: Supported
1161
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001162COMPAL LAPTOP SUPPORT
1163P: Cezary Jackiewicz
1164M: cezary.jackiewicz@gmail.com
1165S: Maintained
1166
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167COMPUTONE INTELLIPORT MULTIPORT CARD
1168P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001169M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001171S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172
Simon Arlott949be0f2007-03-06 02:47:46 -08001173CONEXANT ACCESSRUNNER USB DRIVER
1174P: Simon Arlott
1175M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001176L: accessrunner-general@lists.sourceforge.net
1177W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001178S: Maintained
1179
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001180CONTROL GROUPS (CGROUPS)
1181P: Paul Menage
1182M: menage@google.com
1183L: containers@lists.linux-foundation.org
1184S: Maintained
1185
Rudolf Marekbebe4672007-05-08 17:22:02 +02001186CORETEMP HARDWARE MONITORING DRIVER
1187P: Rudolf Marek
1188M: r.marek@assembler.cz
1189L: lm-sensors@lm-sensors.org
1190S: Maintained
1191
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192COSA/SRP SYNC SERIAL DRIVER
1193P: Jan "Yenya" Kasprzak
1194M: kas@fi.muni.cz
1195W: http://www.fi.muni.cz/~kas/cosa/
1196S: Maintained
1197
1198CPU FREQUENCY DRIVERS
1199P: Dave Jones
1200M: davej@codemonkey.org.uk
1201L: cpufreq@lists.linux.org.uk
1202W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001203T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204S: Maintained
1205
1206CPUID/MSR DRIVER
1207P: H. Peter Anvin
1208M: hpa@zytor.com
1209S: Maintained
1210
Paul Jacksoned90fb42005-09-27 21:45:37 -07001211CPUSETS
1212P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001213P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001214M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001215M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001216L: linux-kernel@vger.kernel.org
1217W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001218W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001219S: Supported
1220
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001222W: http://sourceforge.net/projects/cramfs/
1223S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224
1225CRIS PORT
1226P: Mikael Starvik
1227M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001228P: Jesper Nilsson
1229M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230L: dev-etrax@axis.com
1231W: http://developer.axis.com
1232S: Maintained
1233
1234CRYPTO API
1235P: Herbert Xu
1236M: herbert@gondor.apana.org.au
1237P: David S. Miller
1238M: davem@davemloft.net
1239L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001240T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241S: Maintained
1242
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001243CS5535 Audio ALSA driver
1244P: Jaya Kumar
1245M: jayakumar.alsa@gmail.com
1246S: Maintained
1247
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001248CX18 VIDEO4LINUX DRIVER
1249P: Hans Verkuil, Andy Walls
1250M: hverkuil@xs4all.nl, awalls@radix.net
1251L: ivtv-devel@ivtvdriver.org
1252L: ivtv-users@ivtvdriver.org
1253L: video4linux-list@redhat.com
1254W: http://linuxtv.org
1255S: Maintained
1256
Steve Wisee5ec3782008-05-20 14:06:33 -07001257CXGB3 ETHERNET DRIVER (CXGB3)
1258P: Divy Le Ray
1259M: divy@chelsio.com
1260L: netdev@vger.kernel.org
1261W: http://www.chelsio.com
1262S: Supported
1263
1264CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1265P: Steve Wise
1266M: swise@chelsio.com
1267L: general@lists.openfabrics.org
1268W: http://www.openfabrics.org
1269S: Supported
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271CYBERPRO FB DRIVER
1272P: Russell King
1273M: rmk@arm.linux.org.uk
1274W: http://www.arm.linux.org.uk/
1275S: Maintained
1276
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001277CYBLAFB FRAMEBUFFER DRIVER
1278P: Knut Petersen
1279M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001280L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001281S: Maintained
1282
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283CYCLADES 2X SYNC CARD DRIVER
1284P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001285M: acme@ghostprotocols.net
1286W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287S: Maintained
1288
1289CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001291S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292
1293CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001295S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297DAMA SLAVE for AX.25
1298P: Joerg Reuter
1299M: jreuter@yaina.de
1300W: http://yaina.de/jreuter/
1301W: http://www.qsl.net/dl1bke/
1302L: linux-hams@vger.kernel.org
1303S: Maintained
1304
1305DC395x SCSI driver
1306P: Oliver Neukum
1307M: oliver@neukum.name
1308P: Ali Akcaagac
1309M: aliakc@web.de
1310P: Jamie Lenehan
1311M: lenehan@twibble.org
1312W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001313L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314L: http://lists.twibble.org/mailman/listinfo/dc395x/
1315S: Maintained
1316
1317DC390/AM53C974 SCSI driver
1318P: Kurt Garloff
1319M: garloff@suse.de
1320W: http://www.garloff.de/kurt/linux/dc390/
1321P: Guennadi Liakhovetski
1322M: g.liakhovetski@gmx.de
1323S: Maintained
1324
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001325DCCP PROTOCOL
1326P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001327M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001328L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001329W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001330S: Maintained
1331
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001333P: Christine Caulfield
1334M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335W: http://linux-decnet.sourceforge.net
1336L: linux-decnet-user@lists.sourceforge.net
1337S: Maintained
1338
1339DEFXX FDDI NETWORK DRIVER
1340P: Maciej W. Rozycki
1341M: macro@linux-mips.org
1342S: Maintained
1343
1344DELL LAPTOP SMM DRIVER
1345P: Massimo Dal Zotto
1346M: dz@debian.org
1347W: http://www.debian.org/~dz/i8k/
1348S: Maintained
1349
Doug Warzecha90563ec2005-09-06 15:17:15 -07001350DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1351P: Doug Warzecha
1352M: Douglas_Warzecha@dell.com
1353S: Maintained
1354
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001355DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356P: Alasdair Kergon
1357L: dm-devel@redhat.com
1358W: http://sources.redhat.com/dm
1359S: Maintained
1360
1361DEVICE NUMBER REGISTRY
1362P: Torben Mathiasen
1363M: device@lanana.org
1364W: http://lanana.org/docs/device-list/index.html
1365L: linux-kernel@vger.kernel.org
1366S: Maintained
1367
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368DIGI INTL. EPCA DRIVER
1369P: Digi International, Inc
1370M: Eng.Linux@digi.com
1371L: Eng.Linux@digi.com
1372W: http://www.digi.com
1373S: Orphaned
1374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375DIRECTORY NOTIFICATION
1376P: Stephen Rothwell
1377M: sfr@canb.auug.org.au
1378L: linux-kernel@vger.kernel.org
1379S: Supported
1380
1381DISK GEOMETRY AND PARTITION HANDLING
1382P: Andries Brouwer
1383M: aeb@cwi.nl
1384W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1385W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1386W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1387S: Maintained
1388
1389DISKQUOTA:
1390P: Jan Kara
1391M: jack@suse.cz
1392L: linux-kernel@vger.kernel.org
1393S: Maintained
1394
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001395DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001396P: Christine Caulfield
1397M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001398P: David Teigland
1399M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001400L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001401W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001402T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001403S: Supported
1404
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1406P: Tobias Ringstrom
1407M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001408L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409S: Maintained
1410
Dan Williamsb3e5f262007-08-07 10:26:35 -07001411DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001412P: Maciej Sosnowski
1413M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001414P: Dan Williams
1415M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001416L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001417S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001418
Juerg Haefligerb8250372007-06-09 10:11:16 -04001419DME1737 HARDWARE MONITOR DRIVER
1420P: Juerg Haefliger
1421M: juergh@gmail.com
1422L: lm-sensors@lm-sensors.org
1423S: Maintained
1424
Martin Waitzba483d52005-06-17 13:20:59 -07001425DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001426P: Randy Dunlap
1427M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001428S: Maintained
1429
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001430DOCKING STATION DRIVER
1431P: Kristen Carlson Accardi
1432M: kristen.c.accardi@intel.com
1433L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001434S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001435
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001436DOCUMENTATION (/Documentation directory)
1437P: Michael Kerrisk
1438M: mtk.manpages@gmail.com
1439P: Randy Dunlap
1440M: rdunlap@xenotime.net
1441L: linux-doc@vger.kernel.org
1442S: Maintained
1443
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444DOUBLETALK DRIVER
1445P: James R. Van Zandt
1446M: jrv@vanzandt.mv.com
1447L: blinux-list@redhat.com
1448S: Maintained
1449
1450DRIVER CORE, KOBJECTS, AND SYSFS
1451P: Greg Kroah-Hartman
1452M: gregkh@suse.de
1453L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001454T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455S: Supported
1456
1457DRM DRIVERS
1458P: David Airlie
1459M: airlied@linux.ie
1460L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001461T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462S: Maintained
1463
1464DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001465P: Francois Romieu
1466M: romieu@fr.zoreil.com
1467L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468S: Maintained
1469
1470DVB SUBSYSTEM AND DRIVERS
1471P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001472M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001474W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001475T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001476S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001478DZ DECSTATION DZ11 SERIAL DRIVER
1479P: Maciej W. Rozycki
1480M: macro@linux-mips.org
1481S: Maintained
1482
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483EATA-DMA SCSI DRIVER
1484P: Michael Neuffer
1485L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1486S: Maintained
1487
1488EATA ISA/EISA/PCI SCSI DRIVER
1489P: Dario Ballabio
1490M: ballabio_dario@emc.com
1491L: linux-scsi@vger.kernel.org
1492S: Maintained
1493
1494EATA-PIO SCSI DRIVER
1495P: Michael Neuffer
1496M: mike@i-Connect.Net
1497L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1498S: Maintained
1499
1500EBTABLES
1501P: Bart De Schuymer
1502M: bart.de.schuymer@pandora.be
1503L: ebtables-user@lists.sourceforge.net
1504L: ebtables-devel@lists.sourceforge.net
1505W: http://ebtables.sourceforge.net/
1506S: Maintained
1507
Michael Halcrow237fead2006-10-04 02:16:22 -07001508ECRYPT FILE SYSTEM
1509P: Mike Halcrow, Phillip Hellewell
1510M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1511L: ecryptfs-devel@lists.sourceforge.net
1512W: http://ecryptfs.sourceforge.net/
1513S: Supported
1514
Alan Coxda9bb1d2006-01-18 17:44:13 -08001515EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001516P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001517M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001518L: bluesmoke-devel@lists.sourceforge.net
1519W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001520S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001521
1522EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001523P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001524P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001525M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001526M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001527L: bluesmoke-devel@lists.sourceforge.net
1528W: bluesmoke.sourceforge.net
1529S: Maintained
1530
1531EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001532P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001533M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001534L: bluesmoke-devel@lists.sourceforge.net
1535W: bluesmoke.sourceforge.net
1536S: Maintained
1537
Douglas Thompson6bc78402007-07-19 01:50:12 -07001538EDAC-I82443BXGX
1539P: Tim Small
1540M: tim@buttersideup.com
1541L: bluesmoke-devel@lists.sourceforge.net
1542W: bluesmoke.sourceforge.net
1543S: Maintained
1544
1545EDAC-I3000
1546P: Jason Uhlenkott
1547M: juhlenko@akamai.com
1548L: bluesmoke-devel@lists.sourceforge.net
1549W: bluesmoke.sourceforge.net
1550S: Maintained
1551
1552EDAC-I5000
1553P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001554M: dougthompson@xmission.com
1555L: bluesmoke-devel@lists.sourceforge.net
1556W: bluesmoke.sourceforge.net
1557S: Maintained
1558
1559EDAC-I82975X
1560P: Ranganathan Desikan
1561P: Arvind R.
1562M: rdesikan@jetzbroadband.com
1563M: arvind@acarlab.com
1564L: bluesmoke-devel@lists.sourceforge.net
1565W: bluesmoke.sourceforge.net
1566S: Maintained
1567
1568EDAC-PASEMI
1569P: Egor Martovetsky
1570M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001571L: bluesmoke-devel@lists.sourceforge.net
1572W: bluesmoke.sourceforge.net
1573S: Maintained
1574
Dave Peterson0e438e32006-03-26 01:38:55 -08001575EDAC-R82600
1576P: Tim Small
1577M: tim@buttersideup.com
1578L: bluesmoke-devel@lists.sourceforge.net
1579W: bluesmoke.sourceforge.net
1580S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001581
Eric Coopere59f8792008-03-13 12:55:46 +01001582EEEPC LAPTOP EXTRAS DRIVER
1583P: Corentin Chary
1584M: corentincj@iksaif.net
1585L: acpi4asus-user@lists.sourceforge.net
1586W: http://sourceforge.net/projects/acpi4asus
1587S: Maintained
1588
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589EEPRO100 NETWORK DRIVER
1590P: Andrey V. Savochkin
1591M: saw@saw.sw.com.sg
1592S: Maintained
1593
Josh Triplett0bee8d22006-07-30 03:03:58 -07001594EFS FILESYSTEM
1595W: http://aeschi.ch.eu.org/efs/
1596S: Orphan
1597
Heiko J Schickfab97222006-09-22 15:22:22 -07001598EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1599P: Hoang-Nam Nguyen
1600M: hnguyen@de.ibm.com
1601P: Christoph Raisch
1602M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001603L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001604S: Supported
1605
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001606EMBEDDED LINUX
1607P: Paul Gortmaker
1608M: paul.gortmaker@windriver.com
1609P David Woodhouse
1610M: dwmw2@infradead.org
1611L: linux-embedded@vger.kernel.org
1612S: Maintained
1613
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001614EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001615P: James Smart
1616M: james.smart@emulex.com
1617L: linux-scsi@vger.kernel.org
1618W: http://sourceforge.net/projects/lpfcxxxx
1619S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001620
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621EPSON 1355 FRAMEBUFFER DRIVER
1622P: Christopher Hoover
1623M: ch@murgatroid.com, ch@hpl.hp.com
1624S: Maintained
1625
1626ETHEREXPRESS-16 NETWORK DRIVER
1627P: Philip Blundell
1628M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001629L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630S: Maintained
1631
1632ETHERNET BRIDGE
1633P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001634M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001635L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001636W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637S: Maintained
1638
1639ETHERTEAM 16I DRIVER
1640P: Mika Kuoppala
1641M: miku@iki.fi
1642S: Maintained
1643
1644EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001645L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646S: Maintained
1647
1648EXT3 FILE SYSTEM
1649P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001650M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001651L: linux-ext4@vger.kernel.org
1652S: Maintained
1653
1654EXT4 FILE SYSTEM
1655P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001656M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001657L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658S: Maintained
1659
Jean Delvaree53004e2006-01-09 23:26:14 +01001660F71805F HARDWARE MONITORING DRIVER
1661P: Jean Delvare
1662M: khali@linux-fr.org
1663L: lm-sensors@lm-sensors.org
1664S: Maintained
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666FARSYNC SYNCHRONOUS DRIVER
1667P: Kevin Curtis
1668M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669W: http://www.farsite.co.uk/
1670S: Supported
1671
Akinobu Mitac5408b82007-04-23 14:41:20 -07001672FAULT INJECTION SUPPORT
1673P: Akinobu Mita
1674M: akinobu.mita@gmail.com
1675S: Supported
1676
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677FRAMEBUFFER LAYER
1678P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001679M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001680L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681W: http://linux-fbdev.sourceforge.net/
1682S: Maintained
1683
Zhang Wei173acc72008-03-01 07:42:48 -07001684FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001685P: Li Yang
1686M: leoli@freescale.com
1687P: Zhang Wei
1688M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001689L: linuxppc-embedded@ozlabs.org
1690L: linux-kernel@vger.kernel.org
1691S: Maintained
1692
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001693FREESCALE I2C CPM DRIVER
1694P: Jochen Friedrich
1695M: jochen@scram.de
1696L: linuxppc-dev@ozlabs.org
1697L: i2c@lm-sensors.org
1698S: Maintained
1699
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001700FREESCALE SOC FS_ENET DRIVER
1701P: Pantelis Antoniou
1702M: pantelis.antoniou@gmail.com
1703P: Vitaly Bordug
1704M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001705L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001706L: netdev@vger.kernel.org
1707S: Maintained
1708
Timur Tabid9e9d822008-04-24 08:45:26 +10001709FREESCALE QUICC ENGINE LIBRARY
1710P: Timur Tabi
1711M: timur@freescale.com
1712L: linuxppc-dev@ozlabs.org
1713S: Supported
1714
Li Yanga7205b32007-04-23 10:38:18 -07001715FREESCALE HIGHSPEED USB DEVICE DRIVER
1716P: Li Yang
1717M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001718L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001719L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001720S: Maintained
1721
Li Yangbeaf53b2007-05-25 13:54:02 +08001722FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1723P: Li Yang
1724M: leoli@freescale.com
1725L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001726L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001727S: Maintained
1728
Timur Tabid9e9d822008-04-24 08:45:26 +10001729FREESCALE QUICC ENGINE UCC UART DRIVER
1730P: Timur Tabi
1731M: timur@freescale.com
1732L: linuxppc-dev@ozlabs.org
1733S: Supported
1734
1735FREESCALE SOC SOUND DRIVERS
1736P: Timur Tabi
1737M: timur@freescale.com
1738L: alsa-devel@alsa-project.org
1739L: linuxppc-dev@ozlabs.org
1740S: Supported
1741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742FILE LOCKING (flock() and fcntl()/lockf())
1743P: Matthew Wilcox
1744M: matthew@wil.cx
1745L: linux-fsdevel@vger.kernel.org
1746S: Maintained
1747
1748FILESYSTEMS (VFS and infrastructure)
1749P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001750M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001751L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752S: Maintained
1753
Stefan Richterf148e202008-01-12 12:32:44 +01001754FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001755P: Kristian Hoegsberg, Stefan Richter
1756M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1757L: linux1394-devel@lists.sourceforge.net
1758W: http://www.linux1394.org/
1759T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1760S: Maintained
1761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762FIRMWARE LOADER (request_firmware)
1763L: linux-kernel@vger.kernel.org
1764S: Orphan
1765
1766FPU EMULATOR
1767P: Bill Metzenthen
1768M: billm@suburbia.net
1769W: http://suburbia.net/~billm/floating-point/emulator/
1770S: Maintained
1771
1772FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1773P: Mike McLagan
1774M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001775L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776S: Maintained
1777
1778FREEVXFS FILESYSTEM
1779P: Christoph Hellwig
1780M: hch@infradead.org
1781W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1782S: Maintained
1783
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001784FTRACE
1785P: Steven Rostedt
1786M: srostedt@redhat.com
1787S: Maintained
1788
David Howells5ab7ffe2007-04-10 15:10:45 +01001789FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790P: David Howells
1791M: dhowells@redhat.com
1792S: Maintained
1793
Jonathan Woithe20b93732008-06-11 10:14:56 +09301794FUJITSU LAPTOP EXTRAS
1795P: Jonathan Woithe
1796M: jwoithe@physics.adelaide.edu.au
1797L: linux-acpi@vger.kernel.org
1798S: Maintained
1799
Miklos Szeredi04578f12005-09-09 13:10:22 -07001800FUSE: FILESYSTEM IN USERSPACE
1801P: Miklos Szeredi
1802M: miklos@szeredi.hu
1803L: fuse-devel@lists.sourceforge.net
1804W: http://fuse.sourceforge.net/
1805S: Maintained
1806
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1808P: Rik Faith
1809M: faith@cs.unc.edu
1810L: linux-scsi@vger.kernel.org
1811S: Odd fixes (e.g., new signatures)
1812
1813GDT SCSI DISK ARRAY CONTROLLER DRIVER
1814P: Achim Leubner
1815M: achim_leubner@adaptec.com
1816L: linux-scsi@vger.kernel.org
1817W: http://www.icp-vortex.com/
1818S: Supported
1819
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001820GENERIC GPIO I2C DRIVER
1821P: Haavard Skinnemoen
1822M: hskinnemoen@atmel.com
1823S: Supported
1824
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1826P: Krzysztof Halasa
1827M: khc@pm.waw.pl
1828W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1829S: Maintained
1830
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001831GFS2 FILE SYSTEM
1832P: Steven Whitehouse
1833M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001834L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001835W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001836T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1837T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001838S: Supported
1839
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001840GIGASET ISDN DRIVERS
1841P: Hansjoerg Lipp
1842M: hjlipp@web.de
1843P: Tilman Schmidt
1844M: tilman@imap.cc
1845L: gigaset307x-common@lists.sourceforge.net
1846W: http://gigaset307x.sourceforge.net/
1847S: Maintained
1848
Jean Delvare5b543962005-08-15 19:51:02 +02001849HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001850P: Mark M. Hoffman
1851M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001852L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001853W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001854T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1855T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001856S: Maintained
1857
Michael Buesch844dd052006-06-26 00:24:59 -07001858HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001859S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001860
Robert Love860e1d62005-08-31 23:57:59 -04001861HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1862P: Robert Love
1863M: rlove@rlove.org
1864M: linux-kernel@vger.kernel.org
1865W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1866S: Maintained
1867
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868HARMONY SOUND DRIVER
1869P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001870M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001871L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872S: Maintained
1873
1874HAYES ESP SERIAL DRIVER
1875P: Andrew J. Robinson
1876M: arobinso@nyx.net
1877L: linux-kernel@vger.kernel.org
1878W: http://www.nyx.net/~arobinso
1879S: Maintained
1880
1881HFS FILESYSTEM
1882P: Roman Zippel
1883M: zippel@linux-m68k.org
1884L: linux-kernel@vger.kernel.org
1885S: Maintained
1886
1887HGA FRAMEBUFFER DRIVER
1888P: Ferenc Bakonyi
1889M: fero@drama.obuda.kando.hu
1890L: linux-nvidia@lists.surfsouth.com
1891W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1892S: Maintained
1893
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001894HID CORE LAYER
1895P: Jiri Kosina
1896M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001897L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001898T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001899S: Maintained
1900
Ingo Molnar38bed542007-02-22 09:09:34 +01001901HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1902P: Thomas Gleixner
1903M: tglx@linutronix.de
1904L: linux-kernel@vger.kernel.org
1905S: Maintained
1906
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907HIGH-SPEED SCC DRIVER FOR AX.25
1908P: Klaus Kudielka
1909M: klaus.kudielka@ieee.org
1910L: linux-hams@vger.kernel.org
1911W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1912S: Maintained
1913
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001914HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1915P: HighPoint Linux Team
1916M: linux@highpoint-tech.com
1917W: http://www.highpoint-tech.com
1918S: Supported
1919
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920HIPPI
1921P: Jes Sorensen
1922M: jes@trained-monkey.org
1923L: linux-hippi@sunsite.dk
1924S: Maintained
1925
1926HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1927P: Chirag Kantharia
1928M: chirag.kantharia@hp.com
1929L: iss_storagedev@hp.com
1930S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932HEWLETT-PACKARD SMART2 RAID DRIVER
1933P: Chirag Kantharia
1934M: chirag.kantharia@hp.com
1935L: iss_storagedev@hp.com
1936S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1939P: Mike Miller
1940M: mike.miller@hp.com
1941L: iss_storagedev@hp.com
1942S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001943
Jouni Malinenff1d2762005-05-12 22:54:16 -04001944HOST AP DRIVER
1945P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001946M: j@w1.fi
1947L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001948L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001949W: http://hostap.epitest.fi/
1950S: Maintained
1951
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1953P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001954M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955S: Maintained
1956
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001957HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1958P: Carlos Corbacho
1959M: carlos@strangeworlds.co.uk
1960S: Odd Fixes
1961
Bob Piccob9b03322005-11-07 00:59:19 -08001962HPET: High Precision Event Timers driver (hpet.c)
1963P: Clemens Ladisch
1964M: clemens@ladisch.de
1965S: Maintained
1966
1967HPET: i386
1968P: Venkatesh Pallipadi (Venki)
1969M: venkatesh.pallipadi@intel.com
1970S: Maintained
1971
1972HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001973P: Vojtech Pavlik
1974M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001975S: Maintained
1976
1977HPET: ACPI hpet.c
1978P: Bob Picco
1979M: bob.picco@hp.com
1980S: Maintained
1981
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982HPFS FILESYSTEM
1983P: Mikulas Patocka
1984M: mikulas@artax.karlin.mff.cuni.cz
1985W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1986S: Maintained
1987
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001988HTCPEN TOUCHSCREEN DRIVER
1989P: Pau Oliva Fora
1990M: pof@eslack.org
1991L: linux-input@vger.kernel.org
1992S: Maintained
1993
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994HUGETLB FILESYSTEM
1995P: William Irwin
1996M: wli@holomorphy.com
1997S: Maintained
1998
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001999I2C/SMBUS STUB DRIVER
2000P: Mark M. Hoffman
2001M: mhoffman@lightlink.com
2002L: lm-sensors@lm-sensors.org
2003S: Maintained
2004
Jean Delvare5b543962005-08-15 19:51:02 +02002005I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002006P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002008P: Ben Dooks (embedded platforms)
2009M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002010L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002011T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012S: Maintained
2013
Till Harbaume8c76ee2007-05-01 23:26:35 +02002014I2C-TINY-USB DRIVER
2015P: Till Harbaum
2016M: till@harbaum.org
2017L: i2c@lm-sensors.org
2018T: http://www.harbaum.org/till/i2c_tiny_usb
2019S: Maintained
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002022P: H. Peter Anvin
2023M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024L: Linux-Kernel@vger.kernel.org
2025S: Maintained
2026
2027i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028P: H. Peter Anvin
2029M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002030T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031S: Maintained
2032
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033IA64 (Itanium) PLATFORM
2034P: Tony Luck
2035M: tony.luck@intel.com
2036L: linux-ia64@vger.kernel.org
2037W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002038T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039S: Maintained
2040
2041SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002042P: Jes Sorensen
2043M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044L: linux-altix@sgi.com
2045L: linux-ia64@vger.kernel.org
2046W: http://www.sgi.com/altix
2047S: Maintained
2048
2049IBM MCA SCSI SUBSYSTEM DRIVER
2050P: Michael Lang
2051M: langa2@kph.uni-mainz.de
2052W: http://www.uni-mainz.de/~langm000/linux.html
2053S: Maintained
2054
2055IBM Power Linux RAID adapter
2056P: Brian King
2057M: brking@us.ibm.com
2058S: Supported
2059
2060IBM ServeRAID RAID DRIVER
2061P: Jack Hammer
2062P: Dave Jeffery
2063M: ipslinux@adaptec.com
2064W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002065S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002067IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002069M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002071T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072S: Maintained
2073
2074IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002075P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002076M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002077L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002078S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079
2080IDE/ATAPI FLOPPY DRIVERS
2081P: Paul Bristow
2082M: Paul Bristow <paul@paulbristow.net>
2083W: http://paulbristow.net/linux/idefloppy.html
2084L: linux-kernel@vger.kernel.org
2085S: Maintained
2086
2087IDE/ATAPI TAPE DRIVERS
2088P: Gadi Oxman
2089M: Gadi Oxman <gadio@netvision.net.il>
2090L: linux-kernel@vger.kernel.org
2091S: Maintained
2092
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002093IDE-SCSI DRIVER
2094L: linux-ide@vger.kernel.org
2095L: linux-scsi@vger.kernel.org
2096S: Orphan
2097
Stefan Richterf148e202008-01-12 12:32:44 +01002098IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002100M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002101P: Stefan Richter
2102M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103L: linux1394-devel@lists.sourceforge.net
2104W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002105T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106S: Maintained
2107
Stefan Richterf51a5a92007-04-23 14:41:10 -07002108IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109P: Dan Dennedy
2110M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002111P: Stefan Richter
2112M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002114S: Maintained
2115
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002117L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002118S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119
2120INFINIBAND SUBSYSTEM
2121P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002122M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002124M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002126M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002127L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002129T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130S: Supported
2131
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002132INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002133P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002134M: dmitry.torokhov@gmail.com
2135M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002136L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002137T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138S: Maintained
2139
Robert Lovec9f04f52005-07-15 12:21:07 -04002140INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002141P: John McCutchan
2142M: ttb@tentacle.dhs.org
2143P: Robert Love
2144M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002145L: linux-kernel@vger.kernel.org
2146S: Maintained
2147
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002148INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002149P: Sylvain Meyer
2150M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002151L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002152S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002153
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002155P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002156M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002157L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002158S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160INTEL IA32 MICROCODE UPDATE SUPPORT
2161P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002162M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163S: Maintained
2164
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002165INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002166P: Maciej Sosnowski
2167M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002168L: linux-kernel@vger.kernel.org
2169S: Supported
2170
Dan Williamsb3e5f262007-08-07 10:26:35 -07002171INTEL IOP-ADMA DMA DRIVER
2172P: Dan Williams
2173M: dan.j.williams@intel.com
2174L: linux-kernel@vger.kernel.org
2175S: Supported
2176
Michael Buesch844dd052006-06-26 00:24:59 -07002177INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2178P: Deepak Saxena
2179M: dsaxena@plexity.net
2180S: Maintained
2181
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002182INTEL IXP2000 ETHERNET DRIVER
2183P: Lennert Buytenhek
2184M: kernel@wantstofly.org
2185L: netdev@vger.kernel.org
2186S: Maintained
2187
Auke Kokd94e6fe2008-03-03 14:37:47 -08002188INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002189P: Jeff Kirsher
2190M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002191P: Jesse Brandeburg
2192M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002193P: Bruce Allan
2194M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002195P: PJ Waskiewicz
2196M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002197P: John Ronciak
2198M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002199L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002200W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201S: Supported
2202
James Ketrenos826d2ab2005-11-07 18:56:59 -06002203INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002204P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002205M: yi.zhu@intel.com
2206P: James Ketrenos
2207M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002208P: Reinette Chatre
2209M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002210L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002211L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002212W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002213W: http://ipw2100.sourceforge.net
2214S: Supported
2215
2216INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002217P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002218M: yi.zhu@intel.com
2219P: James Ketrenos
2220M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002221P: Reinette Chatre
2222M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002223L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002224L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002225W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002226W: http://ipw2200.sourceforge.net
2227S: Supported
2228
Zhu Yib481de92007-09-25 17:54:57 -07002229INTEL WIRELESS WIFI LINK (iwlwifi)
2230P: Zhu Yi
2231M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002232P: Reinette Chatre
2233M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002234L: linux-wireless@vger.kernel.org
2235L: ipw3945-devel@lists.sourceforge.net
2236W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002237T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002238S: Supported
2239
Ralf Baechlecb109a02007-08-30 23:56:30 -07002240IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241P: Ralf Baechle
2242M: ralf@linux-mips.org
2243L: linux-mips@linux-mips.org
2244S: Maintained
2245
Ralf Baechlecb109a02007-08-30 23:56:30 -07002246IOC3 SERIAL DRIVER
2247P: Pat Gefre
2248M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002249L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002250S: Maintained
2251
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252IP MASQUERADING:
2253P: Juanjo Ciarlante
2254M: jjciarla@raiz.uncu.edu.ar
2255S: Maintained
2256
Francois Romieu1202d6f2007-09-17 17:13:55 -07002257IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2258P: Francois Romieu
2259M: romieu@fr.zoreil.com
2260P: Sorbica Shieh
2261M: sorbica@icplus.com.tw
2262P: Jesse Huang
2263M: jesse@icplus.com.tw
2264L: netdev@vger.kernel.org
2265S: Maintained
2266
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002267IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002268P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002269M: infinipath@qlogic.com
2270L: general@lists.openfabrics.org
2271T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002272S: Supported
2273
Corey Minyard4409ebe2006-04-20 02:43:12 -07002274IPMI SUBSYSTEM
2275P: Corey Minyard
2276M: minyard@acm.org
2277L: openipmi-developer@lists.sourceforge.net
2278W: http://openipmi.sourceforge.net/
2279S: Supported
2280
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281IPX NETWORK LAYER
2282P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002283M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002284L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285S: Maintained
2286
David Sterba099dc4f2008-02-07 10:57:12 +01002287IPWIRELES DRIVER
2288P: Jiri Kosina
2289M: jkosina@suse.cz
2290P: David Sterba
2291M: dsterba@suse.cz
2292S: Maintained
2293T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2294
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002296P: Samuel Ortiz
2297M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002298L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002300S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301
Mike Christie14816b1e2007-11-28 16:22:06 -08002302ISCSI
2303P: Mike Christie
2304M: michaelc@cs.wisc.edu
2305L: open-iscsi@googlegroups.com
2306W: www.open-iscsi.org
2307T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2308S: Maintained
2309
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310ISAPNP
2311P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002312M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313S: Maintained
2314
2315ISDN SUBSYSTEM
2316P: Karsten Keil
2317M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002318L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002320T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321S: Maintained
2322
2323ISDN SUBSYSTEM (Eicon active card driver)
2324P: Armin Schindler
2325M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002326L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327W: http://www.melware.de
2328S: Maintained
2329
Hans Verkuil91821ff2007-12-02 09:35:33 -03002330IVTV VIDEO4LINUX DRIVER
2331P: Hans Verkuil
2332M: hverkuil@xs4all.nl
2333L: ivtv-devel@ivtvdriver.org
2334L: ivtv-users@ivtvdriver.org
2335L: video4linux-list@redhat.com
2336W: http://www.ivtvdriver.org
2337S: Maintained
2338
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2340P: David Woodhouse
2341M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002342L: linux-mtd@lists.infradead.org
2343W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344S: Maintained
2345
Artem Bityutskiy95270562008-07-14 17:58:44 +03002346UBI FILE SYSTEM (UBIFS)
2347P: Artem Bityutskiy
2348M: dedekind@infradead.org
2349P: Adrian Hunter
2350M: ext-adrian.hunter@nokia.com
2351L: linux-mtd@lists.infradead.org
2352T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2353W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2354S: Maintained
2355
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356JFS FILESYSTEM
2357P: Dave Kleikamp
2358M: shaggy@austin.ibm.com
2359L: jfs-discussion@lists.sourceforge.net
2360W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002361T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Supported
2363
Josh Triplettde456d32006-07-30 03:04:00 -07002364JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002365P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002366M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002367L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002368S: Maintained
2369
Rudolf Marek4660cb32006-10-08 22:01:26 +02002370K8TEMP HARDWARE MONITORING DRIVER
2371P: Rudolf Marek
2372M: r.marek@assembler.cz
2373L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S: Maintained
2375
2376KCONFIG
2377P: Roman Zippel
2378M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002379L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380S: Maintained
2381
Vivek Goyalea6c2082006-05-20 14:59:55 -07002382KDUMP
2383P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002384M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002385P: Haren Myneni
2386M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002387L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002388L: linux-kernel@vger.kernel.org
2389W: http://lse.sourceforge.net/kdump/
2390S: Maintained
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392KERNEL AUTOMOUNTER (AUTOFS)
2393P: H. Peter Anvin
2394M: hpa@zytor.com
2395L: autofs@linux.kernel.org
2396S: Odd Fixes
2397
2398KERNEL AUTOMOUNTER v4 (AUTOFS4)
2399P: Ian Kent
2400M: raven@themaw.net
2401L: autofs@linux.kernel.org
2402S: Maintained
2403
2404KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405P: Sam Ravnborg
2406M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002407T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2408T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002409L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002410S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411
2412KERNEL JANITORS
2413P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002414L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416S: Maintained
2417
2418KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002419P: J. Bruce Fields
2420M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002422M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002423L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002425S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426
Avi Kivity426d62e2006-12-13 00:34:03 -08002427KERNEL VIRTUAL MACHINE (KVM)
2428P: Avi Kivity
2429M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002430L: kvm@vger.kernel.org
2431W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002432S: Supported
2433
Hollis Blanchard513014b2008-04-16 23:28:08 -05002434KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2435P: Hollis Blanchard
2436M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002437L: kvm-ppc@vger.kernel.org
2438W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002439S: Supported
2440
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002441KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002442P: Anthony Xu
2443M: anthony.xu@intel.com
2444P: Xiantao Zhang
2445M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002446L: kvm-ia64@vger.kernel.org
2447W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002448S: Supported
2449
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002450KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2451P: Carsten Otte
2452M: cotte@de.ibm.com
2453P: Christian Borntraeger
2454M: borntraeger@de.ibm.com
2455M: linux390@de.ibm.com
2456L: linux-s390@vger.kernel.org
2457W: http://www.ibm.com/developerworks/linux/linux390/
2458S: Supported
2459
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002460KEXEC
2461P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002462M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002463W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002464L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002465L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002466S: Maintained
2467
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002468KGDB
2469P: Jason Wessel
2470M: jason.wessel@windriver.com
2471L: kgdb-bugreport@lists.sourceforge.net
2472S: Maintained
2473
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002474KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002475P: Ananth N Mavinakayanahalli
2476M: ananth@in.ibm.com
2477P: Anil S Keshavamurthy
2478M: anil.s.keshavamurthy@intel.com
2479P: David S. Miller
2480M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002481P: Masami Hiramatsu
2482M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002483L: linux-kernel@vger.kernel.org
2484S: Maintained
2485
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002486KS0108 LCD CONTROLLER DRIVER
2487P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002488M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002489L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002490W: http://miguelojeda.es/auxdisplay.htm
2491W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002492S: Maintained
2493
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002496S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497
2498LASI 53c700 driver for PARISC
2499P: James E.J. Bottomley
2500M: James.Bottomley@HansenPartnership.com
2501L: linux-scsi@vger.kernel.org
2502S: Maintained
2503
Richard Purdie263de9b2006-05-15 09:44:16 -07002504LED SUBSYSTEM
2505P: Richard Purdie
2506M: rpurdie@rpsys.net
2507S: Maintained
2508
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509LEGO USB Tower driver
2510P: Juergen Stuber
2511M: starblue@users.sourceforge.net
2512L: legousb-devel@lists.sourceforge.net
2513W: http://legousb.sourceforge.net/
2514S: Maintained
2515
Rusty Russell568a17f2007-10-25 14:12:24 +10002516LGUEST
2517P: Rusty Russell
2518M: rusty@rustcorp.com.au
2519L: lguest@ozlabs.org
2520W: http://lguest.ozlabs.org/
2521S: Maintained
2522
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523LINUX FOR IBM pSERIES (RS/6000)
2524P: Paul Mackerras
2525M: paulus@au.ibm.com
2526W: http://www.ibm.com/linux/ltc/projects/ppc
2527S: Supported
2528
2529LINUX FOR NCR VOYAGER
2530P: James Bottomley
2531M: James.Bottomley@HansenPartnership.com
2532W: http://www.hansenpartnership.com/voyager
2533S: Maintained
2534
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002535LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536P: Paul Mackerras
2537M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002538P: Benjamin Herrenschmidt
2539M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540W: http://www.penguinppc.org/
2541L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002542T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543S: Supported
2544
2545LINUX FOR POWER MACINTOSH
2546P: Benjamin Herrenschmidt
2547M: benh@kernel.crashing.org
2548W: http://www.penguinppc.org/
2549L: linuxppc-dev@ozlabs.org
2550S: Maintained
2551
Grant Likely77a76362008-07-12 12:11:43 -06002552LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553P: Sylvain Munaut
2554M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002555P: Grant Likely
2556M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Maintained
2559
2560LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002561P: Josh Boyer
2562M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563P: Matt Porter
2564M: mporter@kernel.crashing.org
2565W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002566L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002567T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568S: Maintained
2569
Grant Likely260c02a2007-10-02 12:15:34 +10002570LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2571P: Grant Likely
2572M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002573W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002574L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575S: Maintained
2576
Tom Rinie93adf12005-07-26 12:49:53 -07002577LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002578P: Vitaly Bordug
2579M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002580P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002581M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002582W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002583L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002584S: Maintained
2585
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002587P: Kumar Gala
2588M: galak@kernel.crashing.org
2589W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002590L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002591S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592
Olof Johanssonab06ff32006-09-06 14:44:54 -05002593LINUX FOR POWERPC PA SEMI PWRFICIENT
2594P: Olof Johansson
2595M: olof@lixom.net
2596W: http://www.pasemi.com/
2597L: linuxppc-dev@ozlabs.org
2598S: Supported
2599
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600LLC (802.2)
2601P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002602M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603S: Maintained
2604
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605LINUX SECURITY MODULE (LSM) FRAMEWORK
2606P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002607M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002608L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002609T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Supported
2611
2612LM83 HARDWARE MONITOR DRIVER
2613P: Jean Delvare
2614M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002615L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616S: Maintained
2617
2618LM90 HARDWARE MONITOR DRIVER
2619P: Jean Delvare
2620M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002621L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622S: Maintained
2623
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002624LOCKDEP AND LOCKSTAT
2625P: Peter Zijlstra
2626M: peterz@infradead.org
2627P: Ingo Molnar
2628M: mingo@redhat.com
2629L: linux-kernel@vger.kernel.org
2630T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2631S: Maintained
2632
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002633LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634P: Richard Russon (FlatCap)
2635M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002636L: linux-ntfs-dev@lists.sourceforge.net
2637W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002640LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2641P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002642M: Eric.Moore@lsi.com
2643M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002644L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002645L: linux-scsi@vger.kernel.org
2646W: http://www.lsilogic.com/support
2647S: Supported
2648
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2650P: Matthew Wilcox
2651M: matthew@wil.cx
2652L: linux-scsi@vger.kernel.org
2653S: Maintained
2654
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002655M32R ARCHITECTURE
2656P: Hirokazu Takata
2657M: takata@linux-m32r.org
2658L: linux-m32r@ml.linux-m32r.org
2659L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2660W: http://www.linux-m32r.org/
2661S: Maintained
2662
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663M68K ARCHITECTURE
2664P: Geert Uytterhoeven
2665M: geert@linux-m68k.org
2666P: Roman Zippel
2667M: zippel@linux-m68k.org
2668L: linux-m68k@lists.linux-m68k.org
2669W: http://www.linux-m68k.org/
2670W: http://linux-m68k-cvs.ubb.ca/
2671S: Maintained
2672
2673M68K ON APPLE MACINTOSH
2674P: Joshua Thompson
2675M: funaho@jurai.org
2676W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002677L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678S: Maintained
2679
2680M68K ON HP9000/300
2681P: Philip Blundell
2682M: philb@gnu.org
2683W: http://www.tazenda.demon.co.uk/phil/linux-hp
2684S: Maintained
2685
Jiri Benc64a327a2007-05-05 11:47:08 -07002686MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002687P: Johannes Berg
2688M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002689P: Michael Wu
2690M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002691L: linux-wireless@vger.kernel.org
2692W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002693T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002694S: Maintained
2695
Stefano Brivio1036d862007-12-23 04:46:27 +01002696MAC80211 PID RATE CONTROL
2697P: Stefano Brivio
2698M: stefano.brivio@polimi.it
2699P: Mattias Nissler
2700M: mattias.nissler@gmx.de
2701L: linux-wireless@vger.kernel.org
2702W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2703T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2704S: Maintained
2705
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002706MACVLAN DRIVER
2707P: Patrick McHardy
2708M: kaber@trash.net
2709L: netdev@vger.kernel.org
2710S: Maintained
2711
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712MARVELL YUKON / SYSKONNECT DRIVER
2713P: Mirko Lindner
2714M: mlindner@syskonnect.de
2715P: Ralph Roesler
2716M: rroesler@syskonnect.de
2717W: http://www.syskonnect.com
2718S: Supported
2719
Michael Kerriskfaf16682005-07-31 22:34:47 -07002720MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002721P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002722M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002723W: http://www.kernel.org/doc/man-pages
2724S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002725
Stefano Brivio74cda162007-11-19 20:27:46 +01002726MARVELL LIBERTAS WIRELESS DRIVER
2727P: Dan Williams
2728M: dcbw@redhat.com
2729L: libertas-dev@lists.infradead.org
2730S: Maintained
2731
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002732MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002733P: Lennert Buytenhek
2734M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002735L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002736S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737
2738MATROX FRAMEBUFFER DRIVER
2739P: Petr Vandrovec
2740M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002741L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742S: Maintained
2743
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002744MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2745P: Hans J. Koch
2746M: hjk@linutronix.de
2747L: lm-sensors@lm-sensors.org
2748S: Maintained
2749
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002750MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002751P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002752M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002753S: linux-scsi@vger.kernel.org
2754W: http://megaraid.lsilogic.com
2755S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002756
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002757MEMORY MANAGEMENT
2758L: linux-mm@kvack.org
2759L: linux-kernel@vger.kernel.org
2760W: http://www.linux-mm.org
2761S: Maintained
2762
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002763MEMORY RESOURCE CONTROLLER
2764P: Balbir Singh
2765M: balbir@linux.vnet.ibm.com
2766P: Pavel Emelyanov
2767M: xemul@openvz.org
2768P: KAMEZAWA Hiroyuki
2769M: kamezawa.hiroyu@jp.fujitsu.com
2770L: linux-mm@kvack.org
2771L: linux-kernel@vger.kernel.org
2772S: Maintained
2773
David Howellsb920de12008-02-08 04:19:31 -08002774MEI MN10300/AM33 PORT
2775P: David Howells
2776M: dhowells@redhat.com
2777P: Koichi Yasutake
2778M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002779L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002780W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2781S: Maintained
2782
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002783MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784P: David Woodhouse
2785M: dwmw2@infradead.org
2786W: http://www.linux-mtd.infradead.org/
2787L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002788T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789S: Maintained
2790
Artem Bityutskiy48576402007-02-13 17:11:10 +02002791UNSORTED BLOCK IMAGES (UBI)
2792P: Artem Bityutskiy
2793M: dedekind@infradead.org
2794W: http://www.linux-mtd.infradead.org/
2795L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002796T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002797S: Maintained
2798
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799MICROTEK X6 SCANNER
2800P: Oliver Neukum
2801M: oliver@neukum.name
2802S: Maintained
2803
2804MIPS
2805P: Ralf Baechle
2806M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002807W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002809T: git www.linux-mips.org:/pub/scm/linux.git
2810S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811
2812MISCELLANEOUS MCA-SUPPORT
2813P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002814M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815L: linux-kernel@vger.kernel.org
2816S: Maintained
2817
2818MODULE SUPPORT
2819P: Rusty Russell
2820M: rusty@rustcorp.com.au
2821L: linux-kernel@vger.kernel.org
2822S: Maintained
2823
2824MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2825P: Stelian Pop
2826M: stelian@popies.net
2827W: http://popies.net/meye/
2828S: Maintained
2829
Pavel Pisac58ff042007-05-16 01:10:41 +02002830MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2831P: Pavel Pisa
2832M: ppisa@pikron.com
2833L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002834S: Maintained
2835
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836MOUSE AND MISC DEVICES [GENERAL]
2837P: Alessandro Rubini
2838M: rubini@ipvvis.unipv.it
2839L: linux-kernel@vger.kernel.org
2840S: Maintained
2841
Jiri Slabyb9705b62008-04-30 00:53:48 -07002842MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002843P: Jiri Slaby
2844M: jirislaby@gmail.com
2845L: linux-kernel@vger.kernel.org
2846S: Maintained
2847
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002848MSI LAPTOP SUPPORT
2849P: Lennart Poettering
2850M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002851W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002852W: http://0pointer.de/lennart/tchibo.html
2853S: Maintained
2854
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002855MULTIFUNCTION DEVICES (MFD)
2856P: Samuel Ortiz
2857M: sameo@openedhand.com
2858L: linux-kernel@vger.kernel.org
2859S: Supported
2860
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002861MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002862P: Pierre Ossman
2863M: drzeus-mmc@drzeus.cx
2864L: linux-kernel@vger.kernel.org
2865S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002866
David Brownell15a05802007-08-08 09:12:54 -07002867MULTIMEDIA CARD (MMC) ETC. OVER SPI
2868P: David Brownell
2869M: dbrownell@users.sourceforge.net
2870L: linux-kernel@vger.kernel.org
2871S: Odd fixes
2872
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873MULTISOUND SOUND DRIVER
2874P: Andrew Veliath
2875M: andrewtv@usa.net
2876S: Maintained
2877
Jiri Slabyd7354102006-12-08 02:38:35 -08002878MULTITECH MULTIPORT CARD (ISICOM)
2879P: Jiri Slaby
2880M: jirislaby@gmail.com
2881L: linux-kernel@vger.kernel.org
2882S: Maintained
2883
Brice Goglin2d3cf582008-05-17 12:45:36 +02002884MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2885P: Andrew Gallatin
2886M: gallatin@myri.com
2887P: Brice Goglin
2888M: brice@myri.com
2889L: netdev@vger.kernel.org
2890W: http://www.myri.com/scs/download-Myri10GE.html
2891S: Supported
2892
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893NATSEMI ETHERNET DRIVER (DP8381x)
2894P: Tim Hockin
2895M: thockin@hockin.org
2896S: Maintained
2897
2898NCP FILESYSTEM
2899P: Petr Vandrovec
2900M: vandrove@vc.cvut.cz
2901L: linware@sh.cvut.cz
2902S: Maintained
2903
2904NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2905P: James E.J. Bottomley
2906M: James.Bottomley@HansenPartnership.com
2907L: linux-scsi@vger.kernel.org
2908S: Maintained
2909
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002910NETEFFECT IWARP RNIC DRIVER (IW_NES)
2911P: Faisal Latif
2912M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002913P: Chien Tung
2914M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002915P: Glenn Streiff
2916M: gstreiff@neteffect.com
2917L: general@lists.openfabrics.org
2918W: http://www.neteffect.com
2919S: Supported
2920F: drivers/infiniband/hw/nes/
2921
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002922NETEM NETWORK EMULATOR
2923P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002924M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002925L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002926S: Maintained
2927
Jiri Slaby4a584482007-08-30 23:56:39 -07002928NETERION (S2IO) Xframe 10GbE DRIVER
2929P: Ramkrishna Vepa
2930M: ram.vepa@neterion.com
2931P: Rastapur Santosh
2932M: santosh.rastapur@neterion.com
2933P: Sivakumar Subramani
2934M: sivakumar.subramani@neterion.com
2935P: Sreenivasa Honnur
2936M: sreenivasa.honnur@neterion.com
2937L: netdev@vger.kernel.org
2938W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2939S: Supported
2940
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941NETFILTER/IPTABLES/IPCHAINS
2942P: Rusty Russell
2943P: Marc Boucher
2944P: James Morris
2945P: Harald Welte
2946P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002947P: Patrick McHardy
2948M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002949L: netfilter-devel@vger.kernel.org
2950L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002951L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952W: http://www.netfilter.org/
2953W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954S: Supported
2955
Paul Moore4cc67732006-09-25 15:57:13 -07002956NETLABEL
2957P: Paul Moore
2958M: paul.moore@hp.com
2959W: http://netlabel.sf.net
2960L: netdev@vger.kernel.org
2961S: Supported
2962
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963NETROM NETWORK LAYER
2964P: Ralf Baechle
2965M: ralf@linux-mips.org
2966L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002967W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968S: Maintained
2969
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002970NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971P: Paul Clements
2972M: Paul.Clements@steeleye.com
2973S: Maintained
2974
2975NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976P: Jeff Garzik
2977M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002978L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002979T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980S: Maintained
2981
2982NETWORKING [GENERAL]
2983P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002984M: netdev@vger.kernel.org
2985L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002986W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987S: Maintained
2988
2989NETWORKING [IPv4/IPv6]
2990P: David S. Miller
2991M: davem@davemloft.net
2992P: Alexey Kuznetsov
2993M: kuznet@ms2.inr.ac.ru
2994P: Pekka Savola (ipv6)
2995M: pekkas@netcore.fi
2996P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002997M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998P: Hideaki YOSHIFUJI
2999M: yoshfuji@linux-ipv6.org
3000P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003001M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003002L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003003T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004S: Maintained
3005
James Morris10e2ff12007-08-25 14:41:28 -07003006NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3007P: Paul Moore
3008M: paul.moore@hp.com
3009L: netdev@vger.kernel.org
3010S: Maintained
3011
John W. Linville29f8f632006-01-18 14:52:48 -08003012NETWORKING [WIRELESS]
3013P: John W. Linville
3014M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003015L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003016T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3017S: Maintained
3018
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003019NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003020P: Dhananjay Phadke
3021M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003022L: netdev@vger.kernel.org
3023W: http://www.netxen.com
3024S: Supported
3025
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026IPVS
3027P: Wensong Zhang
3028M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003029P: Simon Horman
3030M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031P: Julian Anastasov
3032M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003033L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034S: Maintained
3035
3036NFS CLIENT
3037P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003038M: Trond.Myklebust@netapp.com
3039L: linux-nfs@vger.kernel.org
3040W: http://client.linux-nfs.org
3041T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042S: Maintained
3043
3044NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003045P: Jan-Pascal van Best
3046M: janpascal@vanbest.org
3047P: Andreas Mohr
3048M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003049L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050S: Maintained
3051
3052NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3053P: YOKOTA Hiroshi
3054M: yokota@netlab.is.tsukuba.ac.jp
3055W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3056S: Maintained
3057
3058NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3059P: GOTO Masanori
3060M: gotom@debian.or.jp
3061P: YOKOTA Hiroshi
3062M: yokota@netlab.is.tsukuba.ac.jp
3063W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3064S: Maintained
3065
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066NTFS FILESYSTEM
3067P: Anton Altaparmakov
3068M: aia21@cantab.net
3069L: linux-ntfs-dev@lists.sourceforge.net
3070L: linux-kernel@vger.kernel.org
3071W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003072T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073S: Maintained
3074
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003075NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003076P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003077M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003078L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003079S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003081OPENCORES I2C BUS DRIVER
3082P: Peter Korsgaard
3083M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003084L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003085S: Maintained
3086
Mark Fashehccd979b2005-12-15 14:31:24 -08003087ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3088P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003089M: mfasheh@suse.com
3090P: Joel Becker
3091M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003092L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003093W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003094T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003095S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003096
Harald Weltec1986ee2005-11-13 16:06:29 -08003097OMNIKEY CARDMAN 4000 DRIVER
3098P: Harald Welte
3099M: laforge@gnumonks.org
3100S: Maintained
3101
Harald Welte77c44ab2005-11-13 16:06:26 -08003102OMNIKEY CARDMAN 4040 DRIVER
3103P: Harald Welte
3104M: laforge@gnumonks.org
3105S: Maintained
3106
Jonathan Corbet77d51402007-03-22 19:44:17 -03003107OMNIVISION OV7670 SENSOR DRIVER
3108P: Jonathan Corbet
3109M: corbet@lwn.net
3110L: video4linux-list@redhat.com
3111S: Maintained
3112
Thomas Gleixner431bca72007-05-02 09:31:35 +02003113ONENAND FLASH DRIVER
3114P: Kyungmin Park
3115M: kyungmin.park@samsung.com
3116L: linux-mtd@lists.infradead.org
3117S: Maintained
3118
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119ONSTREAM SCSI TAPE DRIVER
3120P: Willem Riede
3121M: osst@riede.org
3122L: osst-users@lists.sourceforge.net
3123L: linux-scsi@vger.kernel.org
3124S: Maintained
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003127P: Robert Richter
3128M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129L: oprofile-list@lists.sf.net
3130S: Maintained
3131
3132ORINOCO DRIVER
3133P: Pavel Roskin
3134M: proski@gnu.org
3135P: David Gibson
3136M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003137L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003138L: orinoco-users@lists.sourceforge.net
3139L: orinoco-devel@lists.sourceforge.net
3140W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141S: Maintained
3142
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003143PA SEMI ETHERNET DRIVER
3144P: Olof Johansson
3145M: olof@lixom.net
3146L: netdev@vger.kernel.org
3147S: Maintained
3148
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003149PA SEMI SMBUS DRIVER
3150P: Olof Johansson
3151M: olof@lixom.net
3152L: i2c@lm-sensors.org
3153S: Maintained
3154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003156L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003157S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158
3159PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3160P: Tim Waugh
3161M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003162L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163W: http://www.torque.net/linux-pp.html
3164S: Maintained
3165
3166PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003167P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003168M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169P: Matthew Wilcox
3170M: matthew@wil.cx
3171P: Grant Grundler
3172M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003173L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003175T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176S: Maintained
3177
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003178PARAVIRT_OPS INTERFACE
3179P: Jeremy Fitzhardinge
3180M: jeremy@xensource.com
3181P: Chris Wright
3182M: chrisw@sous-sol.org
3183P: Zachary Amsden
3184M: zach@vmware.com
3185P: Rusty Russell
3186M: rusty@rustcorp.com.au
3187L: virtualization@lists.osdl.org
3188L: linux-kernel@vger.kernel.org
3189S: Supported
3190
Jim Cromie1662d322006-10-06 00:43:59 -07003191PC87360 HARDWARE MONITORING DRIVER
3192P: Jim Cromie
3193M: jim.cromie@gmail.com
3194L: lm-sensors@lm-sensors.org
3195S: Maintained
3196
3197PC8736x GPIO DRIVER
3198P: Jim Cromie
3199M: jim.cromie@gmail.com
3200S: Maintained
3201
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003202PCI ERROR RECOVERY
3203P: Linas Vepstas
3204M: linas@austin.ibm.com
3205L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003206L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003207S: Supported
3208
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003210P: Jesse Barnes
3211M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003213L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003214T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215S: Supported
3216
3217PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003218P: Kristen Carlson Accardi
3219M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220S: Supported
3221
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003222PCIE HOTPLUG DRIVER
3223P: Kristen Carlson Accardi
3224M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003225L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003226S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003227
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003229P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003230L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003231W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003232T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003233S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234
3235PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003236P: Don Fry
3237M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003238L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239S: Maintained
3240
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003241PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003242P: Balbir Singh
3243M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003244L: linux-kernel@vger.kernel.org
3245S: Maintained
3246
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003247PERSONALITY HANDLING
3248P: Christoph Hellwig
3249M: hch@infradead.org
3250L: linux-abi-devel@lists.sourceforge.net
3251S: Maintained
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003254P: Joern Engel
3255M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256L: linux-mtd@lists.infradead.org
3257S: Maintained
3258
Peter Osterlund249a6772005-09-27 21:45:30 -07003259PKTCDVD DRIVER
3260P: Peter Osterlund
3261M: petero2@telia.com
3262L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003263S: Maintained
3264
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003266P: Thomas Gleixner
3267M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003268L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269S: Supported
3270
Anton Vorontsov3be86142007-07-15 04:43:36 +04003271POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3272P: Anton Vorontsov
3273M: cbou@mail.ru
3274P: David Woodhouse
3275M: dwmw2@infradead.org
3276L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003277T: git git.infradead.org/battery-2.6.git
3278S: Maintained
3279
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280PNP SUPPORT
3281P: Adam Belay
3282M: ambx1@neo.rr.com
3283S: Maintained
3284
Vitaly Wool999445d2007-01-04 13:07:03 +01003285PNXxxxx I2C DRIVER
3286P: Vitaly Wool
3287M: vitalywool@gmail.com
3288L: i2c@lm-sensors.org
3289S: Maintained
3290
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291PPP PROTOCOL DRIVERS AND COMPRESSORS
3292P: Paul Mackerras
3293M: paulus@samba.org
3294L: linux-ppp@vger.kernel.org
3295S: Maintained
3296
3297PPP OVER ATM (RFC 2364)
3298P: Mitchell Blank Jr
3299M: mitch@sfgoth.com
3300S: Maintained
3301
3302PPP OVER ETHERNET
3303P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003304M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305S: Maintained
3306
James Chapmana6d23702007-06-27 15:53:17 -07003307PPP OVER L2TP
3308P: James Chapman
3309M: jchapman@katalix.com
3310S: Maintained
3311
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312PREEMPTIBLE KERNEL
3313P: Robert Love
3314M: rml@tech9.net
3315L: linux-kernel@vger.kernel.org
3316L: kpreempt-tech@lists.sourceforge.net
3317W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3318S: Supported
3319
Michael Wueff1a592007-09-25 18:11:01 -07003320P54 WIRELESS DRIVER
3321P: Michael Wu
3322M: flamingice@sourmilk.net
3323L: linux-wireless@vger.kernel.org
3324W: http://prism54.org
3325T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3326S: Maintained
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003329P: Luis R. Rodriguez
3330M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003331L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332W: http://prism54.org
3333S: Maintained
3334
3335PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3336P: Peter Denison
3337M: promise@pnd-pc.demon.co.uk
3338W: http://www.pnd-pc.demon.co.uk/promise/
3339S: Maintained
3340
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003341PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3342P: Mikael Pettersson
3343M: mikpe@it.uu.se
3344L: linux-ide@vger.kernel.org
3345S: Maintained
3346
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003347PS3 NETWORK SUPPORT
3348P: Masakazu Mokuno
3349M: mokuno@sm.sony.co.jp
3350L: netdev@vger.kernel.org
3351L: cbe-oss-dev@ozlabs.org
3352S: Supported
3353
Geoff Levandf58a9d12006-11-23 00:46:51 +01003354PS3 PLATFORM SUPPORT
3355P: Geoff Levand
3356M: geoffrey.levand@am.sony.com
3357L: linuxppc-dev@ozlabs.org
3358L: cbe-oss-dev@ozlabs.org
3359S: Supported
3360
Michael Krufky83202042006-07-03 00:24:18 -07003361PVRUSB2 VIDEO4LINUX DRIVER
3362P: Mike Isely
3363M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003364L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003365L: video4linux-list@redhat.com
3366W: http://www.isely.net/pvrusb2/
3367S: Maintained
3368
Eric Miao30ec2612008-06-12 15:21:41 -07003369PXA2xx/PXA3xx SUPPORT
3370P: Eric Miao
3371M: eric.miao@marvell.com
3372P: Russell King
3373M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003374L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375S: Maintained
3376
Pierre Ossman272f1332007-05-14 21:25:26 +02003377PXA MMCI DRIVER
3378S: Orphan
3379
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380QLOGIC QLA2XXX FC-SCSI DRIVER
3381P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003382M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383L: linux-scsi@vger.kernel.org
3384S: Supported
3385
Ron Mercer5a4faa872006-07-25 00:40:21 -07003386QLOGIC QLA3XXX NETWORK DRIVER
3387P: Ron Mercer
3388M: linux-driver@qlogic.com
3389L: netdev@vger.kernel.org
3390S: Supported
3391
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392QNX4 FILESYSTEM
3393P: Anders Larsen
3394M: al@alarsen.net
3395L: linux-kernel@vger.kernel.org
3396W: http://www.alarsen.net/linux/qnx4fs/
3397S: Maintained
3398
3399RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003400P: Benjamin Herrenschmidt
3401M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003402L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403S: Maintained
3404
3405RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003406P: Paul Mackerras
3407M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003408L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409S: Maintained
3410
3411RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3412P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003413M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003414L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415S: Maintained
3416
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003417RALINK RT2X00 WLAN DRIVER
3418P: rt2x00 project
3419L: linux-wireless@vger.kernel.org
3420L: rt2400-devel@lists.sourceforge.net
3421W: http://rt2x00.serialmonkey.com/
3422S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003423T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003424F: drivers/net/wireless/rt2x00/
3425
Nick Piggin9db55792008-02-08 04:19:49 -08003426RAMDISK RAM BLOCK DEVICE DRIVER
3427P: Nick Piggin
3428M: npiggin@suse.de
3429S: Maintained
3430
Matt Mackall9e95ce22005-04-16 15:25:56 -07003431RANDOM NUMBER DRIVER
3432P: Matt Mackall
3433M: mpm@selenic.com
3434S: Maintained
3435
Matt Porter394b7012005-11-07 01:00:15 -08003436RAPIDIO SUBSYSTEM
3437P: Matt Porter
3438M: mporter@kernel.crashing.org
3439L: linux-kernel@vger.kernel.org
3440S: Maintained
3441
Florian Fainellic1f766b2008-02-06 22:39:44 +01003442RDC R-321X SoC
3443P: Florian Fainelli
3444M: florian.fainelli@telecomint.eu
3445L: linux-kernel@vger.kernel.org
3446S: Maintained
3447
Florian Fainellidb17f392007-12-19 11:30:30 +01003448RDC R6040 FAST ETHERNET DRIVER
3449P: Florian Fainelli
3450M: florian.fainelli@telecomint.eu
3451L: netdev@vger.kernel.org
3452S: Maintained
3453
Josh Triplett595182b2006-10-04 02:17:21 -07003454READ-COPY UPDATE (RCU)
3455P: Dipankar Sarma
3456M: dipankar@in.ibm.com
3457W: http://www.rdrop.com/users/paulmck/rclock/
3458L: linux-kernel@vger.kernel.org
3459S: Supported
3460
3461RCUTORTURE MODULE
3462P: Josh Triplett
3463M: josh@freedesktop.org
3464L: linux-kernel@vger.kernel.org
3465S: Maintained
3466
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467REAL TIME CLOCK DRIVER
3468P: Paul Gortmaker
3469M: p_gortmaker@yahoo.com
3470L: linux-kernel@vger.kernel.org
3471S: Maintained
3472
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003473REAL TIME CLOCK (RTC) SUBSYSTEM
3474P: Alessandro Zummo
3475M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003476L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003477S: Maintained
3478
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003480L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003481S: Supported
3482
Ivo van Doorne08976452008-04-12 19:23:55 +02003483RFKILL
3484P: Ivo van Doorn
3485M: IvDoorn@gmail.com
3486L: netdev@vger.kernel.org
3487S: Maintained
3488F: net/rfkill
3489
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490ROCKETPORT DRIVER
3491P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492W: http://www.comtrol.com
3493S: Maintained
3494
3495ROSE NETWORK LAYER
3496P: Ralf Baechle
3497M: ralf@linux-mips.org
3498L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003499W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500S: Maintained
3501
3502RISCOM8 DRIVER
3503S: Orphan
3504
Michael Wu605bebe2007-05-14 01:41:02 -04003505RTL818X WIRELESS DRIVER
3506P: Michael Wu
3507M: flamingice@sourmilk.net
3508P: Andrea Merello
3509M: andreamrl@tiscali.it
3510L: linux-wireless@vger.kernel.org
3511W: http://linuxwireless.org/
3512T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3513S: Maintained
3514
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003515S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003516P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003517M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003518L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003519S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003520
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521S390
3522P: Martin Schwidefsky
3523M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003524P: Heiko Carstens
3525M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003527L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003528W: http://www.ibm.com/developerworks/linux/linux390/
3529S: Supported
3530
3531S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003532P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003533M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003534P: Frank Blaschka
3535M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003536M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003537L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003538W: http://www.ibm.com/developerworks/linux/linux390/
3539S: Supported
3540
3541S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003542P: Christof Schmitt
3543M: christof.schmitt@de.ibm.com
3544P: Martin Peschke
3545M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003546M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003547L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003548W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549S: Supported
3550
Ursula Braundd96df22007-09-19 13:09:02 +02003551S390 IUCV NETWORK LAYER
3552P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003553M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003554M: linux390@de.ibm.com
3555L: linux-s390@vger.kernel.org
3556W: http://www.ibm.com/developerworks/linux/linux390/
3557S: Supported
3558
Ben Dooks4dde7f72008-06-30 22:40:38 +01003559S3C24XX SD/MMC Driver
3560P: Ben Dooks
3561M: ben-linux@fluff.org
3562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3563L: linux-kernel@vger.kernel.org
3564S: Supported
3565
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566SAA7146 VIDEO4LINUX-2 DRIVER
3567P: Michael Hunold
3568M: michael@mihu.de
3569W: http://www.mihu.de/linux/saa7146
3570S: Maintained
3571
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572SC1200 WDT DRIVER
3573P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003574M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003575S: Maintained
3576
3577SCHEDULER
3578P: Ingo Molnar
3579M: mingo@elte.hu
3580P: Robert Love [the preemptible kernel bits]
3581M: rml@tech9.net
3582L: linux-kernel@vger.kernel.org
3583S: Maintained
3584
3585SCSI CDROM DRIVER
3586P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003587M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588L: linux-scsi@vger.kernel.org
3589W: http://www.kernel.dk
3590S: Maintained
3591
3592SCSI SG DRIVER
3593P: Doug Gilbert
3594M: dgilbert@interlog.com
3595L: linux-scsi@vger.kernel.org
3596W: http://www.torque.net/sg
3597S: Maintained
3598
3599SCSI SUBSYSTEM
3600P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003601M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003603T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003604T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3605T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606S: Maintained
3607
3608SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003609P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610M: Kai.Makisara@kolumbus.fi
3611L: linux-scsi@vger.kernel.org
3612S: Maintained
3613
3614SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003615P: Vlad Yasevich
3616M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003617P: Sridhar Samudrala
3618M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003619L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003620W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003621S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622
3623SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003624P: Jim Cromie
3625M: jim.cromie@gmail.com
3626S: Odd Fixes
3627
3628SCx200 GPIO DRIVER
3629P: Jim Cromie
3630M: jim.cromie@gmail.com
3631S: Maintained
3632
3633SCx200 HRT CLOCKSOURCE DRIVER
3634P: Jim Cromie
3635M: jim.cromie@gmail.com
3636S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637
Sascha Sommer6a369132008-07-15 14:21:29 +02003638SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3639P: Sascha Sommer
3640M: saschasommer@freenet.de
3641L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3642S: Maintained
3643
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644SECURITY CONTACT
3645P: Security Officers
3646M: security@kernel.org
3647S: Supported
3648
3649SELINUX SECURITY MODULE
3650P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003651M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003653M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003654P: Eric Paris
3655M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003657L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658W: http://www.nsa.gov/selinux
3659S: Supported
3660
Jiri Slabycef2cf02007-05-08 00:31:45 -07003661SENSABLE PHANTOM
3662P: Jiri Slaby
3663M: jirislaby@gmail.com
3664S: Maintained
3665
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666SERIAL ATA (SATA) SUBSYSTEM:
3667P: Jeff Garzik
3668M: jgarzik@pobox.com
3669L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003670T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671S: Supported
3672
3673SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3674P: Pat Gefre
3675M: pfg@sgi.com
3676L: linux-ia64@vger.kernel.org
3677S: Supported
3678
Ben Hutchings8ceee662008-04-27 12:55:59 +01003679SFC NETWORK DRIVER
3680P: Steve Hodgson
3681P: Ben Hutchings
3682P: Robert Stonehouse
3683M: linux-net-drivers@solarflare.com
3684S: Supported
3685
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686SGI VISUAL WORKSTATION 320 AND 540
3687P: Andrey Panin
3688M: pazke@donpac.ru
3689L: linux-visws-devel@lists.sf.net
3690W: http://linux-visws.sf.net
3691S: Maintained for 2.6.
3692
3693SIMTEC EB110ATX (Chalice CATS)
3694P: Ben Dooks
3695P: Vincent Sanders
3696M: support@simtec.co.uk
3697W: http://www.simtec.co.uk/products/EB110ATX/
3698S: Supported
3699
3700SIMTEC EB2410ITX (BAST)
3701P: Ben Dooks
3702P: Vincent Sanders
3703M: support@simtec.co.uk
3704W: http://www.simtec.co.uk/products/EB2410ITX/
3705S: Supported
3706
Francois Romieu92aab3c2005-07-30 13:11:18 +02003707SIS 190 ETHERNET DRIVER
3708P: Francois Romieu
3709M: romieu@fr.zoreil.com
3710L: netdev@vger.kernel.org
3711S: Maintained
3712
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713SIS 900/7016 FAST ETHERNET DRIVER
3714P: Daniele Venzano
3715M: venza@brownhat.org
3716W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003717L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718S: Maintained
3719
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003720SIS 96X I2C/SMBUS DRIVER
3721P: Mark M. Hoffman
3722M: mhoffman@lightlink.com
3723L: lm-sensors@lm-sensors.org
3724S: Maintained
3725
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726SIS FRAMEBUFFER DRIVER
3727P: Thomas Winischhofer
3728M: thomas@winischhofer.net
3729W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003730S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731
3732SIS USB2VGA DRIVER
3733P: Thomas Winischhofer
3734M: thomas@winischhofer.net
3735W: http://www.winischhofer.at/linuxsisusbvga.shtml
3736S: Maintained
3737
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003738SLAB ALLOCATOR
3739P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003740M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003741P: Pekka Enberg
3742M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003743P: Matt Mackall
3744M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003745L: linux-mm@kvack.org
3746S: Maintained
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748SMC91x ETHERNET DRIVER
3749P: Nicolas Pitre
3750M: nico@cam.org
3751S: Maintained
3752
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003753SMSC47B397 HARDWARE MONITOR DRIVER
3754P: Mark M. Hoffman
3755M: mhoffman@lightlink.com
3756L: lm-sensors@lm-sensors.org
3757S: Maintained
3758
Ben Nizetteb54f2862008-03-13 22:27:30 +11003759SMX UIO Interface
3760P: Ben Nizette
3761M: bn@niasdigital.com
3762S: Maintained
3763
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764SOFTWARE RAID (Multiple Disks) SUPPORT
3765P: Ingo Molnar
3766M: mingo@redhat.com
3767P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003768M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003770S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771
Pavel Machek95a631e2007-07-19 01:47:42 -07003772HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773P: Pavel Machek
3774M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003775P: Rafael J. Wysocki
3776M: rjw@sisk.pl
3777L: linux-pm@lists.linux-foundation.org
3778S: Supported
3779
3780SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003781P: Len Brown
3782M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003783P: Pavel Machek
3784M: pavel@suse.cz
3785P: Rafael J. Wysocki
3786M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003787L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003788S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789
3790SONIC NETWORK DRIVER
3791P: Thomas Bogendoerfer
3792M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003793L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794S: Maintained
3795
Michael Buesch61e115a2007-09-18 15:12:50 -04003796SONICS SILICON BACKPLANE DRIVER (SSB)
3797P: Michael Buesch
3798M: mb@bu3sch.de
3799L: netdev@vger.kernel.org
3800S: Maintained
3801
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003803P: Mattia Dongili
3804M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003805L: linux-acpi@vger.kernel.org
3806W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807S: Maintained
3808
Alex Dubovbaf85322008-02-09 10:20:54 -08003809SONY MEMORYSTICK CARD SUPPORT
3810P: Alex Dubov
3811M: oakad@yahoo.com
3812L: linux-kernel@vger.kernel.org
3813W: http://tifmxx.berlios.de/
3814S: Maintained
3815
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816SOUND
3817P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003818M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003819L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820S: Maintained
3821
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003822SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3823P: Liam Girdwood
3824M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003825P: Mark Brown
3826M: broonie@opensource.wolfsonmicro.com
3827T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003828L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003829S: Supported
3830
Kumar Gala025c3982006-04-02 16:05:54 -05003831SPI SUBSYSTEM
3832P: David Brownell
3833M: dbrownell@users.sourceforge.net
3834L: spi-devel-general@lists.sourceforge.net
3835S: Maintained
3836
Arnd Bergmannb8154542008-05-16 11:10:59 +02003837SPU FILE SYSTEM
3838P: Jeremy Kerr
3839M: jk@ozlabs.org
3840L: linuxppc-dev@ozlabs.org
3841L: cbe-oss-dev@ozlabs.org
3842W: http://www.ibm.com/developerworks/power/cell/
3843S: Supported
3844
Steven Rostedt855f46a2006-08-05 12:14:50 -07003845STABLE BRANCH:
3846P: Greg Kroah-Hartman
3847M: greg@kroah.com
3848P: Chris Wright
3849M: chrisw@sous-sol.org
3850L: stable@kernel.org
3851S: Maintained
3852
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853SHARP LH SUPPORT (LH7952X & LH7A40X)
3854P: Marc Singer
3855M: elf@buici.com
3856W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003857L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858S: Maintained
3859
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003860SHPC HOTPLUG DRIVER
3861P: Kristen Carlson Accardi
3862M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003863L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003864S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003865
Pierre Ossmand129bce2006-03-24 03:18:17 -08003866SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3867P: Pierre Ossman
3868M: drzeus-sdhci@drzeus.cx
3869L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003870S: Maintained
3871
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003872SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3873P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003874M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003875L: netdev@vger.kernel.org
3876S: Maintained
3877
Chris Boot1a87d942006-07-10 04:45:34 -07003878SOEKRIS NET48XX LED SUPPORT
3879P: Chris Boot
3880M: bootc@bootc.net
3881S: Maintained
3882
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883SPARC (sparc32):
3884P: William L. Irwin
3885M: wli@holomorphy.com
3886L: sparclinux@vger.kernel.org
3887S: Maintained
3888
3889SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3890P: Roger Wolff
3891M: R.E.Wolff@BitWizard.nl
3892L: linux-kernel@vger.kernel.org ?
3893S: Supported
3894
Jim Lewis2752e402006-09-29 02:01:19 -07003895SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003896P: Ishizaki Kou
3897M: kou.ishizaki@toshiba.co.jp
3898P: Jens Osterkamp
3899M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003900L: netdev@vger.kernel.org
3901S: Supported
3902
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903SRM (Alpha) environment access
3904P: Jan-Benedict Glaw
3905M: jbglaw@lug-owl.de
3906L: linux-kernel@vger.kernel.org
3907S: Maintained
3908
3909STARFIRE/DURALAN NETWORK DRIVER
3910P: Ion Badulescu
3911M: ionut@cs.columbia.edu
3912S: Maintained
3913
3914STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3915W: http://mosquitonet.Stanford.EDU/strip.html
3916S: Unsupported ?
3917
3918STRADIS MPEG-2 DECODER DRIVER
3919P: Nathan Laredo
3920M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921W: http://www.stradis.com/
3922S: Maintained
3923
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003924SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925P: Paul Mundt
3926M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003927L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003929T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930S: Maintained
3931
3932SUN3/3X
3933P: Sam Creasey
3934M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935W: http://sammy.net/sun3/
3936S: Maintained
3937
3938SVGA HANDLING
3939P: Martin Mares
3940M: mj@ucw.cz
3941L: linux-video@atrey.karlin.mff.cuni.cz
3942S: Maintained
3943
3944SYSV FILESYSTEM
3945P: Christoph Hellwig
3946M: hch@infradead.org
3947S: Maintained
3948
Alan Cox4e688522008-04-30 00:52:11 -07003949TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003950P: Balbir Singh
3951M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003952L: linux-kernel@vger.kernel.org
3953S: Maintained
3954
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003955TC CLASSIFIER
3956P: Jamal Hadi Salim
3957M: hadi@cyberus.ca
3958L: netdev@vger.kernel.org
3959S: Maintained
3960
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003961TCP LOW PRIORITY MODULE
3962P: Wong Hoi Sing, Edison
3963M: hswong3i@gmail.com
3964P: Hung Hing Lun, Mike
3965M: hlhung3i@gmail.com
3966W: http://tcp-lp-mod.sourceforge.net/
3967S: Maintained
3968
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003969TEHUTI ETHERNET DRIVER
3970P: Alexander Indenbaum
3971M: baum@tehutinetworks.net
3972P: Andy Gospodarek
3973M: andy@greyhouse.net
3974L: netdev@vger.kernel.org
3975S: Supported
3976
Alan Cox4e688522008-04-30 00:52:11 -07003977Telecom Clock Driver for MCPL0010
3978P: Mark Gross
3979M: mark.gross@intel.com
3980S: Supported
3981
3982TENSILICA XTENSA PORT (xtensa):
3983P: Chris Zankel
3984M: chris@zankel.net
3985S: Maintained
3986
3987THINKPAD ACPI EXTRAS DRIVER
3988P: Henrique de Moraes Holschuh
3989M: ibm-acpi@hmh.eng.br
3990L: ibm-acpi-devel@lists.sourceforge.net
3991W: http://ibm-acpi.sourceforge.net
3992W: http://thinkwiki.org/wiki/Ibm-acpi
3993T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3994S: Maintained
3995
Alex Dubov4020f2d2006-10-04 02:15:37 -07003996TI FLASH MEDIA INTERFACE DRIVER
3997P: Alex Dubov
3998M: oakad@yahoo.com
3999S: Maintained
4000
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004001TI OMAP MMC INTERFACE DRIVER
4002P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004003M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004004W: http://linux.omap.com
4005W: http://www.muru.com/linux/omap/
4006S: Maintained
4007
Michael Buesch844dd052006-06-26 00:24:59 -07004008TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4009P: Deepak Saxena
4010M: dsaxena@plexity.net
4011S: Maintained
4012
Per Lidene86eaa32006-01-12 16:45:18 +01004013TIPC NETWORK LAYER
4014P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004015M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004016P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004017M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004018P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004019M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004020L: tipc-discussion@lists.sourceforge.net
4021W: http://tipc.sourceforge.net/
4022W: http://tipc.cslab.ericsson.net/
4023T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4024S: Maintained
4025
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026TLAN NETWORK DRIVER
4027P: Samuel Chessman
4028M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004029L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030W: http://sourceforge.net/projects/tlan/
4031S: Maintained
4032
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033TOSHIBA ACPI EXTRAS DRIVER
4034P: John Belmonte
4035M: toshiba_acpi@memebeam.org
4036W: http://memebeam.org/toys/ToshibaAcpiDriver
4037S: Maintained
4038
4039TOSHIBA SMM DRIVER
4040P: Jonathan Buzzard
4041M: jonathan@buzzard.org.uk
4042L: tlinux-users@tce.toshiba-dme.co.jp
4043W: http://www.buzzard.org.uk/toshiba/
4044S: Maintained
4045
Alan Cox4e688522008-04-30 00:52:11 -07004046TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004047P: Debora Velarde
4048M: debora@linux.vnet.ibm.com
4049P: Rajiv Andrade
4050M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004051W: http://tpmdd.sourceforge.net
4052P: Marcel Selhorst
4053M: tpm@selhorst.net
4054W: http://www.prosec.rub.de/tpm/
4055L: tpmdd-devel@lists.sourceforge.net
4056S: Maintained
4057
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4059P: Muli Ben-Yehuda
4060M: mulix@mulix.org
4061L: linux-kernel@vger.kernel.org
4062S: Maintained
4063
4064TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004065P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004066M: trivial@kernel.org
4067L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068S: Maintained
4069
Alan Cox4e688522008-04-30 00:52:11 -07004070TTY LAYER
4071P: Alan Cox
4072M: alan@lxorguk.ukuu.org.uk
4073L: linux-kernel@vger.kernel.org
4074S: Maintained
4075
Grant Grundler740db6d2008-02-17 11:53:49 -07004076TULIP NETWORK DRIVERS
4077P: Grant Grundler
4078M: grundler@parisc-linux.org
4079P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004080M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004081L: netdev@vger.kernel.org
4082S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083
4084TUN/TAP driver
4085P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004086M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087L: vtun@office.satix.net
4088W: http://vtun.sourceforge.net/tun
4089S: Maintained
4090
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004091TURBOCHANNEL SUBSYSTEM
4092P: Maciej W. Rozycki
4093M: macro@linux-mips.org
4094S: Maintained
4095
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096U14-34F SCSI DRIVER
4097P: Dario Ballabio
4098M: ballabio_dario@emc.com
4099L: linux-scsi@vger.kernel.org
4100S: Maintained
4101
Alan Coxcc2020e2008-05-19 14:21:51 +01004102UCLINUX (AND M68KNOMMU)
4103P: Greg Ungerer
4104M: gerg@uclinux.org
4105W: http://www.uclinux.org/
4106L: uclinux-dev@uclinux.org (subscribers-only)
4107S: Maintained
4108
4109UCLINUX FOR NEC V850
4110P: Miles Bader
4111
4112UCLINUX FOR RENESAS H8/300
4113P: Yoshinori Sato
4114M: ysato@users.sourceforge.jp
4115W: http://uclinux-h8.sourceforge.jp/
4116S: Supported
4117
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004119P: Jan Kara
4120M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121W: http://linux-udf.sourceforge.net
4122S: Maintained
4123
Alan Coxcc2020e2008-05-19 14:21:51 +01004124UFS FILESYSTEM
4125P: Evgeniy Dushistov
4126M: dushistov@mail.ru
4127L: linux-kernel@vger.kernel.org
4128S: Maintained
4129
4130UltraSPARC (sparc64):
4131P: David S. Miller
4132M: davem@davemloft.net
4133L: sparclinux@vger.kernel.org
4134T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4135S: Maintained
4136
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137UNIFORM CDROM DRIVER
4138P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004139M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140L: linux-kernel@vger.kernel.org
4141W: http://www.kernel.dk
4142S: Maintained
4143
4144USB ACM DRIVER
4145P: Oliver Neukum
4146M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004147L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148S: Maintained
4149
Jiri Slaby6d985162008-02-06 01:37:11 -08004150USB AUERSWALD DRIVER
4151P: Wolfgang Muees
4152M: wolfgang@iksw-muees.de
4153L: linux-usb@vger.kernel.org
4154S: Maintained
4155
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156USB BLOCK DRIVER (UB ub)
4157P: Pete Zaitcev
4158M: zaitcev@redhat.com
4159L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004160L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161S: Supported
4162
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163USB CDC ETHERNET DRIVER
4164P: Greg Kroah-Hartman
4165M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004166L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167S: Maintained
4168W: http://www.kroah.com/linux-usb/
4169
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004170USB CYPRESS C67X00 DRIVER
4171P: Peter Korsgaard
4172M: jacmet@sunsite.dk
4173L: linux-usb@vger.kernel.org
4174S: Maintained
4175
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004176USB DAVICOM DM9601 DRIVER
4177P: Peter Korsgaard
4178M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004179L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004180W: http://www.linux-usb.org/usbnet
4181S: Maintained
4182
Alan Coxcc2020e2008-05-19 14:21:51 +01004183USB DIAMOND RIO500 DRIVER
4184P: Cesar Miquel
4185M: miquel@df.uba.ar
4186L: rio500-users@lists.sourceforge.net
4187W: http://rio500.sourceforge.net
4188S: Maintained
4189
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190USB EHCI DRIVER
4191P: David Brownell
4192M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004193L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004194S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195
Luca Risolia7ce08c92006-01-11 02:06:59 +00004196USB ET61X[12]51 DRIVER
4197P: Luca Risolia
4198M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004199L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004200L: video4linux-list@redhat.com
4201W: http://www.linux-projects.org
4202S: Maintained
4203
David Brownell69ae9e32006-11-14 02:03:31 -08004204USB GADGET/PERIPHERAL SUBSYSTEM
4205P: David Brownell
4206M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004207L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004208W: http://www.linux-usb.org/gadget
4209S: Maintained
4210
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004211USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004212P: Jiri Kosina
4213M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004214L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004215T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216S: Maintained
4217
Olav Kongas959eea22005-11-03 17:38:14 +02004218USB ISP116X DRIVER
4219P: Olav Kongas
4220M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004221L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004222S: Maintained
4223
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224USB KAWASAKI LSI DRIVER
4225P: Oliver Neukum
4226M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004227L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228S: Maintained
4229
4230USB MASS STORAGE DRIVER
4231P: Matthew Dharm
4232M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004233L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004234L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235S: Maintained
4236W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4237
4238USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004239P: David Brownell
4240M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004241L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004242S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243
Matthias Urlichsba460e42005-07-14 00:33:47 -07004244USB OPTION-CARD DRIVER
4245P: Matthias Urlichs
4246M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004247L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004248S: Maintained
4249
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250USB OV511 DRIVER
4251P: Mark McClelland
4252M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004253L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254W: http://alpha.dyndns.org/ov511/
4255S: Maintained
4256
4257USB PEGASUS DRIVER
4258P: Petko Manolov
4259M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004260L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004261L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262W: http://pegasus2.sourceforge.net/
4263S: Maintained
4264
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004265USB PRINTER DRIVER (usblp)
4266P: Pete Zaitcev
4267M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004268L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004269S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270
4271USB RTL8150 DRIVER
4272P: Petko Manolov
4273M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004274L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004275L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276W: http://pegasus2.sourceforge.net/
4277S: Maintained
4278
4279USB SE401 DRIVER
4280P: Jeroen Vreeken
4281M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004282L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283W: http://www.chello.nl/~j.vreeken/se401/
4284S: Maintained
4285
Alan Cox4e688522008-04-30 00:52:11 -07004286USB SERIAL BELKIN F5U103 DRIVER
4287P: William Greathouse
4288M: wgreathouse@smva.com
4289L: linux-usb@vger.kernel.org
4290S: Maintained
4291
4292USB SERIAL CYPRESS M8 DRIVER
4293P: Lonnie Mendez
4294M: dignome@gmail.com
4295L: linux-usb@vger.kernel.org
4296S: Maintained
4297W: http://geocities.com/i0xox0i
4298W: http://firstlight.net/cvs
4299
Linus Torvalds1da177e2005-04-16 15:20:36 -07004300USB SERIAL CYBERJACK DRIVER
4301P: Matthias Bruestle and Harald Welte
4302M: support@reiner-sct.com
4303W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4304S: Maintained
4305
4306USB SERIAL DIGI ACCELEPORT DRIVER
4307P: Peter Berger and Al Borchers
4308M: pberger@brimson.com
4309M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004310L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311S: Maintained
4312
4313USB SERIAL DRIVER
4314P: Greg Kroah-Hartman
4315M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004316L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317S: Supported
4318
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4320P: Gary Brubaker
4321M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004322L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323S: Maintained
4324
4325USB SERIAL KEYSPAN DRIVER
4326P: Greg Kroah-Hartman
4327M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004328L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004329W: http://www.kroah.com/linux/
4330S: Maintained
4331
4332USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004333P: Support Department
4334M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004335L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336W: http://www.connecttech.com
4337S: Supported
4338
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004339USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340P: Luca Risolia
4341M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004342L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004343L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344W: http://www.linux-projects.org
4345S: Maintained
4346
4347USB SUBSYSTEM
4348P: Greg Kroah-Hartman
4349M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004350L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004352T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353S: Supported
4354
4355USB UHCI DRIVER
4356P: Alan Stern
4357M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004358L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359S: Maintained
4360
David Brownell69ae9e32006-11-14 02:03:31 -08004361USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362P: David Brownell
4363M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004364L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004365W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366S: Maintained
4367
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004368USB VIDEO CLASS
4369P: Laurent Pinchart
4370M: laurent.pinchart@skynet.be
4371L: linx-uvc-devel@berlios.de
4372L: video4linux-list@redhat.com
4373W: http://linux-uvc.berlios.de
4374S: Maintained
4375
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376USB W996[87]CF DRIVER
4377P: Luca Risolia
4378M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004379L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004380L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381W: http://www.linux-projects.org
4382S: Maintained
4383
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004384USB WIRELESS RNDIS DRIVER (rndis_wlan)
4385P: Jussi Kivilinna
4386M: jussi.kivilinna@mbnet.fi
4387L: linux-wireless@vger.kernel.org
4388S: Maintained
4389
Luca Risolia60f78052006-02-06 16:29:35 +00004390USB ZC0301 DRIVER
4391P: Luca Risolia
4392M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004393L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004394L: video4linux-list@redhat.com
4395W: http://www.linux-projects.org
4396S: Maintained
4397
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398USB ZD1201 DRIVER
4399P: Jeroen Vreeken
4400M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004401L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402W: http://linux-lc100020.sourceforge.net
4403S: Maintained
4404
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004405USB ZR364XX DRIVER
4406P: Antoine Jacquet
4407M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004408L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004409L: video4linux-list@redhat.com
4410W: http://royale.zerezo.com/zr364xx/
4411S: Maintained
4412
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413USER-MODE LINUX
4414P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004415M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416L: user-mode-linux-devel@lists.sourceforge.net
4417L: user-mode-linux-user@lists.sourceforge.net
4418W: http://user-mode-linux.sourceforge.net
4419S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004420
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004421USERSPACE I/O (UIO)
4422P: Hans J. Koch
4423M: hjk@linutronix.de
4424P: Greg Kroah-Hartman
4425M: gregkh@suse.de
4426L: linux-kernel@vger.kernel.org
4427S: Maintained
4428
Karel Zakf899b0a2008-05-23 13:04:21 -07004429UTIL-LINUX-NG PACKAGE
4430P: Karel Zak
4431M: kzak@redhat.com
4432L: util-linux-ng@vger.kernel.org
4433W: http://kernel.org/~kzak/util-linux-ng/
4434T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4435S: Maintained
4436
Alan Cox4e688522008-04-30 00:52:11 -07004437VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438P: OGAWA Hirofumi
4439M: hirofumi@mail.parknet.co.jp
4440L: linux-kernel@vger.kernel.org
4441S: Maintained
4442
Linus Torvalds1da177e2005-04-16 15:20:36 -07004443VIA RHINE NETWORK DRIVER
4444P: Roger Luethi
4445M: rl@hellgate.ch
4446S: Maintained
4447
Jean Delvare32c0a522005-09-22 21:47:58 +02004448VIAPRO SMBUS DRIVER
4449P: Jean Delvare
4450M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004451L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004452S: Maintained
4453
Francois Romieu01f20732007-01-26 00:57:17 -08004454VIA VELOCITY NETWORK DRIVER
4455P: Francois Romieu
4456M: romieu@fr.zoreil.com
4457L: netdev@vger.kernel.org
4458S: Maintained
4459
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004461P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004462M: mchehab@infradead.org
4463M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004465W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004466T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004467S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468
Patrick McHardybe7f8272007-10-23 20:26:36 -07004469VLAN (802.1Q)
4470P: Patrick McHardy
4471M: kaber@trash.net
4472L: netdev@vger.kernel.org
4473S: Maintained
4474
Juerg Haefligerab413192006-09-24 20:54:04 +02004475VT1211 HARDWARE MONITOR DRIVER
4476P: Juerg Haefliger
4477M: juergh@gmail.com
4478L: lm-sensors@lm-sensors.org
4479S: Maintained
4480
Roger Lucas1de9e372005-11-26 20:20:05 +01004481VT8231 HARDWARE MONITOR DRIVER
4482P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004483M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004484L: lm-sensors@lm-sensors.org
4485S: Maintained
4486
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487W1 DALLAS'S 1-WIRE BUS
4488P: Evgeniy Polyakov
4489M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490S: Maintained
4491
Charles Spirakis13927072006-07-05 18:05:15 +02004492W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004493P: Marc Hulsman
4494M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004495L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004496S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004497
Rudolf Marek61db0112006-12-12 18:18:30 +01004498W83793 HARDWARE MONITORING DRIVER
4499P: Rudolf Marek
4500M: r.marek@assembler.cz
4501L: lm-sensors@lm-sensors.org
4502S: Maintained
4503
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504W83L51xD SD/MMC CARD INTERFACE DRIVER
4505P: Pierre Ossman
4506M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004507L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508S: Maintained
4509
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004510WATCHDOG DEVICE DRIVERS
4511P: Wim Van Sebroeck
4512M: wim@iguana.be
4513T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4514S: Maintained
4515
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4517P: Jean Tourrilhes
4518M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004519L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4521S: Maintained
4522
4523WD7000 SCSI DRIVER
4524P: Miroslav Zagorac
4525M: zaga@fly.cc.fer.hr
4526L: linux-scsi@vger.kernel.org
4527S: Maintained
4528
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004529WISTRON LAPTOP BUTTON DRIVER
4530P: Miloslav Trmac
4531M: mitr@volny.cz
4532S: Maintained
4533
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534WL3501 WIRELESS PCMCIA CARD DRIVER
4535P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004536M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004537L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004538W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539S: Maintained
4540
Mark Brownfebf1df2008-04-02 00:51:09 -04004541WM97XX TOUCHSCREEN DRIVERS
4542P: Mark Brown
4543M: broonie@opensource.wolfsonmicro.com
4544P: Liam Girdwood
4545M: liam.girdwood@wolfsonmicro.com
4546L: linux-input@vger.kernel.org
4547T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4548W: http://opensource.wolfsonmicro.com/node/7
4549S: Supported
4550
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551X.25 NETWORK LAYER
4552P: Henner Eisen
4553M: eis@baty.hanse.de
4554L: linux-x25@vger.kernel.org
4555S: Maintained
4556
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004557XEN HYPERVISOR INTERFACE
4558P: Jeremy Fitzhardinge
4559M: jeremy@xensource.com
4560P: Chris Wright
4561M: chrisw@sous-sol.org
4562L: virtualization@lists.osdl.org
4563L: xen-devel@lists.xensource.com
4564S: Supported
4565
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566XFS FILESYSTEM
4567P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004568P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004570L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004572T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573S: Supported
4574
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004575XILINX SYSTEMACE DRIVER
4576P: Grant Likely
4577M: grant.likely@secretlab.ca
4578W: http://www.secretlab.ca/
4579L: linux-kernel@vger.kernel.org
4580S: Maintained
4581
Peter Korsgaard238b8722006-12-06 20:35:17 -08004582XILINX UARTLITE SERIAL DRIVER
4583P: Peter Korsgaard
4584M: jacmet@sunsite.dk
4585L: linux-serial@vger.kernel.org
4586S: Maintained
4587
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004588X86 ARCHITECTURE (32-BIT AND 64-BIT)
4589P: Thomas Gleixner
4590M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591P: Ingo Molnar
4592M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004593P: H. Peter Anvin
4594M: hpa@zytor.com
4595L: linux-kernel@vger.kernel.org
4596T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597S: Maintained
4598
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599YAM DRIVER FOR AX.25
4600P: Jean-Paul Roubelat
4601M: jpr@f6fbb.org
4602L: linux-hams@vger.kernel.org
4603S: Maintained
4604
Henkaf64a5e2005-10-12 15:02:56 +02004605YEALINK PHONE DRIVER
4606P: Henk Vergonet
4607M: Henk.Vergonet@gmail.com
4608L: usbb2k-api-dev@nongnu.org
4609S: Maintained
4610
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611Z8530 DRIVER FOR AX.25
4612P: Joerg Reuter
4613M: jreuter@yaina.de
4614W: http://yaina.de/jreuter/
4615W: http://www.qsl.net/dl1bke/
4616L: linux-hams@vger.kernel.org
4617S: Maintained
4618
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004619ZD1211RW WIRELESS DRIVER
4620P: Daniel Drake
4621M: dsd@gentoo.org
4622P: Ulrich Kunitz
4623M: kune@deine-taler.de
4624W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004625L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004626L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4627S: Maintained
4628
Linus Torvalds1da177e2005-04-16 15:20:36 -07004629ZF MACHZ WATCHDOG
4630P: Fernando Fuganti
4631M: fuganti@netbank.com.br
4632W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4633S: Maintained
4634
4635ZR36067 VIDEO FOR LINUX DRIVER
4636P: Ronald Bultje
4637M: rbultje@ronald.bitfreak.net
4638L: mjpeg-users@lists.sourceforge.net
4639W: http://mjpeg.sourceforge.net/driver-zoran/
4640S: Maintained
4641
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004642ZS DECSTATION Z85C30 SERIAL DRIVER
4643P: Maciej W. Rozycki
4644M: macro@linux-mips.org
4645S: Maintained
4646
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647THE REST
4648P: Linus Torvalds
4649S: Buried alive in reporters