blob: 4cbf6016a9b98059f4b4691a9240b646a740daf6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200178ABIT UGURU HARDWARE MONITOR DRIVER
179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184ACENIC DRIVER
185P: Jes Sorensen
186M: jes@trained-monkey.org
187L: linux-acenic@sunsite.dk
188S: Maintained
189
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700190IPS SCSI RAID DRIVER
191P: Adaptec OEM Raid Solutions
192M: aacraid@adaptec.com
193L: linux-scsi@vger.kernel.org
194W: http://www.adaptec.com/
195S: Maintained
196
197DPT_I2O SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199M: aacraid@adaptec.com
200L: linux-scsi@vger.kernel.org
201W: http://www.adaptec.com/
202S: Maintained
203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204AACRAID SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700206M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700208W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Supported
210
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000211ACER WMI LAPTOP EXTRAS
212P: Carlos Corbacho
213M: carlos@strangeworlds.co.uk
214L: aceracpi@googlegroups.com (subscribers-only)
215W: http://code.google.com/p/aceracpi
216S: Maintained
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218ACPI
Len Brown8aa863b2008-06-27 11:31:50 -0400219P: Andi Kleen
220M: ak@linux.intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500221M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500222L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400223W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500225S: Supported
226
227ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400228P: Alexey Starikovskiy
229M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500230L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300231W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI EC DRIVER
235P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400236M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
243M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700248ACPI PCI HOTPLUG DRIVER
249P: Kristen Carlson Accardi
250M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700251L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500252S: Supported
253
254ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400255P: Zhang Rui
256M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500257L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300258W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500259S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700260
Len Brown359acec2007-02-10 01:59:24 -0500261ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400262P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400263M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500264L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300265W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500266S: Supported
267
Carlos Corbachobff431e2008-02-05 02:17:04 +0000268ACPI WMI DRIVER
269P: Carlos Corbacho
270M: carlos@strangeworlds.co.uk
271L: linux-acpi@vger.kernel.org
272W: http://www.lesswatts.org/projects/acpi/
273S: Maintained
274
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100275AD1889 ALSA SOUND DRIVER
276P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400277M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100278P: Thibaut Varene
279M: T-Bone@parisc-linux.org
280W: http://wiki.parisc-linux.org/AD1889
281L: linux-parisc@vger.kernel.org
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADM1025 HARDWARE MONITOR DRIVER
285P: Jean Delvare
286M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200287L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288S: Maintained
289
Corentin Labbecae2caa2007-02-14 21:15:04 +0100290ADM1029 HARDWARE MONITOR DRIVER
291P: Corentin Labbe
292M: corentin.labbe@geomatys.fr
293L: lm-sensors@lm-sensors.org
294S: Maintained
295
Michael Wucc0b88c2007-08-31 01:15:25 -0400296ADM8211 WIRELESS DRIVER
297P: Michael Wu
298M: flamingice@sourmilk.net
299L: linux-wireless@vger.kernel.org
300W: http://linuxwireless.org/
301T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304ADT746X FAN DRIVER
305P: Colin Leroy
306M: colin@colino.net
307S: Maintained
308
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400309ADVANSYS SCSI DRIVER
310P: Matthew Wilcox
311M: matthew@wil.cx
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315AEDSP16 DRIVER
316P: Riccardo Facchetti
317M: fizban@tin.it
318S: Maintained
319
320AFFS FILE SYSTEM
321P: Roman Zippel
322M: zippel@linux-m68k.org
323S: Maintained
324
325AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400326P: David Airlie
327M: airlied@linux.ie
328T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329S: Maintained
330
331AHA152X SCSI DRIVER
332P: Juergen E. Fischer
333M: Juergen Fischer <fischer@norbit.de>
334L: linux-scsi@vger.kernel.org
335S: Maintained
336
Hannes Reinecke64624d42007-10-19 10:32:29 +0200337AIC7XXX / AIC79XX SCSI DRIVER
338P: Hannes Reinecke
339M: hare@suse.de
340L: linux-scsi@vger.kernel.org
341S: Maintained
342
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343ALCATEL SPEEDTOUCH USB DRIVER
344P: Duncan Sands
345M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347W: http://www.linux-usb.org/SpeedTouch/
348S: Maintained
349
Pierre Ossman272f1332007-05-14 21:25:26 +0200350ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200351P: Manuel Lauss
352M: manuel.lauss@gmail.com
353S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200354
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000355ALI1563 I2C DRIVER
356P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100357M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200358L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000359S: Maintained
360
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361ALPHA PORT
362P: Richard Henderson
363M: rth@twiddle.net
364S: Odd Fixes for 2.4; Maintained for 2.6.
365P: Ivan Kokshaysky
366M: ink@jurassic.park.msu.ru
367S: Maintained for 2.4; PCI support for 2.6.
368
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700369AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
370P: Thomas Dahlmann
371M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700372L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700373S: Supported
374
Jordan Crousef90b8112006-01-06 00:12:14 -0800375AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100376P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800378W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
379S: Supported
380
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200381AMD IOMMU (AMD-VI)
382P: Joerg Roedel
383M: joerg.roedel@amd.com
384L: iommu@lists.linux-foundation.org
385S: Supported
386
Stelian Pop284f42b2006-12-12 18:18:31 +0100387AMS (Apple Motion Sensor) DRIVER
388P: Stelian Pop
389M: stelian@popies.net
390P: Michael Hanselmann
391M: linux-kernel@hansmi.ch
392S: Supported
393
Tom Tuckerf94b5332006-09-22 15:22:48 -0700394AMSO1100 RNIC DRIVER
395P: Tom Tucker
396M: tom@opengridcomputing.com
397P: Steve Wise
398M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700399L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700400S: Maintained
401
Johannes Berg42269062006-07-25 16:15:50 +0200402AOA (Apple Onboard Audio) ALSA DRIVER
403P: Johannes Berg
404M: johannes@sipsolutions.net
405L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200406L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409APM DRIVER
410P: Stephen Rothwell
411M: sfr@canb.auug.org.au
412L: linux-laptop@vger.kernel.org
413W: http://www.canb.auug.org.au/~sfr/
414S: Supported
415
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700416APPLE SMC DRIVER
417P: Nicolas Boichat
418M: nicolas@boichat.ch
419L: mactel-linux-devel@lists.sourceforge.net
420S: Maintained
421
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422APPLETALK NETWORK LAYER
423P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300424M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425S: Maintained
426
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400427APPLETOUCH TOUCHPAD DRIVER
428P: Johannes Berg
429M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400430L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400431S: Maintained
432
Jaya Kumar1154ea72005-06-21 17:17:04 -0700433ARC FRAMEBUFFER DRIVER
434P: Jaya Kumar
435M: jayalk@intworks.biz
436S: Maintained
437
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438ARM MFM AND FLOPPY DRIVERS
439P: Ian Molton
440M: spyro@f2s.com
441S: Maintained
442
Russell King2761f5c2007-05-24 06:56:08 +0200443ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200444S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200445
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800446ARM/ADI ROADRUNNER MACHINE SUPPORT
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
452ARM/ADS SPHERE MACHINE SUPPORT
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
458ARM/AJECO 1ARM MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
Andrew Victord4a89c72006-12-04 13:56:21 +0100464ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
465P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100466M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468W: http://maxim.org.za/at91_26.html
469S: Maintained
470
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800471ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
472P: Lennert Buytenhek
473M: kernel@wantstofly.org
474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
475S: Maintained
476
477ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
478P: Lennert Buytenhek
479M: kernel@wantstofly.org
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Maintained
482
Russell Kinga9da4f72008-07-12 21:42:04 +0100483ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
484P: Mike Rapoport
485M: mike@compulab.co.il
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489ARM/CORGI MACHINE SUPPORT
490P: Richard Purdie
491M: rpurdie@rpsys.net
492S: Maintained
493
Russell Kinga9da4f72008-07-12 21:42:04 +0100494ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
495P: Daniel Ribeiro
496M: drwyrm@gmail.com
497P: Stefan Schmidt
498M: stefan@openezx.org
499P: Harald Welte
500M: laforge@openezx.org
501L: openezx-devel@lists.openezx.org (subscribers-only)
502W: http://www.openezx.org/
503S: Maintained
504
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800505ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100511ARM/GUMSTIX MACHINE SUPPORT
512P: Steve Sakoman
513M: sakoman@gmail.com
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100517ARM/HP JORNADA 7XX MACHINE SUPPORT
518P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100519M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100520W: www.jlime.com
521S: Maintained
522
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800523ARM/INTEL IOP32X 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
530
531ARM/INTEL IOP33X ARM ARCHITECTURE
532P: Dan Williams
533M: dan.j.williams@intel.com
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536
537ARM/INTEL IOP13XX ARM ARCHITECTURE
538P: Lennert Buytenhek
539M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100540P: Dan Williams
541M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100543S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800544
545ARM/INTEL IQ81342EX MACHINE SUPPORT
546P: Lennert Buytenhek
547M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100548P: Dan Williams
549M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100551S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800552
553ARM/INTEL IXP2000 ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557S: Maintained
558
559ARM/INTEL IXDP2850 MACHINE SUPPORT
560P: Lennert Buytenhek
561M: kernel@wantstofly.org
562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563S: Maintained
564
565ARM/INTEL IXP23XX ARM ARCHITECTURE
566P: Lennert Buytenhek
567M: kernel@wantstofly.org
568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S: Maintained
570
571ARM/INTEL XSC3 (MANZANO) ARM CORE
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100574P: Dan Williams
575M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100577S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800578
579ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
580P: Lennert Buytenhek
581M: kernel@wantstofly.org
582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
583S: Maintained
584
585ARM/LOGICPD PXA270 MACHINE SUPPORT
586P: Lennert Buytenhek
587M: kernel@wantstofly.org
588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589S: Maintained
590
Dirk Opfer8459c152005-11-06 14:27:52 +0000591ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100592P: Dmitry Baryshkov
593M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000594P: Dirk Opfer
595M: dirk@opfer-online.de
596S: Maintained
597
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100598ARM/PALMTX SUPPORT
599P: Marek Vasut
600M: marek.vasut@gmail.com
601W: http://hackndev.com
602S: Maintained
603
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604ARM/PLEB SUPPORT
605P: Peter Chubb
606M: pleb@gelato.unsw.edu.au
607W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
608S: Maintained
609
610ARM/PT DIGITAL BOARD PORT
611P: Stefan Eletzhofer
612M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700613L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614W: http://www.arm.linux.org.uk/
615S: Maintained
616
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800617ARM/RADISYS ENP2611 MACHINE SUPPORT
618P: Lennert Buytenhek
619M: kernel@wantstofly.org
620L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
621S: Maintained
622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623ARM/SHARK MACHINE SUPPORT
624P: Alexander Schulz
625M: alex@shark-linux.de
626W: http://www.shark-linux.de/shark.html
627S: Maintained
628
629ARM/STRONGARM110 PORT
630P: Russell King
631M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700632L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633W: http://www.arm.linux.org.uk/
634S: Maintained
635
636ARM/S3C2410 ARM ARCHITECTURE
637P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800638M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700639L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640W: http://www.fluff.org/ben/linux/
641S: Maintained
642
643ARM/S3C2440 ARM ARCHITECTURE
644P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800645M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647W: http://www.fluff.org/ben/linux/
648S: Maintained
649
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800650ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
651P: Lennert Buytenhek
652M: kernel@wantstofly.org
653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654S: Maintained
655
656ARM/THECUS N2100 MACHINE SUPPORT
657P: Lennert Buytenhek
658M: kernel@wantstofly.org
659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
660S: Maintained
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662ARPD SUPPORT
663P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700664L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665S: Maintained
666
667ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500668P: Corentin Chary
669M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670P: Karol Kozimor
671M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672L: acpi4asus-user@lists.sourceforge.net
673W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500674W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675S: Maintained
676
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400677ASUS ASB100 HARDWARE MONITOR DRIVER
678P: Mark M. Hoffman
679M: mhoffman@lightlink.com
680L: lm-sensors@lm-sensors.org
681S: Maintained
682
Corentin Chary85091b72007-01-26 14:04:30 +0100683ASUS LAPTOP EXTRAS DRIVER
684P: Corentin Chary
685M: corentincj@iksaif.net
686L: acpi4asus-user@lists.sourceforge.net
687W: http://sourceforge.net/projects/acpi4asus
688W: http://xf.iksaif.net/acpi4asus
689S: Maintained
690
Dan Williamsb3e5f262007-08-07 10:26:35 -0700691ASYNCHRONOUS TRANSFERS/TRANSFORMS API
692P: Dan Williams
693M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100694P: Maciej Sosnowski
695M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700696L: linux-kernel@vger.kernel.org
697W: http://sourceforge.net/projects/xscaleiop
698S: Supported
699
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700ATA OVER ETHERNET DRIVER
701P: Ed L. Cashin
702M: ecashin@coraid.com
703W: http://www.coraid.com/support/linux
704S: Supported
705
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200706ATHEROS ATH5K WIRELESS DRIVER
707P: Jiri Slaby
708M: jirislaby@gmail.com
709P: Nick Kossifidis
710M: mickflemm@gmail.com
711P: Luis R. Rodriguez
712M: mcgrof@gmail.com
713L: linux-wireless@vger.kernel.org
714L: ath5k-devel@lists.ath5k.org
715S: Maintained
716
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000717ATI_REMOTE2 DRIVER
718P: Ville Syrjala
719M: syrjala@sci.fi
720S: Maintained
721
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600722ATL1 ETHERNET DRIVER
723P: Jay Cliburn
724M: jcliburn@gmail.com
725P: Chris Snook
726M: csnook@redhat.com
727L: atl1-devel@lists.sourceforge.net
728W: http://sourceforge.net/projects/atl1
729W: http://atl1.sourceforge.net
730S: Maintained
731
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732ATM
733P: Chas Williams
734M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700735L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736W: http://linux-atm.sourceforge.net
737S: Maintained
738
Pierre Ossman272f1332007-05-14 21:25:26 +0200739ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200740P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800741M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200742L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743W: http://www.atmel.com/products/AT91/
744W: http://www.at91.com/
745S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200746
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800747ATMEL AT91 / AT32 SERIAL DRIVER
748P: Haavard Skinnemoen
749M: hskinnemoen@atmel.com
750L: linux-kernel@vger.kernel.org
751S: Supported
752
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800753ATMEL LCDFB DRIVER
754P: Nicolas Ferre
755M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800756L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800757S: Maintained
758
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100759ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100760P: Haavard Skinnemoen
761M: hskinnemoen@atmel.com
762S: Supported
763
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800764ATMEL SPI DRIVER
765P: Haavard Skinnemoen
766M: hskinnemoen@atmel.com
767S: Supported
768
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700769ATMEL USBA UDC DRIVER
770P: Haavard Skinnemoen
771M: hskinnemoen@atmel.com
772L: kernel@avr32linux.org
773W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
774S: Supported
775
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776ATMEL WIRELESS DRIVER
777P: Simon Kelley
778M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700779L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780W: http://www.thekelleys.org.uk/atmel
781W: http://atmelwlandriver.sourceforge.net/
782S: Maintained
783
Chris Wrighta92b7b82005-07-07 18:12:23 -0700784AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400785P: Al Viro
786M: viro@zeniv.linux.org.uk
787P: Eric Paris
788M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700789L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100790W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400791T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700792S: Maintained
793
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800794AUXILIARY DISPLAY DRIVERS
795P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700796M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800797L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700798W: http://miguelojeda.es/auxdisplay.htm
799W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800800S: Maintained
801
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700802AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700803P: Haavard Skinnemoen
804M: hskinnemoen@atmel.com
805W: http://www.atmel.com/products/AVR32/
806W: http://avr32linux.org/
807W: http://avrfreaks.net/
808S: Supported
809
810AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700811P: Haavard Skinnemoen
812M: hskinnemoen@atmel.com
813S: Supported
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815AX.25 NETWORK LAYER
816P: Ralf Baechle
817M: ralf@linux-mips.org
818L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200819W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820S: Maintained
821
Richard Purdie300abeb2007-02-07 22:21:07 +0000822BACKLIGHT CLASS/SUBSYSTEM
823P: Richard Purdie
824M: rpurdie@rpsys.net
825S: Maintained
826
Bryan Wu1394f032007-05-06 14:50:22 -0700827BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800828P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800829M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800830L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
831W: http://blackfin.uclinux.org
832S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700833
Bryan Wue190d6b2007-07-17 14:43:44 +0800834BLACKFIN EMAC DRIVER
835P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800836M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800837L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
838W: http://blackfin.uclinux.org
839S: Supported
840
Mike Frysinger566da5b2007-06-11 15:31:30 +0800841BLACKFIN RTC DRIVER
842P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800843M: vapier.adi@gmail.com
844L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
845W: http://blackfin.uclinux.org
846S: Supported
847
Bryan Wu1394f032007-05-06 14:50:22 -0700848BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800849P: Sonic Zhang
850M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800851L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
852W: http://blackfin.uclinux.org
853S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700854
Bryan Wu1e6d3202007-07-15 02:50:02 +0800855BLACKFIN WATCHDOG DRIVER
856P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800857M: vapier.adi@gmail.com
858L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
859W: http://blackfin.uclinux.org
860S: Supported
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862BAYCOM/HDLCDRV DRIVERS FOR AX.25
863P: Thomas Sailer
864M: t.sailer@alumni.ethz.ch
865L: linux-hams@vger.kernel.org
866W: http://www.baycom.org/~tom/ham/ham.html
867S: Maintained
868
Michael Buesche4d6b792007-09-18 15:39:42 -0400869B43 WIRELESS DRIVER
870P: Michael Buesch
871M: mb@bu3sch.de
872P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100873M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400874L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100875W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400876S: Maintained
877
Larry Finger75388ac2007-09-25 16:46:54 -0700878B43LEGACY WIRELESS DRIVER
879P: Larry Finger
880M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100881P: Stefano Brivio
882M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700883L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100884W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700885S: Maintained
886
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887BEFS FILE SYSTEM
888P: Sergey S. Kostyliov
889M: rathamahata@php4.ru
890L: linux-kernel@vger.kernel.org
891S: Maintained
892
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893BFS FILE SYSTEM
894P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800895M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896L: linux-kernel@vger.kernel.org
897S: Maintained
898
Bryan Wud24ecfc2007-05-01 23:26:32 +0200899BLACKFIN I2C TWI DRIVER
900P: Sonic Zhang
901M: sonic.zhang@analog.com
902L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
903W: http://blackfin.uclinux.org/
904S: Supported
905
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906BLOCK LAYER
907P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200908M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800910T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911S: Maintained
912
Joern Engel2b54aae2008-02-06 01:38:02 -0800913BLOCK2MTD DRIVER
914P: Joern Engel
915M: joern@lazybastard.org
916L: linux-mtd@lists.infradead.org
917S: Maintained
918
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919BLUETOOTH SUBSYSTEM
920P: Marcel Holtmann
921M: marcel@holtmann.org
922P: Maxim Krasnyansky
923M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700924L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925W: http://bluez.sf.net
926W: http://www.bluez.org
927W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800928T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929S: Maintained
930
931BLUETOOTH RFCOMM LAYER
932P: Marcel Holtmann
933M: marcel@holtmann.org
934P: Maxim Krasnyansky
935M: maxk@qualcomm.com
936S: Maintained
937
938BLUETOOTH BNEP LAYER
939P: Marcel Holtmann
940M: marcel@holtmann.org
941P: Maxim Krasnyansky
942M: maxk@qualcomm.com
943S: Maintained
944
945BLUETOOTH CMTP LAYER
946P: Marcel Holtmann
947M: marcel@holtmann.org
948S: Maintained
949
950BLUETOOTH HIDP LAYER
951P: Marcel Holtmann
952M: marcel@holtmann.org
953S: Maintained
954
955BLUETOOTH HCI UART DRIVER
956P: Marcel Holtmann
957M: marcel@holtmann.org
958P: Maxim Krasnyansky
959M: maxk@qualcomm.com
960S: Maintained
961
962BLUETOOTH HCI USB DRIVER
963P: Marcel Holtmann
964M: marcel@holtmann.org
965P: Maxim Krasnyansky
966M: maxk@qualcomm.com
967S: Maintained
968
969BLUETOOTH HCI BCM203X DRIVER
970P: Marcel Holtmann
971M: marcel@holtmann.org
972S: Maintained
973
974BLUETOOTH HCI BPA10X DRIVER
975P: Marcel Holtmann
976M: marcel@holtmann.org
977S: Maintained
978
979BLUETOOTH HCI BFUSB DRIVER
980P: Marcel Holtmann
981M: marcel@holtmann.org
982S: Maintained
983
984BLUETOOTH HCI DTL1 DRIVER
985P: Marcel Holtmann
986M: marcel@holtmann.org
987S: Maintained
988
989BLUETOOTH HCI BLUECARD DRIVER
990P: Marcel Holtmann
991M: marcel@holtmann.org
992S: Maintained
993
994BLUETOOTH HCI BT3C DRIVER
995P: Marcel Holtmann
996M: marcel@holtmann.org
997S: Maintained
998
999BLUETOOTH HCI BTUART DRIVER
1000P: Marcel Holtmann
1001M: marcel@holtmann.org
1002S: Maintained
1003
1004BLUETOOTH HCI VHCI DRIVER
1005P: Maxim Krasnyansky
1006M: maxk@qualcomm.com
1007S: Maintained
1008
1009BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001010P: Jay Vosburgh
1011M: fubar@us.ibm.com
1012L: bonding-devel@lists.sourceforge.net
1013W: http://sourceforge.net/projects/bonding/
1014S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Gary Zambrano39105892006-06-22 17:26:20 -07001016BROADCOM B44 10/100 ETHERNET DRIVER
1017P: Gary Zambrano
1018M: zambrano@broadcom.com
1019L: netdev@vger.kernel.org
1020S: Supported
1021
Michael Chan948c51e2006-06-04 02:51:39 -07001022BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1023P: Michael Chan
1024M: mchan@broadcom.com
1025L: netdev@vger.kernel.org
1026S: Supported
1027
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001028BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001029P: Eilon Greenstein
1030M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001031L: netdev@vger.kernel.org
1032S: Supported
1033
Michael Chan948c51e2006-06-04 02:51:39 -07001034BROADCOM TG3 GIGABIT ETHERNET DRIVER
1035P: Michael Chan
1036M: mchan@broadcom.com
1037L: netdev@vger.kernel.org
1038S: Supported
1039
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001040BSG (block layer generic sg v4 driver)
1041P: FUJITA Tomonori
1042M: fujita.tomonori@lab.ntt.co.jp
1043L: linux-scsi@vger.kernel.org
1044S: Supported
1045
Michael Bueschff1d5c22008-07-25 01:46:10 -07001046BT8XXGPIO DRIVER
1047P: Michael Buesch
1048M: mb@bu3sch.de
1049W: http://bu3sch.de/btgpio.php
1050S: Maintained
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001053P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001054M: mchehab@infradead.org
1055M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001057W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001058T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001059S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060
Jonathan Corbet77d51402007-03-22 19:44:17 -03001061CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1062P: Jonathan Corbet
1063M: corbet@lwn.net
1064L: video4linux-list@redhat.com
1065S: Maintained
1066
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001067CAN NETWORK LAYER
1068P: Urs Thuermann
1069M: urs.thuermann@volkswagen.de
1070P: Oliver Hartkopp
1071M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001072L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001073W: http://developer.berlios.de/projects/socketcan/
1074S: Maintained
1075
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001076CALGARY x86-64 IOMMU
1077P: Muli Ben-Yehuda
1078M: muli@il.ibm.com
1079P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001080M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001081L: linux-kernel@vger.kernel.org
1082L: discuss@x86-64.org
1083S: Maintained
1084
Arnd Bergmannb8154542008-05-16 11:10:59 +02001085CELL BROADBAND ENGINE ARCHITECTURE
1086P: Arnd Bergmann
1087M: arnd@arndb.de
1088L: linuxppc-dev@ozlabs.org
1089L: cbe-oss-dev@ozlabs.org
1090W: http://www.ibm.com/developerworks/power/cell/
1091S: Supported
1092
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001093CFAG12864B LCD DRIVER
1094P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001095M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001096L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001097W: http://miguelojeda.es/auxdisplay.htm
1098W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001099S: Maintained
1100
1101CFAG12864BFB LCD FRAMEBUFFER DRIVER
1102P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001103M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001104L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001105W: http://miguelojeda.es/auxdisplay.htm
1106W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001107S: Maintained
1108
Johannes Berg704232c2007-04-23 12:20:05 -07001109CFG80211 and NL80211
1110P: Johannes Berg
1111M: johannes@sipsolutions.net
1112L: linux-wireless@vger.kernel.org
1113S: Maintained
1114
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001115CHECKPATCH
1116P: Andy Whitcroft
1117M: apw@shadowen.org
1118P: Randy Dunlap
1119M: rdunlap@xenotime.net
1120P: Joel Schopp
1121M: jschopp@austin.ibm.com
1122S: Supported
1123
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124COMMON INTERNET FILE SYSTEM (CIFS)
1125P: Steve French
1126M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001127L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001129W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001130T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001131S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
Joel Becker7063fbf2005-12-15 14:29:43 -08001133CONFIGFS
1134P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001135M: joel.becker@oracle.com
1136L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001137S: Supported
1138
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001139CIRRUS LOGIC EP93XX ETHERNET DRIVER
1140P: Lennert Buytenhek
1141M: kernel@wantstofly.org
1142L: netdev@vger.kernel.org
1143S: Maintained
1144
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001145CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1146P: Lennert Buytenhek
1147M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001148L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001149S: Maintained
1150
Timur Tabid9e9d822008-04-24 08:45:26 +10001151CIRRUS LOGIC CS4270 SOUND DRIVER
1152P: Timur Tabi
1153M: timur@freescale.com
1154L: alsa-devel@alsa-project.org
1155S: Supported
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1158P: Cirrus Logic Corporation (kernel 2.2 driver)
1159M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1160P: Nils Faerber (port to kernel 2.4)
1161M: Nils Faerber <nils@kernelconcepts.de>
1162S: Maintained
1163
1164CODA FILE SYSTEM
1165P: Jan Harkes
1166M: jaharkes@cs.cmu.edu
1167M: coda@cs.cmu.edu
1168L: codalist@coda.cs.cmu.edu
1169W: http://www.coda.cs.cmu.edu/
1170S: Maintained
1171
1172COMPACTPCI HOTPLUG CORE
1173P: Scott Murray
1174M: scottm@somanetworks.com
1175M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001176L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177S: Supported
1178
1179COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1180P: Scott Murray
1181M: scottm@somanetworks.com
1182M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001183L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184S: Supported
1185
1186COMPACTPCI HOTPLUG GENERIC DRIVER
1187P: Scott Murray
1188M: scottm@somanetworks.com
1189M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001190L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191S: Supported
1192
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001193COMPAL LAPTOP SUPPORT
1194P: Cezary Jackiewicz
1195M: cezary.jackiewicz@gmail.com
1196S: Maintained
1197
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198COMPUTONE INTELLIPORT MULTIPORT CARD
1199P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001200M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001202S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203
Simon Arlott949be0f2007-03-06 02:47:46 -08001204CONEXANT ACCESSRUNNER USB DRIVER
1205P: Simon Arlott
1206M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001207L: accessrunner-general@lists.sourceforge.net
1208W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001209S: Maintained
1210
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001211CONTROL GROUPS (CGROUPS)
1212P: Paul Menage
1213M: menage@google.com
1214L: containers@lists.linux-foundation.org
1215S: Maintained
1216
Rudolf Marekbebe4672007-05-08 17:22:02 +02001217CORETEMP HARDWARE MONITORING DRIVER
1218P: Rudolf Marek
1219M: r.marek@assembler.cz
1220L: lm-sensors@lm-sensors.org
1221S: Maintained
1222
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223COSA/SRP SYNC SERIAL DRIVER
1224P: Jan "Yenya" Kasprzak
1225M: kas@fi.muni.cz
1226W: http://www.fi.muni.cz/~kas/cosa/
1227S: Maintained
1228
1229CPU FREQUENCY DRIVERS
1230P: Dave Jones
1231M: davej@codemonkey.org.uk
1232L: cpufreq@lists.linux.org.uk
1233W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001234T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237CPUID/MSR DRIVER
1238P: H. Peter Anvin
1239M: hpa@zytor.com
1240S: Maintained
1241
Paul Jacksoned90fb42005-09-27 21:45:37 -07001242CPUSETS
1243P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001244P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001245M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001246M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001247L: linux-kernel@vger.kernel.org
1248W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001249W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001250S: Supported
1251
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001253W: http://sourceforge.net/projects/cramfs/
1254S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
1256CRIS PORT
1257P: Mikael Starvik
1258M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001259P: Jesper Nilsson
1260M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261L: dev-etrax@axis.com
1262W: http://developer.axis.com
1263S: Maintained
1264
1265CRYPTO API
1266P: Herbert Xu
1267M: herbert@gondor.apana.org.au
1268P: David S. Miller
1269M: davem@davemloft.net
1270L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001271T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272S: Maintained
1273
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001274CS5535 Audio ALSA driver
1275P: Jaya Kumar
1276M: jayakumar.alsa@gmail.com
1277S: Maintained
1278
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001279CX18 VIDEO4LINUX DRIVER
1280P: Hans Verkuil, Andy Walls
1281M: hverkuil@xs4all.nl, awalls@radix.net
1282L: ivtv-devel@ivtvdriver.org
1283L: ivtv-users@ivtvdriver.org
1284L: video4linux-list@redhat.com
1285W: http://linuxtv.org
1286S: Maintained
1287
Steve Wisee5ec3782008-05-20 14:06:33 -07001288CXGB3 ETHERNET DRIVER (CXGB3)
1289P: Divy Le Ray
1290M: divy@chelsio.com
1291L: netdev@vger.kernel.org
1292W: http://www.chelsio.com
1293S: Supported
1294
1295CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1296P: Steve Wise
1297M: swise@chelsio.com
1298L: general@lists.openfabrics.org
1299W: http://www.openfabrics.org
1300S: Supported
1301
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302CYBERPRO FB DRIVER
1303P: Russell King
1304M: rmk@arm.linux.org.uk
1305W: http://www.arm.linux.org.uk/
1306S: Maintained
1307
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001308CYBLAFB FRAMEBUFFER DRIVER
1309P: Knut Petersen
1310M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001311L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001312S: Maintained
1313
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314CYCLADES 2X SYNC CARD DRIVER
1315P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001316M: acme@ghostprotocols.net
1317W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318S: Maintained
1319
1320CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001322S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323
1324CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001326S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328DAMA SLAVE for AX.25
1329P: Joerg Reuter
1330M: jreuter@yaina.de
1331W: http://yaina.de/jreuter/
1332W: http://www.qsl.net/dl1bke/
1333L: linux-hams@vger.kernel.org
1334S: Maintained
1335
1336DC395x SCSI driver
1337P: Oliver Neukum
1338M: oliver@neukum.name
1339P: Ali Akcaagac
1340M: aliakc@web.de
1341P: Jamie Lenehan
1342M: lenehan@twibble.org
1343W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001344L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345L: http://lists.twibble.org/mailman/listinfo/dc395x/
1346S: Maintained
1347
1348DC390/AM53C974 SCSI driver
1349P: Kurt Garloff
1350M: garloff@suse.de
1351W: http://www.garloff.de/kurt/linux/dc390/
1352P: Guennadi Liakhovetski
1353M: g.liakhovetski@gmx.de
1354S: Maintained
1355
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001356DCCP PROTOCOL
1357P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001358M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001359L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001360W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001361S: Maintained
1362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001364P: Christine Caulfield
1365M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366W: http://linux-decnet.sourceforge.net
1367L: linux-decnet-user@lists.sourceforge.net
1368S: Maintained
1369
1370DEFXX FDDI NETWORK DRIVER
1371P: Maciej W. Rozycki
1372M: macro@linux-mips.org
1373S: Maintained
1374
1375DELL LAPTOP SMM DRIVER
1376P: Massimo Dal Zotto
1377M: dz@debian.org
1378W: http://www.debian.org/~dz/i8k/
1379S: Maintained
1380
Doug Warzecha90563ec2005-09-06 15:17:15 -07001381DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1382P: Doug Warzecha
1383M: Douglas_Warzecha@dell.com
1384S: Maintained
1385
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001386DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387P: Alasdair Kergon
1388L: dm-devel@redhat.com
1389W: http://sources.redhat.com/dm
1390S: Maintained
1391
1392DEVICE NUMBER REGISTRY
1393P: Torben Mathiasen
1394M: device@lanana.org
1395W: http://lanana.org/docs/device-list/index.html
1396L: linux-kernel@vger.kernel.org
1397S: Maintained
1398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399DIGI INTL. EPCA DRIVER
1400P: Digi International, Inc
1401M: Eng.Linux@digi.com
1402L: Eng.Linux@digi.com
1403W: http://www.digi.com
1404S: Orphaned
1405
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406DIRECTORY NOTIFICATION
1407P: Stephen Rothwell
1408M: sfr@canb.auug.org.au
1409L: linux-kernel@vger.kernel.org
1410S: Supported
1411
1412DISK GEOMETRY AND PARTITION HANDLING
1413P: Andries Brouwer
1414M: aeb@cwi.nl
1415W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1416W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1417W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1418S: Maintained
1419
1420DISKQUOTA:
1421P: Jan Kara
1422M: jack@suse.cz
1423L: linux-kernel@vger.kernel.org
1424S: Maintained
1425
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001426DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001427P: Christine Caulfield
1428M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001429P: David Teigland
1430M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001431L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001432W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001433T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001434S: Supported
1435
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1437P: Tobias Ringstrom
1438M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001439L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440S: Maintained
1441
Dan Williamsb3e5f262007-08-07 10:26:35 -07001442DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001443P: Maciej Sosnowski
1444M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001445P: Dan Williams
1446M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001447L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001448S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001449
Juerg Haefligerb8250372007-06-09 10:11:16 -04001450DME1737 HARDWARE MONITOR DRIVER
1451P: Juerg Haefliger
1452M: juergh@gmail.com
1453L: lm-sensors@lm-sensors.org
1454S: Maintained
1455
Martin Waitzba483d52005-06-17 13:20:59 -07001456DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001457P: Randy Dunlap
1458M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001459S: Maintained
1460
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001461DOCKING STATION DRIVER
1462P: Kristen Carlson Accardi
1463M: kristen.c.accardi@intel.com
1464L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001465S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001466
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001467DOCUMENTATION (/Documentation directory)
1468P: Michael Kerrisk
1469M: mtk.manpages@gmail.com
1470P: Randy Dunlap
1471M: rdunlap@xenotime.net
1472L: linux-doc@vger.kernel.org
1473S: Maintained
1474
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475DOUBLETALK DRIVER
1476P: James R. Van Zandt
1477M: jrv@vanzandt.mv.com
1478L: blinux-list@redhat.com
1479S: Maintained
1480
1481DRIVER CORE, KOBJECTS, AND SYSFS
1482P: Greg Kroah-Hartman
1483M: gregkh@suse.de
1484L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001485T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486S: Supported
1487
1488DRM DRIVERS
1489P: David Airlie
1490M: airlied@linux.ie
1491L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001492T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493S: Maintained
1494
1495DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001496P: Francois Romieu
1497M: romieu@fr.zoreil.com
1498L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499S: Maintained
1500
1501DVB SUBSYSTEM AND DRIVERS
1502P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001503M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001505W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001506T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001507S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001509DZ DECSTATION DZ11 SERIAL DRIVER
1510P: Maciej W. Rozycki
1511M: macro@linux-mips.org
1512S: Maintained
1513
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514EATA-DMA SCSI DRIVER
1515P: Michael Neuffer
1516L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1517S: Maintained
1518
1519EATA ISA/EISA/PCI SCSI DRIVER
1520P: Dario Ballabio
1521M: ballabio_dario@emc.com
1522L: linux-scsi@vger.kernel.org
1523S: Maintained
1524
1525EATA-PIO SCSI DRIVER
1526P: Michael Neuffer
1527M: mike@i-Connect.Net
1528L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1529S: Maintained
1530
1531EBTABLES
1532P: Bart De Schuymer
1533M: bart.de.schuymer@pandora.be
1534L: ebtables-user@lists.sourceforge.net
1535L: ebtables-devel@lists.sourceforge.net
1536W: http://ebtables.sourceforge.net/
1537S: Maintained
1538
Michael Halcrow237fead2006-10-04 02:16:22 -07001539ECRYPT FILE SYSTEM
1540P: Mike Halcrow, Phillip Hellewell
1541M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1542L: ecryptfs-devel@lists.sourceforge.net
1543W: http://ecryptfs.sourceforge.net/
1544S: Supported
1545
Alan Coxda9bb1d2006-01-18 17:44:13 -08001546EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001547P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001548M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001549L: bluesmoke-devel@lists.sourceforge.net
1550W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001551S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001552
1553EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001554P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001555P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001556M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001557M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001558L: bluesmoke-devel@lists.sourceforge.net
1559W: bluesmoke.sourceforge.net
1560S: Maintained
1561
1562EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001563P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001564M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001565L: bluesmoke-devel@lists.sourceforge.net
1566W: bluesmoke.sourceforge.net
1567S: Maintained
1568
Douglas Thompson6bc78402007-07-19 01:50:12 -07001569EDAC-I82443BXGX
1570P: Tim Small
1571M: tim@buttersideup.com
1572L: bluesmoke-devel@lists.sourceforge.net
1573W: bluesmoke.sourceforge.net
1574S: Maintained
1575
1576EDAC-I3000
1577P: Jason Uhlenkott
1578M: juhlenko@akamai.com
1579L: bluesmoke-devel@lists.sourceforge.net
1580W: bluesmoke.sourceforge.net
1581S: Maintained
1582
1583EDAC-I5000
1584P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001585M: dougthompson@xmission.com
1586L: bluesmoke-devel@lists.sourceforge.net
1587W: bluesmoke.sourceforge.net
1588S: Maintained
1589
1590EDAC-I82975X
1591P: Ranganathan Desikan
1592P: Arvind R.
1593M: rdesikan@jetzbroadband.com
1594M: arvind@acarlab.com
1595L: bluesmoke-devel@lists.sourceforge.net
1596W: bluesmoke.sourceforge.net
1597S: Maintained
1598
1599EDAC-PASEMI
1600P: Egor Martovetsky
1601M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001602L: bluesmoke-devel@lists.sourceforge.net
1603W: bluesmoke.sourceforge.net
1604S: Maintained
1605
Dave Peterson0e438e32006-03-26 01:38:55 -08001606EDAC-R82600
1607P: Tim Small
1608M: tim@buttersideup.com
1609L: bluesmoke-devel@lists.sourceforge.net
1610W: bluesmoke.sourceforge.net
1611S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001612
Eric Coopere59f8792008-03-13 12:55:46 +01001613EEEPC LAPTOP EXTRAS DRIVER
1614P: Corentin Chary
1615M: corentincj@iksaif.net
1616L: acpi4asus-user@lists.sourceforge.net
1617W: http://sourceforge.net/projects/acpi4asus
1618S: Maintained
1619
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620EEPRO100 NETWORK DRIVER
1621P: Andrey V. Savochkin
1622M: saw@saw.sw.com.sg
1623S: Maintained
1624
Josh Triplett0bee8d22006-07-30 03:03:58 -07001625EFS FILESYSTEM
1626W: http://aeschi.ch.eu.org/efs/
1627S: Orphan
1628
Heiko J Schickfab97222006-09-22 15:22:22 -07001629EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1630P: Hoang-Nam Nguyen
1631M: hnguyen@de.ibm.com
1632P: Christoph Raisch
1633M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001634L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001635S: Supported
1636
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001637EMBEDDED LINUX
1638P: Paul Gortmaker
1639M: paul.gortmaker@windriver.com
1640P David Woodhouse
1641M: dwmw2@infradead.org
1642L: linux-embedded@vger.kernel.org
1643S: Maintained
1644
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001645EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001646P: James Smart
1647M: james.smart@emulex.com
1648L: linux-scsi@vger.kernel.org
1649W: http://sourceforge.net/projects/lpfcxxxx
1650S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001651
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652EPSON 1355 FRAMEBUFFER DRIVER
1653P: Christopher Hoover
1654M: ch@murgatroid.com, ch@hpl.hp.com
1655S: Maintained
1656
1657ETHEREXPRESS-16 NETWORK DRIVER
1658P: Philip Blundell
1659M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001660L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661S: Maintained
1662
1663ETHERNET BRIDGE
1664P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001665M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001666L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001667W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668S: Maintained
1669
1670ETHERTEAM 16I DRIVER
1671P: Mika Kuoppala
1672M: miku@iki.fi
1673S: Maintained
1674
1675EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001676L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Maintained
1678
1679EXT3 FILE SYSTEM
1680P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001681M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001682L: linux-ext4@vger.kernel.org
1683S: Maintained
1684
1685EXT4 FILE SYSTEM
1686P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001687M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001688L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689S: Maintained
1690
Jean Delvaree53004e2006-01-09 23:26:14 +01001691F71805F HARDWARE MONITORING DRIVER
1692P: Jean Delvare
1693M: khali@linux-fr.org
1694L: lm-sensors@lm-sensors.org
1695S: Maintained
1696
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697FARSYNC SYNCHRONOUS DRIVER
1698P: Kevin Curtis
1699M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700W: http://www.farsite.co.uk/
1701S: Supported
1702
Akinobu Mitac5408b82007-04-23 14:41:20 -07001703FAULT INJECTION SUPPORT
1704P: Akinobu Mita
1705M: akinobu.mita@gmail.com
1706S: Supported
1707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708FRAMEBUFFER LAYER
1709P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001710M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001711L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712W: http://linux-fbdev.sourceforge.net/
1713S: Maintained
1714
Zhang Wei173acc72008-03-01 07:42:48 -07001715FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001716P: Li Yang
1717M: leoli@freescale.com
1718P: Zhang Wei
1719M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001720L: linuxppc-embedded@ozlabs.org
1721L: linux-kernel@vger.kernel.org
1722S: Maintained
1723
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001724FREESCALE I2C CPM DRIVER
1725P: Jochen Friedrich
1726M: jochen@scram.de
1727L: linuxppc-dev@ozlabs.org
1728L: i2c@lm-sensors.org
1729S: Maintained
1730
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001731FREESCALE SOC FS_ENET DRIVER
1732P: Pantelis Antoniou
1733M: pantelis.antoniou@gmail.com
1734P: Vitaly Bordug
1735M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001736L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001737L: netdev@vger.kernel.org
1738S: Maintained
1739
Timur Tabid9e9d822008-04-24 08:45:26 +10001740FREESCALE QUICC ENGINE LIBRARY
1741P: Timur Tabi
1742M: timur@freescale.com
1743L: linuxppc-dev@ozlabs.org
1744S: Supported
1745
Li Yanga7205b32007-04-23 10:38:18 -07001746FREESCALE HIGHSPEED USB DEVICE DRIVER
1747P: Li Yang
1748M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001749L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001750L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001751S: Maintained
1752
Li Yangbeaf53b2007-05-25 13:54:02 +08001753FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1754P: Li Yang
1755M: leoli@freescale.com
1756L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001757L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001758S: Maintained
1759
Timur Tabid9e9d822008-04-24 08:45:26 +10001760FREESCALE QUICC ENGINE UCC UART DRIVER
1761P: Timur Tabi
1762M: timur@freescale.com
1763L: linuxppc-dev@ozlabs.org
1764S: Supported
1765
1766FREESCALE SOC SOUND DRIVERS
1767P: Timur Tabi
1768M: timur@freescale.com
1769L: alsa-devel@alsa-project.org
1770L: linuxppc-dev@ozlabs.org
1771S: Supported
1772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773FILE LOCKING (flock() and fcntl()/lockf())
1774P: Matthew Wilcox
1775M: matthew@wil.cx
1776L: linux-fsdevel@vger.kernel.org
1777S: Maintained
1778
1779FILESYSTEMS (VFS and infrastructure)
1780P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001781M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001782L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783S: Maintained
1784
Stefan Richterf148e202008-01-12 12:32:44 +01001785FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001786P: Kristian Hoegsberg, Stefan Richter
1787M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1788L: linux1394-devel@lists.sourceforge.net
1789W: http://www.linux1394.org/
1790T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1791S: Maintained
1792
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793FIRMWARE LOADER (request_firmware)
1794L: linux-kernel@vger.kernel.org
1795S: Orphan
1796
1797FPU EMULATOR
1798P: Bill Metzenthen
1799M: billm@suburbia.net
1800W: http://suburbia.net/~billm/floating-point/emulator/
1801S: Maintained
1802
1803FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1804P: Mike McLagan
1805M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001806L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807S: Maintained
1808
1809FREEVXFS FILESYSTEM
1810P: Christoph Hellwig
1811M: hch@infradead.org
1812W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1813S: Maintained
1814
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001815FTRACE
1816P: Steven Rostedt
1817M: srostedt@redhat.com
1818S: Maintained
1819
David Howells5ab7ffe2007-04-10 15:10:45 +01001820FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821P: David Howells
1822M: dhowells@redhat.com
1823S: Maintained
1824
Jonathan Woithe20b93732008-06-11 10:14:56 +09301825FUJITSU LAPTOP EXTRAS
1826P: Jonathan Woithe
1827M: jwoithe@physics.adelaide.edu.au
1828L: linux-acpi@vger.kernel.org
1829S: Maintained
1830
Miklos Szeredi04578f12005-09-09 13:10:22 -07001831FUSE: FILESYSTEM IN USERSPACE
1832P: Miklos Szeredi
1833M: miklos@szeredi.hu
1834L: fuse-devel@lists.sourceforge.net
1835W: http://fuse.sourceforge.net/
1836S: Maintained
1837
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1839P: Rik Faith
1840M: faith@cs.unc.edu
1841L: linux-scsi@vger.kernel.org
1842S: Odd fixes (e.g., new signatures)
1843
1844GDT SCSI DISK ARRAY CONTROLLER DRIVER
1845P: Achim Leubner
1846M: achim_leubner@adaptec.com
1847L: linux-scsi@vger.kernel.org
1848W: http://www.icp-vortex.com/
1849S: Supported
1850
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001851GENERIC GPIO I2C DRIVER
1852P: Haavard Skinnemoen
1853M: hskinnemoen@atmel.com
1854S: Supported
1855
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1857P: Krzysztof Halasa
1858M: khc@pm.waw.pl
1859W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1860S: Maintained
1861
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001862GFS2 FILE SYSTEM
1863P: Steven Whitehouse
1864M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001865L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001866W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001867T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1868T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001869S: Supported
1870
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001871GIGASET ISDN DRIVERS
1872P: Hansjoerg Lipp
1873M: hjlipp@web.de
1874P: Tilman Schmidt
1875M: tilman@imap.cc
1876L: gigaset307x-common@lists.sourceforge.net
1877W: http://gigaset307x.sourceforge.net/
1878S: Maintained
1879
Jean Delvare5b543962005-08-15 19:51:02 +02001880HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001881P: Mark M. Hoffman
1882M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001883L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001884W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001885T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1886T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001887S: Maintained
1888
Michael Buesch844dd052006-06-26 00:24:59 -07001889HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001890S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001891
Robert Love860e1d62005-08-31 23:57:59 -04001892HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1893P: Robert Love
1894M: rlove@rlove.org
1895M: linux-kernel@vger.kernel.org
1896W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1897S: Maintained
1898
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899HARMONY SOUND DRIVER
1900P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001901M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001902L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903S: Maintained
1904
1905HAYES ESP SERIAL DRIVER
1906P: Andrew J. Robinson
1907M: arobinso@nyx.net
1908L: linux-kernel@vger.kernel.org
1909W: http://www.nyx.net/~arobinso
1910S: Maintained
1911
1912HFS FILESYSTEM
1913P: Roman Zippel
1914M: zippel@linux-m68k.org
1915L: linux-kernel@vger.kernel.org
1916S: Maintained
1917
1918HGA FRAMEBUFFER DRIVER
1919P: Ferenc Bakonyi
1920M: fero@drama.obuda.kando.hu
1921L: linux-nvidia@lists.surfsouth.com
1922W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1923S: Maintained
1924
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001925HID CORE LAYER
1926P: Jiri Kosina
1927M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001928L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001929T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001930S: Maintained
1931
Ingo Molnar38bed542007-02-22 09:09:34 +01001932HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1933P: Thomas Gleixner
1934M: tglx@linutronix.de
1935L: linux-kernel@vger.kernel.org
1936S: Maintained
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938HIGH-SPEED SCC DRIVER FOR AX.25
1939P: Klaus Kudielka
1940M: klaus.kudielka@ieee.org
1941L: linux-hams@vger.kernel.org
1942W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1943S: Maintained
1944
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001945HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1946P: HighPoint Linux Team
1947M: linux@highpoint-tech.com
1948W: http://www.highpoint-tech.com
1949S: Supported
1950
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951HIPPI
1952P: Jes Sorensen
1953M: jes@trained-monkey.org
1954L: linux-hippi@sunsite.dk
1955S: Maintained
1956
1957HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1958P: Chirag Kantharia
1959M: chirag.kantharia@hp.com
1960L: iss_storagedev@hp.com
1961S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001962
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963HEWLETT-PACKARD SMART2 RAID DRIVER
1964P: Chirag Kantharia
1965M: chirag.kantharia@hp.com
1966L: iss_storagedev@hp.com
1967S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001968
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1970P: Mike Miller
1971M: mike.miller@hp.com
1972L: iss_storagedev@hp.com
1973S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001974
Jouni Malinenff1d2762005-05-12 22:54:16 -04001975HOST AP DRIVER
1976P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001977M: j@w1.fi
1978L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001979L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001980W: http://hostap.epitest.fi/
1981S: Maintained
1982
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1984P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001985M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986S: Maintained
1987
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001988HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1989P: Carlos Corbacho
1990M: carlos@strangeworlds.co.uk
1991S: Odd Fixes
1992
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001993HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001994P: Clemens Ladisch
1995M: clemens@ladisch.de
1996S: Maintained
1997
1998HPET: i386
1999P: Venkatesh Pallipadi (Venki)
2000M: venkatesh.pallipadi@intel.com
2001S: Maintained
2002
2003HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002004P: Vojtech Pavlik
2005M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002006S: Maintained
2007
2008HPET: ACPI hpet.c
2009P: Bob Picco
2010M: bob.picco@hp.com
2011S: Maintained
2012
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013HPFS FILESYSTEM
2014P: Mikulas Patocka
2015M: mikulas@artax.karlin.mff.cuni.cz
2016W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2017S: Maintained
2018
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002019HTCPEN TOUCHSCREEN DRIVER
2020P: Pau Oliva Fora
2021M: pof@eslack.org
2022L: linux-input@vger.kernel.org
2023S: Maintained
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025HUGETLB FILESYSTEM
2026P: William Irwin
2027M: wli@holomorphy.com
2028S: Maintained
2029
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002030I2C/SMBUS STUB DRIVER
2031P: Mark M. Hoffman
2032M: mhoffman@lightlink.com
2033L: lm-sensors@lm-sensors.org
2034S: Maintained
2035
Jean Delvare5b543962005-08-15 19:51:02 +02002036I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002037P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002039P: Ben Dooks (embedded platforms)
2040M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002041L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002042T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043S: Maintained
2044
Till Harbaume8c76ee2007-05-01 23:26:35 +02002045I2C-TINY-USB DRIVER
2046P: Till Harbaum
2047M: till@harbaum.org
2048L: i2c@lm-sensors.org
2049T: http://www.harbaum.org/till/i2c_tiny_usb
2050S: Maintained
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002053P: H. Peter Anvin
2054M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055L: Linux-Kernel@vger.kernel.org
2056S: Maintained
2057
2058i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059P: H. Peter Anvin
2060M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002061T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062S: Maintained
2063
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064IA64 (Itanium) PLATFORM
2065P: Tony Luck
2066M: tony.luck@intel.com
2067L: linux-ia64@vger.kernel.org
2068W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002069T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070S: Maintained
2071
2072SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002073P: Jes Sorensen
2074M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075L: linux-altix@sgi.com
2076L: linux-ia64@vger.kernel.org
2077W: http://www.sgi.com/altix
2078S: Maintained
2079
2080IBM MCA SCSI SUBSYSTEM DRIVER
2081P: Michael Lang
2082M: langa2@kph.uni-mainz.de
2083W: http://www.uni-mainz.de/~langm000/linux.html
2084S: Maintained
2085
2086IBM Power Linux RAID adapter
2087P: Brian King
2088M: brking@us.ibm.com
2089S: Supported
2090
2091IBM ServeRAID RAID DRIVER
2092P: Jack Hammer
2093P: Dave Jeffery
2094M: ipslinux@adaptec.com
2095W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002096S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002098IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002100M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002102T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103S: Maintained
2104
2105IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002106P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002107M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002108L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002109S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
2111IDE/ATAPI FLOPPY DRIVERS
2112P: Paul Bristow
2113M: Paul Bristow <paul@paulbristow.net>
2114W: http://paulbristow.net/linux/idefloppy.html
2115L: linux-kernel@vger.kernel.org
2116S: Maintained
2117
2118IDE/ATAPI TAPE DRIVERS
2119P: Gadi Oxman
2120M: Gadi Oxman <gadio@netvision.net.il>
2121L: linux-kernel@vger.kernel.org
2122S: Maintained
2123
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002124IDE-SCSI DRIVER
2125L: linux-ide@vger.kernel.org
2126L: linux-scsi@vger.kernel.org
2127S: Orphan
2128
Stefan Richterf148e202008-01-12 12:32:44 +01002129IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002131M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002132P: Stefan Richter
2133M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134L: linux1394-devel@lists.sourceforge.net
2135W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002136T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
Stefan Richterf51a5a92007-04-23 14:41:10 -07002139IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140P: Dan Dennedy
2141M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002142P: Stefan Richter
2143M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002145S: Maintained
2146
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002148L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002149S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150
2151INFINIBAND SUBSYSTEM
2152P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002153M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002155M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002157M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002158L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002160T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161S: Supported
2162
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002163INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002164P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002165M: dmitry.torokhov@gmail.com
2166M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002167L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002168T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169S: Maintained
2170
Robert Lovec9f04f52005-07-15 12:21:07 -04002171INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002172P: John McCutchan
2173M: ttb@tentacle.dhs.org
2174P: Robert Love
2175M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002176L: linux-kernel@vger.kernel.org
2177S: Maintained
2178
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002179INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002180P: Sylvain Meyer
2181M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002182L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002183S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002184
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002186P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002187M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002188L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002189S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191INTEL IA32 MICROCODE UPDATE SUPPORT
2192P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002193M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194S: Maintained
2195
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002196INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002197P: Maciej Sosnowski
2198M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002199L: linux-kernel@vger.kernel.org
2200S: Supported
2201
Dan Williamsb3e5f262007-08-07 10:26:35 -07002202INTEL IOP-ADMA DMA DRIVER
2203P: Dan Williams
2204M: dan.j.williams@intel.com
2205L: linux-kernel@vger.kernel.org
2206S: Supported
2207
Michael Buesch844dd052006-06-26 00:24:59 -07002208INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2209P: Deepak Saxena
2210M: dsaxena@plexity.net
2211S: Maintained
2212
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002213INTEL IXP2000 ETHERNET DRIVER
2214P: Lennert Buytenhek
2215M: kernel@wantstofly.org
2216L: netdev@vger.kernel.org
2217S: Maintained
2218
Auke Kokd94e6fe2008-03-03 14:37:47 -08002219INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002220P: Jeff Kirsher
2221M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002222P: Jesse Brandeburg
2223M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002224P: Bruce Allan
2225M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002226P: PJ Waskiewicz
2227M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002228P: John Ronciak
2229M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002230L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002231W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232S: Supported
2233
James Ketrenos826d2ab2005-11-07 18:56:59 -06002234INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002235P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002236M: yi.zhu@intel.com
2237P: James Ketrenos
2238M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002239P: Reinette Chatre
2240M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002241L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002242L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002243W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002244W: http://ipw2100.sourceforge.net
2245S: Supported
2246
2247INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002248P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002249M: yi.zhu@intel.com
2250P: James Ketrenos
2251M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002252P: Reinette Chatre
2253M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002254L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002255L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002256W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002257W: http://ipw2200.sourceforge.net
2258S: Supported
2259
Zhu Yib481de92007-09-25 17:54:57 -07002260INTEL WIRELESS WIFI LINK (iwlwifi)
2261P: Zhu Yi
2262M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002263P: Reinette Chatre
2264M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002265L: linux-wireless@vger.kernel.org
2266L: ipw3945-devel@lists.sourceforge.net
2267W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002268T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002269S: Supported
2270
Ralf Baechlecb109a02007-08-30 23:56:30 -07002271IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272P: Ralf Baechle
2273M: ralf@linux-mips.org
2274L: linux-mips@linux-mips.org
2275S: Maintained
2276
Ralf Baechlecb109a02007-08-30 23:56:30 -07002277IOC3 SERIAL DRIVER
2278P: Pat Gefre
2279M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002280L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002281S: Maintained
2282
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283IP MASQUERADING:
2284P: Juanjo Ciarlante
2285M: jjciarla@raiz.uncu.edu.ar
2286S: Maintained
2287
Francois Romieu1202d6f2007-09-17 17:13:55 -07002288IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2289P: Francois Romieu
2290M: romieu@fr.zoreil.com
2291P: Sorbica Shieh
2292M: sorbica@icplus.com.tw
2293P: Jesse Huang
2294M: jesse@icplus.com.tw
2295L: netdev@vger.kernel.org
2296S: Maintained
2297
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002298IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002299P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002300M: infinipath@qlogic.com
2301L: general@lists.openfabrics.org
2302T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002303S: Supported
2304
Corey Minyard4409ebe2006-04-20 02:43:12 -07002305IPMI SUBSYSTEM
2306P: Corey Minyard
2307M: minyard@acm.org
2308L: openipmi-developer@lists.sourceforge.net
2309W: http://openipmi.sourceforge.net/
2310S: Supported
2311
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312IPX NETWORK LAYER
2313P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002314M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002315L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
David Sterba099dc4f2008-02-07 10:57:12 +01002318IPWIRELES DRIVER
2319P: Jiri Kosina
2320M: jkosina@suse.cz
2321P: David Sterba
2322M: dsterba@suse.cz
2323S: Maintained
2324T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2325
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002327P: Samuel Ortiz
2328M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002329L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002331S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332
Mike Christie14816b1e2007-11-28 16:22:06 -08002333ISCSI
2334P: Mike Christie
2335M: michaelc@cs.wisc.edu
2336L: open-iscsi@googlegroups.com
2337W: www.open-iscsi.org
2338T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2339S: Maintained
2340
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341ISAPNP
2342P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002343M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344S: Maintained
2345
2346ISDN SUBSYSTEM
2347P: Karsten Keil
2348M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002349L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002351T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
2354ISDN SUBSYSTEM (Eicon active card driver)
2355P: Armin Schindler
2356M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002357L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358W: http://www.melware.de
2359S: Maintained
2360
Hans Verkuil91821ff2007-12-02 09:35:33 -03002361IVTV VIDEO4LINUX DRIVER
2362P: Hans Verkuil
2363M: hverkuil@xs4all.nl
2364L: ivtv-devel@ivtvdriver.org
2365L: ivtv-users@ivtvdriver.org
2366L: video4linux-list@redhat.com
2367W: http://www.ivtvdriver.org
2368S: Maintained
2369
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2371P: David Woodhouse
2372M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002373L: linux-mtd@lists.infradead.org
2374W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375S: Maintained
2376
Artem Bityutskiy95270562008-07-14 17:58:44 +03002377UBI FILE SYSTEM (UBIFS)
2378P: Artem Bityutskiy
2379M: dedekind@infradead.org
2380P: Adrian Hunter
2381M: ext-adrian.hunter@nokia.com
2382L: linux-mtd@lists.infradead.org
2383T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2384W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2385S: Maintained
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387JFS FILESYSTEM
2388P: Dave Kleikamp
2389M: shaggy@austin.ibm.com
2390L: jfs-discussion@lists.sourceforge.net
2391W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002392T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Supported
2394
Josh Triplettde456d32006-07-30 03:04:00 -07002395JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002396P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002397M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002398L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002399S: Maintained
2400
Rudolf Marek4660cb32006-10-08 22:01:26 +02002401K8TEMP HARDWARE MONITORING DRIVER
2402P: Rudolf Marek
2403M: r.marek@assembler.cz
2404L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405S: Maintained
2406
2407KCONFIG
2408P: Roman Zippel
2409M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002410L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411S: Maintained
2412
Vivek Goyalea6c2082006-05-20 14:59:55 -07002413KDUMP
2414P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002415M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002416P: Haren Myneni
2417M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002418L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002419L: linux-kernel@vger.kernel.org
2420W: http://lse.sourceforge.net/kdump/
2421S: Maintained
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423KERNEL AUTOMOUNTER (AUTOFS)
2424P: H. Peter Anvin
2425M: hpa@zytor.com
2426L: autofs@linux.kernel.org
2427S: Odd Fixes
2428
2429KERNEL AUTOMOUNTER v4 (AUTOFS4)
2430P: Ian Kent
2431M: raven@themaw.net
2432L: autofs@linux.kernel.org
2433S: Maintained
2434
2435KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436P: Sam Ravnborg
2437M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002438T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2439T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002440L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002441S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
2443KERNEL JANITORS
2444P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002445L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Maintained
2448
2449KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002450P: J. Bruce Fields
2451M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002453M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002454L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002456S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457
Avi Kivity426d62e2006-12-13 00:34:03 -08002458KERNEL VIRTUAL MACHINE (KVM)
2459P: Avi Kivity
2460M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002461L: kvm@vger.kernel.org
2462W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002463S: Supported
2464
Hollis Blanchard513014b2008-04-16 23:28:08 -05002465KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2466P: Hollis Blanchard
2467M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002468L: kvm-ppc@vger.kernel.org
2469W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002470S: Supported
2471
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002472KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002473P: Anthony Xu
2474M: anthony.xu@intel.com
2475P: Xiantao Zhang
2476M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002477L: kvm-ia64@vger.kernel.org
2478W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002479S: Supported
2480
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002481KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2482P: Carsten Otte
2483M: cotte@de.ibm.com
2484P: Christian Borntraeger
2485M: borntraeger@de.ibm.com
2486M: linux390@de.ibm.com
2487L: linux-s390@vger.kernel.org
2488W: http://www.ibm.com/developerworks/linux/linux390/
2489S: Supported
2490
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002491KEXEC
2492P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002493M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002494W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002495L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002496L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002497S: Maintained
2498
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002499KGDB
2500P: Jason Wessel
2501M: jason.wessel@windriver.com
2502L: kgdb-bugreport@lists.sourceforge.net
2503S: Maintained
2504
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002505KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002506P: Ananth N Mavinakayanahalli
2507M: ananth@in.ibm.com
2508P: Anil S Keshavamurthy
2509M: anil.s.keshavamurthy@intel.com
2510P: David S. Miller
2511M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002512P: Masami Hiramatsu
2513M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002514L: linux-kernel@vger.kernel.org
2515S: Maintained
2516
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002517KS0108 LCD CONTROLLER DRIVER
2518P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002519M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002520L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002521W: http://miguelojeda.es/auxdisplay.htm
2522W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002523S: Maintained
2524
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002527S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528
2529LASI 53c700 driver for PARISC
2530P: James E.J. Bottomley
2531M: James.Bottomley@HansenPartnership.com
2532L: linux-scsi@vger.kernel.org
2533S: Maintained
2534
Richard Purdie263de9b2006-05-15 09:44:16 -07002535LED SUBSYSTEM
2536P: Richard Purdie
2537M: rpurdie@rpsys.net
2538S: Maintained
2539
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540LEGO USB Tower driver
2541P: Juergen Stuber
2542M: starblue@users.sourceforge.net
2543L: legousb-devel@lists.sourceforge.net
2544W: http://legousb.sourceforge.net/
2545S: Maintained
2546
Rusty Russell568a17f2007-10-25 14:12:24 +10002547LGUEST
2548P: Rusty Russell
2549M: rusty@rustcorp.com.au
2550L: lguest@ozlabs.org
2551W: http://lguest.ozlabs.org/
2552S: Maintained
2553
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554LINUX FOR IBM pSERIES (RS/6000)
2555P: Paul Mackerras
2556M: paulus@au.ibm.com
2557W: http://www.ibm.com/linux/ltc/projects/ppc
2558S: Supported
2559
2560LINUX FOR NCR VOYAGER
2561P: James Bottomley
2562M: James.Bottomley@HansenPartnership.com
2563W: http://www.hansenpartnership.com/voyager
2564S: Maintained
2565
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002566LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567P: Paul Mackerras
2568M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002569P: Benjamin Herrenschmidt
2570M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571W: http://www.penguinppc.org/
2572L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002573T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574S: Supported
2575
2576LINUX FOR POWER MACINTOSH
2577P: Benjamin Herrenschmidt
2578M: benh@kernel.crashing.org
2579W: http://www.penguinppc.org/
2580L: linuxppc-dev@ozlabs.org
2581S: Maintained
2582
Grant Likely77a76362008-07-12 12:11:43 -06002583LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584P: Sylvain Munaut
2585M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002586P: Grant Likely
2587M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589S: Maintained
2590
2591LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002592P: Josh Boyer
2593M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594P: Matt Porter
2595M: mporter@kernel.crashing.org
2596W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002597L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002598T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
Grant Likely260c02a2007-10-02 12:15:34 +10002601LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2602P: Grant Likely
2603M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002604W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002605L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606S: Maintained
2607
Tom Rinie93adf12005-07-26 12:49:53 -07002608LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002609P: Vitaly Bordug
2610M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002611P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002612M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002613W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002614L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002615S: Maintained
2616
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002618P: Kumar Gala
2619M: galak@kernel.crashing.org
2620W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002621L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002622S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623
Olof Johanssonab06ff32006-09-06 14:44:54 -05002624LINUX FOR POWERPC PA SEMI PWRFICIENT
2625P: Olof Johansson
2626M: olof@lixom.net
2627W: http://www.pasemi.com/
2628L: linuxppc-dev@ozlabs.org
2629S: Supported
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631LLC (802.2)
2632P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002633M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634S: Maintained
2635
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636LINUX SECURITY MODULE (LSM) FRAMEWORK
2637P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002638M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002639L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002640T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641S: Supported
2642
2643LM83 HARDWARE MONITOR DRIVER
2644P: Jean Delvare
2645M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002646L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647S: Maintained
2648
2649LM90 HARDWARE MONITOR DRIVER
2650P: Jean Delvare
2651M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002652L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653S: Maintained
2654
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002655LOCKDEP AND LOCKSTAT
2656P: Peter Zijlstra
2657M: peterz@infradead.org
2658P: Ingo Molnar
2659M: mingo@redhat.com
2660L: linux-kernel@vger.kernel.org
2661T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2662S: Maintained
2663
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002664LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665P: Richard Russon (FlatCap)
2666M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002667L: linux-ntfs-dev@lists.sourceforge.net
2668W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669S: Maintained
2670
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002671LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2672P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002673M: Eric.Moore@lsi.com
2674M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002675L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002676L: linux-scsi@vger.kernel.org
2677W: http://www.lsilogic.com/support
2678S: Supported
2679
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2681P: Matthew Wilcox
2682M: matthew@wil.cx
2683L: linux-scsi@vger.kernel.org
2684S: Maintained
2685
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002686M32R ARCHITECTURE
2687P: Hirokazu Takata
2688M: takata@linux-m32r.org
2689L: linux-m32r@ml.linux-m32r.org
2690L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2691W: http://www.linux-m32r.org/
2692S: Maintained
2693
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694M68K ARCHITECTURE
2695P: Geert Uytterhoeven
2696M: geert@linux-m68k.org
2697P: Roman Zippel
2698M: zippel@linux-m68k.org
2699L: linux-m68k@lists.linux-m68k.org
2700W: http://www.linux-m68k.org/
2701W: http://linux-m68k-cvs.ubb.ca/
2702S: Maintained
2703
2704M68K ON APPLE MACINTOSH
2705P: Joshua Thompson
2706M: funaho@jurai.org
2707W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002708L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709S: Maintained
2710
2711M68K ON HP9000/300
2712P: Philip Blundell
2713M: philb@gnu.org
2714W: http://www.tazenda.demon.co.uk/phil/linux-hp
2715S: Maintained
2716
Jiri Benc64a327a2007-05-05 11:47:08 -07002717MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002718P: Johannes Berg
2719M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002720P: Michael Wu
2721M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002722L: linux-wireless@vger.kernel.org
2723W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002724T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002725S: Maintained
2726
Stefano Brivio1036d862007-12-23 04:46:27 +01002727MAC80211 PID RATE CONTROL
2728P: Stefano Brivio
2729M: stefano.brivio@polimi.it
2730P: Mattias Nissler
2731M: mattias.nissler@gmx.de
2732L: linux-wireless@vger.kernel.org
2733W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2734T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2735S: Maintained
2736
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002737MACVLAN DRIVER
2738P: Patrick McHardy
2739M: kaber@trash.net
2740L: netdev@vger.kernel.org
2741S: Maintained
2742
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743MARVELL YUKON / SYSKONNECT DRIVER
2744P: Mirko Lindner
2745M: mlindner@syskonnect.de
2746P: Ralph Roesler
2747M: rroesler@syskonnect.de
2748W: http://www.syskonnect.com
2749S: Supported
2750
Michael Kerriskfaf16682005-07-31 22:34:47 -07002751MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002752P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002753M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002754W: http://www.kernel.org/doc/man-pages
2755S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002756
Stefano Brivio74cda162007-11-19 20:27:46 +01002757MARVELL LIBERTAS WIRELESS DRIVER
2758P: Dan Williams
2759M: dcbw@redhat.com
2760L: libertas-dev@lists.infradead.org
2761S: Maintained
2762
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002763MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002764P: Lennert Buytenhek
2765M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002766L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002767S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768
2769MATROX FRAMEBUFFER DRIVER
2770P: Petr Vandrovec
2771M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002772L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773S: Maintained
2774
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002775MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2776P: Hans J. Koch
2777M: hjk@linutronix.de
2778L: lm-sensors@lm-sensors.org
2779S: Maintained
2780
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002781MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002782P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002783M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002784S: linux-scsi@vger.kernel.org
2785W: http://megaraid.lsilogic.com
2786S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002787
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002788MEMORY MANAGEMENT
2789L: linux-mm@kvack.org
2790L: linux-kernel@vger.kernel.org
2791W: http://www.linux-mm.org
2792S: Maintained
2793
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002794MEMORY RESOURCE CONTROLLER
2795P: Balbir Singh
2796M: balbir@linux.vnet.ibm.com
2797P: Pavel Emelyanov
2798M: xemul@openvz.org
2799P: KAMEZAWA Hiroyuki
2800M: kamezawa.hiroyu@jp.fujitsu.com
2801L: linux-mm@kvack.org
2802L: linux-kernel@vger.kernel.org
2803S: Maintained
2804
David Howellsb920de12008-02-08 04:19:31 -08002805MEI MN10300/AM33 PORT
2806P: David Howells
2807M: dhowells@redhat.com
2808P: Koichi Yasutake
2809M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002810L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002811W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2812S: Maintained
2813
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002814MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815P: David Woodhouse
2816M: dwmw2@infradead.org
2817W: http://www.linux-mtd.infradead.org/
2818L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002819T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820S: Maintained
2821
Artem Bityutskiy48576402007-02-13 17:11:10 +02002822UNSORTED BLOCK IMAGES (UBI)
2823P: Artem Bityutskiy
2824M: dedekind@infradead.org
2825W: http://www.linux-mtd.infradead.org/
2826L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002827T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002828S: Maintained
2829
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830MICROTEK X6 SCANNER
2831P: Oliver Neukum
2832M: oliver@neukum.name
2833S: Maintained
2834
2835MIPS
2836P: Ralf Baechle
2837M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002838W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002840T: git www.linux-mips.org:/pub/scm/linux.git
2841S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842
2843MISCELLANEOUS MCA-SUPPORT
2844P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002845M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846L: linux-kernel@vger.kernel.org
2847S: Maintained
2848
2849MODULE SUPPORT
2850P: Rusty Russell
2851M: rusty@rustcorp.com.au
2852L: linux-kernel@vger.kernel.org
2853S: Maintained
2854
2855MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2856P: Stelian Pop
2857M: stelian@popies.net
2858W: http://popies.net/meye/
2859S: Maintained
2860
Pavel Pisac58ff042007-05-16 01:10:41 +02002861MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2862P: Pavel Pisa
2863M: ppisa@pikron.com
2864L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002865S: Maintained
2866
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867MOUSE AND MISC DEVICES [GENERAL]
2868P: Alessandro Rubini
2869M: rubini@ipvvis.unipv.it
2870L: linux-kernel@vger.kernel.org
2871S: Maintained
2872
Jiri Slabyb9705b62008-04-30 00:53:48 -07002873MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002874P: Jiri Slaby
2875M: jirislaby@gmail.com
2876L: linux-kernel@vger.kernel.org
2877S: Maintained
2878
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002879MSI LAPTOP SUPPORT
2880P: Lennart Poettering
2881M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002882W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002883W: http://0pointer.de/lennart/tchibo.html
2884S: Maintained
2885
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002886MULTIFUNCTION DEVICES (MFD)
2887P: Samuel Ortiz
2888M: sameo@openedhand.com
2889L: linux-kernel@vger.kernel.org
2890S: Supported
2891
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002892MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002893P: Pierre Ossman
2894M: drzeus-mmc@drzeus.cx
2895L: linux-kernel@vger.kernel.org
2896S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002897
David Brownell15a05802007-08-08 09:12:54 -07002898MULTIMEDIA CARD (MMC) ETC. OVER SPI
2899P: David Brownell
2900M: dbrownell@users.sourceforge.net
2901L: linux-kernel@vger.kernel.org
2902S: Odd fixes
2903
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904MULTISOUND SOUND DRIVER
2905P: Andrew Veliath
2906M: andrewtv@usa.net
2907S: Maintained
2908
Jiri Slabyd7354102006-12-08 02:38:35 -08002909MULTITECH MULTIPORT CARD (ISICOM)
2910P: Jiri Slaby
2911M: jirislaby@gmail.com
2912L: linux-kernel@vger.kernel.org
2913S: Maintained
2914
Brice Goglin2d3cf582008-05-17 12:45:36 +02002915MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2916P: Andrew Gallatin
2917M: gallatin@myri.com
2918P: Brice Goglin
2919M: brice@myri.com
2920L: netdev@vger.kernel.org
2921W: http://www.myri.com/scs/download-Myri10GE.html
2922S: Supported
2923
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924NATSEMI ETHERNET DRIVER (DP8381x)
2925P: Tim Hockin
2926M: thockin@hockin.org
2927S: Maintained
2928
2929NCP FILESYSTEM
2930P: Petr Vandrovec
2931M: vandrove@vc.cvut.cz
2932L: linware@sh.cvut.cz
2933S: Maintained
2934
2935NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2936P: James E.J. Bottomley
2937M: James.Bottomley@HansenPartnership.com
2938L: linux-scsi@vger.kernel.org
2939S: Maintained
2940
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002941NETEFFECT IWARP RNIC DRIVER (IW_NES)
2942P: Faisal Latif
2943M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002944P: Chien Tung
2945M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002946L: general@lists.openfabrics.org
2947W: http://www.neteffect.com
2948S: Supported
2949F: drivers/infiniband/hw/nes/
2950
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002951NETEM NETWORK EMULATOR
2952P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002953M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002954L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002955S: Maintained
2956
Jiri Slaby4a584482007-08-30 23:56:39 -07002957NETERION (S2IO) Xframe 10GbE DRIVER
2958P: Ramkrishna Vepa
2959M: ram.vepa@neterion.com
2960P: Rastapur Santosh
2961M: santosh.rastapur@neterion.com
2962P: Sivakumar Subramani
2963M: sivakumar.subramani@neterion.com
2964P: Sreenivasa Honnur
2965M: sreenivasa.honnur@neterion.com
2966L: netdev@vger.kernel.org
2967W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2968S: Supported
2969
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970NETFILTER/IPTABLES/IPCHAINS
2971P: Rusty Russell
2972P: Marc Boucher
2973P: James Morris
2974P: Harald Welte
2975P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002976P: Patrick McHardy
2977M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002978L: netfilter-devel@vger.kernel.org
2979L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002980L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981W: http://www.netfilter.org/
2982W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983S: Supported
2984
Paul Moore4cc67732006-09-25 15:57:13 -07002985NETLABEL
2986P: Paul Moore
2987M: paul.moore@hp.com
2988W: http://netlabel.sf.net
2989L: netdev@vger.kernel.org
2990S: Supported
2991
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992NETROM NETWORK LAYER
2993P: Ralf Baechle
2994M: ralf@linux-mips.org
2995L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002996W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997S: Maintained
2998
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002999NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000P: Paul Clements
3001M: Paul.Clements@steeleye.com
3002S: Maintained
3003
3004NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005P: Jeff Garzik
3006M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003007L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003008T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009S: Maintained
3010
3011NETWORKING [GENERAL]
3012P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003013M: netdev@vger.kernel.org
3014L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003015W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016S: Maintained
3017
3018NETWORKING [IPv4/IPv6]
3019P: David S. Miller
3020M: davem@davemloft.net
3021P: Alexey Kuznetsov
3022M: kuznet@ms2.inr.ac.ru
3023P: Pekka Savola (ipv6)
3024M: pekkas@netcore.fi
3025P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003026M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027P: Hideaki YOSHIFUJI
3028M: yoshfuji@linux-ipv6.org
3029P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003030M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003031L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003032T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033S: Maintained
3034
James Morris10e2ff12007-08-25 14:41:28 -07003035NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3036P: Paul Moore
3037M: paul.moore@hp.com
3038L: netdev@vger.kernel.org
3039S: Maintained
3040
John W. Linville29f8f632006-01-18 14:52:48 -08003041NETWORKING [WIRELESS]
3042P: John W. Linville
3043M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003044L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003045T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3046S: Maintained
3047
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003048NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003049P: Dhananjay Phadke
3050M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003051L: netdev@vger.kernel.org
3052W: http://www.netxen.com
3053S: Supported
3054
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055IPVS
3056P: Wensong Zhang
3057M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003058P: Simon Horman
3059M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060P: Julian Anastasov
3061M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003062L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063S: Maintained
3064
3065NFS CLIENT
3066P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003067M: Trond.Myklebust@netapp.com
3068L: linux-nfs@vger.kernel.org
3069W: http://client.linux-nfs.org
3070T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071S: Maintained
3072
3073NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003074P: Jan-Pascal van Best
3075M: janpascal@vanbest.org
3076P: Andreas Mohr
3077M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003078L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079S: Maintained
3080
3081NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3082P: YOKOTA Hiroshi
3083M: yokota@netlab.is.tsukuba.ac.jp
3084W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3085S: Maintained
3086
3087NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3088P: GOTO Masanori
3089M: gotom@debian.or.jp
3090P: YOKOTA Hiroshi
3091M: yokota@netlab.is.tsukuba.ac.jp
3092W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3093S: Maintained
3094
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095NTFS FILESYSTEM
3096P: Anton Altaparmakov
3097M: aia21@cantab.net
3098L: linux-ntfs-dev@lists.sourceforge.net
3099L: linux-kernel@vger.kernel.org
3100W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003101T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102S: Maintained
3103
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003104NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003105P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003106M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003107L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003108S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003110OPENCORES I2C BUS DRIVER
3111P: Peter Korsgaard
3112M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003113L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003114S: Maintained
3115
Mark Fashehccd979b2005-12-15 14:31:24 -08003116ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3117P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003118M: mfasheh@suse.com
3119P: Joel Becker
3120M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003121L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003122W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003123T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003124S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003125
Harald Weltec1986ee2005-11-13 16:06:29 -08003126OMNIKEY CARDMAN 4000 DRIVER
3127P: Harald Welte
3128M: laforge@gnumonks.org
3129S: Maintained
3130
Harald Welte77c44ab2005-11-13 16:06:26 -08003131OMNIKEY CARDMAN 4040 DRIVER
3132P: Harald Welte
3133M: laforge@gnumonks.org
3134S: Maintained
3135
Jonathan Corbet77d51402007-03-22 19:44:17 -03003136OMNIVISION OV7670 SENSOR DRIVER
3137P: Jonathan Corbet
3138M: corbet@lwn.net
3139L: video4linux-list@redhat.com
3140S: Maintained
3141
Thomas Gleixner431bca72007-05-02 09:31:35 +02003142ONENAND FLASH DRIVER
3143P: Kyungmin Park
3144M: kyungmin.park@samsung.com
3145L: linux-mtd@lists.infradead.org
3146S: Maintained
3147
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148ONSTREAM SCSI TAPE DRIVER
3149P: Willem Riede
3150M: osst@riede.org
3151L: osst-users@lists.sourceforge.net
3152L: linux-scsi@vger.kernel.org
3153S: Maintained
3154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003156P: Robert Richter
3157M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158L: oprofile-list@lists.sf.net
3159S: Maintained
3160
3161ORINOCO DRIVER
3162P: Pavel Roskin
3163M: proski@gnu.org
3164P: David Gibson
3165M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003166L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003167L: orinoco-users@lists.sourceforge.net
3168L: orinoco-devel@lists.sourceforge.net
3169W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170S: Maintained
3171
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003172PA SEMI ETHERNET DRIVER
3173P: Olof Johansson
3174M: olof@lixom.net
3175L: netdev@vger.kernel.org
3176S: Maintained
3177
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003178PA SEMI SMBUS DRIVER
3179P: Olof Johansson
3180M: olof@lixom.net
3181L: i2c@lm-sensors.org
3182S: Maintained
3183
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003185L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003186S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187
3188PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3189P: Tim Waugh
3190M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003191L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192W: http://www.torque.net/linux-pp.html
3193S: Maintained
3194
3195PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003196P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003197M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198P: Matthew Wilcox
3199M: matthew@wil.cx
3200P: Grant Grundler
3201M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003202L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003204T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Maintained
3206
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003207PARAVIRT_OPS INTERFACE
3208P: Jeremy Fitzhardinge
3209M: jeremy@xensource.com
3210P: Chris Wright
3211M: chrisw@sous-sol.org
3212P: Zachary Amsden
3213M: zach@vmware.com
3214P: Rusty Russell
3215M: rusty@rustcorp.com.au
3216L: virtualization@lists.osdl.org
3217L: linux-kernel@vger.kernel.org
3218S: Supported
3219
Jim Cromie1662d322006-10-06 00:43:59 -07003220PC87360 HARDWARE MONITORING DRIVER
3221P: Jim Cromie
3222M: jim.cromie@gmail.com
3223L: lm-sensors@lm-sensors.org
3224S: Maintained
3225
3226PC8736x GPIO DRIVER
3227P: Jim Cromie
3228M: jim.cromie@gmail.com
3229S: Maintained
3230
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003231PCI ERROR RECOVERY
3232P: Linas Vepstas
3233M: linas@austin.ibm.com
3234L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003235L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003236S: Supported
3237
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003239P: Jesse Barnes
3240M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003242L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003243T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244S: Supported
3245
3246PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003247P: Kristen Carlson Accardi
3248M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249S: Supported
3250
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003251PCIE HOTPLUG DRIVER
3252P: Kristen Carlson Accardi
3253M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003254L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003255S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003256
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003258P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003259L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003260W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003261T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003262S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263
3264PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003265P: Don Fry
3266M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003267L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268S: Maintained
3269
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003270PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003271P: Balbir Singh
3272M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003273L: linux-kernel@vger.kernel.org
3274S: Maintained
3275
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003276PERSONALITY HANDLING
3277P: Christoph Hellwig
3278M: hch@infradead.org
3279L: linux-abi-devel@lists.sourceforge.net
3280S: Maintained
3281
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003283P: Joern Engel
3284M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285L: linux-mtd@lists.infradead.org
3286S: Maintained
3287
Peter Osterlund249a6772005-09-27 21:45:30 -07003288PKTCDVD DRIVER
3289P: Peter Osterlund
3290M: petero2@telia.com
3291L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003292S: Maintained
3293
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003295P: Thomas Gleixner
3296M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003297L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298S: Supported
3299
Anton Vorontsov3be86142007-07-15 04:43:36 +04003300POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3301P: Anton Vorontsov
3302M: cbou@mail.ru
3303P: David Woodhouse
3304M: dwmw2@infradead.org
3305L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003306T: git git.infradead.org/battery-2.6.git
3307S: Maintained
3308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309PNP SUPPORT
3310P: Adam Belay
3311M: ambx1@neo.rr.com
3312S: Maintained
3313
Vitaly Wool999445d2007-01-04 13:07:03 +01003314PNXxxxx I2C DRIVER
3315P: Vitaly Wool
3316M: vitalywool@gmail.com
3317L: i2c@lm-sensors.org
3318S: Maintained
3319
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320PPP PROTOCOL DRIVERS AND COMPRESSORS
3321P: Paul Mackerras
3322M: paulus@samba.org
3323L: linux-ppp@vger.kernel.org
3324S: Maintained
3325
3326PPP OVER ATM (RFC 2364)
3327P: Mitchell Blank Jr
3328M: mitch@sfgoth.com
3329S: Maintained
3330
3331PPP OVER ETHERNET
3332P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003333M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334S: Maintained
3335
James Chapmana6d23702007-06-27 15:53:17 -07003336PPP OVER L2TP
3337P: James Chapman
3338M: jchapman@katalix.com
3339S: Maintained
3340
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341PREEMPTIBLE KERNEL
3342P: Robert Love
3343M: rml@tech9.net
3344L: linux-kernel@vger.kernel.org
3345L: kpreempt-tech@lists.sourceforge.net
3346W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3347S: Supported
3348
Michael Wueff1a592007-09-25 18:11:01 -07003349P54 WIRELESS DRIVER
3350P: Michael Wu
3351M: flamingice@sourmilk.net
3352L: linux-wireless@vger.kernel.org
3353W: http://prism54.org
3354T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3355S: Maintained
3356
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003358P: Luis R. Rodriguez
3359M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003360L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361W: http://prism54.org
3362S: Maintained
3363
3364PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3365P: Peter Denison
3366M: promise@pnd-pc.demon.co.uk
3367W: http://www.pnd-pc.demon.co.uk/promise/
3368S: Maintained
3369
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003370PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3371P: Mikael Pettersson
3372M: mikpe@it.uu.se
3373L: linux-ide@vger.kernel.org
3374S: Maintained
3375
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003376PS3 NETWORK SUPPORT
3377P: Masakazu Mokuno
3378M: mokuno@sm.sony.co.jp
3379L: netdev@vger.kernel.org
3380L: cbe-oss-dev@ozlabs.org
3381S: Supported
3382
Geoff Levandf58a9d12006-11-23 00:46:51 +01003383PS3 PLATFORM SUPPORT
3384P: Geoff Levand
3385M: geoffrey.levand@am.sony.com
3386L: linuxppc-dev@ozlabs.org
3387L: cbe-oss-dev@ozlabs.org
3388S: Supported
3389
Michael Krufky83202042006-07-03 00:24:18 -07003390PVRUSB2 VIDEO4LINUX DRIVER
3391P: Mike Isely
3392M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003393L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003394L: video4linux-list@redhat.com
3395W: http://www.isely.net/pvrusb2/
3396S: Maintained
3397
Eric Miao30ec2612008-06-12 15:21:41 -07003398PXA2xx/PXA3xx SUPPORT
3399P: Eric Miao
3400M: eric.miao@marvell.com
3401P: Russell King
3402M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003403L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404S: Maintained
3405
Pierre Ossman272f1332007-05-14 21:25:26 +02003406PXA MMCI DRIVER
3407S: Orphan
3408
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409QLOGIC QLA2XXX FC-SCSI DRIVER
3410P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003411M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412L: linux-scsi@vger.kernel.org
3413S: Supported
3414
Ron Mercer5a4faa872006-07-25 00:40:21 -07003415QLOGIC QLA3XXX NETWORK DRIVER
3416P: Ron Mercer
3417M: linux-driver@qlogic.com
3418L: netdev@vger.kernel.org
3419S: Supported
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421QNX4 FILESYSTEM
3422P: Anders Larsen
3423M: al@alarsen.net
3424L: linux-kernel@vger.kernel.org
3425W: http://www.alarsen.net/linux/qnx4fs/
3426S: Maintained
3427
3428RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003429P: Benjamin Herrenschmidt
3430M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003431L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432S: Maintained
3433
3434RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003435P: Paul Mackerras
3436M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003437L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438S: Maintained
3439
3440RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3441P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003442M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003443L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444S: Maintained
3445
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003446RALINK RT2X00 WLAN DRIVER
3447P: rt2x00 project
3448L: linux-wireless@vger.kernel.org
3449L: rt2400-devel@lists.sourceforge.net
3450W: http://rt2x00.serialmonkey.com/
3451S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003452T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003453F: drivers/net/wireless/rt2x00/
3454
Nick Piggin9db55792008-02-08 04:19:49 -08003455RAMDISK RAM BLOCK DEVICE DRIVER
3456P: Nick Piggin
3457M: npiggin@suse.de
3458S: Maintained
3459
Matt Mackall9e95ce22005-04-16 15:25:56 -07003460RANDOM NUMBER DRIVER
3461P: Matt Mackall
3462M: mpm@selenic.com
3463S: Maintained
3464
Matt Porter394b7012005-11-07 01:00:15 -08003465RAPIDIO SUBSYSTEM
3466P: Matt Porter
3467M: mporter@kernel.crashing.org
3468L: linux-kernel@vger.kernel.org
3469S: Maintained
3470
Florian Fainellic1f766b2008-02-06 22:39:44 +01003471RDC R-321X SoC
3472P: Florian Fainelli
3473M: florian.fainelli@telecomint.eu
3474L: linux-kernel@vger.kernel.org
3475S: Maintained
3476
Florian Fainellidb17f392007-12-19 11:30:30 +01003477RDC R6040 FAST ETHERNET DRIVER
3478P: Florian Fainelli
3479M: florian.fainelli@telecomint.eu
3480L: netdev@vger.kernel.org
3481S: Maintained
3482
Josh Triplett595182b2006-10-04 02:17:21 -07003483READ-COPY UPDATE (RCU)
3484P: Dipankar Sarma
3485M: dipankar@in.ibm.com
3486W: http://www.rdrop.com/users/paulmck/rclock/
3487L: linux-kernel@vger.kernel.org
3488S: Supported
3489
3490RCUTORTURE MODULE
3491P: Josh Triplett
3492M: josh@freedesktop.org
3493L: linux-kernel@vger.kernel.org
3494S: Maintained
3495
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496REAL TIME CLOCK DRIVER
3497P: Paul Gortmaker
3498M: p_gortmaker@yahoo.com
3499L: linux-kernel@vger.kernel.org
3500S: Maintained
3501
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003502REAL TIME CLOCK (RTC) SUBSYSTEM
3503P: Alessandro Zummo
3504M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003505L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003506S: Maintained
3507
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003509L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510S: Supported
3511
Ivo van Doorne08976452008-04-12 19:23:55 +02003512RFKILL
3513P: Ivo van Doorn
3514M: IvDoorn@gmail.com
3515L: netdev@vger.kernel.org
3516S: Maintained
3517F: net/rfkill
3518
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519ROCKETPORT DRIVER
3520P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521W: http://www.comtrol.com
3522S: Maintained
3523
3524ROSE NETWORK LAYER
3525P: Ralf Baechle
3526M: ralf@linux-mips.org
3527L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003528W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529S: Maintained
3530
3531RISCOM8 DRIVER
3532S: Orphan
3533
Michael Wu605bebe2007-05-14 01:41:02 -04003534RTL818X WIRELESS DRIVER
3535P: Michael Wu
3536M: flamingice@sourmilk.net
3537P: Andrea Merello
3538M: andreamrl@tiscali.it
3539L: linux-wireless@vger.kernel.org
3540W: http://linuxwireless.org/
3541T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3542S: Maintained
3543
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003544S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003545P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003546M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003547L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003548S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003549
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550S390
3551P: Martin Schwidefsky
3552M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003553P: Heiko Carstens
3554M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003556L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003557W: http://www.ibm.com/developerworks/linux/linux390/
3558S: Supported
3559
3560S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003561P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003562M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003563P: Frank Blaschka
3564M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003565M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003566L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003567W: http://www.ibm.com/developerworks/linux/linux390/
3568S: Supported
3569
3570S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003571P: Christof Schmitt
3572M: christof.schmitt@de.ibm.com
3573P: Martin Peschke
3574M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003575M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003576L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003577W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578S: Supported
3579
Ursula Braundd96df22007-09-19 13:09:02 +02003580S390 IUCV NETWORK LAYER
3581P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003582M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003583M: linux390@de.ibm.com
3584L: linux-s390@vger.kernel.org
3585W: http://www.ibm.com/developerworks/linux/linux390/
3586S: Supported
3587
Ben Dooks4dde7f72008-06-30 22:40:38 +01003588S3C24XX SD/MMC Driver
3589P: Ben Dooks
3590M: ben-linux@fluff.org
3591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3592L: linux-kernel@vger.kernel.org
3593S: Supported
3594
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595SAA7146 VIDEO4LINUX-2 DRIVER
3596P: Michael Hunold
3597M: michael@mihu.de
3598W: http://www.mihu.de/linux/saa7146
3599S: Maintained
3600
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601SC1200 WDT DRIVER
3602P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003603M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604S: Maintained
3605
3606SCHEDULER
3607P: Ingo Molnar
3608M: mingo@elte.hu
3609P: Robert Love [the preemptible kernel bits]
3610M: rml@tech9.net
3611L: linux-kernel@vger.kernel.org
3612S: Maintained
3613
3614SCSI CDROM DRIVER
3615P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003616M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617L: linux-scsi@vger.kernel.org
3618W: http://www.kernel.dk
3619S: Maintained
3620
3621SCSI SG DRIVER
3622P: Doug Gilbert
3623M: dgilbert@interlog.com
3624L: linux-scsi@vger.kernel.org
3625W: http://www.torque.net/sg
3626S: Maintained
3627
3628SCSI SUBSYSTEM
3629P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003630M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003632T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003633T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3634T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635S: Maintained
3636
3637SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003638P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639M: Kai.Makisara@kolumbus.fi
3640L: linux-scsi@vger.kernel.org
3641S: Maintained
3642
3643SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003644P: Vlad Yasevich
3645M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003646P: Sridhar Samudrala
3647M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003648L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003649W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003650S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651
3652SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003653P: Jim Cromie
3654M: jim.cromie@gmail.com
3655S: Odd Fixes
3656
3657SCx200 GPIO DRIVER
3658P: Jim Cromie
3659M: jim.cromie@gmail.com
3660S: Maintained
3661
3662SCx200 HRT CLOCKSOURCE DRIVER
3663P: Jim Cromie
3664M: jim.cromie@gmail.com
3665S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666
Sascha Sommer6a369132008-07-15 14:21:29 +02003667SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3668P: Sascha Sommer
3669M: saschasommer@freenet.de
3670L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3671S: Maintained
3672
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673SECURITY CONTACT
3674P: Security Officers
3675M: security@kernel.org
3676S: Supported
3677
3678SELINUX SECURITY MODULE
3679P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003680M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003682M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003683P: Eric Paris
3684M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003686L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687W: http://www.nsa.gov/selinux
3688S: Supported
3689
Jiri Slabycef2cf02007-05-08 00:31:45 -07003690SENSABLE PHANTOM
3691P: Jiri Slaby
3692M: jirislaby@gmail.com
3693S: Maintained
3694
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695SERIAL ATA (SATA) SUBSYSTEM:
3696P: Jeff Garzik
3697M: jgarzik@pobox.com
3698L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003699T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700S: Supported
3701
3702SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3703P: Pat Gefre
3704M: pfg@sgi.com
3705L: linux-ia64@vger.kernel.org
3706S: Supported
3707
Ben Hutchings8ceee662008-04-27 12:55:59 +01003708SFC NETWORK DRIVER
3709P: Steve Hodgson
3710P: Ben Hutchings
3711P: Robert Stonehouse
3712M: linux-net-drivers@solarflare.com
3713S: Supported
3714
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715SGI VISUAL WORKSTATION 320 AND 540
3716P: Andrey Panin
3717M: pazke@donpac.ru
3718L: linux-visws-devel@lists.sf.net
3719W: http://linux-visws.sf.net
3720S: Maintained for 2.6.
3721
3722SIMTEC EB110ATX (Chalice CATS)
3723P: Ben Dooks
3724P: Vincent Sanders
3725M: support@simtec.co.uk
3726W: http://www.simtec.co.uk/products/EB110ATX/
3727S: Supported
3728
3729SIMTEC EB2410ITX (BAST)
3730P: Ben Dooks
3731P: Vincent Sanders
3732M: support@simtec.co.uk
3733W: http://www.simtec.co.uk/products/EB2410ITX/
3734S: Supported
3735
Francois Romieu92aab3c2005-07-30 13:11:18 +02003736SIS 190 ETHERNET DRIVER
3737P: Francois Romieu
3738M: romieu@fr.zoreil.com
3739L: netdev@vger.kernel.org
3740S: Maintained
3741
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742SIS 900/7016 FAST ETHERNET DRIVER
3743P: Daniele Venzano
3744M: venza@brownhat.org
3745W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003746L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747S: Maintained
3748
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003749SIS 96X I2C/SMBUS DRIVER
3750P: Mark M. Hoffman
3751M: mhoffman@lightlink.com
3752L: lm-sensors@lm-sensors.org
3753S: Maintained
3754
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755SIS FRAMEBUFFER DRIVER
3756P: Thomas Winischhofer
3757M: thomas@winischhofer.net
3758W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003759S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760
3761SIS USB2VGA DRIVER
3762P: Thomas Winischhofer
3763M: thomas@winischhofer.net
3764W: http://www.winischhofer.at/linuxsisusbvga.shtml
3765S: Maintained
3766
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003767SLAB ALLOCATOR
3768P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003769M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003770P: Pekka Enberg
3771M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003772P: Matt Mackall
3773M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003774L: linux-mm@kvack.org
3775S: Maintained
3776
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777SMC91x ETHERNET DRIVER
3778P: Nicolas Pitre
3779M: nico@cam.org
3780S: Maintained
3781
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003782SMSC47B397 HARDWARE MONITOR DRIVER
3783P: Mark M. Hoffman
3784M: mhoffman@lightlink.com
3785L: lm-sensors@lm-sensors.org
3786S: Maintained
3787
Ben Nizetteb54f2862008-03-13 22:27:30 +11003788SMX UIO Interface
3789P: Ben Nizette
3790M: bn@niasdigital.com
3791S: Maintained
3792
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793SOFTWARE RAID (Multiple Disks) SUPPORT
3794P: Ingo Molnar
3795M: mingo@redhat.com
3796P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003797M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003799S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800
Pavel Machek95a631e2007-07-19 01:47:42 -07003801HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802P: Pavel Machek
3803M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003804P: Rafael J. Wysocki
3805M: rjw@sisk.pl
3806L: linux-pm@lists.linux-foundation.org
3807S: Supported
3808
3809SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003810P: Len Brown
3811M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003812P: Pavel Machek
3813M: pavel@suse.cz
3814P: Rafael J. Wysocki
3815M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003816L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003817S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818
3819SONIC NETWORK DRIVER
3820P: Thomas Bogendoerfer
3821M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003822L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823S: Maintained
3824
Michael Buesch61e115a2007-09-18 15:12:50 -04003825SONICS SILICON BACKPLANE DRIVER (SSB)
3826P: Michael Buesch
3827M: mb@bu3sch.de
3828L: netdev@vger.kernel.org
3829S: Maintained
3830
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003832P: Mattia Dongili
3833M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003834L: linux-acpi@vger.kernel.org
3835W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836S: Maintained
3837
Alex Dubovbaf85322008-02-09 10:20:54 -08003838SONY MEMORYSTICK CARD SUPPORT
3839P: Alex Dubov
3840M: oakad@yahoo.com
3841L: linux-kernel@vger.kernel.org
3842W: http://tifmxx.berlios.de/
3843S: Maintained
3844
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845SOUND
3846P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003847M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003848L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849S: Maintained
3850
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003851SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3852P: Liam Girdwood
3853M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003854P: Mark Brown
3855M: broonie@opensource.wolfsonmicro.com
3856T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003857L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003858S: Supported
3859
Kumar Gala025c3982006-04-02 16:05:54 -05003860SPI SUBSYSTEM
3861P: David Brownell
3862M: dbrownell@users.sourceforge.net
3863L: spi-devel-general@lists.sourceforge.net
3864S: Maintained
3865
Arnd Bergmannb8154542008-05-16 11:10:59 +02003866SPU FILE SYSTEM
3867P: Jeremy Kerr
3868M: jk@ozlabs.org
3869L: linuxppc-dev@ozlabs.org
3870L: cbe-oss-dev@ozlabs.org
3871W: http://www.ibm.com/developerworks/power/cell/
3872S: Supported
3873
Steven Rostedt855f46a2006-08-05 12:14:50 -07003874STABLE BRANCH:
3875P: Greg Kroah-Hartman
3876M: greg@kroah.com
3877P: Chris Wright
3878M: chrisw@sous-sol.org
3879L: stable@kernel.org
3880S: Maintained
3881
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882SHARP LH SUPPORT (LH7952X & LH7A40X)
3883P: Marc Singer
3884M: elf@buici.com
3885W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003886L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887S: Maintained
3888
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003889SHPC HOTPLUG DRIVER
3890P: Kristen Carlson Accardi
3891M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003892L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003893S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003894
Pierre Ossmand129bce2006-03-24 03:18:17 -08003895SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3896P: Pierre Ossman
3897M: drzeus-sdhci@drzeus.cx
3898L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003899S: Maintained
3900
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003901SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3902P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003903M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003904L: netdev@vger.kernel.org
3905S: Maintained
3906
Chris Boot1a87d942006-07-10 04:45:34 -07003907SOEKRIS NET48XX LED SUPPORT
3908P: Chris Boot
3909M: bootc@bootc.net
3910S: Maintained
3911
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912SPARC (sparc32):
3913P: William L. Irwin
3914M: wli@holomorphy.com
3915L: sparclinux@vger.kernel.org
3916S: Maintained
3917
3918SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3919P: Roger Wolff
3920M: R.E.Wolff@BitWizard.nl
3921L: linux-kernel@vger.kernel.org ?
3922S: Supported
3923
Jim Lewis2752e402006-09-29 02:01:19 -07003924SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003925P: Ishizaki Kou
3926M: kou.ishizaki@toshiba.co.jp
3927P: Jens Osterkamp
3928M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003929L: netdev@vger.kernel.org
3930S: Supported
3931
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932SRM (Alpha) environment access
3933P: Jan-Benedict Glaw
3934M: jbglaw@lug-owl.de
3935L: linux-kernel@vger.kernel.org
3936S: Maintained
3937
3938STARFIRE/DURALAN NETWORK DRIVER
3939P: Ion Badulescu
3940M: ionut@cs.columbia.edu
3941S: Maintained
3942
3943STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3944W: http://mosquitonet.Stanford.EDU/strip.html
3945S: Unsupported ?
3946
3947STRADIS MPEG-2 DECODER DRIVER
3948P: Nathan Laredo
3949M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950W: http://www.stradis.com/
3951S: Maintained
3952
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003953SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954P: Paul Mundt
3955M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003956L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003958T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959S: Maintained
3960
3961SUN3/3X
3962P: Sam Creasey
3963M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964W: http://sammy.net/sun3/
3965S: Maintained
3966
3967SVGA HANDLING
3968P: Martin Mares
3969M: mj@ucw.cz
3970L: linux-video@atrey.karlin.mff.cuni.cz
3971S: Maintained
3972
3973SYSV FILESYSTEM
3974P: Christoph Hellwig
3975M: hch@infradead.org
3976S: Maintained
3977
Alan Cox4e688522008-04-30 00:52:11 -07003978TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003979P: Balbir Singh
3980M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003981L: linux-kernel@vger.kernel.org
3982S: Maintained
3983
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003984TC CLASSIFIER
3985P: Jamal Hadi Salim
3986M: hadi@cyberus.ca
3987L: netdev@vger.kernel.org
3988S: Maintained
3989
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003990TCP LOW PRIORITY MODULE
3991P: Wong Hoi Sing, Edison
3992M: hswong3i@gmail.com
3993P: Hung Hing Lun, Mike
3994M: hlhung3i@gmail.com
3995W: http://tcp-lp-mod.sourceforge.net/
3996S: Maintained
3997
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003998TEHUTI ETHERNET DRIVER
3999P: Alexander Indenbaum
4000M: baum@tehutinetworks.net
4001P: Andy Gospodarek
4002M: andy@greyhouse.net
4003L: netdev@vger.kernel.org
4004S: Supported
4005
Alan Cox4e688522008-04-30 00:52:11 -07004006Telecom Clock Driver for MCPL0010
4007P: Mark Gross
4008M: mark.gross@intel.com
4009S: Supported
4010
4011TENSILICA XTENSA PORT (xtensa):
4012P: Chris Zankel
4013M: chris@zankel.net
4014S: Maintained
4015
4016THINKPAD ACPI EXTRAS DRIVER
4017P: Henrique de Moraes Holschuh
4018M: ibm-acpi@hmh.eng.br
4019L: ibm-acpi-devel@lists.sourceforge.net
4020W: http://ibm-acpi.sourceforge.net
4021W: http://thinkwiki.org/wiki/Ibm-acpi
4022T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4023S: Maintained
4024
Alex Dubov4020f2d2006-10-04 02:15:37 -07004025TI FLASH MEDIA INTERFACE DRIVER
4026P: Alex Dubov
4027M: oakad@yahoo.com
4028S: Maintained
4029
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004030TI OMAP MMC INTERFACE DRIVER
4031P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004032M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004033W: http://linux.omap.com
4034W: http://www.muru.com/linux/omap/
4035S: Maintained
4036
Michael Buesch844dd052006-06-26 00:24:59 -07004037TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4038P: Deepak Saxena
4039M: dsaxena@plexity.net
4040S: Maintained
4041
Per Lidene86eaa32006-01-12 16:45:18 +01004042TIPC NETWORK LAYER
4043P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004044M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004045P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004046M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004047P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004048M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004049L: tipc-discussion@lists.sourceforge.net
4050W: http://tipc.sourceforge.net/
4051W: http://tipc.cslab.ericsson.net/
4052T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4053S: Maintained
4054
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055TLAN NETWORK DRIVER
4056P: Samuel Chessman
4057M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004058L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059W: http://sourceforge.net/projects/tlan/
4060S: Maintained
4061
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062TOSHIBA ACPI EXTRAS DRIVER
4063P: John Belmonte
4064M: toshiba_acpi@memebeam.org
4065W: http://memebeam.org/toys/ToshibaAcpiDriver
4066S: Maintained
4067
4068TOSHIBA SMM DRIVER
4069P: Jonathan Buzzard
4070M: jonathan@buzzard.org.uk
4071L: tlinux-users@tce.toshiba-dme.co.jp
4072W: http://www.buzzard.org.uk/toshiba/
4073S: Maintained
4074
Alan Cox4e688522008-04-30 00:52:11 -07004075TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004076P: Debora Velarde
4077M: debora@linux.vnet.ibm.com
4078P: Rajiv Andrade
4079M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004080W: http://tpmdd.sourceforge.net
4081P: Marcel Selhorst
4082M: tpm@selhorst.net
4083W: http://www.prosec.rub.de/tpm/
4084L: tpmdd-devel@lists.sourceforge.net
4085S: Maintained
4086
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004088P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004089M: trivial@kernel.org
4090L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091S: Maintained
4092
Alan Cox4e688522008-04-30 00:52:11 -07004093TTY LAYER
4094P: Alan Cox
4095M: alan@lxorguk.ukuu.org.uk
4096L: linux-kernel@vger.kernel.org
4097S: Maintained
4098
Grant Grundler740db6d2008-02-17 11:53:49 -07004099TULIP NETWORK DRIVERS
4100P: Grant Grundler
4101M: grundler@parisc-linux.org
4102P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004103M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004104L: netdev@vger.kernel.org
4105S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106
4107TUN/TAP driver
4108P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004109M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110L: vtun@office.satix.net
4111W: http://vtun.sourceforge.net/tun
4112S: Maintained
4113
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004114TURBOCHANNEL SUBSYSTEM
4115P: Maciej W. Rozycki
4116M: macro@linux-mips.org
4117S: Maintained
4118
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119U14-34F SCSI DRIVER
4120P: Dario Ballabio
4121M: ballabio_dario@emc.com
4122L: linux-scsi@vger.kernel.org
4123S: Maintained
4124
Alan Coxcc2020e2008-05-19 14:21:51 +01004125UCLINUX (AND M68KNOMMU)
4126P: Greg Ungerer
4127M: gerg@uclinux.org
4128W: http://www.uclinux.org/
4129L: uclinux-dev@uclinux.org (subscribers-only)
4130S: Maintained
4131
Alan Coxcc2020e2008-05-19 14:21:51 +01004132UCLINUX FOR RENESAS H8/300
4133P: Yoshinori Sato
4134M: ysato@users.sourceforge.jp
4135W: http://uclinux-h8.sourceforge.jp/
4136S: Supported
4137
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004139P: Jan Kara
4140M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141W: http://linux-udf.sourceforge.net
4142S: Maintained
4143
Alan Coxcc2020e2008-05-19 14:21:51 +01004144UFS FILESYSTEM
4145P: Evgeniy Dushistov
4146M: dushistov@mail.ru
4147L: linux-kernel@vger.kernel.org
4148S: Maintained
4149
4150UltraSPARC (sparc64):
4151P: David S. Miller
4152M: davem@davemloft.net
4153L: sparclinux@vger.kernel.org
4154T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4155S: Maintained
4156
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157UNIFORM CDROM DRIVER
4158P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004159M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160L: linux-kernel@vger.kernel.org
4161W: http://www.kernel.dk
4162S: Maintained
4163
4164USB ACM DRIVER
4165P: Oliver Neukum
4166M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004167L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168S: Maintained
4169
Jiri Slaby6d985162008-02-06 01:37:11 -08004170USB AUERSWALD DRIVER
4171P: Wolfgang Muees
4172M: wolfgang@iksw-muees.de
4173L: linux-usb@vger.kernel.org
4174S: Maintained
4175
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176USB BLOCK DRIVER (UB ub)
4177P: Pete Zaitcev
4178M: zaitcev@redhat.com
4179L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004180L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181S: Supported
4182
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183USB CDC ETHERNET DRIVER
4184P: Greg Kroah-Hartman
4185M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004186L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187S: Maintained
4188W: http://www.kroah.com/linux-usb/
4189
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004190USB CYPRESS C67X00 DRIVER
4191P: Peter Korsgaard
4192M: jacmet@sunsite.dk
4193L: linux-usb@vger.kernel.org
4194S: Maintained
4195
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004196USB DAVICOM DM9601 DRIVER
4197P: Peter Korsgaard
4198M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004199L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004200W: http://www.linux-usb.org/usbnet
4201S: Maintained
4202
Alan Coxcc2020e2008-05-19 14:21:51 +01004203USB DIAMOND RIO500 DRIVER
4204P: Cesar Miquel
4205M: miquel@df.uba.ar
4206L: rio500-users@lists.sourceforge.net
4207W: http://rio500.sourceforge.net
4208S: Maintained
4209
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210USB EHCI DRIVER
4211P: David Brownell
4212M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004213L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004214S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215
Luca Risolia7ce08c92006-01-11 02:06:59 +00004216USB ET61X[12]51 DRIVER
4217P: Luca Risolia
4218M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004219L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004220L: video4linux-list@redhat.com
4221W: http://www.linux-projects.org
4222S: Maintained
4223
David Brownell69ae9e32006-11-14 02:03:31 -08004224USB GADGET/PERIPHERAL SUBSYSTEM
4225P: David Brownell
4226M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004227L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004228W: http://www.linux-usb.org/gadget
4229S: Maintained
4230
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004231USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004232P: Jiri Kosina
4233M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004234L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004235T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236S: Maintained
4237
Olav Kongas959eea22005-11-03 17:38:14 +02004238USB ISP116X DRIVER
4239P: Olav Kongas
4240M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004241L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004242S: Maintained
4243
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244USB KAWASAKI LSI DRIVER
4245P: Oliver Neukum
4246M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004247L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248S: Maintained
4249
4250USB MASS STORAGE DRIVER
4251P: Matthew Dharm
4252M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004253L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004254L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255S: Maintained
4256W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4257
4258USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004259P: David Brownell
4260M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004261L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004262S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263
Matthias Urlichsba460e42005-07-14 00:33:47 -07004264USB OPTION-CARD DRIVER
4265P: Matthias Urlichs
4266M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004267L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004268S: Maintained
4269
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270USB OV511 DRIVER
4271P: Mark McClelland
4272M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004273L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274W: http://alpha.dyndns.org/ov511/
4275S: Maintained
4276
4277USB PEGASUS DRIVER
4278P: Petko Manolov
4279M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004280L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004281L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282W: http://pegasus2.sourceforge.net/
4283S: Maintained
4284
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004285USB PRINTER DRIVER (usblp)
4286P: Pete Zaitcev
4287M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004288L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004289S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290
4291USB RTL8150 DRIVER
4292P: Petko Manolov
4293M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004294L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004295L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296W: http://pegasus2.sourceforge.net/
4297S: Maintained
4298
4299USB SE401 DRIVER
4300P: Jeroen Vreeken
4301M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004302L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303W: http://www.chello.nl/~j.vreeken/se401/
4304S: Maintained
4305
Alan Cox4e688522008-04-30 00:52:11 -07004306USB SERIAL BELKIN F5U103 DRIVER
4307P: William Greathouse
4308M: wgreathouse@smva.com
4309L: linux-usb@vger.kernel.org
4310S: Maintained
4311
4312USB SERIAL CYPRESS M8 DRIVER
4313P: Lonnie Mendez
4314M: dignome@gmail.com
4315L: linux-usb@vger.kernel.org
4316S: Maintained
4317W: http://geocities.com/i0xox0i
4318W: http://firstlight.net/cvs
4319
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320USB SERIAL CYBERJACK DRIVER
4321P: Matthias Bruestle and Harald Welte
4322M: support@reiner-sct.com
4323W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4324S: Maintained
4325
4326USB SERIAL DIGI ACCELEPORT DRIVER
4327P: Peter Berger and Al Borchers
4328M: pberger@brimson.com
4329M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004330L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331S: Maintained
4332
4333USB SERIAL DRIVER
4334P: Greg Kroah-Hartman
4335M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004336L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337S: Supported
4338
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4340P: Gary Brubaker
4341M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004342L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343S: Maintained
4344
4345USB SERIAL KEYSPAN DRIVER
4346P: Greg Kroah-Hartman
4347M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004348L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349W: http://www.kroah.com/linux/
4350S: Maintained
4351
4352USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004353P: Support Department
4354M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004355L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356W: http://www.connecttech.com
4357S: Supported
4358
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004359USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360P: Luca Risolia
4361M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004362L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004363L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364W: http://www.linux-projects.org
4365S: Maintained
4366
4367USB SUBSYSTEM
4368P: Greg Kroah-Hartman
4369M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004370L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004372T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004373S: Supported
4374
4375USB UHCI DRIVER
4376P: Alan Stern
4377M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004378L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379S: Maintained
4380
David Brownell69ae9e32006-11-14 02:03:31 -08004381USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004382P: David Brownell
4383M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004384L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004385W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004386S: Maintained
4387
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004388USB VIDEO CLASS
4389P: Laurent Pinchart
4390M: laurent.pinchart@skynet.be
4391L: linx-uvc-devel@berlios.de
4392L: video4linux-list@redhat.com
4393W: http://linux-uvc.berlios.de
4394S: Maintained
4395
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396USB W996[87]CF DRIVER
4397P: Luca Risolia
4398M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004399L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004400L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401W: http://www.linux-projects.org
4402S: Maintained
4403
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004404USB WIRELESS RNDIS DRIVER (rndis_wlan)
4405P: Jussi Kivilinna
4406M: jussi.kivilinna@mbnet.fi
4407L: linux-wireless@vger.kernel.org
4408S: Maintained
4409
Luca Risolia60f78052006-02-06 16:29:35 +00004410USB ZC0301 DRIVER
4411P: Luca Risolia
4412M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004413L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004414L: video4linux-list@redhat.com
4415W: http://www.linux-projects.org
4416S: Maintained
4417
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418USB ZD1201 DRIVER
4419P: Jeroen Vreeken
4420M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004421L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422W: http://linux-lc100020.sourceforge.net
4423S: Maintained
4424
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004425USB ZR364XX DRIVER
4426P: Antoine Jacquet
4427M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004428L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004429L: video4linux-list@redhat.com
4430W: http://royale.zerezo.com/zr364xx/
4431S: Maintained
4432
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433USER-MODE LINUX
4434P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004435M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436L: user-mode-linux-devel@lists.sourceforge.net
4437L: user-mode-linux-user@lists.sourceforge.net
4438W: http://user-mode-linux.sourceforge.net
4439S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004440
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004441USERSPACE I/O (UIO)
4442P: Hans J. Koch
4443M: hjk@linutronix.de
4444P: Greg Kroah-Hartman
4445M: gregkh@suse.de
4446L: linux-kernel@vger.kernel.org
4447S: Maintained
4448
Karel Zakf899b0a2008-05-23 13:04:21 -07004449UTIL-LINUX-NG PACKAGE
4450P: Karel Zak
4451M: kzak@redhat.com
4452L: util-linux-ng@vger.kernel.org
4453W: http://kernel.org/~kzak/util-linux-ng/
4454T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4455S: Maintained
4456
Alan Cox4e688522008-04-30 00:52:11 -07004457VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458P: OGAWA Hirofumi
4459M: hirofumi@mail.parknet.co.jp
4460L: linux-kernel@vger.kernel.org
4461S: Maintained
4462
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463VIA RHINE NETWORK DRIVER
4464P: Roger Luethi
4465M: rl@hellgate.ch
4466S: Maintained
4467
Jean Delvare32c0a522005-09-22 21:47:58 +02004468VIAPRO SMBUS DRIVER
4469P: Jean Delvare
4470M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004471L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004472S: Maintained
4473
Francois Romieu01f20732007-01-26 00:57:17 -08004474VIA VELOCITY NETWORK DRIVER
4475P: Francois Romieu
4476M: romieu@fr.zoreil.com
4477L: netdev@vger.kernel.org
4478S: Maintained
4479
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004481P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004482M: mchehab@infradead.org
4483M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004484L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004485W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004486T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004487S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488
Patrick McHardybe7f8272007-10-23 20:26:36 -07004489VLAN (802.1Q)
4490P: Patrick McHardy
4491M: kaber@trash.net
4492L: netdev@vger.kernel.org
4493S: Maintained
4494
Juerg Haefligerab413192006-09-24 20:54:04 +02004495VT1211 HARDWARE MONITOR DRIVER
4496P: Juerg Haefliger
4497M: juergh@gmail.com
4498L: lm-sensors@lm-sensors.org
4499S: Maintained
4500
Roger Lucas1de9e372005-11-26 20:20:05 +01004501VT8231 HARDWARE MONITOR DRIVER
4502P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004503M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004504L: lm-sensors@lm-sensors.org
4505S: Maintained
4506
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507W1 DALLAS'S 1-WIRE BUS
4508P: Evgeniy Polyakov
4509M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004510S: Maintained
4511
Charles Spirakis13927072006-07-05 18:05:15 +02004512W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004513P: Marc Hulsman
4514M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004515L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004516S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004517
Rudolf Marek61db0112006-12-12 18:18:30 +01004518W83793 HARDWARE MONITORING DRIVER
4519P: Rudolf Marek
4520M: r.marek@assembler.cz
4521L: lm-sensors@lm-sensors.org
4522S: Maintained
4523
Linus Torvalds1da177e2005-04-16 15:20:36 -07004524W83L51xD SD/MMC CARD INTERFACE DRIVER
4525P: Pierre Ossman
4526M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004527L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528S: Maintained
4529
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004530WATCHDOG DEVICE DRIVERS
4531P: Wim Van Sebroeck
4532M: wim@iguana.be
4533T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4534S: Maintained
4535
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4537P: Jean Tourrilhes
4538M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004539L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4541S: Maintained
4542
4543WD7000 SCSI DRIVER
4544P: Miroslav Zagorac
4545M: zaga@fly.cc.fer.hr
4546L: linux-scsi@vger.kernel.org
4547S: Maintained
4548
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004549WISTRON LAPTOP BUTTON DRIVER
4550P: Miloslav Trmac
4551M: mitr@volny.cz
4552S: Maintained
4553
Linus Torvalds1da177e2005-04-16 15:20:36 -07004554WL3501 WIRELESS PCMCIA CARD DRIVER
4555P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004556M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004557L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004558W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559S: Maintained
4560
Mark Brownfebf1df2008-04-02 00:51:09 -04004561WM97XX TOUCHSCREEN DRIVERS
4562P: Mark Brown
4563M: broonie@opensource.wolfsonmicro.com
4564P: Liam Girdwood
4565M: liam.girdwood@wolfsonmicro.com
4566L: linux-input@vger.kernel.org
4567T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4568W: http://opensource.wolfsonmicro.com/node/7
4569S: Supported
4570
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571X.25 NETWORK LAYER
4572P: Henner Eisen
4573M: eis@baty.hanse.de
4574L: linux-x25@vger.kernel.org
4575S: Maintained
4576
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004577XEN HYPERVISOR INTERFACE
4578P: Jeremy Fitzhardinge
4579M: jeremy@xensource.com
4580P: Chris Wright
4581M: chrisw@sous-sol.org
4582L: virtualization@lists.osdl.org
4583L: xen-devel@lists.xensource.com
4584S: Supported
4585
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586XFS FILESYSTEM
4587P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004588P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004590L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004592T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593S: Supported
4594
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004595XILINX SYSTEMACE DRIVER
4596P: Grant Likely
4597M: grant.likely@secretlab.ca
4598W: http://www.secretlab.ca/
4599L: linux-kernel@vger.kernel.org
4600S: Maintained
4601
Peter Korsgaard238b8722006-12-06 20:35:17 -08004602XILINX UARTLITE SERIAL DRIVER
4603P: Peter Korsgaard
4604M: jacmet@sunsite.dk
4605L: linux-serial@vger.kernel.org
4606S: Maintained
4607
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004608X86 ARCHITECTURE (32-BIT AND 64-BIT)
4609P: Thomas Gleixner
4610M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611P: Ingo Molnar
4612M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004613P: H. Peter Anvin
4614M: hpa@zytor.com
4615L: linux-kernel@vger.kernel.org
4616T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617S: Maintained
4618
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619YAM DRIVER FOR AX.25
4620P: Jean-Paul Roubelat
4621M: jpr@f6fbb.org
4622L: linux-hams@vger.kernel.org
4623S: Maintained
4624
Henkaf64a5e2005-10-12 15:02:56 +02004625YEALINK PHONE DRIVER
4626P: Henk Vergonet
4627M: Henk.Vergonet@gmail.com
4628L: usbb2k-api-dev@nongnu.org
4629S: Maintained
4630
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631Z8530 DRIVER FOR AX.25
4632P: Joerg Reuter
4633M: jreuter@yaina.de
4634W: http://yaina.de/jreuter/
4635W: http://www.qsl.net/dl1bke/
4636L: linux-hams@vger.kernel.org
4637S: Maintained
4638
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004639ZD1211RW WIRELESS DRIVER
4640P: Daniel Drake
4641M: dsd@gentoo.org
4642P: Ulrich Kunitz
4643M: kune@deine-taler.de
4644W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004645L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004646L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4647S: Maintained
4648
Linus Torvalds1da177e2005-04-16 15:20:36 -07004649ZF MACHZ WATCHDOG
4650P: Fernando Fuganti
4651M: fuganti@netbank.com.br
4652W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4653S: Maintained
4654
4655ZR36067 VIDEO FOR LINUX DRIVER
4656P: Ronald Bultje
4657M: rbultje@ronald.bitfreak.net
4658L: mjpeg-users@lists.sourceforge.net
4659W: http://mjpeg.sourceforge.net/driver-zoran/
4660S: Maintained
4661
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004662ZS DECSTATION Z85C30 SERIAL DRIVER
4663P: Maciej W. Rozycki
4664M: macro@linux-mips.org
4665S: Maintained
4666
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667THE REST
4668P: Linus Torvalds
4669S: Buried alive in reporters