blob: 8bf72d378332a19f834c9707935c5015d16822c1 [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
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700178ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700184ABIT UGURU 3 HARDWARE MONITOR DRIVER
185P: Alistair John Strachan
186M: alistair@devzero.co.uk
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700196IPS SCSI RAID DRIVER
197P: Adaptec OEM Raid Solutions
198M: aacraid@adaptec.com
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Maintained
202
203DPT_I2O SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/
208S: Maintained
209
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210AACRAID SCSI RAID DRIVER
211P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700212M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700214W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Supported
216
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000217ACER WMI LAPTOP EXTRAS
218P: Carlos Corbacho
219M: carlos@strangeworlds.co.uk
220L: aceracpi@googlegroups.com (subscribers-only)
221W: http://code.google.com/p/aceracpi
222S: Maintained
223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200225P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500226M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500227L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400228W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800229T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500230S: Supported
231
232ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400233P: Alexey Starikovskiy
234M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500235L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300236W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500237S: Supported
238
239ACPI EC DRIVER
240P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400241M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500242L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300243W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500244S: Supported
245
246ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400247P: Zhang Rui
248M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500249L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300250W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500251S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700253ACPI PCI HOTPLUG DRIVER
254P: Kristen Carlson Accardi
255M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700256L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500257S: Supported
258
259ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400260P: Zhang Rui
261M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500262L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300263W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500264S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700265
Len Brown359acec2007-02-10 01:59:24 -0500266ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400267P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400268M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500269L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300270W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500271S: Supported
272
Carlos Corbachobff431e2008-02-05 02:17:04 +0000273ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200274P: Carlos Corbacho
275M: carlos@strangeworlds.co.uk
276L: linux-acpi@vger.kernel.org
277W: http://www.lesswatts.org/projects/acpi/
278S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000279
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100280AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200281P: Kyle McMartin
282M: kyle@mcmartin.ca
283P: Thibaut Varene
284M: T-Bone@parisc-linux.org
285W: http://wiki.parisc-linux.org/AD1889
286L: linux-parisc@vger.kernel.org
287S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289ADM1025 HARDWARE MONITOR DRIVER
290P: Jean Delvare
291M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200292L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293S: Maintained
294
Corentin Labbecae2caa2007-02-14 21:15:04 +0100295ADM1029 HARDWARE MONITOR DRIVER
296P: Corentin Labbe
297M: corentin.labbe@geomatys.fr
298L: lm-sensors@lm-sensors.org
299S: Maintained
300
Michael Wucc0b88c2007-08-31 01:15:25 -0400301ADM8211 WIRELESS DRIVER
302P: Michael Wu
303M: flamingice@sourmilk.net
304L: linux-wireless@vger.kernel.org
305W: http://linuxwireless.org/
306T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
307S: Maintained
308
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309ADT746X FAN DRIVER
310P: Colin Leroy
311M: colin@colino.net
312S: Maintained
313
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400314ADVANSYS SCSI DRIVER
315P: Matthew Wilcox
316M: matthew@wil.cx
317L: linux-scsi@vger.kernel.org
318S: Maintained
319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320AEDSP16 DRIVER
321P: Riccardo Facchetti
322M: fizban@tin.it
323S: Maintained
324
325AFFS FILE SYSTEM
326P: Roman Zippel
327M: zippel@linux-m68k.org
328S: Maintained
329
330AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400331P: David Airlie
332M: airlied@linux.ie
333T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334S: Maintained
335
336AHA152X SCSI DRIVER
337P: Juergen E. Fischer
338M: Juergen Fischer <fischer@norbit.de>
339L: linux-scsi@vger.kernel.org
340S: Maintained
341
Hannes Reinecke64624d42007-10-19 10:32:29 +0200342AIC7XXX / AIC79XX SCSI DRIVER
343P: Hannes Reinecke
344M: hare@suse.de
345L: linux-scsi@vger.kernel.org
346S: Maintained
347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348ALCATEL SPEEDTOUCH USB DRIVER
349P: Duncan Sands
350M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700351L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.linux-usb.org/SpeedTouch/
353S: Maintained
354
Pierre Ossman272f1332007-05-14 21:25:26 +0200355ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200356P: Manuel Lauss
357M: manuel.lauss@gmail.com
358S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200359
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000360ALI1563 I2C DRIVER
361P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100362M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200363L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000364S: Maintained
365
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366ALPHA PORT
367P: Richard Henderson
368M: rth@twiddle.net
369S: Odd Fixes for 2.4; Maintained for 2.6.
370P: Ivan Kokshaysky
371M: ink@jurassic.park.msu.ru
372S: Maintained for 2.4; PCI support for 2.6.
373
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700374AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
375P: Thomas Dahlmann
376M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700378S: Supported
379
Jordan Crousef90b8112006-01-06 00:12:14 -0800380AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100381P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700382L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800383W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
384S: Supported
385
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200386AMD IOMMU (AMD-VI)
387P: Joerg Roedel
388M: joerg.roedel@amd.com
389L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200390T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200391S: Supported
392
Peter Orubae7f5b302008-07-28 18:44:11 +0200393AMD MICROCODE UPDATE SUPPORT
394P: Peter Oruba
395M: peter.oruba@amd.com
396S: Supported
397
Stelian Pop284f42b2006-12-12 18:18:31 +0100398AMS (Apple Motion Sensor) DRIVER
399P: Stelian Pop
400M: stelian@popies.net
401P: Michael Hanselmann
402M: linux-kernel@hansmi.ch
403S: Supported
404
Tom Tuckerf94b5332006-09-22 15:22:48 -0700405AMSO1100 RNIC DRIVER
406P: Tom Tucker
407M: tom@opengridcomputing.com
408P: Steve Wise
409M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700410L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700411S: Maintained
412
Johannes Berg42269062006-07-25 16:15:50 +0200413AOA (Apple Onboard Audio) ALSA DRIVER
414P: Johannes Berg
415M: johannes@sipsolutions.net
416L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200417L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200418S: Maintained
419
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420APM DRIVER
421P: Stephen Rothwell
422M: sfr@canb.auug.org.au
423L: linux-laptop@vger.kernel.org
424W: http://www.canb.auug.org.au/~sfr/
425S: Supported
426
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700427APPLE BCM5974 MULTITOUCH DRIVER
428P: Henrik Rydberg
429M: rydberg@euromail.se
430L: linux-input@vger.kernel.org
431S: Maintained
432
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700433APPLE SMC DRIVER
434P: Nicolas Boichat
435M: nicolas@boichat.ch
436L: mactel-linux-devel@lists.sourceforge.net
437S: Maintained
438
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439APPLETALK NETWORK LAYER
440P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300441M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442S: Maintained
443
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400444APPLETOUCH TOUCHPAD DRIVER
445P: Johannes Berg
446M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400447L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400448S: Maintained
449
Jaya Kumar1154ea72005-06-21 17:17:04 -0700450ARC FRAMEBUFFER DRIVER
451P: Jaya Kumar
452M: jayalk@intworks.biz
453S: Maintained
454
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455ARM MFM AND FLOPPY DRIVERS
456P: Ian Molton
457M: spyro@f2s.com
458S: Maintained
459
Russell King2761f5c2007-05-24 06:56:08 +0200460ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200461S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200462
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800463ARM/ADI ROADRUNNER MACHINE SUPPORT
464P: Lennert Buytenhek
465M: kernel@wantstofly.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
469ARM/ADS SPHERE MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Sergey Lapin9c784f92008-08-03 02:29:48 +0100475ARM/AFEB9260 MACHINE SUPPORT
476P: Sergey Lapin
477M: slapin@ossfans.org
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479S: Maintained
480
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481ARM/AJECO 1ARM MACHINE SUPPORT
482P: Lennert Buytenhek
483M: kernel@wantstofly.org
484L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
485S: Maintained
486
Andrew Victord4a89c72006-12-04 13:56:21 +0100487ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200488P: Andrew Victor
489M: linux@maxim.org.za
490L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
491W: http://maxim.org.za/at91_26.html
492S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100493
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800494ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
495P: Lennert Buytenhek
496M: kernel@wantstofly.org
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
500ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
501P: Lennert Buytenhek
502M: kernel@wantstofly.org
503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504S: Maintained
505
Mike Rapoportd48134e2008-08-20 09:03:26 +0100506ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100507P: Mike Rapoport
508M: mike@compulab.co.il
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512ARM/CORGI MACHINE SUPPORT
513P: Richard Purdie
514M: rpurdie@rpsys.net
515S: Maintained
516
Russell Kinga9da4f72008-07-12 21:42:04 +0100517ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
518P: Daniel Ribeiro
519M: drwyrm@gmail.com
520P: Stefan Schmidt
521M: stefan@openezx.org
522P: Harald Welte
523M: laforge@openezx.org
524L: openezx-devel@lists.openezx.org (subscribers-only)
525W: http://www.openezx.org/
526S: Maintained
527
Sascha Hauer86183a52008-07-24 23:50:35 +0200528ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
529P: Sascha Hauer
530M: kernel@pengutronix.de
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800534ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
535P: Lennert Buytenhek
536M: kernel@wantstofly.org
537L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
538S: Maintained
539
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100540ARM/GUMSTIX MACHINE SUPPORT
541P: Steve Sakoman
542M: sakoman@gmail.com
543L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
544S: Maintained
545
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100546ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200547P: Kristoffer Ericson
548M: kristoffer.ericson@gmail.com
549W: www.jlime.com
550S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100551
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800552ARM/INTEL IOP32X ARM ARCHITECTURE
553P: Lennert Buytenhek
554M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100555P: Dan Williams
556M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100558S: Supported
559
560ARM/INTEL IOP33X ARM ARCHITECTURE
561P: Dan Williams
562M: dan.j.williams@intel.com
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800565
566ARM/INTEL IOP13XX ARM ARCHITECTURE
567P: Lennert Buytenhek
568M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100569P: Dan Williams
570M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100572S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800573
574ARM/INTEL IQ81342EX MACHINE SUPPORT
575P: Lennert Buytenhek
576M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100577P: Dan Williams
578M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100580S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800581
582ARM/INTEL IXP2000 ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL IXDP2850 MACHINE SUPPORT
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592S: Maintained
593
594ARM/INTEL IXP23XX ARM ARCHITECTURE
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
600ARM/INTEL XSC3 (MANZANO) ARM CORE
601P: Lennert Buytenhek
602M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100603P: Dan Williams
604M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100606S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800607
608ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
609P: Lennert Buytenhek
610M: kernel@wantstofly.org
611L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
612S: Maintained
613
614ARM/LOGICPD PXA270 MACHINE SUPPORT
615P: Lennert Buytenhek
616M: kernel@wantstofly.org
617L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
618S: Maintained
619
Philipp Zabel3b8861712008-07-09 21:27:15 +0100620ARM/MAGICIAN MACHINE SUPPORT
621P: Philipp Zabel
622M: philipp.zabel@gmail.com
623S: Maintained
624
Dirk Opfer8459c152005-11-06 14:27:52 +0000625ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100626P: Dmitry Baryshkov
627M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000628P: Dirk Opfer
629M: dirk@opfer-online.de
630S: Maintained
631
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100632ARM/PALMTX SUPPORT
633P: Marek Vasut
634M: marek.vasut@gmail.com
635W: http://hackndev.com
636S: Maintained
637
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100638ARM/PALMZ72 SUPPORT
639P: Sergey Lapin
640M: slapin@ossfans.org
641W: http://hackndev.com
642S: Maintained
643
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644ARM/PLEB SUPPORT
645P: Peter Chubb
646M: pleb@gelato.unsw.edu.au
647W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
648S: Maintained
649
650ARM/PT DIGITAL BOARD PORT
651P: Stefan Eletzhofer
652M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654W: http://www.arm.linux.org.uk/
655S: Maintained
656
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800657ARM/RADISYS ENP2611 MACHINE SUPPORT
658P: Lennert Buytenhek
659M: kernel@wantstofly.org
660L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
661S: Maintained
662
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663ARM/SHARK MACHINE SUPPORT
664P: Alexander Schulz
665M: alex@shark-linux.de
666W: http://www.shark-linux.de/shark.html
667S: Maintained
668
669ARM/STRONGARM110 PORT
670P: Russell King
671M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673W: http://www.arm.linux.org.uk/
674S: Maintained
675
676ARM/S3C2410 ARM ARCHITECTURE
677P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800678M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680W: http://www.fluff.org/ben/linux/
681S: Maintained
682
683ARM/S3C2440 ARM ARCHITECTURE
684P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800685M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687W: http://www.fluff.org/ben/linux/
688S: Maintained
689
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800690ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
691P: Lennert Buytenhek
692M: kernel@wantstofly.org
693L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
694S: Maintained
695
696ARM/THECUS N2100 MACHINE SUPPORT
697P: Lennert Buytenhek
698M: kernel@wantstofly.org
699L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700S: Maintained
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702ARPD SUPPORT
703P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700704L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705S: Maintained
706
707ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500708P: Corentin Chary
709M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710P: Karol Kozimor
711M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712L: acpi4asus-user@lists.sourceforge.net
713W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500714W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715S: Maintained
716
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400717ASUS ASB100 HARDWARE MONITOR DRIVER
718P: Mark M. Hoffman
719M: mhoffman@lightlink.com
720L: lm-sensors@lm-sensors.org
721S: Maintained
722
Corentin Chary85091b72007-01-26 14:04:30 +0100723ASUS LAPTOP EXTRAS DRIVER
724P: Corentin Chary
725M: corentincj@iksaif.net
726L: acpi4asus-user@lists.sourceforge.net
727W: http://sourceforge.net/projects/acpi4asus
728W: http://xf.iksaif.net/acpi4asus
729S: Maintained
730
Dan Williamsb3e5f262007-08-07 10:26:35 -0700731ASYNCHRONOUS TRANSFERS/TRANSFORMS API
732P: Dan Williams
733M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100734P: Maciej Sosnowski
735M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700736L: linux-kernel@vger.kernel.org
737W: http://sourceforge.net/projects/xscaleiop
738S: Supported
739
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740ATA OVER ETHERNET DRIVER
741P: Ed L. Cashin
742M: ecashin@coraid.com
743W: http://www.coraid.com/support/linux
744S: Supported
745
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200746ATHEROS ATH5K WIRELESS DRIVER
747P: Jiri Slaby
748M: jirislaby@gmail.com
749P: Nick Kossifidis
750M: mickflemm@gmail.com
751P: Luis R. Rodriguez
752M: mcgrof@gmail.com
753L: linux-wireless@vger.kernel.org
754L: ath5k-devel@lists.ath5k.org
755S: Maintained
756
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700757ATHEROS ATH9K WIRELESS DRIVER
758P: Luis R. Rodriguez
759M: lrodriguez@atheros.com
760P: Jouni Malinen
761M: jmalinen@atheros.com
762L: linux-wireless@vger.kernel.org
763L: ath9k-devel@lists.ath9k.org
764S: Supported
765
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000766ATI_REMOTE2 DRIVER
767P: Ville Syrjala
768M: syrjala@sci.fi
769S: Maintained
770
Chris Snook7ae115b2008-09-09 03:26:57 -0400771ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600772P: Jay Cliburn
773M: jcliburn@gmail.com
774P: Chris Snook
775M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400776P: Jie Yang
777M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600778L: atl1-devel@lists.sourceforge.net
779W: http://sourceforge.net/projects/atl1
780W: http://atl1.sourceforge.net
781S: Maintained
782
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783ATM
784P: Chas Williams
785M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700786L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787W: http://linux-atm.sourceforge.net
788S: Maintained
789
Pierre Ossman272f1332007-05-14 21:25:26 +0200790ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200791P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800792M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200793L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794W: http://www.atmel.com/products/AT91/
795W: http://www.at91.com/
796S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200797
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800798ATMEL AT91 / AT32 SERIAL DRIVER
799P: Haavard Skinnemoen
800M: hskinnemoen@atmel.com
801L: linux-kernel@vger.kernel.org
802S: Supported
803
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800804ATMEL LCDFB DRIVER
805P: Nicolas Ferre
806M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800807L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800808S: Maintained
809
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100810ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100811P: Haavard Skinnemoen
812M: hskinnemoen@atmel.com
813S: Supported
814
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800815ATMEL SPI DRIVER
816P: Haavard Skinnemoen
817M: hskinnemoen@atmel.com
818S: Supported
819
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700820ATMEL USBA UDC DRIVER
821P: Haavard Skinnemoen
822M: hskinnemoen@atmel.com
823L: kernel@avr32linux.org
824W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
825S: Supported
826
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827ATMEL WIRELESS DRIVER
828P: Simon Kelley
829M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700830L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831W: http://www.thekelleys.org.uk/atmel
832W: http://atmelwlandriver.sourceforge.net/
833S: Maintained
834
Chris Wrighta92b7b82005-07-07 18:12:23 -0700835AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400836P: Al Viro
837M: viro@zeniv.linux.org.uk
838P: Eric Paris
839M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700840L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100841W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400842T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700843S: Maintained
844
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800845AUXILIARY DISPLAY DRIVERS
846P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700847M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800848L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700849W: http://miguelojeda.es/auxdisplay.htm
850W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800851S: Maintained
852
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700853AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700854P: Haavard Skinnemoen
855M: hskinnemoen@atmel.com
856W: http://www.atmel.com/products/AVR32/
857W: http://avr32linux.org/
858W: http://avrfreaks.net/
859S: Supported
860
861AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700862P: Haavard Skinnemoen
863M: hskinnemoen@atmel.com
864S: Supported
865
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866AX.25 NETWORK LAYER
867P: Ralf Baechle
868M: ralf@linux-mips.org
869L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200870W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871S: Maintained
872
Richard Purdie300abeb2007-02-07 22:21:07 +0000873BACKLIGHT CLASS/SUBSYSTEM
874P: Richard Purdie
875M: rpurdie@rpsys.net
876S: Maintained
877
Bryan Wu1394f032007-05-06 14:50:22 -0700878BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800879P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800880M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800881L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
882W: http://blackfin.uclinux.org
883S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700884
Bryan Wue190d6b2007-07-17 14:43:44 +0800885BLACKFIN EMAC DRIVER
886P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800887M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800888L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
889W: http://blackfin.uclinux.org
890S: Supported
891
Mike Frysinger566da5b2007-06-11 15:31:30 +0800892BLACKFIN RTC DRIVER
893P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800894M: vapier.adi@gmail.com
895L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
896W: http://blackfin.uclinux.org
897S: Supported
898
Bryan Wu1394f032007-05-06 14:50:22 -0700899BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800900P: Sonic Zhang
901M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800902L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
903W: http://blackfin.uclinux.org
904S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700905
Bryan Wu1e6d3202007-07-15 02:50:02 +0800906BLACKFIN WATCHDOG DRIVER
907P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800908M: vapier.adi@gmail.com
909L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
910W: http://blackfin.uclinux.org
911S: Supported
912
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913BAYCOM/HDLCDRV DRIVERS FOR AX.25
914P: Thomas Sailer
915M: t.sailer@alumni.ethz.ch
916L: linux-hams@vger.kernel.org
917W: http://www.baycom.org/~tom/ham/ham.html
918S: Maintained
919
Michael Buesche4d6b792007-09-18 15:39:42 -0400920B43 WIRELESS DRIVER
921P: Michael Buesch
922M: mb@bu3sch.de
923P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100924M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400925L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100926W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400927S: Maintained
928
Larry Finger75388ac2007-09-25 16:46:54 -0700929B43LEGACY WIRELESS DRIVER
930P: Larry Finger
931M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100932P: Stefano Brivio
933M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700934L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100935W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700936S: Maintained
937
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938BEFS FILE SYSTEM
939P: Sergey S. Kostyliov
940M: rathamahata@php4.ru
941L: linux-kernel@vger.kernel.org
942S: Maintained
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944BFS FILE SYSTEM
945P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800946M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947L: linux-kernel@vger.kernel.org
948S: Maintained
949
Bryan Wud24ecfc2007-05-01 23:26:32 +0200950BLACKFIN I2C TWI DRIVER
951P: Sonic Zhang
952M: sonic.zhang@analog.com
953L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
954W: http://blackfin.uclinux.org/
955S: Supported
956
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957BLOCK LAYER
958P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200959M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800961T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962S: Maintained
963
Joern Engel2b54aae2008-02-06 01:38:02 -0800964BLOCK2MTD DRIVER
965P: Joern Engel
966M: joern@lazybastard.org
967L: linux-mtd@lists.infradead.org
968S: Maintained
969
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200970BLUETOOTH DRIVERS
971P: Marcel Holtmann
972M: marcel@holtmann.org
973L: linux-bluetooth@vger.kernel.org
974W: http://www.bluez.org/
975S: Maintained
976
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977BLUETOOTH SUBSYSTEM
978P: Marcel Holtmann
979M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700980L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200981W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800982T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983S: Maintained
984
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100986P: Jay Vosburgh
987M: fubar@us.ibm.com
988L: bonding-devel@lists.sourceforge.net
989W: http://sourceforge.net/projects/bonding/
990S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991
Gary Zambrano39105892006-06-22 17:26:20 -0700992BROADCOM B44 10/100 ETHERNET DRIVER
993P: Gary Zambrano
994M: zambrano@broadcom.com
995L: netdev@vger.kernel.org
996S: Supported
997
Michael Chan948c51e2006-06-04 02:51:39 -0700998BROADCOM BNX2 GIGABIT ETHERNET DRIVER
999P: Michael Chan
1000M: mchan@broadcom.com
1001L: netdev@vger.kernel.org
1002S: Supported
1003
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001004BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001005P: Eilon Greenstein
1006M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001007L: netdev@vger.kernel.org
1008S: Supported
1009
Michael Chan948c51e2006-06-04 02:51:39 -07001010BROADCOM TG3 GIGABIT ETHERNET DRIVER
1011P: Michael Chan
1012M: mchan@broadcom.com
1013L: netdev@vger.kernel.org
1014S: Supported
1015
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001016BSG (block layer generic sg v4 driver)
1017P: FUJITA Tomonori
1018M: fujita.tomonori@lab.ntt.co.jp
1019L: linux-scsi@vger.kernel.org
1020S: Supported
1021
Michael Bueschff1d5c22008-07-25 01:46:10 -07001022BT8XXGPIO DRIVER
1023P: Michael Buesch
1024M: mb@bu3sch.de
1025W: http://bu3sch.de/btgpio.php
1026S: Maintained
1027
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001030M: mchehab@infradead.org
1031M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001033W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001034T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001035S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036
Jonathan Corbet77d51402007-03-22 19:44:17 -03001037CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001038P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001039M: corbet@lwn.net
1040L: video4linux-list@redhat.com
1041S: Maintained
1042
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001043CAN NETWORK LAYER
1044P: Urs Thuermann
1045M: urs.thuermann@volkswagen.de
1046P: Oliver Hartkopp
1047M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001048L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001049W: http://developer.berlios.de/projects/socketcan/
1050S: Maintained
1051
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001052CALGARY x86-64 IOMMU
1053P: Muli Ben-Yehuda
1054M: muli@il.ibm.com
1055P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001056M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001057L: linux-kernel@vger.kernel.org
1058L: discuss@x86-64.org
1059S: Maintained
1060
Arnd Bergmannb8154542008-05-16 11:10:59 +02001061CELL BROADBAND ENGINE ARCHITECTURE
1062P: Arnd Bergmann
1063M: arnd@arndb.de
1064L: linuxppc-dev@ozlabs.org
1065L: cbe-oss-dev@ozlabs.org
1066W: http://www.ibm.com/developerworks/power/cell/
1067S: Supported
1068
Scott Feldman01f2e4e2008-09-15 09:17:11 -07001069CISCO 10G ETHERNET DRIVER
1070P: Scott Feldman
1071M: scofeldm@cisco.com
1072P: Joe Eykholt
1073M: jeykholt@cisco.com
1074S: Supported
1075
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001076CFAG12864B LCD DRIVER
1077P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001078M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001079L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001080W: http://miguelojeda.es/auxdisplay.htm
1081W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001082S: Maintained
1083
1084CFAG12864BFB LCD FRAMEBUFFER DRIVER
1085P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001086M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001087L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001088W: http://miguelojeda.es/auxdisplay.htm
1089W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001090S: Maintained
1091
Johannes Berg704232c2007-04-23 12:20:05 -07001092CFG80211 and NL80211
1093P: Johannes Berg
1094M: johannes@sipsolutions.net
1095L: linux-wireless@vger.kernel.org
1096S: Maintained
1097
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001098CHECKPATCH
1099P: Andy Whitcroft
1100M: apw@shadowen.org
1101P: Randy Dunlap
1102M: rdunlap@xenotime.net
1103P: Joel Schopp
1104M: jschopp@austin.ibm.com
1105S: Supported
1106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107COMMON INTERNET FILE SYSTEM (CIFS)
1108P: Steve French
1109M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001110L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001112W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001113T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001114S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115
Joel Becker7063fbf2005-12-15 14:29:43 -08001116CONFIGFS
1117P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001118M: joel.becker@oracle.com
1119L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001120S: Supported
1121
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001122CIRRUS LOGIC EP93XX ETHERNET DRIVER
1123P: Lennert Buytenhek
1124M: kernel@wantstofly.org
1125L: netdev@vger.kernel.org
1126S: Maintained
1127
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001128CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1129P: Lennert Buytenhek
1130M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001131L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001132S: Maintained
1133
Timur Tabid9e9d822008-04-24 08:45:26 +10001134CIRRUS LOGIC CS4270 SOUND DRIVER
1135P: Timur Tabi
1136M: timur@freescale.com
1137L: alsa-devel@alsa-project.org
1138S: Supported
1139
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1141P: Cirrus Logic Corporation (kernel 2.2 driver)
1142M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1143P: Nils Faerber (port to kernel 2.4)
1144M: Nils Faerber <nils@kernelconcepts.de>
1145S: Maintained
1146
1147CODA FILE SYSTEM
1148P: Jan Harkes
1149M: jaharkes@cs.cmu.edu
1150M: coda@cs.cmu.edu
1151L: codalist@coda.cs.cmu.edu
1152W: http://www.coda.cs.cmu.edu/
1153S: Maintained
1154
1155COMPACTPCI HOTPLUG CORE
1156P: Scott Murray
1157M: scottm@somanetworks.com
1158M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001159L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160S: Supported
1161
1162COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1163P: Scott Murray
1164M: scottm@somanetworks.com
1165M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001166L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167S: Supported
1168
1169COMPACTPCI HOTPLUG GENERIC DRIVER
1170P: Scott Murray
1171M: scottm@somanetworks.com
1172M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001173L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174S: Supported
1175
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001176COMPAL LAPTOP SUPPORT
1177P: Cezary Jackiewicz
1178M: cezary.jackiewicz@gmail.com
1179S: Maintained
1180
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181COMPUTONE INTELLIPORT MULTIPORT CARD
1182P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001183M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001185S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186
Simon Arlott949be0f2007-03-06 02:47:46 -08001187CONEXANT ACCESSRUNNER USB DRIVER
1188P: Simon Arlott
1189M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001190L: accessrunner-general@lists.sourceforge.net
1191W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001192S: Maintained
1193
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001194CONTROL GROUPS (CGROUPS)
1195P: Paul Menage
1196M: menage@google.com
1197L: containers@lists.linux-foundation.org
1198S: Maintained
1199
Rudolf Marekbebe4672007-05-08 17:22:02 +02001200CORETEMP HARDWARE MONITORING DRIVER
1201P: Rudolf Marek
1202M: r.marek@assembler.cz
1203L: lm-sensors@lm-sensors.org
1204S: Maintained
1205
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206COSA/SRP SYNC SERIAL DRIVER
1207P: Jan "Yenya" Kasprzak
1208M: kas@fi.muni.cz
1209W: http://www.fi.muni.cz/~kas/cosa/
1210S: Maintained
1211
1212CPU FREQUENCY DRIVERS
1213P: Dave Jones
1214M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001215L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001217T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218S: Maintained
1219
1220CPUID/MSR DRIVER
1221P: H. Peter Anvin
1222M: hpa@zytor.com
1223S: Maintained
1224
Paul Jacksoned90fb42005-09-27 21:45:37 -07001225CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001226P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001227M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001228L: linux-kernel@vger.kernel.org
1229W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001230W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001231S: Supported
1232
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001234W: http://sourceforge.net/projects/cramfs/
1235S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236
1237CRIS PORT
1238P: Mikael Starvik
1239M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001240P: Jesper Nilsson
1241M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242L: dev-etrax@axis.com
1243W: http://developer.axis.com
1244S: Maintained
1245
1246CRYPTO API
1247P: Herbert Xu
1248M: herbert@gondor.apana.org.au
1249P: David S. Miller
1250M: davem@davemloft.net
1251L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001252T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253S: Maintained
1254
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001255CS5535 Audio ALSA driver
1256P: Jaya Kumar
1257M: jayakumar.alsa@gmail.com
1258S: Maintained
1259
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001260CX18 VIDEO4LINUX DRIVER
1261P: Hans Verkuil, Andy Walls
1262M: hverkuil@xs4all.nl, awalls@radix.net
1263L: ivtv-devel@ivtvdriver.org
1264L: ivtv-users@ivtvdriver.org
1265L: video4linux-list@redhat.com
1266W: http://linuxtv.org
1267S: Maintained
1268
Steve Wisee5ec3782008-05-20 14:06:33 -07001269CXGB3 ETHERNET DRIVER (CXGB3)
1270P: Divy Le Ray
1271M: divy@chelsio.com
1272L: netdev@vger.kernel.org
1273W: http://www.chelsio.com
1274S: Supported
1275
1276CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1277P: Steve Wise
1278M: swise@chelsio.com
1279L: general@lists.openfabrics.org
1280W: http://www.openfabrics.org
1281S: Supported
1282
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283CYBERPRO FB DRIVER
1284P: Russell King
1285M: rmk@arm.linux.org.uk
1286W: http://www.arm.linux.org.uk/
1287S: Maintained
1288
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001289CYBLAFB FRAMEBUFFER DRIVER
1290P: Knut Petersen
1291M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001292L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001293S: Maintained
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295CYCLADES 2X SYNC CARD DRIVER
1296P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001297M: acme@ghostprotocols.net
1298W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Maintained
1300
1301CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001303S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
1305CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001307S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309DAMA SLAVE for AX.25
1310P: Joerg Reuter
1311M: jreuter@yaina.de
1312W: http://yaina.de/jreuter/
1313W: http://www.qsl.net/dl1bke/
1314L: linux-hams@vger.kernel.org
1315S: Maintained
1316
1317DC395x SCSI driver
1318P: Oliver Neukum
1319M: oliver@neukum.name
1320P: Ali Akcaagac
1321M: aliakc@web.de
1322P: Jamie Lenehan
1323M: lenehan@twibble.org
1324W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001325L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326L: http://lists.twibble.org/mailman/listinfo/dc395x/
1327S: Maintained
1328
1329DC390/AM53C974 SCSI driver
1330P: Kurt Garloff
1331M: garloff@suse.de
1332W: http://www.garloff.de/kurt/linux/dc390/
1333P: Guennadi Liakhovetski
1334M: g.liakhovetski@gmx.de
1335S: Maintained
1336
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001337DCCP PROTOCOL
1338P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001339M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001340L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001341W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001342S: Maintained
1343
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001345P: Christine Caulfield
1346M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347W: http://linux-decnet.sourceforge.net
1348L: linux-decnet-user@lists.sourceforge.net
1349S: Maintained
1350
1351DEFXX FDDI NETWORK DRIVER
1352P: Maciej W. Rozycki
1353M: macro@linux-mips.org
1354S: Maintained
1355
1356DELL LAPTOP SMM DRIVER
1357P: Massimo Dal Zotto
1358M: dz@debian.org
1359W: http://www.debian.org/~dz/i8k/
1360S: Maintained
1361
Doug Warzecha90563ec2005-09-06 15:17:15 -07001362DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1363P: Doug Warzecha
1364M: Douglas_Warzecha@dell.com
1365S: Maintained
1366
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001367DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368P: Alasdair Kergon
1369L: dm-devel@redhat.com
1370W: http://sources.redhat.com/dm
1371S: Maintained
1372
1373DEVICE NUMBER REGISTRY
1374P: Torben Mathiasen
1375M: device@lanana.org
1376W: http://lanana.org/docs/device-list/index.html
1377L: linux-kernel@vger.kernel.org
1378S: Maintained
1379
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380DIGI INTL. EPCA DRIVER
1381P: Digi International, Inc
1382M: Eng.Linux@digi.com
1383L: Eng.Linux@digi.com
1384W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001385S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387DIRECTORY NOTIFICATION
1388P: Stephen Rothwell
1389M: sfr@canb.auug.org.au
1390L: linux-kernel@vger.kernel.org
1391S: Supported
1392
1393DISK GEOMETRY AND PARTITION HANDLING
1394P: Andries Brouwer
1395M: aeb@cwi.nl
1396W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1397W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1398W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1399S: Maintained
1400
1401DISKQUOTA:
1402P: Jan Kara
1403M: jack@suse.cz
1404L: linux-kernel@vger.kernel.org
1405S: Maintained
1406
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001407DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001408P: Christine Caulfield
1409M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001410P: David Teigland
1411M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001412L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001413W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001414T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001415S: Supported
1416
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1418P: Tobias Ringstrom
1419M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001420L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421S: Maintained
1422
Dan Williamsb3e5f262007-08-07 10:26:35 -07001423DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001424P: Maciej Sosnowski
1425M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001426P: Dan Williams
1427M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001428L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001429S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001430
Juerg Haefligerb8250372007-06-09 10:11:16 -04001431DME1737 HARDWARE MONITOR DRIVER
1432P: Juerg Haefliger
1433M: juergh@gmail.com
1434L: lm-sensors@lm-sensors.org
1435S: Maintained
1436
Martin Waitzba483d52005-06-17 13:20:59 -07001437DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001438P: Randy Dunlap
1439M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001440S: Maintained
1441
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001442DOCKING STATION DRIVER
1443P: Kristen Carlson Accardi
1444M: kristen.c.accardi@intel.com
1445L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001446S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001447
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001448DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001449P: Michael Kerrisk
1450M: mtk.manpages@gmail.com
1451P: Randy Dunlap
1452M: rdunlap@xenotime.net
1453L: linux-doc@vger.kernel.org
1454S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001455
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456DOUBLETALK DRIVER
1457P: James R. Van Zandt
1458M: jrv@vanzandt.mv.com
1459L: blinux-list@redhat.com
1460S: Maintained
1461
1462DRIVER CORE, KOBJECTS, AND SYSFS
1463P: Greg Kroah-Hartman
1464M: gregkh@suse.de
1465L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001466T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467S: Supported
1468
1469DRM DRIVERS
1470P: David Airlie
1471M: airlied@linux.ie
1472L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001473T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474S: Maintained
1475
1476DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001477P: Francois Romieu
1478M: romieu@fr.zoreil.com
1479L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480S: Maintained
1481
1482DVB SUBSYSTEM AND DRIVERS
1483P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001484M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001485L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001486W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001487T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001488S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001490DZ DECSTATION DZ11 SERIAL DRIVER
1491P: Maciej W. Rozycki
1492M: macro@linux-mips.org
1493S: Maintained
1494
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495EATA-DMA SCSI DRIVER
1496P: Michael Neuffer
1497L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1498S: Maintained
1499
1500EATA ISA/EISA/PCI SCSI DRIVER
1501P: Dario Ballabio
1502M: ballabio_dario@emc.com
1503L: linux-scsi@vger.kernel.org
1504S: Maintained
1505
1506EATA-PIO SCSI DRIVER
1507P: Michael Neuffer
1508M: mike@i-Connect.Net
1509L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1510S: Maintained
1511
1512EBTABLES
1513P: Bart De Schuymer
1514M: bart.de.schuymer@pandora.be
1515L: ebtables-user@lists.sourceforge.net
1516L: ebtables-devel@lists.sourceforge.net
1517W: http://ebtables.sourceforge.net/
1518S: Maintained
1519
Michael Halcrow237fead2006-10-04 02:16:22 -07001520ECRYPT FILE SYSTEM
1521P: Mike Halcrow, Phillip Hellewell
1522M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1523L: ecryptfs-devel@lists.sourceforge.net
1524W: http://ecryptfs.sourceforge.net/
1525S: Supported
1526
Alan Coxda9bb1d2006-01-18 17:44:13 -08001527EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001528P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001529M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001530L: bluesmoke-devel@lists.sourceforge.net
1531W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001532S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001533
1534EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001535P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001536P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001537M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001538M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001539L: bluesmoke-devel@lists.sourceforge.net
1540W: bluesmoke.sourceforge.net
1541S: Maintained
1542
1543EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001544P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001545M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001546L: bluesmoke-devel@lists.sourceforge.net
1547W: bluesmoke.sourceforge.net
1548S: Maintained
1549
Douglas Thompson6bc78402007-07-19 01:50:12 -07001550EDAC-I82443BXGX
1551P: Tim Small
1552M: tim@buttersideup.com
1553L: bluesmoke-devel@lists.sourceforge.net
1554W: bluesmoke.sourceforge.net
1555S: Maintained
1556
1557EDAC-I3000
1558P: Jason Uhlenkott
1559M: juhlenko@akamai.com
1560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
1564EDAC-I5000
1565P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001566M: dougthompson@xmission.com
1567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
1570
1571EDAC-I82975X
1572P: Ranganathan Desikan
1573P: Arvind R.
1574M: rdesikan@jetzbroadband.com
1575M: arvind@acarlab.com
1576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
1579
1580EDAC-PASEMI
1581P: Egor Martovetsky
1582M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
1586
Dave Peterson0e438e32006-03-26 01:38:55 -08001587EDAC-R82600
1588P: Tim Small
1589M: tim@buttersideup.com
1590L: bluesmoke-devel@lists.sourceforge.net
1591W: bluesmoke.sourceforge.net
1592S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001593
Eric Coopere59f8792008-03-13 12:55:46 +01001594EEEPC LAPTOP EXTRAS DRIVER
1595P: Corentin Chary
1596M: corentincj@iksaif.net
1597L: acpi4asus-user@lists.sourceforge.net
1598W: http://sourceforge.net/projects/acpi4asus
1599S: Maintained
1600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601EEPRO100 NETWORK DRIVER
1602P: Andrey V. Savochkin
1603M: saw@saw.sw.com.sg
1604S: Maintained
1605
Josh Triplett0bee8d22006-07-30 03:03:58 -07001606EFS FILESYSTEM
1607W: http://aeschi.ch.eu.org/efs/
1608S: Orphan
1609
Heiko J Schickfab97222006-09-22 15:22:22 -07001610EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1611P: Hoang-Nam Nguyen
1612M: hnguyen@de.ibm.com
1613P: Christoph Raisch
1614M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001615L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001616S: Supported
1617
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001618EMBEDDED LINUX
1619P: Paul Gortmaker
1620M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001621P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001622M: dwmw2@infradead.org
1623L: linux-embedded@vger.kernel.org
1624S: Maintained
1625
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001626EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001627P: James Smart
1628M: james.smart@emulex.com
1629L: linux-scsi@vger.kernel.org
1630W: http://sourceforge.net/projects/lpfcxxxx
1631S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001632
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633EPSON 1355 FRAMEBUFFER DRIVER
1634P: Christopher Hoover
1635M: ch@murgatroid.com, ch@hpl.hp.com
1636S: Maintained
1637
1638ETHEREXPRESS-16 NETWORK DRIVER
1639P: Philip Blundell
1640M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001641L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642S: Maintained
1643
1644ETHERNET BRIDGE
1645P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001646M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001647L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001648W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649S: Maintained
1650
1651ETHERTEAM 16I DRIVER
1652P: Mika Kuoppala
1653M: miku@iki.fi
1654S: Maintained
1655
1656EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001657L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658S: Maintained
1659
1660EXT3 FILE SYSTEM
1661P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001662M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001663L: linux-ext4@vger.kernel.org
1664S: Maintained
1665
1666EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001667P: Theodore Ts'o
1668M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001669L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001670W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671S: Maintained
1672
Jean Delvaree53004e2006-01-09 23:26:14 +01001673F71805F HARDWARE MONITORING DRIVER
1674P: Jean Delvare
1675M: khali@linux-fr.org
1676L: lm-sensors@lm-sensors.org
1677S: Maintained
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679FARSYNC SYNCHRONOUS DRIVER
1680P: Kevin Curtis
1681M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682W: http://www.farsite.co.uk/
1683S: Supported
1684
Akinobu Mitac5408b82007-04-23 14:41:20 -07001685FAULT INJECTION SUPPORT
1686P: Akinobu Mita
1687M: akinobu.mita@gmail.com
1688S: Supported
1689
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690FRAMEBUFFER LAYER
1691P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001692M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001693L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694W: http://linux-fbdev.sourceforge.net/
1695S: Maintained
1696
Zhang Wei173acc72008-03-01 07:42:48 -07001697FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001698P: Li Yang
1699M: leoli@freescale.com
1700P: Zhang Wei
1701M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001702L: linuxppc-embedded@ozlabs.org
1703L: linux-kernel@vger.kernel.org
1704S: Maintained
1705
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001706FREESCALE I2C CPM DRIVER
1707P: Jochen Friedrich
1708M: jochen@scram.de
1709L: linuxppc-dev@ozlabs.org
1710L: i2c@lm-sensors.org
1711S: Maintained
1712
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001713FREESCALE SOC FS_ENET DRIVER
1714P: Pantelis Antoniou
1715M: pantelis.antoniou@gmail.com
1716P: Vitaly Bordug
1717M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001718L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001719L: netdev@vger.kernel.org
1720S: Maintained
1721
Timur Tabid9e9d822008-04-24 08:45:26 +10001722FREESCALE QUICC ENGINE LIBRARY
1723P: Timur Tabi
1724M: timur@freescale.com
1725L: linuxppc-dev@ozlabs.org
1726S: Supported
1727
Li Yanga7205b32007-04-23 10:38:18 -07001728FREESCALE HIGHSPEED USB DEVICE DRIVER
1729P: Li Yang
1730M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001731L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001732L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001733S: Maintained
1734
Li Yangbeaf53b2007-05-25 13:54:02 +08001735FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1736P: Li Yang
1737M: leoli@freescale.com
1738L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001739L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001740S: Maintained
1741
Timur Tabid9e9d822008-04-24 08:45:26 +10001742FREESCALE QUICC ENGINE UCC UART DRIVER
1743P: Timur Tabi
1744M: timur@freescale.com
1745L: linuxppc-dev@ozlabs.org
1746S: Supported
1747
1748FREESCALE SOC SOUND DRIVERS
1749P: Timur Tabi
1750M: timur@freescale.com
1751L: alsa-devel@alsa-project.org
1752L: linuxppc-dev@ozlabs.org
1753S: Supported
1754
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755FILE LOCKING (flock() and fcntl()/lockf())
1756P: Matthew Wilcox
1757M: matthew@wil.cx
1758L: linux-fsdevel@vger.kernel.org
1759S: Maintained
1760
1761FILESYSTEMS (VFS and infrastructure)
1762P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001763M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001764L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765S: Maintained
1766
Stefan Richterf148e202008-01-12 12:32:44 +01001767FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001768P: Kristian Hoegsberg, Stefan Richter
1769M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1770L: linux1394-devel@lists.sourceforge.net
1771W: http://www.linux1394.org/
1772T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1773S: Maintained
1774
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775FIRMWARE LOADER (request_firmware)
1776L: linux-kernel@vger.kernel.org
1777S: Orphan
1778
1779FPU EMULATOR
1780P: Bill Metzenthen
1781M: billm@suburbia.net
1782W: http://suburbia.net/~billm/floating-point/emulator/
1783S: Maintained
1784
1785FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1786P: Mike McLagan
1787M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001788L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789S: Maintained
1790
1791FREEVXFS FILESYSTEM
1792P: Christoph Hellwig
1793M: hch@infradead.org
1794W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1795S: Maintained
1796
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001797FTRACE
1798P: Steven Rostedt
1799M: srostedt@redhat.com
1800S: Maintained
1801
David Howells5ab7ffe2007-04-10 15:10:45 +01001802FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803P: David Howells
1804M: dhowells@redhat.com
1805S: Maintained
1806
Jonathan Woithe20b93732008-06-11 10:14:56 +09301807FUJITSU LAPTOP EXTRAS
1808P: Jonathan Woithe
1809M: jwoithe@physics.adelaide.edu.au
1810L: linux-acpi@vger.kernel.org
1811S: Maintained
1812
Miklos Szeredi04578f12005-09-09 13:10:22 -07001813FUSE: FILESYSTEM IN USERSPACE
1814P: Miklos Szeredi
1815M: miklos@szeredi.hu
1816L: fuse-devel@lists.sourceforge.net
1817W: http://fuse.sourceforge.net/
1818S: Maintained
1819
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1821P: Rik Faith
1822M: faith@cs.unc.edu
1823L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001824S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825
1826GDT SCSI DISK ARRAY CONTROLLER DRIVER
1827P: Achim Leubner
1828M: achim_leubner@adaptec.com
1829L: linux-scsi@vger.kernel.org
1830W: http://www.icp-vortex.com/
1831S: Supported
1832
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001833GENERIC GPIO I2C DRIVER
1834P: Haavard Skinnemoen
1835M: hskinnemoen@atmel.com
1836S: Supported
1837
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1839P: Krzysztof Halasa
1840M: khc@pm.waw.pl
1841W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1842S: Maintained
1843
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001844GFS2 FILE SYSTEM
1845P: Steven Whitehouse
1846M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001847L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001848W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001849T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1850T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001851S: Supported
1852
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001853GIGASET ISDN DRIVERS
1854P: Hansjoerg Lipp
1855M: hjlipp@web.de
1856P: Tilman Schmidt
1857M: tilman@imap.cc
1858L: gigaset307x-common@lists.sourceforge.net
1859W: http://gigaset307x.sourceforge.net/
1860S: Maintained
1861
Jean Delvare5b543962005-08-15 19:51:02 +02001862HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001863L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001864W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001865S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001866
Michael Buesch844dd052006-06-26 00:24:59 -07001867HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001868S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001869
Robert Love860e1d62005-08-31 23:57:59 -04001870HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1871P: Robert Love
1872M: rlove@rlove.org
1873M: linux-kernel@vger.kernel.org
1874W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1875S: Maintained
1876
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877HARMONY SOUND DRIVER
1878P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001879M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001880L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881S: Maintained
1882
1883HAYES ESP SERIAL DRIVER
1884P: Andrew J. Robinson
1885M: arobinso@nyx.net
1886L: linux-kernel@vger.kernel.org
1887W: http://www.nyx.net/~arobinso
1888S: Maintained
1889
1890HFS FILESYSTEM
1891P: Roman Zippel
1892M: zippel@linux-m68k.org
1893L: linux-kernel@vger.kernel.org
1894S: Maintained
1895
1896HGA FRAMEBUFFER DRIVER
1897P: Ferenc Bakonyi
1898M: fero@drama.obuda.kando.hu
1899L: linux-nvidia@lists.surfsouth.com
1900W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1901S: Maintained
1902
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001903HID CORE LAYER
1904P: Jiri Kosina
1905M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001906L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001907T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001908S: Maintained
1909
Ingo Molnar38bed542007-02-22 09:09:34 +01001910HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1911P: Thomas Gleixner
1912M: tglx@linutronix.de
1913L: linux-kernel@vger.kernel.org
1914S: Maintained
1915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916HIGH-SPEED SCC DRIVER FOR AX.25
1917P: Klaus Kudielka
1918M: klaus.kudielka@ieee.org
1919L: linux-hams@vger.kernel.org
1920W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1921S: Maintained
1922
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001923HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1924P: HighPoint Linux Team
1925M: linux@highpoint-tech.com
1926W: http://www.highpoint-tech.com
1927S: Supported
1928
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929HIPPI
1930P: Jes Sorensen
1931M: jes@trained-monkey.org
1932L: linux-hippi@sunsite.dk
1933S: Maintained
1934
1935HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1936P: Chirag Kantharia
1937M: chirag.kantharia@hp.com
1938L: iss_storagedev@hp.com
1939S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001940
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941HEWLETT-PACKARD SMART2 RAID DRIVER
1942P: Chirag Kantharia
1943M: chirag.kantharia@hp.com
1944L: iss_storagedev@hp.com
1945S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1948P: Mike Miller
1949M: mike.miller@hp.com
1950L: iss_storagedev@hp.com
1951S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001952
Jouni Malinenff1d2762005-05-12 22:54:16 -04001953HOST AP DRIVER
1954P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001955M: j@w1.fi
1956L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001957L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001958W: http://hostap.epitest.fi/
1959S: Maintained
1960
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1962P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001963M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964S: Maintained
1965
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001966HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1967P: Carlos Corbacho
1968M: carlos@strangeworlds.co.uk
1969S: Odd Fixes
1970
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001971HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001972P: Clemens Ladisch
1973M: clemens@ladisch.de
1974S: Maintained
1975
1976HPET: i386
1977P: Venkatesh Pallipadi (Venki)
1978M: venkatesh.pallipadi@intel.com
1979S: Maintained
1980
1981HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001982P: Vojtech Pavlik
1983M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001984S: Maintained
1985
1986HPET: ACPI hpet.c
1987P: Bob Picco
1988M: bob.picco@hp.com
1989S: Maintained
1990
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991HPFS FILESYSTEM
1992P: Mikulas Patocka
1993M: mikulas@artax.karlin.mff.cuni.cz
1994W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1995S: Maintained
1996
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001997HTCPEN TOUCHSCREEN DRIVER
1998P: Pau Oliva Fora
1999M: pof@eslack.org
2000L: linux-input@vger.kernel.org
2001S: Maintained
2002
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003HUGETLB FILESYSTEM
2004P: William Irwin
2005M: wli@holomorphy.com
2006S: Maintained
2007
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002008I2C/SMBUS STUB DRIVER
2009P: Mark M. Hoffman
2010M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02002011L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002012S: Maintained
2013
Jean Delvare5b543962005-08-15 19:51:02 +02002014I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002015P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002017P: Ben Dooks (embedded platforms)
2018M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002019L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002020T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021S: Maintained
2022
Till Harbaume8c76ee2007-05-01 23:26:35 +02002023I2C-TINY-USB DRIVER
2024P: Till Harbaum
2025M: till@harbaum.org
2026L: i2c@lm-sensors.org
2027T: http://www.harbaum.org/till/i2c_tiny_usb
2028S: Maintained
2029
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002031P: H. Peter Anvin
2032M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033L: Linux-Kernel@vger.kernel.org
2034S: Maintained
2035
2036i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037P: H. Peter Anvin
2038M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002039T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040S: Maintained
2041
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042IA64 (Itanium) PLATFORM
2043P: Tony Luck
2044M: tony.luck@intel.com
2045L: linux-ia64@vger.kernel.org
2046W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002047T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048S: Maintained
2049
2050SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002051P: Jes Sorensen
2052M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053L: linux-altix@sgi.com
2054L: linux-ia64@vger.kernel.org
2055W: http://www.sgi.com/altix
2056S: Maintained
2057
2058IBM MCA SCSI SUBSYSTEM DRIVER
2059P: Michael Lang
2060M: langa2@kph.uni-mainz.de
2061W: http://www.uni-mainz.de/~langm000/linux.html
2062S: Maintained
2063
2064IBM Power Linux RAID adapter
2065P: Brian King
2066M: brking@us.ibm.com
2067S: Supported
2068
2069IBM ServeRAID RAID DRIVER
2070P: Jack Hammer
2071P: Dave Jeffery
2072M: ipslinux@adaptec.com
2073W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002074S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002076IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002078M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002080T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081S: Maintained
2082
2083IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002084P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002085M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002086L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002087S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088
2089IDE/ATAPI FLOPPY DRIVERS
2090P: Paul Bristow
2091M: Paul Bristow <paul@paulbristow.net>
2092W: http://paulbristow.net/linux/idefloppy.html
2093L: linux-kernel@vger.kernel.org
2094S: Maintained
2095
2096IDE/ATAPI TAPE DRIVERS
2097P: Gadi Oxman
2098M: Gadi Oxman <gadio@netvision.net.il>
2099L: linux-kernel@vger.kernel.org
2100S: Maintained
2101
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002102IDE-SCSI DRIVER
2103L: linux-ide@vger.kernel.org
2104L: linux-scsi@vger.kernel.org
2105S: Orphan
2106
Stefan Richterf148e202008-01-12 12:32:44 +01002107IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002109M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002110P: Stefan Richter
2111M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112L: linux1394-devel@lists.sourceforge.net
2113W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002114T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115S: Maintained
2116
Stefan Richterf51a5a92007-04-23 14:41:10 -07002117IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118P: Dan Dennedy
2119M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002120P: Stefan Richter
2121M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002123S: Maintained
2124
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002126L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002127S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128
2129INFINIBAND SUBSYSTEM
2130P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002131M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002133M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002135M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002136L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002138T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139S: Supported
2140
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002141INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002142P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002143M: dmitry.torokhov@gmail.com
2144M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002145L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002146T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Maintained
2148
Robert Lovec9f04f52005-07-15 12:21:07 -04002149INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002150P: John McCutchan
2151M: ttb@tentacle.dhs.org
2152P: Robert Love
2153M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002154L: linux-kernel@vger.kernel.org
2155S: Maintained
2156
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002157INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002158P: Sylvain Meyer
2159M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002160L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002161S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002162
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002164P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002165M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002166L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002167S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169INTEL IA32 MICROCODE UPDATE SUPPORT
2170P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002171M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172S: Maintained
2173
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002174INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002175P: Maciej Sosnowski
2176M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002177L: linux-kernel@vger.kernel.org
2178S: Supported
2179
Dan Williamsb3e5f262007-08-07 10:26:35 -07002180INTEL IOP-ADMA DMA DRIVER
2181P: Dan Williams
2182M: dan.j.williams@intel.com
2183L: linux-kernel@vger.kernel.org
2184S: Supported
2185
Michael Buesch844dd052006-06-26 00:24:59 -07002186INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2187P: Deepak Saxena
2188M: dsaxena@plexity.net
2189S: Maintained
2190
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002191INTEL IXP2000 ETHERNET DRIVER
2192P: Lennert Buytenhek
2193M: kernel@wantstofly.org
2194L: netdev@vger.kernel.org
2195S: Maintained
2196
Auke Kokd94e6fe2008-03-03 14:37:47 -08002197INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002198P: Jeff Kirsher
2199M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002200P: Jesse Brandeburg
2201M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002202P: Bruce Allan
2203M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002204P: PJ Waskiewicz
2205M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002206P: John Ronciak
2207M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002208L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002209W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Supported
2211
James Ketrenos826d2ab2005-11-07 18:56:59 -06002212INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002213P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002214M: yi.zhu@intel.com
2215P: James Ketrenos
2216M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002217P: Reinette Chatre
2218M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002219L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002220L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002221W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002222W: http://ipw2100.sourceforge.net
2223S: Supported
2224
2225INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002226P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002227M: yi.zhu@intel.com
2228P: James Ketrenos
2229M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002230P: Reinette Chatre
2231M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002232L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002233L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002234W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002235W: http://ipw2200.sourceforge.net
2236S: Supported
2237
Zhu Yib481de92007-09-25 17:54:57 -07002238INTEL WIRELESS WIFI LINK (iwlwifi)
2239P: Zhu Yi
2240M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002241P: Reinette Chatre
2242M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002243L: linux-wireless@vger.kernel.org
2244L: ipw3945-devel@lists.sourceforge.net
2245W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002246T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002247S: Supported
2248
Ralf Baechlecb109a02007-08-30 23:56:30 -07002249IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250P: Ralf Baechle
2251M: ralf@linux-mips.org
2252L: linux-mips@linux-mips.org
2253S: Maintained
2254
Ralf Baechlecb109a02007-08-30 23:56:30 -07002255IOC3 SERIAL DRIVER
2256P: Pat Gefre
2257M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002258L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002259S: Maintained
2260
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261IP MASQUERADING:
2262P: Juanjo Ciarlante
2263M: jjciarla@raiz.uncu.edu.ar
2264S: Maintained
2265
Francois Romieu1202d6f2007-09-17 17:13:55 -07002266IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2267P: Francois Romieu
2268M: romieu@fr.zoreil.com
2269P: Sorbica Shieh
2270M: sorbica@icplus.com.tw
2271P: Jesse Huang
2272M: jesse@icplus.com.tw
2273L: netdev@vger.kernel.org
2274S: Maintained
2275
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002276IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002277P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002278M: infinipath@qlogic.com
2279L: general@lists.openfabrics.org
2280T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002281S: Supported
2282
Corey Minyard4409ebe2006-04-20 02:43:12 -07002283IPMI SUBSYSTEM
2284P: Corey Minyard
2285M: minyard@acm.org
2286L: openipmi-developer@lists.sourceforge.net
2287W: http://openipmi.sourceforge.net/
2288S: Supported
2289
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290IPX NETWORK LAYER
2291P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002292M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002293L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294S: Maintained
2295
David Sterba099dc4f2008-02-07 10:57:12 +01002296IPWIRELES DRIVER
2297P: Jiri Kosina
2298M: jkosina@suse.cz
2299P: David Sterba
2300M: dsterba@suse.cz
2301S: Maintained
2302T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2303
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002305P: Samuel Ortiz
2306M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002307L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002309S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310
Mike Christie14816b1e2007-11-28 16:22:06 -08002311ISCSI
2312P: Mike Christie
2313M: michaelc@cs.wisc.edu
2314L: open-iscsi@googlegroups.com
2315W: www.open-iscsi.org
2316T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2317S: Maintained
2318
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319ISAPNP
2320P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002321M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322S: Maintained
2323
2324ISDN SUBSYSTEM
2325P: Karsten Keil
2326M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002327L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002329T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330S: Maintained
2331
2332ISDN SUBSYSTEM (Eicon active card driver)
2333P: Armin Schindler
2334M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002335L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336W: http://www.melware.de
2337S: Maintained
2338
Hans Verkuil91821ff2007-12-02 09:35:33 -03002339IVTV VIDEO4LINUX DRIVER
2340P: Hans Verkuil
2341M: hverkuil@xs4all.nl
2342L: ivtv-devel@ivtvdriver.org
2343L: ivtv-users@ivtvdriver.org
2344L: video4linux-list@redhat.com
2345W: http://www.ivtvdriver.org
2346S: Maintained
2347
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002348JME NETWORK DRIVER
2349P: Guo-Fu Tseng
2350M: cooldavid@cooldavid.org
2351L: netdev@vger.kernel.org
2352S: Maintained
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2355P: David Woodhouse
2356M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002357L: linux-mtd@lists.infradead.org
2358W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Maintained
2360
Artem Bityutskiy95270562008-07-14 17:58:44 +03002361UBI FILE SYSTEM (UBIFS)
2362P: Artem Bityutskiy
2363M: dedekind@infradead.org
2364P: Adrian Hunter
2365M: ext-adrian.hunter@nokia.com
2366L: linux-mtd@lists.infradead.org
2367T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2368W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2369S: Maintained
2370
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371JFS FILESYSTEM
2372P: Dave Kleikamp
2373M: shaggy@austin.ibm.com
2374L: jfs-discussion@lists.sourceforge.net
2375W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002376T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377S: Supported
2378
Josh Triplettde456d32006-07-30 03:04:00 -07002379JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002380P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002381M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002382L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002383S: Maintained
2384
Rudolf Marek4660cb32006-10-08 22:01:26 +02002385K8TEMP HARDWARE MONITORING DRIVER
2386P: Rudolf Marek
2387M: r.marek@assembler.cz
2388L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Maintained
2390
2391KCONFIG
2392P: Roman Zippel
2393M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002394L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395S: Maintained
2396
Vivek Goyalea6c2082006-05-20 14:59:55 -07002397KDUMP
2398P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002399M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002400P: Haren Myneni
2401M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002402L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002403L: linux-kernel@vger.kernel.org
2404W: http://lse.sourceforge.net/kdump/
2405S: Maintained
2406
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407KERNEL AUTOMOUNTER (AUTOFS)
2408P: H. Peter Anvin
2409M: hpa@zytor.com
2410L: autofs@linux.kernel.org
2411S: Odd Fixes
2412
2413KERNEL AUTOMOUNTER v4 (AUTOFS4)
2414P: Ian Kent
2415M: raven@themaw.net
2416L: autofs@linux.kernel.org
2417S: Maintained
2418
2419KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420P: Sam Ravnborg
2421M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002422T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2423T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002424L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002425S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426
2427KERNEL JANITORS
2428P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002429L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431S: Maintained
2432
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002433KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002434P: J. Bruce Fields
2435M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002437M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002438L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002440S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441
Avi Kivity426d62e2006-12-13 00:34:03 -08002442KERNEL VIRTUAL MACHINE (KVM)
2443P: Avi Kivity
2444M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002445L: kvm@vger.kernel.org
2446W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002447S: Supported
2448
Hollis Blanchard513014b2008-04-16 23:28:08 -05002449KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2450P: Hollis Blanchard
2451M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002452L: kvm-ppc@vger.kernel.org
2453W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002454S: Supported
2455
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002456KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002457P: Anthony Xu
2458M: anthony.xu@intel.com
2459P: Xiantao Zhang
2460M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002461L: kvm-ia64@vger.kernel.org
2462W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002463S: Supported
2464
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002465KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2466P: Carsten Otte
2467M: cotte@de.ibm.com
2468P: Christian Borntraeger
2469M: borntraeger@de.ibm.com
2470M: linux390@de.ibm.com
2471L: linux-s390@vger.kernel.org
2472W: http://www.ibm.com/developerworks/linux/linux390/
2473S: Supported
2474
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002475KEXEC
2476P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002477M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002478W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002479L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002480L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002481S: Maintained
2482
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002483KGDB
2484P: Jason Wessel
2485M: jason.wessel@windriver.com
2486L: kgdb-bugreport@lists.sourceforge.net
2487S: Maintained
2488
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002489KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002490P: Ananth N Mavinakayanahalli
2491M: ananth@in.ibm.com
2492P: Anil S Keshavamurthy
2493M: anil.s.keshavamurthy@intel.com
2494P: David S. Miller
2495M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002496P: Masami Hiramatsu
2497M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002498L: linux-kernel@vger.kernel.org
2499S: Maintained
2500
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002501KS0108 LCD CONTROLLER DRIVER
2502P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002503M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002504L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002505W: http://miguelojeda.es/auxdisplay.htm
2506W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002507S: Maintained
2508
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002511S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512
2513LASI 53c700 driver for PARISC
2514P: James E.J. Bottomley
2515M: James.Bottomley@HansenPartnership.com
2516L: linux-scsi@vger.kernel.org
2517S: Maintained
2518
Richard Purdie263de9b2006-05-15 09:44:16 -07002519LED SUBSYSTEM
2520P: Richard Purdie
2521M: rpurdie@rpsys.net
2522S: Maintained
2523
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524LEGO USB Tower driver
2525P: Juergen Stuber
2526M: starblue@users.sourceforge.net
2527L: legousb-devel@lists.sourceforge.net
2528W: http://legousb.sourceforge.net/
2529S: Maintained
2530
Rusty Russell568a17f2007-10-25 14:12:24 +10002531LGUEST
2532P: Rusty Russell
2533M: rusty@rustcorp.com.au
2534L: lguest@ozlabs.org
2535W: http://lguest.ozlabs.org/
2536S: Maintained
2537
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538LINUX FOR IBM pSERIES (RS/6000)
2539P: Paul Mackerras
2540M: paulus@au.ibm.com
2541W: http://www.ibm.com/linux/ltc/projects/ppc
2542S: Supported
2543
2544LINUX FOR NCR VOYAGER
2545P: James Bottomley
2546M: James.Bottomley@HansenPartnership.com
2547W: http://www.hansenpartnership.com/voyager
2548S: Maintained
2549
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002550LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551P: Paul Mackerras
2552M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002553P: Benjamin Herrenschmidt
2554M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555W: http://www.penguinppc.org/
2556L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002557T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Supported
2559
2560LINUX FOR POWER MACINTOSH
2561P: Benjamin Herrenschmidt
2562M: benh@kernel.crashing.org
2563W: http://www.penguinppc.org/
2564L: linuxppc-dev@ozlabs.org
2565S: Maintained
2566
Grant Likely77a76362008-07-12 12:11:43 -06002567LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568P: Sylvain Munaut
2569M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002570P: Grant Likely
2571M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573S: Maintained
2574
2575LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002576P: Josh Boyer
2577M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578P: Matt Porter
2579M: mporter@kernel.crashing.org
2580W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002581L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002582T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583S: Maintained
2584
Grant Likely260c02a2007-10-02 12:15:34 +10002585LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2586P: Grant Likely
2587M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002588W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002589L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590S: Maintained
2591
Tom Rinie93adf12005-07-26 12:49:53 -07002592LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002593P: Vitaly Bordug
2594M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002595P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002596M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002597W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002598L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002599S: Maintained
2600
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002602P: Kumar Gala
2603M: galak@kernel.crashing.org
2604W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002605L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002606S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607
Olof Johanssonab06ff32006-09-06 14:44:54 -05002608LINUX FOR POWERPC PA SEMI PWRFICIENT
2609P: Olof Johansson
2610M: olof@lixom.net
2611W: http://www.pasemi.com/
2612L: linuxppc-dev@ozlabs.org
2613S: Supported
2614
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615LLC (802.2)
2616P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002617M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618S: Maintained
2619
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620LINUX SECURITY MODULE (LSM) FRAMEWORK
2621P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002622M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002623L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002624T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625S: Supported
2626
2627LM83 HARDWARE MONITOR DRIVER
2628P: Jean Delvare
2629M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002630L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631S: Maintained
2632
2633LM90 HARDWARE MONITOR DRIVER
2634P: Jean Delvare
2635M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002636L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637S: Maintained
2638
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002639LOCKDEP AND LOCKSTAT
2640P: Peter Zijlstra
2641M: peterz@infradead.org
2642P: Ingo Molnar
2643M: mingo@redhat.com
2644L: linux-kernel@vger.kernel.org
2645T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2646S: Maintained
2647
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002648LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649P: Richard Russon (FlatCap)
2650M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002651L: linux-ntfs-dev@lists.sourceforge.net
2652W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653S: Maintained
2654
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002655LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2656P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002657M: Eric.Moore@lsi.com
2658M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002659L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002660L: linux-scsi@vger.kernel.org
2661W: http://www.lsilogic.com/support
2662S: Supported
2663
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2665P: Matthew Wilcox
2666M: matthew@wil.cx
2667L: linux-scsi@vger.kernel.org
2668S: Maintained
2669
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002670M32R ARCHITECTURE
2671P: Hirokazu Takata
2672M: takata@linux-m32r.org
2673L: linux-m32r@ml.linux-m32r.org
2674L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2675W: http://www.linux-m32r.org/
2676S: Maintained
2677
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678M68K ARCHITECTURE
2679P: Geert Uytterhoeven
2680M: geert@linux-m68k.org
2681P: Roman Zippel
2682M: zippel@linux-m68k.org
2683L: linux-m68k@lists.linux-m68k.org
2684W: http://www.linux-m68k.org/
2685W: http://linux-m68k-cvs.ubb.ca/
2686S: Maintained
2687
2688M68K ON APPLE MACINTOSH
2689P: Joshua Thompson
2690M: funaho@jurai.org
2691W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002692L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693S: Maintained
2694
2695M68K ON HP9000/300
2696P: Philip Blundell
2697M: philb@gnu.org
2698W: http://www.tazenda.demon.co.uk/phil/linux-hp
2699S: Maintained
2700
Jiri Benc64a327a2007-05-05 11:47:08 -07002701MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002702P: Johannes Berg
2703M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002704P: Michael Wu
2705M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002706L: linux-wireless@vger.kernel.org
2707W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002708T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002709S: Maintained
2710
Stefano Brivio1036d862007-12-23 04:46:27 +01002711MAC80211 PID RATE CONTROL
2712P: Stefano Brivio
2713M: stefano.brivio@polimi.it
2714P: Mattias Nissler
2715M: mattias.nissler@gmx.de
2716L: linux-wireless@vger.kernel.org
2717W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2718T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2719S: Maintained
2720
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002721MACVLAN DRIVER
2722P: Patrick McHardy
2723M: kaber@trash.net
2724L: netdev@vger.kernel.org
2725S: Maintained
2726
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727MARVELL YUKON / SYSKONNECT DRIVER
2728P: Mirko Lindner
Jean Delvare795fb7e2008-09-20 12:33:08 +02002729M: mlindner@syskonnect.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730P: Ralph Roesler
Jean Delvare795fb7e2008-09-20 12:33:08 +02002731M: rroesler@syskonnect.de
2732W: http://www.syskonnect.com
2733S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734
Michael Kerriskfaf16682005-07-31 22:34:47 -07002735MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002736P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002737M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002738W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002739L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002740S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002741
Stefano Brivio74cda162007-11-19 20:27:46 +01002742MARVELL LIBERTAS WIRELESS DRIVER
2743P: Dan Williams
2744M: dcbw@redhat.com
2745L: libertas-dev@lists.infradead.org
2746S: Maintained
2747
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002748MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002749P: Lennert Buytenhek
2750M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002751L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002752S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753
2754MATROX FRAMEBUFFER DRIVER
2755P: Petr Vandrovec
2756M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002757L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002760MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2761P: Hans J. Koch
2762M: hjk@linutronix.de
2763L: lm-sensors@lm-sensors.org
2764S: Maintained
2765
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002766MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002767P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002768M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002769L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002770W: http://megaraid.lsilogic.com
2771S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002772
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002773MEMORY MANAGEMENT
2774L: linux-mm@kvack.org
2775L: linux-kernel@vger.kernel.org
2776W: http://www.linux-mm.org
2777S: Maintained
2778
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002779MEMORY RESOURCE CONTROLLER
2780P: Balbir Singh
2781M: balbir@linux.vnet.ibm.com
2782P: Pavel Emelyanov
2783M: xemul@openvz.org
2784P: KAMEZAWA Hiroyuki
2785M: kamezawa.hiroyu@jp.fujitsu.com
2786L: linux-mm@kvack.org
2787L: linux-kernel@vger.kernel.org
2788S: Maintained
2789
David Howellsb920de12008-02-08 04:19:31 -08002790MEI MN10300/AM33 PORT
2791P: David Howells
2792M: dhowells@redhat.com
2793P: Koichi Yasutake
2794M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002795L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002796W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2797S: Maintained
2798
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002799MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800P: David Woodhouse
2801M: dwmw2@infradead.org
2802W: http://www.linux-mtd.infradead.org/
2803L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002804T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805S: Maintained
2806
Artem Bityutskiy48576402007-02-13 17:11:10 +02002807UNSORTED BLOCK IMAGES (UBI)
2808P: Artem Bityutskiy
2809M: dedekind@infradead.org
2810W: http://www.linux-mtd.infradead.org/
2811L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002812T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002813S: Maintained
2814
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815MICROTEK X6 SCANNER
2816P: Oliver Neukum
2817M: oliver@neukum.name
2818S: Maintained
2819
2820MIPS
2821P: Ralf Baechle
2822M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002823W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002825T: git www.linux-mips.org:/pub/scm/linux.git
2826S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827
2828MISCELLANEOUS MCA-SUPPORT
2829P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002830M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831L: linux-kernel@vger.kernel.org
2832S: Maintained
2833
2834MODULE SUPPORT
2835P: Rusty Russell
2836M: rusty@rustcorp.com.au
2837L: linux-kernel@vger.kernel.org
2838S: Maintained
2839
2840MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2841P: Stelian Pop
2842M: stelian@popies.net
2843W: http://popies.net/meye/
2844S: Maintained
2845
Pavel Pisac58ff042007-05-16 01:10:41 +02002846MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2847P: Pavel Pisa
2848M: ppisa@pikron.com
2849L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852MOUSE AND MISC DEVICES [GENERAL]
2853P: Alessandro Rubini
2854M: rubini@ipvvis.unipv.it
2855L: linux-kernel@vger.kernel.org
2856S: Maintained
2857
Jiri Slabyb9705b62008-04-30 00:53:48 -07002858MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002859P: Jiri Slaby
2860M: jirislaby@gmail.com
2861L: linux-kernel@vger.kernel.org
2862S: Maintained
2863
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002864MSI LAPTOP SUPPORT
2865P: Lennart Poettering
2866M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002867W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002868W: http://0pointer.de/lennart/tchibo.html
2869S: Maintained
2870
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002871MULTIFUNCTION DEVICES (MFD)
2872P: Samuel Ortiz
2873M: sameo@openedhand.com
2874L: linux-kernel@vger.kernel.org
2875S: Supported
2876
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002877MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002878P: Pierre Ossman
2879M: drzeus-mmc@drzeus.cx
2880L: linux-kernel@vger.kernel.org
2881S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002882
David Brownell15a05802007-08-08 09:12:54 -07002883MULTIMEDIA CARD (MMC) ETC. OVER SPI
2884P: David Brownell
2885M: dbrownell@users.sourceforge.net
2886L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002887S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002888
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889MULTISOUND SOUND DRIVER
2890P: Andrew Veliath
2891M: andrewtv@usa.net
2892S: Maintained
2893
Jiri Slabyd7354102006-12-08 02:38:35 -08002894MULTITECH MULTIPORT CARD (ISICOM)
2895P: Jiri Slaby
2896M: jirislaby@gmail.com
2897L: linux-kernel@vger.kernel.org
2898S: Maintained
2899
Felipe Balbi550a7372008-07-24 12:27:36 +03002900MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002901P: Felipe Balbi
2902M: felipe.balbi@nokia.com
2903L: linux-usb@vger.kernel.org
2904S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002905
Brice Goglin2d3cf582008-05-17 12:45:36 +02002906MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2907P: Andrew Gallatin
2908M: gallatin@myri.com
2909P: Brice Goglin
2910M: brice@myri.com
2911L: netdev@vger.kernel.org
2912W: http://www.myri.com/scs/download-Myri10GE.html
2913S: Supported
2914
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002916P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917M: thockin@hockin.org
2918S: Maintained
2919
2920NCP FILESYSTEM
2921P: Petr Vandrovec
2922M: vandrove@vc.cvut.cz
2923L: linware@sh.cvut.cz
2924S: Maintained
2925
2926NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2927P: James E.J. Bottomley
2928M: James.Bottomley@HansenPartnership.com
2929L: linux-scsi@vger.kernel.org
2930S: Maintained
2931
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002932NETEFFECT IWARP RNIC DRIVER (IW_NES)
2933P: Faisal Latif
2934M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002935P: Chien Tung
2936M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002937L: general@lists.openfabrics.org
2938W: http://www.neteffect.com
2939S: Supported
2940F: drivers/infiniband/hw/nes/
2941
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002942NETEM NETWORK EMULATOR
2943P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002944M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002945L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002946S: Maintained
2947
Jiri Slaby4a584482007-08-30 23:56:39 -07002948NETERION (S2IO) Xframe 10GbE DRIVER
2949P: Ramkrishna Vepa
2950M: ram.vepa@neterion.com
2951P: Rastapur Santosh
2952M: santosh.rastapur@neterion.com
2953P: Sivakumar Subramani
2954M: sivakumar.subramani@neterion.com
2955P: Sreenivasa Honnur
2956M: sreenivasa.honnur@neterion.com
2957L: netdev@vger.kernel.org
2958W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2959S: Supported
2960
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961NETFILTER/IPTABLES/IPCHAINS
2962P: Rusty Russell
2963P: Marc Boucher
2964P: James Morris
2965P: Harald Welte
2966P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002967P: Patrick McHardy
2968M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002969L: netfilter-devel@vger.kernel.org
2970L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002971L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972W: http://www.netfilter.org/
2973W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974S: Supported
2975
Paul Moore4cc67732006-09-25 15:57:13 -07002976NETLABEL
2977P: Paul Moore
2978M: paul.moore@hp.com
2979W: http://netlabel.sf.net
2980L: netdev@vger.kernel.org
2981S: Supported
2982
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983NETROM NETWORK LAYER
2984P: Ralf Baechle
2985M: ralf@linux-mips.org
2986L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002987W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988S: Maintained
2989
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002990NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991P: Paul Clements
2992M: Paul.Clements@steeleye.com
2993S: Maintained
2994
2995NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996P: Jeff Garzik
2997M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002998L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002999T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000S: Maintained
3001
3002NETWORKING [GENERAL]
3003P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003004M: netdev@vger.kernel.org
3005L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003006W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007S: Maintained
3008
3009NETWORKING [IPv4/IPv6]
3010P: David S. Miller
3011M: davem@davemloft.net
3012P: Alexey Kuznetsov
3013M: kuznet@ms2.inr.ac.ru
3014P: Pekka Savola (ipv6)
3015M: pekkas@netcore.fi
3016P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003017M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018P: Hideaki YOSHIFUJI
3019M: yoshfuji@linux-ipv6.org
3020P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003021M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003022L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003023T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024S: Maintained
3025
James Morris10e2ff12007-08-25 14:41:28 -07003026NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3027P: Paul Moore
3028M: paul.moore@hp.com
3029L: netdev@vger.kernel.org
3030S: Maintained
3031
John W. Linville29f8f632006-01-18 14:52:48 -08003032NETWORKING [WIRELESS]
3033P: John W. Linville
3034M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003035L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003036T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3037S: Maintained
3038
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003039NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003040P: Dhananjay Phadke
3041M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003042L: netdev@vger.kernel.org
3043W: http://www.netxen.com
3044S: Supported
3045
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046IPVS
3047P: Wensong Zhang
3048M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003049P: Simon Horman
3050M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051P: Julian Anastasov
3052M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003053L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003054L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055S: Maintained
3056
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003057NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003059M: Trond.Myklebust@netapp.com
3060L: linux-nfs@vger.kernel.org
3061W: http://client.linux-nfs.org
3062T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063S: Maintained
3064
3065NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003066P: Jan-Pascal van Best
3067M: janpascal@vanbest.org
3068P: Andreas Mohr
3069M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003070L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071S: Maintained
3072
3073NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3074P: YOKOTA Hiroshi
3075M: yokota@netlab.is.tsukuba.ac.jp
3076W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3077S: Maintained
3078
3079NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3080P: GOTO Masanori
3081M: gotom@debian.or.jp
3082P: YOKOTA Hiroshi
3083M: yokota@netlab.is.tsukuba.ac.jp
3084W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3085S: Maintained
3086
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087NTFS FILESYSTEM
3088P: Anton Altaparmakov
3089M: aia21@cantab.net
3090L: linux-ntfs-dev@lists.sourceforge.net
3091L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003092W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003093T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094S: Maintained
3095
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003096NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003097P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003098M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003099L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003100S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003102OPENCORES I2C BUS DRIVER
3103P: Peter Korsgaard
3104M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003105L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003106S: Maintained
3107
Mark Fashehccd979b2005-12-15 14:31:24 -08003108ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3109P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003110M: mfasheh@suse.com
3111P: Joel Becker
3112M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003113L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003114W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003115T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003116S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003117
Bob Copeland0ad122d2008-07-25 19:45:18 -07003118OMFS FILESYSTEM
3119P: Bob Copeland
3120M: me@bobcopeland.com
3121L: linux-karma-devel@lists.sourceforge.net
3122S: Maintained
3123
Harald Weltec1986ee2005-11-13 16:06:29 -08003124OMNIKEY CARDMAN 4000 DRIVER
3125P: Harald Welte
3126M: laforge@gnumonks.org
3127S: Maintained
3128
Harald Welte77c44ab2005-11-13 16:06:26 -08003129OMNIKEY CARDMAN 4040 DRIVER
3130P: Harald Welte
3131M: laforge@gnumonks.org
3132S: Maintained
3133
Jonathan Corbet77d51402007-03-22 19:44:17 -03003134OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003135P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003136M: corbet@lwn.net
3137L: video4linux-list@redhat.com
3138S: Maintained
3139
Thomas Gleixner431bca72007-05-02 09:31:35 +02003140ONENAND FLASH DRIVER
3141P: Kyungmin Park
3142M: kyungmin.park@samsung.com
3143L: linux-mtd@lists.infradead.org
3144S: Maintained
3145
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146ONSTREAM SCSI TAPE DRIVER
3147P: Willem Riede
3148M: osst@riede.org
3149L: osst-users@lists.sourceforge.net
3150L: linux-scsi@vger.kernel.org
3151S: Maintained
3152
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003154P: Robert Richter
3155M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156L: oprofile-list@lists.sf.net
3157S: Maintained
3158
3159ORINOCO DRIVER
3160P: Pavel Roskin
3161M: proski@gnu.org
3162P: David Gibson
3163M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003164L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003165L: orinoco-users@lists.sourceforge.net
3166L: orinoco-devel@lists.sourceforge.net
3167W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168S: Maintained
3169
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003170PA SEMI ETHERNET DRIVER
3171P: Olof Johansson
3172M: olof@lixom.net
3173L: netdev@vger.kernel.org
3174S: Maintained
3175
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003176PA SEMI SMBUS DRIVER
3177P: Olof Johansson
3178M: olof@lixom.net
3179L: i2c@lm-sensors.org
3180S: Maintained
3181
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003183L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003184S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185
3186PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3187P: Tim Waugh
3188M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003189L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190W: http://www.torque.net/linux-pp.html
3191S: Maintained
3192
3193PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003194P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003195M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196P: Matthew Wilcox
3197M: matthew@wil.cx
3198P: Grant Grundler
3199M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003200L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003202T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203S: Maintained
3204
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003205PARAVIRT_OPS INTERFACE
3206P: Jeremy Fitzhardinge
3207M: jeremy@xensource.com
3208P: Chris Wright
3209M: chrisw@sous-sol.org
3210P: Zachary Amsden
3211M: zach@vmware.com
3212P: Rusty Russell
3213M: rusty@rustcorp.com.au
3214L: virtualization@lists.osdl.org
3215L: linux-kernel@vger.kernel.org
3216S: Supported
3217
Jim Cromie1662d322006-10-06 00:43:59 -07003218PC87360 HARDWARE MONITORING DRIVER
3219P: Jim Cromie
3220M: jim.cromie@gmail.com
3221L: lm-sensors@lm-sensors.org
3222S: Maintained
3223
3224PC8736x GPIO DRIVER
3225P: Jim Cromie
3226M: jim.cromie@gmail.com
3227S: Maintained
3228
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003229PCI ERROR RECOVERY
3230P: Linas Vepstas
3231M: linas@austin.ibm.com
3232L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003233L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003234S: Supported
3235
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003237P: Jesse Barnes
3238M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003240L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003241T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242S: Supported
3243
3244PCI HOTPLUG CORE
Jean Delvare795fb7e2008-09-20 12:33:08 +02003245P: Kristen Carlson Accardi
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003246M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247S: Supported
3248
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003249PCIE HOTPLUG DRIVER
3250P: Kristen Carlson Accardi
3251M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003252L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003253S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003254
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003256P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003257L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003258W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003259T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003260S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261
3262PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003263P: Don Fry
3264M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003265L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266S: Maintained
3267
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003268PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003269P: Balbir Singh
3270M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003271L: linux-kernel@vger.kernel.org
3272S: Maintained
3273
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003274PERSONALITY HANDLING
3275P: Christoph Hellwig
3276M: hch@infradead.org
3277L: linux-abi-devel@lists.sourceforge.net
3278S: Maintained
3279
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003281P: Joern Engel
3282M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283L: linux-mtd@lists.infradead.org
3284S: Maintained
3285
Peter Osterlund249a6772005-09-27 21:45:30 -07003286PKTCDVD DRIVER
3287P: Peter Osterlund
3288M: petero2@telia.com
3289L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003290S: Maintained
3291
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003293P: Thomas Gleixner
3294M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003295L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296S: Supported
3297
Anton Vorontsov3be86142007-07-15 04:43:36 +04003298POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3299P: Anton Vorontsov
3300M: cbou@mail.ru
3301P: David Woodhouse
3302M: dwmw2@infradead.org
3303L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003304T: git git.infradead.org/battery-2.6.git
3305S: Maintained
3306
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307PNP SUPPORT
3308P: Adam Belay
3309M: ambx1@neo.rr.com
3310S: Maintained
3311
Vitaly Wool999445d2007-01-04 13:07:03 +01003312PNXxxxx I2C DRIVER
3313P: Vitaly Wool
3314M: vitalywool@gmail.com
3315L: i2c@lm-sensors.org
3316S: Maintained
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318PPP PROTOCOL DRIVERS AND COMPRESSORS
3319P: Paul Mackerras
3320M: paulus@samba.org
3321L: linux-ppp@vger.kernel.org
3322S: Maintained
3323
3324PPP OVER ATM (RFC 2364)
3325P: Mitchell Blank Jr
3326M: mitch@sfgoth.com
3327S: Maintained
3328
3329PPP OVER ETHERNET
3330P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003331M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332S: Maintained
3333
James Chapmana6d23702007-06-27 15:53:17 -07003334PPP OVER L2TP
3335P: James Chapman
3336M: jchapman@katalix.com
3337S: Maintained
3338
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339PREEMPTIBLE KERNEL
3340P: Robert Love
3341M: rml@tech9.net
3342L: linux-kernel@vger.kernel.org
3343L: kpreempt-tech@lists.sourceforge.net
3344W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3345S: Supported
3346
Michael Wueff1a592007-09-25 18:11:01 -07003347P54 WIRELESS DRIVER
3348P: Michael Wu
3349M: flamingice@sourmilk.net
3350L: linux-wireless@vger.kernel.org
3351W: http://prism54.org
3352T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3353S: Maintained
3354
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003356P: Luis R. Rodriguez
3357M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003358L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359W: http://prism54.org
3360S: Maintained
3361
3362PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3363P: Peter Denison
3364M: promise@pnd-pc.demon.co.uk
3365W: http://www.pnd-pc.demon.co.uk/promise/
3366S: Maintained
3367
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003368PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3369P: Mikael Pettersson
3370M: mikpe@it.uu.se
3371L: linux-ide@vger.kernel.org
3372S: Maintained
3373
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003374PS3 NETWORK SUPPORT
3375P: Masakazu Mokuno
3376M: mokuno@sm.sony.co.jp
3377L: netdev@vger.kernel.org
3378L: cbe-oss-dev@ozlabs.org
3379S: Supported
3380
Geoff Levandf58a9d12006-11-23 00:46:51 +01003381PS3 PLATFORM SUPPORT
3382P: Geoff Levand
3383M: geoffrey.levand@am.sony.com
3384L: linuxppc-dev@ozlabs.org
3385L: cbe-oss-dev@ozlabs.org
3386S: Supported
3387
Michael Krufky83202042006-07-03 00:24:18 -07003388PVRUSB2 VIDEO4LINUX DRIVER
3389P: Mike Isely
3390M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003391L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003392L: video4linux-list@redhat.com
3393W: http://www.isely.net/pvrusb2/
3394S: Maintained
3395
Eric Miao30ec2612008-06-12 15:21:41 -07003396PXA2xx/PXA3xx SUPPORT
3397P: Eric Miao
3398M: eric.miao@marvell.com
3399P: Russell King
3400M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003401L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402S: Maintained
3403
Pierre Ossman272f1332007-05-14 21:25:26 +02003404PXA MMCI DRIVER
3405S: Orphan
3406
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407QLOGIC QLA2XXX FC-SCSI DRIVER
3408P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003409M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410L: linux-scsi@vger.kernel.org
3411S: Supported
3412
Ron Mercer5a4faa872006-07-25 00:40:21 -07003413QLOGIC QLA3XXX NETWORK DRIVER
3414P: Ron Mercer
3415M: linux-driver@qlogic.com
3416L: netdev@vger.kernel.org
3417S: Supported
3418
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003419QLOGIC QLGE 10Gb ETHERNET DRIVER
3420P: Ron Mercer
3421M: linux-driver@qlogic.com
3422M: ron.mercer@qlogic.com
3423L: netdev@vger.kernel.org
3424S: Supported
3425
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426QNX4 FILESYSTEM
3427P: Anders Larsen
3428M: al@alarsen.net
3429L: linux-kernel@vger.kernel.org
3430W: http://www.alarsen.net/linux/qnx4fs/
3431S: Maintained
3432
3433RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003434P: Benjamin Herrenschmidt
3435M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003436L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437S: Maintained
3438
3439RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003440P: Paul Mackerras
3441M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003442L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443S: Maintained
3444
3445RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3446P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003447M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003448L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449S: Maintained
3450
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003451RALINK RT2X00 WLAN DRIVER
3452P: rt2x00 project
3453L: linux-wireless@vger.kernel.org
3454L: rt2400-devel@lists.sourceforge.net
3455W: http://rt2x00.serialmonkey.com/
3456S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003457T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003458F: drivers/net/wireless/rt2x00/
3459
Nick Piggin9db55792008-02-08 04:19:49 -08003460RAMDISK RAM BLOCK DEVICE DRIVER
3461P: Nick Piggin
3462M: npiggin@suse.de
3463S: Maintained
3464
Matt Mackall9e95ce22005-04-16 15:25:56 -07003465RANDOM NUMBER DRIVER
3466P: Matt Mackall
3467M: mpm@selenic.com
3468S: Maintained
3469
Matt Porter394b7012005-11-07 01:00:15 -08003470RAPIDIO SUBSYSTEM
3471P: Matt Porter
3472M: mporter@kernel.crashing.org
3473L: linux-kernel@vger.kernel.org
3474S: Maintained
3475
Florian Fainellic1f766b2008-02-06 22:39:44 +01003476RDC R-321X SoC
3477P: Florian Fainelli
3478M: florian.fainelli@telecomint.eu
3479L: linux-kernel@vger.kernel.org
3480S: Maintained
3481
Florian Fainellidb17f392007-12-19 11:30:30 +01003482RDC R6040 FAST ETHERNET DRIVER
3483P: Florian Fainelli
3484M: florian.fainelli@telecomint.eu
3485L: netdev@vger.kernel.org
3486S: Maintained
3487
Josh Triplett595182b2006-10-04 02:17:21 -07003488READ-COPY UPDATE (RCU)
3489P: Dipankar Sarma
3490M: dipankar@in.ibm.com
3491W: http://www.rdrop.com/users/paulmck/rclock/
3492L: linux-kernel@vger.kernel.org
3493S: Supported
3494
3495RCUTORTURE MODULE
3496P: Josh Triplett
3497M: josh@freedesktop.org
3498L: linux-kernel@vger.kernel.org
3499S: Maintained
3500
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501REAL TIME CLOCK DRIVER
3502P: Paul Gortmaker
3503M: p_gortmaker@yahoo.com
3504L: linux-kernel@vger.kernel.org
3505S: Maintained
3506
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003507REAL TIME CLOCK (RTC) SUBSYSTEM
3508P: Alessandro Zummo
3509M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003510L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003511S: Maintained
3512
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003514L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515S: Supported
3516
Ivo van Doorne08976452008-04-12 19:23:55 +02003517RFKILL
3518P: Ivo van Doorn
3519M: IvDoorn@gmail.com
3520L: netdev@vger.kernel.org
3521S: Maintained
3522F: net/rfkill
3523
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524ROCKETPORT DRIVER
3525P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526W: http://www.comtrol.com
3527S: Maintained
3528
3529ROSE NETWORK LAYER
3530P: Ralf Baechle
3531M: ralf@linux-mips.org
3532L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003533W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534S: Maintained
3535
3536RISCOM8 DRIVER
3537S: Orphan
3538
Michael Wu605bebe2007-05-14 01:41:02 -04003539RTL818X WIRELESS DRIVER
3540P: Michael Wu
3541M: flamingice@sourmilk.net
3542P: Andrea Merello
3543M: andreamrl@tiscali.it
3544L: linux-wireless@vger.kernel.org
3545W: http://linuxwireless.org/
3546T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3547S: Maintained
3548
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003549S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003550P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003551M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003552L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003553S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003554
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555S390
3556P: Martin Schwidefsky
3557M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003558P: Heiko Carstens
3559M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003561L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003562W: http://www.ibm.com/developerworks/linux/linux390/
3563S: Supported
3564
3565S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003566P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003567M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003568P: Frank Blaschka
3569M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003570M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003571L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003572W: http://www.ibm.com/developerworks/linux/linux390/
3573S: Supported
3574
3575S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003576P: Christof Schmitt
3577M: christof.schmitt@de.ibm.com
3578P: Martin Peschke
3579M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003580M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003581L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003582W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583S: Supported
3584
Ursula Braundd96df22007-09-19 13:09:02 +02003585S390 IUCV NETWORK LAYER
3586P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003587M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003588M: linux390@de.ibm.com
3589L: linux-s390@vger.kernel.org
3590W: http://www.ibm.com/developerworks/linux/linux390/
3591S: Supported
3592
Ben Dooks4dde7f72008-06-30 22:40:38 +01003593S3C24XX SD/MMC Driver
3594P: Ben Dooks
3595M: ben-linux@fluff.org
3596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3597L: linux-kernel@vger.kernel.org
3598S: Supported
3599
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600SAA7146 VIDEO4LINUX-2 DRIVER
3601P: Michael Hunold
3602M: michael@mihu.de
3603W: http://www.mihu.de/linux/saa7146
3604S: Maintained
3605
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606SC1200 WDT DRIVER
3607P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003608M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609S: Maintained
3610
3611SCHEDULER
3612P: Ingo Molnar
3613M: mingo@elte.hu
3614P: Robert Love [the preemptible kernel bits]
3615M: rml@tech9.net
3616L: linux-kernel@vger.kernel.org
3617S: Maintained
3618
3619SCSI CDROM DRIVER
3620P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003621M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622L: linux-scsi@vger.kernel.org
3623W: http://www.kernel.dk
3624S: Maintained
3625
3626SCSI SG DRIVER
3627P: Doug Gilbert
3628M: dgilbert@interlog.com
3629L: linux-scsi@vger.kernel.org
3630W: http://www.torque.net/sg
3631S: Maintained
3632
3633SCSI SUBSYSTEM
3634P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003635M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003637T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003638T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3639T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640S: Maintained
3641
3642SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003643P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644M: Kai.Makisara@kolumbus.fi
3645L: linux-scsi@vger.kernel.org
3646S: Maintained
3647
3648SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003649P: Vlad Yasevich
3650M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003651P: Sridhar Samudrala
3652M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003653L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003654W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003655S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656
3657SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003658P: Jim Cromie
3659M: jim.cromie@gmail.com
3660S: Odd Fixes
3661
3662SCx200 GPIO DRIVER
3663P: Jim Cromie
3664M: jim.cromie@gmail.com
3665S: Maintained
3666
3667SCx200 HRT CLOCKSOURCE DRIVER
3668P: Jim Cromie
3669M: jim.cromie@gmail.com
3670S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671
Sascha Sommer6a369132008-07-15 14:21:29 +02003672SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3673P: Sascha Sommer
3674M: saschasommer@freenet.de
3675L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3676S: Maintained
3677
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678SECURITY CONTACT
3679P: Security Officers
3680M: security@kernel.org
3681S: Supported
3682
3683SELINUX SECURITY MODULE
3684P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003685M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003687M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003688P: Eric Paris
3689M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003691L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003692W: http://selinuxproject.org
3693T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694S: Supported
3695
Jiri Slabycef2cf02007-05-08 00:31:45 -07003696SENSABLE PHANTOM
3697P: Jiri Slaby
3698M: jirislaby@gmail.com
3699S: Maintained
3700
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701SERIAL ATA (SATA) SUBSYSTEM:
3702P: Jeff Garzik
3703M: jgarzik@pobox.com
3704L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003705T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706S: Supported
3707
3708SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3709P: Pat Gefre
3710M: pfg@sgi.com
3711L: linux-ia64@vger.kernel.org
3712S: Supported
3713
Ben Hutchings8ceee662008-04-27 12:55:59 +01003714SFC NETWORK DRIVER
3715P: Steve Hodgson
3716P: Ben Hutchings
3717P: Robert Stonehouse
3718M: linux-net-drivers@solarflare.com
3719S: Supported
3720
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721SGI VISUAL WORKSTATION 320 AND 540
3722P: Andrey Panin
3723M: pazke@donpac.ru
3724L: linux-visws-devel@lists.sf.net
3725W: http://linux-visws.sf.net
3726S: Maintained for 2.6.
3727
Jack Steiner75312612008-08-15 00:40:42 -07003728SGI GRU DRIVER
3729P: Jack Steiner
3730M: steiner@sgi.com
3731S: Maintained
3732
3733SGI XP/XPC/XPNET DRIVER
3734P: Dean Nelson
3735M: dcn@sgi.com
3736S: Maintained
3737
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738SIMTEC EB110ATX (Chalice CATS)
3739P: Ben Dooks
3740P: Vincent Sanders
3741M: support@simtec.co.uk
3742W: http://www.simtec.co.uk/products/EB110ATX/
3743S: Supported
3744
3745SIMTEC EB2410ITX (BAST)
3746P: Ben Dooks
3747P: Vincent Sanders
3748M: support@simtec.co.uk
3749W: http://www.simtec.co.uk/products/EB2410ITX/
3750S: Supported
3751
Francois Romieu92aab3c2005-07-30 13:11:18 +02003752SIS 190 ETHERNET DRIVER
3753P: Francois Romieu
3754M: romieu@fr.zoreil.com
3755L: netdev@vger.kernel.org
3756S: Maintained
3757
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758SIS 900/7016 FAST ETHERNET DRIVER
3759P: Daniele Venzano
3760M: venza@brownhat.org
3761W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003762L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763S: Maintained
3764
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003765SIS 96X I2C/SMBUS DRIVER
3766P: Mark M. Hoffman
3767M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02003768L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003769S: Maintained
3770
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771SIS FRAMEBUFFER DRIVER
3772P: Thomas Winischhofer
3773M: thomas@winischhofer.net
3774W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003775S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776
3777SIS USB2VGA DRIVER
3778P: Thomas Winischhofer
3779M: thomas@winischhofer.net
3780W: http://www.winischhofer.at/linuxsisusbvga.shtml
3781S: Maintained
3782
Christoph Lameter415ad262007-07-26 10:40:56 -07003783SLAB ALLOCATOR
3784P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003785M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003786P: Pekka Enberg
3787M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003788P: Matt Mackall
3789M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003790L: linux-mm@kvack.org
3791S: Maintained
3792
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793SMC91x ETHERNET DRIVER
3794P: Nicolas Pitre
3795M: nico@cam.org
3796S: Maintained
3797
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003798SMSC47B397 HARDWARE MONITOR DRIVER
3799P: Mark M. Hoffman
3800M: mhoffman@lightlink.com
3801L: lm-sensors@lm-sensors.org
3802S: Maintained
3803
Ben Nizetteb54f2862008-03-13 22:27:30 +11003804SMX UIO Interface
3805P: Ben Nizette
3806M: bn@niasdigital.com
3807S: Maintained
3808
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003809SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003810P: Guennadi Liakhovetski
3811M: g.liakhovetski@gmx.de
3812L: video4linux-list@redhat.com
3813S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003814
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815SOFTWARE RAID (Multiple Disks) SUPPORT
3816P: Ingo Molnar
3817M: mingo@redhat.com
3818P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003819M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003821S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822
Pavel Machek95a631e2007-07-19 01:47:42 -07003823HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824P: Pavel Machek
3825M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003826P: Rafael J. Wysocki
3827M: rjw@sisk.pl
3828L: linux-pm@lists.linux-foundation.org
3829S: Supported
3830
3831SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003832P: Len Brown
3833M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003834P: Pavel Machek
3835M: pavel@suse.cz
3836P: Rafael J. Wysocki
3837M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003838L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003839S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840
3841SONIC NETWORK DRIVER
3842P: Thomas Bogendoerfer
3843M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003844L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845S: Maintained
3846
Michael Buesch61e115a2007-09-18 15:12:50 -04003847SONICS SILICON BACKPLANE DRIVER (SSB)
3848P: Michael Buesch
3849M: mb@bu3sch.de
3850L: netdev@vger.kernel.org
3851S: Maintained
3852
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003854P: Mattia Dongili
3855M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003856L: linux-acpi@vger.kernel.org
3857W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858S: Maintained
3859
Alex Dubovbaf85322008-02-09 10:20:54 -08003860SONY MEMORYSTICK CARD SUPPORT
3861P: Alex Dubov
3862M: oakad@yahoo.com
3863L: linux-kernel@vger.kernel.org
3864W: http://tifmxx.berlios.de/
3865S: Maintained
3866
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867SOUND
3868P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003869M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003870P: Takashi Iwai
3871M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003872L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873S: Maintained
3874
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003875SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3876P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003877M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003878P: Mark Brown
3879M: broonie@opensource.wolfsonmicro.com
3880T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003881L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003882W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003883S: Supported
3884
Kumar Gala025c3982006-04-02 16:05:54 -05003885SPI SUBSYSTEM
3886P: David Brownell
3887M: dbrownell@users.sourceforge.net
3888L: spi-devel-general@lists.sourceforge.net
3889S: Maintained
3890
Arnd Bergmannb8154542008-05-16 11:10:59 +02003891SPU FILE SYSTEM
3892P: Jeremy Kerr
3893M: jk@ozlabs.org
3894L: linuxppc-dev@ozlabs.org
3895L: cbe-oss-dev@ozlabs.org
3896W: http://www.ibm.com/developerworks/power/cell/
3897S: Supported
3898
Steven Rostedt855f46a2006-08-05 12:14:50 -07003899STABLE BRANCH:
3900P: Greg Kroah-Hartman
3901M: greg@kroah.com
3902P: Chris Wright
3903M: chrisw@sous-sol.org
3904L: stable@kernel.org
3905S: Maintained
3906
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907SHARP LH SUPPORT (LH7952X & LH7A40X)
3908P: Marc Singer
3909M: elf@buici.com
3910W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003911L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912S: Maintained
3913
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003914SHPC HOTPLUG DRIVER
3915P: Kristen Carlson Accardi
3916M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003917L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003918S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003919
Pierre Ossmand129bce2006-03-24 03:18:17 -08003920SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3921P: Pierre Ossman
3922M: drzeus-sdhci@drzeus.cx
3923L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003924S: Maintained
3925
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003926SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3927P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003928M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003929L: netdev@vger.kernel.org
3930S: Maintained
3931
Chris Boot1a87d942006-07-10 04:45:34 -07003932SOEKRIS NET48XX LED SUPPORT
3933P: Chris Boot
3934M: bootc@bootc.net
3935S: Maintained
3936
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937SPARC (sparc32):
3938P: William L. Irwin
3939M: wli@holomorphy.com
3940L: sparclinux@vger.kernel.org
3941S: Maintained
3942
3943SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3944P: Roger Wolff
3945M: R.E.Wolff@BitWizard.nl
3946L: linux-kernel@vger.kernel.org ?
3947S: Supported
3948
Jim Lewis2752e4012006-09-29 02:01:19 -07003949SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003950P: Ishizaki Kou
3951M: kou.ishizaki@toshiba.co.jp
3952P: Jens Osterkamp
3953M: jens@de.ibm.com
Jim Lewis2752e4012006-09-29 02:01:19 -07003954L: netdev@vger.kernel.org
3955S: Supported
3956
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957SRM (Alpha) environment access
3958P: Jan-Benedict Glaw
3959M: jbglaw@lug-owl.de
3960L: linux-kernel@vger.kernel.org
3961S: Maintained
3962
3963STARFIRE/DURALAN NETWORK DRIVER
3964P: Ion Badulescu
3965M: ionut@cs.columbia.edu
3966S: Maintained
3967
3968STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3969W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003970S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971
3972STRADIS MPEG-2 DECODER DRIVER
3973P: Nathan Laredo
3974M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975W: http://www.stradis.com/
3976S: Maintained
3977
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003978SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979P: Paul Mundt
3980M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003981L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003983T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003984S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985
3986SUN3/3X
3987P: Sam Creasey
3988M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989W: http://sammy.net/sun3/
3990S: Maintained
3991
3992SVGA HANDLING
3993P: Martin Mares
3994M: mj@ucw.cz
3995L: linux-video@atrey.karlin.mff.cuni.cz
3996S: Maintained
3997
3998SYSV FILESYSTEM
3999P: Christoph Hellwig
4000M: hch@infradead.org
4001S: Maintained
4002
Alan Cox4e688522008-04-30 00:52:11 -07004003TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004004P: Balbir Singh
4005M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004006L: linux-kernel@vger.kernel.org
4007S: Maintained
4008
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004009TC CLASSIFIER
4010P: Jamal Hadi Salim
4011M: hadi@cyberus.ca
4012L: netdev@vger.kernel.org
4013S: Maintained
4014
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004015TCP LOW PRIORITY MODULE
4016P: Wong Hoi Sing, Edison
4017M: hswong3i@gmail.com
4018P: Hung Hing Lun, Mike
4019M: hlhung3i@gmail.com
4020W: http://tcp-lp-mod.sourceforge.net/
4021S: Maintained
4022
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004023TEHUTI ETHERNET DRIVER
4024P: Alexander Indenbaum
4025M: baum@tehutinetworks.net
4026P: Andy Gospodarek
4027M: andy@greyhouse.net
4028L: netdev@vger.kernel.org
4029S: Supported
4030
Alan Cox4e688522008-04-30 00:52:11 -07004031Telecom Clock Driver for MCPL0010
4032P: Mark Gross
4033M: mark.gross@intel.com
4034S: Supported
4035
4036TENSILICA XTENSA PORT (xtensa):
4037P: Chris Zankel
4038M: chris@zankel.net
4039S: Maintained
4040
4041THINKPAD ACPI EXTRAS DRIVER
4042P: Henrique de Moraes Holschuh
4043M: ibm-acpi@hmh.eng.br
4044L: ibm-acpi-devel@lists.sourceforge.net
4045W: http://ibm-acpi.sourceforge.net
4046W: http://thinkwiki.org/wiki/Ibm-acpi
4047T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4048S: Maintained
4049
Alex Dubov4020f2d2006-10-04 02:15:37 -07004050TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004051P: Alex Dubov
4052M: oakad@yahoo.com
4053S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004054
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004055TI OMAP MMC INTERFACE DRIVER
4056P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004057M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004058W: http://linux.omap.com
4059W: http://www.muru.com/linux/omap/
4060S: Maintained
4061
Michael Buesch844dd052006-06-26 00:24:59 -07004062TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4063P: Deepak Saxena
4064M: dsaxena@plexity.net
4065S: Maintained
4066
Per Lidene86eaa32006-01-12 16:45:18 +01004067TIPC NETWORK LAYER
4068P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004069M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004070P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004071M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004072P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004073M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004074L: tipc-discussion@lists.sourceforge.net
4075W: http://tipc.sourceforge.net/
4076W: http://tipc.cslab.ericsson.net/
4077T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4078S: Maintained
4079
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080TLAN NETWORK DRIVER
4081P: Samuel Chessman
4082M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004083L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084W: http://sourceforge.net/projects/tlan/
4085S: Maintained
4086
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087TOSHIBA ACPI EXTRAS DRIVER
4088P: John Belmonte
4089M: toshiba_acpi@memebeam.org
4090W: http://memebeam.org/toys/ToshibaAcpiDriver
4091S: Maintained
4092
4093TOSHIBA SMM DRIVER
4094P: Jonathan Buzzard
4095M: jonathan@buzzard.org.uk
4096L: tlinux-users@tce.toshiba-dme.co.jp
4097W: http://www.buzzard.org.uk/toshiba/
4098S: Maintained
4099
Alan Cox4e688522008-04-30 00:52:11 -07004100TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004101P: Debora Velarde
4102M: debora@linux.vnet.ibm.com
4103P: Rajiv Andrade
4104M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004105W: http://tpmdd.sourceforge.net
4106P: Marcel Selhorst
4107M: tpm@selhorst.net
4108W: http://www.prosec.rub.de/tpm/
4109L: tpmdd-devel@lists.sourceforge.net
4110S: Maintained
4111
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004113P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004114M: trivial@kernel.org
4115L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116S: Maintained
4117
Alan Cox4e688522008-04-30 00:52:11 -07004118TTY LAYER
4119P: Alan Cox
4120M: alan@lxorguk.ukuu.org.uk
4121L: linux-kernel@vger.kernel.org
4122S: Maintained
4123
Grant Grundler740db6d2008-02-17 11:53:49 -07004124TULIP NETWORK DRIVERS
4125P: Grant Grundler
4126M: grundler@parisc-linux.org
4127P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004128M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004129L: netdev@vger.kernel.org
4130S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131
4132TUN/TAP driver
4133P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004134M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135L: vtun@office.satix.net
4136W: http://vtun.sourceforge.net/tun
4137S: Maintained
4138
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004139TURBOCHANNEL SUBSYSTEM
4140P: Maciej W. Rozycki
4141M: macro@linux-mips.org
4142S: Maintained
4143
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144U14-34F SCSI DRIVER
4145P: Dario Ballabio
4146M: ballabio_dario@emc.com
4147L: linux-scsi@vger.kernel.org
4148S: Maintained
4149
Alan Coxcc2020e2008-05-19 14:21:51 +01004150UCLINUX (AND M68KNOMMU)
4151P: Greg Ungerer
4152M: gerg@uclinux.org
4153W: http://www.uclinux.org/
4154L: uclinux-dev@uclinux.org (subscribers-only)
4155S: Maintained
4156
Alan Coxcc2020e2008-05-19 14:21:51 +01004157UCLINUX FOR RENESAS H8/300
4158P: Yoshinori Sato
4159M: ysato@users.sourceforge.jp
4160W: http://uclinux-h8.sourceforge.jp/
4161S: Supported
4162
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004164P: Jan Kara
4165M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166W: http://linux-udf.sourceforge.net
4167S: Maintained
4168
Alan Coxcc2020e2008-05-19 14:21:51 +01004169UFS FILESYSTEM
4170P: Evgeniy Dushistov
4171M: dushistov@mail.ru
4172L: linux-kernel@vger.kernel.org
4173S: Maintained
4174
4175UltraSPARC (sparc64):
4176P: David S. Miller
4177M: davem@davemloft.net
4178L: sparclinux@vger.kernel.org
4179T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4180S: Maintained
4181
Linus Torvalds1da177e2005-04-16 15:20:36 -07004182UNIFORM CDROM DRIVER
4183P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004184M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185L: linux-kernel@vger.kernel.org
4186W: http://www.kernel.dk
4187S: Maintained
4188
4189USB ACM DRIVER
4190P: Oliver Neukum
4191M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004192L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193S: Maintained
4194
4195USB BLOCK DRIVER (UB ub)
4196P: Pete Zaitcev
4197M: zaitcev@redhat.com
4198L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004199L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200S: Supported
4201
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202USB CDC ETHERNET DRIVER
4203P: Greg Kroah-Hartman
4204M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004205L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206S: Maintained
4207W: http://www.kroah.com/linux-usb/
4208
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004209USB CYPRESS C67X00 DRIVER
4210P: Peter Korsgaard
4211M: jacmet@sunsite.dk
4212L: linux-usb@vger.kernel.org
4213S: Maintained
4214
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004215USB DAVICOM DM9601 DRIVER
4216P: Peter Korsgaard
4217M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004218L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004219W: http://www.linux-usb.org/usbnet
4220S: Maintained
4221
Alan Coxcc2020e2008-05-19 14:21:51 +01004222USB DIAMOND RIO500 DRIVER
4223P: Cesar Miquel
4224M: miquel@df.uba.ar
4225L: rio500-users@lists.sourceforge.net
4226W: http://rio500.sourceforge.net
4227S: Maintained
4228
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229USB EHCI DRIVER
4230P: David Brownell
4231M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004232L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004233S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234
Luca Risolia7ce08c92006-01-11 02:06:59 +00004235USB ET61X[12]51 DRIVER
4236P: Luca Risolia
4237M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004238L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004239L: video4linux-list@redhat.com
4240W: http://www.linux-projects.org
4241S: Maintained
4242
David Brownell69ae9e32006-11-14 02:03:31 -08004243USB GADGET/PERIPHERAL SUBSYSTEM
4244P: David Brownell
4245M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004246L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004247W: http://www.linux-usb.org/gadget
4248S: Maintained
4249
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004250USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004251P: Jiri Kosina
4252M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004253L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004254T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255S: Maintained
4256
Olav Kongas959eea22005-11-03 17:38:14 +02004257USB ISP116X DRIVER
4258P: Olav Kongas
4259M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004260L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004261S: Maintained
4262
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263USB KAWASAKI LSI DRIVER
4264P: Oliver Neukum
4265M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004266L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267S: Maintained
4268
4269USB MASS STORAGE DRIVER
4270P: Matthew Dharm
4271M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004272L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004273L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274S: Maintained
4275W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4276
4277USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004278P: David Brownell
4279M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004280L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004281S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282
Matthias Urlichsba460e42005-07-14 00:33:47 -07004283USB OPTION-CARD DRIVER
4284P: Matthias Urlichs
4285M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004286L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004287S: Maintained
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289USB OV511 DRIVER
4290P: Mark McClelland
4291M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004292L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293W: http://alpha.dyndns.org/ov511/
4294S: Maintained
4295
4296USB PEGASUS DRIVER
4297P: Petko Manolov
4298M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004299L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004300L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301W: http://pegasus2.sourceforge.net/
4302S: Maintained
4303
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004304USB PRINTER DRIVER (usblp)
4305P: Pete Zaitcev
4306M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004307L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004308S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309
4310USB RTL8150 DRIVER
4311P: Petko Manolov
4312M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004313L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004314L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315W: http://pegasus2.sourceforge.net/
4316S: Maintained
4317
4318USB SE401 DRIVER
4319P: Jeroen Vreeken
4320M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004321L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322W: http://www.chello.nl/~j.vreeken/se401/
4323S: Maintained
4324
Alan Cox4e688522008-04-30 00:52:11 -07004325USB SERIAL BELKIN F5U103 DRIVER
4326P: William Greathouse
4327M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004328L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004329S: Maintained
4330
4331USB SERIAL CYPRESS M8 DRIVER
4332P: Lonnie Mendez
4333M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004334L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004335S: Maintained
4336W: http://geocities.com/i0xox0i
4337W: http://firstlight.net/cvs
4338
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339USB SERIAL CYBERJACK DRIVER
4340P: Matthias Bruestle and Harald Welte
4341M: support@reiner-sct.com
4342W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4343S: Maintained
4344
4345USB SERIAL DIGI ACCELEPORT DRIVER
4346P: Peter Berger and Al Borchers
4347M: pberger@brimson.com
4348M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004349L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350S: Maintained
4351
4352USB SERIAL DRIVER
4353P: Greg Kroah-Hartman
4354M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004355L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356S: Supported
4357
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4359P: Gary Brubaker
4360M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004361L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362S: Maintained
4363
4364USB SERIAL KEYSPAN DRIVER
4365P: Greg Kroah-Hartman
4366M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004367L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368W: http://www.kroah.com/linux/
4369S: Maintained
4370
4371USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004372P: Support Department
4373M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004374L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375W: http://www.connecttech.com
4376S: Supported
4377
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004378USB SMSC95XX ETHERNET DRIVER
4379P: Steve Glendinning
4380M: steve.glendinning@smsc.com
4381L: netdev@vger.kernel.org
4382S: Supported
4383
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004384USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385P: Luca Risolia
4386M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004387L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004388L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389W: http://www.linux-projects.org
4390S: Maintained
4391
4392USB SUBSYSTEM
4393P: Greg Kroah-Hartman
4394M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004395L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004397T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398S: Supported
4399
4400USB UHCI DRIVER
4401P: Alan Stern
4402M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004403L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404S: Maintained
4405
David Brownell69ae9e32006-11-14 02:03:31 -08004406USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407P: David Brownell
4408M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004409L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004410W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411S: Maintained
4412
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004413USB VIDEO CLASS
4414P: Laurent Pinchart
4415M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004416L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004417L: video4linux-list@redhat.com
4418W: http://linux-uvc.berlios.de
4419S: Maintained
4420
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421USB W996[87]CF DRIVER
4422P: Luca Risolia
4423M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004424L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004425L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426W: http://www.linux-projects.org
4427S: Maintained
4428
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004429USB WIRELESS RNDIS DRIVER (rndis_wlan)
4430P: Jussi Kivilinna
4431M: jussi.kivilinna@mbnet.fi
4432L: linux-wireless@vger.kernel.org
4433S: Maintained
4434
Luca Risolia60f78052006-02-06 16:29:35 +00004435USB ZC0301 DRIVER
4436P: Luca Risolia
4437M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004438L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004439L: video4linux-list@redhat.com
4440W: http://www.linux-projects.org
4441S: Maintained
4442
Linus Torvalds1da177e2005-04-16 15:20:36 -07004443USB ZD1201 DRIVER
4444P: Jeroen Vreeken
4445M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004446L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447W: http://linux-lc100020.sourceforge.net
4448S: Maintained
4449
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004450USB ZR364XX DRIVER
4451P: Antoine Jacquet
4452M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004453L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004454L: video4linux-list@redhat.com
4455W: http://royale.zerezo.com/zr364xx/
4456S: Maintained
4457
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458USER-MODE LINUX
4459P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004460M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461L: user-mode-linux-devel@lists.sourceforge.net
4462L: user-mode-linux-user@lists.sourceforge.net
4463W: http://user-mode-linux.sourceforge.net
4464S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004465
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004466USERSPACE I/O (UIO)
4467P: Hans J. Koch
4468M: hjk@linutronix.de
4469P: Greg Kroah-Hartman
4470M: gregkh@suse.de
4471L: linux-kernel@vger.kernel.org
4472S: Maintained
4473
Karel Zakf899b0a2008-05-23 13:04:21 -07004474UTIL-LINUX-NG PACKAGE
4475P: Karel Zak
4476M: kzak@redhat.com
4477L: util-linux-ng@vger.kernel.org
4478W: http://kernel.org/~kzak/util-linux-ng/
4479T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4480S: Maintained
4481
Alan Cox4e688522008-04-30 00:52:11 -07004482VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483P: OGAWA Hirofumi
4484M: hirofumi@mail.parknet.co.jp
4485L: linux-kernel@vger.kernel.org
4486S: Maintained
4487
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488VIA RHINE NETWORK DRIVER
4489P: Roger Luethi
4490M: rl@hellgate.ch
4491S: Maintained
4492
Jean Delvare32c0a522005-09-22 21:47:58 +02004493VIAPRO SMBUS DRIVER
4494P: Jean Delvare
4495M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004496L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004497S: Maintained
4498
Francois Romieu01f20732007-01-26 00:57:17 -08004499VIA VELOCITY NETWORK DRIVER
4500P: Francois Romieu
4501M: romieu@fr.zoreil.com
4502L: netdev@vger.kernel.org
4503S: Maintained
4504
Linus Torvalds1da177e2005-04-16 15:20:36 -07004505VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004506P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004507M: mchehab@infradead.org
4508M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004510W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004511T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004512S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513
Patrick McHardybe7f8272007-10-23 20:26:36 -07004514VLAN (802.1Q)
4515P: Patrick McHardy
4516M: kaber@trash.net
4517L: netdev@vger.kernel.org
4518S: Maintained
4519
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004520VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4521P: Liam Girdwood
4522M: lg@opensource.wolfsonmicro.com
4523P: Mark Brown
4524M: broonie@opensource.wolfsonmicro.com
4525W: http://opensource.wolfsonmicro.com/node/15
4526T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4527S: Supported
4528
Juerg Haefligerab413192006-09-24 20:54:04 +02004529VT1211 HARDWARE MONITOR DRIVER
4530P: Juerg Haefliger
4531M: juergh@gmail.com
4532L: lm-sensors@lm-sensors.org
4533S: Maintained
4534
Roger Lucas1de9e372005-11-26 20:20:05 +01004535VT8231 HARDWARE MONITOR DRIVER
4536P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004537M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004538L: lm-sensors@lm-sensors.org
4539S: Maintained
4540
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541W1 DALLAS'S 1-WIRE BUS
4542P: Evgeniy Polyakov
4543M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544S: Maintained
4545
Charles Spirakis13927072006-07-05 18:05:15 +02004546W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004547P: Marc Hulsman
4548M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004549L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004550S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004551
Rudolf Marek61db0112006-12-12 18:18:30 +01004552W83793 HARDWARE MONITORING DRIVER
4553P: Rudolf Marek
4554M: r.marek@assembler.cz
4555L: lm-sensors@lm-sensors.org
4556S: Maintained
4557
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558W83L51xD SD/MMC CARD INTERFACE DRIVER
4559P: Pierre Ossman
4560M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004561L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562S: Maintained
4563
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004564WATCHDOG DEVICE DRIVERS
4565P: Wim Van Sebroeck
4566M: wim@iguana.be
4567T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4568S: Maintained
4569
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4571P: Jean Tourrilhes
4572M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004573L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4575S: Maintained
4576
4577WD7000 SCSI DRIVER
4578P: Miroslav Zagorac
4579M: zaga@fly.cc.fer.hr
4580L: linux-scsi@vger.kernel.org
4581S: Maintained
4582
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004583WISTRON LAPTOP BUTTON DRIVER
4584P: Miloslav Trmac
4585M: mitr@volny.cz
4586S: Maintained
4587
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588WL3501 WIRELESS PCMCIA CARD DRIVER
4589P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004590M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004591L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004592W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593S: Maintained
4594
Mark Brownfebf1df2008-04-02 00:51:09 -04004595WM97XX TOUCHSCREEN DRIVERS
4596P: Mark Brown
4597M: broonie@opensource.wolfsonmicro.com
4598P: Liam Girdwood
4599M: liam.girdwood@wolfsonmicro.com
4600L: linux-input@vger.kernel.org
4601T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4602W: http://opensource.wolfsonmicro.com/node/7
4603S: Supported
4604
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605X.25 NETWORK LAYER
4606P: Henner Eisen
4607M: eis@baty.hanse.de
4608L: linux-x25@vger.kernel.org
4609S: Maintained
4610
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004611XEN HYPERVISOR INTERFACE
4612P: Jeremy Fitzhardinge
4613M: jeremy@xensource.com
4614P: Chris Wright
4615M: chrisw@sous-sol.org
4616L: virtualization@lists.osdl.org
4617L: xen-devel@lists.xensource.com
4618S: Supported
4619
Linus Torvalds1da177e2005-04-16 15:20:36 -07004620XFS FILESYSTEM
4621P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004622P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004624L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004626T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004627S: Supported
4628
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004629XILINX SYSTEMACE DRIVER
4630P: Grant Likely
4631M: grant.likely@secretlab.ca
4632W: http://www.secretlab.ca/
4633L: linux-kernel@vger.kernel.org
4634S: Maintained
4635
Peter Korsgaard238b8722006-12-06 20:35:17 -08004636XILINX UARTLITE SERIAL DRIVER
4637P: Peter Korsgaard
4638M: jacmet@sunsite.dk
4639L: linux-serial@vger.kernel.org
4640S: Maintained
4641
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004642X86 ARCHITECTURE (32-BIT AND 64-BIT)
4643P: Thomas Gleixner
4644M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645P: Ingo Molnar
4646M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004647P: H. Peter Anvin
4648M: hpa@zytor.com
4649L: linux-kernel@vger.kernel.org
4650T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651S: Maintained
4652
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653YAM DRIVER FOR AX.25
4654P: Jean-Paul Roubelat
4655M: jpr@f6fbb.org
4656L: linux-hams@vger.kernel.org
4657S: Maintained
4658
Henkaf64a5e2005-10-12 15:02:56 +02004659YEALINK PHONE DRIVER
4660P: Henk Vergonet
4661M: Henk.Vergonet@gmail.com
4662L: usbb2k-api-dev@nongnu.org
4663S: Maintained
4664
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665Z8530 DRIVER FOR AX.25
4666P: Joerg Reuter
4667M: jreuter@yaina.de
4668W: http://yaina.de/jreuter/
4669W: http://www.qsl.net/dl1bke/
4670L: linux-hams@vger.kernel.org
4671S: Maintained
4672
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004673ZD1211RW WIRELESS DRIVER
4674P: Daniel Drake
4675M: dsd@gentoo.org
4676P: Ulrich Kunitz
4677M: kune@deine-taler.de
4678W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004679L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004680L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4681S: Maintained
4682
Linus Torvalds1da177e2005-04-16 15:20:36 -07004683ZR36067 VIDEO FOR LINUX DRIVER
4684P: Ronald Bultje
4685M: rbultje@ronald.bitfreak.net
4686L: mjpeg-users@lists.sourceforge.net
4687W: http://mjpeg.sourceforge.net/driver-zoran/
4688S: Maintained
4689
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004690ZS DECSTATION Z85C30 SERIAL DRIVER
4691P: Maciej W. Rozycki
4692M: macro@linux-mips.org
4693S: Maintained
4694
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695THE REST
4696P: Linus Torvalds
4697S: Buried alive in reporters