blob: abe27871ad6a54c56b48789aa4480a020e863fee [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
231W: http://acpi.sourceforge.net/
232S: 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
238W: http://acpi.sourceforge.net/
239S: 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
245W: http://acpi.sourceforge.net/
246S: 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
258W: http://acpi.sourceforge.net/
259S: 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
265W: http://acpi.sourceforge.net/
266S: 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
277M: kyle@parisc-linux.org
278P: 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
Alan Cox20292bc2008-02-06 01:36:07 -0800370L: info-linux@geode.amd.com (subscribers-only)
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
Alan Cox20292bc2008-02-06 01:36:07 -0800375L: info-linux@geode.amd.com (subscribers-only)
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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478ARM/CORGI MACHINE SUPPORT
479P: Richard Purdie
480M: rpurdie@rpsys.net
481S: Maintained
482
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800483ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100489ARM/GUMSTIX MACHINE SUPPORT
490P: Steve Sakoman
491M: sakoman@gmail.com
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100495ARM/HP JORNADA 7XX MACHINE SUPPORT
496P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100497M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100498W: www.jlime.com
499S: Maintained
500
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501ARM/INTEL IOP32X ARM ARCHITECTURE
502P: Lennert Buytenhek
503M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100504P: Dan Williams
505M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100507S: Supported
508
509ARM/INTEL IOP33X ARM ARCHITECTURE
510P: Dan Williams
511M: dan.j.williams@intel.com
512L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
513S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800514
515ARM/INTEL IOP13XX ARM ARCHITECTURE
516P: Lennert Buytenhek
517M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100518P: Dan Williams
519M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100521S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522
523ARM/INTEL IQ81342EX MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100526P: Dan Williams
527M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100529S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800530
531ARM/INTEL IXP2000 ARM ARCHITECTURE
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Maintained
536
537ARM/INTEL IXDP2850 MACHINE SUPPORT
538P: Lennert Buytenhek
539M: kernel@wantstofly.org
540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541S: Maintained
542
543ARM/INTEL IXP23XX ARM ARCHITECTURE
544P: Lennert Buytenhek
545M: kernel@wantstofly.org
546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547S: Maintained
548
549ARM/INTEL XSC3 (MANZANO) ARM CORE
550P: Lennert Buytenhek
551M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100552P: Dan Williams
553M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800554L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100555S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800556
557ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
558P: Lennert Buytenhek
559M: kernel@wantstofly.org
560L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
561S: Maintained
562
563ARM/LOGICPD PXA270 MACHINE SUPPORT
564P: Lennert Buytenhek
565M: kernel@wantstofly.org
566L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
567S: Maintained
568
Dirk Opfer8459c152005-11-06 14:27:52 +0000569ARM/TOSA MACHINE SUPPORT
570P: Dirk Opfer
571M: dirk@opfer-online.de
572S: Maintained
573
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574ARM/PLEB SUPPORT
575P: Peter Chubb
576M: pleb@gelato.unsw.edu.au
577W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
578S: Maintained
579
580ARM/PT DIGITAL BOARD PORT
581P: Stefan Eletzhofer
582M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584W: http://www.arm.linux.org.uk/
585S: Maintained
586
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800587ARM/RADISYS ENP2611 MACHINE SUPPORT
588P: Lennert Buytenhek
589M: kernel@wantstofly.org
590L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
591S: Maintained
592
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593ARM/SHARK MACHINE SUPPORT
594P: Alexander Schulz
595M: alex@shark-linux.de
596W: http://www.shark-linux.de/shark.html
597S: Maintained
598
599ARM/STRONGARM110 PORT
600P: Russell King
601M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603W: http://www.arm.linux.org.uk/
604S: Maintained
605
606ARM/S3C2410 ARM ARCHITECTURE
607P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800608M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610W: http://www.fluff.org/ben/linux/
611S: Maintained
612
613ARM/S3C2440 ARM ARCHITECTURE
614P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800615M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700616L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617W: http://www.fluff.org/ben/linux/
618S: Maintained
619
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800620ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
621P: Lennert Buytenhek
622M: kernel@wantstofly.org
623L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624S: Maintained
625
626ARM/THECUS N2100 MACHINE SUPPORT
627P: Lennert Buytenhek
628M: kernel@wantstofly.org
629L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630S: Maintained
631
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632ARPD SUPPORT
633P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700634L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635S: Maintained
636
637ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500638P: Corentin Chary
639M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640P: Karol Kozimor
641M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642L: acpi4asus-user@lists.sourceforge.net
643W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500644W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645S: Maintained
646
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400647ASUS ASB100 HARDWARE MONITOR DRIVER
648P: Mark M. Hoffman
649M: mhoffman@lightlink.com
650L: lm-sensors@lm-sensors.org
651S: Maintained
652
Corentin Chary85091b72007-01-26 14:04:30 +0100653ASUS LAPTOP EXTRAS DRIVER
654P: Corentin Chary
655M: corentincj@iksaif.net
656L: acpi4asus-user@lists.sourceforge.net
657W: http://sourceforge.net/projects/acpi4asus
658W: http://xf.iksaif.net/acpi4asus
659S: Maintained
660
Dan Williamsb3e5f262007-08-07 10:26:35 -0700661ASYNCHRONOUS TRANSFERS/TRANSFORMS API
662P: Dan Williams
663M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100664P: Maciej Sosnowski
665M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700666L: linux-kernel@vger.kernel.org
667W: http://sourceforge.net/projects/xscaleiop
668S: Supported
669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670ATA OVER ETHERNET DRIVER
671P: Ed L. Cashin
672M: ecashin@coraid.com
673W: http://www.coraid.com/support/linux
674S: Supported
675
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200676ATHEROS ATH5K WIRELESS DRIVER
677P: Jiri Slaby
678M: jirislaby@gmail.com
679P: Nick Kossifidis
680M: mickflemm@gmail.com
681P: Luis R. Rodriguez
682M: mcgrof@gmail.com
683L: linux-wireless@vger.kernel.org
684L: ath5k-devel@lists.ath5k.org
685S: Maintained
686
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000687ATI_REMOTE2 DRIVER
688P: Ville Syrjala
689M: syrjala@sci.fi
690S: Maintained
691
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600692ATL1 ETHERNET DRIVER
693P: Jay Cliburn
694M: jcliburn@gmail.com
695P: Chris Snook
696M: csnook@redhat.com
697L: atl1-devel@lists.sourceforge.net
698W: http://sourceforge.net/projects/atl1
699W: http://atl1.sourceforge.net
700S: Maintained
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702ATM
703P: Chas Williams
704M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700705L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706W: http://linux-atm.sourceforge.net
707S: Maintained
708
Pierre Ossman272f1332007-05-14 21:25:26 +0200709ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200710P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800711M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200712L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
713W: http://www.atmel.com/products/AT91/
714W: http://www.at91.com/
715S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200716
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800717ATMEL AT91 / AT32 SERIAL DRIVER
718P: Haavard Skinnemoen
719M: hskinnemoen@atmel.com
720L: linux-kernel@vger.kernel.org
721S: Supported
722
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800723ATMEL LCDFB DRIVER
724P: Nicolas Ferre
725M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800726L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800727S: Maintained
728
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100729ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100730P: Haavard Skinnemoen
731M: hskinnemoen@atmel.com
732S: Supported
733
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800734ATMEL SPI DRIVER
735P: Haavard Skinnemoen
736M: hskinnemoen@atmel.com
737S: Supported
738
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700739ATMEL USBA UDC DRIVER
740P: Haavard Skinnemoen
741M: hskinnemoen@atmel.com
742L: kernel@avr32linux.org
743W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
744S: Supported
745
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746ATMEL WIRELESS DRIVER
747P: Simon Kelley
748M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700749L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750W: http://www.thekelleys.org.uk/atmel
751W: http://atmelwlandriver.sourceforge.net/
752S: Maintained
753
Chris Wrighta92b7b82005-07-07 18:12:23 -0700754AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400755P: Al Viro
756M: viro@zeniv.linux.org.uk
757P: Eric Paris
758M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700759L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100760W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400761T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700762S: Maintained
763
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800764AUXILIARY DISPLAY DRIVERS
765P: Miguel Ojeda Sandonis
766M: maxextreme@gmail.com
767L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700768W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800769S: Maintained
770
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700771AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700772P: Haavard Skinnemoen
773M: hskinnemoen@atmel.com
774W: http://www.atmel.com/products/AVR32/
775W: http://avr32linux.org/
776W: http://avrfreaks.net/
777S: Supported
778
779AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700780P: Haavard Skinnemoen
781M: hskinnemoen@atmel.com
782S: Supported
783
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784AX.25 NETWORK LAYER
785P: Ralf Baechle
786M: ralf@linux-mips.org
787L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200788W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789S: Maintained
790
Richard Purdie300abeb2007-02-07 22:21:07 +0000791BACKLIGHT CLASS/SUBSYSTEM
792P: Richard Purdie
793M: rpurdie@rpsys.net
794S: Maintained
795
Bryan Wu1394f032007-05-06 14:50:22 -0700796BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800797P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800798M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800799L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
800W: http://blackfin.uclinux.org
801S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700802
Bryan Wue190d6b2007-07-17 14:43:44 +0800803BLACKFIN EMAC DRIVER
804P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800805M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800806L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
807W: http://blackfin.uclinux.org
808S: Supported
809
Mike Frysinger566da5b2007-06-11 15:31:30 +0800810BLACKFIN RTC DRIVER
811P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800812M: vapier.adi@gmail.com
813L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
814W: http://blackfin.uclinux.org
815S: Supported
816
Bryan Wu1394f032007-05-06 14:50:22 -0700817BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800818P: Sonic Zhang
819M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800820L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
821W: http://blackfin.uclinux.org
822S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700823
Bryan Wu1e6d3202007-07-15 02:50:02 +0800824BLACKFIN WATCHDOG DRIVER
825P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800826M: vapier.adi@gmail.com
827L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828W: http://blackfin.uclinux.org
829S: Supported
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831BAYCOM/HDLCDRV DRIVERS FOR AX.25
832P: Thomas Sailer
833M: t.sailer@alumni.ethz.ch
834L: linux-hams@vger.kernel.org
835W: http://www.baycom.org/~tom/ham/ham.html
836S: Maintained
837
Michael Buesche4d6b792007-09-18 15:39:42 -0400838B43 WIRELESS DRIVER
839P: Michael Buesch
840M: mb@bu3sch.de
841P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100842M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400843L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100844W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400845S: Maintained
846
Larry Finger75388ac2007-09-25 16:46:54 -0700847B43LEGACY WIRELESS DRIVER
848P: Larry Finger
849M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100850P: Stefano Brivio
851M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700852L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100853W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700854S: Maintained
855
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856BEFS FILE SYSTEM
857P: Sergey S. Kostyliov
858M: rathamahata@php4.ru
859L: linux-kernel@vger.kernel.org
860S: Maintained
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862BFS FILE SYSTEM
863P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800864M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865L: linux-kernel@vger.kernel.org
866S: Maintained
867
Bryan Wud24ecfc2007-05-01 23:26:32 +0200868BLACKFIN I2C TWI DRIVER
869P: Sonic Zhang
870M: sonic.zhang@analog.com
871L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
872W: http://blackfin.uclinux.org/
873S: Supported
874
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875BLOCK LAYER
876P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200877M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800879T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880S: Maintained
881
Joern Engel2b54aae2008-02-06 01:38:02 -0800882BLOCK2MTD DRIVER
883P: Joern Engel
884M: joern@lazybastard.org
885L: linux-mtd@lists.infradead.org
886S: Maintained
887
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888BLUETOOTH SUBSYSTEM
889P: Marcel Holtmann
890M: marcel@holtmann.org
891P: Maxim Krasnyansky
892M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700893L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894W: http://bluez.sf.net
895W: http://www.bluez.org
896W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800897T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898S: Maintained
899
900BLUETOOTH RFCOMM LAYER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903P: Maxim Krasnyansky
904M: maxk@qualcomm.com
905S: Maintained
906
907BLUETOOTH BNEP LAYER
908P: Marcel Holtmann
909M: marcel@holtmann.org
910P: Maxim Krasnyansky
911M: maxk@qualcomm.com
912S: Maintained
913
914BLUETOOTH CMTP LAYER
915P: Marcel Holtmann
916M: marcel@holtmann.org
917S: Maintained
918
919BLUETOOTH HIDP LAYER
920P: Marcel Holtmann
921M: marcel@holtmann.org
922S: Maintained
923
924BLUETOOTH HCI UART DRIVER
925P: Marcel Holtmann
926M: marcel@holtmann.org
927P: Maxim Krasnyansky
928M: maxk@qualcomm.com
929S: Maintained
930
931BLUETOOTH HCI USB DRIVER
932P: Marcel Holtmann
933M: marcel@holtmann.org
934P: Maxim Krasnyansky
935M: maxk@qualcomm.com
936S: Maintained
937
938BLUETOOTH HCI BCM203X DRIVER
939P: Marcel Holtmann
940M: marcel@holtmann.org
941S: Maintained
942
943BLUETOOTH HCI BPA10X DRIVER
944P: Marcel Holtmann
945M: marcel@holtmann.org
946S: Maintained
947
948BLUETOOTH HCI BFUSB DRIVER
949P: Marcel Holtmann
950M: marcel@holtmann.org
951S: Maintained
952
953BLUETOOTH HCI DTL1 DRIVER
954P: Marcel Holtmann
955M: marcel@holtmann.org
956S: Maintained
957
958BLUETOOTH HCI BLUECARD DRIVER
959P: Marcel Holtmann
960M: marcel@holtmann.org
961S: Maintained
962
963BLUETOOTH HCI BT3C DRIVER
964P: Marcel Holtmann
965M: marcel@holtmann.org
966S: Maintained
967
968BLUETOOTH HCI BTUART DRIVER
969P: Marcel Holtmann
970M: marcel@holtmann.org
971S: Maintained
972
973BLUETOOTH HCI VHCI DRIVER
974P: Maxim Krasnyansky
975M: maxk@qualcomm.com
976S: Maintained
977
978BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100979P: Jay Vosburgh
980M: fubar@us.ibm.com
981L: bonding-devel@lists.sourceforge.net
982W: http://sourceforge.net/projects/bonding/
983S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000985BROADBAND PROCESSOR ARCHITECTURE
986P: Arnd Bergmann
987M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100988L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400989W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000990S: Supported
991
Gary Zambrano39105892006-06-22 17:26:20 -0700992BROADCOM B44 10/100 ETHERNET DRIVER
993P: Gary Zambrano
994M: zambrano@broadcom.com
995L: netdev@vger.kernel.org
996S: Supported
997
Michael Chan948c51e2006-06-04 02:51:39 -0700998BROADCOM BNX2 GIGABIT ETHERNET DRIVER
999P: Michael Chan
1000M: mchan@broadcom.com
1001L: netdev@vger.kernel.org
1002S: Supported
1003
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001004BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1005P: Eliezer Tamir
1006M: eliezert@broadcom.com
1007L: netdev@vger.kernel.org
1008S: Supported
1009
Michael Chan948c51e2006-06-04 02:51:39 -07001010BROADCOM TG3 GIGABIT ETHERNET DRIVER
1011P: Michael Chan
1012M: mchan@broadcom.com
1013L: netdev@vger.kernel.org
1014S: Supported
1015
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001016BSG (block layer generic sg v4 driver)
1017P: FUJITA Tomonori
1018M: fujita.tomonori@lab.ntt.co.jp
1019L: linux-scsi@vger.kernel.org
1020S: Supported
1021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001023P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001024M: mchehab@infradead.org
1025M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001027W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001028T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
Jonathan Corbet77d51402007-03-22 19:44:17 -03001031CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1032P: Jonathan Corbet
1033M: corbet@lwn.net
1034L: video4linux-list@redhat.com
1035S: Maintained
1036
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001037CAN NETWORK LAYER
1038P: Urs Thuermann
1039M: urs.thuermann@volkswagen.de
1040P: Oliver Hartkopp
1041M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001042L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001043W: http://developer.berlios.de/projects/socketcan/
1044S: Maintained
1045
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001046CALGARY x86-64 IOMMU
1047P: Muli Ben-Yehuda
1048M: muli@il.ibm.com
1049P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001050M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001051L: linux-kernel@vger.kernel.org
1052L: discuss@x86-64.org
1053S: Maintained
1054
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001055CFAG12864B LCD DRIVER
1056P: Miguel Ojeda Sandonis
1057M: maxextreme@gmail.com
1058L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001059W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001060S: Maintained
1061
1062CFAG12864BFB LCD FRAMEBUFFER DRIVER
1063P: Miguel Ojeda Sandonis
1064M: maxextreme@gmail.com
1065L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001066W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001067S: Maintained
1068
Johannes Berg704232c2007-04-23 12:20:05 -07001069CFG80211 and NL80211
1070P: Johannes Berg
1071M: johannes@sipsolutions.net
1072L: linux-wireless@vger.kernel.org
1073S: Maintained
1074
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001075CHECKPATCH
1076P: Andy Whitcroft
1077M: apw@shadowen.org
1078P: Randy Dunlap
1079M: rdunlap@xenotime.net
1080P: Joel Schopp
1081M: jschopp@austin.ibm.com
1082S: Supported
1083
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084COMMON INTERNET FILE SYSTEM (CIFS)
1085P: Steve French
1086M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001087L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001089W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001090T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001091S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092
Joel Becker7063fbf2005-12-15 14:29:43 -08001093CONFIGFS
1094P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001095M: joel.becker@oracle.com
1096L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001097S: Supported
1098
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001099CIRRUS LOGIC EP93XX ETHERNET DRIVER
1100P: Lennert Buytenhek
1101M: kernel@wantstofly.org
1102L: netdev@vger.kernel.org
1103S: Maintained
1104
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001105CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1106P: Lennert Buytenhek
1107M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001108L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001109S: Maintained
1110
Timur Tabid9e9d822008-04-24 08:45:26 +10001111CIRRUS LOGIC CS4270 SOUND DRIVER
1112P: Timur Tabi
1113M: timur@freescale.com
1114L: alsa-devel@alsa-project.org
1115S: Supported
1116
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1118P: Cirrus Logic Corporation (kernel 2.2 driver)
1119M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1120P: Nils Faerber (port to kernel 2.4)
1121M: Nils Faerber <nils@kernelconcepts.de>
1122S: Maintained
1123
1124CODA FILE SYSTEM
1125P: Jan Harkes
1126M: jaharkes@cs.cmu.edu
1127M: coda@cs.cmu.edu
1128L: codalist@coda.cs.cmu.edu
1129W: http://www.coda.cs.cmu.edu/
1130S: Maintained
1131
1132COMPACTPCI HOTPLUG CORE
1133P: Scott Murray
1134M: scottm@somanetworks.com
1135M: scott@spiteful.org
1136L: pcihpd-discuss@lists.sourceforge.net
1137S: Supported
1138
1139COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1140P: Scott Murray
1141M: scottm@somanetworks.com
1142M: scott@spiteful.org
1143L: pcihpd-discuss@lists.sourceforge.net
1144S: Supported
1145
1146COMPACTPCI HOTPLUG GENERIC DRIVER
1147P: Scott Murray
1148M: scottm@somanetworks.com
1149M: scott@spiteful.org
1150L: pcihpd-discuss@lists.sourceforge.net
1151S: Supported
1152
1153COMPUTONE INTELLIPORT MULTIPORT CARD
1154P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001155M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001157S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158
Simon Arlott949be0f2007-03-06 02:47:46 -08001159CONEXANT ACCESSRUNNER USB DRIVER
1160P: Simon Arlott
1161M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001162L: accessrunner-general@lists.sourceforge.net
1163W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001164S: Maintained
1165
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001166CONTROL GROUPS (CGROUPS)
1167P: Paul Menage
1168M: menage@google.com
1169L: containers@lists.linux-foundation.org
1170S: Maintained
1171
Rudolf Marekbebe4672007-05-08 17:22:02 +02001172CORETEMP HARDWARE MONITORING DRIVER
1173P: Rudolf Marek
1174M: r.marek@assembler.cz
1175L: lm-sensors@lm-sensors.org
1176S: Maintained
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178COSA/SRP SYNC SERIAL DRIVER
1179P: Jan "Yenya" Kasprzak
1180M: kas@fi.muni.cz
1181W: http://www.fi.muni.cz/~kas/cosa/
1182S: Maintained
1183
1184CPU FREQUENCY DRIVERS
1185P: Dave Jones
1186M: davej@codemonkey.org.uk
1187L: cpufreq@lists.linux.org.uk
1188W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001189T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190S: Maintained
1191
1192CPUID/MSR DRIVER
1193P: H. Peter Anvin
1194M: hpa@zytor.com
1195S: Maintained
1196
Paul Jacksoned90fb42005-09-27 21:45:37 -07001197CPUSETS
1198P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001199P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001200M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001201M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001202L: linux-kernel@vger.kernel.org
1203W: http://www.bullopensource.org/cpuset/
1204S: Supported
1205
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001207W: http://sourceforge.net/projects/cramfs/
1208S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209
1210CRIS PORT
1211P: Mikael Starvik
1212M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001213P: Jesper Nilsson
1214M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215L: dev-etrax@axis.com
1216W: http://developer.axis.com
1217S: Maintained
1218
1219CRYPTO API
1220P: Herbert Xu
1221M: herbert@gondor.apana.org.au
1222P: David S. Miller
1223M: davem@davemloft.net
1224L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001225T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226S: Maintained
1227
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001228CS5535 Audio ALSA driver
1229P: Jaya Kumar
1230M: jayakumar.alsa@gmail.com
1231S: Maintained
1232
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233CYBERPRO FB DRIVER
1234P: Russell King
1235M: rmk@arm.linux.org.uk
1236W: http://www.arm.linux.org.uk/
1237S: Maintained
1238
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001239CYBLAFB FRAMEBUFFER DRIVER
1240P: Knut Petersen
1241M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001242L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001243S: Maintained
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245CYCLADES 2X SYNC CARD DRIVER
1246P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001247M: acme@ghostprotocols.net
1248W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249S: Maintained
1250
1251CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001253S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254
1255CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001257S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259DAMA SLAVE for AX.25
1260P: Joerg Reuter
1261M: jreuter@yaina.de
1262W: http://yaina.de/jreuter/
1263W: http://www.qsl.net/dl1bke/
1264L: linux-hams@vger.kernel.org
1265S: Maintained
1266
1267DC395x SCSI driver
1268P: Oliver Neukum
1269M: oliver@neukum.name
1270P: Ali Akcaagac
1271M: aliakc@web.de
1272P: Jamie Lenehan
1273M: lenehan@twibble.org
1274W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001275L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276L: http://lists.twibble.org/mailman/listinfo/dc395x/
1277S: Maintained
1278
1279DC390/AM53C974 SCSI driver
1280P: Kurt Garloff
1281M: garloff@suse.de
1282W: http://www.garloff.de/kurt/linux/dc390/
1283P: Guennadi Liakhovetski
1284M: g.liakhovetski@gmx.de
1285S: Maintained
1286
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001287DCCP PROTOCOL
1288P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001289M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001290L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001291W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001292S: Maintained
1293
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001295P: Christine Caulfield
1296M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297W: http://linux-decnet.sourceforge.net
1298L: linux-decnet-user@lists.sourceforge.net
1299S: Maintained
1300
1301DEFXX FDDI NETWORK DRIVER
1302P: Maciej W. Rozycki
1303M: macro@linux-mips.org
1304S: Maintained
1305
1306DELL LAPTOP SMM DRIVER
1307P: Massimo Dal Zotto
1308M: dz@debian.org
1309W: http://www.debian.org/~dz/i8k/
1310S: Maintained
1311
Doug Warzecha90563ec2005-09-06 15:17:15 -07001312DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1313P: Doug Warzecha
1314M: Douglas_Warzecha@dell.com
1315S: Maintained
1316
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001317DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318P: Alasdair Kergon
1319L: dm-devel@redhat.com
1320W: http://sources.redhat.com/dm
1321S: Maintained
1322
1323DEVICE NUMBER REGISTRY
1324P: Torben Mathiasen
1325M: device@lanana.org
1326W: http://lanana.org/docs/device-list/index.html
1327L: linux-kernel@vger.kernel.org
1328S: Maintained
1329
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330DIGI INTL. EPCA DRIVER
1331P: Digi International, Inc
1332M: Eng.Linux@digi.com
1333L: Eng.Linux@digi.com
1334W: http://www.digi.com
1335S: Orphaned
1336
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337DIRECTORY NOTIFICATION
1338P: Stephen Rothwell
1339M: sfr@canb.auug.org.au
1340L: linux-kernel@vger.kernel.org
1341S: Supported
1342
1343DISK GEOMETRY AND PARTITION HANDLING
1344P: Andries Brouwer
1345M: aeb@cwi.nl
1346W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1347W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1348W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1349S: Maintained
1350
1351DISKQUOTA:
1352P: Jan Kara
1353M: jack@suse.cz
1354L: linux-kernel@vger.kernel.org
1355S: Maintained
1356
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001357DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001358P: Christine Caulfield
1359M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001360P: David Teigland
1361M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001362L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001363W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001364T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001365S: Supported
1366
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1368P: Tobias Ringstrom
1369M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001370L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371S: Maintained
1372
Dan Williamsb3e5f262007-08-07 10:26:35 -07001373DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001374P: Maciej Sosnowski
1375M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001376P: Dan Williams
1377M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001378L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001379S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001380
Juerg Haefligerb8250372007-06-09 10:11:16 -04001381DME1737 HARDWARE MONITOR DRIVER
1382P: Juerg Haefliger
1383M: juergh@gmail.com
1384L: lm-sensors@lm-sensors.org
1385S: Maintained
1386
Martin Waitzba483d52005-06-17 13:20:59 -07001387DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001388P: Randy Dunlap
1389M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001390S: Maintained
1391
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001392DOCKING STATION DRIVER
1393P: Kristen Carlson Accardi
1394M: kristen.c.accardi@intel.com
1395L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001396S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001397
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398DOUBLETALK DRIVER
1399P: James R. Van Zandt
1400M: jrv@vanzandt.mv.com
1401L: blinux-list@redhat.com
1402S: Maintained
1403
1404DRIVER CORE, KOBJECTS, AND SYSFS
1405P: Greg Kroah-Hartman
1406M: gregkh@suse.de
1407L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001408T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409S: Supported
1410
1411DRM DRIVERS
1412P: David Airlie
1413M: airlied@linux.ie
1414L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001415T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416S: Maintained
1417
1418DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001419P: Francois Romieu
1420M: romieu@fr.zoreil.com
1421L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422S: Maintained
1423
1424DVB SUBSYSTEM AND DRIVERS
1425P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001426M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001428W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001429T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001430S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001432DZ DECSTATION DZ11 SERIAL DRIVER
1433P: Maciej W. Rozycki
1434M: macro@linux-mips.org
1435S: Maintained
1436
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437EATA-DMA SCSI DRIVER
1438P: Michael Neuffer
1439L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1440S: Maintained
1441
1442EATA ISA/EISA/PCI SCSI DRIVER
1443P: Dario Ballabio
1444M: ballabio_dario@emc.com
1445L: linux-scsi@vger.kernel.org
1446S: Maintained
1447
1448EATA-PIO SCSI DRIVER
1449P: Michael Neuffer
1450M: mike@i-Connect.Net
1451L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1452S: Maintained
1453
1454EBTABLES
1455P: Bart De Schuymer
1456M: bart.de.schuymer@pandora.be
1457L: ebtables-user@lists.sourceforge.net
1458L: ebtables-devel@lists.sourceforge.net
1459W: http://ebtables.sourceforge.net/
1460S: Maintained
1461
Michael Halcrow237fead2006-10-04 02:16:22 -07001462ECRYPT FILE SYSTEM
1463P: Mike Halcrow, Phillip Hellewell
1464M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1465L: ecryptfs-devel@lists.sourceforge.net
1466W: http://ecryptfs.sourceforge.net/
1467S: Supported
1468
Alan Coxda9bb1d2006-01-18 17:44:13 -08001469EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001470P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001471M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001472L: bluesmoke-devel@lists.sourceforge.net
1473W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001474S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001475
1476EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001477P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001478P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001479M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001480M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001481L: bluesmoke-devel@lists.sourceforge.net
1482W: bluesmoke.sourceforge.net
1483S: Maintained
1484
1485EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001486P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001487M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001488L: bluesmoke-devel@lists.sourceforge.net
1489W: bluesmoke.sourceforge.net
1490S: Maintained
1491
Douglas Thompson6bc78402007-07-19 01:50:12 -07001492EDAC-I82443BXGX
1493P: Tim Small
1494M: tim@buttersideup.com
1495L: bluesmoke-devel@lists.sourceforge.net
1496W: bluesmoke.sourceforge.net
1497S: Maintained
1498
1499EDAC-I3000
1500P: Jason Uhlenkott
1501M: juhlenko@akamai.com
1502L: bluesmoke-devel@lists.sourceforge.net
1503W: bluesmoke.sourceforge.net
1504S: Maintained
1505
1506EDAC-I5000
1507P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001508M: dougthompson@xmission.com
1509L: bluesmoke-devel@lists.sourceforge.net
1510W: bluesmoke.sourceforge.net
1511S: Maintained
1512
1513EDAC-I82975X
1514P: Ranganathan Desikan
1515P: Arvind R.
1516M: rdesikan@jetzbroadband.com
1517M: arvind@acarlab.com
1518L: bluesmoke-devel@lists.sourceforge.net
1519W: bluesmoke.sourceforge.net
1520S: Maintained
1521
1522EDAC-PASEMI
1523P: Egor Martovetsky
1524M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001525L: bluesmoke-devel@lists.sourceforge.net
1526W: bluesmoke.sourceforge.net
1527S: Maintained
1528
Dave Peterson0e438e32006-03-26 01:38:55 -08001529EDAC-R82600
1530P: Tim Small
1531M: tim@buttersideup.com
1532L: bluesmoke-devel@lists.sourceforge.net
1533W: bluesmoke.sourceforge.net
1534S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001535
Eric Coopere59f8792008-03-13 12:55:46 +01001536EEEPC LAPTOP EXTRAS DRIVER
1537P: Corentin Chary
1538M: corentincj@iksaif.net
1539L: acpi4asus-user@lists.sourceforge.net
1540W: http://sourceforge.net/projects/acpi4asus
1541S: Maintained
1542
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543EEPRO100 NETWORK DRIVER
1544P: Andrey V. Savochkin
1545M: saw@saw.sw.com.sg
1546S: Maintained
1547
Josh Triplett0bee8d22006-07-30 03:03:58 -07001548EFS FILESYSTEM
1549W: http://aeschi.ch.eu.org/efs/
1550S: Orphan
1551
Heiko J Schickfab97222006-09-22 15:22:22 -07001552EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1553P: Hoang-Nam Nguyen
1554M: hnguyen@de.ibm.com
1555P: Christoph Raisch
1556M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001557L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001558S: Supported
1559
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001560EMBEDDED LINUX
1561P: Paul Gortmaker
1562M: paul.gortmaker@windriver.com
1563P David Woodhouse
1564M: dwmw2@infradead.org
1565L: linux-embedded@vger.kernel.org
1566S: Maintained
1567
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001568EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001569P: James Smart
1570M: james.smart@emulex.com
1571L: linux-scsi@vger.kernel.org
1572W: http://sourceforge.net/projects/lpfcxxxx
1573S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001574
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575EPSON 1355 FRAMEBUFFER DRIVER
1576P: Christopher Hoover
1577M: ch@murgatroid.com, ch@hpl.hp.com
1578S: Maintained
1579
1580ETHEREXPRESS-16 NETWORK DRIVER
1581P: Philip Blundell
1582M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001583L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584S: Maintained
1585
1586ETHERNET BRIDGE
1587P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001588M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001589L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590W: http://bridge.sourceforge.net/
1591S: Maintained
1592
1593ETHERTEAM 16I DRIVER
1594P: Mika Kuoppala
1595M: miku@iki.fi
1596S: Maintained
1597
1598EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001599L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600S: Maintained
1601
1602EXT3 FILE SYSTEM
1603P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001604M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001605L: linux-ext4@vger.kernel.org
1606S: Maintained
1607
1608EXT4 FILE SYSTEM
1609P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001610M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001611L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612S: Maintained
1613
Jean Delvaree53004e2006-01-09 23:26:14 +01001614F71805F HARDWARE MONITORING DRIVER
1615P: Jean Delvare
1616M: khali@linux-fr.org
1617L: lm-sensors@lm-sensors.org
1618S: Maintained
1619
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620FARSYNC SYNCHRONOUS DRIVER
1621P: Kevin Curtis
1622M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623W: http://www.farsite.co.uk/
1624S: Supported
1625
Akinobu Mitac5408b82007-04-23 14:41:20 -07001626FAULT INJECTION SUPPORT
1627P: Akinobu Mita
1628M: akinobu.mita@gmail.com
1629S: Supported
1630
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631FRAMEBUFFER LAYER
1632P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001633M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001634L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635W: http://linux-fbdev.sourceforge.net/
1636S: Maintained
1637
Zhang Wei173acc72008-03-01 07:42:48 -07001638FREESCALE DMA DRIVER
1639P; Zhang Wei
1640M: wei.zhang@freescale.com
1641L: linuxppc-embedded@ozlabs.org
1642L: linux-kernel@vger.kernel.org
1643S: Maintained
1644
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001645FREESCALE SOC FS_ENET DRIVER
1646P: Pantelis Antoniou
1647M: pantelis.antoniou@gmail.com
1648P: Vitaly Bordug
1649M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001650L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001651L: netdev@vger.kernel.org
1652S: Maintained
1653
Timur Tabid9e9d822008-04-24 08:45:26 +10001654FREESCALE QUICC ENGINE LIBRARY
1655P: Timur Tabi
1656M: timur@freescale.com
1657L: linuxppc-dev@ozlabs.org
1658S: Supported
1659
Li Yanga7205b32007-04-23 10:38:18 -07001660FREESCALE HIGHSPEED USB DEVICE DRIVER
1661P: Li Yang
1662M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001663L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001664L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001665S: Maintained
1666
Li Yangbeaf53b2007-05-25 13:54:02 +08001667FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1668P: Li Yang
1669M: leoli@freescale.com
1670L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001671L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001672S: Maintained
1673
Timur Tabid9e9d822008-04-24 08:45:26 +10001674FREESCALE QUICC ENGINE UCC UART DRIVER
1675P: Timur Tabi
1676M: timur@freescale.com
1677L: linuxppc-dev@ozlabs.org
1678S: Supported
1679
1680FREESCALE SOC SOUND DRIVERS
1681P: Timur Tabi
1682M: timur@freescale.com
1683L: alsa-devel@alsa-project.org
1684L: linuxppc-dev@ozlabs.org
1685S: Supported
1686
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687FILE LOCKING (flock() and fcntl()/lockf())
1688P: Matthew Wilcox
1689M: matthew@wil.cx
1690L: linux-fsdevel@vger.kernel.org
1691S: Maintained
1692
1693FILESYSTEMS (VFS and infrastructure)
1694P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001695M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001696L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697S: Maintained
1698
Stefan Richterf148e202008-01-12 12:32:44 +01001699FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001700P: Kristian Hoegsberg, Stefan Richter
1701M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1702L: linux1394-devel@lists.sourceforge.net
1703W: http://www.linux1394.org/
1704T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1705S: Maintained
1706
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707FIRMWARE LOADER (request_firmware)
1708L: linux-kernel@vger.kernel.org
1709S: Orphan
1710
1711FPU EMULATOR
1712P: Bill Metzenthen
1713M: billm@suburbia.net
1714W: http://suburbia.net/~billm/floating-point/emulator/
1715S: Maintained
1716
1717FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1718P: Mike McLagan
1719M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001720L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721S: Maintained
1722
1723FREEVXFS FILESYSTEM
1724P: Christoph Hellwig
1725M: hch@infradead.org
1726W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1727S: Maintained
1728
David Howells5ab7ffe2007-04-10 15:10:45 +01001729FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730P: David Howells
1731M: dhowells@redhat.com
1732S: Maintained
1733
Miklos Szeredi04578f12005-09-09 13:10:22 -07001734FUSE: FILESYSTEM IN USERSPACE
1735P: Miklos Szeredi
1736M: miklos@szeredi.hu
1737L: fuse-devel@lists.sourceforge.net
1738W: http://fuse.sourceforge.net/
1739S: Maintained
1740
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1742P: Rik Faith
1743M: faith@cs.unc.edu
1744L: linux-scsi@vger.kernel.org
1745S: Odd fixes (e.g., new signatures)
1746
1747GDT SCSI DISK ARRAY CONTROLLER DRIVER
1748P: Achim Leubner
1749M: achim_leubner@adaptec.com
1750L: linux-scsi@vger.kernel.org
1751W: http://www.icp-vortex.com/
1752S: Supported
1753
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001754GENERIC GPIO I2C DRIVER
1755P: Haavard Skinnemoen
1756M: hskinnemoen@atmel.com
1757S: Supported
1758
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1760P: Krzysztof Halasa
1761M: khc@pm.waw.pl
1762W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1763S: Maintained
1764
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001765GFS2 FILE SYSTEM
1766P: Steven Whitehouse
1767M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001768L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001769W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001770T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1771T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001772S: Supported
1773
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001774GIGASET ISDN DRIVERS
1775P: Hansjoerg Lipp
1776M: hjlipp@web.de
1777P: Tilman Schmidt
1778M: tilman@imap.cc
1779L: gigaset307x-common@lists.sourceforge.net
1780W: http://gigaset307x.sourceforge.net/
1781S: Maintained
1782
Jean Delvare5b543962005-08-15 19:51:02 +02001783HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001784P: Mark M. Hoffman
1785M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001786L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001787W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001788T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1789T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001790S: Maintained
1791
Michael Buesch844dd052006-06-26 00:24:59 -07001792HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001793S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001794
Robert Love860e1d62005-08-31 23:57:59 -04001795HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1796P: Robert Love
1797M: rlove@rlove.org
1798M: linux-kernel@vger.kernel.org
1799W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1800S: Maintained
1801
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802HARMONY SOUND DRIVER
1803P: Kyle McMartin
1804M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001805L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806S: Maintained
1807
1808HAYES ESP SERIAL DRIVER
1809P: Andrew J. Robinson
1810M: arobinso@nyx.net
1811L: linux-kernel@vger.kernel.org
1812W: http://www.nyx.net/~arobinso
1813S: Maintained
1814
1815HFS FILESYSTEM
1816P: Roman Zippel
1817M: zippel@linux-m68k.org
1818L: linux-kernel@vger.kernel.org
1819S: Maintained
1820
1821HGA FRAMEBUFFER DRIVER
1822P: Ferenc Bakonyi
1823M: fero@drama.obuda.kando.hu
1824L: linux-nvidia@lists.surfsouth.com
1825W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1826S: Maintained
1827
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001828HID CORE LAYER
1829P: Jiri Kosina
1830M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001831L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001832T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001833S: Maintained
1834
Ingo Molnar38bed542007-02-22 09:09:34 +01001835HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1836P: Thomas Gleixner
1837M: tglx@linutronix.de
1838L: linux-kernel@vger.kernel.org
1839S: Maintained
1840
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841HIGH-SPEED SCC DRIVER FOR AX.25
1842P: Klaus Kudielka
1843M: klaus.kudielka@ieee.org
1844L: linux-hams@vger.kernel.org
1845W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1846S: Maintained
1847
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001848HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1849P: HighPoint Linux Team
1850M: linux@highpoint-tech.com
1851W: http://www.highpoint-tech.com
1852S: Supported
1853
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854HIPPI
1855P: Jes Sorensen
1856M: jes@trained-monkey.org
1857L: linux-hippi@sunsite.dk
1858S: Maintained
1859
1860HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1861P: Chirag Kantharia
1862M: chirag.kantharia@hp.com
1863L: iss_storagedev@hp.com
1864S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001865
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866HEWLETT-PACKARD SMART2 RAID DRIVER
1867P: Chirag Kantharia
1868M: chirag.kantharia@hp.com
1869L: iss_storagedev@hp.com
1870S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001871
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1873P: Mike Miller
1874M: mike.miller@hp.com
1875L: iss_storagedev@hp.com
1876S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001877
Jouni Malinenff1d2762005-05-12 22:54:16 -04001878HOST AP DRIVER
1879P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001880M: j@w1.fi
1881L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001882L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001883W: http://hostap.epitest.fi/
1884S: Maintained
1885
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1887P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001888M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889S: Maintained
1890
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001891HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1892P: Carlos Corbacho
1893M: carlos@strangeworlds.co.uk
1894S: Odd Fixes
1895
Bob Piccob9b03322005-11-07 00:59:19 -08001896HPET: High Precision Event Timers driver (hpet.c)
1897P: Clemens Ladisch
1898M: clemens@ladisch.de
1899S: Maintained
1900
1901HPET: i386
1902P: Venkatesh Pallipadi (Venki)
1903M: venkatesh.pallipadi@intel.com
1904S: Maintained
1905
1906HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001907P: Vojtech Pavlik
1908M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001909S: Maintained
1910
1911HPET: ACPI hpet.c
1912P: Bob Picco
1913M: bob.picco@hp.com
1914S: Maintained
1915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916HPFS FILESYSTEM
1917P: Mikulas Patocka
1918M: mikulas@artax.karlin.mff.cuni.cz
1919W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1920S: Maintained
1921
1922HUGETLB FILESYSTEM
1923P: William Irwin
1924M: wli@holomorphy.com
1925S: Maintained
1926
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001927I2C/SMBUS STUB DRIVER
1928P: Mark M. Hoffman
1929M: mhoffman@lightlink.com
1930L: lm-sensors@lm-sensors.org
1931S: Maintained
1932
Jean Delvare5b543962005-08-15 19:51:02 +02001933I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934P: Jean Delvare
1935M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001936L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001937T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938S: Maintained
1939
Till Harbaume8c76ee2007-05-01 23:26:35 +02001940I2C-TINY-USB DRIVER
1941P: Till Harbaum
1942M: till@harbaum.org
1943L: i2c@lm-sensors.org
1944T: http://www.harbaum.org/till/i2c_tiny_usb
1945S: Maintained
1946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001948P: H. Peter Anvin
1949M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950L: Linux-Kernel@vger.kernel.org
1951S: Maintained
1952
1953i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954P: H. Peter Anvin
1955M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001956T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957S: Maintained
1958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959IA64 (Itanium) PLATFORM
1960P: Tony Luck
1961M: tony.luck@intel.com
1962L: linux-ia64@vger.kernel.org
1963W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001964T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965S: Maintained
1966
1967SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001968P: Jes Sorensen
1969M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970L: linux-altix@sgi.com
1971L: linux-ia64@vger.kernel.org
1972W: http://www.sgi.com/altix
1973S: Maintained
1974
1975IBM MCA SCSI SUBSYSTEM DRIVER
1976P: Michael Lang
1977M: langa2@kph.uni-mainz.de
1978W: http://www.uni-mainz.de/~langm000/linux.html
1979S: Maintained
1980
1981IBM Power Linux RAID adapter
1982P: Brian King
1983M: brking@us.ibm.com
1984S: Supported
1985
1986IBM ServeRAID RAID DRIVER
1987P: Jack Hammer
1988P: Dave Jeffery
1989M: ipslinux@adaptec.com
1990W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001991S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001993IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001995M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001997T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998S: Maintained
1999
2000IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002001P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002002M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002003L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002004S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005
2006IDE/ATAPI FLOPPY DRIVERS
2007P: Paul Bristow
2008M: Paul Bristow <paul@paulbristow.net>
2009W: http://paulbristow.net/linux/idefloppy.html
2010L: linux-kernel@vger.kernel.org
2011S: Maintained
2012
2013IDE/ATAPI TAPE DRIVERS
2014P: Gadi Oxman
2015M: Gadi Oxman <gadio@netvision.net.il>
2016L: linux-kernel@vger.kernel.org
2017S: Maintained
2018
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002019IDE-SCSI DRIVER
2020L: linux-ide@vger.kernel.org
2021L: linux-scsi@vger.kernel.org
2022S: Orphan
2023
Stefan Richterf148e202008-01-12 12:32:44 +01002024IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002026M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002027P: Stefan Richter
2028M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029L: linux1394-devel@lists.sourceforge.net
2030W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002031T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032S: Maintained
2033
Stefan Richterf51a5a92007-04-23 14:41:10 -07002034IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035P: Dan Dennedy
2036M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002037P: Stefan Richter
2038M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002040S: Maintained
2041
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002043L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002044S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045
2046INFINIBAND SUBSYSTEM
2047P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002048M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002050M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002052M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002053L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002055T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056S: Supported
2057
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002058INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002059P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002060M: dmitry.torokhov@gmail.com
2061M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002062L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002063T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064S: Maintained
2065
Robert Lovec9f04f52005-07-15 12:21:07 -04002066INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002067P: John McCutchan
2068M: ttb@tentacle.dhs.org
2069P: Robert Love
2070M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002071L: linux-kernel@vger.kernel.org
2072S: Maintained
2073
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002074INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002075P: Sylvain Meyer
2076M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002077L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002078S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002079
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002081P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002082M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002083L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002084S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086INTEL IA32 MICROCODE UPDATE SUPPORT
2087P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002088M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089S: Maintained
2090
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002091INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002092P: Maciej Sosnowski
2093M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002094L: linux-kernel@vger.kernel.org
2095S: Supported
2096
Dan Williamsb3e5f262007-08-07 10:26:35 -07002097INTEL IOP-ADMA DMA DRIVER
2098P: Dan Williams
2099M: dan.j.williams@intel.com
2100L: linux-kernel@vger.kernel.org
2101S: Supported
2102
Michael Buesch844dd052006-06-26 00:24:59 -07002103INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2104P: Deepak Saxena
2105M: dsaxena@plexity.net
2106S: Maintained
2107
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002108INTEL IXP2000 ETHERNET DRIVER
2109P: Lennert Buytenhek
2110M: kernel@wantstofly.org
2111L: netdev@vger.kernel.org
2112S: Maintained
2113
Auke Kokd94e6fe2008-03-03 14:37:47 -08002114INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Auke Kok20424652008-01-07 21:47:25 -08002115P: Auke Kok
2116M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117P: Jesse Brandeburg
2118M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002119P: Jeff Kirsher
2120M: jeffrey.t.kirsher@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002121P: Bruce Allan
2122M: bruce.w.allan@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002123P: John Ronciak
2124M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002125L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002126W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127S: Supported
2128
James Ketrenos826d2ab2005-11-07 18:56:59 -06002129INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002130P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002131M: yi.zhu@intel.com
2132P: James Ketrenos
2133M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002134P: Reinette Chatre
2135M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002136L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002137L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002138W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002139W: http://ipw2100.sourceforge.net
2140S: Supported
2141
2142INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002143P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002144M: yi.zhu@intel.com
2145P: James Ketrenos
2146M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002147P: Reinette Chatre
2148M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002149L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002150L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002151W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002152W: http://ipw2200.sourceforge.net
2153S: Supported
2154
Zhu Yib481de92007-09-25 17:54:57 -07002155INTEL WIRELESS WIFI LINK (iwlwifi)
2156P: Zhu Yi
2157M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002158P: Reinette Chatre
2159M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002160L: linux-wireless@vger.kernel.org
2161L: ipw3945-devel@lists.sourceforge.net
2162W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002163T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002164S: Supported
2165
Ralf Baechlecb109a02007-08-30 23:56:30 -07002166IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167P: Ralf Baechle
2168M: ralf@linux-mips.org
2169L: linux-mips@linux-mips.org
2170S: Maintained
2171
Ralf Baechlecb109a02007-08-30 23:56:30 -07002172IOC3 SERIAL DRIVER
2173P: Pat Gefre
2174M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002175L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002176S: Maintained
2177
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178IP MASQUERADING:
2179P: Juanjo Ciarlante
2180M: jjciarla@raiz.uncu.edu.ar
2181S: Maintained
2182
Francois Romieu1202d6f2007-09-17 17:13:55 -07002183IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2184P: Francois Romieu
2185M: romieu@fr.zoreil.com
2186P: Sorbica Shieh
2187M: sorbica@icplus.com.tw
2188P: Jesse Huang
2189M: jesse@icplus.com.tw
2190L: netdev@vger.kernel.org
2191S: Maintained
2192
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002193IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002194P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002195M: infinipath@qlogic.com
2196L: general@lists.openfabrics.org
2197T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002198S: Supported
2199
Corey Minyard4409ebe2006-04-20 02:43:12 -07002200IPMI SUBSYSTEM
2201P: Corey Minyard
2202M: minyard@acm.org
2203L: openipmi-developer@lists.sourceforge.net
2204W: http://openipmi.sourceforge.net/
2205S: Supported
2206
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207IPX NETWORK LAYER
2208P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002209M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002210L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211S: Maintained
2212
David Sterba099dc4f2008-02-07 10:57:12 +01002213IPWIRELES DRIVER
2214P: Jiri Kosina
2215M: jkosina@suse.cz
2216P: David Sterba
2217M: dsterba@suse.cz
2218S: Maintained
2219T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2220
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002222P: Samuel Ortiz
2223M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002224L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002226S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
Mike Christie14816b1e2007-11-28 16:22:06 -08002228ISCSI
2229P: Mike Christie
2230M: michaelc@cs.wisc.edu
2231L: open-iscsi@googlegroups.com
2232W: www.open-iscsi.org
2233T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2234S: Maintained
2235
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236ISAPNP
2237P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002238M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239S: Maintained
2240
2241ISDN SUBSYSTEM
2242P: Karsten Keil
2243M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002244L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002246T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247S: Maintained
2248
2249ISDN SUBSYSTEM (Eicon active card driver)
2250P: Armin Schindler
2251M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002252L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253W: http://www.melware.de
2254S: Maintained
2255
Hans Verkuil91821ff2007-12-02 09:35:33 -03002256IVTV VIDEO4LINUX DRIVER
2257P: Hans Verkuil
2258M: hverkuil@xs4all.nl
2259L: ivtv-devel@ivtvdriver.org
2260L: ivtv-users@ivtvdriver.org
2261L: video4linux-list@redhat.com
2262W: http://www.ivtvdriver.org
2263S: Maintained
2264
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2266P: David Woodhouse
2267M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002268L: linux-mtd@lists.infradead.org
2269W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270S: Maintained
2271
2272JFS FILESYSTEM
2273P: Dave Kleikamp
2274M: shaggy@austin.ibm.com
2275L: jfs-discussion@lists.sourceforge.net
2276W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002277T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278S: Supported
2279
Josh Triplettde456d32006-07-30 03:04:00 -07002280JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002281P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002282M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002283L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002284S: Maintained
2285
Rudolf Marek4660cb32006-10-08 22:01:26 +02002286K8TEMP HARDWARE MONITORING DRIVER
2287P: Rudolf Marek
2288M: r.marek@assembler.cz
2289L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290S: Maintained
2291
2292KCONFIG
2293P: Roman Zippel
2294M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002295L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296S: Maintained
2297
Vivek Goyalea6c2082006-05-20 14:59:55 -07002298KDUMP
2299P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002300M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002301P: Haren Myneni
2302M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002303L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002304L: linux-kernel@vger.kernel.org
2305W: http://lse.sourceforge.net/kdump/
2306S: Maintained
2307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308KERNEL AUTOMOUNTER (AUTOFS)
2309P: H. Peter Anvin
2310M: hpa@zytor.com
2311L: autofs@linux.kernel.org
2312S: Odd Fixes
2313
2314KERNEL AUTOMOUNTER v4 (AUTOFS4)
2315P: Ian Kent
2316M: raven@themaw.net
2317L: autofs@linux.kernel.org
2318S: Maintained
2319
2320KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321P: Sam Ravnborg
2322M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002323T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002324L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002325S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326
2327KERNEL JANITORS
2328P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002329L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331S: Maintained
2332
2333KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002334P: J. Bruce Fields
2335M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002337M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002338L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002340S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341
Avi Kivity426d62e2006-12-13 00:34:03 -08002342KERNEL VIRTUAL MACHINE (KVM)
2343P: Avi Kivity
2344M: avi@qumranet.com
2345L: kvm-devel@lists.sourceforge.net
2346W: kvm.sourceforge.net
2347S: Supported
2348
Hollis Blanchard513014b2008-04-16 23:28:08 -05002349KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2350P: Hollis Blanchard
2351M: hollisb@us.ibm.com
2352L: kvm-ppc-devel@lists.sourceforge.net
2353W: kvm.sourceforge.net
2354S: Supported
2355
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002356KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2357P: Anthony Xu
2358M: anthony.xu@intel.com
2359P: Xiantao Zhang
2360M: xiantao.zhang@intel.com
2361L: kvm-ia64-devel@lists.sourceforge.net
2362W: kvm.sourceforge.net
2363S: Supported
2364
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002365KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2366P: Carsten Otte
2367M: cotte@de.ibm.com
2368P: Christian Borntraeger
2369M: borntraeger@de.ibm.com
2370M: linux390@de.ibm.com
2371L: linux-s390@vger.kernel.org
2372W: http://www.ibm.com/developerworks/linux/linux390/
2373S: Supported
2374
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002375KEXEC
2376P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002377M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002378W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002379L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002380L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002381S: Maintained
2382
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002383KGDB
2384P: Jason Wessel
2385M: jason.wessel@windriver.com
2386L: kgdb-bugreport@lists.sourceforge.net
2387S: Maintained
2388
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002389KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002390P: Ananth N Mavinakayanahalli
2391M: ananth@in.ibm.com
2392P: Anil S Keshavamurthy
2393M: anil.s.keshavamurthy@intel.com
2394P: David S. Miller
2395M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002396P: Masami Hiramatsu
2397M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002398L: linux-kernel@vger.kernel.org
2399S: Maintained
2400
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002401KS0108 LCD CONTROLLER DRIVER
2402P: Miguel Ojeda Sandonis
2403M: maxextreme@gmail.com
2404L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002405W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002406S: Maintained
2407
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002410S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411
2412LASI 53c700 driver for PARISC
2413P: James E.J. Bottomley
2414M: James.Bottomley@HansenPartnership.com
2415L: linux-scsi@vger.kernel.org
2416S: Maintained
2417
Richard Purdie263de9b2006-05-15 09:44:16 -07002418LED SUBSYSTEM
2419P: Richard Purdie
2420M: rpurdie@rpsys.net
2421S: Maintained
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423LEGO USB Tower driver
2424P: Juergen Stuber
2425M: starblue@users.sourceforge.net
2426L: legousb-devel@lists.sourceforge.net
2427W: http://legousb.sourceforge.net/
2428S: Maintained
2429
Rusty Russell568a17f2007-10-25 14:12:24 +10002430LGUEST
2431P: Rusty Russell
2432M: rusty@rustcorp.com.au
2433L: lguest@ozlabs.org
2434W: http://lguest.ozlabs.org/
2435S: Maintained
2436
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437LINUX FOR IBM pSERIES (RS/6000)
2438P: Paul Mackerras
2439M: paulus@au.ibm.com
2440W: http://www.ibm.com/linux/ltc/projects/ppc
2441S: Supported
2442
2443LINUX FOR NCR VOYAGER
2444P: James Bottomley
2445M: James.Bottomley@HansenPartnership.com
2446W: http://www.hansenpartnership.com/voyager
2447S: Maintained
2448
2449LINUX FOR POWERPC
2450P: Paul Mackerras
2451M: paulus@samba.org
2452W: http://www.penguinppc.org/
2453L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002454T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455S: Supported
2456
2457LINUX FOR POWER MACINTOSH
2458P: Benjamin Herrenschmidt
2459M: benh@kernel.crashing.org
2460W: http://www.penguinppc.org/
2461L: linuxppc-dev@ozlabs.org
2462S: Maintained
2463
2464LINUX FOR POWERPC EMBEDDED MPC52XX
2465P: Sylvain Munaut
2466M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002467P: Grant Likely
2468M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469W: http://www.246tNt.com/mpc52xx/
2470W: http://www.penguinppc.org/
2471L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472S: Maintained
2473
2474LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002475P: Josh Boyer
2476M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477P: Matt Porter
2478M: mporter@kernel.crashing.org
2479W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002480L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002481T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482S: Maintained
2483
Grant Likely260c02a2007-10-02 12:15:34 +10002484LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2485P: Grant Likely
2486M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002487W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002488L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489S: Maintained
2490
Tom Rinie93adf12005-07-26 12:49:53 -07002491LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492P: Tom Rini
2493M: trini@kernel.crashing.org
2494W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002495L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496S: Maintained
2497
Tom Rinie93adf12005-07-26 12:49:53 -07002498LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002499P: Vitaly Bordug
2500M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002501P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002502M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002503W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002504L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002505S: Maintained
2506
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002508P: Kumar Gala
2509M: galak@kernel.crashing.org
2510W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002511L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002512S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513
Olof Johanssonab06ff32006-09-06 14:44:54 -05002514LINUX FOR POWERPC PA SEMI PWRFICIENT
2515P: Olof Johansson
2516M: olof@lixom.net
2517W: http://www.pasemi.com/
2518L: linuxppc-dev@ozlabs.org
2519S: Supported
2520
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521LLC (802.2)
2522P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002523M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524S: Maintained
2525
2526LINUX FOR 64BIT POWERPC
2527P: Paul Mackerras
2528M: paulus@samba.org
2529M: paulus@au.ibm.com
2530P: Anton Blanchard
2531M: anton@samba.org
2532M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002533W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002534L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535S: Supported
2536
2537LINUX SECURITY MODULE (LSM) FRAMEWORK
2538P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002539M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002540L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002542T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543S: Supported
2544
2545LM83 HARDWARE MONITOR DRIVER
2546P: Jean Delvare
2547M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002548L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549S: Maintained
2550
2551LM90 HARDWARE MONITOR DRIVER
2552P: Jean Delvare
2553M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002554L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555S: Maintained
2556
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002557LOCKDEP AND LOCKSTAT
2558P: Peter Zijlstra
2559M: peterz@infradead.org
2560P: Ingo Molnar
2561M: mingo@redhat.com
2562L: linux-kernel@vger.kernel.org
2563T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2564S: Maintained
2565
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002566LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567P: Richard Russon (FlatCap)
2568M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002569L: linux-ntfs-dev@lists.sourceforge.net
2570W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571S: Maintained
2572
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002573LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2574P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002575M: Eric.Moore@lsi.com
2576M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002577L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002578L: linux-scsi@vger.kernel.org
2579W: http://www.lsilogic.com/support
2580S: Supported
2581
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2583P: Matthew Wilcox
2584M: matthew@wil.cx
2585L: linux-scsi@vger.kernel.org
2586S: Maintained
2587
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002588M32R ARCHITECTURE
2589P: Hirokazu Takata
2590M: takata@linux-m32r.org
2591L: linux-m32r@ml.linux-m32r.org
2592L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2593W: http://www.linux-m32r.org/
2594S: Maintained
2595
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596M68K ARCHITECTURE
2597P: Geert Uytterhoeven
2598M: geert@linux-m68k.org
2599P: Roman Zippel
2600M: zippel@linux-m68k.org
2601L: linux-m68k@lists.linux-m68k.org
2602W: http://www.linux-m68k.org/
2603W: http://linux-m68k-cvs.ubb.ca/
2604S: Maintained
2605
2606M68K ON APPLE MACINTOSH
2607P: Joshua Thompson
2608M: funaho@jurai.org
2609W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002610L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611S: Maintained
2612
2613M68K ON HP9000/300
2614P: Philip Blundell
2615M: philb@gnu.org
2616W: http://www.tazenda.demon.co.uk/phil/linux-hp
2617S: Maintained
2618
Jiri Benc64a327a2007-05-05 11:47:08 -07002619MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002620P: Johannes Berg
2621M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002622P: Michael Wu
2623M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002624L: linux-wireless@vger.kernel.org
2625W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002626T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002627S: Maintained
2628
Stefano Brivio1036d862007-12-23 04:46:27 +01002629MAC80211 PID RATE CONTROL
2630P: Stefano Brivio
2631M: stefano.brivio@polimi.it
2632P: Mattias Nissler
2633M: mattias.nissler@gmx.de
2634L: linux-wireless@vger.kernel.org
2635W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2636T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2637S: Maintained
2638
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002639MACVLAN DRIVER
2640P: Patrick McHardy
2641M: kaber@trash.net
2642L: netdev@vger.kernel.org
2643S: Maintained
2644
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645MARVELL YUKON / SYSKONNECT DRIVER
2646P: Mirko Lindner
2647M: mlindner@syskonnect.de
2648P: Ralph Roesler
2649M: rroesler@syskonnect.de
2650W: http://www.syskonnect.com
2651S: Supported
2652
Michael Kerriskfaf16682005-07-31 22:34:47 -07002653MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002654P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002655M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002656W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2657S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002658
Stefano Brivio74cda162007-11-19 20:27:46 +01002659MARVELL LIBERTAS WIRELESS DRIVER
2660P: Dan Williams
2661M: dcbw@redhat.com
2662L: libertas-dev@lists.infradead.org
2663S: Maintained
2664
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002665MARVELL MV643XX ETHERNET DRIVER
2666P: Dale Farnsworth
2667M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002669M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002670L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002671S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672
2673MATROX FRAMEBUFFER DRIVER
2674P: Petr Vandrovec
2675M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002676L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677S: Maintained
2678
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002679MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2680P: Hans J. Koch
2681M: hjk@linutronix.de
2682L: lm-sensors@lm-sensors.org
2683S: Maintained
2684
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002685MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002686P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002687M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002688S: linux-scsi@vger.kernel.org
2689W: http://megaraid.lsilogic.com
2690S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002691
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002692MEMORY MANAGEMENT
2693L: linux-mm@kvack.org
2694L: linux-kernel@vger.kernel.org
2695W: http://www.linux-mm.org
2696S: Maintained
2697
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002698MEMORY RESOURCE CONTROLLER
2699P: Balbir Singh
2700M: balbir@linux.vnet.ibm.com
2701P: Pavel Emelyanov
2702M: xemul@openvz.org
2703P: KAMEZAWA Hiroyuki
2704M: kamezawa.hiroyu@jp.fujitsu.com
2705L: linux-mm@kvack.org
2706L: linux-kernel@vger.kernel.org
2707S: Maintained
2708
David Howellsb920de12008-02-08 04:19:31 -08002709MEI MN10300/AM33 PORT
2710P: David Howells
2711M: dhowells@redhat.com
2712P: Koichi Yasutake
2713M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002714L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002715W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2716S: Maintained
2717
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002718MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719P: David Woodhouse
2720M: dwmw2@infradead.org
2721W: http://www.linux-mtd.infradead.org/
2722L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002723T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724S: Maintained
2725
Artem Bityutskiy48576402007-02-13 17:11:10 +02002726UNSORTED BLOCK IMAGES (UBI)
2727P: Artem Bityutskiy
2728M: dedekind@infradead.org
2729W: http://www.linux-mtd.infradead.org/
2730L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002731T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002732S: Maintained
2733
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734MICROTEK X6 SCANNER
2735P: Oliver Neukum
2736M: oliver@neukum.name
2737S: Maintained
2738
2739MIPS
2740P: Ralf Baechle
2741M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002742W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002744T: git www.linux-mips.org:/pub/scm/linux.git
2745S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746
2747MISCELLANEOUS MCA-SUPPORT
2748P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002749M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750L: linux-kernel@vger.kernel.org
2751S: Maintained
2752
2753MODULE SUPPORT
2754P: Rusty Russell
2755M: rusty@rustcorp.com.au
2756L: linux-kernel@vger.kernel.org
2757S: Maintained
2758
2759MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2760P: Stelian Pop
2761M: stelian@popies.net
2762W: http://popies.net/meye/
2763S: Maintained
2764
Pavel Pisac58ff042007-05-16 01:10:41 +02002765MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2766P: Pavel Pisa
2767M: ppisa@pikron.com
2768L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002769S: Maintained
2770
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771MOUSE AND MISC DEVICES [GENERAL]
2772P: Alessandro Rubini
2773M: rubini@ipvvis.unipv.it
2774L: linux-kernel@vger.kernel.org
2775S: Maintained
2776
Jiri Slabyb9705b62008-04-30 00:53:48 -07002777MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002778P: Jiri Slaby
2779M: jirislaby@gmail.com
2780L: linux-kernel@vger.kernel.org
2781S: Maintained
2782
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002783MSI LAPTOP SUPPORT
2784P: Lennart Poettering
2785M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002786W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002787W: http://0pointer.de/lennart/tchibo.html
2788S: Maintained
2789
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002790MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002791P: Pierre Ossman
2792M: drzeus-mmc@drzeus.cx
2793L: linux-kernel@vger.kernel.org
2794S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002795
David Brownell15a05802007-08-08 09:12:54 -07002796MULTIMEDIA CARD (MMC) ETC. OVER SPI
2797P: David Brownell
2798M: dbrownell@users.sourceforge.net
2799L: linux-kernel@vger.kernel.org
2800S: Odd fixes
2801
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802MULTISOUND SOUND DRIVER
2803P: Andrew Veliath
2804M: andrewtv@usa.net
2805S: Maintained
2806
Jiri Slabyd7354102006-12-08 02:38:35 -08002807MULTITECH MULTIPORT CARD (ISICOM)
2808P: Jiri Slaby
2809M: jirislaby@gmail.com
2810L: linux-kernel@vger.kernel.org
2811S: Maintained
2812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813NATSEMI ETHERNET DRIVER (DP8381x)
2814P: Tim Hockin
2815M: thockin@hockin.org
2816S: Maintained
2817
2818NCP FILESYSTEM
2819P: Petr Vandrovec
2820M: vandrove@vc.cvut.cz
2821L: linware@sh.cvut.cz
2822S: Maintained
2823
2824NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2825P: James E.J. Bottomley
2826M: James.Bottomley@HansenPartnership.com
2827L: linux-scsi@vger.kernel.org
2828S: Maintained
2829
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002830NETEFFECT IWARP RNIC DRIVER (IW_NES)
2831P: Faisal Latif
2832M: flatif@neteffect.com
Roland Dreier030f1b22008-02-21 09:02:41 -06002833P: Nishi Gupta
2834M: ngupta@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002835P: Glenn Streiff
2836M: gstreiff@neteffect.com
2837L: general@lists.openfabrics.org
2838W: http://www.neteffect.com
2839S: Supported
2840F: drivers/infiniband/hw/nes/
2841
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002842NETEM NETWORK EMULATOR
2843P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002844M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002845L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002846S: Maintained
2847
Jiri Slaby4a584482007-08-30 23:56:39 -07002848NETERION (S2IO) Xframe 10GbE DRIVER
2849P: Ramkrishna Vepa
2850M: ram.vepa@neterion.com
2851P: Rastapur Santosh
2852M: santosh.rastapur@neterion.com
2853P: Sivakumar Subramani
2854M: sivakumar.subramani@neterion.com
2855P: Sreenivasa Honnur
2856M: sreenivasa.honnur@neterion.com
2857L: netdev@vger.kernel.org
2858W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2859S: Supported
2860
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861NETFILTER/IPTABLES/IPCHAINS
2862P: Rusty Russell
2863P: Marc Boucher
2864P: James Morris
2865P: Harald Welte
2866P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002867P: Patrick McHardy
2868M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002869L: netfilter-devel@vger.kernel.org
2870L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002871L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872W: http://www.netfilter.org/
2873W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874S: Supported
2875
Paul Moore4cc67732006-09-25 15:57:13 -07002876NETLABEL
2877P: Paul Moore
2878M: paul.moore@hp.com
2879W: http://netlabel.sf.net
2880L: netdev@vger.kernel.org
2881S: Supported
2882
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883NETROM NETWORK LAYER
2884P: Ralf Baechle
2885M: ralf@linux-mips.org
2886L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002887W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888S: Maintained
2889
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002890NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891P: Paul Clements
2892M: Paul.Clements@steeleye.com
2893S: Maintained
2894
2895NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896P: Jeff Garzik
2897M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002898L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002899T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900S: Maintained
2901
2902NETWORKING [GENERAL]
2903P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002904M: netdev@vger.kernel.org
2905L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002906W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907S: Maintained
2908
2909NETWORKING [IPv4/IPv6]
2910P: David S. Miller
2911M: davem@davemloft.net
2912P: Alexey Kuznetsov
2913M: kuznet@ms2.inr.ac.ru
2914P: Pekka Savola (ipv6)
2915M: pekkas@netcore.fi
2916P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002917M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918P: Hideaki YOSHIFUJI
2919M: yoshfuji@linux-ipv6.org
2920P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002921M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002922L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002923T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924S: Maintained
2925
James Morris10e2ff12007-08-25 14:41:28 -07002926NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2927P: Paul Moore
2928M: paul.moore@hp.com
2929L: netdev@vger.kernel.org
2930S: Maintained
2931
John W. Linville29f8f632006-01-18 14:52:48 -08002932NETWORKING [WIRELESS]
2933P: John W. Linville
2934M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002935L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002936T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2937S: Maintained
2938
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002939NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002940P: Dhananjay Phadke
2941M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002942L: netdev@vger.kernel.org
2943W: http://www.netxen.com
2944S: Supported
2945
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946IPVS
2947P: Wensong Zhang
2948M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002949P: Simon Horman
2950M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951P: Julian Anastasov
2952M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002953L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954S: Maintained
2955
2956NFS CLIENT
2957P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002958M: Trond.Myklebust@netapp.com
2959L: linux-nfs@vger.kernel.org
2960W: http://client.linux-nfs.org
2961T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962S: Maintained
2963
2964NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002965P: Jan-Pascal van Best
2966M: janpascal@vanbest.org
2967P: Andreas Mohr
2968M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002969L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970S: Maintained
2971
2972NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2973P: YOKOTA Hiroshi
2974M: yokota@netlab.is.tsukuba.ac.jp
2975W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2976S: Maintained
2977
2978NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2979P: GOTO Masanori
2980M: gotom@debian.or.jp
2981P: YOKOTA Hiroshi
2982M: yokota@netlab.is.tsukuba.ac.jp
2983W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2984S: Maintained
2985
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986NTFS FILESYSTEM
2987P: Anton Altaparmakov
2988M: aia21@cantab.net
2989L: linux-ntfs-dev@lists.sourceforge.net
2990L: linux-kernel@vger.kernel.org
2991W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002992T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993S: Maintained
2994
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002995NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002996P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002997M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002998L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002999S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003001OPENCORES I2C BUS DRIVER
3002P: Peter Korsgaard
3003M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003004L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003005S: Maintained
3006
Mark Fashehccd979b2005-12-15 14:31:24 -08003007ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3008P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003009M: mfasheh@suse.com
3010P: Joel Becker
3011M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003012L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003013W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003014T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003015S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003016
Harald Weltec1986ee2005-11-13 16:06:29 -08003017OMNIKEY CARDMAN 4000 DRIVER
3018P: Harald Welte
3019M: laforge@gnumonks.org
3020S: Maintained
3021
Harald Welte77c44ab2005-11-13 16:06:26 -08003022OMNIKEY CARDMAN 4040 DRIVER
3023P: Harald Welte
3024M: laforge@gnumonks.org
3025S: Maintained
3026
Jonathan Corbet77d51402007-03-22 19:44:17 -03003027OMNIVISION OV7670 SENSOR DRIVER
3028P: Jonathan Corbet
3029M: corbet@lwn.net
3030L: video4linux-list@redhat.com
3031S: Maintained
3032
Thomas Gleixner431bca72007-05-02 09:31:35 +02003033ONENAND FLASH DRIVER
3034P: Kyungmin Park
3035M: kyungmin.park@samsung.com
3036L: linux-mtd@lists.infradead.org
3037S: Maintained
3038
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039ONSTREAM SCSI TAPE DRIVER
3040P: Willem Riede
3041M: osst@riede.org
3042L: osst-users@lists.sourceforge.net
3043L: linux-scsi@vger.kernel.org
3044S: Maintained
3045
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046OPROFILE
3047P: Philippe Elie
3048M: phil.el@wanadoo.fr
3049L: oprofile-list@lists.sf.net
3050S: Maintained
3051
3052ORINOCO DRIVER
3053P: Pavel Roskin
3054M: proski@gnu.org
3055P: David Gibson
3056M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003057L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003058L: orinoco-users@lists.sourceforge.net
3059L: orinoco-devel@lists.sourceforge.net
3060W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061S: Maintained
3062
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003063PA SEMI ETHERNET DRIVER
3064P: Olof Johansson
3065M: olof@lixom.net
3066L: netdev@vger.kernel.org
3067S: Maintained
3068
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003069PA SEMI SMBUS DRIVER
3070P: Olof Johansson
3071M: olof@lixom.net
3072L: i2c@lm-sensors.org
3073S: Maintained
3074
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003076L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003077S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078
3079PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3080P: Tim Waugh
3081M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003082L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083W: http://www.torque.net/linux-pp.html
3084S: Maintained
3085
3086PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003087P: Kyle McMartin
3088M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089P: Matthew Wilcox
3090M: matthew@wil.cx
3091P: Grant Grundler
3092M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003093L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003095T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096S: Maintained
3097
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003098PARAVIRT_OPS INTERFACE
3099P: Jeremy Fitzhardinge
3100M: jeremy@xensource.com
3101P: Chris Wright
3102M: chrisw@sous-sol.org
3103P: Zachary Amsden
3104M: zach@vmware.com
3105P: Rusty Russell
3106M: rusty@rustcorp.com.au
3107L: virtualization@lists.osdl.org
3108L: linux-kernel@vger.kernel.org
3109S: Supported
3110
Jim Cromie1662d322006-10-06 00:43:59 -07003111PC87360 HARDWARE MONITORING DRIVER
3112P: Jim Cromie
3113M: jim.cromie@gmail.com
3114L: lm-sensors@lm-sensors.org
3115S: Maintained
3116
3117PC8736x GPIO DRIVER
3118P: Jim Cromie
3119M: jim.cromie@gmail.com
3120S: Maintained
3121
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003122PCI ERROR RECOVERY
3123P: Linas Vepstas
3124M: linas@austin.ibm.com
3125L: linux-kernel@vger.kernel.org
3126L: linux-pci@atrey.karlin.mff.cuni.cz
3127S: Supported
3128
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003130P: Jesse Barnes
3131M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003133L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003134T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135S: Supported
3136
3137PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003138P: Kristen Carlson Accardi
3139M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140S: Supported
3141
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003142PCIE HOTPLUG DRIVER
3143P: Kristen Carlson Accardi
3144M: kristen.c.accardi@intel.com
3145L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003146S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003147
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003149P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003150L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003151W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003152T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003153S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154
3155PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003156P: Don Fry
3157M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003158L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159S: Maintained
3160
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003161PER-TASK DELAY ACCOUNTING
3162P: Shailabh Nagar
3163M: nagar@watson.ibm.com
3164L: linux-kernel@vger.kernel.org
3165S: Maintained
3166
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003167PERSONALITY HANDLING
3168P: Christoph Hellwig
3169M: hch@infradead.org
3170L: linux-abi-devel@lists.sourceforge.net
3171S: Maintained
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003174P: Joern Engel
3175M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176L: linux-mtd@lists.infradead.org
3177S: Maintained
3178
Peter Osterlund249a6772005-09-27 21:45:30 -07003179PKTCDVD DRIVER
3180P: Peter Osterlund
3181M: petero2@telia.com
3182L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003183S: Maintained
3184
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003186P: Thomas Gleixner
3187M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003188L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189S: Supported
3190
Anton Vorontsov3be86142007-07-15 04:43:36 +04003191POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3192P: Anton Vorontsov
3193M: cbou@mail.ru
3194P: David Woodhouse
3195M: dwmw2@infradead.org
3196L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003197T: git git.infradead.org/battery-2.6.git
3198S: Maintained
3199
Eugene Surovegin24682972005-10-14 03:00:53 -07003200POWERPC 4xx EMAC DRIVER
3201P: Eugene Surovegin
3202M: ebs@ebshome.net
3203W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003204L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003205L: netdev@vger.kernel.org
3206S: Maintained
3207
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208PNP SUPPORT
3209P: Adam Belay
3210M: ambx1@neo.rr.com
3211S: Maintained
3212
Vitaly Wool999445d2007-01-04 13:07:03 +01003213PNXxxxx I2C DRIVER
3214P: Vitaly Wool
3215M: vitalywool@gmail.com
3216L: i2c@lm-sensors.org
3217S: Maintained
3218
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219PPP PROTOCOL DRIVERS AND COMPRESSORS
3220P: Paul Mackerras
3221M: paulus@samba.org
3222L: linux-ppp@vger.kernel.org
3223S: Maintained
3224
3225PPP OVER ATM (RFC 2364)
3226P: Mitchell Blank Jr
3227M: mitch@sfgoth.com
3228S: Maintained
3229
3230PPP OVER ETHERNET
3231P: Michal Ostrowski
3232M: mostrows@speakeasy.net
3233S: Maintained
3234
James Chapmana6d23702007-06-27 15:53:17 -07003235PPP OVER L2TP
3236P: James Chapman
3237M: jchapman@katalix.com
3238S: Maintained
3239
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240PREEMPTIBLE KERNEL
3241P: Robert Love
3242M: rml@tech9.net
3243L: linux-kernel@vger.kernel.org
3244L: kpreempt-tech@lists.sourceforge.net
3245W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3246S: Supported
3247
Michael Wueff1a592007-09-25 18:11:01 -07003248P54 WIRELESS DRIVER
3249P: Michael Wu
3250M: flamingice@sourmilk.net
3251L: linux-wireless@vger.kernel.org
3252W: http://prism54.org
3253T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3254S: Maintained
3255
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003257P: Luis R. Rodriguez
3258M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003259L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260W: http://prism54.org
3261S: Maintained
3262
3263PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3264P: Peter Denison
3265M: promise@pnd-pc.demon.co.uk
3266W: http://www.pnd-pc.demon.co.uk/promise/
3267S: Maintained
3268
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003269PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3270P: Mikael Pettersson
3271M: mikpe@it.uu.se
3272L: linux-ide@vger.kernel.org
3273S: Maintained
3274
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003275PS3 NETWORK SUPPORT
3276P: Masakazu Mokuno
3277M: mokuno@sm.sony.co.jp
3278L: netdev@vger.kernel.org
3279L: cbe-oss-dev@ozlabs.org
3280S: Supported
3281
Geoff Levandf58a9d12006-11-23 00:46:51 +01003282PS3 PLATFORM SUPPORT
3283P: Geoff Levand
3284M: geoffrey.levand@am.sony.com
3285L: linuxppc-dev@ozlabs.org
3286L: cbe-oss-dev@ozlabs.org
3287S: Supported
3288
Michael Krufky83202042006-07-03 00:24:18 -07003289PVRUSB2 VIDEO4LINUX DRIVER
3290P: Mike Isely
3291M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003292L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003293L: video4linux-list@redhat.com
3294W: http://www.isely.net/pvrusb2/
3295S: Maintained
3296
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297PXA2xx SUPPORT
3298P: Nicolas Pitre
3299M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003300L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301S: Maintained
3302
Pierre Ossman272f1332007-05-14 21:25:26 +02003303PXA MMCI DRIVER
3304S: Orphan
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306QLOGIC QLA2XXX FC-SCSI DRIVER
3307P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003308M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309L: linux-scsi@vger.kernel.org
3310S: Supported
3311
Ron Mercer5a4faa872006-07-25 00:40:21 -07003312QLOGIC QLA3XXX NETWORK DRIVER
3313P: Ron Mercer
3314M: linux-driver@qlogic.com
3315L: netdev@vger.kernel.org
3316S: Supported
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318QNX4 FILESYSTEM
3319P: Anders Larsen
3320M: al@alarsen.net
3321L: linux-kernel@vger.kernel.org
3322W: http://www.alarsen.net/linux/qnx4fs/
3323S: Maintained
3324
3325RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003326P: Benjamin Herrenschmidt
3327M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003328L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329S: Maintained
3330
3331RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003332P: Paul Mackerras
3333M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003334L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335S: Maintained
3336
3337RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3338P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003339M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003340L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341S: Maintained
3342
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003343RALINK RT2X00 WLAN DRIVER
3344P: rt2x00 project
3345L: linux-wireless@vger.kernel.org
3346L: rt2400-devel@lists.sourceforge.net
3347W: http://rt2x00.serialmonkey.com/
3348S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003349T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003350F: drivers/net/wireless/rt2x00/
3351
Nick Piggin9db55792008-02-08 04:19:49 -08003352RAMDISK RAM BLOCK DEVICE DRIVER
3353P: Nick Piggin
3354M: npiggin@suse.de
3355S: Maintained
3356
Matt Mackall9e95ce22005-04-16 15:25:56 -07003357RANDOM NUMBER DRIVER
3358P: Matt Mackall
3359M: mpm@selenic.com
3360S: Maintained
3361
Matt Porter394b7012005-11-07 01:00:15 -08003362RAPIDIO SUBSYSTEM
3363P: Matt Porter
3364M: mporter@kernel.crashing.org
3365L: linux-kernel@vger.kernel.org
3366S: Maintained
3367
Florian Fainellic1f766b2008-02-06 22:39:44 +01003368RDC R-321X SoC
3369P: Florian Fainelli
3370M: florian.fainelli@telecomint.eu
3371L: linux-kernel@vger.kernel.org
3372S: Maintained
3373
Florian Fainellidb17f392007-12-19 11:30:30 +01003374RDC R6040 FAST ETHERNET DRIVER
3375P: Florian Fainelli
3376M: florian.fainelli@telecomint.eu
3377L: netdev@vger.kernel.org
3378S: Maintained
3379
Josh Triplett595182b2006-10-04 02:17:21 -07003380READ-COPY UPDATE (RCU)
3381P: Dipankar Sarma
3382M: dipankar@in.ibm.com
3383W: http://www.rdrop.com/users/paulmck/rclock/
3384L: linux-kernel@vger.kernel.org
3385S: Supported
3386
3387RCUTORTURE MODULE
3388P: Josh Triplett
3389M: josh@freedesktop.org
3390L: linux-kernel@vger.kernel.org
3391S: Maintained
3392
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393REAL TIME CLOCK DRIVER
3394P: Paul Gortmaker
3395M: p_gortmaker@yahoo.com
3396L: linux-kernel@vger.kernel.org
3397S: Maintained
3398
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003399REAL TIME CLOCK (RTC) SUBSYSTEM
3400P: Alessandro Zummo
3401M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003402L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003403S: Maintained
3404
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405REISERFS FILE SYSTEM
3406P: Hans Reiser
3407M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003408L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409W: http://www.namesys.com
3410S: Supported
3411
Ivo van Doorne08976452008-04-12 19:23:55 +02003412RFKILL
3413P: Ivo van Doorn
3414M: IvDoorn@gmail.com
3415L: netdev@vger.kernel.org
3416S: Maintained
3417F: net/rfkill
3418
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419ROCKETPORT DRIVER
3420P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421W: http://www.comtrol.com
3422S: Maintained
3423
3424ROSE NETWORK LAYER
3425P: Ralf Baechle
3426M: ralf@linux-mips.org
3427L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003428W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429S: Maintained
3430
3431RISCOM8 DRIVER
3432S: Orphan
3433
Michael Wu605bebe2007-05-14 01:41:02 -04003434RTL818X WIRELESS DRIVER
3435P: Michael Wu
3436M: flamingice@sourmilk.net
3437P: Andrea Merello
3438M: andreamrl@tiscali.it
3439L: linux-wireless@vger.kernel.org
3440W: http://linuxwireless.org/
3441T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3442S: Maintained
3443
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003444S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003445P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003446M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003447L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003448S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003449
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450S390
3451P: Martin Schwidefsky
3452M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003453P: Heiko Carstens
3454M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003456L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003457W: http://www.ibm.com/developerworks/linux/linux390/
3458S: Supported
3459
3460S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003461P: Ursula Braun
3462M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003463P: Frank Blaschka
3464M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003465M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003466L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003467W: http://www.ibm.com/developerworks/linux/linux390/
3468S: Supported
3469
3470S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003471P: Christof Schmitt
3472M: christof.schmitt@de.ibm.com
3473P: Martin Peschke
3474M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003475M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003476L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003477W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478S: Supported
3479
Ursula Braundd96df22007-09-19 13:09:02 +02003480S390 IUCV NETWORK LAYER
3481P: Ursula Braun
3482M: ubraun@linux.vnet.ibm.com
3483M: linux390@de.ibm.com
3484L: linux-s390@vger.kernel.org
3485W: http://www.ibm.com/developerworks/linux/linux390/
3486S: Supported
3487
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488SAA7146 VIDEO4LINUX-2 DRIVER
3489P: Michael Hunold
3490M: michael@mihu.de
3491W: http://www.mihu.de/linux/saa7146
3492S: Maintained
3493
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494SC1200 WDT DRIVER
3495P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003496M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497S: Maintained
3498
3499SCHEDULER
3500P: Ingo Molnar
3501M: mingo@elte.hu
3502P: Robert Love [the preemptible kernel bits]
3503M: rml@tech9.net
3504L: linux-kernel@vger.kernel.org
3505S: Maintained
3506
3507SCSI CDROM DRIVER
3508P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003509M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510L: linux-scsi@vger.kernel.org
3511W: http://www.kernel.dk
3512S: Maintained
3513
3514SCSI SG DRIVER
3515P: Doug Gilbert
3516M: dgilbert@interlog.com
3517L: linux-scsi@vger.kernel.org
3518W: http://www.torque.net/sg
3519S: Maintained
3520
3521SCSI SUBSYSTEM
3522P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003523M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003525T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003526T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3527T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528S: Maintained
3529
3530SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003531P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532M: Kai.Makisara@kolumbus.fi
3533L: linux-scsi@vger.kernel.org
3534S: Maintained
3535
3536SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003537P: Vlad Yasevich
3538M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003539P: Sridhar Samudrala
3540M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003541L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003542W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003543S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544
3545SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003546P: Jim Cromie
3547M: jim.cromie@gmail.com
3548S: Odd Fixes
3549
3550SCx200 GPIO DRIVER
3551P: Jim Cromie
3552M: jim.cromie@gmail.com
3553S: Maintained
3554
3555SCx200 HRT CLOCKSOURCE DRIVER
3556P: Jim Cromie
3557M: jim.cromie@gmail.com
3558S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559
3560SECURITY CONTACT
3561P: Security Officers
3562M: security@kernel.org
3563S: Supported
3564
3565SELINUX SECURITY MODULE
3566P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003567M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003569M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003570P: Eric Paris
3571M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003573L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574W: http://www.nsa.gov/selinux
3575S: Supported
3576
Jiri Slabycef2cf02007-05-08 00:31:45 -07003577SENSABLE PHANTOM
3578P: Jiri Slaby
3579M: jirislaby@gmail.com
3580S: Maintained
3581
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582SERIAL ATA (SATA) SUBSYSTEM:
3583P: Jeff Garzik
3584M: jgarzik@pobox.com
3585L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003586T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587S: Supported
3588
3589SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3590P: Pat Gefre
3591M: pfg@sgi.com
3592L: linux-ia64@vger.kernel.org
3593S: Supported
3594
Ben Hutchings8ceee662008-04-27 12:55:59 +01003595SFC NETWORK DRIVER
3596P: Steve Hodgson
3597P: Ben Hutchings
3598P: Robert Stonehouse
3599M: linux-net-drivers@solarflare.com
3600S: Supported
3601
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602SGI VISUAL WORKSTATION 320 AND 540
3603P: Andrey Panin
3604M: pazke@donpac.ru
3605L: linux-visws-devel@lists.sf.net
3606W: http://linux-visws.sf.net
3607S: Maintained for 2.6.
3608
3609SIMTEC EB110ATX (Chalice CATS)
3610P: Ben Dooks
3611P: Vincent Sanders
3612M: support@simtec.co.uk
3613W: http://www.simtec.co.uk/products/EB110ATX/
3614S: Supported
3615
3616SIMTEC EB2410ITX (BAST)
3617P: Ben Dooks
3618P: Vincent Sanders
3619M: support@simtec.co.uk
3620W: http://www.simtec.co.uk/products/EB2410ITX/
3621S: Supported
3622
Francois Romieu92aab3c2005-07-30 13:11:18 +02003623SIS 190 ETHERNET DRIVER
3624P: Francois Romieu
3625M: romieu@fr.zoreil.com
3626L: netdev@vger.kernel.org
3627S: Maintained
3628
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629SIS 5513 IDE CONTROLLER DRIVER
3630P: Lionel Bouton
3631M: Lionel.Bouton@inet6.fr
3632W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3633W: http://gyver.homeip.net/sis5513/index.html
3634S: Maintained
3635
3636SIS 900/7016 FAST ETHERNET DRIVER
3637P: Daniele Venzano
3638M: venza@brownhat.org
3639W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003640L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641S: Maintained
3642
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003643SIS 96X I2C/SMBUS DRIVER
3644P: Mark M. Hoffman
3645M: mhoffman@lightlink.com
3646L: lm-sensors@lm-sensors.org
3647S: Maintained
3648
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649SIS FRAMEBUFFER DRIVER
3650P: Thomas Winischhofer
3651M: thomas@winischhofer.net
3652W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003653S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654
3655SIS USB2VGA DRIVER
3656P: Thomas Winischhofer
3657M: thomas@winischhofer.net
3658W: http://www.winischhofer.at/linuxsisusbvga.shtml
3659S: Maintained
3660
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003661SLAB ALLOCATOR
3662P: Christoph Lameter
3663M: clameter@sgi.com
3664P: Pekka Enberg
3665M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003666P: Matt Mackall
3667M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003668L: linux-mm@kvack.org
3669S: Maintained
3670
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671SMC91x ETHERNET DRIVER
3672P: Nicolas Pitre
3673M: nico@cam.org
3674S: Maintained
3675
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003676SMSC47B397 HARDWARE MONITOR DRIVER
3677P: Mark M. Hoffman
3678M: mhoffman@lightlink.com
3679L: lm-sensors@lm-sensors.org
3680S: Maintained
3681
Ben Nizetteb54f2862008-03-13 22:27:30 +11003682SMX UIO Interface
3683P: Ben Nizette
3684M: bn@niasdigital.com
3685S: Maintained
3686
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687SOFTWARE RAID (Multiple Disks) SUPPORT
3688P: Ingo Molnar
3689M: mingo@redhat.com
3690P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003691M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003693S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694
Pavel Machek95a631e2007-07-19 01:47:42 -07003695HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696P: Pavel Machek
3697M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003698P: Rafael J. Wysocki
3699M: rjw@sisk.pl
3700L: linux-pm@lists.linux-foundation.org
3701S: Supported
3702
3703SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003704P: Len Brown
3705M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003706P: Pavel Machek
3707M: pavel@suse.cz
3708P: Rafael J. Wysocki
3709M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003710L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003711S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712
3713SONIC NETWORK DRIVER
3714P: Thomas Bogendoerfer
3715M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003716L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717S: Maintained
3718
Michael Buesch61e115a2007-09-18 15:12:50 -04003719SONICS SILICON BACKPLANE DRIVER (SSB)
3720P: Michael Buesch
3721M: mb@bu3sch.de
3722L: netdev@vger.kernel.org
3723S: Maintained
3724
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003726P: Mattia Dongili
3727M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003728L: linux-acpi@vger.kernel.org
3729W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730S: Maintained
3731
Alex Dubovbaf85322008-02-09 10:20:54 -08003732SONY MEMORYSTICK CARD SUPPORT
3733P: Alex Dubov
3734M: oakad@yahoo.com
3735L: linux-kernel@vger.kernel.org
3736W: http://tifmxx.berlios.de/
3737S: Maintained
3738
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739SOUND
3740P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003741M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003742L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743S: Maintained
3744
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003745SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3746P: Liam Girdwood
3747M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003748P: Mark Brown
3749M: broonie@opensource.wolfsonmicro.com
3750T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003751L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003752S: Supported
3753
Kumar Gala025c3982006-04-02 16:05:54 -05003754SPI SUBSYSTEM
3755P: David Brownell
3756M: dbrownell@users.sourceforge.net
3757L: spi-devel-general@lists.sourceforge.net
3758S: Maintained
3759
Steven Rostedt855f46a2006-08-05 12:14:50 -07003760STABLE BRANCH:
3761P: Greg Kroah-Hartman
3762M: greg@kroah.com
3763P: Chris Wright
3764M: chrisw@sous-sol.org
3765L: stable@kernel.org
3766S: Maintained
3767
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768SHARP LH SUPPORT (LH7952X & LH7A40X)
3769P: Marc Singer
3770M: elf@buici.com
3771W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003772L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773S: Maintained
3774
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003775SHPC HOTPLUG DRIVER
3776P: Kristen Carlson Accardi
3777M: kristen.c.accardi@intel.com
3778L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003779S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003780
Pierre Ossmand129bce2006-03-24 03:18:17 -08003781SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3782P: Pierre Ossman
3783M: drzeus-sdhci@drzeus.cx
3784L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003785S: Maintained
3786
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003787SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3788P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003789M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003790L: netdev@vger.kernel.org
3791S: Maintained
3792
Chris Boot1a87d942006-07-10 04:45:34 -07003793SOEKRIS NET48XX LED SUPPORT
3794P: Chris Boot
3795M: bootc@bootc.net
3796S: Maintained
3797
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798SPARC (sparc32):
3799P: William L. Irwin
3800M: wli@holomorphy.com
3801L: sparclinux@vger.kernel.org
3802S: Maintained
3803
3804SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3805P: Roger Wolff
3806M: R.E.Wolff@BitWizard.nl
3807L: linux-kernel@vger.kernel.org ?
3808S: Supported
3809
Jim Lewis2752e402006-09-29 02:01:19 -07003810SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003811P: Ishizaki Kou
3812M: kou.ishizaki@toshiba.co.jp
3813P: Jens Osterkamp
3814M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003815L: netdev@vger.kernel.org
3816S: Supported
3817
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818SRM (Alpha) environment access
3819P: Jan-Benedict Glaw
3820M: jbglaw@lug-owl.de
3821L: linux-kernel@vger.kernel.org
3822S: Maintained
3823
3824STARFIRE/DURALAN NETWORK DRIVER
3825P: Ion Badulescu
3826M: ionut@cs.columbia.edu
3827S: Maintained
3828
3829STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3830W: http://mosquitonet.Stanford.EDU/strip.html
3831S: Unsupported ?
3832
3833STRADIS MPEG-2 DECODER DRIVER
3834P: Nathan Laredo
3835M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836W: http://www.stradis.com/
3837S: Maintained
3838
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003839SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840P: Paul Mundt
3841M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003842L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003844T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845S: Maintained
3846
3847SUN3/3X
3848P: Sam Creasey
3849M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850W: http://sammy.net/sun3/
3851S: Maintained
3852
3853SVGA HANDLING
3854P: Martin Mares
3855M: mj@ucw.cz
3856L: linux-video@atrey.karlin.mff.cuni.cz
3857S: Maintained
3858
3859SYSV FILESYSTEM
3860P: Christoph Hellwig
3861M: hch@infradead.org
3862S: Maintained
3863
Alan Cox4e688522008-04-30 00:52:11 -07003864TASKSTATS STATISTICS INTERFACE
3865P: Shailabh Nagar
3866M: nagar@watson.ibm.com
3867L: linux-kernel@vger.kernel.org
3868S: Maintained
3869
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003870TC CLASSIFIER
3871P: Jamal Hadi Salim
3872M: hadi@cyberus.ca
3873L: netdev@vger.kernel.org
3874S: Maintained
3875
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003876TCP LOW PRIORITY MODULE
3877P: Wong Hoi Sing, Edison
3878M: hswong3i@gmail.com
3879P: Hung Hing Lun, Mike
3880M: hlhung3i@gmail.com
3881W: http://tcp-lp-mod.sourceforge.net/
3882S: Maintained
3883
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003884TEHUTI ETHERNET DRIVER
3885P: Alexander Indenbaum
3886M: baum@tehutinetworks.net
3887P: Andy Gospodarek
3888M: andy@greyhouse.net
3889L: netdev@vger.kernel.org
3890S: Supported
3891
Alan Cox4e688522008-04-30 00:52:11 -07003892Telecom Clock Driver for MCPL0010
3893P: Mark Gross
3894M: mark.gross@intel.com
3895S: Supported
3896
3897TENSILICA XTENSA PORT (xtensa):
3898P: Chris Zankel
3899M: chris@zankel.net
3900S: Maintained
3901
3902THINKPAD ACPI EXTRAS DRIVER
3903P: Henrique de Moraes Holschuh
3904M: ibm-acpi@hmh.eng.br
3905L: ibm-acpi-devel@lists.sourceforge.net
3906W: http://ibm-acpi.sourceforge.net
3907W: http://thinkwiki.org/wiki/Ibm-acpi
3908T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3909S: Maintained
3910
Alex Dubov4020f2d2006-10-04 02:15:37 -07003911TI FLASH MEDIA INTERFACE DRIVER
3912P: Alex Dubov
3913M: oakad@yahoo.com
3914S: Maintained
3915
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003916TI OMAP MMC INTERFACE DRIVER
3917P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003918M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003919W: http://linux.omap.com
3920W: http://www.muru.com/linux/omap/
3921S: Maintained
3922
Michael Buesch844dd052006-06-26 00:24:59 -07003923TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3924P: Deepak Saxena
3925M: dsaxena@plexity.net
3926S: Maintained
3927
Per Lidene86eaa32006-01-12 16:45:18 +01003928TIPC NETWORK LAYER
3929P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003930M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003931P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003932M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003933P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003934M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003935L: tipc-discussion@lists.sourceforge.net
3936W: http://tipc.sourceforge.net/
3937W: http://tipc.cslab.ericsson.net/
3938T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3939S: Maintained
3940
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941TLAN NETWORK DRIVER
3942P: Samuel Chessman
3943M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003944L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945W: http://sourceforge.net/projects/tlan/
3946S: Maintained
3947
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948TOSHIBA ACPI EXTRAS DRIVER
3949P: John Belmonte
3950M: toshiba_acpi@memebeam.org
3951W: http://memebeam.org/toys/ToshibaAcpiDriver
3952S: Maintained
3953
3954TOSHIBA SMM DRIVER
3955P: Jonathan Buzzard
3956M: jonathan@buzzard.org.uk
3957L: tlinux-users@tce.toshiba-dme.co.jp
3958W: http://www.buzzard.org.uk/toshiba/
3959S: Maintained
3960
Alan Cox4e688522008-04-30 00:52:11 -07003961TPM DEVICE DRIVER
3962P: Kylene Hall
3963M: tpmdd-devel@lists.sourceforge.net
3964W: http://tpmdd.sourceforge.net
3965P: Marcel Selhorst
3966M: tpm@selhorst.net
3967W: http://www.prosec.rub.de/tpm/
3968L: tpmdd-devel@lists.sourceforge.net
3969S: Maintained
3970
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3972P: Muli Ben-Yehuda
3973M: mulix@mulix.org
3974L: linux-kernel@vger.kernel.org
3975S: Maintained
3976
3977TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003978P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003979M: trivial@kernel.org
3980L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981S: Maintained
3982
Alan Cox4e688522008-04-30 00:52:11 -07003983TTY LAYER
3984P: Alan Cox
3985M: alan@lxorguk.ukuu.org.uk
3986L: linux-kernel@vger.kernel.org
3987S: Maintained
3988
Grant Grundler740db6d2008-02-17 11:53:49 -07003989TULIP NETWORK DRIVERS
3990P: Grant Grundler
3991M: grundler@parisc-linux.org
3992P: Kyle McMartin
3993M: kyle@parisc-linux.org
3994L: netdev@vger.kernel.org
3995S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996
3997TUN/TAP driver
3998P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003999M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000L: vtun@office.satix.net
4001W: http://vtun.sourceforge.net/tun
4002S: Maintained
4003
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004004TURBOCHANNEL SUBSYSTEM
4005P: Maciej W. Rozycki
4006M: macro@linux-mips.org
4007S: Maintained
4008
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009U14-34F SCSI DRIVER
4010P: Dario Ballabio
4011M: ballabio_dario@emc.com
4012L: linux-scsi@vger.kernel.org
4013S: Maintained
4014
4015UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004016P: Jan Kara
4017M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018W: http://linux-udf.sourceforge.net
4019S: Maintained
4020
4021UNIFORM CDROM DRIVER
4022P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004023M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024L: linux-kernel@vger.kernel.org
4025W: http://www.kernel.dk
4026S: Maintained
4027
4028USB ACM DRIVER
4029P: Oliver Neukum
4030M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004031L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032S: Maintained
4033
Jiri Slaby6d985162008-02-06 01:37:11 -08004034USB AUERSWALD DRIVER
4035P: Wolfgang Muees
4036M: wolfgang@iksw-muees.de
4037L: linux-usb@vger.kernel.org
4038S: Maintained
4039
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040USB BLOCK DRIVER (UB ub)
4041P: Pete Zaitcev
4042M: zaitcev@redhat.com
4043L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004044L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045S: Supported
4046
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047USB CDC ETHERNET DRIVER
4048P: Greg Kroah-Hartman
4049M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004050L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051S: Maintained
4052W: http://www.kroah.com/linux-usb/
4053
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004054USB CYPRESS C67X00 DRIVER
4055P: Peter Korsgaard
4056M: jacmet@sunsite.dk
4057L: linux-usb@vger.kernel.org
4058S: Maintained
4059
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004060USB DAVICOM DM9601 DRIVER
4061P: Peter Korsgaard
4062M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004063L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004064W: http://www.linux-usb.org/usbnet
4065S: Maintained
4066
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067USB EHCI DRIVER
4068P: David Brownell
4069M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004070L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004071S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072
Luca Risolia7ce08c92006-01-11 02:06:59 +00004073USB ET61X[12]51 DRIVER
4074P: Luca Risolia
4075M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004076L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004077L: video4linux-list@redhat.com
4078W: http://www.linux-projects.org
4079S: Maintained
4080
David Brownell69ae9e32006-11-14 02:03:31 -08004081USB GADGET/PERIPHERAL SUBSYSTEM
4082P: David Brownell
4083M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004084L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004085W: http://www.linux-usb.org/gadget
4086S: Maintained
4087
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004088USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004089P: Jiri Kosina
4090M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004091L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004092T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093S: Maintained
4094
Olav Kongas959eea22005-11-03 17:38:14 +02004095USB ISP116X DRIVER
4096P: Olav Kongas
4097M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004098L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004099S: Maintained
4100
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101USB KAWASAKI LSI DRIVER
4102P: Oliver Neukum
4103M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004104L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105S: Maintained
4106
4107USB MASS STORAGE DRIVER
4108P: Matthew Dharm
4109M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004110L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004111L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112S: Maintained
4113W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4114
4115USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004116P: David Brownell
4117M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004118L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004119S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120
Matthias Urlichsba460e42005-07-14 00:33:47 -07004121USB OPTION-CARD DRIVER
4122P: Matthias Urlichs
4123M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004124L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004125S: Maintained
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127USB OV511 DRIVER
4128P: Mark McClelland
4129M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004130L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131W: http://alpha.dyndns.org/ov511/
4132S: Maintained
4133
4134USB PEGASUS DRIVER
4135P: Petko Manolov
4136M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004137L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004138L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139W: http://pegasus2.sourceforge.net/
4140S: Maintained
4141
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004142USB PRINTER DRIVER (usblp)
4143P: Pete Zaitcev
4144M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004145L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004146S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147
4148USB RTL8150 DRIVER
4149P: Petko Manolov
4150M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004151L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153W: http://pegasus2.sourceforge.net/
4154S: Maintained
4155
4156USB SE401 DRIVER
4157P: Jeroen Vreeken
4158M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004159L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160W: http://www.chello.nl/~j.vreeken/se401/
4161S: Maintained
4162
Alan Cox4e688522008-04-30 00:52:11 -07004163USB SERIAL BELKIN F5U103 DRIVER
4164P: William Greathouse
4165M: wgreathouse@smva.com
4166L: linux-usb@vger.kernel.org
4167S: Maintained
4168
4169USB SERIAL CYPRESS M8 DRIVER
4170P: Lonnie Mendez
4171M: dignome@gmail.com
4172L: linux-usb@vger.kernel.org
4173S: Maintained
4174W: http://geocities.com/i0xox0i
4175W: http://firstlight.net/cvs
4176
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177USB SERIAL CYBERJACK DRIVER
4178P: Matthias Bruestle and Harald Welte
4179M: support@reiner-sct.com
4180W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4181S: Maintained
4182
4183USB SERIAL DIGI ACCELEPORT DRIVER
4184P: Peter Berger and Al Borchers
4185M: pberger@brimson.com
4186M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004187L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188S: Maintained
4189
4190USB SERIAL DRIVER
4191P: Greg Kroah-Hartman
4192M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004193L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194S: Supported
4195
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4197P: Gary Brubaker
4198M: xavyer@ix.netcom.com
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 SERIAL KEYSPAN DRIVER
4203P: Greg Kroah-Hartman
4204M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004205L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206W: http://www.kroah.com/linux/
4207S: Maintained
4208
4209USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004210P: Support Department
4211M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004212L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213W: http://www.connecttech.com
4214S: Supported
4215
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004216USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217P: Luca Risolia
4218M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004219L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004220L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221W: http://www.linux-projects.org
4222S: Maintained
4223
4224USB SUBSYSTEM
4225P: Greg Kroah-Hartman
4226M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004227L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004229T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230S: Supported
4231
4232USB UHCI DRIVER
4233P: Alan Stern
4234M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004235L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236S: Maintained
4237
David Brownell69ae9e32006-11-14 02:03:31 -08004238USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239P: David Brownell
4240M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004241L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004242W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243S: Maintained
4244
4245USB W996[87]CF DRIVER
4246P: Luca Risolia
4247M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004248L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004249L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250W: http://www.linux-projects.org
4251S: Maintained
4252
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004253USB WIRELESS RNDIS DRIVER (rndis_wlan)
4254P: Jussi Kivilinna
4255M: jussi.kivilinna@mbnet.fi
4256L: linux-wireless@vger.kernel.org
4257S: Maintained
4258
Luca Risolia60f78052006-02-06 16:29:35 +00004259USB ZC0301 DRIVER
4260P: Luca Risolia
4261M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004262L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004263L: video4linux-list@redhat.com
4264W: http://www.linux-projects.org
4265S: Maintained
4266
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267USB ZD1201 DRIVER
4268P: Jeroen Vreeken
4269M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004270L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271W: http://linux-lc100020.sourceforge.net
4272S: Maintained
4273
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004274USB ZR364XX DRIVER
4275P: Antoine Jacquet
4276M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004277L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004278L: video4linux-list@redhat.com
4279W: http://royale.zerezo.com/zr364xx/
4280S: Maintained
4281
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282USER-MODE LINUX
4283P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004284M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285L: user-mode-linux-devel@lists.sourceforge.net
4286L: user-mode-linux-user@lists.sourceforge.net
4287W: http://user-mode-linux.sourceforge.net
4288S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004289
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004290USERSPACE I/O (UIO)
4291P: Hans J. Koch
4292M: hjk@linutronix.de
4293P: Greg Kroah-Hartman
4294M: gregkh@suse.de
4295L: linux-kernel@vger.kernel.org
4296S: Maintained
4297
Alan Cox4e688522008-04-30 00:52:11 -07004298VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299P: OGAWA Hirofumi
4300M: hirofumi@mail.parknet.co.jp
4301L: linux-kernel@vger.kernel.org
4302S: Maintained
4303
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304VIA RHINE NETWORK DRIVER
4305P: Roger Luethi
4306M: rl@hellgate.ch
4307S: Maintained
4308
Jean Delvare32c0a522005-09-22 21:47:58 +02004309VIAPRO SMBUS DRIVER
4310P: Jean Delvare
4311M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004312L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004313S: Maintained
4314
Francois Romieu01f20732007-01-26 00:57:17 -08004315VIA VELOCITY NETWORK DRIVER
4316P: Francois Romieu
4317M: romieu@fr.zoreil.com
4318L: netdev@vger.kernel.org
4319S: Maintained
4320
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321UCLINUX (AND M68KNOMMU)
4322P: Greg Ungerer
4323M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004324W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004325L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326S: Maintained
4327
4328UCLINUX FOR NEC V850
4329P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330
4331UCLINUX FOR RENESAS H8/300
4332P: Yoshinori Sato
4333M: ysato@users.sourceforge.jp
4334W: http://uclinux-h8.sourceforge.jp/
4335S: Supported
4336
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004337UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004338P: Evgeniy Dushistov
4339M: dushistov@mail.ru
4340L: linux-kernel@vger.kernel.org
4341S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004342
Alan Cox4e688522008-04-30 00:52:11 -07004343UltraSPARC (sparc64):
4344P: David S. Miller
4345M: davem@davemloft.net
4346L: sparclinux@vger.kernel.org
4347T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4348S: Maintained
4349
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350USB DIAMOND RIO500 DRIVER
4351P: Cesar Miquel
4352M: miquel@df.uba.ar
4353L: rio500-users@lists.sourceforge.net
4354W: http://rio500.sourceforge.net
4355S: Maintained
4356
4357VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004358P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004359M: mchehab@infradead.org
4360M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004362W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004363T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004364S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365
Patrick McHardybe7f8272007-10-23 20:26:36 -07004366VLAN (802.1Q)
4367P: Patrick McHardy
4368M: kaber@trash.net
4369L: netdev@vger.kernel.org
4370S: Maintained
4371
Juerg Haefligerab413192006-09-24 20:54:04 +02004372VT1211 HARDWARE MONITOR DRIVER
4373P: Juerg Haefliger
4374M: juergh@gmail.com
4375L: lm-sensors@lm-sensors.org
4376S: Maintained
4377
Roger Lucas1de9e372005-11-26 20:20:05 +01004378VT8231 HARDWARE MONITOR DRIVER
4379P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004380M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004381L: lm-sensors@lm-sensors.org
4382S: Maintained
4383
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384W1 DALLAS'S 1-WIRE BUS
4385P: Evgeniy Polyakov
4386M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387S: Maintained
4388
Charles Spirakis13927072006-07-05 18:05:15 +02004389W83791D HARDWARE MONITORING DRIVER
4390P: Charles Spirakis
4391M: bezaur@gmail.com
4392L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004393S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004394
Rudolf Marek61db0112006-12-12 18:18:30 +01004395W83793 HARDWARE MONITORING DRIVER
4396P: Rudolf Marek
4397M: r.marek@assembler.cz
4398L: lm-sensors@lm-sensors.org
4399S: Maintained
4400
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401W83L51xD SD/MMC CARD INTERFACE DRIVER
4402P: Pierre Ossman
4403M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004404L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405S: Maintained
4406
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004407WATCHDOG DEVICE DRIVERS
4408P: Wim Van Sebroeck
4409M: wim@iguana.be
4410T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4411S: Maintained
4412
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4414P: Jean Tourrilhes
4415M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004416L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004417W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4418S: Maintained
4419
4420WD7000 SCSI DRIVER
4421P: Miroslav Zagorac
4422M: zaga@fly.cc.fer.hr
4423L: linux-scsi@vger.kernel.org
4424S: Maintained
4425
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004426WISTRON LAPTOP BUTTON DRIVER
4427P: Miloslav Trmac
4428M: mitr@volny.cz
4429S: Maintained
4430
Linus Torvalds1da177e2005-04-16 15:20:36 -07004431WL3501 WIRELESS PCMCIA CARD DRIVER
4432P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004433M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004434L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004435W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436S: Maintained
4437
Mark Brownfebf1df2008-04-02 00:51:09 -04004438WM97XX TOUCHSCREEN DRIVERS
4439P: Mark Brown
4440M: broonie@opensource.wolfsonmicro.com
4441P: Liam Girdwood
4442M: liam.girdwood@wolfsonmicro.com
4443L: linux-input@vger.kernel.org
4444T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4445W: http://opensource.wolfsonmicro.com/node/7
4446S: Supported
4447
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448X.25 NETWORK LAYER
4449P: Henner Eisen
4450M: eis@baty.hanse.de
4451L: linux-x25@vger.kernel.org
4452S: Maintained
4453
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004454XEN HYPERVISOR INTERFACE
4455P: Jeremy Fitzhardinge
4456M: jeremy@xensource.com
4457P: Chris Wright
4458M: chrisw@sous-sol.org
4459L: virtualization@lists.osdl.org
4460L: xen-devel@lists.xensource.com
4461S: Supported
4462
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463XFS FILESYSTEM
4464P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004465P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004467L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004469T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470S: Supported
4471
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004472XILINX SYSTEMACE DRIVER
4473P: Grant Likely
4474M: grant.likely@secretlab.ca
4475W: http://www.secretlab.ca/
4476L: linux-kernel@vger.kernel.org
4477S: Maintained
4478
Peter Korsgaard238b8722006-12-06 20:35:17 -08004479XILINX UARTLITE SERIAL DRIVER
4480P: Peter Korsgaard
4481M: jacmet@sunsite.dk
4482L: linux-serial@vger.kernel.org
4483S: Maintained
4484
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004485X86 ARCHITECTURE (32-BIT AND 64-BIT)
4486P: Thomas Gleixner
4487M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488P: Ingo Molnar
4489M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004490P: H. Peter Anvin
4491M: hpa@zytor.com
4492L: linux-kernel@vger.kernel.org
4493T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004494S: Maintained
4495
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496YAM DRIVER FOR AX.25
4497P: Jean-Paul Roubelat
4498M: jpr@f6fbb.org
4499L: linux-hams@vger.kernel.org
4500S: Maintained
4501
Henkaf64a5e2005-10-12 15:02:56 +02004502YEALINK PHONE DRIVER
4503P: Henk Vergonet
4504M: Henk.Vergonet@gmail.com
4505L: usbb2k-api-dev@nongnu.org
4506S: Maintained
4507
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508Z8530 DRIVER FOR AX.25
4509P: Joerg Reuter
4510M: jreuter@yaina.de
4511W: http://yaina.de/jreuter/
4512W: http://www.qsl.net/dl1bke/
4513L: linux-hams@vger.kernel.org
4514S: Maintained
4515
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004516ZD1211RW WIRELESS DRIVER
4517P: Daniel Drake
4518M: dsd@gentoo.org
4519P: Ulrich Kunitz
4520M: kune@deine-taler.de
4521W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004522L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004523L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4524S: Maintained
4525
Linus Torvalds1da177e2005-04-16 15:20:36 -07004526ZF MACHZ WATCHDOG
4527P: Fernando Fuganti
4528M: fuganti@netbank.com.br
4529W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4530S: Maintained
4531
4532ZR36067 VIDEO FOR LINUX DRIVER
4533P: Ronald Bultje
4534M: rbultje@ronald.bitfreak.net
4535L: mjpeg-users@lists.sourceforge.net
4536W: http://mjpeg.sourceforge.net/driver-zoran/
4537S: Maintained
4538
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004539ZS DECSTATION Z85C30 SERIAL DRIVER
4540P: Maciej W. Rozycki
4541M: macro@linux-mips.org
4542S: Maintained
4543
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544THE REST
4545P: Linus Torvalds
4546S: Buried alive in reporters