blob: 5e6d6ab824339b7fcc4f681d87b117c0808760aa [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
Jean Delvare5b543962005-08-15 19:51:02 +02001881L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001882W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001883S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001884
Michael Buesch844dd052006-06-26 00:24:59 -07001885HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001886S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001887
Robert Love860e1d62005-08-31 23:57:59 -04001888HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1889P: Robert Love
1890M: rlove@rlove.org
1891M: linux-kernel@vger.kernel.org
1892W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1893S: Maintained
1894
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895HARMONY SOUND DRIVER
1896P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001897M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001898L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899S: Maintained
1900
1901HAYES ESP SERIAL DRIVER
1902P: Andrew J. Robinson
1903M: arobinso@nyx.net
1904L: linux-kernel@vger.kernel.org
1905W: http://www.nyx.net/~arobinso
1906S: Maintained
1907
1908HFS FILESYSTEM
1909P: Roman Zippel
1910M: zippel@linux-m68k.org
1911L: linux-kernel@vger.kernel.org
1912S: Maintained
1913
1914HGA FRAMEBUFFER DRIVER
1915P: Ferenc Bakonyi
1916M: fero@drama.obuda.kando.hu
1917L: linux-nvidia@lists.surfsouth.com
1918W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1919S: Maintained
1920
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001921HID CORE LAYER
1922P: Jiri Kosina
1923M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001924L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001925T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001926S: Maintained
1927
Ingo Molnar38bed542007-02-22 09:09:34 +01001928HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1929P: Thomas Gleixner
1930M: tglx@linutronix.de
1931L: linux-kernel@vger.kernel.org
1932S: Maintained
1933
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934HIGH-SPEED SCC DRIVER FOR AX.25
1935P: Klaus Kudielka
1936M: klaus.kudielka@ieee.org
1937L: linux-hams@vger.kernel.org
1938W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1939S: Maintained
1940
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001941HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1942P: HighPoint Linux Team
1943M: linux@highpoint-tech.com
1944W: http://www.highpoint-tech.com
1945S: Supported
1946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947HIPPI
1948P: Jes Sorensen
1949M: jes@trained-monkey.org
1950L: linux-hippi@sunsite.dk
1951S: Maintained
1952
1953HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1954P: Chirag Kantharia
1955M: chirag.kantharia@hp.com
1956L: iss_storagedev@hp.com
1957S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959HEWLETT-PACKARD SMART2 RAID DRIVER
1960P: Chirag Kantharia
1961M: chirag.kantharia@hp.com
1962L: iss_storagedev@hp.com
1963S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001964
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1966P: Mike Miller
1967M: mike.miller@hp.com
1968L: iss_storagedev@hp.com
1969S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001970
Jouni Malinenff1d2762005-05-12 22:54:16 -04001971HOST AP DRIVER
1972P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001973M: j@w1.fi
1974L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001975L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001976W: http://hostap.epitest.fi/
1977S: Maintained
1978
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1980P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001981M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982S: Maintained
1983
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001984HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1985P: Carlos Corbacho
1986M: carlos@strangeworlds.co.uk
1987S: Odd Fixes
1988
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001989HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001990P: Clemens Ladisch
1991M: clemens@ladisch.de
1992S: Maintained
1993
1994HPET: i386
1995P: Venkatesh Pallipadi (Venki)
1996M: venkatesh.pallipadi@intel.com
1997S: Maintained
1998
1999HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002000P: Vojtech Pavlik
2001M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002002S: Maintained
2003
2004HPET: ACPI hpet.c
2005P: Bob Picco
2006M: bob.picco@hp.com
2007S: Maintained
2008
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009HPFS FILESYSTEM
2010P: Mikulas Patocka
2011M: mikulas@artax.karlin.mff.cuni.cz
2012W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2013S: Maintained
2014
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002015HTCPEN TOUCHSCREEN DRIVER
2016P: Pau Oliva Fora
2017M: pof@eslack.org
2018L: linux-input@vger.kernel.org
2019S: Maintained
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021HUGETLB FILESYSTEM
2022P: William Irwin
2023M: wli@holomorphy.com
2024S: Maintained
2025
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002026I2C/SMBUS STUB DRIVER
2027P: Mark M. Hoffman
2028M: mhoffman@lightlink.com
2029L: lm-sensors@lm-sensors.org
2030S: Maintained
2031
Jean Delvare5b543962005-08-15 19:51:02 +02002032I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002033P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002035P: Ben Dooks (embedded platforms)
2036M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002037L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002038T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039S: Maintained
2040
Till Harbaume8c76ee2007-05-01 23:26:35 +02002041I2C-TINY-USB DRIVER
2042P: Till Harbaum
2043M: till@harbaum.org
2044L: i2c@lm-sensors.org
2045T: http://www.harbaum.org/till/i2c_tiny_usb
2046S: Maintained
2047
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002049P: H. Peter Anvin
2050M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051L: Linux-Kernel@vger.kernel.org
2052S: Maintained
2053
2054i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055P: H. Peter Anvin
2056M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002057T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058S: Maintained
2059
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060IA64 (Itanium) PLATFORM
2061P: Tony Luck
2062M: tony.luck@intel.com
2063L: linux-ia64@vger.kernel.org
2064W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002065T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066S: Maintained
2067
2068SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002069P: Jes Sorensen
2070M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071L: linux-altix@sgi.com
2072L: linux-ia64@vger.kernel.org
2073W: http://www.sgi.com/altix
2074S: Maintained
2075
2076IBM MCA SCSI SUBSYSTEM DRIVER
2077P: Michael Lang
2078M: langa2@kph.uni-mainz.de
2079W: http://www.uni-mainz.de/~langm000/linux.html
2080S: Maintained
2081
2082IBM Power Linux RAID adapter
2083P: Brian King
2084M: brking@us.ibm.com
2085S: Supported
2086
2087IBM ServeRAID RAID DRIVER
2088P: Jack Hammer
2089P: Dave Jeffery
2090M: ipslinux@adaptec.com
2091W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002092S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002094IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002096M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002098T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099S: Maintained
2100
2101IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002102P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002103M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002104L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002105S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106
2107IDE/ATAPI FLOPPY DRIVERS
2108P: Paul Bristow
2109M: Paul Bristow <paul@paulbristow.net>
2110W: http://paulbristow.net/linux/idefloppy.html
2111L: linux-kernel@vger.kernel.org
2112S: Maintained
2113
2114IDE/ATAPI TAPE DRIVERS
2115P: Gadi Oxman
2116M: Gadi Oxman <gadio@netvision.net.il>
2117L: linux-kernel@vger.kernel.org
2118S: Maintained
2119
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002120IDE-SCSI DRIVER
2121L: linux-ide@vger.kernel.org
2122L: linux-scsi@vger.kernel.org
2123S: Orphan
2124
Stefan Richterf148e202008-01-12 12:32:44 +01002125IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002127M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002128P: Stefan Richter
2129M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130L: linux1394-devel@lists.sourceforge.net
2131W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002132T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Maintained
2134
Stefan Richterf51a5a92007-04-23 14:41:10 -07002135IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136P: Dan Dennedy
2137M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002138P: Stefan Richter
2139M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002141S: Maintained
2142
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002144L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002145S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146
2147INFINIBAND SUBSYSTEM
2148P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002149M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002151M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002153M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002154L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002156T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Supported
2158
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002159INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002160P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002161M: dmitry.torokhov@gmail.com
2162M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002163L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002164T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
Robert Lovec9f04f52005-07-15 12:21:07 -04002167INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002168P: John McCutchan
2169M: ttb@tentacle.dhs.org
2170P: Robert Love
2171M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002172L: linux-kernel@vger.kernel.org
2173S: Maintained
2174
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002175INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002176P: Sylvain Meyer
2177M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002178L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002179S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002180
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002182P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002183M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002184L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002185S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187INTEL IA32 MICROCODE UPDATE SUPPORT
2188P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002189M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190S: Maintained
2191
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002192INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002193P: Maciej Sosnowski
2194M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002195L: linux-kernel@vger.kernel.org
2196S: Supported
2197
Dan Williamsb3e5f262007-08-07 10:26:35 -07002198INTEL IOP-ADMA DMA DRIVER
2199P: Dan Williams
2200M: dan.j.williams@intel.com
2201L: linux-kernel@vger.kernel.org
2202S: Supported
2203
Michael Buesch844dd052006-06-26 00:24:59 -07002204INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2205P: Deepak Saxena
2206M: dsaxena@plexity.net
2207S: Maintained
2208
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002209INTEL IXP2000 ETHERNET DRIVER
2210P: Lennert Buytenhek
2211M: kernel@wantstofly.org
2212L: netdev@vger.kernel.org
2213S: Maintained
2214
Auke Kokd94e6fe2008-03-03 14:37:47 -08002215INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002216P: Jeff Kirsher
2217M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002218P: Jesse Brandeburg
2219M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002220P: Bruce Allan
2221M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002222P: PJ Waskiewicz
2223M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002224P: John Ronciak
2225M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002226L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002227W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S: Supported
2229
James Ketrenos826d2ab2005-11-07 18:56:59 -06002230INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002231P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002232M: yi.zhu@intel.com
2233P: James Ketrenos
2234M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002235P: Reinette Chatre
2236M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002237L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002238L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002239W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002240W: http://ipw2100.sourceforge.net
2241S: Supported
2242
2243INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002244P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002245M: yi.zhu@intel.com
2246P: James Ketrenos
2247M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002248P: Reinette Chatre
2249M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002250L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002251L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002252W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002253W: http://ipw2200.sourceforge.net
2254S: Supported
2255
Zhu Yib481de92007-09-25 17:54:57 -07002256INTEL WIRELESS WIFI LINK (iwlwifi)
2257P: Zhu Yi
2258M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002259P: Reinette Chatre
2260M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002261L: linux-wireless@vger.kernel.org
2262L: ipw3945-devel@lists.sourceforge.net
2263W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002264T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002265S: Supported
2266
Ralf Baechlecb109a02007-08-30 23:56:30 -07002267IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268P: Ralf Baechle
2269M: ralf@linux-mips.org
2270L: linux-mips@linux-mips.org
2271S: Maintained
2272
Ralf Baechlecb109a02007-08-30 23:56:30 -07002273IOC3 SERIAL DRIVER
2274P: Pat Gefre
2275M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002276L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002277S: Maintained
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279IP MASQUERADING:
2280P: Juanjo Ciarlante
2281M: jjciarla@raiz.uncu.edu.ar
2282S: Maintained
2283
Francois Romieu1202d6f2007-09-17 17:13:55 -07002284IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2285P: Francois Romieu
2286M: romieu@fr.zoreil.com
2287P: Sorbica Shieh
2288M: sorbica@icplus.com.tw
2289P: Jesse Huang
2290M: jesse@icplus.com.tw
2291L: netdev@vger.kernel.org
2292S: Maintained
2293
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002294IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002295P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002296M: infinipath@qlogic.com
2297L: general@lists.openfabrics.org
2298T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002299S: Supported
2300
Corey Minyard4409ebe2006-04-20 02:43:12 -07002301IPMI SUBSYSTEM
2302P: Corey Minyard
2303M: minyard@acm.org
2304L: openipmi-developer@lists.sourceforge.net
2305W: http://openipmi.sourceforge.net/
2306S: Supported
2307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308IPX NETWORK LAYER
2309P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002310M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002311L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312S: Maintained
2313
David Sterba099dc4f2008-02-07 10:57:12 +01002314IPWIRELES DRIVER
2315P: Jiri Kosina
2316M: jkosina@suse.cz
2317P: David Sterba
2318M: dsterba@suse.cz
2319S: Maintained
2320T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2321
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002323P: Samuel Ortiz
2324M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002325L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002327S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328
Mike Christie14816b12007-11-28 16:22:06 -08002329ISCSI
2330P: Mike Christie
2331M: michaelc@cs.wisc.edu
2332L: open-iscsi@googlegroups.com
2333W: www.open-iscsi.org
2334T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2335S: Maintained
2336
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337ISAPNP
2338P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002339M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340S: Maintained
2341
2342ISDN SUBSYSTEM
2343P: Karsten Keil
2344M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002345L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002347T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348S: Maintained
2349
2350ISDN SUBSYSTEM (Eicon active card driver)
2351P: Armin Schindler
2352M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002353L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354W: http://www.melware.de
2355S: Maintained
2356
Hans Verkuil91821ff2007-12-02 09:35:33 -03002357IVTV VIDEO4LINUX DRIVER
2358P: Hans Verkuil
2359M: hverkuil@xs4all.nl
2360L: ivtv-devel@ivtvdriver.org
2361L: ivtv-users@ivtvdriver.org
2362L: video4linux-list@redhat.com
2363W: http://www.ivtvdriver.org
2364S: Maintained
2365
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2367P: David Woodhouse
2368M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002369L: linux-mtd@lists.infradead.org
2370W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Maintained
2372
Artem Bityutskiy95270562008-07-14 17:58:44 +03002373UBI FILE SYSTEM (UBIFS)
2374P: Artem Bityutskiy
2375M: dedekind@infradead.org
2376P: Adrian Hunter
2377M: ext-adrian.hunter@nokia.com
2378L: linux-mtd@lists.infradead.org
2379T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2380W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2381S: Maintained
2382
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383JFS FILESYSTEM
2384P: Dave Kleikamp
2385M: shaggy@austin.ibm.com
2386L: jfs-discussion@lists.sourceforge.net
2387W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002388T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Supported
2390
Josh Triplettde456d32006-07-30 03:04:00 -07002391JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002392P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002393M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002394L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002395S: Maintained
2396
Rudolf Marek4660cb32006-10-08 22:01:26 +02002397K8TEMP HARDWARE MONITORING DRIVER
2398P: Rudolf Marek
2399M: r.marek@assembler.cz
2400L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401S: Maintained
2402
2403KCONFIG
2404P: Roman Zippel
2405M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002406L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S: Maintained
2408
Vivek Goyalea6c2082006-05-20 14:59:55 -07002409KDUMP
2410P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002411M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002412P: Haren Myneni
2413M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002414L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002415L: linux-kernel@vger.kernel.org
2416W: http://lse.sourceforge.net/kdump/
2417S: Maintained
2418
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419KERNEL AUTOMOUNTER (AUTOFS)
2420P: H. Peter Anvin
2421M: hpa@zytor.com
2422L: autofs@linux.kernel.org
2423S: Odd Fixes
2424
2425KERNEL AUTOMOUNTER v4 (AUTOFS4)
2426P: Ian Kent
2427M: raven@themaw.net
2428L: autofs@linux.kernel.org
2429S: Maintained
2430
2431KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432P: Sam Ravnborg
2433M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002434T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2435T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002436L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002437S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438
2439KERNEL JANITORS
2440P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002441L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443S: Maintained
2444
2445KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002446P: J. Bruce Fields
2447M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002449M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002450L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002452S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453
Avi Kivity426d62e2006-12-13 00:34:03 -08002454KERNEL VIRTUAL MACHINE (KVM)
2455P: Avi Kivity
2456M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002457L: kvm@vger.kernel.org
2458W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002459S: Supported
2460
Hollis Blanchard513014b2008-04-16 23:28:08 -05002461KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2462P: Hollis Blanchard
2463M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002464L: kvm-ppc@vger.kernel.org
2465W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002466S: Supported
2467
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002468KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002469P: Anthony Xu
2470M: anthony.xu@intel.com
2471P: Xiantao Zhang
2472M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002473L: kvm-ia64@vger.kernel.org
2474W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002475S: Supported
2476
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002477KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2478P: Carsten Otte
2479M: cotte@de.ibm.com
2480P: Christian Borntraeger
2481M: borntraeger@de.ibm.com
2482M: linux390@de.ibm.com
2483L: linux-s390@vger.kernel.org
2484W: http://www.ibm.com/developerworks/linux/linux390/
2485S: Supported
2486
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002487KEXEC
2488P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002489M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002490W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002491L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002492L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002493S: Maintained
2494
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002495KGDB
2496P: Jason Wessel
2497M: jason.wessel@windriver.com
2498L: kgdb-bugreport@lists.sourceforge.net
2499S: Maintained
2500
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002501KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002502P: Ananth N Mavinakayanahalli
2503M: ananth@in.ibm.com
2504P: Anil S Keshavamurthy
2505M: anil.s.keshavamurthy@intel.com
2506P: David S. Miller
2507M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002508P: Masami Hiramatsu
2509M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002510L: linux-kernel@vger.kernel.org
2511S: Maintained
2512
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002513KS0108 LCD CONTROLLER DRIVER
2514P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002515M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002516L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002517W: http://miguelojeda.es/auxdisplay.htm
2518W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002519S: Maintained
2520
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002523S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524
2525LASI 53c700 driver for PARISC
2526P: James E.J. Bottomley
2527M: James.Bottomley@HansenPartnership.com
2528L: linux-scsi@vger.kernel.org
2529S: Maintained
2530
Richard Purdie263de9b2006-05-15 09:44:16 -07002531LED SUBSYSTEM
2532P: Richard Purdie
2533M: rpurdie@rpsys.net
2534S: Maintained
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536LEGO USB Tower driver
2537P: Juergen Stuber
2538M: starblue@users.sourceforge.net
2539L: legousb-devel@lists.sourceforge.net
2540W: http://legousb.sourceforge.net/
2541S: Maintained
2542
Rusty Russell568a17f2007-10-25 14:12:24 +10002543LGUEST
2544P: Rusty Russell
2545M: rusty@rustcorp.com.au
2546L: lguest@ozlabs.org
2547W: http://lguest.ozlabs.org/
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550LINUX FOR IBM pSERIES (RS/6000)
2551P: Paul Mackerras
2552M: paulus@au.ibm.com
2553W: http://www.ibm.com/linux/ltc/projects/ppc
2554S: Supported
2555
2556LINUX FOR NCR VOYAGER
2557P: James Bottomley
2558M: James.Bottomley@HansenPartnership.com
2559W: http://www.hansenpartnership.com/voyager
2560S: Maintained
2561
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002562LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563P: Paul Mackerras
2564M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002565P: Benjamin Herrenschmidt
2566M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567W: http://www.penguinppc.org/
2568L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002569T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570S: Supported
2571
2572LINUX FOR POWER MACINTOSH
2573P: Benjamin Herrenschmidt
2574M: benh@kernel.crashing.org
2575W: http://www.penguinppc.org/
2576L: linuxppc-dev@ozlabs.org
2577S: Maintained
2578
Grant Likely77a76362008-07-12 12:11:43 -06002579LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580P: Sylvain Munaut
2581M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002582P: Grant Likely
2583M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585S: Maintained
2586
2587LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002588P: Josh Boyer
2589M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590P: Matt Porter
2591M: mporter@kernel.crashing.org
2592W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002593L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002594T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595S: Maintained
2596
Grant Likely260c02a2007-10-02 12:15:34 +10002597LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2598P: Grant Likely
2599M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002600W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002601L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602S: Maintained
2603
Tom Rinie93adf12005-07-26 12:49:53 -07002604LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002605P: Vitaly Bordug
2606M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002607P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002608M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002609W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002610L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002611S: Maintained
2612
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002614P: Kumar Gala
2615M: galak@kernel.crashing.org
2616W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002617L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002618S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619
Olof Johanssonab06ff32006-09-06 14:44:54 -05002620LINUX FOR POWERPC PA SEMI PWRFICIENT
2621P: Olof Johansson
2622M: olof@lixom.net
2623W: http://www.pasemi.com/
2624L: linuxppc-dev@ozlabs.org
2625S: Supported
2626
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627LLC (802.2)
2628P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002629M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630S: Maintained
2631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632LINUX SECURITY MODULE (LSM) FRAMEWORK
2633P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002634M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002635L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002636T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637S: Supported
2638
2639LM83 HARDWARE MONITOR DRIVER
2640P: Jean Delvare
2641M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002642L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643S: Maintained
2644
2645LM90 HARDWARE MONITOR DRIVER
2646P: Jean Delvare
2647M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002648L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649S: Maintained
2650
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002651LOCKDEP AND LOCKSTAT
2652P: Peter Zijlstra
2653M: peterz@infradead.org
2654P: Ingo Molnar
2655M: mingo@redhat.com
2656L: linux-kernel@vger.kernel.org
2657T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2658S: Maintained
2659
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002660LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661P: Richard Russon (FlatCap)
2662M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002663L: linux-ntfs-dev@lists.sourceforge.net
2664W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665S: Maintained
2666
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002667LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2668P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002669M: Eric.Moore@lsi.com
2670M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002671L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002672L: linux-scsi@vger.kernel.org
2673W: http://www.lsilogic.com/support
2674S: Supported
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2677P: Matthew Wilcox
2678M: matthew@wil.cx
2679L: linux-scsi@vger.kernel.org
2680S: Maintained
2681
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002682M32R ARCHITECTURE
2683P: Hirokazu Takata
2684M: takata@linux-m32r.org
2685L: linux-m32r@ml.linux-m32r.org
2686L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2687W: http://www.linux-m32r.org/
2688S: Maintained
2689
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690M68K ARCHITECTURE
2691P: Geert Uytterhoeven
2692M: geert@linux-m68k.org
2693P: Roman Zippel
2694M: zippel@linux-m68k.org
2695L: linux-m68k@lists.linux-m68k.org
2696W: http://www.linux-m68k.org/
2697W: http://linux-m68k-cvs.ubb.ca/
2698S: Maintained
2699
2700M68K ON APPLE MACINTOSH
2701P: Joshua Thompson
2702M: funaho@jurai.org
2703W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002704L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705S: Maintained
2706
2707M68K ON HP9000/300
2708P: Philip Blundell
2709M: philb@gnu.org
2710W: http://www.tazenda.demon.co.uk/phil/linux-hp
2711S: Maintained
2712
Jiri Benc64a327a2007-05-05 11:47:08 -07002713MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002714P: Johannes Berg
2715M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002716P: Michael Wu
2717M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002718L: linux-wireless@vger.kernel.org
2719W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002720T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002721S: Maintained
2722
Stefano Brivio1036d862007-12-23 04:46:27 +01002723MAC80211 PID RATE CONTROL
2724P: Stefano Brivio
2725M: stefano.brivio@polimi.it
2726P: Mattias Nissler
2727M: mattias.nissler@gmx.de
2728L: linux-wireless@vger.kernel.org
2729W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2730T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2731S: Maintained
2732
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002733MACVLAN DRIVER
2734P: Patrick McHardy
2735M: kaber@trash.net
2736L: netdev@vger.kernel.org
2737S: Maintained
2738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739MARVELL YUKON / SYSKONNECT DRIVER
2740P: Mirko Lindner
2741M: mlindner@syskonnect.de
2742P: Ralph Roesler
2743M: rroesler@syskonnect.de
2744W: http://www.syskonnect.com
2745S: Supported
2746
Michael Kerriskfaf16682005-07-31 22:34:47 -07002747MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002748P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002749M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002750W: http://www.kernel.org/doc/man-pages
2751S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002752
Stefano Brivio74cda162007-11-19 20:27:46 +01002753MARVELL LIBERTAS WIRELESS DRIVER
2754P: Dan Williams
2755M: dcbw@redhat.com
2756L: libertas-dev@lists.infradead.org
2757S: Maintained
2758
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002759MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002760P: Lennert Buytenhek
2761M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002762L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002763S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764
2765MATROX FRAMEBUFFER DRIVER
2766P: Petr Vandrovec
2767M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002768L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769S: Maintained
2770
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002771MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2772P: Hans J. Koch
2773M: hjk@linutronix.de
2774L: lm-sensors@lm-sensors.org
2775S: Maintained
2776
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002777MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002778P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002779M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002780S: linux-scsi@vger.kernel.org
2781W: http://megaraid.lsilogic.com
2782S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002783
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002784MEMORY MANAGEMENT
2785L: linux-mm@kvack.org
2786L: linux-kernel@vger.kernel.org
2787W: http://www.linux-mm.org
2788S: Maintained
2789
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002790MEMORY RESOURCE CONTROLLER
2791P: Balbir Singh
2792M: balbir@linux.vnet.ibm.com
2793P: Pavel Emelyanov
2794M: xemul@openvz.org
2795P: KAMEZAWA Hiroyuki
2796M: kamezawa.hiroyu@jp.fujitsu.com
2797L: linux-mm@kvack.org
2798L: linux-kernel@vger.kernel.org
2799S: Maintained
2800
David Howellsb920de12008-02-08 04:19:31 -08002801MEI MN10300/AM33 PORT
2802P: David Howells
2803M: dhowells@redhat.com
2804P: Koichi Yasutake
2805M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002806L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002807W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2808S: Maintained
2809
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002810MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811P: David Woodhouse
2812M: dwmw2@infradead.org
2813W: http://www.linux-mtd.infradead.org/
2814L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002815T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816S: Maintained
2817
Artem Bityutskiy48576402007-02-13 17:11:10 +02002818UNSORTED BLOCK IMAGES (UBI)
2819P: Artem Bityutskiy
2820M: dedekind@infradead.org
2821W: http://www.linux-mtd.infradead.org/
2822L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002823T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002824S: Maintained
2825
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826MICROTEK X6 SCANNER
2827P: Oliver Neukum
2828M: oliver@neukum.name
2829S: Maintained
2830
2831MIPS
2832P: Ralf Baechle
2833M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002834W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002836T: git www.linux-mips.org:/pub/scm/linux.git
2837S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838
2839MISCELLANEOUS MCA-SUPPORT
2840P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002841M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842L: linux-kernel@vger.kernel.org
2843S: Maintained
2844
2845MODULE SUPPORT
2846P: Rusty Russell
2847M: rusty@rustcorp.com.au
2848L: linux-kernel@vger.kernel.org
2849S: Maintained
2850
2851MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2852P: Stelian Pop
2853M: stelian@popies.net
2854W: http://popies.net/meye/
2855S: Maintained
2856
Pavel Pisac58ff042007-05-16 01:10:41 +02002857MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2858P: Pavel Pisa
2859M: ppisa@pikron.com
2860L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002861S: Maintained
2862
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863MOUSE AND MISC DEVICES [GENERAL]
2864P: Alessandro Rubini
2865M: rubini@ipvvis.unipv.it
2866L: linux-kernel@vger.kernel.org
2867S: Maintained
2868
Jiri Slabyb9705b62008-04-30 00:53:48 -07002869MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002870P: Jiri Slaby
2871M: jirislaby@gmail.com
2872L: linux-kernel@vger.kernel.org
2873S: Maintained
2874
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002875MSI LAPTOP SUPPORT
2876P: Lennart Poettering
2877M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002878W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002879W: http://0pointer.de/lennart/tchibo.html
2880S: Maintained
2881
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002882MULTIFUNCTION DEVICES (MFD)
2883P: Samuel Ortiz
2884M: sameo@openedhand.com
2885L: linux-kernel@vger.kernel.org
2886S: Supported
2887
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002888MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002889P: Pierre Ossman
2890M: drzeus-mmc@drzeus.cx
2891L: linux-kernel@vger.kernel.org
2892S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002893
David Brownell15a05802007-08-08 09:12:54 -07002894MULTIMEDIA CARD (MMC) ETC. OVER SPI
2895P: David Brownell
2896M: dbrownell@users.sourceforge.net
2897L: linux-kernel@vger.kernel.org
2898S: Odd fixes
2899
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900MULTISOUND SOUND DRIVER
2901P: Andrew Veliath
2902M: andrewtv@usa.net
2903S: Maintained
2904
Jiri Slabyd7354102006-12-08 02:38:35 -08002905MULTITECH MULTIPORT CARD (ISICOM)
2906P: Jiri Slaby
2907M: jirislaby@gmail.com
2908L: linux-kernel@vger.kernel.org
2909S: Maintained
2910
Brice Goglin2d3cf582008-05-17 12:45:36 +02002911MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2912P: Andrew Gallatin
2913M: gallatin@myri.com
2914P: Brice Goglin
2915M: brice@myri.com
2916L: netdev@vger.kernel.org
2917W: http://www.myri.com/scs/download-Myri10GE.html
2918S: Supported
2919
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920NATSEMI ETHERNET DRIVER (DP8381x)
2921P: Tim Hockin
2922M: thockin@hockin.org
2923S: Maintained
2924
2925NCP FILESYSTEM
2926P: Petr Vandrovec
2927M: vandrove@vc.cvut.cz
2928L: linware@sh.cvut.cz
2929S: Maintained
2930
2931NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2932P: James E.J. Bottomley
2933M: James.Bottomley@HansenPartnership.com
2934L: linux-scsi@vger.kernel.org
2935S: Maintained
2936
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002937NETEFFECT IWARP RNIC DRIVER (IW_NES)
2938P: Faisal Latif
2939M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002940P: Chien Tung
2941M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002942L: general@lists.openfabrics.org
2943W: http://www.neteffect.com
2944S: Supported
2945F: drivers/infiniband/hw/nes/
2946
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002947NETEM NETWORK EMULATOR
2948P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002949M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002950L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002951S: Maintained
2952
Jiri Slaby4a584482007-08-30 23:56:39 -07002953NETERION (S2IO) Xframe 10GbE DRIVER
2954P: Ramkrishna Vepa
2955M: ram.vepa@neterion.com
2956P: Rastapur Santosh
2957M: santosh.rastapur@neterion.com
2958P: Sivakumar Subramani
2959M: sivakumar.subramani@neterion.com
2960P: Sreenivasa Honnur
2961M: sreenivasa.honnur@neterion.com
2962L: netdev@vger.kernel.org
2963W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2964S: Supported
2965
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966NETFILTER/IPTABLES/IPCHAINS
2967P: Rusty Russell
2968P: Marc Boucher
2969P: James Morris
2970P: Harald Welte
2971P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002972P: Patrick McHardy
2973M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002974L: netfilter-devel@vger.kernel.org
2975L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002976L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977W: http://www.netfilter.org/
2978W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979S: Supported
2980
Paul Moore4cc67732006-09-25 15:57:13 -07002981NETLABEL
2982P: Paul Moore
2983M: paul.moore@hp.com
2984W: http://netlabel.sf.net
2985L: netdev@vger.kernel.org
2986S: Supported
2987
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988NETROM NETWORK LAYER
2989P: Ralf Baechle
2990M: ralf@linux-mips.org
2991L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002992W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993S: Maintained
2994
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002995NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996P: Paul Clements
2997M: Paul.Clements@steeleye.com
2998S: Maintained
2999
3000NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001P: Jeff Garzik
3002M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003003L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003004T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005S: Maintained
3006
3007NETWORKING [GENERAL]
3008P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003009M: netdev@vger.kernel.org
3010L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003011W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012S: Maintained
3013
3014NETWORKING [IPv4/IPv6]
3015P: David S. Miller
3016M: davem@davemloft.net
3017P: Alexey Kuznetsov
3018M: kuznet@ms2.inr.ac.ru
3019P: Pekka Savola (ipv6)
3020M: pekkas@netcore.fi
3021P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003022M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023P: Hideaki YOSHIFUJI
3024M: yoshfuji@linux-ipv6.org
3025P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003026M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003027L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003028T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029S: Maintained
3030
James Morris10e2ff12007-08-25 14:41:28 -07003031NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3032P: Paul Moore
3033M: paul.moore@hp.com
3034L: netdev@vger.kernel.org
3035S: Maintained
3036
John W. Linville29f8f632006-01-18 14:52:48 -08003037NETWORKING [WIRELESS]
3038P: John W. Linville
3039M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003040L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003041T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3042S: Maintained
3043
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003044NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003045P: Dhananjay Phadke
3046M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003047L: netdev@vger.kernel.org
3048W: http://www.netxen.com
3049S: Supported
3050
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051IPVS
3052P: Wensong Zhang
3053M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003054P: Simon Horman
3055M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056P: Julian Anastasov
3057M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003058L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059S: Maintained
3060
3061NFS CLIENT
3062P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003063M: Trond.Myklebust@netapp.com
3064L: linux-nfs@vger.kernel.org
3065W: http://client.linux-nfs.org
3066T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067S: Maintained
3068
3069NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003070P: Jan-Pascal van Best
3071M: janpascal@vanbest.org
3072P: Andreas Mohr
3073M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003074L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075S: Maintained
3076
3077NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3078P: YOKOTA Hiroshi
3079M: yokota@netlab.is.tsukuba.ac.jp
3080W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3081S: Maintained
3082
3083NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3084P: GOTO Masanori
3085M: gotom@debian.or.jp
3086P: YOKOTA Hiroshi
3087M: yokota@netlab.is.tsukuba.ac.jp
3088W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3089S: Maintained
3090
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091NTFS FILESYSTEM
3092P: Anton Altaparmakov
3093M: aia21@cantab.net
3094L: linux-ntfs-dev@lists.sourceforge.net
3095L: linux-kernel@vger.kernel.org
3096W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003097T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098S: Maintained
3099
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003100NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003101P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003102M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003103L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003104S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003106OPENCORES I2C BUS DRIVER
3107P: Peter Korsgaard
3108M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003109L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003110S: Maintained
3111
Mark Fashehccd979b2005-12-15 14:31:24 -08003112ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3113P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003114M: mfasheh@suse.com
3115P: Joel Becker
3116M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003117L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003118W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003119T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003120S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003121
Bob Copeland0ad122d2008-07-25 19:45:18 -07003122OMFS FILESYSTEM
3123P: Bob Copeland
3124M: me@bobcopeland.com
3125L: linux-karma-devel@lists.sourceforge.net
3126S: Maintained
3127
Harald Weltec1986ee2005-11-13 16:06:29 -08003128OMNIKEY CARDMAN 4000 DRIVER
3129P: Harald Welte
3130M: laforge@gnumonks.org
3131S: Maintained
3132
Harald Welte77c44ab2005-11-13 16:06:26 -08003133OMNIKEY CARDMAN 4040 DRIVER
3134P: Harald Welte
3135M: laforge@gnumonks.org
3136S: Maintained
3137
Jonathan Corbet77d51402007-03-22 19:44:17 -03003138OMNIVISION OV7670 SENSOR DRIVER
3139P: Jonathan Corbet
3140M: corbet@lwn.net
3141L: video4linux-list@redhat.com
3142S: Maintained
3143
Thomas Gleixner431bca72007-05-02 09:31:35 +02003144ONENAND FLASH DRIVER
3145P: Kyungmin Park
3146M: kyungmin.park@samsung.com
3147L: linux-mtd@lists.infradead.org
3148S: Maintained
3149
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150ONSTREAM SCSI TAPE DRIVER
3151P: Willem Riede
3152M: osst@riede.org
3153L: osst-users@lists.sourceforge.net
3154L: linux-scsi@vger.kernel.org
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003158P: Robert Richter
3159M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160L: oprofile-list@lists.sf.net
3161S: Maintained
3162
3163ORINOCO DRIVER
3164P: Pavel Roskin
3165M: proski@gnu.org
3166P: David Gibson
3167M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003168L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003169L: orinoco-users@lists.sourceforge.net
3170L: orinoco-devel@lists.sourceforge.net
3171W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172S: Maintained
3173
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003174PA SEMI ETHERNET DRIVER
3175P: Olof Johansson
3176M: olof@lixom.net
3177L: netdev@vger.kernel.org
3178S: Maintained
3179
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003180PA SEMI SMBUS DRIVER
3181P: Olof Johansson
3182M: olof@lixom.net
3183L: i2c@lm-sensors.org
3184S: Maintained
3185
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003187L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003188S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189
3190PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3191P: Tim Waugh
3192M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003193L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194W: http://www.torque.net/linux-pp.html
3195S: Maintained
3196
3197PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003198P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003199M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200P: Matthew Wilcox
3201M: matthew@wil.cx
3202P: Grant Grundler
3203M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003204L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003206T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207S: Maintained
3208
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003209PARAVIRT_OPS INTERFACE
3210P: Jeremy Fitzhardinge
3211M: jeremy@xensource.com
3212P: Chris Wright
3213M: chrisw@sous-sol.org
3214P: Zachary Amsden
3215M: zach@vmware.com
3216P: Rusty Russell
3217M: rusty@rustcorp.com.au
3218L: virtualization@lists.osdl.org
3219L: linux-kernel@vger.kernel.org
3220S: Supported
3221
Jim Cromie1662d322006-10-06 00:43:59 -07003222PC87360 HARDWARE MONITORING DRIVER
3223P: Jim Cromie
3224M: jim.cromie@gmail.com
3225L: lm-sensors@lm-sensors.org
3226S: Maintained
3227
3228PC8736x GPIO DRIVER
3229P: Jim Cromie
3230M: jim.cromie@gmail.com
3231S: Maintained
3232
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003233PCI ERROR RECOVERY
3234P: Linas Vepstas
3235M: linas@austin.ibm.com
3236L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003237L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003238S: Supported
3239
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003241P: Jesse Barnes
3242M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003244L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003245T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246S: Supported
3247
3248PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003249P: Kristen Carlson Accardi
3250M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251S: Supported
3252
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003253PCIE HOTPLUG DRIVER
3254P: Kristen Carlson Accardi
3255M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003256L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003257S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003258
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003260P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003261L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003262W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003263T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003264S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265
3266PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003267P: Don Fry
3268M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003269L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270S: Maintained
3271
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003272PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003273P: Balbir Singh
3274M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003275L: linux-kernel@vger.kernel.org
3276S: Maintained
3277
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003278PERSONALITY HANDLING
3279P: Christoph Hellwig
3280M: hch@infradead.org
3281L: linux-abi-devel@lists.sourceforge.net
3282S: Maintained
3283
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003285P: Joern Engel
3286M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287L: linux-mtd@lists.infradead.org
3288S: Maintained
3289
Peter Osterlund249a6772005-09-27 21:45:30 -07003290PKTCDVD DRIVER
3291P: Peter Osterlund
3292M: petero2@telia.com
3293L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003294S: Maintained
3295
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003297P: Thomas Gleixner
3298M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003299L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300S: Supported
3301
Anton Vorontsov3be86142007-07-15 04:43:36 +04003302POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3303P: Anton Vorontsov
3304M: cbou@mail.ru
3305P: David Woodhouse
3306M: dwmw2@infradead.org
3307L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003308T: git git.infradead.org/battery-2.6.git
3309S: Maintained
3310
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311PNP SUPPORT
3312P: Adam Belay
3313M: ambx1@neo.rr.com
3314S: Maintained
3315
Vitaly Wool999445d2007-01-04 13:07:03 +01003316PNXxxxx I2C DRIVER
3317P: Vitaly Wool
3318M: vitalywool@gmail.com
3319L: i2c@lm-sensors.org
3320S: Maintained
3321
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322PPP PROTOCOL DRIVERS AND COMPRESSORS
3323P: Paul Mackerras
3324M: paulus@samba.org
3325L: linux-ppp@vger.kernel.org
3326S: Maintained
3327
3328PPP OVER ATM (RFC 2364)
3329P: Mitchell Blank Jr
3330M: mitch@sfgoth.com
3331S: Maintained
3332
3333PPP OVER ETHERNET
3334P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003335M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336S: Maintained
3337
James Chapmana6d23702007-06-27 15:53:17 -07003338PPP OVER L2TP
3339P: James Chapman
3340M: jchapman@katalix.com
3341S: Maintained
3342
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343PREEMPTIBLE KERNEL
3344P: Robert Love
3345M: rml@tech9.net
3346L: linux-kernel@vger.kernel.org
3347L: kpreempt-tech@lists.sourceforge.net
3348W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3349S: Supported
3350
Michael Wueff1a592007-09-25 18:11:01 -07003351P54 WIRELESS DRIVER
3352P: Michael Wu
3353M: flamingice@sourmilk.net
3354L: linux-wireless@vger.kernel.org
3355W: http://prism54.org
3356T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3357S: Maintained
3358
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003360P: Luis R. Rodriguez
3361M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003362L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363W: http://prism54.org
3364S: Maintained
3365
3366PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3367P: Peter Denison
3368M: promise@pnd-pc.demon.co.uk
3369W: http://www.pnd-pc.demon.co.uk/promise/
3370S: Maintained
3371
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003372PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3373P: Mikael Pettersson
3374M: mikpe@it.uu.se
3375L: linux-ide@vger.kernel.org
3376S: Maintained
3377
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003378PS3 NETWORK SUPPORT
3379P: Masakazu Mokuno
3380M: mokuno@sm.sony.co.jp
3381L: netdev@vger.kernel.org
3382L: cbe-oss-dev@ozlabs.org
3383S: Supported
3384
Geoff Levandf58a9d12006-11-23 00:46:51 +01003385PS3 PLATFORM SUPPORT
3386P: Geoff Levand
3387M: geoffrey.levand@am.sony.com
3388L: linuxppc-dev@ozlabs.org
3389L: cbe-oss-dev@ozlabs.org
3390S: Supported
3391
Michael Krufky83202042006-07-03 00:24:18 -07003392PVRUSB2 VIDEO4LINUX DRIVER
3393P: Mike Isely
3394M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003395L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003396L: video4linux-list@redhat.com
3397W: http://www.isely.net/pvrusb2/
3398S: Maintained
3399
Eric Miao30ec2612008-06-12 15:21:41 -07003400PXA2xx/PXA3xx SUPPORT
3401P: Eric Miao
3402M: eric.miao@marvell.com
3403P: Russell King
3404M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003405L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406S: Maintained
3407
Pierre Ossman272f1332007-05-14 21:25:26 +02003408PXA MMCI DRIVER
3409S: Orphan
3410
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411QLOGIC QLA2XXX FC-SCSI DRIVER
3412P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003413M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414L: linux-scsi@vger.kernel.org
3415S: Supported
3416
Ron Mercer5a4faa82006-07-25 00:40:21 -07003417QLOGIC QLA3XXX NETWORK DRIVER
3418P: Ron Mercer
3419M: linux-driver@qlogic.com
3420L: netdev@vger.kernel.org
3421S: Supported
3422
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423QNX4 FILESYSTEM
3424P: Anders Larsen
3425M: al@alarsen.net
3426L: linux-kernel@vger.kernel.org
3427W: http://www.alarsen.net/linux/qnx4fs/
3428S: Maintained
3429
3430RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003431P: Benjamin Herrenschmidt
3432M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003433L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434S: Maintained
3435
3436RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003437P: Paul Mackerras
3438M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003439L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440S: Maintained
3441
3442RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3443P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003444M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003445L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446S: Maintained
3447
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003448RALINK RT2X00 WLAN DRIVER
3449P: rt2x00 project
3450L: linux-wireless@vger.kernel.org
3451L: rt2400-devel@lists.sourceforge.net
3452W: http://rt2x00.serialmonkey.com/
3453S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003454T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003455F: drivers/net/wireless/rt2x00/
3456
Nick Piggin9db55792008-02-08 04:19:49 -08003457RAMDISK RAM BLOCK DEVICE DRIVER
3458P: Nick Piggin
3459M: npiggin@suse.de
3460S: Maintained
3461
Matt Mackall9e95ce22005-04-16 15:25:56 -07003462RANDOM NUMBER DRIVER
3463P: Matt Mackall
3464M: mpm@selenic.com
3465S: Maintained
3466
Matt Porter394b7012005-11-07 01:00:15 -08003467RAPIDIO SUBSYSTEM
3468P: Matt Porter
3469M: mporter@kernel.crashing.org
3470L: linux-kernel@vger.kernel.org
3471S: Maintained
3472
Florian Fainellic1f766b2008-02-06 22:39:44 +01003473RDC R-321X SoC
3474P: Florian Fainelli
3475M: florian.fainelli@telecomint.eu
3476L: linux-kernel@vger.kernel.org
3477S: Maintained
3478
Florian Fainellidb17f392007-12-19 11:30:30 +01003479RDC R6040 FAST ETHERNET DRIVER
3480P: Florian Fainelli
3481M: florian.fainelli@telecomint.eu
3482L: netdev@vger.kernel.org
3483S: Maintained
3484
Josh Triplett595182b2006-10-04 02:17:21 -07003485READ-COPY UPDATE (RCU)
3486P: Dipankar Sarma
3487M: dipankar@in.ibm.com
3488W: http://www.rdrop.com/users/paulmck/rclock/
3489L: linux-kernel@vger.kernel.org
3490S: Supported
3491
3492RCUTORTURE MODULE
3493P: Josh Triplett
3494M: josh@freedesktop.org
3495L: linux-kernel@vger.kernel.org
3496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498REAL TIME CLOCK DRIVER
3499P: Paul Gortmaker
3500M: p_gortmaker@yahoo.com
3501L: linux-kernel@vger.kernel.org
3502S: Maintained
3503
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003504REAL TIME CLOCK (RTC) SUBSYSTEM
3505P: Alessandro Zummo
3506M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003507L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003508S: Maintained
3509
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003511L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512S: Supported
3513
Ivo van Doorne08976452008-04-12 19:23:55 +02003514RFKILL
3515P: Ivo van Doorn
3516M: IvDoorn@gmail.com
3517L: netdev@vger.kernel.org
3518S: Maintained
3519F: net/rfkill
3520
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521ROCKETPORT DRIVER
3522P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523W: http://www.comtrol.com
3524S: Maintained
3525
3526ROSE NETWORK LAYER
3527P: Ralf Baechle
3528M: ralf@linux-mips.org
3529L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003530W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531S: Maintained
3532
3533RISCOM8 DRIVER
3534S: Orphan
3535
Michael Wu605bebe2007-05-14 01:41:02 -04003536RTL818X WIRELESS DRIVER
3537P: Michael Wu
3538M: flamingice@sourmilk.net
3539P: Andrea Merello
3540M: andreamrl@tiscali.it
3541L: linux-wireless@vger.kernel.org
3542W: http://linuxwireless.org/
3543T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3544S: Maintained
3545
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003546S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003547P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003548M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003549L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003550S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003551
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552S390
3553P: Martin Schwidefsky
3554M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003555P: Heiko Carstens
3556M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003558L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003559W: http://www.ibm.com/developerworks/linux/linux390/
3560S: Supported
3561
3562S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003563P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003564M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003565P: Frank Blaschka
3566M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003567M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003568L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003569W: http://www.ibm.com/developerworks/linux/linux390/
3570S: Supported
3571
3572S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003573P: Christof Schmitt
3574M: christof.schmitt@de.ibm.com
3575P: Martin Peschke
3576M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003577M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003578L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003579W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580S: Supported
3581
Ursula Braundd96df22007-09-19 13:09:02 +02003582S390 IUCV NETWORK LAYER
3583P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003584M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003585M: linux390@de.ibm.com
3586L: linux-s390@vger.kernel.org
3587W: http://www.ibm.com/developerworks/linux/linux390/
3588S: Supported
3589
Ben Dooks4dde7f72008-06-30 22:40:38 +01003590S3C24XX SD/MMC Driver
3591P: Ben Dooks
3592M: ben-linux@fluff.org
3593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3594L: linux-kernel@vger.kernel.org
3595S: Supported
3596
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597SAA7146 VIDEO4LINUX-2 DRIVER
3598P: Michael Hunold
3599M: michael@mihu.de
3600W: http://www.mihu.de/linux/saa7146
3601S: Maintained
3602
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603SC1200 WDT DRIVER
3604P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003605M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606S: Maintained
3607
3608SCHEDULER
3609P: Ingo Molnar
3610M: mingo@elte.hu
3611P: Robert Love [the preemptible kernel bits]
3612M: rml@tech9.net
3613L: linux-kernel@vger.kernel.org
3614S: Maintained
3615
3616SCSI CDROM DRIVER
3617P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003618M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619L: linux-scsi@vger.kernel.org
3620W: http://www.kernel.dk
3621S: Maintained
3622
3623SCSI SG DRIVER
3624P: Doug Gilbert
3625M: dgilbert@interlog.com
3626L: linux-scsi@vger.kernel.org
3627W: http://www.torque.net/sg
3628S: Maintained
3629
3630SCSI SUBSYSTEM
3631P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003632M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003634T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003635T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3636T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637S: Maintained
3638
3639SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003640P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641M: Kai.Makisara@kolumbus.fi
3642L: linux-scsi@vger.kernel.org
3643S: Maintained
3644
3645SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003646P: Vlad Yasevich
3647M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003648P: Sridhar Samudrala
3649M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003650L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003651W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003652S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653
3654SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003655P: Jim Cromie
3656M: jim.cromie@gmail.com
3657S: Odd Fixes
3658
3659SCx200 GPIO DRIVER
3660P: Jim Cromie
3661M: jim.cromie@gmail.com
3662S: Maintained
3663
3664SCx200 HRT CLOCKSOURCE DRIVER
3665P: Jim Cromie
3666M: jim.cromie@gmail.com
3667S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668
Sascha Sommer6a369132008-07-15 14:21:29 +02003669SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3670P: Sascha Sommer
3671M: saschasommer@freenet.de
3672L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3673S: Maintained
3674
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675SECURITY CONTACT
3676P: Security Officers
3677M: security@kernel.org
3678S: Supported
3679
3680SELINUX SECURITY MODULE
3681P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003682M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003684M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003685P: Eric Paris
3686M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003688L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689W: http://www.nsa.gov/selinux
3690S: Supported
3691
Jiri Slabycef2cf02007-05-08 00:31:45 -07003692SENSABLE PHANTOM
3693P: Jiri Slaby
3694M: jirislaby@gmail.com
3695S: Maintained
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697SERIAL ATA (SATA) SUBSYSTEM:
3698P: Jeff Garzik
3699M: jgarzik@pobox.com
3700L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003701T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702S: Supported
3703
3704SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3705P: Pat Gefre
3706M: pfg@sgi.com
3707L: linux-ia64@vger.kernel.org
3708S: Supported
3709
Ben Hutchings8ceee662008-04-27 12:55:59 +01003710SFC NETWORK DRIVER
3711P: Steve Hodgson
3712P: Ben Hutchings
3713P: Robert Stonehouse
3714M: linux-net-drivers@solarflare.com
3715S: Supported
3716
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717SGI VISUAL WORKSTATION 320 AND 540
3718P: Andrey Panin
3719M: pazke@donpac.ru
3720L: linux-visws-devel@lists.sf.net
3721W: http://linux-visws.sf.net
3722S: Maintained for 2.6.
3723
3724SIMTEC EB110ATX (Chalice CATS)
3725P: Ben Dooks
3726P: Vincent Sanders
3727M: support@simtec.co.uk
3728W: http://www.simtec.co.uk/products/EB110ATX/
3729S: Supported
3730
3731SIMTEC EB2410ITX (BAST)
3732P: Ben Dooks
3733P: Vincent Sanders
3734M: support@simtec.co.uk
3735W: http://www.simtec.co.uk/products/EB2410ITX/
3736S: Supported
3737
Francois Romieu92aab3c2005-07-30 13:11:18 +02003738SIS 190 ETHERNET DRIVER
3739P: Francois Romieu
3740M: romieu@fr.zoreil.com
3741L: netdev@vger.kernel.org
3742S: Maintained
3743
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744SIS 900/7016 FAST ETHERNET DRIVER
3745P: Daniele Venzano
3746M: venza@brownhat.org
3747W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003748L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749S: Maintained
3750
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003751SIS 96X I2C/SMBUS DRIVER
3752P: Mark M. Hoffman
3753M: mhoffman@lightlink.com
3754L: lm-sensors@lm-sensors.org
3755S: Maintained
3756
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757SIS FRAMEBUFFER DRIVER
3758P: Thomas Winischhofer
3759M: thomas@winischhofer.net
3760W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003761S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762
3763SIS USB2VGA DRIVER
3764P: Thomas Winischhofer
3765M: thomas@winischhofer.net
3766W: http://www.winischhofer.at/linuxsisusbvga.shtml
3767S: Maintained
3768
Christoph Lameter415ad262007-07-26 10:40:56 -07003769SLAB ALLOCATOR
3770P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003771M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003772P: Pekka Enberg
3773M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003774P: Matt Mackall
3775M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003776L: linux-mm@kvack.org
3777S: Maintained
3778
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779SMC91x ETHERNET DRIVER
3780P: Nicolas Pitre
3781M: nico@cam.org
3782S: Maintained
3783
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003784SMSC47B397 HARDWARE MONITOR DRIVER
3785P: Mark M. Hoffman
3786M: mhoffman@lightlink.com
3787L: lm-sensors@lm-sensors.org
3788S: Maintained
3789
Ben Nizetteb54f2862008-03-13 22:27:30 +11003790SMX UIO Interface
3791P: Ben Nizette
3792M: bn@niasdigital.com
3793S: Maintained
3794
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003795SOC-CAMERA V4L2 SUBSYSTEM
3796P: Guennadi Liakhovetski
3797M: g.liakhovetski@gmx.de
3798L: video4linux-list@redhat.com
3799S: Maintained
3800
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801SOFTWARE RAID (Multiple Disks) SUPPORT
3802P: Ingo Molnar
3803M: mingo@redhat.com
3804P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003805M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003807S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808
Pavel Machek95a631e2007-07-19 01:47:42 -07003809HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810P: Pavel Machek
3811M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003812P: Rafael J. Wysocki
3813M: rjw@sisk.pl
3814L: linux-pm@lists.linux-foundation.org
3815S: Supported
3816
3817SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003818P: Len Brown
3819M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003820P: Pavel Machek
3821M: pavel@suse.cz
3822P: Rafael J. Wysocki
3823M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003824L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003825S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826
3827SONIC NETWORK DRIVER
3828P: Thomas Bogendoerfer
3829M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003830L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831S: Maintained
3832
Michael Buesch61e115a2007-09-18 15:12:50 -04003833SONICS SILICON BACKPLANE DRIVER (SSB)
3834P: Michael Buesch
3835M: mb@bu3sch.de
3836L: netdev@vger.kernel.org
3837S: Maintained
3838
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003840P: Mattia Dongili
3841M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003842L: linux-acpi@vger.kernel.org
3843W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844S: Maintained
3845
Alex Dubovbaf85322008-02-09 10:20:54 -08003846SONY MEMORYSTICK CARD SUPPORT
3847P: Alex Dubov
3848M: oakad@yahoo.com
3849L: linux-kernel@vger.kernel.org
3850W: http://tifmxx.berlios.de/
3851S: Maintained
3852
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853SOUND
3854P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003855M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003856L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857S: Maintained
3858
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003859SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3860P: Liam Girdwood
3861M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003862P: Mark Brown
3863M: broonie@opensource.wolfsonmicro.com
3864T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003865L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003866S: Supported
3867
Kumar Gala025c3982006-04-02 16:05:54 -05003868SPI SUBSYSTEM
3869P: David Brownell
3870M: dbrownell@users.sourceforge.net
3871L: spi-devel-general@lists.sourceforge.net
3872S: Maintained
3873
Arnd Bergmannb8154542008-05-16 11:10:59 +02003874SPU FILE SYSTEM
3875P: Jeremy Kerr
3876M: jk@ozlabs.org
3877L: linuxppc-dev@ozlabs.org
3878L: cbe-oss-dev@ozlabs.org
3879W: http://www.ibm.com/developerworks/power/cell/
3880S: Supported
3881
Steven Rostedt855f46a2006-08-05 12:14:50 -07003882STABLE BRANCH:
3883P: Greg Kroah-Hartman
3884M: greg@kroah.com
3885P: Chris Wright
3886M: chrisw@sous-sol.org
3887L: stable@kernel.org
3888S: Maintained
3889
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890SHARP LH SUPPORT (LH7952X & LH7A40X)
3891P: Marc Singer
3892M: elf@buici.com
3893W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003894L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895S: Maintained
3896
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003897SHPC HOTPLUG DRIVER
3898P: Kristen Carlson Accardi
3899M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003900L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003901S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003902
Pierre Ossmand129bce2006-03-24 03:18:17 -08003903SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3904P: Pierre Ossman
3905M: drzeus-sdhci@drzeus.cx
3906L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003907S: Maintained
3908
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003909SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3910P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003911M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003912L: netdev@vger.kernel.org
3913S: Maintained
3914
Chris Boot1a87d942006-07-10 04:45:34 -07003915SOEKRIS NET48XX LED SUPPORT
3916P: Chris Boot
3917M: bootc@bootc.net
3918S: Maintained
3919
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920SPARC (sparc32):
3921P: William L. Irwin
3922M: wli@holomorphy.com
3923L: sparclinux@vger.kernel.org
3924S: Maintained
3925
3926SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3927P: Roger Wolff
3928M: R.E.Wolff@BitWizard.nl
3929L: linux-kernel@vger.kernel.org ?
3930S: Supported
3931
Jim Lewis2752e402006-09-29 02:01:19 -07003932SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003933P: Ishizaki Kou
3934M: kou.ishizaki@toshiba.co.jp
3935P: Jens Osterkamp
3936M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003937L: netdev@vger.kernel.org
3938S: Supported
3939
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940SRM (Alpha) environment access
3941P: Jan-Benedict Glaw
3942M: jbglaw@lug-owl.de
3943L: linux-kernel@vger.kernel.org
3944S: Maintained
3945
3946STARFIRE/DURALAN NETWORK DRIVER
3947P: Ion Badulescu
3948M: ionut@cs.columbia.edu
3949S: Maintained
3950
3951STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3952W: http://mosquitonet.Stanford.EDU/strip.html
3953S: Unsupported ?
3954
3955STRADIS MPEG-2 DECODER DRIVER
3956P: Nathan Laredo
3957M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958W: http://www.stradis.com/
3959S: Maintained
3960
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003961SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962P: Paul Mundt
3963M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003964L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003966T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003967S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968
3969SUN3/3X
3970P: Sam Creasey
3971M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003972W: http://sammy.net/sun3/
3973S: Maintained
3974
3975SVGA HANDLING
3976P: Martin Mares
3977M: mj@ucw.cz
3978L: linux-video@atrey.karlin.mff.cuni.cz
3979S: Maintained
3980
3981SYSV FILESYSTEM
3982P: Christoph Hellwig
3983M: hch@infradead.org
3984S: Maintained
3985
Alan Cox4e688522008-04-30 00:52:11 -07003986TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003987P: Balbir Singh
3988M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003989L: linux-kernel@vger.kernel.org
3990S: Maintained
3991
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003992TC CLASSIFIER
3993P: Jamal Hadi Salim
3994M: hadi@cyberus.ca
3995L: netdev@vger.kernel.org
3996S: Maintained
3997
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003998TCP LOW PRIORITY MODULE
3999P: Wong Hoi Sing, Edison
4000M: hswong3i@gmail.com
4001P: Hung Hing Lun, Mike
4002M: hlhung3i@gmail.com
4003W: http://tcp-lp-mod.sourceforge.net/
4004S: Maintained
4005
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004006TEHUTI ETHERNET DRIVER
4007P: Alexander Indenbaum
4008M: baum@tehutinetworks.net
4009P: Andy Gospodarek
4010M: andy@greyhouse.net
4011L: netdev@vger.kernel.org
4012S: Supported
4013
Alan Cox4e688522008-04-30 00:52:11 -07004014Telecom Clock Driver for MCPL0010
4015P: Mark Gross
4016M: mark.gross@intel.com
4017S: Supported
4018
4019TENSILICA XTENSA PORT (xtensa):
4020P: Chris Zankel
4021M: chris@zankel.net
4022S: Maintained
4023
4024THINKPAD ACPI EXTRAS DRIVER
4025P: Henrique de Moraes Holschuh
4026M: ibm-acpi@hmh.eng.br
4027L: ibm-acpi-devel@lists.sourceforge.net
4028W: http://ibm-acpi.sourceforge.net
4029W: http://thinkwiki.org/wiki/Ibm-acpi
4030T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4031S: Maintained
4032
Alex Dubov4020f2d2006-10-04 02:15:37 -07004033TI FLASH MEDIA INTERFACE DRIVER
4034P: Alex Dubov
4035M: oakad@yahoo.com
4036S: Maintained
4037
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004038TI OMAP MMC INTERFACE DRIVER
4039P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004040M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004041W: http://linux.omap.com
4042W: http://www.muru.com/linux/omap/
4043S: Maintained
4044
Michael Buesch844dd052006-06-26 00:24:59 -07004045TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4046P: Deepak Saxena
4047M: dsaxena@plexity.net
4048S: Maintained
4049
Per Lidene86eaa32006-01-12 16:45:18 +01004050TIPC NETWORK LAYER
4051P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004052M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004053P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004054M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004055P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004056M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004057L: tipc-discussion@lists.sourceforge.net
4058W: http://tipc.sourceforge.net/
4059W: http://tipc.cslab.ericsson.net/
4060T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4061S: Maintained
4062
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063TLAN NETWORK DRIVER
4064P: Samuel Chessman
4065M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004066L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067W: http://sourceforge.net/projects/tlan/
4068S: Maintained
4069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070TOSHIBA ACPI EXTRAS DRIVER
4071P: John Belmonte
4072M: toshiba_acpi@memebeam.org
4073W: http://memebeam.org/toys/ToshibaAcpiDriver
4074S: Maintained
4075
4076TOSHIBA SMM DRIVER
4077P: Jonathan Buzzard
4078M: jonathan@buzzard.org.uk
4079L: tlinux-users@tce.toshiba-dme.co.jp
4080W: http://www.buzzard.org.uk/toshiba/
4081S: Maintained
4082
Alan Cox4e688522008-04-30 00:52:11 -07004083TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004084P: Debora Velarde
4085M: debora@linux.vnet.ibm.com
4086P: Rajiv Andrade
4087M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004088W: http://tpmdd.sourceforge.net
4089P: Marcel Selhorst
4090M: tpm@selhorst.net
4091W: http://www.prosec.rub.de/tpm/
4092L: tpmdd-devel@lists.sourceforge.net
4093S: Maintained
4094
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004096P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004097M: trivial@kernel.org
4098L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099S: Maintained
4100
Alan Cox4e688522008-04-30 00:52:11 -07004101TTY LAYER
4102P: Alan Cox
4103M: alan@lxorguk.ukuu.org.uk
4104L: linux-kernel@vger.kernel.org
4105S: Maintained
4106
Grant Grundler740db6d2008-02-17 11:53:49 -07004107TULIP NETWORK DRIVERS
4108P: Grant Grundler
4109M: grundler@parisc-linux.org
4110P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004111M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004112L: netdev@vger.kernel.org
4113S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114
4115TUN/TAP driver
4116P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004117M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118L: vtun@office.satix.net
4119W: http://vtun.sourceforge.net/tun
4120S: Maintained
4121
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004122TURBOCHANNEL SUBSYSTEM
4123P: Maciej W. Rozycki
4124M: macro@linux-mips.org
4125S: Maintained
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127U14-34F SCSI DRIVER
4128P: Dario Ballabio
4129M: ballabio_dario@emc.com
4130L: linux-scsi@vger.kernel.org
4131S: Maintained
4132
Alan Coxcc2020e2008-05-19 14:21:51 +01004133UCLINUX (AND M68KNOMMU)
4134P: Greg Ungerer
4135M: gerg@uclinux.org
4136W: http://www.uclinux.org/
4137L: uclinux-dev@uclinux.org (subscribers-only)
4138S: Maintained
4139
Alan Coxcc2020e2008-05-19 14:21:51 +01004140UCLINUX FOR RENESAS H8/300
4141P: Yoshinori Sato
4142M: ysato@users.sourceforge.jp
4143W: http://uclinux-h8.sourceforge.jp/
4144S: Supported
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004147P: Jan Kara
4148M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149W: http://linux-udf.sourceforge.net
4150S: Maintained
4151
Alan Coxcc2020e2008-05-19 14:21:51 +01004152UFS FILESYSTEM
4153P: Evgeniy Dushistov
4154M: dushistov@mail.ru
4155L: linux-kernel@vger.kernel.org
4156S: Maintained
4157
4158UltraSPARC (sparc64):
4159P: David S. Miller
4160M: davem@davemloft.net
4161L: sparclinux@vger.kernel.org
4162T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4163S: Maintained
4164
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165UNIFORM CDROM DRIVER
4166P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004167M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168L: linux-kernel@vger.kernel.org
4169W: http://www.kernel.dk
4170S: Maintained
4171
4172USB ACM DRIVER
4173P: Oliver Neukum
4174M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004175L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176S: Maintained
4177
Jiri Slaby6d985162008-02-06 01:37:11 -08004178USB AUERSWALD DRIVER
4179P: Wolfgang Muees
4180M: wolfgang@iksw-muees.de
4181L: linux-usb@vger.kernel.org
4182S: Maintained
4183
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184USB BLOCK DRIVER (UB ub)
4185P: Pete Zaitcev
4186M: zaitcev@redhat.com
4187L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004188L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189S: Supported
4190
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191USB CDC ETHERNET DRIVER
4192P: Greg Kroah-Hartman
4193M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004194L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195S: Maintained
4196W: http://www.kroah.com/linux-usb/
4197
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004198USB CYPRESS C67X00 DRIVER
4199P: Peter Korsgaard
4200M: jacmet@sunsite.dk
4201L: linux-usb@vger.kernel.org
4202S: Maintained
4203
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004204USB DAVICOM DM9601 DRIVER
4205P: Peter Korsgaard
4206M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004207L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004208W: http://www.linux-usb.org/usbnet
4209S: Maintained
4210
Alan Coxcc2020e2008-05-19 14:21:51 +01004211USB DIAMOND RIO500 DRIVER
4212P: Cesar Miquel
4213M: miquel@df.uba.ar
4214L: rio500-users@lists.sourceforge.net
4215W: http://rio500.sourceforge.net
4216S: Maintained
4217
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218USB EHCI DRIVER
4219P: David Brownell
4220M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004221L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004222S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223
Luca Risolia7ce08c92006-01-11 02:06:59 +00004224USB ET61X[12]51 DRIVER
4225P: Luca Risolia
4226M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004227L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004228L: video4linux-list@redhat.com
4229W: http://www.linux-projects.org
4230S: Maintained
4231
David Brownell69ae9e32006-11-14 02:03:31 -08004232USB GADGET/PERIPHERAL SUBSYSTEM
4233P: David Brownell
4234M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004235L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004236W: http://www.linux-usb.org/gadget
4237S: Maintained
4238
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004239USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004240P: Jiri Kosina
4241M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004242L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004243T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244S: Maintained
4245
Olav Kongas959eea22005-11-03 17:38:14 +02004246USB ISP116X DRIVER
4247P: Olav Kongas
4248M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004249L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004250S: Maintained
4251
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252USB KAWASAKI LSI DRIVER
4253P: Oliver Neukum
4254M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004255L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256S: Maintained
4257
4258USB MASS STORAGE DRIVER
4259P: Matthew Dharm
4260M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004261L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004262L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263S: Maintained
4264W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4265
4266USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004267P: David Brownell
4268M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004269L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004270S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271
Matthias Urlichsba460e42005-07-14 00:33:47 -07004272USB OPTION-CARD DRIVER
4273P: Matthias Urlichs
4274M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004275L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004276S: Maintained
4277
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278USB OV511 DRIVER
4279P: Mark McClelland
4280M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004281L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282W: http://alpha.dyndns.org/ov511/
4283S: Maintained
4284
4285USB PEGASUS DRIVER
4286P: Petko Manolov
4287M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004288L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004289L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290W: http://pegasus2.sourceforge.net/
4291S: Maintained
4292
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004293USB PRINTER DRIVER (usblp)
4294P: Pete Zaitcev
4295M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004296L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004297S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298
4299USB RTL8150 DRIVER
4300P: Petko Manolov
4301M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004302L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004303L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304W: http://pegasus2.sourceforge.net/
4305S: Maintained
4306
4307USB SE401 DRIVER
4308P: Jeroen Vreeken
4309M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004310L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311W: http://www.chello.nl/~j.vreeken/se401/
4312S: Maintained
4313
Alan Cox4e688522008-04-30 00:52:11 -07004314USB SERIAL BELKIN F5U103 DRIVER
4315P: William Greathouse
4316M: wgreathouse@smva.com
4317L: linux-usb@vger.kernel.org
4318S: Maintained
4319
4320USB SERIAL CYPRESS M8 DRIVER
4321P: Lonnie Mendez
4322M: dignome@gmail.com
4323L: linux-usb@vger.kernel.org
4324S: Maintained
4325W: http://geocities.com/i0xox0i
4326W: http://firstlight.net/cvs
4327
Linus Torvalds1da177e2005-04-16 15:20:36 -07004328USB SERIAL CYBERJACK DRIVER
4329P: Matthias Bruestle and Harald Welte
4330M: support@reiner-sct.com
4331W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4332S: Maintained
4333
4334USB SERIAL DIGI ACCELEPORT DRIVER
4335P: Peter Berger and Al Borchers
4336M: pberger@brimson.com
4337M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339S: Maintained
4340
4341USB SERIAL DRIVER
4342P: Greg Kroah-Hartman
4343M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004344L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345S: Supported
4346
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4348P: Gary Brubaker
4349M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004350L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351S: Maintained
4352
4353USB SERIAL KEYSPAN DRIVER
4354P: Greg Kroah-Hartman
4355M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004356L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357W: http://www.kroah.com/linux/
4358S: Maintained
4359
4360USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004361P: Support Department
4362M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004363L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364W: http://www.connecttech.com
4365S: Supported
4366
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004367USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368P: Luca Risolia
4369M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004370L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004371L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372W: http://www.linux-projects.org
4373S: Maintained
4374
4375USB SUBSYSTEM
4376P: Greg Kroah-Hartman
4377M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004378L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004380T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381S: Supported
4382
4383USB UHCI DRIVER
4384P: Alan Stern
4385M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004386L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387S: Maintained
4388
David Brownell69ae9e32006-11-14 02:03:31 -08004389USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390P: David Brownell
4391M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004392L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004393W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394S: Maintained
4395
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004396USB VIDEO CLASS
4397P: Laurent Pinchart
4398M: laurent.pinchart@skynet.be
4399L: linx-uvc-devel@berlios.de
4400L: video4linux-list@redhat.com
4401W: http://linux-uvc.berlios.de
4402S: Maintained
4403
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404USB W996[87]CF DRIVER
4405P: Luca Risolia
4406M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004407L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004408L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409W: http://www.linux-projects.org
4410S: Maintained
4411
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004412USB WIRELESS RNDIS DRIVER (rndis_wlan)
4413P: Jussi Kivilinna
4414M: jussi.kivilinna@mbnet.fi
4415L: linux-wireless@vger.kernel.org
4416S: Maintained
4417
Luca Risolia60f78052006-02-06 16:29:35 +00004418USB ZC0301 DRIVER
4419P: Luca Risolia
4420M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004421L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004422L: video4linux-list@redhat.com
4423W: http://www.linux-projects.org
4424S: Maintained
4425
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426USB ZD1201 DRIVER
4427P: Jeroen Vreeken
4428M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004429L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430W: http://linux-lc100020.sourceforge.net
4431S: Maintained
4432
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004433USB ZR364XX DRIVER
4434P: Antoine Jacquet
4435M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004436L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004437L: video4linux-list@redhat.com
4438W: http://royale.zerezo.com/zr364xx/
4439S: Maintained
4440
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441USER-MODE LINUX
4442P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004443M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004444L: user-mode-linux-devel@lists.sourceforge.net
4445L: user-mode-linux-user@lists.sourceforge.net
4446W: http://user-mode-linux.sourceforge.net
4447S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004448
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004449USERSPACE I/O (UIO)
4450P: Hans J. Koch
4451M: hjk@linutronix.de
4452P: Greg Kroah-Hartman
4453M: gregkh@suse.de
4454L: linux-kernel@vger.kernel.org
4455S: Maintained
4456
Karel Zakf899b0a2008-05-23 13:04:21 -07004457UTIL-LINUX-NG PACKAGE
4458P: Karel Zak
4459M: kzak@redhat.com
4460L: util-linux-ng@vger.kernel.org
4461W: http://kernel.org/~kzak/util-linux-ng/
4462T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4463S: Maintained
4464
Alan Cox4e688522008-04-30 00:52:11 -07004465VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466P: OGAWA Hirofumi
4467M: hirofumi@mail.parknet.co.jp
4468L: linux-kernel@vger.kernel.org
4469S: Maintained
4470
Linus Torvalds1da177e2005-04-16 15:20:36 -07004471VIA RHINE NETWORK DRIVER
4472P: Roger Luethi
4473M: rl@hellgate.ch
4474S: Maintained
4475
Jean Delvare32c0a522005-09-22 21:47:58 +02004476VIAPRO SMBUS DRIVER
4477P: Jean Delvare
4478M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004479L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004480S: Maintained
4481
Francois Romieu01f20732007-01-26 00:57:17 -08004482VIA VELOCITY NETWORK DRIVER
4483P: Francois Romieu
4484M: romieu@fr.zoreil.com
4485L: netdev@vger.kernel.org
4486S: Maintained
4487
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004489P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004490M: mchehab@infradead.org
4491M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004492L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004493W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004494T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004495S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496
Patrick McHardybe7f8272007-10-23 20:26:36 -07004497VLAN (802.1Q)
4498P: Patrick McHardy
4499M: kaber@trash.net
4500L: netdev@vger.kernel.org
4501S: Maintained
4502
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004503VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4504P: Liam Girdwood
4505M: lg@opensource.wolfsonmicro.com
4506P: Mark Brown
4507M: broonie@opensource.wolfsonmicro.com
4508W: http://opensource.wolfsonmicro.com/node/15
4509T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4510S: Supported
4511
Juerg Haefligerab413192006-09-24 20:54:04 +02004512VT1211 HARDWARE MONITOR DRIVER
4513P: Juerg Haefliger
4514M: juergh@gmail.com
4515L: lm-sensors@lm-sensors.org
4516S: Maintained
4517
Roger Lucas1de9e372005-11-26 20:20:05 +01004518VT8231 HARDWARE MONITOR DRIVER
4519P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004520M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004521L: lm-sensors@lm-sensors.org
4522S: Maintained
4523
Linus Torvalds1da177e2005-04-16 15:20:36 -07004524W1 DALLAS'S 1-WIRE BUS
4525P: Evgeniy Polyakov
4526M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527S: Maintained
4528
Charles Spirakis13927072006-07-05 18:05:15 +02004529W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004530P: Marc Hulsman
4531M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004532L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004533S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004534
Rudolf Marek61db0112006-12-12 18:18:30 +01004535W83793 HARDWARE MONITORING DRIVER
4536P: Rudolf Marek
4537M: r.marek@assembler.cz
4538L: lm-sensors@lm-sensors.org
4539S: Maintained
4540
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541W83L51xD SD/MMC CARD INTERFACE DRIVER
4542P: Pierre Ossman
4543M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004544L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545S: Maintained
4546
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004547WATCHDOG DEVICE DRIVERS
4548P: Wim Van Sebroeck
4549M: wim@iguana.be
4550T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4551S: Maintained
4552
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4554P: Jean Tourrilhes
4555M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004556L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4558S: Maintained
4559
4560WD7000 SCSI DRIVER
4561P: Miroslav Zagorac
4562M: zaga@fly.cc.fer.hr
4563L: linux-scsi@vger.kernel.org
4564S: Maintained
4565
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004566WISTRON LAPTOP BUTTON DRIVER
4567P: Miloslav Trmac
4568M: mitr@volny.cz
4569S: Maintained
4570
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571WL3501 WIRELESS PCMCIA CARD DRIVER
4572P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004573M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004574L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004575W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576S: Maintained
4577
Mark Brownfebf1df2008-04-02 00:51:09 -04004578WM97XX TOUCHSCREEN DRIVERS
4579P: Mark Brown
4580M: broonie@opensource.wolfsonmicro.com
4581P: Liam Girdwood
4582M: liam.girdwood@wolfsonmicro.com
4583L: linux-input@vger.kernel.org
4584T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4585W: http://opensource.wolfsonmicro.com/node/7
4586S: Supported
4587
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588X.25 NETWORK LAYER
4589P: Henner Eisen
4590M: eis@baty.hanse.de
4591L: linux-x25@vger.kernel.org
4592S: Maintained
4593
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004594XEN HYPERVISOR INTERFACE
4595P: Jeremy Fitzhardinge
4596M: jeremy@xensource.com
4597P: Chris Wright
4598M: chrisw@sous-sol.org
4599L: virtualization@lists.osdl.org
4600L: xen-devel@lists.xensource.com
4601S: Supported
4602
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603XFS FILESYSTEM
4604P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004605P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004606M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004607L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004609T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610S: Supported
4611
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004612XILINX SYSTEMACE DRIVER
4613P: Grant Likely
4614M: grant.likely@secretlab.ca
4615W: http://www.secretlab.ca/
4616L: linux-kernel@vger.kernel.org
4617S: Maintained
4618
Peter Korsgaard238b8722006-12-06 20:35:17 -08004619XILINX UARTLITE SERIAL DRIVER
4620P: Peter Korsgaard
4621M: jacmet@sunsite.dk
4622L: linux-serial@vger.kernel.org
4623S: Maintained
4624
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004625X86 ARCHITECTURE (32-BIT AND 64-BIT)
4626P: Thomas Gleixner
4627M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004628P: Ingo Molnar
4629M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004630P: H. Peter Anvin
4631M: hpa@zytor.com
4632L: linux-kernel@vger.kernel.org
4633T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004634S: Maintained
4635
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636YAM DRIVER FOR AX.25
4637P: Jean-Paul Roubelat
4638M: jpr@f6fbb.org
4639L: linux-hams@vger.kernel.org
4640S: Maintained
4641
Henkaf64a5e2005-10-12 15:02:56 +02004642YEALINK PHONE DRIVER
4643P: Henk Vergonet
4644M: Henk.Vergonet@gmail.com
4645L: usbb2k-api-dev@nongnu.org
4646S: Maintained
4647
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648Z8530 DRIVER FOR AX.25
4649P: Joerg Reuter
4650M: jreuter@yaina.de
4651W: http://yaina.de/jreuter/
4652W: http://www.qsl.net/dl1bke/
4653L: linux-hams@vger.kernel.org
4654S: Maintained
4655
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004656ZD1211RW WIRELESS DRIVER
4657P: Daniel Drake
4658M: dsd@gentoo.org
4659P: Ulrich Kunitz
4660M: kune@deine-taler.de
4661W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004662L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004663L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4664S: Maintained
4665
Linus Torvalds1da177e2005-04-16 15:20:36 -07004666ZF MACHZ WATCHDOG
4667P: Fernando Fuganti
4668M: fuganti@netbank.com.br
4669W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4670S: Maintained
4671
4672ZR36067 VIDEO FOR LINUX DRIVER
4673P: Ronald Bultje
4674M: rbultje@ronald.bitfreak.net
4675L: mjpeg-users@lists.sourceforge.net
4676W: http://mjpeg.sourceforge.net/driver-zoran/
4677S: Maintained
4678
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004679ZS DECSTATION Z85C30 SERIAL DRIVER
4680P: Maciej W. Rozycki
4681M: macro@linux-mips.org
4682S: Maintained
4683
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684THE REST
4685P: Linus Torvalds
4686S: Buried alive in reporters