blob: 93fd6b2efeee80c4948e0f33f02d8081a26c637c [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
Auke Kok20424652008-01-07 21:47:25 -08002192P: John Ronciak
2193M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002194L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002195W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196S: Supported
2197
James Ketrenos826d2ab2005-11-07 18:56:59 -06002198INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002199P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002200M: yi.zhu@intel.com
2201P: James Ketrenos
2202M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002203P: Reinette Chatre
2204M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002205L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002206L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002207W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002208W: http://ipw2100.sourceforge.net
2209S: Supported
2210
2211INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002212P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002213M: yi.zhu@intel.com
2214P: James Ketrenos
2215M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002216P: Reinette Chatre
2217M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002218L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002219L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002220W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002221W: http://ipw2200.sourceforge.net
2222S: Supported
2223
Zhu Yib481de92007-09-25 17:54:57 -07002224INTEL WIRELESS WIFI LINK (iwlwifi)
2225P: Zhu Yi
2226M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002227P: Reinette Chatre
2228M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002229L: linux-wireless@vger.kernel.org
2230L: ipw3945-devel@lists.sourceforge.net
2231W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002232T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002233S: Supported
2234
Ralf Baechlecb109a02007-08-30 23:56:30 -07002235IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236P: Ralf Baechle
2237M: ralf@linux-mips.org
2238L: linux-mips@linux-mips.org
2239S: Maintained
2240
Ralf Baechlecb109a02007-08-30 23:56:30 -07002241IOC3 SERIAL DRIVER
2242P: Pat Gefre
2243M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002244L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002245S: Maintained
2246
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247IP MASQUERADING:
2248P: Juanjo Ciarlante
2249M: jjciarla@raiz.uncu.edu.ar
2250S: Maintained
2251
Francois Romieu1202d6f2007-09-17 17:13:55 -07002252IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2253P: Francois Romieu
2254M: romieu@fr.zoreil.com
2255P: Sorbica Shieh
2256M: sorbica@icplus.com.tw
2257P: Jesse Huang
2258M: jesse@icplus.com.tw
2259L: netdev@vger.kernel.org
2260S: Maintained
2261
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002262IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002263P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002264M: infinipath@qlogic.com
2265L: general@lists.openfabrics.org
2266T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002267S: Supported
2268
Corey Minyard4409ebe2006-04-20 02:43:12 -07002269IPMI SUBSYSTEM
2270P: Corey Minyard
2271M: minyard@acm.org
2272L: openipmi-developer@lists.sourceforge.net
2273W: http://openipmi.sourceforge.net/
2274S: Supported
2275
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276IPX NETWORK LAYER
2277P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002278M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002279L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280S: Maintained
2281
David Sterba099dc4f2008-02-07 10:57:12 +01002282IPWIRELES DRIVER
2283P: Jiri Kosina
2284M: jkosina@suse.cz
2285P: David Sterba
2286M: dsterba@suse.cz
2287S: Maintained
2288T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2289
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002291P: Samuel Ortiz
2292M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002293L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002295S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296
Mike Christie14816b1e2007-11-28 16:22:06 -08002297ISCSI
2298P: Mike Christie
2299M: michaelc@cs.wisc.edu
2300L: open-iscsi@googlegroups.com
2301W: www.open-iscsi.org
2302T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2303S: Maintained
2304
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305ISAPNP
2306P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002307M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308S: Maintained
2309
2310ISDN SUBSYSTEM
2311P: Karsten Keil
2312M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002313L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002315T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
2318ISDN SUBSYSTEM (Eicon active card driver)
2319P: Armin Schindler
2320M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002321L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322W: http://www.melware.de
2323S: Maintained
2324
Hans Verkuil91821ff2007-12-02 09:35:33 -03002325IVTV VIDEO4LINUX DRIVER
2326P: Hans Verkuil
2327M: hverkuil@xs4all.nl
2328L: ivtv-devel@ivtvdriver.org
2329L: ivtv-users@ivtvdriver.org
2330L: video4linux-list@redhat.com
2331W: http://www.ivtvdriver.org
2332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2335P: David Woodhouse
2336M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002337L: linux-mtd@lists.infradead.org
2338W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339S: Maintained
2340
Artem Bityutskiy95270562008-07-14 17:58:44 +03002341UBI FILE SYSTEM (UBIFS)
2342P: Artem Bityutskiy
2343M: dedekind@infradead.org
2344P: Adrian Hunter
2345M: ext-adrian.hunter@nokia.com
2346L: linux-mtd@lists.infradead.org
2347T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2348W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2349S: Maintained
2350
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351JFS FILESYSTEM
2352P: Dave Kleikamp
2353M: shaggy@austin.ibm.com
2354L: jfs-discussion@lists.sourceforge.net
2355W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002356T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Supported
2358
Josh Triplettde456d32006-07-30 03:04:00 -07002359JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002360P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002361M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002362L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002363S: Maintained
2364
Rudolf Marek4660cb32006-10-08 22:01:26 +02002365K8TEMP HARDWARE MONITORING DRIVER
2366P: Rudolf Marek
2367M: r.marek@assembler.cz
2368L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369S: Maintained
2370
2371KCONFIG
2372P: Roman Zippel
2373M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002374L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375S: Maintained
2376
Vivek Goyalea6c2082006-05-20 14:59:55 -07002377KDUMP
2378P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002379M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002380P: Haren Myneni
2381M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002382L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002383L: linux-kernel@vger.kernel.org
2384W: http://lse.sourceforge.net/kdump/
2385S: Maintained
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387KERNEL AUTOMOUNTER (AUTOFS)
2388P: H. Peter Anvin
2389M: hpa@zytor.com
2390L: autofs@linux.kernel.org
2391S: Odd Fixes
2392
2393KERNEL AUTOMOUNTER v4 (AUTOFS4)
2394P: Ian Kent
2395M: raven@themaw.net
2396L: autofs@linux.kernel.org
2397S: Maintained
2398
2399KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400P: Sam Ravnborg
2401M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002402T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2403T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002404L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002405S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406
2407KERNEL JANITORS
2408P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002409L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411S: Maintained
2412
2413KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002414P: J. Bruce Fields
2415M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002417M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002418L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002420S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421
Avi Kivity426d62e2006-12-13 00:34:03 -08002422KERNEL VIRTUAL MACHINE (KVM)
2423P: Avi Kivity
2424M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002425L: kvm@vger.kernel.org
2426W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002427S: Supported
2428
Hollis Blanchard513014b2008-04-16 23:28:08 -05002429KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2430P: Hollis Blanchard
2431M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002432L: kvm-ppc@vger.kernel.org
2433W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002434S: Supported
2435
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002436KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002437P: Anthony Xu
2438M: anthony.xu@intel.com
2439P: Xiantao Zhang
2440M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002441L: kvm-ia64@vger.kernel.org
2442W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002443S: Supported
2444
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002445KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2446P: Carsten Otte
2447M: cotte@de.ibm.com
2448P: Christian Borntraeger
2449M: borntraeger@de.ibm.com
2450M: linux390@de.ibm.com
2451L: linux-s390@vger.kernel.org
2452W: http://www.ibm.com/developerworks/linux/linux390/
2453S: Supported
2454
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002455KEXEC
2456P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002457M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002458W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002459L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002460L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002461S: Maintained
2462
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002463KGDB
2464P: Jason Wessel
2465M: jason.wessel@windriver.com
2466L: kgdb-bugreport@lists.sourceforge.net
2467S: Maintained
2468
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002469KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002470P: Ananth N Mavinakayanahalli
2471M: ananth@in.ibm.com
2472P: Anil S Keshavamurthy
2473M: anil.s.keshavamurthy@intel.com
2474P: David S. Miller
2475M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002476P: Masami Hiramatsu
2477M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002478L: linux-kernel@vger.kernel.org
2479S: Maintained
2480
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002481KS0108 LCD CONTROLLER DRIVER
2482P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002483M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002484L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002485W: http://miguelojeda.es/auxdisplay.htm
2486W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002487S: Maintained
2488
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002491S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492
2493LASI 53c700 driver for PARISC
2494P: James E.J. Bottomley
2495M: James.Bottomley@HansenPartnership.com
2496L: linux-scsi@vger.kernel.org
2497S: Maintained
2498
Richard Purdie263de9b2006-05-15 09:44:16 -07002499LED SUBSYSTEM
2500P: Richard Purdie
2501M: rpurdie@rpsys.net
2502S: Maintained
2503
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504LEGO USB Tower driver
2505P: Juergen Stuber
2506M: starblue@users.sourceforge.net
2507L: legousb-devel@lists.sourceforge.net
2508W: http://legousb.sourceforge.net/
2509S: Maintained
2510
Rusty Russell568a17f2007-10-25 14:12:24 +10002511LGUEST
2512P: Rusty Russell
2513M: rusty@rustcorp.com.au
2514L: lguest@ozlabs.org
2515W: http://lguest.ozlabs.org/
2516S: Maintained
2517
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518LINUX FOR IBM pSERIES (RS/6000)
2519P: Paul Mackerras
2520M: paulus@au.ibm.com
2521W: http://www.ibm.com/linux/ltc/projects/ppc
2522S: Supported
2523
2524LINUX FOR NCR VOYAGER
2525P: James Bottomley
2526M: James.Bottomley@HansenPartnership.com
2527W: http://www.hansenpartnership.com/voyager
2528S: Maintained
2529
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002530LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531P: Paul Mackerras
2532M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002533P: Benjamin Herrenschmidt
2534M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535W: http://www.penguinppc.org/
2536L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002537T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538S: Supported
2539
2540LINUX FOR POWER MACINTOSH
2541P: Benjamin Herrenschmidt
2542M: benh@kernel.crashing.org
2543W: http://www.penguinppc.org/
2544L: linuxppc-dev@ozlabs.org
2545S: Maintained
2546
Grant Likely77a76362008-07-12 12:11:43 -06002547LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548P: Sylvain Munaut
2549M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002550P: Grant Likely
2551M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553S: Maintained
2554
2555LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002556P: Josh Boyer
2557M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558P: Matt Porter
2559M: mporter@kernel.crashing.org
2560W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002561L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002562T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563S: Maintained
2564
Grant Likely260c02a2007-10-02 12:15:34 +10002565LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2566P: Grant Likely
2567M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002568W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002569L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570S: Maintained
2571
Tom Rinie93adf12005-07-26 12:49:53 -07002572LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002573P: Vitaly Bordug
2574M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002575P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002576M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002577W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002578L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002579S: Maintained
2580
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002582P: Kumar Gala
2583M: galak@kernel.crashing.org
2584W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002585L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002586S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587
Olof Johanssonab06ff32006-09-06 14:44:54 -05002588LINUX FOR POWERPC PA SEMI PWRFICIENT
2589P: Olof Johansson
2590M: olof@lixom.net
2591W: http://www.pasemi.com/
2592L: linuxppc-dev@ozlabs.org
2593S: Supported
2594
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595LLC (802.2)
2596P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002597M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598S: Maintained
2599
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600LINUX SECURITY MODULE (LSM) FRAMEWORK
2601P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002602M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002603L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002604T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Supported
2606
2607LM83 HARDWARE MONITOR DRIVER
2608P: Jean Delvare
2609M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002610L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611S: Maintained
2612
2613LM90 HARDWARE MONITOR DRIVER
2614P: Jean Delvare
2615M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002616L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617S: Maintained
2618
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002619LOCKDEP AND LOCKSTAT
2620P: Peter Zijlstra
2621M: peterz@infradead.org
2622P: Ingo Molnar
2623M: mingo@redhat.com
2624L: linux-kernel@vger.kernel.org
2625T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2626S: Maintained
2627
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002628LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629P: Richard Russon (FlatCap)
2630M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002631L: linux-ntfs-dev@lists.sourceforge.net
2632W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633S: Maintained
2634
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002635LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2636P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002637M: Eric.Moore@lsi.com
2638M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002639L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002640L: linux-scsi@vger.kernel.org
2641W: http://www.lsilogic.com/support
2642S: Supported
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2645P: Matthew Wilcox
2646M: matthew@wil.cx
2647L: linux-scsi@vger.kernel.org
2648S: Maintained
2649
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002650M32R ARCHITECTURE
2651P: Hirokazu Takata
2652M: takata@linux-m32r.org
2653L: linux-m32r@ml.linux-m32r.org
2654L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2655W: http://www.linux-m32r.org/
2656S: Maintained
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658M68K ARCHITECTURE
2659P: Geert Uytterhoeven
2660M: geert@linux-m68k.org
2661P: Roman Zippel
2662M: zippel@linux-m68k.org
2663L: linux-m68k@lists.linux-m68k.org
2664W: http://www.linux-m68k.org/
2665W: http://linux-m68k-cvs.ubb.ca/
2666S: Maintained
2667
2668M68K ON APPLE MACINTOSH
2669P: Joshua Thompson
2670M: funaho@jurai.org
2671W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002672L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673S: Maintained
2674
2675M68K ON HP9000/300
2676P: Philip Blundell
2677M: philb@gnu.org
2678W: http://www.tazenda.demon.co.uk/phil/linux-hp
2679S: Maintained
2680
Jiri Benc64a327a2007-05-05 11:47:08 -07002681MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002682P: Johannes Berg
2683M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002684P: Michael Wu
2685M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002686L: linux-wireless@vger.kernel.org
2687W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002688T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002689S: Maintained
2690
Stefano Brivio1036d862007-12-23 04:46:27 +01002691MAC80211 PID RATE CONTROL
2692P: Stefano Brivio
2693M: stefano.brivio@polimi.it
2694P: Mattias Nissler
2695M: mattias.nissler@gmx.de
2696L: linux-wireless@vger.kernel.org
2697W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2698T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2699S: Maintained
2700
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002701MACVLAN DRIVER
2702P: Patrick McHardy
2703M: kaber@trash.net
2704L: netdev@vger.kernel.org
2705S: Maintained
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707MARVELL YUKON / SYSKONNECT DRIVER
2708P: Mirko Lindner
2709M: mlindner@syskonnect.de
2710P: Ralph Roesler
2711M: rroesler@syskonnect.de
2712W: http://www.syskonnect.com
2713S: Supported
2714
Michael Kerriskfaf16682005-07-31 22:34:47 -07002715MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002716P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002717M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002718W: http://www.kernel.org/doc/man-pages
2719S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002720
Stefano Brivio74cda162007-11-19 20:27:46 +01002721MARVELL LIBERTAS WIRELESS DRIVER
2722P: Dan Williams
2723M: dcbw@redhat.com
2724L: libertas-dev@lists.infradead.org
2725S: Maintained
2726
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002727MARVELL MV643XX ETHERNET DRIVER
2728P: Dale Farnsworth
2729M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002731M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002732L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002733S: Odd Fixes for 2.4; Maintained for 2.6.
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
Eugene Surovegin24682972005-10-14 03:00:53 -07003277POWERPC 4xx EMAC DRIVER
3278P: Eugene Surovegin
3279M: ebs@ebshome.net
3280W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003281L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003282L: netdev@vger.kernel.org
3283S: Maintained
3284
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285PNP SUPPORT
3286P: Adam Belay
3287M: ambx1@neo.rr.com
3288S: Maintained
3289
Vitaly Wool999445d2007-01-04 13:07:03 +01003290PNXxxxx I2C DRIVER
3291P: Vitaly Wool
3292M: vitalywool@gmail.com
3293L: i2c@lm-sensors.org
3294S: Maintained
3295
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296PPP PROTOCOL DRIVERS AND COMPRESSORS
3297P: Paul Mackerras
3298M: paulus@samba.org
3299L: linux-ppp@vger.kernel.org
3300S: Maintained
3301
3302PPP OVER ATM (RFC 2364)
3303P: Mitchell Blank Jr
3304M: mitch@sfgoth.com
3305S: Maintained
3306
3307PPP OVER ETHERNET
3308P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003309M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310S: Maintained
3311
James Chapmana6d23702007-06-27 15:53:17 -07003312PPP OVER L2TP
3313P: James Chapman
3314M: jchapman@katalix.com
3315S: Maintained
3316
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317PREEMPTIBLE KERNEL
3318P: Robert Love
3319M: rml@tech9.net
3320L: linux-kernel@vger.kernel.org
3321L: kpreempt-tech@lists.sourceforge.net
3322W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3323S: Supported
3324
Michael Wueff1a592007-09-25 18:11:01 -07003325P54 WIRELESS DRIVER
3326P: Michael Wu
3327M: flamingice@sourmilk.net
3328L: linux-wireless@vger.kernel.org
3329W: http://prism54.org
3330T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3331S: Maintained
3332
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003334P: Luis R. Rodriguez
3335M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003336L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337W: http://prism54.org
3338S: Maintained
3339
3340PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3341P: Peter Denison
3342M: promise@pnd-pc.demon.co.uk
3343W: http://www.pnd-pc.demon.co.uk/promise/
3344S: Maintained
3345
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003346PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3347P: Mikael Pettersson
3348M: mikpe@it.uu.se
3349L: linux-ide@vger.kernel.org
3350S: Maintained
3351
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003352PS3 NETWORK SUPPORT
3353P: Masakazu Mokuno
3354M: mokuno@sm.sony.co.jp
3355L: netdev@vger.kernel.org
3356L: cbe-oss-dev@ozlabs.org
3357S: Supported
3358
Geoff Levandf58a9d12006-11-23 00:46:51 +01003359PS3 PLATFORM SUPPORT
3360P: Geoff Levand
3361M: geoffrey.levand@am.sony.com
3362L: linuxppc-dev@ozlabs.org
3363L: cbe-oss-dev@ozlabs.org
3364S: Supported
3365
Michael Krufky83202042006-07-03 00:24:18 -07003366PVRUSB2 VIDEO4LINUX DRIVER
3367P: Mike Isely
3368M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003369L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003370L: video4linux-list@redhat.com
3371W: http://www.isely.net/pvrusb2/
3372S: Maintained
3373
Eric Miao30ec2612008-06-12 15:21:41 -07003374PXA2xx/PXA3xx SUPPORT
3375P: Eric Miao
3376M: eric.miao@marvell.com
3377P: Russell King
3378M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003379L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380S: Maintained
3381
Pierre Ossman272f1332007-05-14 21:25:26 +02003382PXA MMCI DRIVER
3383S: Orphan
3384
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385QLOGIC QLA2XXX FC-SCSI DRIVER
3386P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003387M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388L: linux-scsi@vger.kernel.org
3389S: Supported
3390
Ron Mercer5a4faa872006-07-25 00:40:21 -07003391QLOGIC QLA3XXX NETWORK DRIVER
3392P: Ron Mercer
3393M: linux-driver@qlogic.com
3394L: netdev@vger.kernel.org
3395S: Supported
3396
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397QNX4 FILESYSTEM
3398P: Anders Larsen
3399M: al@alarsen.net
3400L: linux-kernel@vger.kernel.org
3401W: http://www.alarsen.net/linux/qnx4fs/
3402S: Maintained
3403
3404RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003405P: Benjamin Herrenschmidt
3406M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003407L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408S: Maintained
3409
3410RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003411P: Paul Mackerras
3412M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003413L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414S: Maintained
3415
3416RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3417P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003418M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003419L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420S: Maintained
3421
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003422RALINK RT2X00 WLAN DRIVER
3423P: rt2x00 project
3424L: linux-wireless@vger.kernel.org
3425L: rt2400-devel@lists.sourceforge.net
3426W: http://rt2x00.serialmonkey.com/
3427S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003428T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003429F: drivers/net/wireless/rt2x00/
3430
Nick Piggin9db55792008-02-08 04:19:49 -08003431RAMDISK RAM BLOCK DEVICE DRIVER
3432P: Nick Piggin
3433M: npiggin@suse.de
3434S: Maintained
3435
Matt Mackall9e95ce22005-04-16 15:25:56 -07003436RANDOM NUMBER DRIVER
3437P: Matt Mackall
3438M: mpm@selenic.com
3439S: Maintained
3440
Matt Porter394b7012005-11-07 01:00:15 -08003441RAPIDIO SUBSYSTEM
3442P: Matt Porter
3443M: mporter@kernel.crashing.org
3444L: linux-kernel@vger.kernel.org
3445S: Maintained
3446
Florian Fainellic1f766b2008-02-06 22:39:44 +01003447RDC R-321X SoC
3448P: Florian Fainelli
3449M: florian.fainelli@telecomint.eu
3450L: linux-kernel@vger.kernel.org
3451S: Maintained
3452
Florian Fainellidb17f392007-12-19 11:30:30 +01003453RDC R6040 FAST ETHERNET DRIVER
3454P: Florian Fainelli
3455M: florian.fainelli@telecomint.eu
3456L: netdev@vger.kernel.org
3457S: Maintained
3458
Josh Triplett595182b2006-10-04 02:17:21 -07003459READ-COPY UPDATE (RCU)
3460P: Dipankar Sarma
3461M: dipankar@in.ibm.com
3462W: http://www.rdrop.com/users/paulmck/rclock/
3463L: linux-kernel@vger.kernel.org
3464S: Supported
3465
3466RCUTORTURE MODULE
3467P: Josh Triplett
3468M: josh@freedesktop.org
3469L: linux-kernel@vger.kernel.org
3470S: Maintained
3471
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472REAL TIME CLOCK DRIVER
3473P: Paul Gortmaker
3474M: p_gortmaker@yahoo.com
3475L: linux-kernel@vger.kernel.org
3476S: Maintained
3477
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003478REAL TIME CLOCK (RTC) SUBSYSTEM
3479P: Alessandro Zummo
3480M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003481L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003482S: Maintained
3483
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003485L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486S: Supported
3487
Ivo van Doorne08976452008-04-12 19:23:55 +02003488RFKILL
3489P: Ivo van Doorn
3490M: IvDoorn@gmail.com
3491L: netdev@vger.kernel.org
3492S: Maintained
3493F: net/rfkill
3494
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495ROCKETPORT DRIVER
3496P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497W: http://www.comtrol.com
3498S: Maintained
3499
3500ROSE NETWORK LAYER
3501P: Ralf Baechle
3502M: ralf@linux-mips.org
3503L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003504W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505S: Maintained
3506
3507RISCOM8 DRIVER
3508S: Orphan
3509
Michael Wu605bebe2007-05-14 01:41:02 -04003510RTL818X WIRELESS DRIVER
3511P: Michael Wu
3512M: flamingice@sourmilk.net
3513P: Andrea Merello
3514M: andreamrl@tiscali.it
3515L: linux-wireless@vger.kernel.org
3516W: http://linuxwireless.org/
3517T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3518S: Maintained
3519
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003520S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003521P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003522M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003523L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003524S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003525
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526S390
3527P: Martin Schwidefsky
3528M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003529P: Heiko Carstens
3530M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003532L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003533W: http://www.ibm.com/developerworks/linux/linux390/
3534S: Supported
3535
3536S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003537P: Ursula Braun
3538M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003539P: Frank Blaschka
3540M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003541M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003542L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003543W: http://www.ibm.com/developerworks/linux/linux390/
3544S: Supported
3545
3546S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003547P: Christof Schmitt
3548M: christof.schmitt@de.ibm.com
3549P: Martin Peschke
3550M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003551M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003552L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003553W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554S: Supported
3555
Ursula Braundd96df22007-09-19 13:09:02 +02003556S390 IUCV NETWORK LAYER
3557P: Ursula Braun
3558M: ubraun@linux.vnet.ibm.com
3559M: linux390@de.ibm.com
3560L: linux-s390@vger.kernel.org
3561W: http://www.ibm.com/developerworks/linux/linux390/
3562S: Supported
3563
Ben Dooks4dde7f72008-06-30 22:40:38 +01003564S3C24XX SD/MMC Driver
3565P: Ben Dooks
3566M: ben-linux@fluff.org
3567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3568L: linux-kernel@vger.kernel.org
3569S: Supported
3570
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571SAA7146 VIDEO4LINUX-2 DRIVER
3572P: Michael Hunold
3573M: michael@mihu.de
3574W: http://www.mihu.de/linux/saa7146
3575S: Maintained
3576
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577SC1200 WDT DRIVER
3578P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003579M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580S: Maintained
3581
3582SCHEDULER
3583P: Ingo Molnar
3584M: mingo@elte.hu
3585P: Robert Love [the preemptible kernel bits]
3586M: rml@tech9.net
3587L: linux-kernel@vger.kernel.org
3588S: Maintained
3589
3590SCSI CDROM DRIVER
3591P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003592M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593L: linux-scsi@vger.kernel.org
3594W: http://www.kernel.dk
3595S: Maintained
3596
3597SCSI SG DRIVER
3598P: Doug Gilbert
3599M: dgilbert@interlog.com
3600L: linux-scsi@vger.kernel.org
3601W: http://www.torque.net/sg
3602S: Maintained
3603
3604SCSI SUBSYSTEM
3605P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003606M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003608T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003609T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3610T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611S: Maintained
3612
3613SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003614P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615M: Kai.Makisara@kolumbus.fi
3616L: linux-scsi@vger.kernel.org
3617S: Maintained
3618
3619SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003620P: Vlad Yasevich
3621M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003622P: Sridhar Samudrala
3623M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003624L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003625W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003626S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627
3628SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003629P: Jim Cromie
3630M: jim.cromie@gmail.com
3631S: Odd Fixes
3632
3633SCx200 GPIO DRIVER
3634P: Jim Cromie
3635M: jim.cromie@gmail.com
3636S: Maintained
3637
3638SCx200 HRT CLOCKSOURCE DRIVER
3639P: Jim Cromie
3640M: jim.cromie@gmail.com
3641S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642
Sascha Sommer6a369132008-07-15 14:21:29 +02003643SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3644P: Sascha Sommer
3645M: saschasommer@freenet.de
3646L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3647S: Maintained
3648
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649SECURITY CONTACT
3650P: Security Officers
3651M: security@kernel.org
3652S: Supported
3653
3654SELINUX SECURITY MODULE
3655P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003656M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003658M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003659P: Eric Paris
3660M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003662L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663W: http://www.nsa.gov/selinux
3664S: Supported
3665
Jiri Slabycef2cf02007-05-08 00:31:45 -07003666SENSABLE PHANTOM
3667P: Jiri Slaby
3668M: jirislaby@gmail.com
3669S: Maintained
3670
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671SERIAL ATA (SATA) SUBSYSTEM:
3672P: Jeff Garzik
3673M: jgarzik@pobox.com
3674L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003675T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003676S: Supported
3677
3678SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3679P: Pat Gefre
3680M: pfg@sgi.com
3681L: linux-ia64@vger.kernel.org
3682S: Supported
3683
Ben Hutchings8ceee662008-04-27 12:55:59 +01003684SFC NETWORK DRIVER
3685P: Steve Hodgson
3686P: Ben Hutchings
3687P: Robert Stonehouse
3688M: linux-net-drivers@solarflare.com
3689S: Supported
3690
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691SGI VISUAL WORKSTATION 320 AND 540
3692P: Andrey Panin
3693M: pazke@donpac.ru
3694L: linux-visws-devel@lists.sf.net
3695W: http://linux-visws.sf.net
3696S: Maintained for 2.6.
3697
3698SIMTEC EB110ATX (Chalice CATS)
3699P: Ben Dooks
3700P: Vincent Sanders
3701M: support@simtec.co.uk
3702W: http://www.simtec.co.uk/products/EB110ATX/
3703S: Supported
3704
3705SIMTEC EB2410ITX (BAST)
3706P: Ben Dooks
3707P: Vincent Sanders
3708M: support@simtec.co.uk
3709W: http://www.simtec.co.uk/products/EB2410ITX/
3710S: Supported
3711
Francois Romieu92aab3c2005-07-30 13:11:18 +02003712SIS 190 ETHERNET DRIVER
3713P: Francois Romieu
3714M: romieu@fr.zoreil.com
3715L: netdev@vger.kernel.org
3716S: Maintained
3717
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718SIS 900/7016 FAST ETHERNET DRIVER
3719P: Daniele Venzano
3720M: venza@brownhat.org
3721W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003722L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723S: Maintained
3724
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003725SIS 96X I2C/SMBUS DRIVER
3726P: Mark M. Hoffman
3727M: mhoffman@lightlink.com
3728L: lm-sensors@lm-sensors.org
3729S: Maintained
3730
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731SIS FRAMEBUFFER DRIVER
3732P: Thomas Winischhofer
3733M: thomas@winischhofer.net
3734W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003735S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736
3737SIS USB2VGA DRIVER
3738P: Thomas Winischhofer
3739M: thomas@winischhofer.net
3740W: http://www.winischhofer.at/linuxsisusbvga.shtml
3741S: Maintained
3742
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003743SLAB ALLOCATOR
3744P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003745M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003746P: Pekka Enberg
3747M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003748P: Matt Mackall
3749M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003750L: linux-mm@kvack.org
3751S: Maintained
3752
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753SMC91x ETHERNET DRIVER
3754P: Nicolas Pitre
3755M: nico@cam.org
3756S: Maintained
3757
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003758SMSC47B397 HARDWARE MONITOR DRIVER
3759P: Mark M. Hoffman
3760M: mhoffman@lightlink.com
3761L: lm-sensors@lm-sensors.org
3762S: Maintained
3763
Ben Nizetteb54f2862008-03-13 22:27:30 +11003764SMX UIO Interface
3765P: Ben Nizette
3766M: bn@niasdigital.com
3767S: Maintained
3768
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769SOFTWARE RAID (Multiple Disks) SUPPORT
3770P: Ingo Molnar
3771M: mingo@redhat.com
3772P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003773M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003775S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776
Pavel Machek95a631e2007-07-19 01:47:42 -07003777HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778P: Pavel Machek
3779M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003780P: Rafael J. Wysocki
3781M: rjw@sisk.pl
3782L: linux-pm@lists.linux-foundation.org
3783S: Supported
3784
3785SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003786P: Len Brown
3787M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003788P: Pavel Machek
3789M: pavel@suse.cz
3790P: Rafael J. Wysocki
3791M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003792L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003793S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794
3795SONIC NETWORK DRIVER
3796P: Thomas Bogendoerfer
3797M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003798L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799S: Maintained
3800
Michael Buesch61e115a2007-09-18 15:12:50 -04003801SONICS SILICON BACKPLANE DRIVER (SSB)
3802P: Michael Buesch
3803M: mb@bu3sch.de
3804L: netdev@vger.kernel.org
3805S: Maintained
3806
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003808P: Mattia Dongili
3809M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003810L: linux-acpi@vger.kernel.org
3811W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812S: Maintained
3813
Alex Dubovbaf85322008-02-09 10:20:54 -08003814SONY MEMORYSTICK CARD SUPPORT
3815P: Alex Dubov
3816M: oakad@yahoo.com
3817L: linux-kernel@vger.kernel.org
3818W: http://tifmxx.berlios.de/
3819S: Maintained
3820
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821SOUND
3822P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003823M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003824L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825S: Maintained
3826
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003827SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3828P: Liam Girdwood
3829M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003830P: Mark Brown
3831M: broonie@opensource.wolfsonmicro.com
3832T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003833L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003834S: Supported
3835
Kumar Gala025c3982006-04-02 16:05:54 -05003836SPI SUBSYSTEM
3837P: David Brownell
3838M: dbrownell@users.sourceforge.net
3839L: spi-devel-general@lists.sourceforge.net
3840S: Maintained
3841
Arnd Bergmannb8154542008-05-16 11:10:59 +02003842SPU FILE SYSTEM
3843P: Jeremy Kerr
3844M: jk@ozlabs.org
3845L: linuxppc-dev@ozlabs.org
3846L: cbe-oss-dev@ozlabs.org
3847W: http://www.ibm.com/developerworks/power/cell/
3848S: Supported
3849
Steven Rostedt855f46a2006-08-05 12:14:50 -07003850STABLE BRANCH:
3851P: Greg Kroah-Hartman
3852M: greg@kroah.com
3853P: Chris Wright
3854M: chrisw@sous-sol.org
3855L: stable@kernel.org
3856S: Maintained
3857
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858SHARP LH SUPPORT (LH7952X & LH7A40X)
3859P: Marc Singer
3860M: elf@buici.com
3861W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003862L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863S: Maintained
3864
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003865SHPC HOTPLUG DRIVER
3866P: Kristen Carlson Accardi
3867M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003868L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003869S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003870
Pierre Ossmand129bce2006-03-24 03:18:17 -08003871SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3872P: Pierre Ossman
3873M: drzeus-sdhci@drzeus.cx
3874L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003875S: Maintained
3876
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003877SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3878P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003879M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003880L: netdev@vger.kernel.org
3881S: Maintained
3882
Chris Boot1a87d942006-07-10 04:45:34 -07003883SOEKRIS NET48XX LED SUPPORT
3884P: Chris Boot
3885M: bootc@bootc.net
3886S: Maintained
3887
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888SPARC (sparc32):
3889P: William L. Irwin
3890M: wli@holomorphy.com
3891L: sparclinux@vger.kernel.org
3892S: Maintained
3893
3894SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3895P: Roger Wolff
3896M: R.E.Wolff@BitWizard.nl
3897L: linux-kernel@vger.kernel.org ?
3898S: Supported
3899
Jim Lewis2752e402006-09-29 02:01:19 -07003900SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003901P: Ishizaki Kou
3902M: kou.ishizaki@toshiba.co.jp
3903P: Jens Osterkamp
3904M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003905L: netdev@vger.kernel.org
3906S: Supported
3907
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908SRM (Alpha) environment access
3909P: Jan-Benedict Glaw
3910M: jbglaw@lug-owl.de
3911L: linux-kernel@vger.kernel.org
3912S: Maintained
3913
3914STARFIRE/DURALAN NETWORK DRIVER
3915P: Ion Badulescu
3916M: ionut@cs.columbia.edu
3917S: Maintained
3918
3919STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3920W: http://mosquitonet.Stanford.EDU/strip.html
3921S: Unsupported ?
3922
3923STRADIS MPEG-2 DECODER DRIVER
3924P: Nathan Laredo
3925M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926W: http://www.stradis.com/
3927S: Maintained
3928
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003929SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930P: Paul Mundt
3931M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003932L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003934T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935S: Maintained
3936
3937SUN3/3X
3938P: Sam Creasey
3939M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940W: http://sammy.net/sun3/
3941S: Maintained
3942
3943SVGA HANDLING
3944P: Martin Mares
3945M: mj@ucw.cz
3946L: linux-video@atrey.karlin.mff.cuni.cz
3947S: Maintained
3948
3949SYSV FILESYSTEM
3950P: Christoph Hellwig
3951M: hch@infradead.org
3952S: Maintained
3953
Alan Cox4e688522008-04-30 00:52:11 -07003954TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003955P: Balbir Singh
3956M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003957L: linux-kernel@vger.kernel.org
3958S: Maintained
3959
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003960TC CLASSIFIER
3961P: Jamal Hadi Salim
3962M: hadi@cyberus.ca
3963L: netdev@vger.kernel.org
3964S: Maintained
3965
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003966TCP LOW PRIORITY MODULE
3967P: Wong Hoi Sing, Edison
3968M: hswong3i@gmail.com
3969P: Hung Hing Lun, Mike
3970M: hlhung3i@gmail.com
3971W: http://tcp-lp-mod.sourceforge.net/
3972S: Maintained
3973
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003974TEHUTI ETHERNET DRIVER
3975P: Alexander Indenbaum
3976M: baum@tehutinetworks.net
3977P: Andy Gospodarek
3978M: andy@greyhouse.net
3979L: netdev@vger.kernel.org
3980S: Supported
3981
Alan Cox4e688522008-04-30 00:52:11 -07003982Telecom Clock Driver for MCPL0010
3983P: Mark Gross
3984M: mark.gross@intel.com
3985S: Supported
3986
3987TENSILICA XTENSA PORT (xtensa):
3988P: Chris Zankel
3989M: chris@zankel.net
3990S: Maintained
3991
3992THINKPAD ACPI EXTRAS DRIVER
3993P: Henrique de Moraes Holschuh
3994M: ibm-acpi@hmh.eng.br
3995L: ibm-acpi-devel@lists.sourceforge.net
3996W: http://ibm-acpi.sourceforge.net
3997W: http://thinkwiki.org/wiki/Ibm-acpi
3998T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3999S: Maintained
4000
Alex Dubov4020f2d2006-10-04 02:15:37 -07004001TI FLASH MEDIA INTERFACE DRIVER
4002P: Alex Dubov
4003M: oakad@yahoo.com
4004S: Maintained
4005
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004006TI OMAP MMC INTERFACE DRIVER
4007P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004008M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004009W: http://linux.omap.com
4010W: http://www.muru.com/linux/omap/
4011S: Maintained
4012
Michael Buesch844dd052006-06-26 00:24:59 -07004013TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4014P: Deepak Saxena
4015M: dsaxena@plexity.net
4016S: Maintained
4017
Per Lidene86eaa32006-01-12 16:45:18 +01004018TIPC NETWORK LAYER
4019P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004020M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004021P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004022M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004023P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004024M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004025L: tipc-discussion@lists.sourceforge.net
4026W: http://tipc.sourceforge.net/
4027W: http://tipc.cslab.ericsson.net/
4028T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4029S: Maintained
4030
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031TLAN NETWORK DRIVER
4032P: Samuel Chessman
4033M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004034L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035W: http://sourceforge.net/projects/tlan/
4036S: Maintained
4037
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038TOSHIBA ACPI EXTRAS DRIVER
4039P: John Belmonte
4040M: toshiba_acpi@memebeam.org
4041W: http://memebeam.org/toys/ToshibaAcpiDriver
4042S: Maintained
4043
4044TOSHIBA SMM DRIVER
4045P: Jonathan Buzzard
4046M: jonathan@buzzard.org.uk
4047L: tlinux-users@tce.toshiba-dme.co.jp
4048W: http://www.buzzard.org.uk/toshiba/
4049S: Maintained
4050
Alan Cox4e688522008-04-30 00:52:11 -07004051TPM DEVICE DRIVER
Rajiv Andrade26ff8c62008-07-04 10:00:06 -07004052P: Debora Velarde
4053P: Rajiv Andrade
Alan Cox4e688522008-04-30 00:52:11 -07004054M: tpmdd-devel@lists.sourceforge.net
4055W: http://tpmdd.sourceforge.net
4056P: Marcel Selhorst
4057M: tpm@selhorst.net
4058W: http://www.prosec.rub.de/tpm/
4059L: tpmdd-devel@lists.sourceforge.net
4060S: Maintained
4061
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4063P: Muli Ben-Yehuda
4064M: mulix@mulix.org
4065L: linux-kernel@vger.kernel.org
4066S: Maintained
4067
4068TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004069P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004070M: trivial@kernel.org
4071L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072S: Maintained
4073
Alan Cox4e688522008-04-30 00:52:11 -07004074TTY LAYER
4075P: Alan Cox
4076M: alan@lxorguk.ukuu.org.uk
4077L: linux-kernel@vger.kernel.org
4078S: Maintained
4079
Grant Grundler740db6d2008-02-17 11:53:49 -07004080TULIP NETWORK DRIVERS
4081P: Grant Grundler
4082M: grundler@parisc-linux.org
4083P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004084M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004085L: netdev@vger.kernel.org
4086S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087
4088TUN/TAP driver
4089P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004090M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091L: vtun@office.satix.net
4092W: http://vtun.sourceforge.net/tun
4093S: Maintained
4094
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004095TURBOCHANNEL SUBSYSTEM
4096P: Maciej W. Rozycki
4097M: macro@linux-mips.org
4098S: Maintained
4099
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100U14-34F SCSI DRIVER
4101P: Dario Ballabio
4102M: ballabio_dario@emc.com
4103L: linux-scsi@vger.kernel.org
4104S: Maintained
4105
Alan Coxcc2020e2008-05-19 14:21:51 +01004106UCLINUX (AND M68KNOMMU)
4107P: Greg Ungerer
4108M: gerg@uclinux.org
4109W: http://www.uclinux.org/
4110L: uclinux-dev@uclinux.org (subscribers-only)
4111S: Maintained
4112
4113UCLINUX FOR NEC V850
4114P: Miles Bader
4115
4116UCLINUX FOR RENESAS H8/300
4117P: Yoshinori Sato
4118M: ysato@users.sourceforge.jp
4119W: http://uclinux-h8.sourceforge.jp/
4120S: Supported
4121
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004123P: Jan Kara
4124M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125W: http://linux-udf.sourceforge.net
4126S: Maintained
4127
Alan Coxcc2020e2008-05-19 14:21:51 +01004128UFS FILESYSTEM
4129P: Evgeniy Dushistov
4130M: dushistov@mail.ru
4131L: linux-kernel@vger.kernel.org
4132S: Maintained
4133
4134UltraSPARC (sparc64):
4135P: David S. Miller
4136M: davem@davemloft.net
4137L: sparclinux@vger.kernel.org
4138T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4139S: Maintained
4140
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141UNIFORM CDROM DRIVER
4142P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004143M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144L: linux-kernel@vger.kernel.org
4145W: http://www.kernel.dk
4146S: Maintained
4147
4148USB ACM DRIVER
4149P: Oliver Neukum
4150M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004151L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152S: Maintained
4153
Jiri Slaby6d985162008-02-06 01:37:11 -08004154USB AUERSWALD DRIVER
4155P: Wolfgang Muees
4156M: wolfgang@iksw-muees.de
4157L: linux-usb@vger.kernel.org
4158S: Maintained
4159
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160USB BLOCK DRIVER (UB ub)
4161P: Pete Zaitcev
4162M: zaitcev@redhat.com
4163L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004164L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165S: Supported
4166
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167USB CDC ETHERNET DRIVER
4168P: Greg Kroah-Hartman
4169M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004170L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171S: Maintained
4172W: http://www.kroah.com/linux-usb/
4173
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004174USB CYPRESS C67X00 DRIVER
4175P: Peter Korsgaard
4176M: jacmet@sunsite.dk
4177L: linux-usb@vger.kernel.org
4178S: Maintained
4179
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004180USB DAVICOM DM9601 DRIVER
4181P: Peter Korsgaard
4182M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004183L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004184W: http://www.linux-usb.org/usbnet
4185S: Maintained
4186
Alan Coxcc2020e2008-05-19 14:21:51 +01004187USB DIAMOND RIO500 DRIVER
4188P: Cesar Miquel
4189M: miquel@df.uba.ar
4190L: rio500-users@lists.sourceforge.net
4191W: http://rio500.sourceforge.net
4192S: Maintained
4193
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194USB EHCI DRIVER
4195P: David Brownell
4196M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004197L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004198S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199
Luca Risolia7ce08c92006-01-11 02:06:59 +00004200USB ET61X[12]51 DRIVER
4201P: Luca Risolia
4202M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004203L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004204L: video4linux-list@redhat.com
4205W: http://www.linux-projects.org
4206S: Maintained
4207
David Brownell69ae9e32006-11-14 02:03:31 -08004208USB GADGET/PERIPHERAL SUBSYSTEM
4209P: David Brownell
4210M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004211L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004212W: http://www.linux-usb.org/gadget
4213S: Maintained
4214
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004215USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004216P: Jiri Kosina
4217M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004218L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004219T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220S: Maintained
4221
Olav Kongas959eea22005-11-03 17:38:14 +02004222USB ISP116X DRIVER
4223P: Olav Kongas
4224M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004225L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004226S: Maintained
4227
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228USB KAWASAKI LSI DRIVER
4229P: Oliver Neukum
4230M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004231L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232S: Maintained
4233
4234USB MASS STORAGE DRIVER
4235P: Matthew Dharm
4236M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004237L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004238L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239S: Maintained
4240W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4241
4242USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004243P: David Brownell
4244M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004245L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004246S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247
Matthias Urlichsba460e42005-07-14 00:33:47 -07004248USB OPTION-CARD DRIVER
4249P: Matthias Urlichs
4250M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004251L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004252S: Maintained
4253
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254USB OV511 DRIVER
4255P: Mark McClelland
4256M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004257L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258W: http://alpha.dyndns.org/ov511/
4259S: Maintained
4260
4261USB PEGASUS DRIVER
4262P: Petko Manolov
4263M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004264L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004265L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266W: http://pegasus2.sourceforge.net/
4267S: Maintained
4268
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004269USB PRINTER DRIVER (usblp)
4270P: Pete Zaitcev
4271M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004272L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004273S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274
4275USB RTL8150 DRIVER
4276P: Petko Manolov
4277M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004278L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004279L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280W: http://pegasus2.sourceforge.net/
4281S: Maintained
4282
4283USB SE401 DRIVER
4284P: Jeroen Vreeken
4285M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004286L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287W: http://www.chello.nl/~j.vreeken/se401/
4288S: Maintained
4289
Alan Cox4e688522008-04-30 00:52:11 -07004290USB SERIAL BELKIN F5U103 DRIVER
4291P: William Greathouse
4292M: wgreathouse@smva.com
4293L: linux-usb@vger.kernel.org
4294S: Maintained
4295
4296USB SERIAL CYPRESS M8 DRIVER
4297P: Lonnie Mendez
4298M: dignome@gmail.com
4299L: linux-usb@vger.kernel.org
4300S: Maintained
4301W: http://geocities.com/i0xox0i
4302W: http://firstlight.net/cvs
4303
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304USB SERIAL CYBERJACK DRIVER
4305P: Matthias Bruestle and Harald Welte
4306M: support@reiner-sct.com
4307W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4308S: Maintained
4309
4310USB SERIAL DIGI ACCELEPORT DRIVER
4311P: Peter Berger and Al Borchers
4312M: pberger@brimson.com
4313M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004314L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315S: Maintained
4316
4317USB SERIAL DRIVER
4318P: Greg Kroah-Hartman
4319M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004320L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321S: Supported
4322
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4324P: Gary Brubaker
4325M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004326L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327S: Maintained
4328
4329USB SERIAL KEYSPAN DRIVER
4330P: Greg Kroah-Hartman
4331M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004332L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333W: http://www.kroah.com/linux/
4334S: Maintained
4335
4336USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004337P: Support Department
4338M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004339L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340W: http://www.connecttech.com
4341S: Supported
4342
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004343USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344P: Luca Risolia
4345M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004346L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004347L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348W: http://www.linux-projects.org
4349S: Maintained
4350
4351USB SUBSYSTEM
4352P: Greg Kroah-Hartman
4353M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004354L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004356T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357S: Supported
4358
4359USB UHCI DRIVER
4360P: Alan Stern
4361M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004362L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363S: Maintained
4364
David Brownell69ae9e32006-11-14 02:03:31 -08004365USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366P: David Brownell
4367M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004368L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004369W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004370S: Maintained
4371
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004372USB VIDEO CLASS
4373P: Laurent Pinchart
4374M: laurent.pinchart@skynet.be
4375L: linx-uvc-devel@berlios.de
4376L: video4linux-list@redhat.com
4377W: http://linux-uvc.berlios.de
4378S: Maintained
4379
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380USB W996[87]CF DRIVER
4381P: Luca Risolia
4382M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004383L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004384L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385W: http://www.linux-projects.org
4386S: Maintained
4387
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004388USB WIRELESS RNDIS DRIVER (rndis_wlan)
4389P: Jussi Kivilinna
4390M: jussi.kivilinna@mbnet.fi
4391L: linux-wireless@vger.kernel.org
4392S: Maintained
4393
Luca Risolia60f78052006-02-06 16:29:35 +00004394USB ZC0301 DRIVER
4395P: Luca Risolia
4396M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004397L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004398L: video4linux-list@redhat.com
4399W: http://www.linux-projects.org
4400S: Maintained
4401
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402USB ZD1201 DRIVER
4403P: Jeroen Vreeken
4404M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004405L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406W: http://linux-lc100020.sourceforge.net
4407S: Maintained
4408
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004409USB ZR364XX DRIVER
4410P: Antoine Jacquet
4411M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004412L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004413L: video4linux-list@redhat.com
4414W: http://royale.zerezo.com/zr364xx/
4415S: Maintained
4416
Linus Torvalds1da177e2005-04-16 15:20:36 -07004417USER-MODE LINUX
4418P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004419M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420L: user-mode-linux-devel@lists.sourceforge.net
4421L: user-mode-linux-user@lists.sourceforge.net
4422W: http://user-mode-linux.sourceforge.net
4423S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004424
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004425USERSPACE I/O (UIO)
4426P: Hans J. Koch
4427M: hjk@linutronix.de
4428P: Greg Kroah-Hartman
4429M: gregkh@suse.de
4430L: linux-kernel@vger.kernel.org
4431S: Maintained
4432
Karel Zakf899b0a2008-05-23 13:04:21 -07004433UTIL-LINUX-NG PACKAGE
4434P: Karel Zak
4435M: kzak@redhat.com
4436L: util-linux-ng@vger.kernel.org
4437W: http://kernel.org/~kzak/util-linux-ng/
4438T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4439S: Maintained
4440
Alan Cox4e688522008-04-30 00:52:11 -07004441VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442P: OGAWA Hirofumi
4443M: hirofumi@mail.parknet.co.jp
4444L: linux-kernel@vger.kernel.org
4445S: Maintained
4446
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447VIA RHINE NETWORK DRIVER
4448P: Roger Luethi
4449M: rl@hellgate.ch
4450S: Maintained
4451
Jean Delvare32c0a522005-09-22 21:47:58 +02004452VIAPRO SMBUS DRIVER
4453P: Jean Delvare
4454M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004455L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004456S: Maintained
4457
Francois Romieu01f20732007-01-26 00:57:17 -08004458VIA VELOCITY NETWORK DRIVER
4459P: Francois Romieu
4460M: romieu@fr.zoreil.com
4461L: netdev@vger.kernel.org
4462S: Maintained
4463
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004465P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004466M: mchehab@infradead.org
4467M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004469W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004470T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004471S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472
Patrick McHardybe7f8272007-10-23 20:26:36 -07004473VLAN (802.1Q)
4474P: Patrick McHardy
4475M: kaber@trash.net
4476L: netdev@vger.kernel.org
4477S: Maintained
4478
Juerg Haefligerab413192006-09-24 20:54:04 +02004479VT1211 HARDWARE MONITOR DRIVER
4480P: Juerg Haefliger
4481M: juergh@gmail.com
4482L: lm-sensors@lm-sensors.org
4483S: Maintained
4484
Roger Lucas1de9e372005-11-26 20:20:05 +01004485VT8231 HARDWARE MONITOR DRIVER
4486P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004487M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004488L: lm-sensors@lm-sensors.org
4489S: Maintained
4490
Linus Torvalds1da177e2005-04-16 15:20:36 -07004491W1 DALLAS'S 1-WIRE BUS
4492P: Evgeniy Polyakov
4493M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004494S: Maintained
4495
Charles Spirakis13927072006-07-05 18:05:15 +02004496W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004497P: Marc Hulsman
4498M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004499L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004500S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004501
Rudolf Marek61db0112006-12-12 18:18:30 +01004502W83793 HARDWARE MONITORING DRIVER
4503P: Rudolf Marek
4504M: r.marek@assembler.cz
4505L: lm-sensors@lm-sensors.org
4506S: Maintained
4507
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508W83L51xD SD/MMC CARD INTERFACE DRIVER
4509P: Pierre Ossman
4510M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004511L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512S: Maintained
4513
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004514WATCHDOG DEVICE DRIVERS
4515P: Wim Van Sebroeck
4516M: wim@iguana.be
4517T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4518S: Maintained
4519
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4521P: Jean Tourrilhes
4522M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004523L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004524W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4525S: Maintained
4526
4527WD7000 SCSI DRIVER
4528P: Miroslav Zagorac
4529M: zaga@fly.cc.fer.hr
4530L: linux-scsi@vger.kernel.org
4531S: Maintained
4532
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004533WISTRON LAPTOP BUTTON DRIVER
4534P: Miloslav Trmac
4535M: mitr@volny.cz
4536S: Maintained
4537
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538WL3501 WIRELESS PCMCIA CARD DRIVER
4539P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004540M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004541L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004542W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543S: Maintained
4544
Mark Brownfebf1df2008-04-02 00:51:09 -04004545WM97XX TOUCHSCREEN DRIVERS
4546P: Mark Brown
4547M: broonie@opensource.wolfsonmicro.com
4548P: Liam Girdwood
4549M: liam.girdwood@wolfsonmicro.com
4550L: linux-input@vger.kernel.org
4551T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4552W: http://opensource.wolfsonmicro.com/node/7
4553S: Supported
4554
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555X.25 NETWORK LAYER
4556P: Henner Eisen
4557M: eis@baty.hanse.de
4558L: linux-x25@vger.kernel.org
4559S: Maintained
4560
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004561XEN HYPERVISOR INTERFACE
4562P: Jeremy Fitzhardinge
4563M: jeremy@xensource.com
4564P: Chris Wright
4565M: chrisw@sous-sol.org
4566L: virtualization@lists.osdl.org
4567L: xen-devel@lists.xensource.com
4568S: Supported
4569
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570XFS FILESYSTEM
4571P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004572P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004574L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004576T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577S: Supported
4578
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004579XILINX SYSTEMACE DRIVER
4580P: Grant Likely
4581M: grant.likely@secretlab.ca
4582W: http://www.secretlab.ca/
4583L: linux-kernel@vger.kernel.org
4584S: Maintained
4585
Peter Korsgaard238b8722006-12-06 20:35:17 -08004586XILINX UARTLITE SERIAL DRIVER
4587P: Peter Korsgaard
4588M: jacmet@sunsite.dk
4589L: linux-serial@vger.kernel.org
4590S: Maintained
4591
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004592X86 ARCHITECTURE (32-BIT AND 64-BIT)
4593P: Thomas Gleixner
4594M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595P: Ingo Molnar
4596M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004597P: H. Peter Anvin
4598M: hpa@zytor.com
4599L: linux-kernel@vger.kernel.org
4600T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601S: Maintained
4602
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603YAM DRIVER FOR AX.25
4604P: Jean-Paul Roubelat
4605M: jpr@f6fbb.org
4606L: linux-hams@vger.kernel.org
4607S: Maintained
4608
Henkaf64a5e2005-10-12 15:02:56 +02004609YEALINK PHONE DRIVER
4610P: Henk Vergonet
4611M: Henk.Vergonet@gmail.com
4612L: usbb2k-api-dev@nongnu.org
4613S: Maintained
4614
Linus Torvalds1da177e2005-04-16 15:20:36 -07004615Z8530 DRIVER FOR AX.25
4616P: Joerg Reuter
4617M: jreuter@yaina.de
4618W: http://yaina.de/jreuter/
4619W: http://www.qsl.net/dl1bke/
4620L: linux-hams@vger.kernel.org
4621S: Maintained
4622
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004623ZD1211RW WIRELESS DRIVER
4624P: Daniel Drake
4625M: dsd@gentoo.org
4626P: Ulrich Kunitz
4627M: kune@deine-taler.de
4628W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004629L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004630L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4631S: Maintained
4632
Linus Torvalds1da177e2005-04-16 15:20:36 -07004633ZF MACHZ WATCHDOG
4634P: Fernando Fuganti
4635M: fuganti@netbank.com.br
4636W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4637S: Maintained
4638
4639ZR36067 VIDEO FOR LINUX DRIVER
4640P: Ronald Bultje
4641M: rbultje@ronald.bitfreak.net
4642L: mjpeg-users@lists.sourceforge.net
4643W: http://mjpeg.sourceforge.net/driver-zoran/
4644S: Maintained
4645
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004646ZS DECSTATION Z85C30 SERIAL DRIVER
4647P: Maciej W. Rozycki
4648M: macro@linux-mips.org
4649S: Maintained
4650
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651THE REST
4652P: Linus Torvalds
4653S: Buried alive in reporters