blob: 3b228e2d12e6a8f4a3f116f39ca17a0a5f42261f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200178ABIT UGURU HARDWARE MONITOR DRIVER
179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184ACENIC DRIVER
185P: Jes Sorensen
186M: jes@trained-monkey.org
187L: linux-acenic@sunsite.dk
188S: Maintained
189
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700190IPS SCSI RAID DRIVER
191P: Adaptec OEM Raid Solutions
192M: aacraid@adaptec.com
193L: linux-scsi@vger.kernel.org
194W: http://www.adaptec.com/
195S: Maintained
196
197DPT_I2O SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199M: aacraid@adaptec.com
200L: linux-scsi@vger.kernel.org
201W: http://www.adaptec.com/
202S: Maintained
203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204AACRAID SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700206M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700208W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Supported
210
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000211ACER WMI LAPTOP EXTRAS
212P: Carlos Corbacho
213M: carlos@strangeworlds.co.uk
214L: aceracpi@googlegroups.com (subscribers-only)
215W: http://code.google.com/p/aceracpi
216S: Maintained
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218ACPI
219P: Len Brown
220M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500221M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500222L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400223W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500225S: Supported
226
227ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400228P: Alexey Starikovskiy
229M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500230L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300231W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI EC DRIVER
235P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400236M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400242P: Len Brown
243M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700248ACPI PCI HOTPLUG DRIVER
249P: Kristen Carlson Accardi
250M: kristen.c.accardi@intel.com
251L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500252S: Supported
253
254ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400255P: Len Brown
256M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500257L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300258W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500259S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700260
Len Brown359acec2007-02-10 01:59:24 -0500261ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400262P: Rui Zhang
263M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500264L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300265W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500266S: Supported
267
Carlos Corbachobff431e2008-02-05 02:17:04 +0000268ACPI WMI DRIVER
269P: Carlos Corbacho
270M: carlos@strangeworlds.co.uk
271L: linux-acpi@vger.kernel.org
272W: http://www.lesswatts.org/projects/acpi/
273S: Maintained
274
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100275AD1889 ALSA SOUND DRIVER
276P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400277M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100278P: Thibaut Varene
279M: T-Bone@parisc-linux.org
280W: http://wiki.parisc-linux.org/AD1889
281L: linux-parisc@vger.kernel.org
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADM1025 HARDWARE MONITOR DRIVER
285P: Jean Delvare
286M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200287L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288S: Maintained
289
Corentin Labbecae2caa2007-02-14 21:15:04 +0100290ADM1029 HARDWARE MONITOR DRIVER
291P: Corentin Labbe
292M: corentin.labbe@geomatys.fr
293L: lm-sensors@lm-sensors.org
294S: Maintained
295
Michael Wucc0b88c2007-08-31 01:15:25 -0400296ADM8211 WIRELESS DRIVER
297P: Michael Wu
298M: flamingice@sourmilk.net
299L: linux-wireless@vger.kernel.org
300W: http://linuxwireless.org/
301T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304ADT746X FAN DRIVER
305P: Colin Leroy
306M: colin@colino.net
307S: Maintained
308
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400309ADVANSYS SCSI DRIVER
310P: Matthew Wilcox
311M: matthew@wil.cx
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315AEDSP16 DRIVER
316P: Riccardo Facchetti
317M: fizban@tin.it
318S: Maintained
319
320AFFS FILE SYSTEM
321P: Roman Zippel
322M: zippel@linux-m68k.org
323S: Maintained
324
325AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400326P: David Airlie
327M: airlied@linux.ie
328T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329S: Maintained
330
331AHA152X SCSI DRIVER
332P: Juergen E. Fischer
333M: Juergen Fischer <fischer@norbit.de>
334L: linux-scsi@vger.kernel.org
335S: Maintained
336
Hannes Reinecke64624d42007-10-19 10:32:29 +0200337AIC7XXX / AIC79XX SCSI DRIVER
338P: Hannes Reinecke
339M: hare@suse.de
340L: linux-scsi@vger.kernel.org
341S: Maintained
342
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343ALCATEL SPEEDTOUCH USB DRIVER
344P: Duncan Sands
345M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347W: http://www.linux-usb.org/SpeedTouch/
348S: Maintained
349
Pierre Ossman272f1332007-05-14 21:25:26 +0200350ALCHEMY AU1XX0 MMC DRIVER
351S: Orphan
352
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000353ALI1563 I2C DRIVER
354P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100355M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200356L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000357S: Maintained
358
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359ALPHA PORT
360P: Richard Henderson
361M: rth@twiddle.net
362S: Odd Fixes for 2.4; Maintained for 2.6.
363P: Ivan Kokshaysky
364M: ink@jurassic.park.msu.ru
365S: Maintained for 2.4; PCI support for 2.6.
366
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700367AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
368P: Thomas Dahlmann
369M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700370L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700371S: Supported
372
Jordan Crousef90b8112006-01-06 00:12:14 -0800373AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100374P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700375L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800376W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
377S: Supported
378
Stelian Pop284f42b2006-12-12 18:18:31 +0100379AMS (Apple Motion Sensor) DRIVER
380P: Stelian Pop
381M: stelian@popies.net
382P: Michael Hanselmann
383M: linux-kernel@hansmi.ch
384S: Supported
385
Tom Tuckerf94b5332006-09-22 15:22:48 -0700386AMSO1100 RNIC DRIVER
387P: Tom Tucker
388M: tom@opengridcomputing.com
389P: Steve Wise
390M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700391L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700392S: Maintained
393
Johannes Berg42269062006-07-25 16:15:50 +0200394AOA (Apple Onboard Audio) ALSA DRIVER
395P: Johannes Berg
396M: johannes@sipsolutions.net
397L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200398L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200399S: Maintained
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401APM DRIVER
402P: Stephen Rothwell
403M: sfr@canb.auug.org.au
404L: linux-laptop@vger.kernel.org
405W: http://www.canb.auug.org.au/~sfr/
406S: Supported
407
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700408APPLE SMC DRIVER
409P: Nicolas Boichat
410M: nicolas@boichat.ch
411L: mactel-linux-devel@lists.sourceforge.net
412S: Maintained
413
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414APPLETALK NETWORK LAYER
415P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300416M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417S: Maintained
418
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400419APPLETOUCH TOUCHPAD DRIVER
420P: Johannes Berg
421M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400422L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400423S: Maintained
424
Jaya Kumar1154ea72005-06-21 17:17:04 -0700425ARC FRAMEBUFFER DRIVER
426P: Jaya Kumar
427M: jayalk@intworks.biz
428S: Maintained
429
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430ARM MFM AND FLOPPY DRIVERS
431P: Ian Molton
432M: spyro@f2s.com
433S: Maintained
434
Russell King2761f5c2007-05-24 06:56:08 +0200435ARM PRIMECELL MMCI PL180/1 DRIVER
436P: Russell King
437M: rmk@arm.linux.org.uk
438L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
439S: Maintained
440
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800441ARM/ADI ROADRUNNER MACHINE SUPPORT
442P: Lennert Buytenhek
443M: kernel@wantstofly.org
444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445S: Maintained
446
447ARM/ADS SPHERE MACHINE SUPPORT
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/AJECO 1ARM MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
Andrew Victord4a89c72006-12-04 13:56:21 +0100459ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
460P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100461M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100462L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
463W: http://maxim.org.za/at91_26.html
464S: Maintained
465
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800466ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
467P: Lennert Buytenhek
468M: kernel@wantstofly.org
469L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
470S: Maintained
471
472ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
473P: Lennert Buytenhek
474M: kernel@wantstofly.org
475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476S: Maintained
477
Russell Kinga9da4f72008-07-12 21:42:04 +0100478ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
479P: Mike Rapoport
480M: mike@compulab.co.il
481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
482S: Maintained
483
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484ARM/CORGI MACHINE SUPPORT
485P: Richard Purdie
486M: rpurdie@rpsys.net
487S: Maintained
488
Russell Kinga9da4f72008-07-12 21:42:04 +0100489ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
490P: Daniel Ribeiro
491M: drwyrm@gmail.com
492P: Stefan Schmidt
493M: stefan@openezx.org
494P: Harald Welte
495M: laforge@openezx.org
496L: openezx-devel@lists.openezx.org (subscribers-only)
497W: http://www.openezx.org/
498S: Maintained
499
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800500ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
501P: Lennert Buytenhek
502M: kernel@wantstofly.org
503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504S: Maintained
505
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100506ARM/GUMSTIX MACHINE SUPPORT
507P: Steve Sakoman
508M: sakoman@gmail.com
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100512ARM/HP JORNADA 7XX MACHINE SUPPORT
513P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100514M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100515W: www.jlime.com
516S: Maintained
517
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800518ARM/INTEL IOP32X ARM ARCHITECTURE
519P: Lennert Buytenhek
520M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100521P: Dan Williams
522M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800523L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100524S: Supported
525
526ARM/INTEL IOP33X ARM ARCHITECTURE
527P: Dan Williams
528M: dan.j.williams@intel.com
529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
530S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800531
532ARM/INTEL IOP13XX ARM ARCHITECTURE
533P: Lennert Buytenhek
534M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100535P: Dan Williams
536M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800537L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100538S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800539
540ARM/INTEL IQ81342EX MACHINE SUPPORT
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100543P: Dan Williams
544M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100546S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800547
548ARM/INTEL IXP2000 ARM ARCHITECTURE
549P: Lennert Buytenhek
550M: kernel@wantstofly.org
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Maintained
553
554ARM/INTEL IXDP2850 MACHINE SUPPORT
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
558S: Maintained
559
560ARM/INTEL IXP23XX ARM ARCHITECTURE
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Maintained
565
566ARM/INTEL XSC3 (MANZANO) ARM CORE
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/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
575P: Lennert Buytenhek
576M: kernel@wantstofly.org
577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578S: Maintained
579
580ARM/LOGICPD PXA270 MACHINE SUPPORT
581P: Lennert Buytenhek
582M: kernel@wantstofly.org
583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584S: Maintained
585
Dirk Opfer8459c152005-11-06 14:27:52 +0000586ARM/TOSA MACHINE SUPPORT
587P: Dirk Opfer
588M: dirk@opfer-online.de
589S: Maintained
590
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100591ARM/PALMTX SUPPORT
592P: Marek Vasut
593M: marek.vasut@gmail.com
594W: http://hackndev.com
595S: Maintained
596
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597ARM/PLEB SUPPORT
598P: Peter Chubb
599M: pleb@gelato.unsw.edu.au
600W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
601S: Maintained
602
603ARM/PT DIGITAL BOARD PORT
604P: Stefan Eletzhofer
605M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607W: http://www.arm.linux.org.uk/
608S: Maintained
609
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800610ARM/RADISYS ENP2611 MACHINE SUPPORT
611P: Lennert Buytenhek
612M: kernel@wantstofly.org
613L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
614S: Maintained
615
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616ARM/SHARK MACHINE SUPPORT
617P: Alexander Schulz
618M: alex@shark-linux.de
619W: http://www.shark-linux.de/shark.html
620S: Maintained
621
622ARM/STRONGARM110 PORT
623P: Russell King
624M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700625L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626W: http://www.arm.linux.org.uk/
627S: Maintained
628
629ARM/S3C2410 ARM ARCHITECTURE
630P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800631M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700632L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633W: http://www.fluff.org/ben/linux/
634S: Maintained
635
636ARM/S3C2440 ARM ARCHITECTURE
637P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800638M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700639L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640W: http://www.fluff.org/ben/linux/
641S: Maintained
642
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800643ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
644P: Lennert Buytenhek
645M: kernel@wantstofly.org
646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
647S: Maintained
648
649ARM/THECUS N2100 MACHINE SUPPORT
650P: Lennert Buytenhek
651M: kernel@wantstofly.org
652L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
653S: Maintained
654
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655ARPD SUPPORT
656P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700657L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658S: Maintained
659
660ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500661P: Corentin Chary
662M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663P: Karol Kozimor
664M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665L: acpi4asus-user@lists.sourceforge.net
666W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500667W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668S: Maintained
669
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400670ASUS ASB100 HARDWARE MONITOR DRIVER
671P: Mark M. Hoffman
672M: mhoffman@lightlink.com
673L: lm-sensors@lm-sensors.org
674S: Maintained
675
Corentin Chary85091b72007-01-26 14:04:30 +0100676ASUS LAPTOP EXTRAS DRIVER
677P: Corentin Chary
678M: corentincj@iksaif.net
679L: acpi4asus-user@lists.sourceforge.net
680W: http://sourceforge.net/projects/acpi4asus
681W: http://xf.iksaif.net/acpi4asus
682S: Maintained
683
Dan Williamsb3e5f262007-08-07 10:26:35 -0700684ASYNCHRONOUS TRANSFERS/TRANSFORMS API
685P: Dan Williams
686M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100687P: Maciej Sosnowski
688M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700689L: linux-kernel@vger.kernel.org
690W: http://sourceforge.net/projects/xscaleiop
691S: Supported
692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693ATA OVER ETHERNET DRIVER
694P: Ed L. Cashin
695M: ecashin@coraid.com
696W: http://www.coraid.com/support/linux
697S: Supported
698
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200699ATHEROS ATH5K WIRELESS DRIVER
700P: Jiri Slaby
701M: jirislaby@gmail.com
702P: Nick Kossifidis
703M: mickflemm@gmail.com
704P: Luis R. Rodriguez
705M: mcgrof@gmail.com
706L: linux-wireless@vger.kernel.org
707L: ath5k-devel@lists.ath5k.org
708S: Maintained
709
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000710ATI_REMOTE2 DRIVER
711P: Ville Syrjala
712M: syrjala@sci.fi
713S: Maintained
714
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600715ATL1 ETHERNET DRIVER
716P: Jay Cliburn
717M: jcliburn@gmail.com
718P: Chris Snook
719M: csnook@redhat.com
720L: atl1-devel@lists.sourceforge.net
721W: http://sourceforge.net/projects/atl1
722W: http://atl1.sourceforge.net
723S: Maintained
724
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725ATM
726P: Chas Williams
727M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700728L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729W: http://linux-atm.sourceforge.net
730S: Maintained
731
Pierre Ossman272f1332007-05-14 21:25:26 +0200732ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200733P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800734M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200735L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
736W: http://www.atmel.com/products/AT91/
737W: http://www.at91.com/
738S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200739
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800740ATMEL AT91 / AT32 SERIAL DRIVER
741P: Haavard Skinnemoen
742M: hskinnemoen@atmel.com
743L: linux-kernel@vger.kernel.org
744S: Supported
745
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800746ATMEL LCDFB DRIVER
747P: Nicolas Ferre
748M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800749L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800750S: Maintained
751
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100752ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100753P: Haavard Skinnemoen
754M: hskinnemoen@atmel.com
755S: Supported
756
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800757ATMEL SPI DRIVER
758P: Haavard Skinnemoen
759M: hskinnemoen@atmel.com
760S: Supported
761
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700762ATMEL USBA UDC DRIVER
763P: Haavard Skinnemoen
764M: hskinnemoen@atmel.com
765L: kernel@avr32linux.org
766W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
767S: Supported
768
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769ATMEL WIRELESS DRIVER
770P: Simon Kelley
771M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700772L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773W: http://www.thekelleys.org.uk/atmel
774W: http://atmelwlandriver.sourceforge.net/
775S: Maintained
776
Chris Wrighta92b7b82005-07-07 18:12:23 -0700777AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400778P: Al Viro
779M: viro@zeniv.linux.org.uk
780P: Eric Paris
781M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700782L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100783W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400784T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700785S: Maintained
786
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800787AUXILIARY DISPLAY DRIVERS
788P: Miguel Ojeda Sandonis
789M: maxextreme@gmail.com
790L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700791W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800792S: Maintained
793
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700794AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700795P: Haavard Skinnemoen
796M: hskinnemoen@atmel.com
797W: http://www.atmel.com/products/AVR32/
798W: http://avr32linux.org/
799W: http://avrfreaks.net/
800S: Supported
801
802AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700803P: Haavard Skinnemoen
804M: hskinnemoen@atmel.com
805S: Supported
806
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807AX.25 NETWORK LAYER
808P: Ralf Baechle
809M: ralf@linux-mips.org
810L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200811W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812S: Maintained
813
Richard Purdie300abeb2007-02-07 22:21:07 +0000814BACKLIGHT CLASS/SUBSYSTEM
815P: Richard Purdie
816M: rpurdie@rpsys.net
817S: Maintained
818
Bryan Wu1394f032007-05-06 14:50:22 -0700819BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800820P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800821M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800822L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
823W: http://blackfin.uclinux.org
824S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700825
Bryan Wue190d6b2007-07-17 14:43:44 +0800826BLACKFIN EMAC DRIVER
827P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800828M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800829L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W: http://blackfin.uclinux.org
831S: Supported
832
Mike Frysinger566da5b2007-06-11 15:31:30 +0800833BLACKFIN RTC DRIVER
834P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800835M: vapier.adi@gmail.com
836L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
837W: http://blackfin.uclinux.org
838S: Supported
839
Bryan Wu1394f032007-05-06 14:50:22 -0700840BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800841P: Sonic Zhang
842M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800843L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
844W: http://blackfin.uclinux.org
845S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700846
Bryan Wu1e6d3202007-07-15 02:50:02 +0800847BLACKFIN WATCHDOG DRIVER
848P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800849M: vapier.adi@gmail.com
850L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
851W: http://blackfin.uclinux.org
852S: Supported
853
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854BAYCOM/HDLCDRV DRIVERS FOR AX.25
855P: Thomas Sailer
856M: t.sailer@alumni.ethz.ch
857L: linux-hams@vger.kernel.org
858W: http://www.baycom.org/~tom/ham/ham.html
859S: Maintained
860
Michael Buesche4d6b792007-09-18 15:39:42 -0400861B43 WIRELESS DRIVER
862P: Michael Buesch
863M: mb@bu3sch.de
864P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100865M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400866L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100867W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400868S: Maintained
869
Larry Finger75388ac2007-09-25 16:46:54 -0700870B43LEGACY WIRELESS DRIVER
871P: Larry Finger
872M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100873P: Stefano Brivio
874M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700875L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100876W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700877S: Maintained
878
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879BEFS FILE SYSTEM
880P: Sergey S. Kostyliov
881M: rathamahata@php4.ru
882L: linux-kernel@vger.kernel.org
883S: Maintained
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885BFS FILE SYSTEM
886P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800887M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888L: linux-kernel@vger.kernel.org
889S: Maintained
890
Bryan Wud24ecfc2007-05-01 23:26:32 +0200891BLACKFIN I2C TWI DRIVER
892P: Sonic Zhang
893M: sonic.zhang@analog.com
894L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
895W: http://blackfin.uclinux.org/
896S: Supported
897
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898BLOCK LAYER
899P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200900M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800902T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903S: Maintained
904
Joern Engel2b54aae2008-02-06 01:38:02 -0800905BLOCK2MTD DRIVER
906P: Joern Engel
907M: joern@lazybastard.org
908L: linux-mtd@lists.infradead.org
909S: Maintained
910
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911BLUETOOTH SUBSYSTEM
912P: Marcel Holtmann
913M: marcel@holtmann.org
914P: Maxim Krasnyansky
915M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700916L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917W: http://bluez.sf.net
918W: http://www.bluez.org
919W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800920T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921S: Maintained
922
923BLUETOOTH RFCOMM LAYER
924P: Marcel Holtmann
925M: marcel@holtmann.org
926P: Maxim Krasnyansky
927M: maxk@qualcomm.com
928S: Maintained
929
930BLUETOOTH BNEP LAYER
931P: Marcel Holtmann
932M: marcel@holtmann.org
933P: Maxim Krasnyansky
934M: maxk@qualcomm.com
935S: Maintained
936
937BLUETOOTH CMTP LAYER
938P: Marcel Holtmann
939M: marcel@holtmann.org
940S: Maintained
941
942BLUETOOTH HIDP LAYER
943P: Marcel Holtmann
944M: marcel@holtmann.org
945S: Maintained
946
947BLUETOOTH HCI UART DRIVER
948P: Marcel Holtmann
949M: marcel@holtmann.org
950P: Maxim Krasnyansky
951M: maxk@qualcomm.com
952S: Maintained
953
954BLUETOOTH HCI USB DRIVER
955P: Marcel Holtmann
956M: marcel@holtmann.org
957P: Maxim Krasnyansky
958M: maxk@qualcomm.com
959S: Maintained
960
961BLUETOOTH HCI BCM203X DRIVER
962P: Marcel Holtmann
963M: marcel@holtmann.org
964S: Maintained
965
966BLUETOOTH HCI BPA10X DRIVER
967P: Marcel Holtmann
968M: marcel@holtmann.org
969S: Maintained
970
971BLUETOOTH HCI BFUSB DRIVER
972P: Marcel Holtmann
973M: marcel@holtmann.org
974S: Maintained
975
976BLUETOOTH HCI DTL1 DRIVER
977P: Marcel Holtmann
978M: marcel@holtmann.org
979S: Maintained
980
981BLUETOOTH HCI BLUECARD DRIVER
982P: Marcel Holtmann
983M: marcel@holtmann.org
984S: Maintained
985
986BLUETOOTH HCI BT3C DRIVER
987P: Marcel Holtmann
988M: marcel@holtmann.org
989S: Maintained
990
991BLUETOOTH HCI BTUART DRIVER
992P: Marcel Holtmann
993M: marcel@holtmann.org
994S: Maintained
995
996BLUETOOTH HCI VHCI DRIVER
997P: Maxim Krasnyansky
998M: maxk@qualcomm.com
999S: Maintained
1000
1001BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001002P: Jay Vosburgh
1003M: fubar@us.ibm.com
1004L: bonding-devel@lists.sourceforge.net
1005W: http://sourceforge.net/projects/bonding/
1006S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007
Gary Zambrano39105892006-06-22 17:26:20 -07001008BROADCOM B44 10/100 ETHERNET DRIVER
1009P: Gary Zambrano
1010M: zambrano@broadcom.com
1011L: netdev@vger.kernel.org
1012S: Supported
1013
Michael Chan948c51e2006-06-04 02:51:39 -07001014BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1015P: Michael Chan
1016M: mchan@broadcom.com
1017L: netdev@vger.kernel.org
1018S: Supported
1019
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001020BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001021P: Eilon Greenstein
1022M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001023L: netdev@vger.kernel.org
1024S: Supported
1025
Michael Chan948c51e2006-06-04 02:51:39 -07001026BROADCOM TG3 GIGABIT ETHERNET DRIVER
1027P: Michael Chan
1028M: mchan@broadcom.com
1029L: netdev@vger.kernel.org
1030S: Supported
1031
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001032BSG (block layer generic sg v4 driver)
1033P: FUJITA Tomonori
1034M: fujita.tomonori@lab.ntt.co.jp
1035L: linux-scsi@vger.kernel.org
1036S: Supported
1037
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001039P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001040M: mchehab@infradead.org
1041M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001043W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001044T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001045S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046
Jonathan Corbet77d51402007-03-22 19:44:17 -03001047CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1048P: Jonathan Corbet
1049M: corbet@lwn.net
1050L: video4linux-list@redhat.com
1051S: Maintained
1052
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001053CAN NETWORK LAYER
1054P: Urs Thuermann
1055M: urs.thuermann@volkswagen.de
1056P: Oliver Hartkopp
1057M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001058L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001059W: http://developer.berlios.de/projects/socketcan/
1060S: Maintained
1061
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001062CALGARY x86-64 IOMMU
1063P: Muli Ben-Yehuda
1064M: muli@il.ibm.com
1065P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001066M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001067L: linux-kernel@vger.kernel.org
1068L: discuss@x86-64.org
1069S: Maintained
1070
Arnd Bergmannb8154542008-05-16 11:10:59 +02001071CELL BROADBAND ENGINE ARCHITECTURE
1072P: Arnd Bergmann
1073M: arnd@arndb.de
1074L: linuxppc-dev@ozlabs.org
1075L: cbe-oss-dev@ozlabs.org
1076W: http://www.ibm.com/developerworks/power/cell/
1077S: Supported
1078
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001079CFAG12864B LCD DRIVER
1080P: Miguel Ojeda Sandonis
1081M: maxextreme@gmail.com
1082L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001083W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001084S: Maintained
1085
1086CFAG12864BFB LCD FRAMEBUFFER DRIVER
1087P: Miguel Ojeda Sandonis
1088M: maxextreme@gmail.com
1089L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001090W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001091S: Maintained
1092
Johannes Berg704232c2007-04-23 12:20:05 -07001093CFG80211 and NL80211
1094P: Johannes Berg
1095M: johannes@sipsolutions.net
1096L: linux-wireless@vger.kernel.org
1097S: Maintained
1098
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001099CHECKPATCH
1100P: Andy Whitcroft
1101M: apw@shadowen.org
1102P: Randy Dunlap
1103M: rdunlap@xenotime.net
1104P: Joel Schopp
1105M: jschopp@austin.ibm.com
1106S: Supported
1107
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108COMMON INTERNET FILE SYSTEM (CIFS)
1109P: Steve French
1110M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001111L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001113W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001114T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001115S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116
Joel Becker7063fbf2005-12-15 14:29:43 -08001117CONFIGFS
1118P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001119M: joel.becker@oracle.com
1120L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001121S: Supported
1122
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001123CIRRUS LOGIC EP93XX ETHERNET DRIVER
1124P: Lennert Buytenhek
1125M: kernel@wantstofly.org
1126L: netdev@vger.kernel.org
1127S: Maintained
1128
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001129CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1130P: Lennert Buytenhek
1131M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001132L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001133S: Maintained
1134
Timur Tabid9e9d822008-04-24 08:45:26 +10001135CIRRUS LOGIC CS4270 SOUND DRIVER
1136P: Timur Tabi
1137M: timur@freescale.com
1138L: alsa-devel@alsa-project.org
1139S: Supported
1140
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1142P: Cirrus Logic Corporation (kernel 2.2 driver)
1143M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1144P: Nils Faerber (port to kernel 2.4)
1145M: Nils Faerber <nils@kernelconcepts.de>
1146S: Maintained
1147
1148CODA FILE SYSTEM
1149P: Jan Harkes
1150M: jaharkes@cs.cmu.edu
1151M: coda@cs.cmu.edu
1152L: codalist@coda.cs.cmu.edu
1153W: http://www.coda.cs.cmu.edu/
1154S: Maintained
1155
1156COMPACTPCI HOTPLUG CORE
1157P: Scott Murray
1158M: scottm@somanetworks.com
1159M: scott@spiteful.org
1160L: pcihpd-discuss@lists.sourceforge.net
1161S: Supported
1162
1163COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1164P: Scott Murray
1165M: scottm@somanetworks.com
1166M: scott@spiteful.org
1167L: pcihpd-discuss@lists.sourceforge.net
1168S: Supported
1169
1170COMPACTPCI HOTPLUG GENERIC DRIVER
1171P: Scott Murray
1172M: scottm@somanetworks.com
1173M: scott@spiteful.org
1174L: pcihpd-discuss@lists.sourceforge.net
1175S: Supported
1176
1177COMPUTONE INTELLIPORT MULTIPORT CARD
1178P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001179M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001181S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182
Simon Arlott949be0f2007-03-06 02:47:46 -08001183CONEXANT ACCESSRUNNER USB DRIVER
1184P: Simon Arlott
1185M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001186L: accessrunner-general@lists.sourceforge.net
1187W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001188S: Maintained
1189
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001190CONTROL GROUPS (CGROUPS)
1191P: Paul Menage
1192M: menage@google.com
1193L: containers@lists.linux-foundation.org
1194S: Maintained
1195
Rudolf Marekbebe4672007-05-08 17:22:02 +02001196CORETEMP HARDWARE MONITORING DRIVER
1197P: Rudolf Marek
1198M: r.marek@assembler.cz
1199L: lm-sensors@lm-sensors.org
1200S: Maintained
1201
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202COSA/SRP SYNC SERIAL DRIVER
1203P: Jan "Yenya" Kasprzak
1204M: kas@fi.muni.cz
1205W: http://www.fi.muni.cz/~kas/cosa/
1206S: Maintained
1207
1208CPU FREQUENCY DRIVERS
1209P: Dave Jones
1210M: davej@codemonkey.org.uk
1211L: cpufreq@lists.linux.org.uk
1212W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001213T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214S: Maintained
1215
1216CPUID/MSR DRIVER
1217P: H. Peter Anvin
1218M: hpa@zytor.com
1219S: Maintained
1220
Paul Jacksoned90fb42005-09-27 21:45:37 -07001221CPUSETS
1222P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001223P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001224M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001225M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001226L: linux-kernel@vger.kernel.org
1227W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001228W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001229S: Supported
1230
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001232W: http://sourceforge.net/projects/cramfs/
1233S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234
1235CRIS PORT
1236P: Mikael Starvik
1237M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001238P: Jesper Nilsson
1239M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240L: dev-etrax@axis.com
1241W: http://developer.axis.com
1242S: Maintained
1243
1244CRYPTO API
1245P: Herbert Xu
1246M: herbert@gondor.apana.org.au
1247P: David S. Miller
1248M: davem@davemloft.net
1249L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001250T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251S: Maintained
1252
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001253CS5535 Audio ALSA driver
1254P: Jaya Kumar
1255M: jayakumar.alsa@gmail.com
1256S: Maintained
1257
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001258CX18 VIDEO4LINUX DRIVER
1259P: Hans Verkuil, Andy Walls
1260M: hverkuil@xs4all.nl, awalls@radix.net
1261L: ivtv-devel@ivtvdriver.org
1262L: ivtv-users@ivtvdriver.org
1263L: video4linux-list@redhat.com
1264W: http://linuxtv.org
1265S: Maintained
1266
Steve Wisee5ec3782008-05-20 14:06:33 -07001267CXGB3 ETHERNET DRIVER (CXGB3)
1268P: Divy Le Ray
1269M: divy@chelsio.com
1270L: netdev@vger.kernel.org
1271W: http://www.chelsio.com
1272S: Supported
1273
1274CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1275P: Steve Wise
1276M: swise@chelsio.com
1277L: general@lists.openfabrics.org
1278W: http://www.openfabrics.org
1279S: Supported
1280
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281CYBERPRO FB DRIVER
1282P: Russell King
1283M: rmk@arm.linux.org.uk
1284W: http://www.arm.linux.org.uk/
1285S: Maintained
1286
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001287CYBLAFB FRAMEBUFFER DRIVER
1288P: Knut Petersen
1289M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001290L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001291S: Maintained
1292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293CYCLADES 2X SYNC CARD DRIVER
1294P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001295M: acme@ghostprotocols.net
1296W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297S: Maintained
1298
1299CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001301S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
1303CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001305S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307DAMA SLAVE for AX.25
1308P: Joerg Reuter
1309M: jreuter@yaina.de
1310W: http://yaina.de/jreuter/
1311W: http://www.qsl.net/dl1bke/
1312L: linux-hams@vger.kernel.org
1313S: Maintained
1314
1315DC395x SCSI driver
1316P: Oliver Neukum
1317M: oliver@neukum.name
1318P: Ali Akcaagac
1319M: aliakc@web.de
1320P: Jamie Lenehan
1321M: lenehan@twibble.org
1322W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001323L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324L: http://lists.twibble.org/mailman/listinfo/dc395x/
1325S: Maintained
1326
1327DC390/AM53C974 SCSI driver
1328P: Kurt Garloff
1329M: garloff@suse.de
1330W: http://www.garloff.de/kurt/linux/dc390/
1331P: Guennadi Liakhovetski
1332M: g.liakhovetski@gmx.de
1333S: Maintained
1334
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001335DCCP PROTOCOL
1336P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001337M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001338L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001339W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001340S: Maintained
1341
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001343P: Christine Caulfield
1344M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345W: http://linux-decnet.sourceforge.net
1346L: linux-decnet-user@lists.sourceforge.net
1347S: Maintained
1348
1349DEFXX FDDI NETWORK DRIVER
1350P: Maciej W. Rozycki
1351M: macro@linux-mips.org
1352S: Maintained
1353
1354DELL LAPTOP SMM DRIVER
1355P: Massimo Dal Zotto
1356M: dz@debian.org
1357W: http://www.debian.org/~dz/i8k/
1358S: Maintained
1359
Doug Warzecha90563ec2005-09-06 15:17:15 -07001360DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1361P: Doug Warzecha
1362M: Douglas_Warzecha@dell.com
1363S: Maintained
1364
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001365DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366P: Alasdair Kergon
1367L: dm-devel@redhat.com
1368W: http://sources.redhat.com/dm
1369S: Maintained
1370
1371DEVICE NUMBER REGISTRY
1372P: Torben Mathiasen
1373M: device@lanana.org
1374W: http://lanana.org/docs/device-list/index.html
1375L: linux-kernel@vger.kernel.org
1376S: Maintained
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378DIGI INTL. EPCA DRIVER
1379P: Digi International, Inc
1380M: Eng.Linux@digi.com
1381L: Eng.Linux@digi.com
1382W: http://www.digi.com
1383S: Orphaned
1384
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385DIRECTORY NOTIFICATION
1386P: Stephen Rothwell
1387M: sfr@canb.auug.org.au
1388L: linux-kernel@vger.kernel.org
1389S: Supported
1390
1391DISK GEOMETRY AND PARTITION HANDLING
1392P: Andries Brouwer
1393M: aeb@cwi.nl
1394W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1395W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1396W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1397S: Maintained
1398
1399DISKQUOTA:
1400P: Jan Kara
1401M: jack@suse.cz
1402L: linux-kernel@vger.kernel.org
1403S: Maintained
1404
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001405DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001406P: Christine Caulfield
1407M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001408P: David Teigland
1409M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001410L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001411W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001412T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001413S: Supported
1414
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1416P: Tobias Ringstrom
1417M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001418L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419S: Maintained
1420
Dan Williamsb3e5f262007-08-07 10:26:35 -07001421DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001422P: Maciej Sosnowski
1423M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001424P: Dan Williams
1425M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001426L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001427S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001428
Juerg Haefligerb8250372007-06-09 10:11:16 -04001429DME1737 HARDWARE MONITOR DRIVER
1430P: Juerg Haefliger
1431M: juergh@gmail.com
1432L: lm-sensors@lm-sensors.org
1433S: Maintained
1434
Martin Waitzba483d52005-06-17 13:20:59 -07001435DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001436P: Randy Dunlap
1437M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001438S: Maintained
1439
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001440DOCKING STATION DRIVER
1441P: Kristen Carlson Accardi
1442M: kristen.c.accardi@intel.com
1443L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001444S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001445
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446DOUBLETALK DRIVER
1447P: James R. Van Zandt
1448M: jrv@vanzandt.mv.com
1449L: blinux-list@redhat.com
1450S: Maintained
1451
1452DRIVER CORE, KOBJECTS, AND SYSFS
1453P: Greg Kroah-Hartman
1454M: gregkh@suse.de
1455L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001456T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457S: Supported
1458
1459DRM DRIVERS
1460P: David Airlie
1461M: airlied@linux.ie
1462L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001463T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464S: Maintained
1465
1466DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001467P: Francois Romieu
1468M: romieu@fr.zoreil.com
1469L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470S: Maintained
1471
1472DVB SUBSYSTEM AND DRIVERS
1473P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001474M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001476W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001477T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001478S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001480DZ DECSTATION DZ11 SERIAL DRIVER
1481P: Maciej W. Rozycki
1482M: macro@linux-mips.org
1483S: Maintained
1484
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485EATA-DMA SCSI DRIVER
1486P: Michael Neuffer
1487L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1488S: Maintained
1489
1490EATA ISA/EISA/PCI SCSI DRIVER
1491P: Dario Ballabio
1492M: ballabio_dario@emc.com
1493L: linux-scsi@vger.kernel.org
1494S: Maintained
1495
1496EATA-PIO SCSI DRIVER
1497P: Michael Neuffer
1498M: mike@i-Connect.Net
1499L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1500S: Maintained
1501
1502EBTABLES
1503P: Bart De Schuymer
1504M: bart.de.schuymer@pandora.be
1505L: ebtables-user@lists.sourceforge.net
1506L: ebtables-devel@lists.sourceforge.net
1507W: http://ebtables.sourceforge.net/
1508S: Maintained
1509
Michael Halcrow237fead2006-10-04 02:16:22 -07001510ECRYPT FILE SYSTEM
1511P: Mike Halcrow, Phillip Hellewell
1512M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1513L: ecryptfs-devel@lists.sourceforge.net
1514W: http://ecryptfs.sourceforge.net/
1515S: Supported
1516
Alan Coxda9bb1d2006-01-18 17:44:13 -08001517EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001518P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001519M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001520L: bluesmoke-devel@lists.sourceforge.net
1521W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001522S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001523
1524EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001525P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001526P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001527M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001528M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001529L: bluesmoke-devel@lists.sourceforge.net
1530W: bluesmoke.sourceforge.net
1531S: Maintained
1532
1533EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001534P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001535M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001536L: bluesmoke-devel@lists.sourceforge.net
1537W: bluesmoke.sourceforge.net
1538S: Maintained
1539
Douglas Thompson6bc78402007-07-19 01:50:12 -07001540EDAC-I82443BXGX
1541P: Tim Small
1542M: tim@buttersideup.com
1543L: bluesmoke-devel@lists.sourceforge.net
1544W: bluesmoke.sourceforge.net
1545S: Maintained
1546
1547EDAC-I3000
1548P: Jason Uhlenkott
1549M: juhlenko@akamai.com
1550L: bluesmoke-devel@lists.sourceforge.net
1551W: bluesmoke.sourceforge.net
1552S: Maintained
1553
1554EDAC-I5000
1555P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001556M: dougthompson@xmission.com
1557L: bluesmoke-devel@lists.sourceforge.net
1558W: bluesmoke.sourceforge.net
1559S: Maintained
1560
1561EDAC-I82975X
1562P: Ranganathan Desikan
1563P: Arvind R.
1564M: rdesikan@jetzbroadband.com
1565M: arvind@acarlab.com
1566L: bluesmoke-devel@lists.sourceforge.net
1567W: bluesmoke.sourceforge.net
1568S: Maintained
1569
1570EDAC-PASEMI
1571P: Egor Martovetsky
1572M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001573L: bluesmoke-devel@lists.sourceforge.net
1574W: bluesmoke.sourceforge.net
1575S: Maintained
1576
Dave Peterson0e438e32006-03-26 01:38:55 -08001577EDAC-R82600
1578P: Tim Small
1579M: tim@buttersideup.com
1580L: bluesmoke-devel@lists.sourceforge.net
1581W: bluesmoke.sourceforge.net
1582S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001583
Eric Coopere59f8792008-03-13 12:55:46 +01001584EEEPC LAPTOP EXTRAS DRIVER
1585P: Corentin Chary
1586M: corentincj@iksaif.net
1587L: acpi4asus-user@lists.sourceforge.net
1588W: http://sourceforge.net/projects/acpi4asus
1589S: Maintained
1590
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591EEPRO100 NETWORK DRIVER
1592P: Andrey V. Savochkin
1593M: saw@saw.sw.com.sg
1594S: Maintained
1595
Josh Triplett0bee8d22006-07-30 03:03:58 -07001596EFS FILESYSTEM
1597W: http://aeschi.ch.eu.org/efs/
1598S: Orphan
1599
Heiko J Schickfab97222006-09-22 15:22:22 -07001600EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1601P: Hoang-Nam Nguyen
1602M: hnguyen@de.ibm.com
1603P: Christoph Raisch
1604M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001605L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001606S: Supported
1607
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001608EMBEDDED LINUX
1609P: Paul Gortmaker
1610M: paul.gortmaker@windriver.com
1611P David Woodhouse
1612M: dwmw2@infradead.org
1613L: linux-embedded@vger.kernel.org
1614S: Maintained
1615
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001616EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001617P: James Smart
1618M: james.smart@emulex.com
1619L: linux-scsi@vger.kernel.org
1620W: http://sourceforge.net/projects/lpfcxxxx
1621S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623EPSON 1355 FRAMEBUFFER DRIVER
1624P: Christopher Hoover
1625M: ch@murgatroid.com, ch@hpl.hp.com
1626S: Maintained
1627
1628ETHEREXPRESS-16 NETWORK DRIVER
1629P: Philip Blundell
1630M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001631L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632S: Maintained
1633
1634ETHERNET BRIDGE
1635P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001636M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001637L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001638W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639S: Maintained
1640
1641ETHERTEAM 16I DRIVER
1642P: Mika Kuoppala
1643M: miku@iki.fi
1644S: Maintained
1645
1646EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001647L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Maintained
1649
1650EXT3 FILE SYSTEM
1651P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001652M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001653L: linux-ext4@vger.kernel.org
1654S: Maintained
1655
1656EXT4 FILE SYSTEM
1657P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001658M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001659L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660S: Maintained
1661
Jean Delvaree53004e2006-01-09 23:26:14 +01001662F71805F HARDWARE MONITORING DRIVER
1663P: Jean Delvare
1664M: khali@linux-fr.org
1665L: lm-sensors@lm-sensors.org
1666S: Maintained
1667
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668FARSYNC SYNCHRONOUS DRIVER
1669P: Kevin Curtis
1670M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671W: http://www.farsite.co.uk/
1672S: Supported
1673
Akinobu Mitac5408b82007-04-23 14:41:20 -07001674FAULT INJECTION SUPPORT
1675P: Akinobu Mita
1676M: akinobu.mita@gmail.com
1677S: Supported
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679FRAMEBUFFER LAYER
1680P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001681M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001682L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683W: http://linux-fbdev.sourceforge.net/
1684S: Maintained
1685
Zhang Wei173acc72008-03-01 07:42:48 -07001686FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001687P: Li Yang
1688M: leoli@freescale.com
1689P: Zhang Wei
1690M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001691L: linuxppc-embedded@ozlabs.org
1692L: linux-kernel@vger.kernel.org
1693S: Maintained
1694
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001695FREESCALE SOC FS_ENET DRIVER
1696P: Pantelis Antoniou
1697M: pantelis.antoniou@gmail.com
1698P: Vitaly Bordug
1699M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001700L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001701L: netdev@vger.kernel.org
1702S: Maintained
1703
Timur Tabid9e9d822008-04-24 08:45:26 +10001704FREESCALE QUICC ENGINE LIBRARY
1705P: Timur Tabi
1706M: timur@freescale.com
1707L: linuxppc-dev@ozlabs.org
1708S: Supported
1709
Li Yanga7205b32007-04-23 10:38:18 -07001710FREESCALE HIGHSPEED USB DEVICE DRIVER
1711P: Li Yang
1712M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001713L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001714L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001715S: Maintained
1716
Li Yangbeaf53b2007-05-25 13:54:02 +08001717FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1718P: Li Yang
1719M: leoli@freescale.com
1720L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001721L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001722S: Maintained
1723
Timur Tabid9e9d822008-04-24 08:45:26 +10001724FREESCALE QUICC ENGINE UCC UART DRIVER
1725P: Timur Tabi
1726M: timur@freescale.com
1727L: linuxppc-dev@ozlabs.org
1728S: Supported
1729
1730FREESCALE SOC SOUND DRIVERS
1731P: Timur Tabi
1732M: timur@freescale.com
1733L: alsa-devel@alsa-project.org
1734L: linuxppc-dev@ozlabs.org
1735S: Supported
1736
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737FILE LOCKING (flock() and fcntl()/lockf())
1738P: Matthew Wilcox
1739M: matthew@wil.cx
1740L: linux-fsdevel@vger.kernel.org
1741S: Maintained
1742
1743FILESYSTEMS (VFS and infrastructure)
1744P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001745M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001746L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747S: Maintained
1748
Stefan Richterf148e202008-01-12 12:32:44 +01001749FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001750P: Kristian Hoegsberg, Stefan Richter
1751M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1752L: linux1394-devel@lists.sourceforge.net
1753W: http://www.linux1394.org/
1754T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1755S: Maintained
1756
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757FIRMWARE LOADER (request_firmware)
1758L: linux-kernel@vger.kernel.org
1759S: Orphan
1760
1761FPU EMULATOR
1762P: Bill Metzenthen
1763M: billm@suburbia.net
1764W: http://suburbia.net/~billm/floating-point/emulator/
1765S: Maintained
1766
1767FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1768P: Mike McLagan
1769M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001770L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771S: Maintained
1772
1773FREEVXFS FILESYSTEM
1774P: Christoph Hellwig
1775M: hch@infradead.org
1776W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1777S: Maintained
1778
David Howells5ab7ffe2007-04-10 15:10:45 +01001779FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780P: David Howells
1781M: dhowells@redhat.com
1782S: Maintained
1783
Miklos Szeredi04578f12005-09-09 13:10:22 -07001784FUSE: FILESYSTEM IN USERSPACE
1785P: Miklos Szeredi
1786M: miklos@szeredi.hu
1787L: fuse-devel@lists.sourceforge.net
1788W: http://fuse.sourceforge.net/
1789S: Maintained
1790
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1792P: Rik Faith
1793M: faith@cs.unc.edu
1794L: linux-scsi@vger.kernel.org
1795S: Odd fixes (e.g., new signatures)
1796
1797GDT SCSI DISK ARRAY CONTROLLER DRIVER
1798P: Achim Leubner
1799M: achim_leubner@adaptec.com
1800L: linux-scsi@vger.kernel.org
1801W: http://www.icp-vortex.com/
1802S: Supported
1803
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001804GENERIC GPIO I2C DRIVER
1805P: Haavard Skinnemoen
1806M: hskinnemoen@atmel.com
1807S: Supported
1808
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1810P: Krzysztof Halasa
1811M: khc@pm.waw.pl
1812W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1813S: Maintained
1814
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001815GFS2 FILE SYSTEM
1816P: Steven Whitehouse
1817M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001818L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001819W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001820T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1821T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001822S: Supported
1823
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001824GIGASET ISDN DRIVERS
1825P: Hansjoerg Lipp
1826M: hjlipp@web.de
1827P: Tilman Schmidt
1828M: tilman@imap.cc
1829L: gigaset307x-common@lists.sourceforge.net
1830W: http://gigaset307x.sourceforge.net/
1831S: Maintained
1832
Jean Delvare5b543962005-08-15 19:51:02 +02001833HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001834P: Mark M. Hoffman
1835M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001836L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001837W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001838T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1839T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001840S: Maintained
1841
Michael Buesch844dd052006-06-26 00:24:59 -07001842HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001843S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001844
Robert Love860e1d62005-08-31 23:57:59 -04001845HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1846P: Robert Love
1847M: rlove@rlove.org
1848M: linux-kernel@vger.kernel.org
1849W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1850S: Maintained
1851
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852HARMONY SOUND DRIVER
1853P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001854M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001855L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856S: Maintained
1857
1858HAYES ESP SERIAL DRIVER
1859P: Andrew J. Robinson
1860M: arobinso@nyx.net
1861L: linux-kernel@vger.kernel.org
1862W: http://www.nyx.net/~arobinso
1863S: Maintained
1864
1865HFS FILESYSTEM
1866P: Roman Zippel
1867M: zippel@linux-m68k.org
1868L: linux-kernel@vger.kernel.org
1869S: Maintained
1870
1871HGA FRAMEBUFFER DRIVER
1872P: Ferenc Bakonyi
1873M: fero@drama.obuda.kando.hu
1874L: linux-nvidia@lists.surfsouth.com
1875W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1876S: Maintained
1877
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001878HID CORE LAYER
1879P: Jiri Kosina
1880M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001881L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001882T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001883S: Maintained
1884
Ingo Molnar38bed542007-02-22 09:09:34 +01001885HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1886P: Thomas Gleixner
1887M: tglx@linutronix.de
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891HIGH-SPEED SCC DRIVER FOR AX.25
1892P: Klaus Kudielka
1893M: klaus.kudielka@ieee.org
1894L: linux-hams@vger.kernel.org
1895W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1896S: Maintained
1897
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001898HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1899P: HighPoint Linux Team
1900M: linux@highpoint-tech.com
1901W: http://www.highpoint-tech.com
1902S: Supported
1903
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904HIPPI
1905P: Jes Sorensen
1906M: jes@trained-monkey.org
1907L: linux-hippi@sunsite.dk
1908S: Maintained
1909
1910HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1911P: Chirag Kantharia
1912M: chirag.kantharia@hp.com
1913L: iss_storagedev@hp.com
1914S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916HEWLETT-PACKARD SMART2 RAID DRIVER
1917P: Chirag Kantharia
1918M: chirag.kantharia@hp.com
1919L: iss_storagedev@hp.com
1920S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1923P: Mike Miller
1924M: mike.miller@hp.com
1925L: iss_storagedev@hp.com
1926S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001927
Jouni Malinenff1d2762005-05-12 22:54:16 -04001928HOST AP DRIVER
1929P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001930M: j@w1.fi
1931L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001932L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001933W: http://hostap.epitest.fi/
1934S: Maintained
1935
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1937P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001938M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939S: Maintained
1940
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001941HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1942P: Carlos Corbacho
1943M: carlos@strangeworlds.co.uk
1944S: Odd Fixes
1945
Bob Piccob9b03322005-11-07 00:59:19 -08001946HPET: High Precision Event Timers driver (hpet.c)
1947P: Clemens Ladisch
1948M: clemens@ladisch.de
1949S: Maintained
1950
1951HPET: i386
1952P: Venkatesh Pallipadi (Venki)
1953M: venkatesh.pallipadi@intel.com
1954S: Maintained
1955
1956HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001957P: Vojtech Pavlik
1958M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001959S: Maintained
1960
1961HPET: ACPI hpet.c
1962P: Bob Picco
1963M: bob.picco@hp.com
1964S: Maintained
1965
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966HPFS FILESYSTEM
1967P: Mikulas Patocka
1968M: mikulas@artax.karlin.mff.cuni.cz
1969W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1970S: Maintained
1971
1972HUGETLB FILESYSTEM
1973P: William Irwin
1974M: wli@holomorphy.com
1975S: Maintained
1976
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001977I2C/SMBUS STUB DRIVER
1978P: Mark M. Hoffman
1979M: mhoffman@lightlink.com
1980L: lm-sensors@lm-sensors.org
1981S: Maintained
1982
Jean Delvare5b543962005-08-15 19:51:02 +02001983I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001984P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001986P: Ben Dooks (embedded platforms)
1987M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001988L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001989T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990S: Maintained
1991
Till Harbaume8c76ee2007-05-01 23:26:35 +02001992I2C-TINY-USB DRIVER
1993P: Till Harbaum
1994M: till@harbaum.org
1995L: i2c@lm-sensors.org
1996T: http://www.harbaum.org/till/i2c_tiny_usb
1997S: Maintained
1998
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002000P: H. Peter Anvin
2001M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002L: Linux-Kernel@vger.kernel.org
2003S: Maintained
2004
2005i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006P: H. Peter Anvin
2007M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002008T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009S: Maintained
2010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011IA64 (Itanium) PLATFORM
2012P: Tony Luck
2013M: tony.luck@intel.com
2014L: linux-ia64@vger.kernel.org
2015W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002016T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017S: Maintained
2018
2019SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002020P: Jes Sorensen
2021M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022L: linux-altix@sgi.com
2023L: linux-ia64@vger.kernel.org
2024W: http://www.sgi.com/altix
2025S: Maintained
2026
2027IBM MCA SCSI SUBSYSTEM DRIVER
2028P: Michael Lang
2029M: langa2@kph.uni-mainz.de
2030W: http://www.uni-mainz.de/~langm000/linux.html
2031S: Maintained
2032
2033IBM Power Linux RAID adapter
2034P: Brian King
2035M: brking@us.ibm.com
2036S: Supported
2037
2038IBM ServeRAID RAID DRIVER
2039P: Jack Hammer
2040P: Dave Jeffery
2041M: ipslinux@adaptec.com
2042W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002043S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002045IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002047M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002049T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050S: Maintained
2051
2052IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002053P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002054M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002055L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002056S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057
2058IDE/ATAPI FLOPPY DRIVERS
2059P: Paul Bristow
2060M: Paul Bristow <paul@paulbristow.net>
2061W: http://paulbristow.net/linux/idefloppy.html
2062L: linux-kernel@vger.kernel.org
2063S: Maintained
2064
2065IDE/ATAPI TAPE DRIVERS
2066P: Gadi Oxman
2067M: Gadi Oxman <gadio@netvision.net.il>
2068L: linux-kernel@vger.kernel.org
2069S: Maintained
2070
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002071IDE-SCSI DRIVER
2072L: linux-ide@vger.kernel.org
2073L: linux-scsi@vger.kernel.org
2074S: Orphan
2075
Stefan Richterf148e202008-01-12 12:32:44 +01002076IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002078M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002079P: Stefan Richter
2080M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081L: linux1394-devel@lists.sourceforge.net
2082W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002083T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084S: Maintained
2085
Stefan Richterf51a5a92007-04-23 14:41:10 -07002086IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087P: Dan Dennedy
2088M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002089P: Stefan Richter
2090M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002092S: Maintained
2093
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002095L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002096S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097
2098INFINIBAND SUBSYSTEM
2099P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002100M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002102M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002104M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002105L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002107T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108S: Supported
2109
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002110INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002111P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002112M: dmitry.torokhov@gmail.com
2113M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002114L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002115T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116S: Maintained
2117
Robert Lovec9f04f52005-07-15 12:21:07 -04002118INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002119P: John McCutchan
2120M: ttb@tentacle.dhs.org
2121P: Robert Love
2122M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002123L: linux-kernel@vger.kernel.org
2124S: Maintained
2125
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002126INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002127P: Sylvain Meyer
2128M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002129L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002130S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002131
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002133P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002134M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002135L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002136S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138INTEL IA32 MICROCODE UPDATE SUPPORT
2139P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002140M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Maintained
2142
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002143INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002144P: Maciej Sosnowski
2145M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002146L: linux-kernel@vger.kernel.org
2147S: Supported
2148
Dan Williamsb3e5f262007-08-07 10:26:35 -07002149INTEL IOP-ADMA DMA DRIVER
2150P: Dan Williams
2151M: dan.j.williams@intel.com
2152L: linux-kernel@vger.kernel.org
2153S: Supported
2154
Michael Buesch844dd052006-06-26 00:24:59 -07002155INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2156P: Deepak Saxena
2157M: dsaxena@plexity.net
2158S: Maintained
2159
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002160INTEL IXP2000 ETHERNET DRIVER
2161P: Lennert Buytenhek
2162M: kernel@wantstofly.org
2163L: netdev@vger.kernel.org
2164S: Maintained
2165
Auke Kokd94e6fe2008-03-03 14:37:47 -08002166INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002167P: Jeff Kirsher
2168M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002169P: Jesse Brandeburg
2170M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002171P: Bruce Allan
2172M: bruce.w.allan@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002173P: John Ronciak
2174M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002175L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002176W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177S: Supported
2178
James Ketrenos826d2ab2005-11-07 18:56:59 -06002179INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002180P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002181M: yi.zhu@intel.com
2182P: James Ketrenos
2183M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002184P: Reinette Chatre
2185M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002186L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002187L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002188W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002189W: http://ipw2100.sourceforge.net
2190S: Supported
2191
2192INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002193P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002194M: yi.zhu@intel.com
2195P: James Ketrenos
2196M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002197P: Reinette Chatre
2198M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002199L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002200L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002201W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002202W: http://ipw2200.sourceforge.net
2203S: Supported
2204
Zhu Yib481de92007-09-25 17:54:57 -07002205INTEL WIRELESS WIFI LINK (iwlwifi)
2206P: Zhu Yi
2207M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002208P: Reinette Chatre
2209M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002210L: linux-wireless@vger.kernel.org
2211L: ipw3945-devel@lists.sourceforge.net
2212W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002213T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002214S: Supported
2215
Ralf Baechlecb109a02007-08-30 23:56:30 -07002216IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217P: Ralf Baechle
2218M: ralf@linux-mips.org
2219L: linux-mips@linux-mips.org
2220S: Maintained
2221
Ralf Baechlecb109a02007-08-30 23:56:30 -07002222IOC3 SERIAL DRIVER
2223P: Pat Gefre
2224M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002225L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002226S: Maintained
2227
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228IP MASQUERADING:
2229P: Juanjo Ciarlante
2230M: jjciarla@raiz.uncu.edu.ar
2231S: Maintained
2232
Francois Romieu1202d6f2007-09-17 17:13:55 -07002233IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2234P: Francois Romieu
2235M: romieu@fr.zoreil.com
2236P: Sorbica Shieh
2237M: sorbica@icplus.com.tw
2238P: Jesse Huang
2239M: jesse@icplus.com.tw
2240L: netdev@vger.kernel.org
2241S: Maintained
2242
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002243IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002244P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002245M: infinipath@qlogic.com
2246L: general@lists.openfabrics.org
2247T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002248S: Supported
2249
Corey Minyard4409ebe2006-04-20 02:43:12 -07002250IPMI SUBSYSTEM
2251P: Corey Minyard
2252M: minyard@acm.org
2253L: openipmi-developer@lists.sourceforge.net
2254W: http://openipmi.sourceforge.net/
2255S: Supported
2256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257IPX NETWORK LAYER
2258P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002259M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002260L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261S: Maintained
2262
David Sterba099dc4f2008-02-07 10:57:12 +01002263IPWIRELES DRIVER
2264P: Jiri Kosina
2265M: jkosina@suse.cz
2266P: David Sterba
2267M: dsterba@suse.cz
2268S: Maintained
2269T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002272P: Samuel Ortiz
2273M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002274L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002276S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277
Mike Christie14816b1e2007-11-28 16:22:06 -08002278ISCSI
2279P: Mike Christie
2280M: michaelc@cs.wisc.edu
2281L: open-iscsi@googlegroups.com
2282W: www.open-iscsi.org
2283T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2284S: Maintained
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286ISAPNP
2287P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002288M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289S: Maintained
2290
2291ISDN SUBSYSTEM
2292P: Karsten Keil
2293M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002294L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002296T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S: Maintained
2298
2299ISDN SUBSYSTEM (Eicon active card driver)
2300P: Armin Schindler
2301M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002302L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303W: http://www.melware.de
2304S: Maintained
2305
Hans Verkuil91821ff2007-12-02 09:35:33 -03002306IVTV VIDEO4LINUX DRIVER
2307P: Hans Verkuil
2308M: hverkuil@xs4all.nl
2309L: ivtv-devel@ivtvdriver.org
2310L: ivtv-users@ivtvdriver.org
2311L: video4linux-list@redhat.com
2312W: http://www.ivtvdriver.org
2313S: Maintained
2314
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2316P: David Woodhouse
2317M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002318L: linux-mtd@lists.infradead.org
2319W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320S: Maintained
2321
2322JFS FILESYSTEM
2323P: Dave Kleikamp
2324M: shaggy@austin.ibm.com
2325L: jfs-discussion@lists.sourceforge.net
2326W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002327T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328S: Supported
2329
Josh Triplettde456d32006-07-30 03:04:00 -07002330JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002331P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002332M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002333L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002334S: Maintained
2335
Rudolf Marek4660cb32006-10-08 22:01:26 +02002336K8TEMP HARDWARE MONITORING DRIVER
2337P: Rudolf Marek
2338M: r.marek@assembler.cz
2339L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340S: Maintained
2341
2342KCONFIG
2343P: Roman Zippel
2344M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002345L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346S: Maintained
2347
Vivek Goyalea6c2082006-05-20 14:59:55 -07002348KDUMP
2349P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002350M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002351P: Haren Myneni
2352M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002353L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002354L: linux-kernel@vger.kernel.org
2355W: http://lse.sourceforge.net/kdump/
2356S: Maintained
2357
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358KERNEL AUTOMOUNTER (AUTOFS)
2359P: H. Peter Anvin
2360M: hpa@zytor.com
2361L: autofs@linux.kernel.org
2362S: Odd Fixes
2363
2364KERNEL AUTOMOUNTER v4 (AUTOFS4)
2365P: Ian Kent
2366M: raven@themaw.net
2367L: autofs@linux.kernel.org
2368S: Maintained
2369
2370KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371P: Sam Ravnborg
2372M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002373T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2374T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002375L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002376S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377
2378KERNEL JANITORS
2379P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002380L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Maintained
2383
2384KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002385P: J. Bruce Fields
2386M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002388M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002389L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002391S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392
Avi Kivity426d62e2006-12-13 00:34:03 -08002393KERNEL VIRTUAL MACHINE (KVM)
2394P: Avi Kivity
2395M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002396L: kvm@vger.kernel.org
2397W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002398S: Supported
2399
Hollis Blanchard513014b2008-04-16 23:28:08 -05002400KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2401P: Hollis Blanchard
2402M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002403L: kvm-ppc@vger.kernel.org
2404W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002405S: Supported
2406
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002407KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002408P: Anthony Xu
2409M: anthony.xu@intel.com
2410P: Xiantao Zhang
2411M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002412L: kvm-ia64@vger.kernel.org
2413W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002414S: Supported
2415
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002416KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2417P: Carsten Otte
2418M: cotte@de.ibm.com
2419P: Christian Borntraeger
2420M: borntraeger@de.ibm.com
2421M: linux390@de.ibm.com
2422L: linux-s390@vger.kernel.org
2423W: http://www.ibm.com/developerworks/linux/linux390/
2424S: Supported
2425
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002426KEXEC
2427P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002428M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002429W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002430L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002431L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002432S: Maintained
2433
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002434KGDB
2435P: Jason Wessel
2436M: jason.wessel@windriver.com
2437L: kgdb-bugreport@lists.sourceforge.net
2438S: Maintained
2439
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002440KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002441P: Ananth N Mavinakayanahalli
2442M: ananth@in.ibm.com
2443P: Anil S Keshavamurthy
2444M: anil.s.keshavamurthy@intel.com
2445P: David S. Miller
2446M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002447P: Masami Hiramatsu
2448M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002449L: linux-kernel@vger.kernel.org
2450S: Maintained
2451
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002452KS0108 LCD CONTROLLER DRIVER
2453P: Miguel Ojeda Sandonis
2454M: maxextreme@gmail.com
2455L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002456W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002457S: Maintained
2458
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002461S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
2463LASI 53c700 driver for PARISC
2464P: James E.J. Bottomley
2465M: James.Bottomley@HansenPartnership.com
2466L: linux-scsi@vger.kernel.org
2467S: Maintained
2468
Richard Purdie263de9b2006-05-15 09:44:16 -07002469LED SUBSYSTEM
2470P: Richard Purdie
2471M: rpurdie@rpsys.net
2472S: Maintained
2473
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474LEGO USB Tower driver
2475P: Juergen Stuber
2476M: starblue@users.sourceforge.net
2477L: legousb-devel@lists.sourceforge.net
2478W: http://legousb.sourceforge.net/
2479S: Maintained
2480
Rusty Russell568a17f2007-10-25 14:12:24 +10002481LGUEST
2482P: Rusty Russell
2483M: rusty@rustcorp.com.au
2484L: lguest@ozlabs.org
2485W: http://lguest.ozlabs.org/
2486S: Maintained
2487
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488LINUX FOR IBM pSERIES (RS/6000)
2489P: Paul Mackerras
2490M: paulus@au.ibm.com
2491W: http://www.ibm.com/linux/ltc/projects/ppc
2492S: Supported
2493
2494LINUX FOR NCR VOYAGER
2495P: James Bottomley
2496M: James.Bottomley@HansenPartnership.com
2497W: http://www.hansenpartnership.com/voyager
2498S: Maintained
2499
2500LINUX FOR POWERPC
2501P: Paul Mackerras
2502M: paulus@samba.org
2503W: http://www.penguinppc.org/
2504L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002505T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506S: Supported
2507
2508LINUX FOR POWER MACINTOSH
2509P: Benjamin Herrenschmidt
2510M: benh@kernel.crashing.org
2511W: http://www.penguinppc.org/
2512L: linuxppc-dev@ozlabs.org
2513S: Maintained
2514
2515LINUX FOR POWERPC EMBEDDED MPC52XX
2516P: Sylvain Munaut
2517M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002518P: Grant Likely
2519M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520W: http://www.246tNt.com/mpc52xx/
2521W: http://www.penguinppc.org/
2522L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523S: Maintained
2524
2525LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002526P: Josh Boyer
2527M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528P: Matt Porter
2529M: mporter@kernel.crashing.org
2530W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002531L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002532T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533S: Maintained
2534
Grant Likely260c02a2007-10-02 12:15:34 +10002535LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2536P: Grant Likely
2537M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002538W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002539L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Maintained
2541
Tom Rinie93adf12005-07-26 12:49:53 -07002542LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543P: Tom Rini
2544M: trini@kernel.crashing.org
2545W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002546L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547S: Maintained
2548
Tom Rinie93adf12005-07-26 12:49:53 -07002549LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002550P: Vitaly Bordug
2551M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002552P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002553M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002554W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002555L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002556S: Maintained
2557
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002559P: Kumar Gala
2560M: galak@kernel.crashing.org
2561W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002562L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002563S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
Olof Johanssonab06ff32006-09-06 14:44:54 -05002565LINUX FOR POWERPC PA SEMI PWRFICIENT
2566P: Olof Johansson
2567M: olof@lixom.net
2568W: http://www.pasemi.com/
2569L: linuxppc-dev@ozlabs.org
2570S: Supported
2571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572LLC (802.2)
2573P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002574M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575S: Maintained
2576
2577LINUX FOR 64BIT POWERPC
2578P: Paul Mackerras
2579M: paulus@samba.org
2580M: paulus@au.ibm.com
2581P: Anton Blanchard
2582M: anton@samba.org
2583M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002584W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002585L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586S: Supported
2587
2588LINUX SECURITY MODULE (LSM) FRAMEWORK
2589P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002590M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002591L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002592T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593S: Supported
2594
2595LM83 HARDWARE MONITOR DRIVER
2596P: Jean Delvare
2597M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002598L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
2601LM90 HARDWARE MONITOR DRIVER
2602P: Jean Delvare
2603M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002604L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002607LOCKDEP AND LOCKSTAT
2608P: Peter Zijlstra
2609M: peterz@infradead.org
2610P: Ingo Molnar
2611M: mingo@redhat.com
2612L: linux-kernel@vger.kernel.org
2613T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2614S: Maintained
2615
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002616LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617P: Richard Russon (FlatCap)
2618M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002619L: linux-ntfs-dev@lists.sourceforge.net
2620W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Maintained
2622
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002623LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2624P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002625M: Eric.Moore@lsi.com
2626M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002627L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002628L: linux-scsi@vger.kernel.org
2629W: http://www.lsilogic.com/support
2630S: Supported
2631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2633P: Matthew Wilcox
2634M: matthew@wil.cx
2635L: linux-scsi@vger.kernel.org
2636S: Maintained
2637
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002638M32R ARCHITECTURE
2639P: Hirokazu Takata
2640M: takata@linux-m32r.org
2641L: linux-m32r@ml.linux-m32r.org
2642L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2643W: http://www.linux-m32r.org/
2644S: Maintained
2645
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646M68K ARCHITECTURE
2647P: Geert Uytterhoeven
2648M: geert@linux-m68k.org
2649P: Roman Zippel
2650M: zippel@linux-m68k.org
2651L: linux-m68k@lists.linux-m68k.org
2652W: http://www.linux-m68k.org/
2653W: http://linux-m68k-cvs.ubb.ca/
2654S: Maintained
2655
2656M68K ON APPLE MACINTOSH
2657P: Joshua Thompson
2658M: funaho@jurai.org
2659W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002660L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661S: Maintained
2662
2663M68K ON HP9000/300
2664P: Philip Blundell
2665M: philb@gnu.org
2666W: http://www.tazenda.demon.co.uk/phil/linux-hp
2667S: Maintained
2668
Jiri Benc64a327a2007-05-05 11:47:08 -07002669MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002670P: Johannes Berg
2671M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002672P: Michael Wu
2673M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002674L: linux-wireless@vger.kernel.org
2675W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002676T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002677S: Maintained
2678
Stefano Brivio1036d862007-12-23 04:46:27 +01002679MAC80211 PID RATE CONTROL
2680P: Stefano Brivio
2681M: stefano.brivio@polimi.it
2682P: Mattias Nissler
2683M: mattias.nissler@gmx.de
2684L: linux-wireless@vger.kernel.org
2685W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2686T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2687S: Maintained
2688
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002689MACVLAN DRIVER
2690P: Patrick McHardy
2691M: kaber@trash.net
2692L: netdev@vger.kernel.org
2693S: Maintained
2694
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695MARVELL YUKON / SYSKONNECT DRIVER
2696P: Mirko Lindner
2697M: mlindner@syskonnect.de
2698P: Ralph Roesler
2699M: rroesler@syskonnect.de
2700W: http://www.syskonnect.com
2701S: Supported
2702
Michael Kerriskfaf16682005-07-31 22:34:47 -07002703MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002704P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002705M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002706W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2707S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002708
Stefano Brivio74cda162007-11-19 20:27:46 +01002709MARVELL LIBERTAS WIRELESS DRIVER
2710P: Dan Williams
2711M: dcbw@redhat.com
2712L: libertas-dev@lists.infradead.org
2713S: Maintained
2714
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002715MARVELL MV643XX ETHERNET DRIVER
2716P: Dale Farnsworth
2717M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002719M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002720L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002721S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722
2723MATROX FRAMEBUFFER DRIVER
2724P: Petr Vandrovec
2725M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002726L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727S: Maintained
2728
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002729MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2730P: Hans J. Koch
2731M: hjk@linutronix.de
2732L: lm-sensors@lm-sensors.org
2733S: Maintained
2734
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002735MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002736P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002737M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002738S: linux-scsi@vger.kernel.org
2739W: http://megaraid.lsilogic.com
2740S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002741
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002742MEMORY MANAGEMENT
2743L: linux-mm@kvack.org
2744L: linux-kernel@vger.kernel.org
2745W: http://www.linux-mm.org
2746S: Maintained
2747
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002748MEMORY RESOURCE CONTROLLER
2749P: Balbir Singh
2750M: balbir@linux.vnet.ibm.com
2751P: Pavel Emelyanov
2752M: xemul@openvz.org
2753P: KAMEZAWA Hiroyuki
2754M: kamezawa.hiroyu@jp.fujitsu.com
2755L: linux-mm@kvack.org
2756L: linux-kernel@vger.kernel.org
2757S: Maintained
2758
David Howellsb920de12008-02-08 04:19:31 -08002759MEI MN10300/AM33 PORT
2760P: David Howells
2761M: dhowells@redhat.com
2762P: Koichi Yasutake
2763M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002764L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002765W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2766S: Maintained
2767
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002768MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769P: David Woodhouse
2770M: dwmw2@infradead.org
2771W: http://www.linux-mtd.infradead.org/
2772L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002773T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Maintained
2775
Artem Bityutskiy48576402007-02-13 17:11:10 +02002776UNSORTED BLOCK IMAGES (UBI)
2777P: Artem Bityutskiy
2778M: dedekind@infradead.org
2779W: http://www.linux-mtd.infradead.org/
2780L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002781T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002782S: Maintained
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784MICROTEK X6 SCANNER
2785P: Oliver Neukum
2786M: oliver@neukum.name
2787S: Maintained
2788
2789MIPS
2790P: Ralf Baechle
2791M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002792W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002794T: git www.linux-mips.org:/pub/scm/linux.git
2795S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796
2797MISCELLANEOUS MCA-SUPPORT
2798P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002799M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800L: linux-kernel@vger.kernel.org
2801S: Maintained
2802
2803MODULE SUPPORT
2804P: Rusty Russell
2805M: rusty@rustcorp.com.au
2806L: linux-kernel@vger.kernel.org
2807S: Maintained
2808
2809MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2810P: Stelian Pop
2811M: stelian@popies.net
2812W: http://popies.net/meye/
2813S: Maintained
2814
Pavel Pisac58ff042007-05-16 01:10:41 +02002815MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2816P: Pavel Pisa
2817M: ppisa@pikron.com
2818L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002819S: Maintained
2820
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821MOUSE AND MISC DEVICES [GENERAL]
2822P: Alessandro Rubini
2823M: rubini@ipvvis.unipv.it
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
Jiri Slabyb9705b62008-04-30 00:53:48 -07002827MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002828P: Jiri Slaby
2829M: jirislaby@gmail.com
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002833MSI LAPTOP SUPPORT
2834P: Lennart Poettering
2835M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002836W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002837W: http://0pointer.de/lennart/tchibo.html
2838S: Maintained
2839
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002840MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002841P: Pierre Ossman
2842M: drzeus-mmc@drzeus.cx
2843L: linux-kernel@vger.kernel.org
2844S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002845
David Brownell15a05802007-08-08 09:12:54 -07002846MULTIMEDIA CARD (MMC) ETC. OVER SPI
2847P: David Brownell
2848M: dbrownell@users.sourceforge.net
2849L: linux-kernel@vger.kernel.org
2850S: Odd fixes
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852MULTISOUND SOUND DRIVER
2853P: Andrew Veliath
2854M: andrewtv@usa.net
2855S: Maintained
2856
Jiri Slabyd7354102006-12-08 02:38:35 -08002857MULTITECH MULTIPORT CARD (ISICOM)
2858P: Jiri Slaby
2859M: jirislaby@gmail.com
2860L: linux-kernel@vger.kernel.org
2861S: Maintained
2862
Brice Goglin2d3cf582008-05-17 12:45:36 +02002863MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2864P: Andrew Gallatin
2865M: gallatin@myri.com
2866P: Brice Goglin
2867M: brice@myri.com
2868L: netdev@vger.kernel.org
2869W: http://www.myri.com/scs/download-Myri10GE.html
2870S: Supported
2871
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872NATSEMI ETHERNET DRIVER (DP8381x)
2873P: Tim Hockin
2874M: thockin@hockin.org
2875S: Maintained
2876
2877NCP FILESYSTEM
2878P: Petr Vandrovec
2879M: vandrove@vc.cvut.cz
2880L: linware@sh.cvut.cz
2881S: Maintained
2882
2883NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2884P: James E.J. Bottomley
2885M: James.Bottomley@HansenPartnership.com
2886L: linux-scsi@vger.kernel.org
2887S: Maintained
2888
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002889NETEFFECT IWARP RNIC DRIVER (IW_NES)
2890P: Faisal Latif
2891M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002892P: Chien Tung
2893M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002894P: Glenn Streiff
2895M: gstreiff@neteffect.com
2896L: general@lists.openfabrics.org
2897W: http://www.neteffect.com
2898S: Supported
2899F: drivers/infiniband/hw/nes/
2900
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002901NETEM NETWORK EMULATOR
2902P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002903M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002904L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002905S: Maintained
2906
Jiri Slaby4a584482007-08-30 23:56:39 -07002907NETERION (S2IO) Xframe 10GbE DRIVER
2908P: Ramkrishna Vepa
2909M: ram.vepa@neterion.com
2910P: Rastapur Santosh
2911M: santosh.rastapur@neterion.com
2912P: Sivakumar Subramani
2913M: sivakumar.subramani@neterion.com
2914P: Sreenivasa Honnur
2915M: sreenivasa.honnur@neterion.com
2916L: netdev@vger.kernel.org
2917W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2918S: Supported
2919
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920NETFILTER/IPTABLES/IPCHAINS
2921P: Rusty Russell
2922P: Marc Boucher
2923P: James Morris
2924P: Harald Welte
2925P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002926P: Patrick McHardy
2927M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002928L: netfilter-devel@vger.kernel.org
2929L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002930L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931W: http://www.netfilter.org/
2932W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933S: Supported
2934
Paul Moore4cc67732006-09-25 15:57:13 -07002935NETLABEL
2936P: Paul Moore
2937M: paul.moore@hp.com
2938W: http://netlabel.sf.net
2939L: netdev@vger.kernel.org
2940S: Supported
2941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942NETROM NETWORK LAYER
2943P: Ralf Baechle
2944M: ralf@linux-mips.org
2945L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002946W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Maintained
2948
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002949NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950P: Paul Clements
2951M: Paul.Clements@steeleye.com
2952S: Maintained
2953
2954NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955P: Jeff Garzik
2956M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002957L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002958T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959S: Maintained
2960
2961NETWORKING [GENERAL]
2962P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002963M: netdev@vger.kernel.org
2964L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002965W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966S: Maintained
2967
2968NETWORKING [IPv4/IPv6]
2969P: David S. Miller
2970M: davem@davemloft.net
2971P: Alexey Kuznetsov
2972M: kuznet@ms2.inr.ac.ru
2973P: Pekka Savola (ipv6)
2974M: pekkas@netcore.fi
2975P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002976M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977P: Hideaki YOSHIFUJI
2978M: yoshfuji@linux-ipv6.org
2979P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002980M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002981L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002982T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983S: Maintained
2984
James Morris10e2ff12007-08-25 14:41:28 -07002985NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2986P: Paul Moore
2987M: paul.moore@hp.com
2988L: netdev@vger.kernel.org
2989S: Maintained
2990
John W. Linville29f8f632006-01-18 14:52:48 -08002991NETWORKING [WIRELESS]
2992P: John W. Linville
2993M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002994L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002995T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2996S: Maintained
2997
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002998NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002999P: Dhananjay Phadke
3000M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003001L: netdev@vger.kernel.org
3002W: http://www.netxen.com
3003S: Supported
3004
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005IPVS
3006P: Wensong Zhang
3007M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003008P: Simon Horman
3009M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010P: Julian Anastasov
3011M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003012L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013S: Maintained
3014
3015NFS CLIENT
3016P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003017M: Trond.Myklebust@netapp.com
3018L: linux-nfs@vger.kernel.org
3019W: http://client.linux-nfs.org
3020T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021S: Maintained
3022
3023NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003024P: Jan-Pascal van Best
3025M: janpascal@vanbest.org
3026P: Andreas Mohr
3027M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003028L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029S: Maintained
3030
3031NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3032P: YOKOTA Hiroshi
3033M: yokota@netlab.is.tsukuba.ac.jp
3034W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3035S: Maintained
3036
3037NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3038P: GOTO Masanori
3039M: gotom@debian.or.jp
3040P: YOKOTA Hiroshi
3041M: yokota@netlab.is.tsukuba.ac.jp
3042W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3043S: Maintained
3044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045NTFS FILESYSTEM
3046P: Anton Altaparmakov
3047M: aia21@cantab.net
3048L: linux-ntfs-dev@lists.sourceforge.net
3049L: linux-kernel@vger.kernel.org
3050W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003051T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052S: Maintained
3053
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003054NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003055P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003056M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003057L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003058S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003060OPENCORES I2C BUS DRIVER
3061P: Peter Korsgaard
3062M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003063L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003064S: Maintained
3065
Mark Fashehccd979b2005-12-15 14:31:24 -08003066ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3067P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003068M: mfasheh@suse.com
3069P: Joel Becker
3070M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003071L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003072W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003073T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003074S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003075
Harald Weltec1986ee2005-11-13 16:06:29 -08003076OMNIKEY CARDMAN 4000 DRIVER
3077P: Harald Welte
3078M: laforge@gnumonks.org
3079S: Maintained
3080
Harald Welte77c44ab2005-11-13 16:06:26 -08003081OMNIKEY CARDMAN 4040 DRIVER
3082P: Harald Welte
3083M: laforge@gnumonks.org
3084S: Maintained
3085
Jonathan Corbet77d51402007-03-22 19:44:17 -03003086OMNIVISION OV7670 SENSOR DRIVER
3087P: Jonathan Corbet
3088M: corbet@lwn.net
3089L: video4linux-list@redhat.com
3090S: Maintained
3091
Thomas Gleixner431bca72007-05-02 09:31:35 +02003092ONENAND FLASH DRIVER
3093P: Kyungmin Park
3094M: kyungmin.park@samsung.com
3095L: linux-mtd@lists.infradead.org
3096S: Maintained
3097
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098ONSTREAM SCSI TAPE DRIVER
3099P: Willem Riede
3100M: osst@riede.org
3101L: osst-users@lists.sourceforge.net
3102L: linux-scsi@vger.kernel.org
3103S: Maintained
3104
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105OPROFILE
3106P: Philippe Elie
3107M: phil.el@wanadoo.fr
3108L: oprofile-list@lists.sf.net
3109S: Maintained
3110
3111ORINOCO DRIVER
3112P: Pavel Roskin
3113M: proski@gnu.org
3114P: David Gibson
3115M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003116L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003117L: orinoco-users@lists.sourceforge.net
3118L: orinoco-devel@lists.sourceforge.net
3119W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120S: Maintained
3121
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003122PA SEMI ETHERNET DRIVER
3123P: Olof Johansson
3124M: olof@lixom.net
3125L: netdev@vger.kernel.org
3126S: Maintained
3127
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003128PA SEMI SMBUS DRIVER
3129P: Olof Johansson
3130M: olof@lixom.net
3131L: i2c@lm-sensors.org
3132S: Maintained
3133
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003135L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003136S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137
3138PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3139P: Tim Waugh
3140M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003141L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142W: http://www.torque.net/linux-pp.html
3143S: Maintained
3144
3145PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003146P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003147M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148P: Matthew Wilcox
3149M: matthew@wil.cx
3150P: Grant Grundler
3151M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003152L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003154T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155S: Maintained
3156
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003157PARAVIRT_OPS INTERFACE
3158P: Jeremy Fitzhardinge
3159M: jeremy@xensource.com
3160P: Chris Wright
3161M: chrisw@sous-sol.org
3162P: Zachary Amsden
3163M: zach@vmware.com
3164P: Rusty Russell
3165M: rusty@rustcorp.com.au
3166L: virtualization@lists.osdl.org
3167L: linux-kernel@vger.kernel.org
3168S: Supported
3169
Jim Cromie1662d322006-10-06 00:43:59 -07003170PC87360 HARDWARE MONITORING DRIVER
3171P: Jim Cromie
3172M: jim.cromie@gmail.com
3173L: lm-sensors@lm-sensors.org
3174S: Maintained
3175
3176PC8736x GPIO DRIVER
3177P: Jim Cromie
3178M: jim.cromie@gmail.com
3179S: Maintained
3180
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003181PCI ERROR RECOVERY
3182P: Linas Vepstas
3183M: linas@austin.ibm.com
3184L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003185L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003186S: Supported
3187
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003189P: Jesse Barnes
3190M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003192L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003193T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194S: Supported
3195
3196PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003197P: Kristen Carlson Accardi
3198M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199S: Supported
3200
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003201PCIE HOTPLUG DRIVER
3202P: Kristen Carlson Accardi
3203M: kristen.c.accardi@intel.com
3204L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003205S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003206
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003208P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003209L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003210W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003211T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003212S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213
3214PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003215P: Don Fry
3216M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003217L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218S: Maintained
3219
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003220PER-TASK DELAY ACCOUNTING
3221P: Shailabh Nagar
3222M: nagar@watson.ibm.com
3223L: linux-kernel@vger.kernel.org
3224S: Maintained
3225
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003226PERSONALITY HANDLING
3227P: Christoph Hellwig
3228M: hch@infradead.org
3229L: linux-abi-devel@lists.sourceforge.net
3230S: Maintained
3231
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003233P: Joern Engel
3234M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235L: linux-mtd@lists.infradead.org
3236S: Maintained
3237
Peter Osterlund249a6772005-09-27 21:45:30 -07003238PKTCDVD DRIVER
3239P: Peter Osterlund
3240M: petero2@telia.com
3241L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003242S: Maintained
3243
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003245P: Thomas Gleixner
3246M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003247L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248S: Supported
3249
Anton Vorontsov3be86142007-07-15 04:43:36 +04003250POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3251P: Anton Vorontsov
3252M: cbou@mail.ru
3253P: David Woodhouse
3254M: dwmw2@infradead.org
3255L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003256T: git git.infradead.org/battery-2.6.git
3257S: Maintained
3258
Eugene Surovegin24682972005-10-14 03:00:53 -07003259POWERPC 4xx EMAC DRIVER
3260P: Eugene Surovegin
3261M: ebs@ebshome.net
3262W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003263L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003264L: netdev@vger.kernel.org
3265S: Maintained
3266
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267PNP SUPPORT
3268P: Adam Belay
3269M: ambx1@neo.rr.com
3270S: Maintained
3271
Vitaly Wool999445d2007-01-04 13:07:03 +01003272PNXxxxx I2C DRIVER
3273P: Vitaly Wool
3274M: vitalywool@gmail.com
3275L: i2c@lm-sensors.org
3276S: Maintained
3277
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278PPP PROTOCOL DRIVERS AND COMPRESSORS
3279P: Paul Mackerras
3280M: paulus@samba.org
3281L: linux-ppp@vger.kernel.org
3282S: Maintained
3283
3284PPP OVER ATM (RFC 2364)
3285P: Mitchell Blank Jr
3286M: mitch@sfgoth.com
3287S: Maintained
3288
3289PPP OVER ETHERNET
3290P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003291M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292S: Maintained
3293
James Chapmana6d23702007-06-27 15:53:17 -07003294PPP OVER L2TP
3295P: James Chapman
3296M: jchapman@katalix.com
3297S: Maintained
3298
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299PREEMPTIBLE KERNEL
3300P: Robert Love
3301M: rml@tech9.net
3302L: linux-kernel@vger.kernel.org
3303L: kpreempt-tech@lists.sourceforge.net
3304W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3305S: Supported
3306
Michael Wueff1a592007-09-25 18:11:01 -07003307P54 WIRELESS DRIVER
3308P: Michael Wu
3309M: flamingice@sourmilk.net
3310L: linux-wireless@vger.kernel.org
3311W: http://prism54.org
3312T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3313S: Maintained
3314
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003316P: Luis R. Rodriguez
3317M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003318L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319W: http://prism54.org
3320S: Maintained
3321
3322PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3323P: Peter Denison
3324M: promise@pnd-pc.demon.co.uk
3325W: http://www.pnd-pc.demon.co.uk/promise/
3326S: Maintained
3327
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003328PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3329P: Mikael Pettersson
3330M: mikpe@it.uu.se
3331L: linux-ide@vger.kernel.org
3332S: Maintained
3333
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003334PS3 NETWORK SUPPORT
3335P: Masakazu Mokuno
3336M: mokuno@sm.sony.co.jp
3337L: netdev@vger.kernel.org
3338L: cbe-oss-dev@ozlabs.org
3339S: Supported
3340
Geoff Levandf58a9d12006-11-23 00:46:51 +01003341PS3 PLATFORM SUPPORT
3342P: Geoff Levand
3343M: geoffrey.levand@am.sony.com
3344L: linuxppc-dev@ozlabs.org
3345L: cbe-oss-dev@ozlabs.org
3346S: Supported
3347
Michael Krufky83202042006-07-03 00:24:18 -07003348PVRUSB2 VIDEO4LINUX DRIVER
3349P: Mike Isely
3350M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003351L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003352L: video4linux-list@redhat.com
3353W: http://www.isely.net/pvrusb2/
3354S: Maintained
3355
Eric Miao30ec2612008-06-12 15:21:41 -07003356PXA2xx/PXA3xx SUPPORT
3357P: Eric Miao
3358M: eric.miao@marvell.com
3359P: Russell King
3360M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003361L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362S: Maintained
3363
Pierre Ossman272f1332007-05-14 21:25:26 +02003364PXA MMCI DRIVER
3365S: Orphan
3366
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367QLOGIC QLA2XXX FC-SCSI DRIVER
3368P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003369M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370L: linux-scsi@vger.kernel.org
3371S: Supported
3372
Ron Mercer5a4faa872006-07-25 00:40:21 -07003373QLOGIC QLA3XXX NETWORK DRIVER
3374P: Ron Mercer
3375M: linux-driver@qlogic.com
3376L: netdev@vger.kernel.org
3377S: Supported
3378
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379QNX4 FILESYSTEM
3380P: Anders Larsen
3381M: al@alarsen.net
3382L: linux-kernel@vger.kernel.org
3383W: http://www.alarsen.net/linux/qnx4fs/
3384S: Maintained
3385
3386RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003387P: Benjamin Herrenschmidt
3388M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003389L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390S: Maintained
3391
3392RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003393P: Paul Mackerras
3394M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003395L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396S: Maintained
3397
3398RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3399P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003400M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003401L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402S: Maintained
3403
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003404RALINK RT2X00 WLAN DRIVER
3405P: rt2x00 project
3406L: linux-wireless@vger.kernel.org
3407L: rt2400-devel@lists.sourceforge.net
3408W: http://rt2x00.serialmonkey.com/
3409S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003410T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003411F: drivers/net/wireless/rt2x00/
3412
Nick Piggin9db55792008-02-08 04:19:49 -08003413RAMDISK RAM BLOCK DEVICE DRIVER
3414P: Nick Piggin
3415M: npiggin@suse.de
3416S: Maintained
3417
Matt Mackall9e95ce22005-04-16 15:25:56 -07003418RANDOM NUMBER DRIVER
3419P: Matt Mackall
3420M: mpm@selenic.com
3421S: Maintained
3422
Matt Porter394b7012005-11-07 01:00:15 -08003423RAPIDIO SUBSYSTEM
3424P: Matt Porter
3425M: mporter@kernel.crashing.org
3426L: linux-kernel@vger.kernel.org
3427S: Maintained
3428
Florian Fainellic1f766b2008-02-06 22:39:44 +01003429RDC R-321X SoC
3430P: Florian Fainelli
3431M: florian.fainelli@telecomint.eu
3432L: linux-kernel@vger.kernel.org
3433S: Maintained
3434
Florian Fainellidb17f392007-12-19 11:30:30 +01003435RDC R6040 FAST ETHERNET DRIVER
3436P: Florian Fainelli
3437M: florian.fainelli@telecomint.eu
3438L: netdev@vger.kernel.org
3439S: Maintained
3440
Josh Triplett595182b2006-10-04 02:17:21 -07003441READ-COPY UPDATE (RCU)
3442P: Dipankar Sarma
3443M: dipankar@in.ibm.com
3444W: http://www.rdrop.com/users/paulmck/rclock/
3445L: linux-kernel@vger.kernel.org
3446S: Supported
3447
3448RCUTORTURE MODULE
3449P: Josh Triplett
3450M: josh@freedesktop.org
3451L: linux-kernel@vger.kernel.org
3452S: Maintained
3453
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454REAL TIME CLOCK DRIVER
3455P: Paul Gortmaker
3456M: p_gortmaker@yahoo.com
3457L: linux-kernel@vger.kernel.org
3458S: Maintained
3459
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003460REAL TIME CLOCK (RTC) SUBSYSTEM
3461P: Alessandro Zummo
3462M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003463L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003464S: Maintained
3465
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003467L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468S: Supported
3469
Ivo van Doorne08976452008-04-12 19:23:55 +02003470RFKILL
3471P: Ivo van Doorn
3472M: IvDoorn@gmail.com
3473L: netdev@vger.kernel.org
3474S: Maintained
3475F: net/rfkill
3476
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477ROCKETPORT DRIVER
3478P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479W: http://www.comtrol.com
3480S: Maintained
3481
3482ROSE NETWORK LAYER
3483P: Ralf Baechle
3484M: ralf@linux-mips.org
3485L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003486W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487S: Maintained
3488
3489RISCOM8 DRIVER
3490S: Orphan
3491
Michael Wu605bebe2007-05-14 01:41:02 -04003492RTL818X WIRELESS DRIVER
3493P: Michael Wu
3494M: flamingice@sourmilk.net
3495P: Andrea Merello
3496M: andreamrl@tiscali.it
3497L: linux-wireless@vger.kernel.org
3498W: http://linuxwireless.org/
3499T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3500S: Maintained
3501
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003502S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003503P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003504M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003505L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003506S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003507
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508S390
3509P: Martin Schwidefsky
3510M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003511P: Heiko Carstens
3512M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003514L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003515W: http://www.ibm.com/developerworks/linux/linux390/
3516S: Supported
3517
3518S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003519P: Ursula Braun
3520M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003521P: Frank Blaschka
3522M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003523M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003524L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003525W: http://www.ibm.com/developerworks/linux/linux390/
3526S: Supported
3527
3528S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003529P: Christof Schmitt
3530M: christof.schmitt@de.ibm.com
3531P: Martin Peschke
3532M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003533M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003534L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003535W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536S: Supported
3537
Ursula Braundd96df22007-09-19 13:09:02 +02003538S390 IUCV NETWORK LAYER
3539P: Ursula Braun
3540M: ubraun@linux.vnet.ibm.com
3541M: linux390@de.ibm.com
3542L: linux-s390@vger.kernel.org
3543W: http://www.ibm.com/developerworks/linux/linux390/
3544S: Supported
3545
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546SAA7146 VIDEO4LINUX-2 DRIVER
3547P: Michael Hunold
3548M: michael@mihu.de
3549W: http://www.mihu.de/linux/saa7146
3550S: Maintained
3551
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552SC1200 WDT DRIVER
3553P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003554M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555S: Maintained
3556
3557SCHEDULER
3558P: Ingo Molnar
3559M: mingo@elte.hu
3560P: Robert Love [the preemptible kernel bits]
3561M: rml@tech9.net
3562L: linux-kernel@vger.kernel.org
3563S: Maintained
3564
3565SCSI CDROM DRIVER
3566P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003567M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568L: linux-scsi@vger.kernel.org
3569W: http://www.kernel.dk
3570S: Maintained
3571
3572SCSI SG DRIVER
3573P: Doug Gilbert
3574M: dgilbert@interlog.com
3575L: linux-scsi@vger.kernel.org
3576W: http://www.torque.net/sg
3577S: Maintained
3578
3579SCSI SUBSYSTEM
3580P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003581M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003583T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003584T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3585T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586S: Maintained
3587
3588SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003589P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590M: Kai.Makisara@kolumbus.fi
3591L: linux-scsi@vger.kernel.org
3592S: Maintained
3593
3594SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003595P: Vlad Yasevich
3596M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003597P: Sridhar Samudrala
3598M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003599L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003600W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003601S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602
3603SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003604P: Jim Cromie
3605M: jim.cromie@gmail.com
3606S: Odd Fixes
3607
3608SCx200 GPIO DRIVER
3609P: Jim Cromie
3610M: jim.cromie@gmail.com
3611S: Maintained
3612
3613SCx200 HRT CLOCKSOURCE DRIVER
3614P: Jim Cromie
3615M: jim.cromie@gmail.com
3616S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617
3618SECURITY CONTACT
3619P: Security Officers
3620M: security@kernel.org
3621S: Supported
3622
3623SELINUX SECURITY MODULE
3624P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003625M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003627M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003628P: Eric Paris
3629M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003631L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632W: http://www.nsa.gov/selinux
3633S: Supported
3634
Jiri Slabycef2cf02007-05-08 00:31:45 -07003635SENSABLE PHANTOM
3636P: Jiri Slaby
3637M: jirislaby@gmail.com
3638S: Maintained
3639
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640SERIAL ATA (SATA) SUBSYSTEM:
3641P: Jeff Garzik
3642M: jgarzik@pobox.com
3643L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003644T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645S: Supported
3646
3647SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3648P: Pat Gefre
3649M: pfg@sgi.com
3650L: linux-ia64@vger.kernel.org
3651S: Supported
3652
Ben Hutchings8ceee662008-04-27 12:55:59 +01003653SFC NETWORK DRIVER
3654P: Steve Hodgson
3655P: Ben Hutchings
3656P: Robert Stonehouse
3657M: linux-net-drivers@solarflare.com
3658S: Supported
3659
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660SGI VISUAL WORKSTATION 320 AND 540
3661P: Andrey Panin
3662M: pazke@donpac.ru
3663L: linux-visws-devel@lists.sf.net
3664W: http://linux-visws.sf.net
3665S: Maintained for 2.6.
3666
3667SIMTEC EB110ATX (Chalice CATS)
3668P: Ben Dooks
3669P: Vincent Sanders
3670M: support@simtec.co.uk
3671W: http://www.simtec.co.uk/products/EB110ATX/
3672S: Supported
3673
3674SIMTEC EB2410ITX (BAST)
3675P: Ben Dooks
3676P: Vincent Sanders
3677M: support@simtec.co.uk
3678W: http://www.simtec.co.uk/products/EB2410ITX/
3679S: Supported
3680
Francois Romieu92aab3c2005-07-30 13:11:18 +02003681SIS 190 ETHERNET DRIVER
3682P: Francois Romieu
3683M: romieu@fr.zoreil.com
3684L: netdev@vger.kernel.org
3685S: Maintained
3686
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687SIS 900/7016 FAST ETHERNET DRIVER
3688P: Daniele Venzano
3689M: venza@brownhat.org
3690W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003691L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692S: Maintained
3693
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003694SIS 96X I2C/SMBUS DRIVER
3695P: Mark M. Hoffman
3696M: mhoffman@lightlink.com
3697L: lm-sensors@lm-sensors.org
3698S: Maintained
3699
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700SIS FRAMEBUFFER DRIVER
3701P: Thomas Winischhofer
3702M: thomas@winischhofer.net
3703W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003704S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705
3706SIS USB2VGA DRIVER
3707P: Thomas Winischhofer
3708M: thomas@winischhofer.net
3709W: http://www.winischhofer.at/linuxsisusbvga.shtml
3710S: Maintained
3711
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003712SLAB ALLOCATOR
3713P: Christoph Lameter
3714M: clameter@sgi.com
3715P: Pekka Enberg
3716M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003717P: Matt Mackall
3718M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003719L: linux-mm@kvack.org
3720S: Maintained
3721
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722SMC91x ETHERNET DRIVER
3723P: Nicolas Pitre
3724M: nico@cam.org
3725S: Maintained
3726
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003727SMSC47B397 HARDWARE MONITOR DRIVER
3728P: Mark M. Hoffman
3729M: mhoffman@lightlink.com
3730L: lm-sensors@lm-sensors.org
3731S: Maintained
3732
Ben Nizetteb54f2862008-03-13 22:27:30 +11003733SMX UIO Interface
3734P: Ben Nizette
3735M: bn@niasdigital.com
3736S: Maintained
3737
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738SOFTWARE RAID (Multiple Disks) SUPPORT
3739P: Ingo Molnar
3740M: mingo@redhat.com
3741P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003742M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003744S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745
Pavel Machek95a631e2007-07-19 01:47:42 -07003746HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747P: Pavel Machek
3748M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003749P: Rafael J. Wysocki
3750M: rjw@sisk.pl
3751L: linux-pm@lists.linux-foundation.org
3752S: Supported
3753
3754SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003755P: Len Brown
3756M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003757P: Pavel Machek
3758M: pavel@suse.cz
3759P: Rafael J. Wysocki
3760M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003761L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003762S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763
3764SONIC NETWORK DRIVER
3765P: Thomas Bogendoerfer
3766M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003767L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768S: Maintained
3769
Michael Buesch61e115a2007-09-18 15:12:50 -04003770SONICS SILICON BACKPLANE DRIVER (SSB)
3771P: Michael Buesch
3772M: mb@bu3sch.de
3773L: netdev@vger.kernel.org
3774S: Maintained
3775
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003777P: Mattia Dongili
3778M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003779L: linux-acpi@vger.kernel.org
3780W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781S: Maintained
3782
Alex Dubovbaf85322008-02-09 10:20:54 -08003783SONY MEMORYSTICK CARD SUPPORT
3784P: Alex Dubov
3785M: oakad@yahoo.com
3786L: linux-kernel@vger.kernel.org
3787W: http://tifmxx.berlios.de/
3788S: Maintained
3789
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790SOUND
3791P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003792M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003793L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794S: Maintained
3795
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003796SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3797P: Liam Girdwood
3798M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003799P: Mark Brown
3800M: broonie@opensource.wolfsonmicro.com
3801T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003802L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003803S: Supported
3804
Kumar Gala025c3982006-04-02 16:05:54 -05003805SPI SUBSYSTEM
3806P: David Brownell
3807M: dbrownell@users.sourceforge.net
3808L: spi-devel-general@lists.sourceforge.net
3809S: Maintained
3810
Arnd Bergmannb8154542008-05-16 11:10:59 +02003811SPU FILE SYSTEM
3812P: Jeremy Kerr
3813M: jk@ozlabs.org
3814L: linuxppc-dev@ozlabs.org
3815L: cbe-oss-dev@ozlabs.org
3816W: http://www.ibm.com/developerworks/power/cell/
3817S: Supported
3818
Steven Rostedt855f46a2006-08-05 12:14:50 -07003819STABLE BRANCH:
3820P: Greg Kroah-Hartman
3821M: greg@kroah.com
3822P: Chris Wright
3823M: chrisw@sous-sol.org
3824L: stable@kernel.org
3825S: Maintained
3826
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827SHARP LH SUPPORT (LH7952X & LH7A40X)
3828P: Marc Singer
3829M: elf@buici.com
3830W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003831L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832S: Maintained
3833
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003834SHPC HOTPLUG DRIVER
3835P: Kristen Carlson Accardi
3836M: kristen.c.accardi@intel.com
3837L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003838S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003839
Pierre Ossmand129bce2006-03-24 03:18:17 -08003840SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3841P: Pierre Ossman
3842M: drzeus-sdhci@drzeus.cx
3843L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003844S: Maintained
3845
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003846SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3847P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003848M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003849L: netdev@vger.kernel.org
3850S: Maintained
3851
Chris Boot1a87d942006-07-10 04:45:34 -07003852SOEKRIS NET48XX LED SUPPORT
3853P: Chris Boot
3854M: bootc@bootc.net
3855S: Maintained
3856
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857SPARC (sparc32):
3858P: William L. Irwin
3859M: wli@holomorphy.com
3860L: sparclinux@vger.kernel.org
3861S: Maintained
3862
3863SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3864P: Roger Wolff
3865M: R.E.Wolff@BitWizard.nl
3866L: linux-kernel@vger.kernel.org ?
3867S: Supported
3868
Jim Lewis2752e402006-09-29 02:01:19 -07003869SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003870P: Ishizaki Kou
3871M: kou.ishizaki@toshiba.co.jp
3872P: Jens Osterkamp
3873M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003874L: netdev@vger.kernel.org
3875S: Supported
3876
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877SRM (Alpha) environment access
3878P: Jan-Benedict Glaw
3879M: jbglaw@lug-owl.de
3880L: linux-kernel@vger.kernel.org
3881S: Maintained
3882
3883STARFIRE/DURALAN NETWORK DRIVER
3884P: Ion Badulescu
3885M: ionut@cs.columbia.edu
3886S: Maintained
3887
3888STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3889W: http://mosquitonet.Stanford.EDU/strip.html
3890S: Unsupported ?
3891
3892STRADIS MPEG-2 DECODER DRIVER
3893P: Nathan Laredo
3894M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895W: http://www.stradis.com/
3896S: Maintained
3897
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003898SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899P: Paul Mundt
3900M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003901L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003903T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904S: Maintained
3905
3906SUN3/3X
3907P: Sam Creasey
3908M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909W: http://sammy.net/sun3/
3910S: Maintained
3911
3912SVGA HANDLING
3913P: Martin Mares
3914M: mj@ucw.cz
3915L: linux-video@atrey.karlin.mff.cuni.cz
3916S: Maintained
3917
3918SYSV FILESYSTEM
3919P: Christoph Hellwig
3920M: hch@infradead.org
3921S: Maintained
3922
Alan Cox4e688522008-04-30 00:52:11 -07003923TASKSTATS STATISTICS INTERFACE
3924P: Shailabh Nagar
3925M: nagar@watson.ibm.com
3926L: linux-kernel@vger.kernel.org
3927S: Maintained
3928
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003929TC CLASSIFIER
3930P: Jamal Hadi Salim
3931M: hadi@cyberus.ca
3932L: netdev@vger.kernel.org
3933S: Maintained
3934
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003935TCP LOW PRIORITY MODULE
3936P: Wong Hoi Sing, Edison
3937M: hswong3i@gmail.com
3938P: Hung Hing Lun, Mike
3939M: hlhung3i@gmail.com
3940W: http://tcp-lp-mod.sourceforge.net/
3941S: Maintained
3942
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003943TEHUTI ETHERNET DRIVER
3944P: Alexander Indenbaum
3945M: baum@tehutinetworks.net
3946P: Andy Gospodarek
3947M: andy@greyhouse.net
3948L: netdev@vger.kernel.org
3949S: Supported
3950
Alan Cox4e688522008-04-30 00:52:11 -07003951Telecom Clock Driver for MCPL0010
3952P: Mark Gross
3953M: mark.gross@intel.com
3954S: Supported
3955
3956TENSILICA XTENSA PORT (xtensa):
3957P: Chris Zankel
3958M: chris@zankel.net
3959S: Maintained
3960
3961THINKPAD ACPI EXTRAS DRIVER
3962P: Henrique de Moraes Holschuh
3963M: ibm-acpi@hmh.eng.br
3964L: ibm-acpi-devel@lists.sourceforge.net
3965W: http://ibm-acpi.sourceforge.net
3966W: http://thinkwiki.org/wiki/Ibm-acpi
3967T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3968S: Maintained
3969
Alex Dubov4020f2d2006-10-04 02:15:37 -07003970TI FLASH MEDIA INTERFACE DRIVER
3971P: Alex Dubov
3972M: oakad@yahoo.com
3973S: Maintained
3974
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003975TI OMAP MMC INTERFACE DRIVER
3976P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003977M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003978W: http://linux.omap.com
3979W: http://www.muru.com/linux/omap/
3980S: Maintained
3981
Michael Buesch844dd052006-06-26 00:24:59 -07003982TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3983P: Deepak Saxena
3984M: dsaxena@plexity.net
3985S: Maintained
3986
Per Lidene86eaa32006-01-12 16:45:18 +01003987TIPC NETWORK LAYER
3988P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003989M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003990P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003991M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003992P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003993M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003994L: tipc-discussion@lists.sourceforge.net
3995W: http://tipc.sourceforge.net/
3996W: http://tipc.cslab.ericsson.net/
3997T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3998S: Maintained
3999
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000TLAN NETWORK DRIVER
4001P: Samuel Chessman
4002M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004003L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004W: http://sourceforge.net/projects/tlan/
4005S: Maintained
4006
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007TOSHIBA ACPI EXTRAS DRIVER
4008P: John Belmonte
4009M: toshiba_acpi@memebeam.org
4010W: http://memebeam.org/toys/ToshibaAcpiDriver
4011S: Maintained
4012
4013TOSHIBA SMM DRIVER
4014P: Jonathan Buzzard
4015M: jonathan@buzzard.org.uk
4016L: tlinux-users@tce.toshiba-dme.co.jp
4017W: http://www.buzzard.org.uk/toshiba/
4018S: Maintained
4019
Alan Cox4e688522008-04-30 00:52:11 -07004020TPM DEVICE DRIVER
4021P: Kylene Hall
4022M: tpmdd-devel@lists.sourceforge.net
4023W: http://tpmdd.sourceforge.net
4024P: Marcel Selhorst
4025M: tpm@selhorst.net
4026W: http://www.prosec.rub.de/tpm/
4027L: tpmdd-devel@lists.sourceforge.net
4028S: Maintained
4029
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4031P: Muli Ben-Yehuda
4032M: mulix@mulix.org
4033L: linux-kernel@vger.kernel.org
4034S: Maintained
4035
4036TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004037P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004038M: trivial@kernel.org
4039L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040S: Maintained
4041
Alan Cox4e688522008-04-30 00:52:11 -07004042TTY LAYER
4043P: Alan Cox
4044M: alan@lxorguk.ukuu.org.uk
4045L: linux-kernel@vger.kernel.org
4046S: Maintained
4047
Grant Grundler740db6d2008-02-17 11:53:49 -07004048TULIP NETWORK DRIVERS
4049P: Grant Grundler
4050M: grundler@parisc-linux.org
4051P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004052M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004053L: netdev@vger.kernel.org
4054S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055
4056TUN/TAP driver
4057P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004058M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059L: vtun@office.satix.net
4060W: http://vtun.sourceforge.net/tun
4061S: Maintained
4062
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004063TURBOCHANNEL SUBSYSTEM
4064P: Maciej W. Rozycki
4065M: macro@linux-mips.org
4066S: Maintained
4067
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068U14-34F SCSI DRIVER
4069P: Dario Ballabio
4070M: ballabio_dario@emc.com
4071L: linux-scsi@vger.kernel.org
4072S: Maintained
4073
Alan Coxcc2020e2008-05-19 14:21:51 +01004074UCLINUX (AND M68KNOMMU)
4075P: Greg Ungerer
4076M: gerg@uclinux.org
4077W: http://www.uclinux.org/
4078L: uclinux-dev@uclinux.org (subscribers-only)
4079S: Maintained
4080
4081UCLINUX FOR NEC V850
4082P: Miles Bader
4083
4084UCLINUX FOR RENESAS H8/300
4085P: Yoshinori Sato
4086M: ysato@users.sourceforge.jp
4087W: http://uclinux-h8.sourceforge.jp/
4088S: Supported
4089
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004091P: Jan Kara
4092M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093W: http://linux-udf.sourceforge.net
4094S: Maintained
4095
Alan Coxcc2020e2008-05-19 14:21:51 +01004096UFS FILESYSTEM
4097P: Evgeniy Dushistov
4098M: dushistov@mail.ru
4099L: linux-kernel@vger.kernel.org
4100S: Maintained
4101
4102UltraSPARC (sparc64):
4103P: David S. Miller
4104M: davem@davemloft.net
4105L: sparclinux@vger.kernel.org
4106T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4107S: Maintained
4108
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109UNIFORM CDROM DRIVER
4110P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004111M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112L: linux-kernel@vger.kernel.org
4113W: http://www.kernel.dk
4114S: Maintained
4115
4116USB ACM DRIVER
4117P: Oliver Neukum
4118M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004119L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120S: Maintained
4121
Jiri Slaby6d985162008-02-06 01:37:11 -08004122USB AUERSWALD DRIVER
4123P: Wolfgang Muees
4124M: wolfgang@iksw-muees.de
4125L: linux-usb@vger.kernel.org
4126S: Maintained
4127
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128USB BLOCK DRIVER (UB ub)
4129P: Pete Zaitcev
4130M: zaitcev@redhat.com
4131L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004132L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133S: Supported
4134
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135USB CDC ETHERNET DRIVER
4136P: Greg Kroah-Hartman
4137M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004138L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139S: Maintained
4140W: http://www.kroah.com/linux-usb/
4141
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004142USB CYPRESS C67X00 DRIVER
4143P: Peter Korsgaard
4144M: jacmet@sunsite.dk
4145L: linux-usb@vger.kernel.org
4146S: Maintained
4147
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004148USB DAVICOM DM9601 DRIVER
4149P: Peter Korsgaard
4150M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004151L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004152W: http://www.linux-usb.org/usbnet
4153S: Maintained
4154
Alan Coxcc2020e2008-05-19 14:21:51 +01004155USB DIAMOND RIO500 DRIVER
4156P: Cesar Miquel
4157M: miquel@df.uba.ar
4158L: rio500-users@lists.sourceforge.net
4159W: http://rio500.sourceforge.net
4160S: Maintained
4161
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162USB EHCI DRIVER
4163P: David Brownell
4164M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004165L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004166S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167
Luca Risolia7ce08c92006-01-11 02:06:59 +00004168USB ET61X[12]51 DRIVER
4169P: Luca Risolia
4170M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004171L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004172L: video4linux-list@redhat.com
4173W: http://www.linux-projects.org
4174S: Maintained
4175
David Brownell69ae9e32006-11-14 02:03:31 -08004176USB GADGET/PERIPHERAL SUBSYSTEM
4177P: David Brownell
4178M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004179L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004180W: http://www.linux-usb.org/gadget
4181S: Maintained
4182
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004183USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004184P: Jiri Kosina
4185M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004186L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004187T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188S: Maintained
4189
Olav Kongas959eea22005-11-03 17:38:14 +02004190USB ISP116X DRIVER
4191P: Olav Kongas
4192M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004193L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004194S: Maintained
4195
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196USB KAWASAKI LSI DRIVER
4197P: Oliver Neukum
4198M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004199L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200S: Maintained
4201
4202USB MASS STORAGE DRIVER
4203P: Matthew Dharm
4204M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004205L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004206L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207S: Maintained
4208W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4209
4210USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004211P: David Brownell
4212M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004213L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004214S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215
Matthias Urlichsba460e42005-07-14 00:33:47 -07004216USB OPTION-CARD DRIVER
4217P: Matthias Urlichs
4218M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004219L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004220S: Maintained
4221
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222USB OV511 DRIVER
4223P: Mark McClelland
4224M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004225L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226W: http://alpha.dyndns.org/ov511/
4227S: Maintained
4228
4229USB PEGASUS DRIVER
4230P: Petko Manolov
4231M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004232L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004233L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234W: http://pegasus2.sourceforge.net/
4235S: Maintained
4236
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004237USB PRINTER DRIVER (usblp)
4238P: Pete Zaitcev
4239M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004240L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004241S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242
4243USB RTL8150 DRIVER
4244P: Petko Manolov
4245M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004246L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004247L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248W: http://pegasus2.sourceforge.net/
4249S: Maintained
4250
4251USB SE401 DRIVER
4252P: Jeroen Vreeken
4253M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004254L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255W: http://www.chello.nl/~j.vreeken/se401/
4256S: Maintained
4257
Alan Cox4e688522008-04-30 00:52:11 -07004258USB SERIAL BELKIN F5U103 DRIVER
4259P: William Greathouse
4260M: wgreathouse@smva.com
4261L: linux-usb@vger.kernel.org
4262S: Maintained
4263
4264USB SERIAL CYPRESS M8 DRIVER
4265P: Lonnie Mendez
4266M: dignome@gmail.com
4267L: linux-usb@vger.kernel.org
4268S: Maintained
4269W: http://geocities.com/i0xox0i
4270W: http://firstlight.net/cvs
4271
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272USB SERIAL CYBERJACK DRIVER
4273P: Matthias Bruestle and Harald Welte
4274M: support@reiner-sct.com
4275W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4276S: Maintained
4277
4278USB SERIAL DIGI ACCELEPORT DRIVER
4279P: Peter Berger and Al Borchers
4280M: pberger@brimson.com
4281M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004282L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283S: Maintained
4284
4285USB SERIAL DRIVER
4286P: Greg Kroah-Hartman
4287M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004288L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289S: Supported
4290
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4292P: Gary Brubaker
4293M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004294L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295S: Maintained
4296
4297USB SERIAL KEYSPAN DRIVER
4298P: Greg Kroah-Hartman
4299M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004300L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301W: http://www.kroah.com/linux/
4302S: Maintained
4303
4304USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004305P: Support Department
4306M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004307L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308W: http://www.connecttech.com
4309S: Supported
4310
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004311USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312P: Luca Risolia
4313M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004314L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004315L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316W: http://www.linux-projects.org
4317S: Maintained
4318
4319USB SUBSYSTEM
4320P: Greg Kroah-Hartman
4321M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004322L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004324T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325S: Supported
4326
4327USB UHCI DRIVER
4328P: Alan Stern
4329M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004330L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331S: Maintained
4332
David Brownell69ae9e32006-11-14 02:03:31 -08004333USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334P: David Brownell
4335M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004336L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004337W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338S: Maintained
4339
4340USB W996[87]CF DRIVER
4341P: Luca Risolia
4342M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004343L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004344L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345W: http://www.linux-projects.org
4346S: Maintained
4347
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004348USB WIRELESS RNDIS DRIVER (rndis_wlan)
4349P: Jussi Kivilinna
4350M: jussi.kivilinna@mbnet.fi
4351L: linux-wireless@vger.kernel.org
4352S: Maintained
4353
Luca Risolia60f78052006-02-06 16:29:35 +00004354USB ZC0301 DRIVER
4355P: Luca Risolia
4356M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004357L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004358L: video4linux-list@redhat.com
4359W: http://www.linux-projects.org
4360S: Maintained
4361
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362USB ZD1201 DRIVER
4363P: Jeroen Vreeken
4364M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004365L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366W: http://linux-lc100020.sourceforge.net
4367S: Maintained
4368
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004369USB ZR364XX DRIVER
4370P: Antoine Jacquet
4371M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004372L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004373L: video4linux-list@redhat.com
4374W: http://royale.zerezo.com/zr364xx/
4375S: Maintained
4376
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377USER-MODE LINUX
4378P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004379M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380L: user-mode-linux-devel@lists.sourceforge.net
4381L: user-mode-linux-user@lists.sourceforge.net
4382W: http://user-mode-linux.sourceforge.net
4383S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004384
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004385USERSPACE I/O (UIO)
4386P: Hans J. Koch
4387M: hjk@linutronix.de
4388P: Greg Kroah-Hartman
4389M: gregkh@suse.de
4390L: linux-kernel@vger.kernel.org
4391S: Maintained
4392
Karel Zakf899b0a2008-05-23 13:04:21 -07004393UTIL-LINUX-NG PACKAGE
4394P: Karel Zak
4395M: kzak@redhat.com
4396L: util-linux-ng@vger.kernel.org
4397W: http://kernel.org/~kzak/util-linux-ng/
4398T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4399S: Maintained
4400
Alan Cox4e688522008-04-30 00:52:11 -07004401VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402P: OGAWA Hirofumi
4403M: hirofumi@mail.parknet.co.jp
4404L: linux-kernel@vger.kernel.org
4405S: Maintained
4406
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407VIA RHINE NETWORK DRIVER
4408P: Roger Luethi
4409M: rl@hellgate.ch
4410S: Maintained
4411
Jean Delvare32c0a522005-09-22 21:47:58 +02004412VIAPRO SMBUS DRIVER
4413P: Jean Delvare
4414M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004415L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004416S: Maintained
4417
Francois Romieu01f20732007-01-26 00:57:17 -08004418VIA VELOCITY NETWORK DRIVER
4419P: Francois Romieu
4420M: romieu@fr.zoreil.com
4421L: netdev@vger.kernel.org
4422S: Maintained
4423
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004425P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004426M: mchehab@infradead.org
4427M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004429W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004430T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004431S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004432
Patrick McHardybe7f8272007-10-23 20:26:36 -07004433VLAN (802.1Q)
4434P: Patrick McHardy
4435M: kaber@trash.net
4436L: netdev@vger.kernel.org
4437S: Maintained
4438
Juerg Haefligerab413192006-09-24 20:54:04 +02004439VT1211 HARDWARE MONITOR DRIVER
4440P: Juerg Haefliger
4441M: juergh@gmail.com
4442L: lm-sensors@lm-sensors.org
4443S: Maintained
4444
Roger Lucas1de9e372005-11-26 20:20:05 +01004445VT8231 HARDWARE MONITOR DRIVER
4446P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004447M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004448L: lm-sensors@lm-sensors.org
4449S: Maintained
4450
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451W1 DALLAS'S 1-WIRE BUS
4452P: Evgeniy Polyakov
4453M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004454S: Maintained
4455
Charles Spirakis13927072006-07-05 18:05:15 +02004456W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004457P: Marc Hulsman
4458M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004459L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004460S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004461
Rudolf Marek61db0112006-12-12 18:18:30 +01004462W83793 HARDWARE MONITORING DRIVER
4463P: Rudolf Marek
4464M: r.marek@assembler.cz
4465L: lm-sensors@lm-sensors.org
4466S: Maintained
4467
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468W83L51xD SD/MMC CARD INTERFACE DRIVER
4469P: Pierre Ossman
4470M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004471L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472S: Maintained
4473
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004474WATCHDOG DEVICE DRIVERS
4475P: Wim Van Sebroeck
4476M: wim@iguana.be
4477T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4478S: Maintained
4479
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4481P: Jean Tourrilhes
4482M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004483L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004484W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4485S: Maintained
4486
4487WD7000 SCSI DRIVER
4488P: Miroslav Zagorac
4489M: zaga@fly.cc.fer.hr
4490L: linux-scsi@vger.kernel.org
4491S: Maintained
4492
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004493WISTRON LAPTOP BUTTON DRIVER
4494P: Miloslav Trmac
4495M: mitr@volny.cz
4496S: Maintained
4497
Linus Torvalds1da177e2005-04-16 15:20:36 -07004498WL3501 WIRELESS PCMCIA CARD DRIVER
4499P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004500M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004501L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004502W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503S: Maintained
4504
Mark Brownfebf1df2008-04-02 00:51:09 -04004505WM97XX TOUCHSCREEN DRIVERS
4506P: Mark Brown
4507M: broonie@opensource.wolfsonmicro.com
4508P: Liam Girdwood
4509M: liam.girdwood@wolfsonmicro.com
4510L: linux-input@vger.kernel.org
4511T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4512W: http://opensource.wolfsonmicro.com/node/7
4513S: Supported
4514
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515X.25 NETWORK LAYER
4516P: Henner Eisen
4517M: eis@baty.hanse.de
4518L: linux-x25@vger.kernel.org
4519S: Maintained
4520
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004521XEN HYPERVISOR INTERFACE
4522P: Jeremy Fitzhardinge
4523M: jeremy@xensource.com
4524P: Chris Wright
4525M: chrisw@sous-sol.org
4526L: virtualization@lists.osdl.org
4527L: xen-devel@lists.xensource.com
4528S: Supported
4529
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530XFS FILESYSTEM
4531P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004532P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004534L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004536T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537S: Supported
4538
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004539XILINX SYSTEMACE DRIVER
4540P: Grant Likely
4541M: grant.likely@secretlab.ca
4542W: http://www.secretlab.ca/
4543L: linux-kernel@vger.kernel.org
4544S: Maintained
4545
Peter Korsgaard238b8722006-12-06 20:35:17 -08004546XILINX UARTLITE SERIAL DRIVER
4547P: Peter Korsgaard
4548M: jacmet@sunsite.dk
4549L: linux-serial@vger.kernel.org
4550S: Maintained
4551
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004552X86 ARCHITECTURE (32-BIT AND 64-BIT)
4553P: Thomas Gleixner
4554M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555P: Ingo Molnar
4556M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004557P: H. Peter Anvin
4558M: hpa@zytor.com
4559L: linux-kernel@vger.kernel.org
4560T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561S: Maintained
4562
Linus Torvalds1da177e2005-04-16 15:20:36 -07004563YAM DRIVER FOR AX.25
4564P: Jean-Paul Roubelat
4565M: jpr@f6fbb.org
4566L: linux-hams@vger.kernel.org
4567S: Maintained
4568
Henkaf64a5e2005-10-12 15:02:56 +02004569YEALINK PHONE DRIVER
4570P: Henk Vergonet
4571M: Henk.Vergonet@gmail.com
4572L: usbb2k-api-dev@nongnu.org
4573S: Maintained
4574
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575Z8530 DRIVER FOR AX.25
4576P: Joerg Reuter
4577M: jreuter@yaina.de
4578W: http://yaina.de/jreuter/
4579W: http://www.qsl.net/dl1bke/
4580L: linux-hams@vger.kernel.org
4581S: Maintained
4582
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004583ZD1211RW WIRELESS DRIVER
4584P: Daniel Drake
4585M: dsd@gentoo.org
4586P: Ulrich Kunitz
4587M: kune@deine-taler.de
4588W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004589L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004590L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4591S: Maintained
4592
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593ZF MACHZ WATCHDOG
4594P: Fernando Fuganti
4595M: fuganti@netbank.com.br
4596W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4597S: Maintained
4598
4599ZR36067 VIDEO FOR LINUX DRIVER
4600P: Ronald Bultje
4601M: rbultje@ronald.bitfreak.net
4602L: mjpeg-users@lists.sourceforge.net
4603W: http://mjpeg.sourceforge.net/driver-zoran/
4604S: Maintained
4605
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004606ZS DECSTATION Z85C30 SERIAL DRIVER
4607P: Maciej W. Rozycki
4608M: macro@linux-mips.org
4609S: Maintained
4610
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611THE REST
4612P: Linus Torvalds
4613S: Buried alive in reporters