blob: 8c44572c1721dad6d5d3b840f049a572ef768c13 [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
444P: Russell King
445M: rmk@arm.linux.org.uk
446L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447S: Maintained
448
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800449ARM/ADI ROADRUNNER MACHINE SUPPORT
450P: Lennert Buytenhek
451M: kernel@wantstofly.org
452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S: Maintained
454
455ARM/ADS SPHERE MACHINE SUPPORT
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S: Maintained
460
461ARM/AJECO 1ARM MACHINE SUPPORT
462P: Lennert Buytenhek
463M: kernel@wantstofly.org
464L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
465S: Maintained
466
Andrew Victord4a89c72006-12-04 13:56:21 +0100467ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
468P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100469M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100470L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
471W: http://maxim.org.za/at91_26.html
472S: Maintained
473
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
477L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
478S: Maintained
479
480ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
481P: Lennert Buytenhek
482M: kernel@wantstofly.org
483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484S: Maintained
485
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486ARM/CORGI MACHINE SUPPORT
487P: Richard Purdie
488M: rpurdie@rpsys.net
489S: Maintained
490
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800491ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495S: Maintained
496
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100497ARM/GUMSTIX MACHINE SUPPORT
498P: Steve Sakoman
499M: sakoman@gmail.com
500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S: Maintained
502
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100503ARM/HP JORNADA 7XX MACHINE SUPPORT
504P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100505M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100506W: www.jlime.com
507S: Maintained
508
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800509ARM/INTEL IOP32X ARM ARCHITECTURE
510P: Lennert Buytenhek
511M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100512P: Dan Williams
513M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100515S: Supported
516
517ARM/INTEL IOP33X ARM ARCHITECTURE
518P: Dan Williams
519M: dan.j.williams@intel.com
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522
523ARM/INTEL IOP13XX ARM ARCHITECTURE
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100526P: Dan Williams
527M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100529S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800530
531ARM/INTEL IQ81342EX MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100534P: Dan Williams
535M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100537S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800538
539ARM/INTEL IXP2000 ARM ARCHITECTURE
540P: Lennert Buytenhek
541M: kernel@wantstofly.org
542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543S: Maintained
544
545ARM/INTEL IXDP2850 MACHINE SUPPORT
546P: Lennert Buytenhek
547M: kernel@wantstofly.org
548L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
549S: Maintained
550
551ARM/INTEL IXP23XX ARM ARCHITECTURE
552P: Lennert Buytenhek
553M: kernel@wantstofly.org
554L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555S: Maintained
556
557ARM/INTEL XSC3 (MANZANO) ARM CORE
558P: Lennert Buytenhek
559M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100560P: Dan Williams
561M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100563S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800564
565ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
566P: Lennert Buytenhek
567M: kernel@wantstofly.org
568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S: Maintained
570
571ARM/LOGICPD PXA270 MACHINE SUPPORT
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S: Maintained
576
Dirk Opfer8459c152005-11-06 14:27:52 +0000577ARM/TOSA MACHINE SUPPORT
578P: Dirk Opfer
579M: dirk@opfer-online.de
580S: Maintained
581
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582ARM/PLEB SUPPORT
583P: Peter Chubb
584M: pleb@gelato.unsw.edu.au
585W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
586S: Maintained
587
588ARM/PT DIGITAL BOARD PORT
589P: Stefan Eletzhofer
590M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592W: http://www.arm.linux.org.uk/
593S: Maintained
594
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595ARM/RADISYS ENP2611 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601ARM/SHARK MACHINE SUPPORT
602P: Alexander Schulz
603M: alex@shark-linux.de
604W: http://www.shark-linux.de/shark.html
605S: Maintained
606
607ARM/STRONGARM110 PORT
608P: Russell King
609M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700610L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611W: http://www.arm.linux.org.uk/
612S: Maintained
613
614ARM/S3C2410 ARM ARCHITECTURE
615P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800616M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700617L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618W: http://www.fluff.org/ben/linux/
619S: Maintained
620
621ARM/S3C2440 ARM ARCHITECTURE
622P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800623M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700624L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625W: http://www.fluff.org/ben/linux/
626S: Maintained
627
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800628ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
629P: Lennert Buytenhek
630M: kernel@wantstofly.org
631L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632S: Maintained
633
634ARM/THECUS N2100 MACHINE SUPPORT
635P: Lennert Buytenhek
636M: kernel@wantstofly.org
637L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
638S: Maintained
639
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640ARPD SUPPORT
641P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700642L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643S: Maintained
644
645ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500646P: Corentin Chary
647M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648P: Karol Kozimor
649M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650L: acpi4asus-user@lists.sourceforge.net
651W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500652W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653S: Maintained
654
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400655ASUS ASB100 HARDWARE MONITOR DRIVER
656P: Mark M. Hoffman
657M: mhoffman@lightlink.com
658L: lm-sensors@lm-sensors.org
659S: Maintained
660
Corentin Chary85091b72007-01-26 14:04:30 +0100661ASUS LAPTOP EXTRAS DRIVER
662P: Corentin Chary
663M: corentincj@iksaif.net
664L: acpi4asus-user@lists.sourceforge.net
665W: http://sourceforge.net/projects/acpi4asus
666W: http://xf.iksaif.net/acpi4asus
667S: Maintained
668
Dan Williamsb3e5f262007-08-07 10:26:35 -0700669ASYNCHRONOUS TRANSFERS/TRANSFORMS API
670P: Dan Williams
671M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100672P: Maciej Sosnowski
673M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700674L: linux-kernel@vger.kernel.org
675W: http://sourceforge.net/projects/xscaleiop
676S: Supported
677
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678ATA OVER ETHERNET DRIVER
679P: Ed L. Cashin
680M: ecashin@coraid.com
681W: http://www.coraid.com/support/linux
682S: Supported
683
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200684ATHEROS ATH5K WIRELESS DRIVER
685P: Jiri Slaby
686M: jirislaby@gmail.com
687P: Nick Kossifidis
688M: mickflemm@gmail.com
689P: Luis R. Rodriguez
690M: mcgrof@gmail.com
691L: linux-wireless@vger.kernel.org
692L: ath5k-devel@lists.ath5k.org
693S: Maintained
694
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000695ATI_REMOTE2 DRIVER
696P: Ville Syrjala
697M: syrjala@sci.fi
698S: Maintained
699
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600700ATL1 ETHERNET DRIVER
701P: Jay Cliburn
702M: jcliburn@gmail.com
703P: Chris Snook
704M: csnook@redhat.com
705L: atl1-devel@lists.sourceforge.net
706W: http://sourceforge.net/projects/atl1
707W: http://atl1.sourceforge.net
708S: Maintained
709
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710ATM
711P: Chas Williams
712M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700713L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714W: http://linux-atm.sourceforge.net
715S: Maintained
716
Pierre Ossman272f1332007-05-14 21:25:26 +0200717ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200718P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800719M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200720L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
721W: http://www.atmel.com/products/AT91/
722W: http://www.at91.com/
723S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200724
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800725ATMEL AT91 / AT32 SERIAL DRIVER
726P: Haavard Skinnemoen
727M: hskinnemoen@atmel.com
728L: linux-kernel@vger.kernel.org
729S: Supported
730
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800731ATMEL LCDFB DRIVER
732P: Nicolas Ferre
733M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800734L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800735S: Maintained
736
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100737ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100738P: Haavard Skinnemoen
739M: hskinnemoen@atmel.com
740S: Supported
741
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800742ATMEL SPI DRIVER
743P: Haavard Skinnemoen
744M: hskinnemoen@atmel.com
745S: Supported
746
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700747ATMEL USBA UDC DRIVER
748P: Haavard Skinnemoen
749M: hskinnemoen@atmel.com
750L: kernel@avr32linux.org
751W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
752S: Supported
753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754ATMEL WIRELESS DRIVER
755P: Simon Kelley
756M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700757L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758W: http://www.thekelleys.org.uk/atmel
759W: http://atmelwlandriver.sourceforge.net/
760S: Maintained
761
Chris Wrighta92b7b82005-07-07 18:12:23 -0700762AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400763P: Al Viro
764M: viro@zeniv.linux.org.uk
765P: Eric Paris
766M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700767L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100768W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400769T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700770S: Maintained
771
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800772AUXILIARY DISPLAY DRIVERS
773P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700774M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800775L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700776W: http://miguelojeda.es/auxdisplay.htm
777W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800778S: Maintained
779
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700780AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700781P: Haavard Skinnemoen
782M: hskinnemoen@atmel.com
783W: http://www.atmel.com/products/AVR32/
784W: http://avr32linux.org/
785W: http://avrfreaks.net/
786S: Supported
787
788AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700789P: Haavard Skinnemoen
790M: hskinnemoen@atmel.com
791S: Supported
792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793AX.25 NETWORK LAYER
794P: Ralf Baechle
795M: ralf@linux-mips.org
796L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200797W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798S: Maintained
799
Richard Purdie300abeb2007-02-07 22:21:07 +0000800BACKLIGHT CLASS/SUBSYSTEM
801P: Richard Purdie
802M: rpurdie@rpsys.net
803S: Maintained
804
Bryan Wu1394f032007-05-06 14:50:22 -0700805BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800806P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800807M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800808L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
809W: http://blackfin.uclinux.org
810S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700811
Bryan Wue190d6b2007-07-17 14:43:44 +0800812BLACKFIN EMAC DRIVER
813P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800814M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800815L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
816W: http://blackfin.uclinux.org
817S: Supported
818
Mike Frysinger566da5b2007-06-11 15:31:30 +0800819BLACKFIN RTC DRIVER
820P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800821M: vapier.adi@gmail.com
822L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
823W: http://blackfin.uclinux.org
824S: Supported
825
Bryan Wu1394f032007-05-06 14:50:22 -0700826BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800827P: Sonic Zhang
828M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800829L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W: http://blackfin.uclinux.org
831S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700832
Bryan Wu1e6d3202007-07-15 02:50:02 +0800833BLACKFIN WATCHDOG DRIVER
834P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800835M: vapier.adi@gmail.com
836L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
837W: http://blackfin.uclinux.org
838S: Supported
839
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840BAYCOM/HDLCDRV DRIVERS FOR AX.25
841P: Thomas Sailer
842M: t.sailer@alumni.ethz.ch
843L: linux-hams@vger.kernel.org
844W: http://www.baycom.org/~tom/ham/ham.html
845S: Maintained
846
Michael Buesche4d6b792007-09-18 15:39:42 -0400847B43 WIRELESS DRIVER
848P: Michael Buesch
849M: mb@bu3sch.de
850P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100851M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400852L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100853W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400854S: Maintained
855
Larry Finger75388ac2007-09-25 16:46:54 -0700856B43LEGACY WIRELESS DRIVER
857P: Larry Finger
858M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100859P: Stefano Brivio
860M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700861L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100862W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700863S: Maintained
864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865BEFS FILE SYSTEM
866P: Sergey S. Kostyliov
867M: rathamahata@php4.ru
868L: linux-kernel@vger.kernel.org
869S: Maintained
870
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871BFS FILE SYSTEM
872P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800873M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874L: linux-kernel@vger.kernel.org
875S: Maintained
876
Bryan Wud24ecfc2007-05-01 23:26:32 +0200877BLACKFIN I2C TWI DRIVER
878P: Sonic Zhang
879M: sonic.zhang@analog.com
880L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
881W: http://blackfin.uclinux.org/
882S: Supported
883
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884BLOCK LAYER
885P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200886M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800888T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889S: Maintained
890
Joern Engel2b54aae2008-02-06 01:38:02 -0800891BLOCK2MTD DRIVER
892P: Joern Engel
893M: joern@lazybastard.org
894L: linux-mtd@lists.infradead.org
895S: Maintained
896
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897BLUETOOTH SUBSYSTEM
898P: Marcel Holtmann
899M: marcel@holtmann.org
900P: Maxim Krasnyansky
901M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700902L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903W: http://bluez.sf.net
904W: http://www.bluez.org
905W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800906T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907S: Maintained
908
909BLUETOOTH RFCOMM LAYER
910P: Marcel Holtmann
911M: marcel@holtmann.org
912P: Maxim Krasnyansky
913M: maxk@qualcomm.com
914S: Maintained
915
916BLUETOOTH BNEP LAYER
917P: Marcel Holtmann
918M: marcel@holtmann.org
919P: Maxim Krasnyansky
920M: maxk@qualcomm.com
921S: Maintained
922
923BLUETOOTH CMTP LAYER
924P: Marcel Holtmann
925M: marcel@holtmann.org
926S: Maintained
927
928BLUETOOTH HIDP LAYER
929P: Marcel Holtmann
930M: marcel@holtmann.org
931S: Maintained
932
933BLUETOOTH HCI UART DRIVER
934P: Marcel Holtmann
935M: marcel@holtmann.org
936P: Maxim Krasnyansky
937M: maxk@qualcomm.com
938S: Maintained
939
940BLUETOOTH HCI USB DRIVER
941P: Marcel Holtmann
942M: marcel@holtmann.org
943P: Maxim Krasnyansky
944M: maxk@qualcomm.com
945S: Maintained
946
947BLUETOOTH HCI BCM203X DRIVER
948P: Marcel Holtmann
949M: marcel@holtmann.org
950S: Maintained
951
952BLUETOOTH HCI BPA10X DRIVER
953P: Marcel Holtmann
954M: marcel@holtmann.org
955S: Maintained
956
957BLUETOOTH HCI BFUSB DRIVER
958P: Marcel Holtmann
959M: marcel@holtmann.org
960S: Maintained
961
962BLUETOOTH HCI DTL1 DRIVER
963P: Marcel Holtmann
964M: marcel@holtmann.org
965S: Maintained
966
967BLUETOOTH HCI BLUECARD DRIVER
968P: Marcel Holtmann
969M: marcel@holtmann.org
970S: Maintained
971
972BLUETOOTH HCI BT3C DRIVER
973P: Marcel Holtmann
974M: marcel@holtmann.org
975S: Maintained
976
977BLUETOOTH HCI BTUART DRIVER
978P: Marcel Holtmann
979M: marcel@holtmann.org
980S: Maintained
981
982BLUETOOTH HCI VHCI DRIVER
983P: Maxim Krasnyansky
984M: maxk@qualcomm.com
985S: Maintained
986
987BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100988P: Jay Vosburgh
989M: fubar@us.ibm.com
990L: bonding-devel@lists.sourceforge.net
991W: http://sourceforge.net/projects/bonding/
992S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993
Gary Zambrano39105892006-06-22 17:26:20 -0700994BROADCOM B44 10/100 ETHERNET DRIVER
995P: Gary Zambrano
996M: zambrano@broadcom.com
997L: netdev@vger.kernel.org
998S: Supported
999
Michael Chan948c51e2006-06-04 02:51:39 -07001000BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1001P: Michael Chan
1002M: mchan@broadcom.com
1003L: netdev@vger.kernel.org
1004S: Supported
1005
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001006BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001007P: Eilon Greenstein
1008M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001009L: netdev@vger.kernel.org
1010S: Supported
1011
Michael Chan948c51e2006-06-04 02:51:39 -07001012BROADCOM TG3 GIGABIT ETHERNET DRIVER
1013P: Michael Chan
1014M: mchan@broadcom.com
1015L: netdev@vger.kernel.org
1016S: Supported
1017
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001018BSG (block layer generic sg v4 driver)
1019P: FUJITA Tomonori
1020M: fujita.tomonori@lab.ntt.co.jp
1021L: linux-scsi@vger.kernel.org
1022S: Supported
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001025P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001026M: mchehab@infradead.org
1027M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001030T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001031S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032
Jonathan Corbet77d51402007-03-22 19:44:17 -03001033CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1034P: Jonathan Corbet
1035M: corbet@lwn.net
1036L: video4linux-list@redhat.com
1037S: Maintained
1038
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001039CAN NETWORK LAYER
1040P: Urs Thuermann
1041M: urs.thuermann@volkswagen.de
1042P: Oliver Hartkopp
1043M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001044L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001045W: http://developer.berlios.de/projects/socketcan/
1046S: Maintained
1047
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001048CALGARY x86-64 IOMMU
1049P: Muli Ben-Yehuda
1050M: muli@il.ibm.com
1051P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001052M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001053L: linux-kernel@vger.kernel.org
1054L: discuss@x86-64.org
1055S: Maintained
1056
Arnd Bergmannb8154542008-05-16 11:10:59 +02001057CELL BROADBAND ENGINE ARCHITECTURE
1058P: Arnd Bergmann
1059M: arnd@arndb.de
1060L: linuxppc-dev@ozlabs.org
1061L: cbe-oss-dev@ozlabs.org
1062W: http://www.ibm.com/developerworks/power/cell/
1063S: Supported
1064
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001065CFAG12864B LCD DRIVER
1066P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001067M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001068L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001069W: http://miguelojeda.es/auxdisplay.htm
1070W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001071S: Maintained
1072
1073CFAG12864BFB LCD FRAMEBUFFER DRIVER
1074P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001075M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001076L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001077W: http://miguelojeda.es/auxdisplay.htm
1078W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001079S: Maintained
1080
Johannes Berg704232c2007-04-23 12:20:05 -07001081CFG80211 and NL80211
1082P: Johannes Berg
1083M: johannes@sipsolutions.net
1084L: linux-wireless@vger.kernel.org
1085S: Maintained
1086
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001087CHECKPATCH
1088P: Andy Whitcroft
1089M: apw@shadowen.org
1090P: Randy Dunlap
1091M: rdunlap@xenotime.net
1092P: Joel Schopp
1093M: jschopp@austin.ibm.com
1094S: Supported
1095
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096COMMON INTERNET FILE SYSTEM (CIFS)
1097P: Steve French
1098M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001099L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001101W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001102T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001103S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104
Joel Becker7063fbf2005-12-15 14:29:43 -08001105CONFIGFS
1106P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001107M: joel.becker@oracle.com
1108L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001109S: Supported
1110
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001111CIRRUS LOGIC EP93XX ETHERNET DRIVER
1112P: Lennert Buytenhek
1113M: kernel@wantstofly.org
1114L: netdev@vger.kernel.org
1115S: Maintained
1116
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001117CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1118P: Lennert Buytenhek
1119M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001120L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001121S: Maintained
1122
Timur Tabid9e9d822008-04-24 08:45:26 +10001123CIRRUS LOGIC CS4270 SOUND DRIVER
1124P: Timur Tabi
1125M: timur@freescale.com
1126L: alsa-devel@alsa-project.org
1127S: Supported
1128
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1130P: Cirrus Logic Corporation (kernel 2.2 driver)
1131M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1132P: Nils Faerber (port to kernel 2.4)
1133M: Nils Faerber <nils@kernelconcepts.de>
1134S: Maintained
1135
1136CODA FILE SYSTEM
1137P: Jan Harkes
1138M: jaharkes@cs.cmu.edu
1139M: coda@cs.cmu.edu
1140L: codalist@coda.cs.cmu.edu
1141W: http://www.coda.cs.cmu.edu/
1142S: Maintained
1143
1144COMPACTPCI HOTPLUG CORE
1145P: Scott Murray
1146M: scottm@somanetworks.com
1147M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001148L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149S: Supported
1150
1151COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1152P: Scott Murray
1153M: scottm@somanetworks.com
1154M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001155L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156S: Supported
1157
1158COMPACTPCI HOTPLUG GENERIC DRIVER
1159P: Scott Murray
1160M: scottm@somanetworks.com
1161M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001162L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163S: Supported
1164
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001165COMPAL LAPTOP SUPPORT
1166P: Cezary Jackiewicz
1167M: cezary.jackiewicz@gmail.com
1168S: Maintained
1169
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170COMPUTONE INTELLIPORT MULTIPORT CARD
1171P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001172M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001174S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175
Simon Arlott949be0f2007-03-06 02:47:46 -08001176CONEXANT ACCESSRUNNER USB DRIVER
1177P: Simon Arlott
1178M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001179L: accessrunner-general@lists.sourceforge.net
1180W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001181S: Maintained
1182
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001183CONTROL GROUPS (CGROUPS)
1184P: Paul Menage
1185M: menage@google.com
1186L: containers@lists.linux-foundation.org
1187S: Maintained
1188
Rudolf Marekbebe4672007-05-08 17:22:02 +02001189CORETEMP HARDWARE MONITORING DRIVER
1190P: Rudolf Marek
1191M: r.marek@assembler.cz
1192L: lm-sensors@lm-sensors.org
1193S: Maintained
1194
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195COSA/SRP SYNC SERIAL DRIVER
1196P: Jan "Yenya" Kasprzak
1197M: kas@fi.muni.cz
1198W: http://www.fi.muni.cz/~kas/cosa/
1199S: Maintained
1200
1201CPU FREQUENCY DRIVERS
1202P: Dave Jones
1203M: davej@codemonkey.org.uk
1204L: cpufreq@lists.linux.org.uk
1205W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001206T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207S: Maintained
1208
1209CPUID/MSR DRIVER
1210P: H. Peter Anvin
1211M: hpa@zytor.com
1212S: Maintained
1213
Paul Jacksoned90fb42005-09-27 21:45:37 -07001214CPUSETS
1215P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001216P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001217M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001218M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001219L: linux-kernel@vger.kernel.org
1220W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001221W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001222S: Supported
1223
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001225W: http://sourceforge.net/projects/cramfs/
1226S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227
1228CRIS PORT
1229P: Mikael Starvik
1230M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001231P: Jesper Nilsson
1232M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233L: dev-etrax@axis.com
1234W: http://developer.axis.com
1235S: Maintained
1236
1237CRYPTO API
1238P: Herbert Xu
1239M: herbert@gondor.apana.org.au
1240P: David S. Miller
1241M: davem@davemloft.net
1242L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001243T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244S: Maintained
1245
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001246CS5535 Audio ALSA driver
1247P: Jaya Kumar
1248M: jayakumar.alsa@gmail.com
1249S: Maintained
1250
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001251CX18 VIDEO4LINUX DRIVER
1252P: Hans Verkuil, Andy Walls
1253M: hverkuil@xs4all.nl, awalls@radix.net
1254L: ivtv-devel@ivtvdriver.org
1255L: ivtv-users@ivtvdriver.org
1256L: video4linux-list@redhat.com
1257W: http://linuxtv.org
1258S: Maintained
1259
Steve Wisee5ec3782008-05-20 14:06:33 -07001260CXGB3 ETHERNET DRIVER (CXGB3)
1261P: Divy Le Ray
1262M: divy@chelsio.com
1263L: netdev@vger.kernel.org
1264W: http://www.chelsio.com
1265S: Supported
1266
1267CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1268P: Steve Wise
1269M: swise@chelsio.com
1270L: general@lists.openfabrics.org
1271W: http://www.openfabrics.org
1272S: Supported
1273
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274CYBERPRO FB DRIVER
1275P: Russell King
1276M: rmk@arm.linux.org.uk
1277W: http://www.arm.linux.org.uk/
1278S: Maintained
1279
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001280CYBLAFB FRAMEBUFFER DRIVER
1281P: Knut Petersen
1282M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001283L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001284S: Maintained
1285
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286CYCLADES 2X SYNC CARD DRIVER
1287P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001288M: acme@ghostprotocols.net
1289W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290S: Maintained
1291
1292CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001294S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
1296CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001298S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300DAMA SLAVE for AX.25
1301P: Joerg Reuter
1302M: jreuter@yaina.de
1303W: http://yaina.de/jreuter/
1304W: http://www.qsl.net/dl1bke/
1305L: linux-hams@vger.kernel.org
1306S: Maintained
1307
1308DC395x SCSI driver
1309P: Oliver Neukum
1310M: oliver@neukum.name
1311P: Ali Akcaagac
1312M: aliakc@web.de
1313P: Jamie Lenehan
1314M: lenehan@twibble.org
1315W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001316L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317L: http://lists.twibble.org/mailman/listinfo/dc395x/
1318S: Maintained
1319
1320DC390/AM53C974 SCSI driver
1321P: Kurt Garloff
1322M: garloff@suse.de
1323W: http://www.garloff.de/kurt/linux/dc390/
1324P: Guennadi Liakhovetski
1325M: g.liakhovetski@gmx.de
1326S: Maintained
1327
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001328DCCP PROTOCOL
1329P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001330M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001331L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001332W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001333S: Maintained
1334
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001336P: Christine Caulfield
1337M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338W: http://linux-decnet.sourceforge.net
1339L: linux-decnet-user@lists.sourceforge.net
1340S: Maintained
1341
1342DEFXX FDDI NETWORK DRIVER
1343P: Maciej W. Rozycki
1344M: macro@linux-mips.org
1345S: Maintained
1346
1347DELL LAPTOP SMM DRIVER
1348P: Massimo Dal Zotto
1349M: dz@debian.org
1350W: http://www.debian.org/~dz/i8k/
1351S: Maintained
1352
Doug Warzecha90563ec2005-09-06 15:17:15 -07001353DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1354P: Doug Warzecha
1355M: Douglas_Warzecha@dell.com
1356S: Maintained
1357
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001358DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359P: Alasdair Kergon
1360L: dm-devel@redhat.com
1361W: http://sources.redhat.com/dm
1362S: Maintained
1363
1364DEVICE NUMBER REGISTRY
1365P: Torben Mathiasen
1366M: device@lanana.org
1367W: http://lanana.org/docs/device-list/index.html
1368L: linux-kernel@vger.kernel.org
1369S: Maintained
1370
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371DIGI INTL. EPCA DRIVER
1372P: Digi International, Inc
1373M: Eng.Linux@digi.com
1374L: Eng.Linux@digi.com
1375W: http://www.digi.com
1376S: Orphaned
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378DIRECTORY NOTIFICATION
1379P: Stephen Rothwell
1380M: sfr@canb.auug.org.au
1381L: linux-kernel@vger.kernel.org
1382S: Supported
1383
1384DISK GEOMETRY AND PARTITION HANDLING
1385P: Andries Brouwer
1386M: aeb@cwi.nl
1387W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1388W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1389W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1390S: Maintained
1391
1392DISKQUOTA:
1393P: Jan Kara
1394M: jack@suse.cz
1395L: linux-kernel@vger.kernel.org
1396S: Maintained
1397
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001398DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001399P: Christine Caulfield
1400M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001401P: David Teigland
1402M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001403L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001404W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001405T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001406S: Supported
1407
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1409P: Tobias Ringstrom
1410M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001411L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412S: Maintained
1413
Dan Williamsb3e5f262007-08-07 10:26:35 -07001414DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001415P: Maciej Sosnowski
1416M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001417P: Dan Williams
1418M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001419L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001420S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001421
Juerg Haefligerb8250372007-06-09 10:11:16 -04001422DME1737 HARDWARE MONITOR DRIVER
1423P: Juerg Haefliger
1424M: juergh@gmail.com
1425L: lm-sensors@lm-sensors.org
1426S: Maintained
1427
Martin Waitzba483d52005-06-17 13:20:59 -07001428DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001429P: Randy Dunlap
1430M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001431S: Maintained
1432
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001433DOCKING STATION DRIVER
1434P: Kristen Carlson Accardi
1435M: kristen.c.accardi@intel.com
1436L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001437S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001438
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001439DOCUMENTATION (/Documentation directory)
1440P: Michael Kerrisk
1441M: mtk.manpages@gmail.com
1442P: Randy Dunlap
1443M: rdunlap@xenotime.net
1444L: linux-doc@vger.kernel.org
1445S: Maintained
1446
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447DOUBLETALK DRIVER
1448P: James R. Van Zandt
1449M: jrv@vanzandt.mv.com
1450L: blinux-list@redhat.com
1451S: Maintained
1452
1453DRIVER CORE, KOBJECTS, AND SYSFS
1454P: Greg Kroah-Hartman
1455M: gregkh@suse.de
1456L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001457T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458S: Supported
1459
1460DRM DRIVERS
1461P: David Airlie
1462M: airlied@linux.ie
1463L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001464T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465S: Maintained
1466
1467DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001468P: Francois Romieu
1469M: romieu@fr.zoreil.com
1470L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471S: Maintained
1472
1473DVB SUBSYSTEM AND DRIVERS
1474P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001475M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001477W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001478T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001479S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001481DZ DECSTATION DZ11 SERIAL DRIVER
1482P: Maciej W. Rozycki
1483M: macro@linux-mips.org
1484S: Maintained
1485
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486EATA-DMA SCSI DRIVER
1487P: Michael Neuffer
1488L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1489S: Maintained
1490
1491EATA ISA/EISA/PCI SCSI DRIVER
1492P: Dario Ballabio
1493M: ballabio_dario@emc.com
1494L: linux-scsi@vger.kernel.org
1495S: Maintained
1496
1497EATA-PIO SCSI DRIVER
1498P: Michael Neuffer
1499M: mike@i-Connect.Net
1500L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1501S: Maintained
1502
1503EBTABLES
1504P: Bart De Schuymer
1505M: bart.de.schuymer@pandora.be
1506L: ebtables-user@lists.sourceforge.net
1507L: ebtables-devel@lists.sourceforge.net
1508W: http://ebtables.sourceforge.net/
1509S: Maintained
1510
Michael Halcrow237fead2006-10-04 02:16:22 -07001511ECRYPT FILE SYSTEM
1512P: Mike Halcrow, Phillip Hellewell
1513M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1514L: ecryptfs-devel@lists.sourceforge.net
1515W: http://ecryptfs.sourceforge.net/
1516S: Supported
1517
Alan Coxda9bb1d2006-01-18 17:44:13 -08001518EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001519P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001520M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001521L: bluesmoke-devel@lists.sourceforge.net
1522W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001523S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001524
1525EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001526P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001527P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001528M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001529M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001530L: bluesmoke-devel@lists.sourceforge.net
1531W: bluesmoke.sourceforge.net
1532S: Maintained
1533
1534EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001535P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001536M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001537L: bluesmoke-devel@lists.sourceforge.net
1538W: bluesmoke.sourceforge.net
1539S: Maintained
1540
Douglas Thompson6bc78402007-07-19 01:50:12 -07001541EDAC-I82443BXGX
1542P: Tim Small
1543M: tim@buttersideup.com
1544L: bluesmoke-devel@lists.sourceforge.net
1545W: bluesmoke.sourceforge.net
1546S: Maintained
1547
1548EDAC-I3000
1549P: Jason Uhlenkott
1550M: juhlenko@akamai.com
1551L: bluesmoke-devel@lists.sourceforge.net
1552W: bluesmoke.sourceforge.net
1553S: Maintained
1554
1555EDAC-I5000
1556P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001557M: dougthompson@xmission.com
1558L: bluesmoke-devel@lists.sourceforge.net
1559W: bluesmoke.sourceforge.net
1560S: Maintained
1561
1562EDAC-I82975X
1563P: Ranganathan Desikan
1564P: Arvind R.
1565M: rdesikan@jetzbroadband.com
1566M: arvind@acarlab.com
1567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
1570
1571EDAC-PASEMI
1572P: Egor Martovetsky
1573M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001574L: bluesmoke-devel@lists.sourceforge.net
1575W: bluesmoke.sourceforge.net
1576S: Maintained
1577
Dave Peterson0e438e32006-03-26 01:38:55 -08001578EDAC-R82600
1579P: Tim Small
1580M: tim@buttersideup.com
1581L: bluesmoke-devel@lists.sourceforge.net
1582W: bluesmoke.sourceforge.net
1583S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001584
Eric Coopere59f8792008-03-13 12:55:46 +01001585EEEPC LAPTOP EXTRAS DRIVER
1586P: Corentin Chary
1587M: corentincj@iksaif.net
1588L: acpi4asus-user@lists.sourceforge.net
1589W: http://sourceforge.net/projects/acpi4asus
1590S: Maintained
1591
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592EEPRO100 NETWORK DRIVER
1593P: Andrey V. Savochkin
1594M: saw@saw.sw.com.sg
1595S: Maintained
1596
Josh Triplett0bee8d22006-07-30 03:03:58 -07001597EFS FILESYSTEM
1598W: http://aeschi.ch.eu.org/efs/
1599S: Orphan
1600
Heiko J Schickfab97222006-09-22 15:22:22 -07001601EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1602P: Hoang-Nam Nguyen
1603M: hnguyen@de.ibm.com
1604P: Christoph Raisch
1605M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001606L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001607S: Supported
1608
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001609EMBEDDED LINUX
1610P: Paul Gortmaker
1611M: paul.gortmaker@windriver.com
1612P David Woodhouse
1613M: dwmw2@infradead.org
1614L: linux-embedded@vger.kernel.org
1615S: Maintained
1616
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001617EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001618P: James Smart
1619M: james.smart@emulex.com
1620L: linux-scsi@vger.kernel.org
1621W: http://sourceforge.net/projects/lpfcxxxx
1622S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001623
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624EPSON 1355 FRAMEBUFFER DRIVER
1625P: Christopher Hoover
1626M: ch@murgatroid.com, ch@hpl.hp.com
1627S: Maintained
1628
1629ETHEREXPRESS-16 NETWORK DRIVER
1630P: Philip Blundell
1631M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001632L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633S: Maintained
1634
1635ETHERNET BRIDGE
1636P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001637M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001638L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001639W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640S: Maintained
1641
1642ETHERTEAM 16I DRIVER
1643P: Mika Kuoppala
1644M: miku@iki.fi
1645S: Maintained
1646
1647EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001648L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649S: Maintained
1650
1651EXT3 FILE SYSTEM
1652P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001653M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001654L: linux-ext4@vger.kernel.org
1655S: Maintained
1656
1657EXT4 FILE SYSTEM
1658P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001659M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001660L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661S: Maintained
1662
Jean Delvaree53004e2006-01-09 23:26:14 +01001663F71805F HARDWARE MONITORING DRIVER
1664P: Jean Delvare
1665M: khali@linux-fr.org
1666L: lm-sensors@lm-sensors.org
1667S: Maintained
1668
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669FARSYNC SYNCHRONOUS DRIVER
1670P: Kevin Curtis
1671M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672W: http://www.farsite.co.uk/
1673S: Supported
1674
Akinobu Mitac5408b82007-04-23 14:41:20 -07001675FAULT INJECTION SUPPORT
1676P: Akinobu Mita
1677M: akinobu.mita@gmail.com
1678S: Supported
1679
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680FRAMEBUFFER LAYER
1681P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001682M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001683L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684W: http://linux-fbdev.sourceforge.net/
1685S: Maintained
1686
Zhang Wei173acc72008-03-01 07:42:48 -07001687FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001688P: Li Yang
1689M: leoli@freescale.com
1690P: Zhang Wei
1691M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001692L: linuxppc-embedded@ozlabs.org
1693L: linux-kernel@vger.kernel.org
1694S: Maintained
1695
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001696FREESCALE I2C CPM DRIVER
1697P: Jochen Friedrich
1698M: jochen@scram.de
1699L: linuxppc-dev@ozlabs.org
1700L: i2c@lm-sensors.org
1701S: Maintained
1702
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001703FREESCALE SOC FS_ENET DRIVER
1704P: Pantelis Antoniou
1705M: pantelis.antoniou@gmail.com
1706P: Vitaly Bordug
1707M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001708L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001709L: netdev@vger.kernel.org
1710S: Maintained
1711
Timur Tabid9e9d822008-04-24 08:45:26 +10001712FREESCALE QUICC ENGINE LIBRARY
1713P: Timur Tabi
1714M: timur@freescale.com
1715L: linuxppc-dev@ozlabs.org
1716S: Supported
1717
Li Yanga7205b32007-04-23 10:38:18 -07001718FREESCALE HIGHSPEED USB DEVICE DRIVER
1719P: Li Yang
1720M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001721L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001722L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001723S: Maintained
1724
Li Yangbeaf53b2007-05-25 13:54:02 +08001725FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1726P: Li Yang
1727M: leoli@freescale.com
1728L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001729L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001730S: Maintained
1731
Timur Tabid9e9d822008-04-24 08:45:26 +10001732FREESCALE QUICC ENGINE UCC UART DRIVER
1733P: Timur Tabi
1734M: timur@freescale.com
1735L: linuxppc-dev@ozlabs.org
1736S: Supported
1737
1738FREESCALE SOC SOUND DRIVERS
1739P: Timur Tabi
1740M: timur@freescale.com
1741L: alsa-devel@alsa-project.org
1742L: linuxppc-dev@ozlabs.org
1743S: Supported
1744
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745FILE LOCKING (flock() and fcntl()/lockf())
1746P: Matthew Wilcox
1747M: matthew@wil.cx
1748L: linux-fsdevel@vger.kernel.org
1749S: Maintained
1750
1751FILESYSTEMS (VFS and infrastructure)
1752P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001753M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001754L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755S: Maintained
1756
Stefan Richterf148e202008-01-12 12:32:44 +01001757FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001758P: Kristian Hoegsberg, Stefan Richter
1759M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1760L: linux1394-devel@lists.sourceforge.net
1761W: http://www.linux1394.org/
1762T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1763S: Maintained
1764
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765FIRMWARE LOADER (request_firmware)
1766L: linux-kernel@vger.kernel.org
1767S: Orphan
1768
1769FPU EMULATOR
1770P: Bill Metzenthen
1771M: billm@suburbia.net
1772W: http://suburbia.net/~billm/floating-point/emulator/
1773S: Maintained
1774
1775FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1776P: Mike McLagan
1777M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001778L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779S: Maintained
1780
1781FREEVXFS FILESYSTEM
1782P: Christoph Hellwig
1783M: hch@infradead.org
1784W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1785S: Maintained
1786
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001787FTRACE
1788P: Steven Rostedt
1789M: srostedt@redhat.com
1790S: Maintained
1791
David Howells5ab7ffe2007-04-10 15:10:45 +01001792FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793P: David Howells
1794M: dhowells@redhat.com
1795S: Maintained
1796
Jonathan Woithe20b93732008-06-11 10:14:56 +09301797FUJITSU LAPTOP EXTRAS
1798P: Jonathan Woithe
1799M: jwoithe@physics.adelaide.edu.au
1800L: linux-acpi@vger.kernel.org
1801S: Maintained
1802
Miklos Szeredi04578f12005-09-09 13:10:22 -07001803FUSE: FILESYSTEM IN USERSPACE
1804P: Miklos Szeredi
1805M: miklos@szeredi.hu
1806L: fuse-devel@lists.sourceforge.net
1807W: http://fuse.sourceforge.net/
1808S: Maintained
1809
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1811P: Rik Faith
1812M: faith@cs.unc.edu
1813L: linux-scsi@vger.kernel.org
1814S: Odd fixes (e.g., new signatures)
1815
1816GDT SCSI DISK ARRAY CONTROLLER DRIVER
1817P: Achim Leubner
1818M: achim_leubner@adaptec.com
1819L: linux-scsi@vger.kernel.org
1820W: http://www.icp-vortex.com/
1821S: Supported
1822
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001823GENERIC GPIO I2C DRIVER
1824P: Haavard Skinnemoen
1825M: hskinnemoen@atmel.com
1826S: Supported
1827
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1829P: Krzysztof Halasa
1830M: khc@pm.waw.pl
1831W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1832S: Maintained
1833
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001834GFS2 FILE SYSTEM
1835P: Steven Whitehouse
1836M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001837L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001838W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001839T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1840T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001841S: Supported
1842
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001843GIGASET ISDN DRIVERS
1844P: Hansjoerg Lipp
1845M: hjlipp@web.de
1846P: Tilman Schmidt
1847M: tilman@imap.cc
1848L: gigaset307x-common@lists.sourceforge.net
1849W: http://gigaset307x.sourceforge.net/
1850S: Maintained
1851
Jean Delvare5b543962005-08-15 19:51:02 +02001852HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001853P: Mark M. Hoffman
1854M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001855L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001856W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001857T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1858T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001859S: Maintained
1860
Michael Buesch844dd052006-06-26 00:24:59 -07001861HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001862S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001863
Robert Love860e1d62005-08-31 23:57:59 -04001864HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1865P: Robert Love
1866M: rlove@rlove.org
1867M: linux-kernel@vger.kernel.org
1868W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1869S: Maintained
1870
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871HARMONY SOUND DRIVER
1872P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001873M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001874L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875S: Maintained
1876
1877HAYES ESP SERIAL DRIVER
1878P: Andrew J. Robinson
1879M: arobinso@nyx.net
1880L: linux-kernel@vger.kernel.org
1881W: http://www.nyx.net/~arobinso
1882S: Maintained
1883
1884HFS FILESYSTEM
1885P: Roman Zippel
1886M: zippel@linux-m68k.org
1887L: linux-kernel@vger.kernel.org
1888S: Maintained
1889
1890HGA FRAMEBUFFER DRIVER
1891P: Ferenc Bakonyi
1892M: fero@drama.obuda.kando.hu
1893L: linux-nvidia@lists.surfsouth.com
1894W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1895S: Maintained
1896
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001897HID CORE LAYER
1898P: Jiri Kosina
1899M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001900L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001901T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001902S: Maintained
1903
Ingo Molnar38bed542007-02-22 09:09:34 +01001904HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1905P: Thomas Gleixner
1906M: tglx@linutronix.de
1907L: linux-kernel@vger.kernel.org
1908S: Maintained
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910HIGH-SPEED SCC DRIVER FOR AX.25
1911P: Klaus Kudielka
1912M: klaus.kudielka@ieee.org
1913L: linux-hams@vger.kernel.org
1914W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1915S: Maintained
1916
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001917HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1918P: HighPoint Linux Team
1919M: linux@highpoint-tech.com
1920W: http://www.highpoint-tech.com
1921S: Supported
1922
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923HIPPI
1924P: Jes Sorensen
1925M: jes@trained-monkey.org
1926L: linux-hippi@sunsite.dk
1927S: Maintained
1928
1929HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1930P: Chirag Kantharia
1931M: chirag.kantharia@hp.com
1932L: iss_storagedev@hp.com
1933S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001934
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935HEWLETT-PACKARD SMART2 RAID DRIVER
1936P: Chirag Kantharia
1937M: chirag.kantharia@hp.com
1938L: iss_storagedev@hp.com
1939S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001940
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1942P: Mike Miller
1943M: mike.miller@hp.com
1944L: iss_storagedev@hp.com
1945S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001946
Jouni Malinenff1d2762005-05-12 22:54:16 -04001947HOST AP DRIVER
1948P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001949M: j@w1.fi
1950L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001951L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001952W: http://hostap.epitest.fi/
1953S: Maintained
1954
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1956P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001957M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958S: Maintained
1959
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001960HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1961P: Carlos Corbacho
1962M: carlos@strangeworlds.co.uk
1963S: Odd Fixes
1964
Bob Piccob9b03322005-11-07 00:59:19 -08001965HPET: High Precision Event Timers driver (hpet.c)
1966P: Clemens Ladisch
1967M: clemens@ladisch.de
1968S: Maintained
1969
1970HPET: i386
1971P: Venkatesh Pallipadi (Venki)
1972M: venkatesh.pallipadi@intel.com
1973S: Maintained
1974
1975HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001976P: Vojtech Pavlik
1977M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001978S: Maintained
1979
1980HPET: ACPI hpet.c
1981P: Bob Picco
1982M: bob.picco@hp.com
1983S: Maintained
1984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985HPFS FILESYSTEM
1986P: Mikulas Patocka
1987M: mikulas@artax.karlin.mff.cuni.cz
1988W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1989S: Maintained
1990
1991HUGETLB FILESYSTEM
1992P: William Irwin
1993M: wli@holomorphy.com
1994S: Maintained
1995
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001996I2C/SMBUS STUB DRIVER
1997P: Mark M. Hoffman
1998M: mhoffman@lightlink.com
1999L: lm-sensors@lm-sensors.org
2000S: Maintained
2001
Jean Delvare5b543962005-08-15 19:51:02 +02002002I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002003P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002005P: Ben Dooks (embedded platforms)
2006M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002007L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002008T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009S: Maintained
2010
Till Harbaume8c76ee2007-05-01 23:26:35 +02002011I2C-TINY-USB DRIVER
2012P: Till Harbaum
2013M: till@harbaum.org
2014L: i2c@lm-sensors.org
2015T: http://www.harbaum.org/till/i2c_tiny_usb
2016S: Maintained
2017
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002019P: H. Peter Anvin
2020M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021L: Linux-Kernel@vger.kernel.org
2022S: Maintained
2023
2024i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025P: H. Peter Anvin
2026M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002027T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028S: Maintained
2029
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030IA64 (Itanium) PLATFORM
2031P: Tony Luck
2032M: tony.luck@intel.com
2033L: linux-ia64@vger.kernel.org
2034W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002035T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036S: Maintained
2037
2038SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002039P: Jes Sorensen
2040M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041L: linux-altix@sgi.com
2042L: linux-ia64@vger.kernel.org
2043W: http://www.sgi.com/altix
2044S: Maintained
2045
2046IBM MCA SCSI SUBSYSTEM DRIVER
2047P: Michael Lang
2048M: langa2@kph.uni-mainz.de
2049W: http://www.uni-mainz.de/~langm000/linux.html
2050S: Maintained
2051
2052IBM Power Linux RAID adapter
2053P: Brian King
2054M: brking@us.ibm.com
2055S: Supported
2056
2057IBM ServeRAID RAID DRIVER
2058P: Jack Hammer
2059P: Dave Jeffery
2060M: ipslinux@adaptec.com
2061W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002062S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002064IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002066M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002068T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069S: Maintained
2070
2071IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002072P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002073M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002074L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002075S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076
2077IDE/ATAPI FLOPPY DRIVERS
2078P: Paul Bristow
2079M: Paul Bristow <paul@paulbristow.net>
2080W: http://paulbristow.net/linux/idefloppy.html
2081L: linux-kernel@vger.kernel.org
2082S: Maintained
2083
2084IDE/ATAPI TAPE DRIVERS
2085P: Gadi Oxman
2086M: Gadi Oxman <gadio@netvision.net.il>
2087L: linux-kernel@vger.kernel.org
2088S: Maintained
2089
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002090IDE-SCSI DRIVER
2091L: linux-ide@vger.kernel.org
2092L: linux-scsi@vger.kernel.org
2093S: Orphan
2094
Stefan Richterf148e202008-01-12 12:32:44 +01002095IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002097M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002098P: Stefan Richter
2099M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100L: linux1394-devel@lists.sourceforge.net
2101W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002102T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103S: Maintained
2104
Stefan Richterf51a5a92007-04-23 14:41:10 -07002105IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106P: Dan Dennedy
2107M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002108P: Stefan Richter
2109M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002111S: Maintained
2112
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002114L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002115S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116
2117INFINIBAND SUBSYSTEM
2118P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002119M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002121M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002123M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002124L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002126T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127S: Supported
2128
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002129INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002130P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002131M: dmitry.torokhov@gmail.com
2132M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002133L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002134T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
Robert Lovec9f04f52005-07-15 12:21:07 -04002137INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002138P: John McCutchan
2139M: ttb@tentacle.dhs.org
2140P: Robert Love
2141M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002142L: linux-kernel@vger.kernel.org
2143S: Maintained
2144
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002145INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002146P: Sylvain Meyer
2147M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002148L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002149S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002152P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002153M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002154L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002155S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157INTEL IA32 MICROCODE UPDATE SUPPORT
2158P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002159M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160S: Maintained
2161
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002162INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002163P: Maciej Sosnowski
2164M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002165L: linux-kernel@vger.kernel.org
2166S: Supported
2167
Dan Williamsb3e5f262007-08-07 10:26:35 -07002168INTEL IOP-ADMA DMA DRIVER
2169P: Dan Williams
2170M: dan.j.williams@intel.com
2171L: linux-kernel@vger.kernel.org
2172S: Supported
2173
Michael Buesch844dd052006-06-26 00:24:59 -07002174INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2175P: Deepak Saxena
2176M: dsaxena@plexity.net
2177S: Maintained
2178
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002179INTEL IXP2000 ETHERNET DRIVER
2180P: Lennert Buytenhek
2181M: kernel@wantstofly.org
2182L: netdev@vger.kernel.org
2183S: Maintained
2184
Auke Kokd94e6fe2008-03-03 14:37:47 -08002185INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002186P: Jeff Kirsher
2187M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002188P: Jesse Brandeburg
2189M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002190P: Bruce Allan
2191M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002192P: PJ Waskiewicz
2193M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002194P: John Ronciak
2195M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002196L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002197W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198S: Supported
2199
James Ketrenos826d2ab2005-11-07 18:56:59 -06002200INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002201P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002202M: yi.zhu@intel.com
2203P: James Ketrenos
2204M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002205P: Reinette Chatre
2206M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002207L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002208L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002209W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002210W: http://ipw2100.sourceforge.net
2211S: Supported
2212
2213INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002214P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002215M: yi.zhu@intel.com
2216P: James Ketrenos
2217M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002218P: Reinette Chatre
2219M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002220L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002221L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002222W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002223W: http://ipw2200.sourceforge.net
2224S: Supported
2225
Zhu Yib481de92007-09-25 17:54:57 -07002226INTEL WIRELESS WIFI LINK (iwlwifi)
2227P: Zhu Yi
2228M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002229P: Reinette Chatre
2230M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002231L: linux-wireless@vger.kernel.org
2232L: ipw3945-devel@lists.sourceforge.net
2233W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002234T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002235S: Supported
2236
Ralf Baechlecb109a02007-08-30 23:56:30 -07002237IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238P: Ralf Baechle
2239M: ralf@linux-mips.org
2240L: linux-mips@linux-mips.org
2241S: Maintained
2242
Ralf Baechlecb109a02007-08-30 23:56:30 -07002243IOC3 SERIAL DRIVER
2244P: Pat Gefre
2245M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002246L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002247S: Maintained
2248
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249IP MASQUERADING:
2250P: Juanjo Ciarlante
2251M: jjciarla@raiz.uncu.edu.ar
2252S: Maintained
2253
Francois Romieu1202d6f2007-09-17 17:13:55 -07002254IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2255P: Francois Romieu
2256M: romieu@fr.zoreil.com
2257P: Sorbica Shieh
2258M: sorbica@icplus.com.tw
2259P: Jesse Huang
2260M: jesse@icplus.com.tw
2261L: netdev@vger.kernel.org
2262S: Maintained
2263
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002264IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002265P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002266M: infinipath@qlogic.com
2267L: general@lists.openfabrics.org
2268T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002269S: Supported
2270
Corey Minyard4409ebe2006-04-20 02:43:12 -07002271IPMI SUBSYSTEM
2272P: Corey Minyard
2273M: minyard@acm.org
2274L: openipmi-developer@lists.sourceforge.net
2275W: http://openipmi.sourceforge.net/
2276S: Supported
2277
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278IPX NETWORK LAYER
2279P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002280M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002281L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282S: Maintained
2283
David Sterba099dc4f2008-02-07 10:57:12 +01002284IPWIRELES DRIVER
2285P: Jiri Kosina
2286M: jkosina@suse.cz
2287P: David Sterba
2288M: dsterba@suse.cz
2289S: Maintained
2290T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002293P: Samuel Ortiz
2294M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002295L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002297S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298
Mike Christie14816b1e2007-11-28 16:22:06 -08002299ISCSI
2300P: Mike Christie
2301M: michaelc@cs.wisc.edu
2302L: open-iscsi@googlegroups.com
2303W: www.open-iscsi.org
2304T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2305S: Maintained
2306
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307ISAPNP
2308P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002309M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310S: Maintained
2311
2312ISDN SUBSYSTEM
2313P: Karsten Keil
2314M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002315L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002317T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318S: Maintained
2319
2320ISDN SUBSYSTEM (Eicon active card driver)
2321P: Armin Schindler
2322M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002323L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324W: http://www.melware.de
2325S: Maintained
2326
Hans Verkuil91821ff2007-12-02 09:35:33 -03002327IVTV VIDEO4LINUX DRIVER
2328P: Hans Verkuil
2329M: hverkuil@xs4all.nl
2330L: ivtv-devel@ivtvdriver.org
2331L: ivtv-users@ivtvdriver.org
2332L: video4linux-list@redhat.com
2333W: http://www.ivtvdriver.org
2334S: Maintained
2335
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2337P: David Woodhouse
2338M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002339L: linux-mtd@lists.infradead.org
2340W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341S: Maintained
2342
Artem Bityutskiy95270562008-07-14 17:58:44 +03002343UBI FILE SYSTEM (UBIFS)
2344P: Artem Bityutskiy
2345M: dedekind@infradead.org
2346P: Adrian Hunter
2347M: ext-adrian.hunter@nokia.com
2348L: linux-mtd@lists.infradead.org
2349T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2350W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2351S: Maintained
2352
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353JFS FILESYSTEM
2354P: Dave Kleikamp
2355M: shaggy@austin.ibm.com
2356L: jfs-discussion@lists.sourceforge.net
2357W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002358T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Supported
2360
Josh Triplettde456d32006-07-30 03:04:00 -07002361JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002362P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002363M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002364L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002365S: Maintained
2366
Rudolf Marek4660cb32006-10-08 22:01:26 +02002367K8TEMP HARDWARE MONITORING DRIVER
2368P: Rudolf Marek
2369M: r.marek@assembler.cz
2370L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Maintained
2372
2373KCONFIG
2374P: Roman Zippel
2375M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002376L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377S: Maintained
2378
Vivek Goyalea6c2082006-05-20 14:59:55 -07002379KDUMP
2380P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002381M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002382P: Haren Myneni
2383M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002384L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002385L: linux-kernel@vger.kernel.org
2386W: http://lse.sourceforge.net/kdump/
2387S: Maintained
2388
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389KERNEL AUTOMOUNTER (AUTOFS)
2390P: H. Peter Anvin
2391M: hpa@zytor.com
2392L: autofs@linux.kernel.org
2393S: Odd Fixes
2394
2395KERNEL AUTOMOUNTER v4 (AUTOFS4)
2396P: Ian Kent
2397M: raven@themaw.net
2398L: autofs@linux.kernel.org
2399S: Maintained
2400
2401KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402P: Sam Ravnborg
2403M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002404T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2405T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002406L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002407S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408
2409KERNEL JANITORS
2410P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002411L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413S: Maintained
2414
2415KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002416P: J. Bruce Fields
2417M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002419M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002420L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002422S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423
Avi Kivity426d62e2006-12-13 00:34:03 -08002424KERNEL VIRTUAL MACHINE (KVM)
2425P: Avi Kivity
2426M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002427L: kvm@vger.kernel.org
2428W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002429S: Supported
2430
Hollis Blanchard513014b2008-04-16 23:28:08 -05002431KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2432P: Hollis Blanchard
2433M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002434L: kvm-ppc@vger.kernel.org
2435W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002436S: Supported
2437
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002438KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002439P: Anthony Xu
2440M: anthony.xu@intel.com
2441P: Xiantao Zhang
2442M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002443L: kvm-ia64@vger.kernel.org
2444W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002445S: Supported
2446
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002447KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2448P: Carsten Otte
2449M: cotte@de.ibm.com
2450P: Christian Borntraeger
2451M: borntraeger@de.ibm.com
2452M: linux390@de.ibm.com
2453L: linux-s390@vger.kernel.org
2454W: http://www.ibm.com/developerworks/linux/linux390/
2455S: Supported
2456
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002457KEXEC
2458P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002459M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002460W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002461L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002462L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002463S: Maintained
2464
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002465KGDB
2466P: Jason Wessel
2467M: jason.wessel@windriver.com
2468L: kgdb-bugreport@lists.sourceforge.net
2469S: Maintained
2470
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002471KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002472P: Ananth N Mavinakayanahalli
2473M: ananth@in.ibm.com
2474P: Anil S Keshavamurthy
2475M: anil.s.keshavamurthy@intel.com
2476P: David S. Miller
2477M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002478P: Masami Hiramatsu
2479M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002480L: linux-kernel@vger.kernel.org
2481S: Maintained
2482
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002483KS0108 LCD CONTROLLER DRIVER
2484P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002485M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002486L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002487W: http://miguelojeda.es/auxdisplay.htm
2488W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002489S: Maintained
2490
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002493S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494
2495LASI 53c700 driver for PARISC
2496P: James E.J. Bottomley
2497M: James.Bottomley@HansenPartnership.com
2498L: linux-scsi@vger.kernel.org
2499S: Maintained
2500
Richard Purdie263de9b2006-05-15 09:44:16 -07002501LED SUBSYSTEM
2502P: Richard Purdie
2503M: rpurdie@rpsys.net
2504S: Maintained
2505
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506LEGO USB Tower driver
2507P: Juergen Stuber
2508M: starblue@users.sourceforge.net
2509L: legousb-devel@lists.sourceforge.net
2510W: http://legousb.sourceforge.net/
2511S: Maintained
2512
Rusty Russell568a17f2007-10-25 14:12:24 +10002513LGUEST
2514P: Rusty Russell
2515M: rusty@rustcorp.com.au
2516L: lguest@ozlabs.org
2517W: http://lguest.ozlabs.org/
2518S: Maintained
2519
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520LINUX FOR IBM pSERIES (RS/6000)
2521P: Paul Mackerras
2522M: paulus@au.ibm.com
2523W: http://www.ibm.com/linux/ltc/projects/ppc
2524S: Supported
2525
2526LINUX FOR NCR VOYAGER
2527P: James Bottomley
2528M: James.Bottomley@HansenPartnership.com
2529W: http://www.hansenpartnership.com/voyager
2530S: Maintained
2531
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002532LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533P: Paul Mackerras
2534M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002535P: Benjamin Herrenschmidt
2536M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537W: http://www.penguinppc.org/
2538L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002539T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Supported
2541
2542LINUX FOR POWER MACINTOSH
2543P: Benjamin Herrenschmidt
2544M: benh@kernel.crashing.org
2545W: http://www.penguinppc.org/
2546L: linuxppc-dev@ozlabs.org
2547S: Maintained
2548
Grant Likely77a76362008-07-12 12:11:43 -06002549LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550P: Sylvain Munaut
2551M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002552P: Grant Likely
2553M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555S: Maintained
2556
2557LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002558P: Josh Boyer
2559M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560P: Matt Porter
2561M: mporter@kernel.crashing.org
2562W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002563L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002564T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565S: Maintained
2566
Grant Likely260c02a2007-10-02 12:15:34 +10002567LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2568P: Grant Likely
2569M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002570W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002571L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572S: Maintained
2573
Tom Rinie93adf12005-07-26 12:49:53 -07002574LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002575P: Vitaly Bordug
2576M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002577P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002578M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002579W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002580L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002581S: Maintained
2582
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002584P: Kumar Gala
2585M: galak@kernel.crashing.org
2586W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002587L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002588S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589
Olof Johanssonab06ff32006-09-06 14:44:54 -05002590LINUX FOR POWERPC PA SEMI PWRFICIENT
2591P: Olof Johansson
2592M: olof@lixom.net
2593W: http://www.pasemi.com/
2594L: linuxppc-dev@ozlabs.org
2595S: Supported
2596
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597LLC (802.2)
2598P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002599M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600S: Maintained
2601
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602LINUX SECURITY MODULE (LSM) FRAMEWORK
2603P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002604M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002605L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002606T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607S: Supported
2608
2609LM83 HARDWARE MONITOR DRIVER
2610P: Jean Delvare
2611M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002612L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613S: Maintained
2614
2615LM90 HARDWARE MONITOR DRIVER
2616P: Jean Delvare
2617M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002618L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619S: Maintained
2620
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002621LOCKDEP AND LOCKSTAT
2622P: Peter Zijlstra
2623M: peterz@infradead.org
2624P: Ingo Molnar
2625M: mingo@redhat.com
2626L: linux-kernel@vger.kernel.org
2627T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2628S: Maintained
2629
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002630LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631P: Richard Russon (FlatCap)
2632M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002633L: linux-ntfs-dev@lists.sourceforge.net
2634W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635S: Maintained
2636
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002637LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2638P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002639M: Eric.Moore@lsi.com
2640M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002641L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002642L: linux-scsi@vger.kernel.org
2643W: http://www.lsilogic.com/support
2644S: Supported
2645
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2647P: Matthew Wilcox
2648M: matthew@wil.cx
2649L: linux-scsi@vger.kernel.org
2650S: Maintained
2651
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002652M32R ARCHITECTURE
2653P: Hirokazu Takata
2654M: takata@linux-m32r.org
2655L: linux-m32r@ml.linux-m32r.org
2656L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2657W: http://www.linux-m32r.org/
2658S: Maintained
2659
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660M68K ARCHITECTURE
2661P: Geert Uytterhoeven
2662M: geert@linux-m68k.org
2663P: Roman Zippel
2664M: zippel@linux-m68k.org
2665L: linux-m68k@lists.linux-m68k.org
2666W: http://www.linux-m68k.org/
2667W: http://linux-m68k-cvs.ubb.ca/
2668S: Maintained
2669
2670M68K ON APPLE MACINTOSH
2671P: Joshua Thompson
2672M: funaho@jurai.org
2673W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002674L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675S: Maintained
2676
2677M68K ON HP9000/300
2678P: Philip Blundell
2679M: philb@gnu.org
2680W: http://www.tazenda.demon.co.uk/phil/linux-hp
2681S: Maintained
2682
Jiri Benc64a327a2007-05-05 11:47:08 -07002683MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002684P: Johannes Berg
2685M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002686P: Michael Wu
2687M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002688L: linux-wireless@vger.kernel.org
2689W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002690T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002691S: Maintained
2692
Stefano Brivio1036d862007-12-23 04:46:27 +01002693MAC80211 PID RATE CONTROL
2694P: Stefano Brivio
2695M: stefano.brivio@polimi.it
2696P: Mattias Nissler
2697M: mattias.nissler@gmx.de
2698L: linux-wireless@vger.kernel.org
2699W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2700T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2701S: Maintained
2702
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002703MACVLAN DRIVER
2704P: Patrick McHardy
2705M: kaber@trash.net
2706L: netdev@vger.kernel.org
2707S: Maintained
2708
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709MARVELL YUKON / SYSKONNECT DRIVER
2710P: Mirko Lindner
2711M: mlindner@syskonnect.de
2712P: Ralph Roesler
2713M: rroesler@syskonnect.de
2714W: http://www.syskonnect.com
2715S: Supported
2716
Michael Kerriskfaf16682005-07-31 22:34:47 -07002717MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002718P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002719M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002720W: http://www.kernel.org/doc/man-pages
2721S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002722
Stefano Brivio74cda162007-11-19 20:27:46 +01002723MARVELL LIBERTAS WIRELESS DRIVER
2724P: Dan Williams
2725M: dcbw@redhat.com
2726L: libertas-dev@lists.infradead.org
2727S: Maintained
2728
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002729MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002730P: Lennert Buytenhek
2731M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002732L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002733S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734
2735MATROX FRAMEBUFFER DRIVER
2736P: Petr Vandrovec
2737M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002738L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739S: Maintained
2740
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002741MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2742P: Hans J. Koch
2743M: hjk@linutronix.de
2744L: lm-sensors@lm-sensors.org
2745S: Maintained
2746
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002747MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002748P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002749M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002750S: linux-scsi@vger.kernel.org
2751W: http://megaraid.lsilogic.com
2752S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002753
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002754MEMORY MANAGEMENT
2755L: linux-mm@kvack.org
2756L: linux-kernel@vger.kernel.org
2757W: http://www.linux-mm.org
2758S: Maintained
2759
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002760MEMORY RESOURCE CONTROLLER
2761P: Balbir Singh
2762M: balbir@linux.vnet.ibm.com
2763P: Pavel Emelyanov
2764M: xemul@openvz.org
2765P: KAMEZAWA Hiroyuki
2766M: kamezawa.hiroyu@jp.fujitsu.com
2767L: linux-mm@kvack.org
2768L: linux-kernel@vger.kernel.org
2769S: Maintained
2770
David Howellsb920de12008-02-08 04:19:31 -08002771MEI MN10300/AM33 PORT
2772P: David Howells
2773M: dhowells@redhat.com
2774P: Koichi Yasutake
2775M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002776L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002777W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2778S: Maintained
2779
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002780MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781P: David Woodhouse
2782M: dwmw2@infradead.org
2783W: http://www.linux-mtd.infradead.org/
2784L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002785T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786S: Maintained
2787
Artem Bityutskiy48576402007-02-13 17:11:10 +02002788UNSORTED BLOCK IMAGES (UBI)
2789P: Artem Bityutskiy
2790M: dedekind@infradead.org
2791W: http://www.linux-mtd.infradead.org/
2792L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002793T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002794S: Maintained
2795
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796MICROTEK X6 SCANNER
2797P: Oliver Neukum
2798M: oliver@neukum.name
2799S: Maintained
2800
2801MIPS
2802P: Ralf Baechle
2803M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002804W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002806T: git www.linux-mips.org:/pub/scm/linux.git
2807S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808
2809MISCELLANEOUS MCA-SUPPORT
2810P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002811M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812L: linux-kernel@vger.kernel.org
2813S: Maintained
2814
2815MODULE SUPPORT
2816P: Rusty Russell
2817M: rusty@rustcorp.com.au
2818L: linux-kernel@vger.kernel.org
2819S: Maintained
2820
2821MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2822P: Stelian Pop
2823M: stelian@popies.net
2824W: http://popies.net/meye/
2825S: Maintained
2826
Pavel Pisac58ff042007-05-16 01:10:41 +02002827MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2828P: Pavel Pisa
2829M: ppisa@pikron.com
2830L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002831S: Maintained
2832
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833MOUSE AND MISC DEVICES [GENERAL]
2834P: Alessandro Rubini
2835M: rubini@ipvvis.unipv.it
2836L: linux-kernel@vger.kernel.org
2837S: Maintained
2838
Jiri Slabyb9705b62008-04-30 00:53:48 -07002839MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002840P: Jiri Slaby
2841M: jirislaby@gmail.com
2842L: linux-kernel@vger.kernel.org
2843S: Maintained
2844
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002845MSI LAPTOP SUPPORT
2846P: Lennart Poettering
2847M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002848W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002849W: http://0pointer.de/lennart/tchibo.html
2850S: Maintained
2851
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002852MULTIFUNCTION DEVICES (MFD)
2853P: Samuel Ortiz
2854M: sameo@openedhand.com
2855L: linux-kernel@vger.kernel.org
2856S: Supported
2857
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002858MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002859P: Pierre Ossman
2860M: drzeus-mmc@drzeus.cx
2861L: linux-kernel@vger.kernel.org
2862S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002863
David Brownell15a05802007-08-08 09:12:54 -07002864MULTIMEDIA CARD (MMC) ETC. OVER SPI
2865P: David Brownell
2866M: dbrownell@users.sourceforge.net
2867L: linux-kernel@vger.kernel.org
2868S: Odd fixes
2869
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870MULTISOUND SOUND DRIVER
2871P: Andrew Veliath
2872M: andrewtv@usa.net
2873S: Maintained
2874
Jiri Slabyd7354102006-12-08 02:38:35 -08002875MULTITECH MULTIPORT CARD (ISICOM)
2876P: Jiri Slaby
2877M: jirislaby@gmail.com
2878L: linux-kernel@vger.kernel.org
2879S: Maintained
2880
Brice Goglin2d3cf582008-05-17 12:45:36 +02002881MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2882P: Andrew Gallatin
2883M: gallatin@myri.com
2884P: Brice Goglin
2885M: brice@myri.com
2886L: netdev@vger.kernel.org
2887W: http://www.myri.com/scs/download-Myri10GE.html
2888S: Supported
2889
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890NATSEMI ETHERNET DRIVER (DP8381x)
2891P: Tim Hockin
2892M: thockin@hockin.org
2893S: Maintained
2894
2895NCP FILESYSTEM
2896P: Petr Vandrovec
2897M: vandrove@vc.cvut.cz
2898L: linware@sh.cvut.cz
2899S: Maintained
2900
2901NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2902P: James E.J. Bottomley
2903M: James.Bottomley@HansenPartnership.com
2904L: linux-scsi@vger.kernel.org
2905S: Maintained
2906
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002907NETEFFECT IWARP RNIC DRIVER (IW_NES)
2908P: Faisal Latif
2909M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002910P: Chien Tung
2911M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002912P: Glenn Streiff
2913M: gstreiff@neteffect.com
2914L: general@lists.openfabrics.org
2915W: http://www.neteffect.com
2916S: Supported
2917F: drivers/infiniband/hw/nes/
2918
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002919NETEM NETWORK EMULATOR
2920P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002921M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002922L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002923S: Maintained
2924
Jiri Slaby4a584482007-08-30 23:56:39 -07002925NETERION (S2IO) Xframe 10GbE DRIVER
2926P: Ramkrishna Vepa
2927M: ram.vepa@neterion.com
2928P: Rastapur Santosh
2929M: santosh.rastapur@neterion.com
2930P: Sivakumar Subramani
2931M: sivakumar.subramani@neterion.com
2932P: Sreenivasa Honnur
2933M: sreenivasa.honnur@neterion.com
2934L: netdev@vger.kernel.org
2935W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2936S: Supported
2937
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938NETFILTER/IPTABLES/IPCHAINS
2939P: Rusty Russell
2940P: Marc Boucher
2941P: James Morris
2942P: Harald Welte
2943P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002944P: Patrick McHardy
2945M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002946L: netfilter-devel@vger.kernel.org
2947L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002948L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949W: http://www.netfilter.org/
2950W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951S: Supported
2952
Paul Moore4cc67732006-09-25 15:57:13 -07002953NETLABEL
2954P: Paul Moore
2955M: paul.moore@hp.com
2956W: http://netlabel.sf.net
2957L: netdev@vger.kernel.org
2958S: Supported
2959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960NETROM NETWORK LAYER
2961P: Ralf Baechle
2962M: ralf@linux-mips.org
2963L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002964W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965S: Maintained
2966
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002967NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968P: Paul Clements
2969M: Paul.Clements@steeleye.com
2970S: Maintained
2971
2972NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973P: Jeff Garzik
2974M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002975L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002976T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977S: Maintained
2978
2979NETWORKING [GENERAL]
2980P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002981M: netdev@vger.kernel.org
2982L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002983W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984S: Maintained
2985
2986NETWORKING [IPv4/IPv6]
2987P: David S. Miller
2988M: davem@davemloft.net
2989P: Alexey Kuznetsov
2990M: kuznet@ms2.inr.ac.ru
2991P: Pekka Savola (ipv6)
2992M: pekkas@netcore.fi
2993P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002994M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995P: Hideaki YOSHIFUJI
2996M: yoshfuji@linux-ipv6.org
2997P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002998M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002999L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003000T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001S: Maintained
3002
James Morris10e2ff12007-08-25 14:41:28 -07003003NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3004P: Paul Moore
3005M: paul.moore@hp.com
3006L: netdev@vger.kernel.org
3007S: Maintained
3008
John W. Linville29f8f632006-01-18 14:52:48 -08003009NETWORKING [WIRELESS]
3010P: John W. Linville
3011M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003012L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003013T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3014S: Maintained
3015
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003016NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003017P: Dhananjay Phadke
3018M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003019L: netdev@vger.kernel.org
3020W: http://www.netxen.com
3021S: Supported
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023IPVS
3024P: Wensong Zhang
3025M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003026P: Simon Horman
3027M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028P: Julian Anastasov
3029M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003030L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031S: Maintained
3032
3033NFS CLIENT
3034P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003035M: Trond.Myklebust@netapp.com
3036L: linux-nfs@vger.kernel.org
3037W: http://client.linux-nfs.org
3038T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039S: Maintained
3040
3041NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003042P: Jan-Pascal van Best
3043M: janpascal@vanbest.org
3044P: Andreas Mohr
3045M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003046L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047S: Maintained
3048
3049NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3050P: YOKOTA Hiroshi
3051M: yokota@netlab.is.tsukuba.ac.jp
3052W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3053S: Maintained
3054
3055NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3056P: GOTO Masanori
3057M: gotom@debian.or.jp
3058P: YOKOTA Hiroshi
3059M: yokota@netlab.is.tsukuba.ac.jp
3060W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3061S: Maintained
3062
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063NTFS FILESYSTEM
3064P: Anton Altaparmakov
3065M: aia21@cantab.net
3066L: linux-ntfs-dev@lists.sourceforge.net
3067L: linux-kernel@vger.kernel.org
3068W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003069T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070S: Maintained
3071
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003072NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003073P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003074M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003075L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003076S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003078OPENCORES I2C BUS DRIVER
3079P: Peter Korsgaard
3080M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003081L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003082S: Maintained
3083
Mark Fashehccd979b2005-12-15 14:31:24 -08003084ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3085P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003086M: mfasheh@suse.com
3087P: Joel Becker
3088M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003089L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003090W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003091T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003092S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003093
Harald Weltec1986ee2005-11-13 16:06:29 -08003094OMNIKEY CARDMAN 4000 DRIVER
3095P: Harald Welte
3096M: laforge@gnumonks.org
3097S: Maintained
3098
Harald Welte77c44ab2005-11-13 16:06:26 -08003099OMNIKEY CARDMAN 4040 DRIVER
3100P: Harald Welte
3101M: laforge@gnumonks.org
3102S: Maintained
3103
Jonathan Corbet77d51402007-03-22 19:44:17 -03003104OMNIVISION OV7670 SENSOR DRIVER
3105P: Jonathan Corbet
3106M: corbet@lwn.net
3107L: video4linux-list@redhat.com
3108S: Maintained
3109
Thomas Gleixner431bca72007-05-02 09:31:35 +02003110ONENAND FLASH DRIVER
3111P: Kyungmin Park
3112M: kyungmin.park@samsung.com
3113L: linux-mtd@lists.infradead.org
3114S: Maintained
3115
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116ONSTREAM SCSI TAPE DRIVER
3117P: Willem Riede
3118M: osst@riede.org
3119L: osst-users@lists.sourceforge.net
3120L: linux-scsi@vger.kernel.org
3121S: Maintained
3122
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003124P: Robert Richter
3125M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126L: oprofile-list@lists.sf.net
3127S: Maintained
3128
3129ORINOCO DRIVER
3130P: Pavel Roskin
3131M: proski@gnu.org
3132P: David Gibson
3133M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003134L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003135L: orinoco-users@lists.sourceforge.net
3136L: orinoco-devel@lists.sourceforge.net
3137W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138S: Maintained
3139
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003140PA SEMI ETHERNET DRIVER
3141P: Olof Johansson
3142M: olof@lixom.net
3143L: netdev@vger.kernel.org
3144S: Maintained
3145
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003146PA SEMI SMBUS DRIVER
3147P: Olof Johansson
3148M: olof@lixom.net
3149L: i2c@lm-sensors.org
3150S: Maintained
3151
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003153L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003154S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155
3156PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3157P: Tim Waugh
3158M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003159L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160W: http://www.torque.net/linux-pp.html
3161S: Maintained
3162
3163PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003164P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003165M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166P: Matthew Wilcox
3167M: matthew@wil.cx
3168P: Grant Grundler
3169M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003170L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003172T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173S: Maintained
3174
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003175PARAVIRT_OPS INTERFACE
3176P: Jeremy Fitzhardinge
3177M: jeremy@xensource.com
3178P: Chris Wright
3179M: chrisw@sous-sol.org
3180P: Zachary Amsden
3181M: zach@vmware.com
3182P: Rusty Russell
3183M: rusty@rustcorp.com.au
3184L: virtualization@lists.osdl.org
3185L: linux-kernel@vger.kernel.org
3186S: Supported
3187
Jim Cromie1662d322006-10-06 00:43:59 -07003188PC87360 HARDWARE MONITORING DRIVER
3189P: Jim Cromie
3190M: jim.cromie@gmail.com
3191L: lm-sensors@lm-sensors.org
3192S: Maintained
3193
3194PC8736x GPIO DRIVER
3195P: Jim Cromie
3196M: jim.cromie@gmail.com
3197S: Maintained
3198
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003199PCI ERROR RECOVERY
3200P: Linas Vepstas
3201M: linas@austin.ibm.com
3202L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003203L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003204S: Supported
3205
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003207P: Jesse Barnes
3208M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003210L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003211T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212S: Supported
3213
3214PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003215P: Kristen Carlson Accardi
3216M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217S: Supported
3218
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003219PCIE HOTPLUG DRIVER
3220P: Kristen Carlson Accardi
3221M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003222L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003223S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003224
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003226P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003227L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003228W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003229T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003230S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231
3232PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003233P: Don Fry
3234M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003235L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236S: Maintained
3237
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003238PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003239P: Balbir Singh
3240M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003241L: linux-kernel@vger.kernel.org
3242S: Maintained
3243
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003244PERSONALITY HANDLING
3245P: Christoph Hellwig
3246M: hch@infradead.org
3247L: linux-abi-devel@lists.sourceforge.net
3248S: Maintained
3249
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003251P: Joern Engel
3252M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253L: linux-mtd@lists.infradead.org
3254S: Maintained
3255
Peter Osterlund249a6772005-09-27 21:45:30 -07003256PKTCDVD DRIVER
3257P: Peter Osterlund
3258M: petero2@telia.com
3259L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003260S: Maintained
3261
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003263P: Thomas Gleixner
3264M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003265L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266S: Supported
3267
Anton Vorontsov3be86142007-07-15 04:43:36 +04003268POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3269P: Anton Vorontsov
3270M: cbou@mail.ru
3271P: David Woodhouse
3272M: dwmw2@infradead.org
3273L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003274T: git git.infradead.org/battery-2.6.git
3275S: Maintained
3276
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277PNP SUPPORT
3278P: Adam Belay
3279M: ambx1@neo.rr.com
3280S: Maintained
3281
Vitaly Wool999445d2007-01-04 13:07:03 +01003282PNXxxxx I2C DRIVER
3283P: Vitaly Wool
3284M: vitalywool@gmail.com
3285L: i2c@lm-sensors.org
3286S: Maintained
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288PPP PROTOCOL DRIVERS AND COMPRESSORS
3289P: Paul Mackerras
3290M: paulus@samba.org
3291L: linux-ppp@vger.kernel.org
3292S: Maintained
3293
3294PPP OVER ATM (RFC 2364)
3295P: Mitchell Blank Jr
3296M: mitch@sfgoth.com
3297S: Maintained
3298
3299PPP OVER ETHERNET
3300P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003301M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302S: Maintained
3303
James Chapmana6d23702007-06-27 15:53:17 -07003304PPP OVER L2TP
3305P: James Chapman
3306M: jchapman@katalix.com
3307S: Maintained
3308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309PREEMPTIBLE KERNEL
3310P: Robert Love
3311M: rml@tech9.net
3312L: linux-kernel@vger.kernel.org
3313L: kpreempt-tech@lists.sourceforge.net
3314W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3315S: Supported
3316
Michael Wueff1a592007-09-25 18:11:01 -07003317P54 WIRELESS DRIVER
3318P: Michael Wu
3319M: flamingice@sourmilk.net
3320L: linux-wireless@vger.kernel.org
3321W: http://prism54.org
3322T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3323S: Maintained
3324
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003326P: Luis R. Rodriguez
3327M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003328L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329W: http://prism54.org
3330S: Maintained
3331
3332PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3333P: Peter Denison
3334M: promise@pnd-pc.demon.co.uk
3335W: http://www.pnd-pc.demon.co.uk/promise/
3336S: Maintained
3337
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003338PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3339P: Mikael Pettersson
3340M: mikpe@it.uu.se
3341L: linux-ide@vger.kernel.org
3342S: Maintained
3343
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003344PS3 NETWORK SUPPORT
3345P: Masakazu Mokuno
3346M: mokuno@sm.sony.co.jp
3347L: netdev@vger.kernel.org
3348L: cbe-oss-dev@ozlabs.org
3349S: Supported
3350
Geoff Levandf58a9d12006-11-23 00:46:51 +01003351PS3 PLATFORM SUPPORT
3352P: Geoff Levand
3353M: geoffrey.levand@am.sony.com
3354L: linuxppc-dev@ozlabs.org
3355L: cbe-oss-dev@ozlabs.org
3356S: Supported
3357
Michael Krufky83202042006-07-03 00:24:18 -07003358PVRUSB2 VIDEO4LINUX DRIVER
3359P: Mike Isely
3360M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003361L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003362L: video4linux-list@redhat.com
3363W: http://www.isely.net/pvrusb2/
3364S: Maintained
3365
Eric Miao30ec2612008-06-12 15:21:41 -07003366PXA2xx/PXA3xx SUPPORT
3367P: Eric Miao
3368M: eric.miao@marvell.com
3369P: Russell King
3370M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003371L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372S: Maintained
3373
Pierre Ossman272f1332007-05-14 21:25:26 +02003374PXA MMCI DRIVER
3375S: Orphan
3376
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377QLOGIC QLA2XXX FC-SCSI DRIVER
3378P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003379M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380L: linux-scsi@vger.kernel.org
3381S: Supported
3382
Ron Mercer5a4faa872006-07-25 00:40:21 -07003383QLOGIC QLA3XXX NETWORK DRIVER
3384P: Ron Mercer
3385M: linux-driver@qlogic.com
3386L: netdev@vger.kernel.org
3387S: Supported
3388
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389QNX4 FILESYSTEM
3390P: Anders Larsen
3391M: al@alarsen.net
3392L: linux-kernel@vger.kernel.org
3393W: http://www.alarsen.net/linux/qnx4fs/
3394S: Maintained
3395
3396RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003397P: Benjamin Herrenschmidt
3398M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003399L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400S: Maintained
3401
3402RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003403P: Paul Mackerras
3404M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003405L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406S: Maintained
3407
3408RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3409P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003410M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003411L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412S: Maintained
3413
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003414RALINK RT2X00 WLAN DRIVER
3415P: rt2x00 project
3416L: linux-wireless@vger.kernel.org
3417L: rt2400-devel@lists.sourceforge.net
3418W: http://rt2x00.serialmonkey.com/
3419S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003420T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003421F: drivers/net/wireless/rt2x00/
3422
Nick Piggin9db55792008-02-08 04:19:49 -08003423RAMDISK RAM BLOCK DEVICE DRIVER
3424P: Nick Piggin
3425M: npiggin@suse.de
3426S: Maintained
3427
Matt Mackall9e95ce22005-04-16 15:25:56 -07003428RANDOM NUMBER DRIVER
3429P: Matt Mackall
3430M: mpm@selenic.com
3431S: Maintained
3432
Matt Porter394b7012005-11-07 01:00:15 -08003433RAPIDIO SUBSYSTEM
3434P: Matt Porter
3435M: mporter@kernel.crashing.org
3436L: linux-kernel@vger.kernel.org
3437S: Maintained
3438
Florian Fainellic1f766b2008-02-06 22:39:44 +01003439RDC R-321X SoC
3440P: Florian Fainelli
3441M: florian.fainelli@telecomint.eu
3442L: linux-kernel@vger.kernel.org
3443S: Maintained
3444
Florian Fainellidb17f392007-12-19 11:30:30 +01003445RDC R6040 FAST ETHERNET DRIVER
3446P: Florian Fainelli
3447M: florian.fainelli@telecomint.eu
3448L: netdev@vger.kernel.org
3449S: Maintained
3450
Josh Triplett595182b2006-10-04 02:17:21 -07003451READ-COPY UPDATE (RCU)
3452P: Dipankar Sarma
3453M: dipankar@in.ibm.com
3454W: http://www.rdrop.com/users/paulmck/rclock/
3455L: linux-kernel@vger.kernel.org
3456S: Supported
3457
3458RCUTORTURE MODULE
3459P: Josh Triplett
3460M: josh@freedesktop.org
3461L: linux-kernel@vger.kernel.org
3462S: Maintained
3463
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464REAL TIME CLOCK DRIVER
3465P: Paul Gortmaker
3466M: p_gortmaker@yahoo.com
3467L: linux-kernel@vger.kernel.org
3468S: Maintained
3469
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003470REAL TIME CLOCK (RTC) SUBSYSTEM
3471P: Alessandro Zummo
3472M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003473L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003474S: Maintained
3475
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003477L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478S: Supported
3479
Ivo van Doorne08976452008-04-12 19:23:55 +02003480RFKILL
3481P: Ivo van Doorn
3482M: IvDoorn@gmail.com
3483L: netdev@vger.kernel.org
3484S: Maintained
3485F: net/rfkill
3486
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487ROCKETPORT DRIVER
3488P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489W: http://www.comtrol.com
3490S: Maintained
3491
3492ROSE NETWORK LAYER
3493P: Ralf Baechle
3494M: ralf@linux-mips.org
3495L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003496W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497S: Maintained
3498
3499RISCOM8 DRIVER
3500S: Orphan
3501
Michael Wu605bebe2007-05-14 01:41:02 -04003502RTL818X WIRELESS DRIVER
3503P: Michael Wu
3504M: flamingice@sourmilk.net
3505P: Andrea Merello
3506M: andreamrl@tiscali.it
3507L: linux-wireless@vger.kernel.org
3508W: http://linuxwireless.org/
3509T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3510S: Maintained
3511
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003512S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003513P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003514M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003515L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003516S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003517
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518S390
3519P: Martin Schwidefsky
3520M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003521P: Heiko Carstens
3522M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003524L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003525W: http://www.ibm.com/developerworks/linux/linux390/
3526S: Supported
3527
3528S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003529P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003530M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003531P: Frank Blaschka
3532M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003533M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003534L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003535W: http://www.ibm.com/developerworks/linux/linux390/
3536S: Supported
3537
3538S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003539P: Christof Schmitt
3540M: christof.schmitt@de.ibm.com
3541P: Martin Peschke
3542M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003543M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003544L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003545W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546S: Supported
3547
Ursula Braundd96df22007-09-19 13:09:02 +02003548S390 IUCV NETWORK LAYER
3549P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003550M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003551M: linux390@de.ibm.com
3552L: linux-s390@vger.kernel.org
3553W: http://www.ibm.com/developerworks/linux/linux390/
3554S: Supported
3555
Ben Dooks4dde7f72008-06-30 22:40:38 +01003556S3C24XX SD/MMC Driver
3557P: Ben Dooks
3558M: ben-linux@fluff.org
3559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3560L: linux-kernel@vger.kernel.org
3561S: Supported
3562
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563SAA7146 VIDEO4LINUX-2 DRIVER
3564P: Michael Hunold
3565M: michael@mihu.de
3566W: http://www.mihu.de/linux/saa7146
3567S: Maintained
3568
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569SC1200 WDT DRIVER
3570P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003571M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572S: Maintained
3573
3574SCHEDULER
3575P: Ingo Molnar
3576M: mingo@elte.hu
3577P: Robert Love [the preemptible kernel bits]
3578M: rml@tech9.net
3579L: linux-kernel@vger.kernel.org
3580S: Maintained
3581
3582SCSI CDROM DRIVER
3583P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003584M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585L: linux-scsi@vger.kernel.org
3586W: http://www.kernel.dk
3587S: Maintained
3588
3589SCSI SG DRIVER
3590P: Doug Gilbert
3591M: dgilbert@interlog.com
3592L: linux-scsi@vger.kernel.org
3593W: http://www.torque.net/sg
3594S: Maintained
3595
3596SCSI SUBSYSTEM
3597P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003598M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003600T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003601T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3602T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603S: Maintained
3604
3605SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003606P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607M: Kai.Makisara@kolumbus.fi
3608L: linux-scsi@vger.kernel.org
3609S: Maintained
3610
3611SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003612P: Vlad Yasevich
3613M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003614P: Sridhar Samudrala
3615M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003616L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003617W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003618S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619
3620SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003621P: Jim Cromie
3622M: jim.cromie@gmail.com
3623S: Odd Fixes
3624
3625SCx200 GPIO DRIVER
3626P: Jim Cromie
3627M: jim.cromie@gmail.com
3628S: Maintained
3629
3630SCx200 HRT CLOCKSOURCE DRIVER
3631P: Jim Cromie
3632M: jim.cromie@gmail.com
3633S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634
Sascha Sommer6a369132008-07-15 14:21:29 +02003635SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3636P: Sascha Sommer
3637M: saschasommer@freenet.de
3638L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3639S: Maintained
3640
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641SECURITY CONTACT
3642P: Security Officers
3643M: security@kernel.org
3644S: Supported
3645
3646SELINUX SECURITY MODULE
3647P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003648M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003650M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003651P: Eric Paris
3652M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003654L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655W: http://www.nsa.gov/selinux
3656S: Supported
3657
Jiri Slabycef2cf02007-05-08 00:31:45 -07003658SENSABLE PHANTOM
3659P: Jiri Slaby
3660M: jirislaby@gmail.com
3661S: Maintained
3662
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663SERIAL ATA (SATA) SUBSYSTEM:
3664P: Jeff Garzik
3665M: jgarzik@pobox.com
3666L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003667T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668S: Supported
3669
3670SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3671P: Pat Gefre
3672M: pfg@sgi.com
3673L: linux-ia64@vger.kernel.org
3674S: Supported
3675
Ben Hutchings8ceee662008-04-27 12:55:59 +01003676SFC NETWORK DRIVER
3677P: Steve Hodgson
3678P: Ben Hutchings
3679P: Robert Stonehouse
3680M: linux-net-drivers@solarflare.com
3681S: Supported
3682
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683SGI VISUAL WORKSTATION 320 AND 540
3684P: Andrey Panin
3685M: pazke@donpac.ru
3686L: linux-visws-devel@lists.sf.net
3687W: http://linux-visws.sf.net
3688S: Maintained for 2.6.
3689
3690SIMTEC EB110ATX (Chalice CATS)
3691P: Ben Dooks
3692P: Vincent Sanders
3693M: support@simtec.co.uk
3694W: http://www.simtec.co.uk/products/EB110ATX/
3695S: Supported
3696
3697SIMTEC EB2410ITX (BAST)
3698P: Ben Dooks
3699P: Vincent Sanders
3700M: support@simtec.co.uk
3701W: http://www.simtec.co.uk/products/EB2410ITX/
3702S: Supported
3703
Francois Romieu92aab3c2005-07-30 13:11:18 +02003704SIS 190 ETHERNET DRIVER
3705P: Francois Romieu
3706M: romieu@fr.zoreil.com
3707L: netdev@vger.kernel.org
3708S: Maintained
3709
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710SIS 900/7016 FAST ETHERNET DRIVER
3711P: Daniele Venzano
3712M: venza@brownhat.org
3713W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003714L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715S: Maintained
3716
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003717SIS 96X I2C/SMBUS DRIVER
3718P: Mark M. Hoffman
3719M: mhoffman@lightlink.com
3720L: lm-sensors@lm-sensors.org
3721S: Maintained
3722
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723SIS FRAMEBUFFER DRIVER
3724P: Thomas Winischhofer
3725M: thomas@winischhofer.net
3726W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003727S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728
3729SIS USB2VGA DRIVER
3730P: Thomas Winischhofer
3731M: thomas@winischhofer.net
3732W: http://www.winischhofer.at/linuxsisusbvga.shtml
3733S: Maintained
3734
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003735SLAB ALLOCATOR
3736P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003737M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003738P: Pekka Enberg
3739M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003740P: Matt Mackall
3741M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003742L: linux-mm@kvack.org
3743S: Maintained
3744
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745SMC91x ETHERNET DRIVER
3746P: Nicolas Pitre
3747M: nico@cam.org
3748S: Maintained
3749
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003750SMSC47B397 HARDWARE MONITOR DRIVER
3751P: Mark M. Hoffman
3752M: mhoffman@lightlink.com
3753L: lm-sensors@lm-sensors.org
3754S: Maintained
3755
Ben Nizetteb54f2862008-03-13 22:27:30 +11003756SMX UIO Interface
3757P: Ben Nizette
3758M: bn@niasdigital.com
3759S: Maintained
3760
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761SOFTWARE RAID (Multiple Disks) SUPPORT
3762P: Ingo Molnar
3763M: mingo@redhat.com
3764P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003765M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003767S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768
Pavel Machek95a631e2007-07-19 01:47:42 -07003769HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770P: Pavel Machek
3771M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003772P: Rafael J. Wysocki
3773M: rjw@sisk.pl
3774L: linux-pm@lists.linux-foundation.org
3775S: Supported
3776
3777SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003778P: Len Brown
3779M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003780P: Pavel Machek
3781M: pavel@suse.cz
3782P: Rafael J. Wysocki
3783M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003784L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003785S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786
3787SONIC NETWORK DRIVER
3788P: Thomas Bogendoerfer
3789M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003790L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791S: Maintained
3792
Michael Buesch61e115a2007-09-18 15:12:50 -04003793SONICS SILICON BACKPLANE DRIVER (SSB)
3794P: Michael Buesch
3795M: mb@bu3sch.de
3796L: netdev@vger.kernel.org
3797S: Maintained
3798
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003800P: Mattia Dongili
3801M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003802L: linux-acpi@vger.kernel.org
3803W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804S: Maintained
3805
Alex Dubovbaf85322008-02-09 10:20:54 -08003806SONY MEMORYSTICK CARD SUPPORT
3807P: Alex Dubov
3808M: oakad@yahoo.com
3809L: linux-kernel@vger.kernel.org
3810W: http://tifmxx.berlios.de/
3811S: Maintained
3812
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813SOUND
3814P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003815M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003816L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817S: Maintained
3818
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003819SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3820P: Liam Girdwood
3821M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003822P: Mark Brown
3823M: broonie@opensource.wolfsonmicro.com
3824T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003825L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003826S: Supported
3827
Kumar Gala025c3982006-04-02 16:05:54 -05003828SPI SUBSYSTEM
3829P: David Brownell
3830M: dbrownell@users.sourceforge.net
3831L: spi-devel-general@lists.sourceforge.net
3832S: Maintained
3833
Arnd Bergmannb8154542008-05-16 11:10:59 +02003834SPU FILE SYSTEM
3835P: Jeremy Kerr
3836M: jk@ozlabs.org
3837L: linuxppc-dev@ozlabs.org
3838L: cbe-oss-dev@ozlabs.org
3839W: http://www.ibm.com/developerworks/power/cell/
3840S: Supported
3841
Steven Rostedt855f46a2006-08-05 12:14:50 -07003842STABLE BRANCH:
3843P: Greg Kroah-Hartman
3844M: greg@kroah.com
3845P: Chris Wright
3846M: chrisw@sous-sol.org
3847L: stable@kernel.org
3848S: Maintained
3849
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850SHARP LH SUPPORT (LH7952X & LH7A40X)
3851P: Marc Singer
3852M: elf@buici.com
3853W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003854L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855S: Maintained
3856
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003857SHPC HOTPLUG DRIVER
3858P: Kristen Carlson Accardi
3859M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003860L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003861S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003862
Pierre Ossmand129bce2006-03-24 03:18:17 -08003863SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3864P: Pierre Ossman
3865M: drzeus-sdhci@drzeus.cx
3866L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003867S: Maintained
3868
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003869SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3870P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003871M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003872L: netdev@vger.kernel.org
3873S: Maintained
3874
Chris Boot1a87d942006-07-10 04:45:34 -07003875SOEKRIS NET48XX LED SUPPORT
3876P: Chris Boot
3877M: bootc@bootc.net
3878S: Maintained
3879
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880SPARC (sparc32):
3881P: William L. Irwin
3882M: wli@holomorphy.com
3883L: sparclinux@vger.kernel.org
3884S: Maintained
3885
3886SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3887P: Roger Wolff
3888M: R.E.Wolff@BitWizard.nl
3889L: linux-kernel@vger.kernel.org ?
3890S: Supported
3891
Jim Lewis2752e402006-09-29 02:01:19 -07003892SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003893P: Ishizaki Kou
3894M: kou.ishizaki@toshiba.co.jp
3895P: Jens Osterkamp
3896M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003897L: netdev@vger.kernel.org
3898S: Supported
3899
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900SRM (Alpha) environment access
3901P: Jan-Benedict Glaw
3902M: jbglaw@lug-owl.de
3903L: linux-kernel@vger.kernel.org
3904S: Maintained
3905
3906STARFIRE/DURALAN NETWORK DRIVER
3907P: Ion Badulescu
3908M: ionut@cs.columbia.edu
3909S: Maintained
3910
David S. Millera60f28f2008-07-18 03:58:52 -07003911STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3912W: http://mosquitonet.Stanford.EDU/strip.html
3913S: Unsupported ?
3914
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915STRADIS MPEG-2 DECODER DRIVER
3916P: Nathan Laredo
3917M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918W: http://www.stradis.com/
3919S: Maintained
3920
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003921SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922P: Paul Mundt
3923M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003924L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003926T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927S: Maintained
3928
3929SUN3/3X
3930P: Sam Creasey
3931M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932W: http://sammy.net/sun3/
3933S: Maintained
3934
3935SVGA HANDLING
3936P: Martin Mares
3937M: mj@ucw.cz
3938L: linux-video@atrey.karlin.mff.cuni.cz
3939S: Maintained
3940
3941SYSV FILESYSTEM
3942P: Christoph Hellwig
3943M: hch@infradead.org
3944S: Maintained
3945
Alan Cox4e688522008-04-30 00:52:11 -07003946TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003947P: Balbir Singh
3948M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003949L: linux-kernel@vger.kernel.org
3950S: Maintained
3951
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003952TC CLASSIFIER
3953P: Jamal Hadi Salim
3954M: hadi@cyberus.ca
3955L: netdev@vger.kernel.org
3956S: Maintained
3957
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003958TCP LOW PRIORITY MODULE
3959P: Wong Hoi Sing, Edison
3960M: hswong3i@gmail.com
3961P: Hung Hing Lun, Mike
3962M: hlhung3i@gmail.com
3963W: http://tcp-lp-mod.sourceforge.net/
3964S: Maintained
3965
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003966TEHUTI ETHERNET DRIVER
3967P: Alexander Indenbaum
3968M: baum@tehutinetworks.net
3969P: Andy Gospodarek
3970M: andy@greyhouse.net
3971L: netdev@vger.kernel.org
3972S: Supported
3973
Alan Cox4e688522008-04-30 00:52:11 -07003974Telecom Clock Driver for MCPL0010
3975P: Mark Gross
3976M: mark.gross@intel.com
3977S: Supported
3978
3979TENSILICA XTENSA PORT (xtensa):
3980P: Chris Zankel
3981M: chris@zankel.net
3982S: Maintained
3983
3984THINKPAD ACPI EXTRAS DRIVER
3985P: Henrique de Moraes Holschuh
3986M: ibm-acpi@hmh.eng.br
3987L: ibm-acpi-devel@lists.sourceforge.net
3988W: http://ibm-acpi.sourceforge.net
3989W: http://thinkwiki.org/wiki/Ibm-acpi
3990T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3991S: Maintained
3992
Alex Dubov4020f2d2006-10-04 02:15:37 -07003993TI FLASH MEDIA INTERFACE DRIVER
3994P: Alex Dubov
3995M: oakad@yahoo.com
3996S: Maintained
3997
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003998TI OMAP MMC INTERFACE DRIVER
3999P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004000M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004001W: http://linux.omap.com
4002W: http://www.muru.com/linux/omap/
4003S: Maintained
4004
Michael Buesch844dd052006-06-26 00:24:59 -07004005TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4006P: Deepak Saxena
4007M: dsaxena@plexity.net
4008S: Maintained
4009
Per Lidene86eaa32006-01-12 16:45:18 +01004010TIPC NETWORK LAYER
4011P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004012M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004013P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004014M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004015P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004016M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004017L: tipc-discussion@lists.sourceforge.net
4018W: http://tipc.sourceforge.net/
4019W: http://tipc.cslab.ericsson.net/
4020T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4021S: Maintained
4022
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023TLAN NETWORK DRIVER
4024P: Samuel Chessman
4025M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004026L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027W: http://sourceforge.net/projects/tlan/
4028S: Maintained
4029
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030TOSHIBA ACPI EXTRAS DRIVER
4031P: John Belmonte
4032M: toshiba_acpi@memebeam.org
4033W: http://memebeam.org/toys/ToshibaAcpiDriver
4034S: Maintained
4035
4036TOSHIBA SMM DRIVER
4037P: Jonathan Buzzard
4038M: jonathan@buzzard.org.uk
4039L: tlinux-users@tce.toshiba-dme.co.jp
4040W: http://www.buzzard.org.uk/toshiba/
4041S: Maintained
4042
Alan Cox4e688522008-04-30 00:52:11 -07004043TPM DEVICE DRIVER
Rajiv Andrade26ff8c62008-07-04 10:00:06 -07004044P: Debora Velarde
4045P: Rajiv Andrade
Alan Cox4e688522008-04-30 00:52:11 -07004046M: tpmdd-devel@lists.sourceforge.net
4047W: http://tpmdd.sourceforge.net
4048P: Marcel Selhorst
4049M: tpm@selhorst.net
4050W: http://www.prosec.rub.de/tpm/
4051L: tpmdd-devel@lists.sourceforge.net
4052S: Maintained
4053
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4055P: Muli Ben-Yehuda
4056M: mulix@mulix.org
4057L: linux-kernel@vger.kernel.org
4058S: Maintained
4059
4060TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004061P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004062M: trivial@kernel.org
4063L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064S: Maintained
4065
Alan Cox4e688522008-04-30 00:52:11 -07004066TTY LAYER
4067P: Alan Cox
4068M: alan@lxorguk.ukuu.org.uk
4069L: linux-kernel@vger.kernel.org
4070S: Maintained
4071
Grant Grundler740db6d2008-02-17 11:53:49 -07004072TULIP NETWORK DRIVERS
4073P: Grant Grundler
4074M: grundler@parisc-linux.org
4075P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004076M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004077L: netdev@vger.kernel.org
4078S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079
4080TUN/TAP driver
4081P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004082M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083L: vtun@office.satix.net
4084W: http://vtun.sourceforge.net/tun
4085S: Maintained
4086
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004087TURBOCHANNEL SUBSYSTEM
4088P: Maciej W. Rozycki
4089M: macro@linux-mips.org
4090S: Maintained
4091
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092U14-34F SCSI DRIVER
4093P: Dario Ballabio
4094M: ballabio_dario@emc.com
4095L: linux-scsi@vger.kernel.org
4096S: Maintained
4097
Alan Coxcc2020e2008-05-19 14:21:51 +01004098UCLINUX (AND M68KNOMMU)
4099P: Greg Ungerer
4100M: gerg@uclinux.org
4101W: http://www.uclinux.org/
4102L: uclinux-dev@uclinux.org (subscribers-only)
4103S: Maintained
4104
4105UCLINUX FOR NEC V850
4106P: Miles Bader
4107
4108UCLINUX FOR RENESAS H8/300
4109P: Yoshinori Sato
4110M: ysato@users.sourceforge.jp
4111W: http://uclinux-h8.sourceforge.jp/
4112S: Supported
4113
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004115P: Jan Kara
4116M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117W: http://linux-udf.sourceforge.net
4118S: Maintained
4119
Alan Coxcc2020e2008-05-19 14:21:51 +01004120UFS FILESYSTEM
4121P: Evgeniy Dushistov
4122M: dushistov@mail.ru
4123L: linux-kernel@vger.kernel.org
4124S: Maintained
4125
4126UltraSPARC (sparc64):
4127P: David S. Miller
4128M: davem@davemloft.net
4129L: sparclinux@vger.kernel.org
4130T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4131S: Maintained
4132
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133UNIFORM CDROM DRIVER
4134P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004135M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136L: linux-kernel@vger.kernel.org
4137W: http://www.kernel.dk
4138S: Maintained
4139
4140USB ACM DRIVER
4141P: Oliver Neukum
4142M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004143L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144S: Maintained
4145
Jiri Slaby6d985162008-02-06 01:37:11 -08004146USB AUERSWALD DRIVER
4147P: Wolfgang Muees
4148M: wolfgang@iksw-muees.de
4149L: linux-usb@vger.kernel.org
4150S: Maintained
4151
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152USB BLOCK DRIVER (UB ub)
4153P: Pete Zaitcev
4154M: zaitcev@redhat.com
4155L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004156L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157S: Supported
4158
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159USB CDC ETHERNET DRIVER
4160P: Greg Kroah-Hartman
4161M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004162L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163S: Maintained
4164W: http://www.kroah.com/linux-usb/
4165
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004166USB CYPRESS C67X00 DRIVER
4167P: Peter Korsgaard
4168M: jacmet@sunsite.dk
4169L: linux-usb@vger.kernel.org
4170S: Maintained
4171
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004172USB DAVICOM DM9601 DRIVER
4173P: Peter Korsgaard
4174M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004175L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004176W: http://www.linux-usb.org/usbnet
4177S: Maintained
4178
Alan Coxcc2020e2008-05-19 14:21:51 +01004179USB DIAMOND RIO500 DRIVER
4180P: Cesar Miquel
4181M: miquel@df.uba.ar
4182L: rio500-users@lists.sourceforge.net
4183W: http://rio500.sourceforge.net
4184S: Maintained
4185
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186USB EHCI DRIVER
4187P: David Brownell
4188M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004189L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004190S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191
Luca Risolia7ce08c92006-01-11 02:06:59 +00004192USB ET61X[12]51 DRIVER
4193P: Luca Risolia
4194M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004195L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004196L: video4linux-list@redhat.com
4197W: http://www.linux-projects.org
4198S: Maintained
4199
David Brownell69ae9e32006-11-14 02:03:31 -08004200USB GADGET/PERIPHERAL SUBSYSTEM
4201P: David Brownell
4202M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004203L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004204W: http://www.linux-usb.org/gadget
4205S: Maintained
4206
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004207USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004208P: Jiri Kosina
4209M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004210L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004211T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212S: Maintained
4213
Olav Kongas959eea22005-11-03 17:38:14 +02004214USB ISP116X DRIVER
4215P: Olav Kongas
4216M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004217L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004218S: Maintained
4219
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220USB KAWASAKI LSI DRIVER
4221P: Oliver Neukum
4222M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004223L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224S: Maintained
4225
4226USB MASS STORAGE DRIVER
4227P: Matthew Dharm
4228M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004229L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004230L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231S: Maintained
4232W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4233
4234USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004235P: David Brownell
4236M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004237L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004238S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239
Matthias Urlichsba460e42005-07-14 00:33:47 -07004240USB OPTION-CARD DRIVER
4241P: Matthias Urlichs
4242M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004243L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004244S: Maintained
4245
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246USB OV511 DRIVER
4247P: Mark McClelland
4248M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004249L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250W: http://alpha.dyndns.org/ov511/
4251S: Maintained
4252
4253USB PEGASUS DRIVER
4254P: Petko Manolov
4255M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004256L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004257L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258W: http://pegasus2.sourceforge.net/
4259S: Maintained
4260
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004261USB PRINTER DRIVER (usblp)
4262P: Pete Zaitcev
4263M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004264L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004265S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266
4267USB RTL8150 DRIVER
4268P: Petko Manolov
4269M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004270L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004271L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272W: http://pegasus2.sourceforge.net/
4273S: Maintained
4274
4275USB SE401 DRIVER
4276P: Jeroen Vreeken
4277M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004278L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279W: http://www.chello.nl/~j.vreeken/se401/
4280S: Maintained
4281
Alan Cox4e688522008-04-30 00:52:11 -07004282USB SERIAL BELKIN F5U103 DRIVER
4283P: William Greathouse
4284M: wgreathouse@smva.com
4285L: linux-usb@vger.kernel.org
4286S: Maintained
4287
4288USB SERIAL CYPRESS M8 DRIVER
4289P: Lonnie Mendez
4290M: dignome@gmail.com
4291L: linux-usb@vger.kernel.org
4292S: Maintained
4293W: http://geocities.com/i0xox0i
4294W: http://firstlight.net/cvs
4295
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296USB SERIAL CYBERJACK DRIVER
4297P: Matthias Bruestle and Harald Welte
4298M: support@reiner-sct.com
4299W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4300S: Maintained
4301
4302USB SERIAL DIGI ACCELEPORT DRIVER
4303P: Peter Berger and Al Borchers
4304M: pberger@brimson.com
4305M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004306L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307S: Maintained
4308
4309USB SERIAL DRIVER
4310P: Greg Kroah-Hartman
4311M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004312L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313S: Supported
4314
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4316P: Gary Brubaker
4317M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004318L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319S: Maintained
4320
4321USB SERIAL KEYSPAN DRIVER
4322P: Greg Kroah-Hartman
4323M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325W: http://www.kroah.com/linux/
4326S: Maintained
4327
4328USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004329P: Support Department
4330M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004331L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332W: http://www.connecttech.com
4333S: Supported
4334
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004335USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336P: Luca Risolia
4337M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004338L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004339L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340W: http://www.linux-projects.org
4341S: Maintained
4342
4343USB SUBSYSTEM
4344P: Greg Kroah-Hartman
4345M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004348T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349S: Supported
4350
4351USB UHCI DRIVER
4352P: Alan Stern
4353M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004354L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355S: Maintained
4356
David Brownell69ae9e32006-11-14 02:03:31 -08004357USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358P: David Brownell
4359M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004360L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004361W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362S: Maintained
4363
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004364USB VIDEO CLASS
4365P: Laurent Pinchart
4366M: laurent.pinchart@skynet.be
4367L: linx-uvc-devel@berlios.de
4368L: video4linux-list@redhat.com
4369W: http://linux-uvc.berlios.de
4370S: Maintained
4371
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372USB W996[87]CF DRIVER
4373P: Luca Risolia
4374M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004375L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004376L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377W: http://www.linux-projects.org
4378S: Maintained
4379
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004380USB WIRELESS RNDIS DRIVER (rndis_wlan)
4381P: Jussi Kivilinna
4382M: jussi.kivilinna@mbnet.fi
4383L: linux-wireless@vger.kernel.org
4384S: Maintained
4385
Luca Risolia60f78052006-02-06 16:29:35 +00004386USB ZC0301 DRIVER
4387P: Luca Risolia
4388M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004389L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004390L: video4linux-list@redhat.com
4391W: http://www.linux-projects.org
4392S: Maintained
4393
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394USB ZD1201 DRIVER
4395P: Jeroen Vreeken
4396M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004397L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398W: http://linux-lc100020.sourceforge.net
4399S: Maintained
4400
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004401USB ZR364XX DRIVER
4402P: Antoine Jacquet
4403M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004404L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004405L: video4linux-list@redhat.com
4406W: http://royale.zerezo.com/zr364xx/
4407S: Maintained
4408
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409USER-MODE LINUX
4410P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004411M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412L: user-mode-linux-devel@lists.sourceforge.net
4413L: user-mode-linux-user@lists.sourceforge.net
4414W: http://user-mode-linux.sourceforge.net
4415S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004416
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004417USERSPACE I/O (UIO)
4418P: Hans J. Koch
4419M: hjk@linutronix.de
4420P: Greg Kroah-Hartman
4421M: gregkh@suse.de
4422L: linux-kernel@vger.kernel.org
4423S: Maintained
4424
Karel Zakf899b0a2008-05-23 13:04:21 -07004425UTIL-LINUX-NG PACKAGE
4426P: Karel Zak
4427M: kzak@redhat.com
4428L: util-linux-ng@vger.kernel.org
4429W: http://kernel.org/~kzak/util-linux-ng/
4430T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4431S: Maintained
4432
Alan Cox4e688522008-04-30 00:52:11 -07004433VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434P: OGAWA Hirofumi
4435M: hirofumi@mail.parknet.co.jp
4436L: linux-kernel@vger.kernel.org
4437S: Maintained
4438
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439VIA RHINE NETWORK DRIVER
4440P: Roger Luethi
4441M: rl@hellgate.ch
4442S: Maintained
4443
Jean Delvare32c0a522005-09-22 21:47:58 +02004444VIAPRO SMBUS DRIVER
4445P: Jean Delvare
4446M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004447L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004448S: Maintained
4449
Francois Romieu01f20732007-01-26 00:57:17 -08004450VIA VELOCITY NETWORK DRIVER
4451P: Francois Romieu
4452M: romieu@fr.zoreil.com
4453L: netdev@vger.kernel.org
4454S: Maintained
4455
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004457P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004458M: mchehab@infradead.org
4459M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004461W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004462T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004463S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464
Patrick McHardybe7f8272007-10-23 20:26:36 -07004465VLAN (802.1Q)
4466P: Patrick McHardy
4467M: kaber@trash.net
4468L: netdev@vger.kernel.org
4469S: Maintained
4470
Juerg Haefligerab413192006-09-24 20:54:04 +02004471VT1211 HARDWARE MONITOR DRIVER
4472P: Juerg Haefliger
4473M: juergh@gmail.com
4474L: lm-sensors@lm-sensors.org
4475S: Maintained
4476
Roger Lucas1de9e372005-11-26 20:20:05 +01004477VT8231 HARDWARE MONITOR DRIVER
4478P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004479M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004480L: lm-sensors@lm-sensors.org
4481S: Maintained
4482
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483W1 DALLAS'S 1-WIRE BUS
4484P: Evgeniy Polyakov
4485M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004486S: Maintained
4487
Charles Spirakis13927072006-07-05 18:05:15 +02004488W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004489P: Marc Hulsman
4490M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004491L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004492S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004493
Rudolf Marek61db0112006-12-12 18:18:30 +01004494W83793 HARDWARE MONITORING DRIVER
4495P: Rudolf Marek
4496M: r.marek@assembler.cz
4497L: lm-sensors@lm-sensors.org
4498S: Maintained
4499
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500W83L51xD SD/MMC CARD INTERFACE DRIVER
4501P: Pierre Ossman
4502M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004503L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504S: Maintained
4505
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004506WATCHDOG DEVICE DRIVERS
4507P: Wim Van Sebroeck
4508M: wim@iguana.be
4509T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4510S: Maintained
4511
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4513P: Jean Tourrilhes
4514M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004515L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4517S: Maintained
4518
4519WD7000 SCSI DRIVER
4520P: Miroslav Zagorac
4521M: zaga@fly.cc.fer.hr
4522L: linux-scsi@vger.kernel.org
4523S: Maintained
4524
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004525WISTRON LAPTOP BUTTON DRIVER
4526P: Miloslav Trmac
4527M: mitr@volny.cz
4528S: Maintained
4529
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530WL3501 WIRELESS PCMCIA CARD DRIVER
4531P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004532M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004533L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004534W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535S: Maintained
4536
Mark Brownfebf1df2008-04-02 00:51:09 -04004537WM97XX TOUCHSCREEN DRIVERS
4538P: Mark Brown
4539M: broonie@opensource.wolfsonmicro.com
4540P: Liam Girdwood
4541M: liam.girdwood@wolfsonmicro.com
4542L: linux-input@vger.kernel.org
4543T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4544W: http://opensource.wolfsonmicro.com/node/7
4545S: Supported
4546
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547X.25 NETWORK LAYER
4548P: Henner Eisen
4549M: eis@baty.hanse.de
4550L: linux-x25@vger.kernel.org
4551S: Maintained
4552
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004553XEN HYPERVISOR INTERFACE
4554P: Jeremy Fitzhardinge
4555M: jeremy@xensource.com
4556P: Chris Wright
4557M: chrisw@sous-sol.org
4558L: virtualization@lists.osdl.org
4559L: xen-devel@lists.xensource.com
4560S: Supported
4561
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562XFS FILESYSTEM
4563P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004564P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004565M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004566L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004568T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569S: Supported
4570
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004571XILINX SYSTEMACE DRIVER
4572P: Grant Likely
4573M: grant.likely@secretlab.ca
4574W: http://www.secretlab.ca/
4575L: linux-kernel@vger.kernel.org
4576S: Maintained
4577
Peter Korsgaard238b8722006-12-06 20:35:17 -08004578XILINX UARTLITE SERIAL DRIVER
4579P: Peter Korsgaard
4580M: jacmet@sunsite.dk
4581L: linux-serial@vger.kernel.org
4582S: Maintained
4583
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004584X86 ARCHITECTURE (32-BIT AND 64-BIT)
4585P: Thomas Gleixner
4586M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587P: Ingo Molnar
4588M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004589P: H. Peter Anvin
4590M: hpa@zytor.com
4591L: linux-kernel@vger.kernel.org
4592T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593S: Maintained
4594
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595YAM DRIVER FOR AX.25
4596P: Jean-Paul Roubelat
4597M: jpr@f6fbb.org
4598L: linux-hams@vger.kernel.org
4599S: Maintained
4600
Henkaf64a5e2005-10-12 15:02:56 +02004601YEALINK PHONE DRIVER
4602P: Henk Vergonet
4603M: Henk.Vergonet@gmail.com
4604L: usbb2k-api-dev@nongnu.org
4605S: Maintained
4606
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607Z8530 DRIVER FOR AX.25
4608P: Joerg Reuter
4609M: jreuter@yaina.de
4610W: http://yaina.de/jreuter/
4611W: http://www.qsl.net/dl1bke/
4612L: linux-hams@vger.kernel.org
4613S: Maintained
4614
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004615ZD1211RW WIRELESS DRIVER
4616P: Daniel Drake
4617M: dsd@gentoo.org
4618P: Ulrich Kunitz
4619M: kune@deine-taler.de
4620W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004621L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004622L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4623S: Maintained
4624
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625ZF MACHZ WATCHDOG
4626P: Fernando Fuganti
4627M: fuganti@netbank.com.br
4628W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4629S: Maintained
4630
4631ZR36067 VIDEO FOR LINUX DRIVER
4632P: Ronald Bultje
4633M: rbultje@ronald.bitfreak.net
4634L: mjpeg-users@lists.sourceforge.net
4635W: http://mjpeg.sourceforge.net/driver-zoran/
4636S: Maintained
4637
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004638ZS DECSTATION Z85C30 SERIAL DRIVER
4639P: Maciej W. Rozycki
4640M: macro@linux-mips.org
4641S: Maintained
4642
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643THE REST
4644P: Linus Torvalds
4645S: Buried alive in reporters