blob: 99e531b0f2baba2e2bd8143968ba78a91630b020 [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
Jordan Crouse67d76712008-05-12 14:02:22 -0700370L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700371S: Supported
372
Jordan Crousef90b8112006-01-06 00:12:14 -0800373AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100374P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700375L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800376W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
377S: Supported
378
Stelian Pop284f42b2006-12-12 18:18:31 +0100379AMS (Apple Motion Sensor) DRIVER
380P: Stelian Pop
381M: stelian@popies.net
382P: Michael Hanselmann
383M: linux-kernel@hansmi.ch
384S: Supported
385
Tom Tuckerf94b5332006-09-22 15:22:48 -0700386AMSO1100 RNIC DRIVER
387P: Tom Tucker
388M: tom@opengridcomputing.com
389P: Steve Wise
390M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700391L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700392S: Maintained
393
Johannes Berg42269062006-07-25 16:15:50 +0200394AOA (Apple Onboard Audio) ALSA DRIVER
395P: Johannes Berg
396M: johannes@sipsolutions.net
397L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200398L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200399S: Maintained
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401APM DRIVER
402P: Stephen Rothwell
403M: sfr@canb.auug.org.au
404L: linux-laptop@vger.kernel.org
405W: http://www.canb.auug.org.au/~sfr/
406S: Supported
407
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700408APPLE SMC DRIVER
409P: Nicolas Boichat
410M: nicolas@boichat.ch
411L: mactel-linux-devel@lists.sourceforge.net
412S: Maintained
413
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414APPLETALK NETWORK LAYER
415P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300416M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417S: Maintained
418
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400419APPLETOUCH TOUCHPAD DRIVER
420P: Johannes Berg
421M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400422L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400423S: Maintained
424
Jaya Kumar1154ea72005-06-21 17:17:04 -0700425ARC FRAMEBUFFER DRIVER
426P: Jaya Kumar
427M: jayalk@intworks.biz
428S: Maintained
429
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430ARM MFM AND FLOPPY DRIVERS
431P: Ian Molton
432M: spyro@f2s.com
433S: Maintained
434
Russell King2761f5c2007-05-24 06:56:08 +0200435ARM PRIMECELL MMCI PL180/1 DRIVER
436P: Russell King
437M: rmk@arm.linux.org.uk
438L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
439S: Maintained
440
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800441ARM/ADI ROADRUNNER MACHINE SUPPORT
442P: Lennert Buytenhek
443M: kernel@wantstofly.org
444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445S: Maintained
446
447ARM/ADS SPHERE MACHINE SUPPORT
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/AJECO 1ARM MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
Andrew Victord4a89c72006-12-04 13:56:21 +0100459ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
460P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100461M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100462L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
463W: http://maxim.org.za/at91_26.html
464S: Maintained
465
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800466ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
467P: Lennert Buytenhek
468M: kernel@wantstofly.org
469L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
470S: Maintained
471
472ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
473P: Lennert Buytenhek
474M: kernel@wantstofly.org
475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476S: Maintained
477
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
Mike Rapoport03fe6692008-06-17 09:50:06 +0100489ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
490P: Mike Rapoport
491M: mike@compulab.co.il
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100495ARM/GUMSTIX MACHINE SUPPORT
496P: Steve Sakoman
497M: sakoman@gmail.com
498L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
499S: Maintained
500
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100501ARM/HP JORNADA 7XX MACHINE SUPPORT
502P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100503M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100504W: www.jlime.com
505S: Maintained
506
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800507ARM/INTEL IOP32X ARM ARCHITECTURE
508P: Lennert Buytenhek
509M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100510P: Dan Williams
511M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800512L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100513S: Supported
514
515ARM/INTEL IOP33X ARM ARCHITECTURE
516P: Dan Williams
517M: dan.j.williams@intel.com
518L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
519S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800520
521ARM/INTEL IOP13XX ARM ARCHITECTURE
522P: Lennert Buytenhek
523M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100524P: Dan Williams
525M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100527S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528
529ARM/INTEL IQ81342EX MACHINE SUPPORT
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100532P: Dan Williams
533M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100535S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536
537ARM/INTEL IXP2000 ARM ARCHITECTURE
538P: Lennert Buytenhek
539M: kernel@wantstofly.org
540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541S: Maintained
542
543ARM/INTEL IXDP2850 MACHINE SUPPORT
544P: Lennert Buytenhek
545M: kernel@wantstofly.org
546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547S: Maintained
548
549ARM/INTEL IXP23XX ARM ARCHITECTURE
550P: Lennert Buytenhek
551M: kernel@wantstofly.org
552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
553S: Maintained
554
555ARM/INTEL XSC3 (MANZANO) ARM CORE
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100558P: Dan Williams
559M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100561S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562
563ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
564P: Lennert Buytenhek
565M: kernel@wantstofly.org
566L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
567S: Maintained
568
569ARM/LOGICPD PXA270 MACHINE SUPPORT
570P: Lennert Buytenhek
571M: kernel@wantstofly.org
572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
573S: Maintained
574
Dirk Opfer8459c152005-11-06 14:27:52 +0000575ARM/TOSA MACHINE SUPPORT
576P: Dirk Opfer
577M: dirk@opfer-online.de
578S: Maintained
579
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580ARM/PLEB SUPPORT
581P: Peter Chubb
582M: pleb@gelato.unsw.edu.au
583W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
584S: Maintained
585
586ARM/PT DIGITAL BOARD PORT
587P: Stefan Eletzhofer
588M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.arm.linux.org.uk/
591S: Maintained
592
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593ARM/RADISYS ENP2611 MACHINE SUPPORT
594P: Lennert Buytenhek
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained
598
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599ARM/SHARK MACHINE SUPPORT
600P: Alexander Schulz
601M: alex@shark-linux.de
602W: http://www.shark-linux.de/shark.html
603S: Maintained
604
605ARM/STRONGARM110 PORT
606P: Russell King
607M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609W: http://www.arm.linux.org.uk/
610S: Maintained
611
612ARM/S3C2410 ARM ARCHITECTURE
613P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800614M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700615L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616W: http://www.fluff.org/ben/linux/
617S: Maintained
618
619ARM/S3C2440 ARM ARCHITECTURE
620P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800621M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700622L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623W: http://www.fluff.org/ben/linux/
624S: Maintained
625
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800626ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
627P: Lennert Buytenhek
628M: kernel@wantstofly.org
629L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630S: Maintained
631
632ARM/THECUS N2100 MACHINE SUPPORT
633P: Lennert Buytenhek
634M: kernel@wantstofly.org
635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
636S: Maintained
637
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638ARPD SUPPORT
639P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700640L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641S: Maintained
642
643ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500644P: Corentin Chary
645M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646P: Karol Kozimor
647M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648L: acpi4asus-user@lists.sourceforge.net
649W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500650W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651S: Maintained
652
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400653ASUS ASB100 HARDWARE MONITOR DRIVER
654P: Mark M. Hoffman
655M: mhoffman@lightlink.com
656L: lm-sensors@lm-sensors.org
657S: Maintained
658
Corentin Chary85091b72007-01-26 14:04:30 +0100659ASUS LAPTOP EXTRAS DRIVER
660P: Corentin Chary
661M: corentincj@iksaif.net
662L: acpi4asus-user@lists.sourceforge.net
663W: http://sourceforge.net/projects/acpi4asus
664W: http://xf.iksaif.net/acpi4asus
665S: Maintained
666
Dan Williamsb3e5f262007-08-07 10:26:35 -0700667ASYNCHRONOUS TRANSFERS/TRANSFORMS API
668P: Dan Williams
669M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100670P: Maciej Sosnowski
671M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700672L: linux-kernel@vger.kernel.org
673W: http://sourceforge.net/projects/xscaleiop
674S: Supported
675
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676ATA OVER ETHERNET DRIVER
677P: Ed L. Cashin
678M: ecashin@coraid.com
679W: http://www.coraid.com/support/linux
680S: Supported
681
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200682ATHEROS ATH5K WIRELESS DRIVER
683P: Jiri Slaby
684M: jirislaby@gmail.com
685P: Nick Kossifidis
686M: mickflemm@gmail.com
687P: Luis R. Rodriguez
688M: mcgrof@gmail.com
689L: linux-wireless@vger.kernel.org
690L: ath5k-devel@lists.ath5k.org
691S: Maintained
692
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000693ATI_REMOTE2 DRIVER
694P: Ville Syrjala
695M: syrjala@sci.fi
696S: Maintained
697
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600698ATL1 ETHERNET DRIVER
699P: Jay Cliburn
700M: jcliburn@gmail.com
701P: Chris Snook
702M: csnook@redhat.com
703L: atl1-devel@lists.sourceforge.net
704W: http://sourceforge.net/projects/atl1
705W: http://atl1.sourceforge.net
706S: Maintained
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708ATM
709P: Chas Williams
710M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700711L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712W: http://linux-atm.sourceforge.net
713S: Maintained
714
Pierre Ossman272f1332007-05-14 21:25:26 +0200715ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200716P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800717M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200718L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
719W: http://www.atmel.com/products/AT91/
720W: http://www.at91.com/
721S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200722
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800723ATMEL AT91 / AT32 SERIAL DRIVER
724P: Haavard Skinnemoen
725M: hskinnemoen@atmel.com
726L: linux-kernel@vger.kernel.org
727S: Supported
728
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800729ATMEL LCDFB DRIVER
730P: Nicolas Ferre
731M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800732L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800733S: Maintained
734
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100735ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100736P: Haavard Skinnemoen
737M: hskinnemoen@atmel.com
738S: Supported
739
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800740ATMEL SPI DRIVER
741P: Haavard Skinnemoen
742M: hskinnemoen@atmel.com
743S: Supported
744
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700745ATMEL USBA UDC DRIVER
746P: Haavard Skinnemoen
747M: hskinnemoen@atmel.com
748L: kernel@avr32linux.org
749W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
750S: Supported
751
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752ATMEL WIRELESS DRIVER
753P: Simon Kelley
754M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700755L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756W: http://www.thekelleys.org.uk/atmel
757W: http://atmelwlandriver.sourceforge.net/
758S: Maintained
759
Chris Wrighta92b7b82005-07-07 18:12:23 -0700760AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400761P: Al Viro
762M: viro@zeniv.linux.org.uk
763P: Eric Paris
764M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700765L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100766W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400767T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700768S: Maintained
769
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800770AUXILIARY DISPLAY DRIVERS
771P: Miguel Ojeda Sandonis
772M: maxextreme@gmail.com
773L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700774W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800775S: Maintained
776
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700777AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700778P: Haavard Skinnemoen
779M: hskinnemoen@atmel.com
780W: http://www.atmel.com/products/AVR32/
781W: http://avr32linux.org/
782W: http://avrfreaks.net/
783S: Supported
784
785AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700786P: Haavard Skinnemoen
787M: hskinnemoen@atmel.com
788S: Supported
789
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790AX.25 NETWORK LAYER
791P: Ralf Baechle
792M: ralf@linux-mips.org
793L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200794W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795S: Maintained
796
Richard Purdie300abeb2007-02-07 22:21:07 +0000797BACKLIGHT CLASS/SUBSYSTEM
798P: Richard Purdie
799M: rpurdie@rpsys.net
800S: Maintained
801
Bryan Wu1394f032007-05-06 14:50:22 -0700802BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800803P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800804M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800805L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
806W: http://blackfin.uclinux.org
807S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700808
Bryan Wue190d6b2007-07-17 14:43:44 +0800809BLACKFIN EMAC DRIVER
810P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800811M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800812L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
813W: http://blackfin.uclinux.org
814S: Supported
815
Mike Frysinger566da5b2007-06-11 15:31:30 +0800816BLACKFIN RTC DRIVER
817P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800818M: vapier.adi@gmail.com
819L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
820W: http://blackfin.uclinux.org
821S: Supported
822
Bryan Wu1394f032007-05-06 14:50:22 -0700823BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800824P: Sonic Zhang
825M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800826L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
827W: http://blackfin.uclinux.org
828S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700829
Bryan Wu1e6d3202007-07-15 02:50:02 +0800830BLACKFIN WATCHDOG DRIVER
831P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800832M: vapier.adi@gmail.com
833L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
834W: http://blackfin.uclinux.org
835S: Supported
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837BAYCOM/HDLCDRV DRIVERS FOR AX.25
838P: Thomas Sailer
839M: t.sailer@alumni.ethz.ch
840L: linux-hams@vger.kernel.org
841W: http://www.baycom.org/~tom/ham/ham.html
842S: Maintained
843
Michael Buesche4d6b792007-09-18 15:39:42 -0400844B43 WIRELESS DRIVER
845P: Michael Buesch
846M: mb@bu3sch.de
847P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100848M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400849L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100850W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400851S: Maintained
852
Larry Finger75388ac2007-09-25 16:46:54 -0700853B43LEGACY WIRELESS DRIVER
854P: Larry Finger
855M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100856P: Stefano Brivio
857M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700858L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100859W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700860S: Maintained
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862BEFS FILE SYSTEM
863P: Sergey S. Kostyliov
864M: rathamahata@php4.ru
865L: linux-kernel@vger.kernel.org
866S: Maintained
867
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868BFS FILE SYSTEM
869P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800870M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871L: linux-kernel@vger.kernel.org
872S: Maintained
873
Bryan Wud24ecfc2007-05-01 23:26:32 +0200874BLACKFIN I2C TWI DRIVER
875P: Sonic Zhang
876M: sonic.zhang@analog.com
877L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
878W: http://blackfin.uclinux.org/
879S: Supported
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881BLOCK LAYER
882P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200883M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800885T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886S: Maintained
887
Joern Engel2b54aae2008-02-06 01:38:02 -0800888BLOCK2MTD DRIVER
889P: Joern Engel
890M: joern@lazybastard.org
891L: linux-mtd@lists.infradead.org
892S: Maintained
893
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894BLUETOOTH SUBSYSTEM
895P: Marcel Holtmann
896M: marcel@holtmann.org
897P: Maxim Krasnyansky
898M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700899L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900W: http://bluez.sf.net
901W: http://www.bluez.org
902W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800903T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904S: Maintained
905
906BLUETOOTH RFCOMM LAYER
907P: Marcel Holtmann
908M: marcel@holtmann.org
909P: Maxim Krasnyansky
910M: maxk@qualcomm.com
911S: Maintained
912
913BLUETOOTH BNEP LAYER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916P: Maxim Krasnyansky
917M: maxk@qualcomm.com
918S: Maintained
919
920BLUETOOTH CMTP LAYER
921P: Marcel Holtmann
922M: marcel@holtmann.org
923S: Maintained
924
925BLUETOOTH HIDP LAYER
926P: Marcel Holtmann
927M: marcel@holtmann.org
928S: Maintained
929
930BLUETOOTH HCI UART DRIVER
931P: Marcel Holtmann
932M: marcel@holtmann.org
933P: Maxim Krasnyansky
934M: maxk@qualcomm.com
935S: Maintained
936
937BLUETOOTH HCI USB DRIVER
938P: Marcel Holtmann
939M: marcel@holtmann.org
940P: Maxim Krasnyansky
941M: maxk@qualcomm.com
942S: Maintained
943
944BLUETOOTH HCI BCM203X DRIVER
945P: Marcel Holtmann
946M: marcel@holtmann.org
947S: Maintained
948
949BLUETOOTH HCI BPA10X DRIVER
950P: Marcel Holtmann
951M: marcel@holtmann.org
952S: Maintained
953
954BLUETOOTH HCI BFUSB DRIVER
955P: Marcel Holtmann
956M: marcel@holtmann.org
957S: Maintained
958
959BLUETOOTH HCI DTL1 DRIVER
960P: Marcel Holtmann
961M: marcel@holtmann.org
962S: Maintained
963
964BLUETOOTH HCI BLUECARD DRIVER
965P: Marcel Holtmann
966M: marcel@holtmann.org
967S: Maintained
968
969BLUETOOTH HCI BT3C DRIVER
970P: Marcel Holtmann
971M: marcel@holtmann.org
972S: Maintained
973
974BLUETOOTH HCI BTUART DRIVER
975P: Marcel Holtmann
976M: marcel@holtmann.org
977S: Maintained
978
979BLUETOOTH HCI VHCI DRIVER
980P: Maxim Krasnyansky
981M: maxk@qualcomm.com
982S: Maintained
983
984BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100985P: Jay Vosburgh
986M: fubar@us.ibm.com
987L: bonding-devel@lists.sourceforge.net
988W: http://sourceforge.net/projects/bonding/
989S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000991BROADBAND PROCESSOR ARCHITECTURE
992P: Arnd Bergmann
993M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100994L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400995W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000996S: Supported
997
Gary Zambrano39105892006-06-22 17:26:20 -0700998BROADCOM B44 10/100 ETHERNET DRIVER
999P: Gary Zambrano
1000M: zambrano@broadcom.com
1001L: netdev@vger.kernel.org
1002S: Supported
1003
Michael Chan948c51e2006-06-04 02:51:39 -07001004BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1005P: Michael Chan
1006M: mchan@broadcom.com
1007L: netdev@vger.kernel.org
1008S: Supported
1009
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001010BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1011P: Eliezer Tamir
1012M: eliezert@broadcom.com
1013L: netdev@vger.kernel.org
1014S: Supported
1015
Michael Chan948c51e2006-06-04 02:51:39 -07001016BROADCOM TG3 GIGABIT ETHERNET DRIVER
1017P: Michael Chan
1018M: mchan@broadcom.com
1019L: netdev@vger.kernel.org
1020S: Supported
1021
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001022BSG (block layer generic sg v4 driver)
1023P: FUJITA Tomonori
1024M: fujita.tomonori@lab.ntt.co.jp
1025L: linux-scsi@vger.kernel.org
1026S: Supported
1027
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001030M: mchehab@infradead.org
1031M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001033W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001034T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001035S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036
Jonathan Corbet77d51402007-03-22 19:44:17 -03001037CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1038P: Jonathan Corbet
1039M: corbet@lwn.net
1040L: video4linux-list@redhat.com
1041S: Maintained
1042
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001043CAN NETWORK LAYER
1044P: Urs Thuermann
1045M: urs.thuermann@volkswagen.de
1046P: Oliver Hartkopp
1047M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001048L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001049W: http://developer.berlios.de/projects/socketcan/
1050S: Maintained
1051
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001052CALGARY x86-64 IOMMU
1053P: Muli Ben-Yehuda
1054M: muli@il.ibm.com
1055P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001056M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001057L: linux-kernel@vger.kernel.org
1058L: discuss@x86-64.org
1059S: Maintained
1060
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001061CFAG12864B LCD DRIVER
1062P: Miguel Ojeda Sandonis
1063M: maxextreme@gmail.com
1064L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001065W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001066S: Maintained
1067
1068CFAG12864BFB LCD FRAMEBUFFER DRIVER
1069P: Miguel Ojeda Sandonis
1070M: maxextreme@gmail.com
1071L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001072W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001073S: Maintained
1074
Johannes Berg704232c2007-04-23 12:20:05 -07001075CFG80211 and NL80211
1076P: Johannes Berg
1077M: johannes@sipsolutions.net
1078L: linux-wireless@vger.kernel.org
1079S: Maintained
1080
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001081CHECKPATCH
1082P: Andy Whitcroft
1083M: apw@shadowen.org
1084P: Randy Dunlap
1085M: rdunlap@xenotime.net
1086P: Joel Schopp
1087M: jschopp@austin.ibm.com
1088S: Supported
1089
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090COMMON INTERNET FILE SYSTEM (CIFS)
1091P: Steve French
1092M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001093L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001095W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001096T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001097S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098
Joel Becker7063fbf2005-12-15 14:29:43 -08001099CONFIGFS
1100P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001101M: joel.becker@oracle.com
1102L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001103S: Supported
1104
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001105CIRRUS LOGIC EP93XX ETHERNET DRIVER
1106P: Lennert Buytenhek
1107M: kernel@wantstofly.org
1108L: netdev@vger.kernel.org
1109S: Maintained
1110
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001111CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1112P: Lennert Buytenhek
1113M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001114L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001115S: Maintained
1116
Timur Tabid9e9d822008-04-24 08:45:26 +10001117CIRRUS LOGIC CS4270 SOUND DRIVER
1118P: Timur Tabi
1119M: timur@freescale.com
1120L: alsa-devel@alsa-project.org
1121S: Supported
1122
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1124P: Cirrus Logic Corporation (kernel 2.2 driver)
1125M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1126P: Nils Faerber (port to kernel 2.4)
1127M: Nils Faerber <nils@kernelconcepts.de>
1128S: Maintained
1129
1130CODA FILE SYSTEM
1131P: Jan Harkes
1132M: jaharkes@cs.cmu.edu
1133M: coda@cs.cmu.edu
1134L: codalist@coda.cs.cmu.edu
1135W: http://www.coda.cs.cmu.edu/
1136S: Maintained
1137
1138COMPACTPCI HOTPLUG CORE
1139P: Scott Murray
1140M: scottm@somanetworks.com
1141M: scott@spiteful.org
1142L: pcihpd-discuss@lists.sourceforge.net
1143S: Supported
1144
1145COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1146P: Scott Murray
1147M: scottm@somanetworks.com
1148M: scott@spiteful.org
1149L: pcihpd-discuss@lists.sourceforge.net
1150S: Supported
1151
1152COMPACTPCI HOTPLUG GENERIC DRIVER
1153P: Scott Murray
1154M: scottm@somanetworks.com
1155M: scott@spiteful.org
1156L: pcihpd-discuss@lists.sourceforge.net
1157S: Supported
1158
1159COMPUTONE INTELLIPORT MULTIPORT CARD
1160P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001161M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001163S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164
Simon Arlott949be0f2007-03-06 02:47:46 -08001165CONEXANT ACCESSRUNNER USB DRIVER
1166P: Simon Arlott
1167M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001168L: accessrunner-general@lists.sourceforge.net
1169W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001170S: Maintained
1171
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001172CONTROL GROUPS (CGROUPS)
1173P: Paul Menage
1174M: menage@google.com
1175L: containers@lists.linux-foundation.org
1176S: Maintained
1177
Rudolf Marekbebe4672007-05-08 17:22:02 +02001178CORETEMP HARDWARE MONITORING DRIVER
1179P: Rudolf Marek
1180M: r.marek@assembler.cz
1181L: lm-sensors@lm-sensors.org
1182S: Maintained
1183
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184COSA/SRP SYNC SERIAL DRIVER
1185P: Jan "Yenya" Kasprzak
1186M: kas@fi.muni.cz
1187W: http://www.fi.muni.cz/~kas/cosa/
1188S: Maintained
1189
1190CPU FREQUENCY DRIVERS
1191P: Dave Jones
1192M: davej@codemonkey.org.uk
1193L: cpufreq@lists.linux.org.uk
1194W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001195T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196S: Maintained
1197
1198CPUID/MSR DRIVER
1199P: H. Peter Anvin
1200M: hpa@zytor.com
1201S: Maintained
1202
Paul Jacksoned90fb42005-09-27 21:45:37 -07001203CPUSETS
1204P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001205P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001206M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001207M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001208L: linux-kernel@vger.kernel.org
1209W: http://www.bullopensource.org/cpuset/
1210S: Supported
1211
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001213W: http://sourceforge.net/projects/cramfs/
1214S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
1216CRIS PORT
1217P: Mikael Starvik
1218M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001219P: Jesper Nilsson
1220M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221L: dev-etrax@axis.com
1222W: http://developer.axis.com
1223S: Maintained
1224
1225CRYPTO API
1226P: Herbert Xu
1227M: herbert@gondor.apana.org.au
1228P: David S. Miller
1229M: davem@davemloft.net
1230L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001231T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232S: Maintained
1233
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001234CS5535 Audio ALSA driver
1235P: Jaya Kumar
1236M: jayakumar.alsa@gmail.com
1237S: Maintained
1238
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001239CX18 VIDEO4LINUX DRIVER
1240P: Hans Verkuil, Andy Walls
1241M: hverkuil@xs4all.nl, awalls@radix.net
1242L: ivtv-devel@ivtvdriver.org
1243L: ivtv-users@ivtvdriver.org
1244L: video4linux-list@redhat.com
1245W: http://linuxtv.org
1246S: Maintained
1247
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248CYBERPRO FB DRIVER
1249P: Russell King
1250M: rmk@arm.linux.org.uk
1251W: http://www.arm.linux.org.uk/
1252S: Maintained
1253
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001254CYBLAFB FRAMEBUFFER DRIVER
1255P: Knut Petersen
1256M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001257L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001258S: Maintained
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260CYCLADES 2X SYNC CARD DRIVER
1261P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001262M: acme@ghostprotocols.net
1263W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264S: Maintained
1265
1266CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001268S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269
1270CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001272S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274DAMA SLAVE for AX.25
1275P: Joerg Reuter
1276M: jreuter@yaina.de
1277W: http://yaina.de/jreuter/
1278W: http://www.qsl.net/dl1bke/
1279L: linux-hams@vger.kernel.org
1280S: Maintained
1281
1282DC395x SCSI driver
1283P: Oliver Neukum
1284M: oliver@neukum.name
1285P: Ali Akcaagac
1286M: aliakc@web.de
1287P: Jamie Lenehan
1288M: lenehan@twibble.org
1289W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001290L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291L: http://lists.twibble.org/mailman/listinfo/dc395x/
1292S: Maintained
1293
1294DC390/AM53C974 SCSI driver
1295P: Kurt Garloff
1296M: garloff@suse.de
1297W: http://www.garloff.de/kurt/linux/dc390/
1298P: Guennadi Liakhovetski
1299M: g.liakhovetski@gmx.de
1300S: Maintained
1301
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001302DCCP PROTOCOL
1303P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001304M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001305L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001306W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001307S: Maintained
1308
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001310P: Christine Caulfield
1311M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312W: http://linux-decnet.sourceforge.net
1313L: linux-decnet-user@lists.sourceforge.net
1314S: Maintained
1315
1316DEFXX FDDI NETWORK DRIVER
1317P: Maciej W. Rozycki
1318M: macro@linux-mips.org
1319S: Maintained
1320
1321DELL LAPTOP SMM DRIVER
1322P: Massimo Dal Zotto
1323M: dz@debian.org
1324W: http://www.debian.org/~dz/i8k/
1325S: Maintained
1326
Doug Warzecha90563ec2005-09-06 15:17:15 -07001327DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1328P: Doug Warzecha
1329M: Douglas_Warzecha@dell.com
1330S: Maintained
1331
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001332DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333P: Alasdair Kergon
1334L: dm-devel@redhat.com
1335W: http://sources.redhat.com/dm
1336S: Maintained
1337
1338DEVICE NUMBER REGISTRY
1339P: Torben Mathiasen
1340M: device@lanana.org
1341W: http://lanana.org/docs/device-list/index.html
1342L: linux-kernel@vger.kernel.org
1343S: Maintained
1344
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345DIGI INTL. EPCA DRIVER
1346P: Digi International, Inc
1347M: Eng.Linux@digi.com
1348L: Eng.Linux@digi.com
1349W: http://www.digi.com
1350S: Orphaned
1351
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352DIRECTORY NOTIFICATION
1353P: Stephen Rothwell
1354M: sfr@canb.auug.org.au
1355L: linux-kernel@vger.kernel.org
1356S: Supported
1357
1358DISK GEOMETRY AND PARTITION HANDLING
1359P: Andries Brouwer
1360M: aeb@cwi.nl
1361W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1362W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1363W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1364S: Maintained
1365
1366DISKQUOTA:
1367P: Jan Kara
1368M: jack@suse.cz
1369L: linux-kernel@vger.kernel.org
1370S: Maintained
1371
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001372DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001373P: Christine Caulfield
1374M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001375P: David Teigland
1376M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001377L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001378W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001379T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001380S: Supported
1381
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1383P: Tobias Ringstrom
1384M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001385L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386S: Maintained
1387
Dan Williamsb3e5f262007-08-07 10:26:35 -07001388DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001389P: Maciej Sosnowski
1390M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001391P: Dan Williams
1392M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001393L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001394S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001395
Juerg Haefligerb8250372007-06-09 10:11:16 -04001396DME1737 HARDWARE MONITOR DRIVER
1397P: Juerg Haefliger
1398M: juergh@gmail.com
1399L: lm-sensors@lm-sensors.org
1400S: Maintained
1401
Martin Waitzba483d52005-06-17 13:20:59 -07001402DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001403P: Randy Dunlap
1404M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001405S: Maintained
1406
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001407DOCKING STATION DRIVER
1408P: Kristen Carlson Accardi
1409M: kristen.c.accardi@intel.com
1410L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001411S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001412
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413DOUBLETALK DRIVER
1414P: James R. Van Zandt
1415M: jrv@vanzandt.mv.com
1416L: blinux-list@redhat.com
1417S: Maintained
1418
1419DRIVER CORE, KOBJECTS, AND SYSFS
1420P: Greg Kroah-Hartman
1421M: gregkh@suse.de
1422L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001423T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424S: Supported
1425
1426DRM DRIVERS
1427P: David Airlie
1428M: airlied@linux.ie
1429L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001430T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431S: Maintained
1432
1433DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001434P: Francois Romieu
1435M: romieu@fr.zoreil.com
1436L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437S: Maintained
1438
1439DVB SUBSYSTEM AND DRIVERS
1440P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001441M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001443W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001444T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001445S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001447DZ DECSTATION DZ11 SERIAL DRIVER
1448P: Maciej W. Rozycki
1449M: macro@linux-mips.org
1450S: Maintained
1451
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452EATA-DMA SCSI DRIVER
1453P: Michael Neuffer
1454L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1455S: Maintained
1456
1457EATA ISA/EISA/PCI SCSI DRIVER
1458P: Dario Ballabio
1459M: ballabio_dario@emc.com
1460L: linux-scsi@vger.kernel.org
1461S: Maintained
1462
1463EATA-PIO SCSI DRIVER
1464P: Michael Neuffer
1465M: mike@i-Connect.Net
1466L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1467S: Maintained
1468
1469EBTABLES
1470P: Bart De Schuymer
1471M: bart.de.schuymer@pandora.be
1472L: ebtables-user@lists.sourceforge.net
1473L: ebtables-devel@lists.sourceforge.net
1474W: http://ebtables.sourceforge.net/
1475S: Maintained
1476
Michael Halcrow237fead2006-10-04 02:16:22 -07001477ECRYPT FILE SYSTEM
1478P: Mike Halcrow, Phillip Hellewell
1479M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1480L: ecryptfs-devel@lists.sourceforge.net
1481W: http://ecryptfs.sourceforge.net/
1482S: Supported
1483
Alan Coxda9bb1d2006-01-18 17:44:13 -08001484EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001485P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001486M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001487L: bluesmoke-devel@lists.sourceforge.net
1488W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001489S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001490
1491EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001492P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001493P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001494M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001495M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001496L: bluesmoke-devel@lists.sourceforge.net
1497W: bluesmoke.sourceforge.net
1498S: Maintained
1499
1500EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001501P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001502M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001503L: bluesmoke-devel@lists.sourceforge.net
1504W: bluesmoke.sourceforge.net
1505S: Maintained
1506
Douglas Thompson6bc78402007-07-19 01:50:12 -07001507EDAC-I82443BXGX
1508P: Tim Small
1509M: tim@buttersideup.com
1510L: bluesmoke-devel@lists.sourceforge.net
1511W: bluesmoke.sourceforge.net
1512S: Maintained
1513
1514EDAC-I3000
1515P: Jason Uhlenkott
1516M: juhlenko@akamai.com
1517L: bluesmoke-devel@lists.sourceforge.net
1518W: bluesmoke.sourceforge.net
1519S: Maintained
1520
1521EDAC-I5000
1522P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001523M: dougthompson@xmission.com
1524L: bluesmoke-devel@lists.sourceforge.net
1525W: bluesmoke.sourceforge.net
1526S: Maintained
1527
1528EDAC-I82975X
1529P: Ranganathan Desikan
1530P: Arvind R.
1531M: rdesikan@jetzbroadband.com
1532M: arvind@acarlab.com
1533L: bluesmoke-devel@lists.sourceforge.net
1534W: bluesmoke.sourceforge.net
1535S: Maintained
1536
1537EDAC-PASEMI
1538P: Egor Martovetsky
1539M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001540L: bluesmoke-devel@lists.sourceforge.net
1541W: bluesmoke.sourceforge.net
1542S: Maintained
1543
Dave Peterson0e438e32006-03-26 01:38:55 -08001544EDAC-R82600
1545P: Tim Small
1546M: tim@buttersideup.com
1547L: bluesmoke-devel@lists.sourceforge.net
1548W: bluesmoke.sourceforge.net
1549S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001550
Eric Coopere59f8792008-03-13 12:55:46 +01001551EEEPC LAPTOP EXTRAS DRIVER
1552P: Corentin Chary
1553M: corentincj@iksaif.net
1554L: acpi4asus-user@lists.sourceforge.net
1555W: http://sourceforge.net/projects/acpi4asus
1556S: Maintained
1557
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558EEPRO100 NETWORK DRIVER
1559P: Andrey V. Savochkin
1560M: saw@saw.sw.com.sg
1561S: Maintained
1562
Josh Triplett0bee8d22006-07-30 03:03:58 -07001563EFS FILESYSTEM
1564W: http://aeschi.ch.eu.org/efs/
1565S: Orphan
1566
Heiko J Schickfab97222006-09-22 15:22:22 -07001567EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1568P: Hoang-Nam Nguyen
1569M: hnguyen@de.ibm.com
1570P: Christoph Raisch
1571M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001572L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001573S: Supported
1574
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001575EMBEDDED LINUX
1576P: Paul Gortmaker
1577M: paul.gortmaker@windriver.com
1578P David Woodhouse
1579M: dwmw2@infradead.org
1580L: linux-embedded@vger.kernel.org
1581S: Maintained
1582
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001583EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001584P: James Smart
1585M: james.smart@emulex.com
1586L: linux-scsi@vger.kernel.org
1587W: http://sourceforge.net/projects/lpfcxxxx
1588S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001589
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590EPSON 1355 FRAMEBUFFER DRIVER
1591P: Christopher Hoover
1592M: ch@murgatroid.com, ch@hpl.hp.com
1593S: Maintained
1594
1595ETHEREXPRESS-16 NETWORK DRIVER
1596P: Philip Blundell
1597M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001598L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599S: Maintained
1600
1601ETHERNET BRIDGE
1602P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001603M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001604L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605W: http://bridge.sourceforge.net/
1606S: Maintained
1607
1608ETHERTEAM 16I DRIVER
1609P: Mika Kuoppala
1610M: miku@iki.fi
1611S: Maintained
1612
1613EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001614L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615S: Maintained
1616
1617EXT3 FILE SYSTEM
1618P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001619M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001620L: linux-ext4@vger.kernel.org
1621S: Maintained
1622
1623EXT4 FILE SYSTEM
1624P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001625M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001626L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627S: Maintained
1628
Jean Delvaree53004e2006-01-09 23:26:14 +01001629F71805F HARDWARE MONITORING DRIVER
1630P: Jean Delvare
1631M: khali@linux-fr.org
1632L: lm-sensors@lm-sensors.org
1633S: Maintained
1634
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635FARSYNC SYNCHRONOUS DRIVER
1636P: Kevin Curtis
1637M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638W: http://www.farsite.co.uk/
1639S: Supported
1640
Akinobu Mitac5408b82007-04-23 14:41:20 -07001641FAULT INJECTION SUPPORT
1642P: Akinobu Mita
1643M: akinobu.mita@gmail.com
1644S: Supported
1645
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646FRAMEBUFFER LAYER
1647P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001648M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001649L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650W: http://linux-fbdev.sourceforge.net/
1651S: Maintained
1652
Zhang Wei173acc72008-03-01 07:42:48 -07001653FREESCALE DMA DRIVER
1654P; Zhang Wei
1655M: wei.zhang@freescale.com
1656L: linuxppc-embedded@ozlabs.org
1657L: linux-kernel@vger.kernel.org
1658S: Maintained
1659
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001660FREESCALE SOC FS_ENET DRIVER
1661P: Pantelis Antoniou
1662M: pantelis.antoniou@gmail.com
1663P: Vitaly Bordug
1664M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001665L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001666L: netdev@vger.kernel.org
1667S: Maintained
1668
Timur Tabid9e9d822008-04-24 08:45:26 +10001669FREESCALE QUICC ENGINE LIBRARY
1670P: Timur Tabi
1671M: timur@freescale.com
1672L: linuxppc-dev@ozlabs.org
1673S: Supported
1674
Li Yanga7205b32007-04-23 10:38:18 -07001675FREESCALE HIGHSPEED USB DEVICE DRIVER
1676P: Li Yang
1677M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001678L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001679L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001680S: Maintained
1681
Li Yangbeaf53b2007-05-25 13:54:02 +08001682FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1683P: Li Yang
1684M: leoli@freescale.com
1685L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001686L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001687S: Maintained
1688
Timur Tabid9e9d822008-04-24 08:45:26 +10001689FREESCALE QUICC ENGINE UCC UART DRIVER
1690P: Timur Tabi
1691M: timur@freescale.com
1692L: linuxppc-dev@ozlabs.org
1693S: Supported
1694
1695FREESCALE SOC SOUND DRIVERS
1696P: Timur Tabi
1697M: timur@freescale.com
1698L: alsa-devel@alsa-project.org
1699L: linuxppc-dev@ozlabs.org
1700S: Supported
1701
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702FILE LOCKING (flock() and fcntl()/lockf())
1703P: Matthew Wilcox
1704M: matthew@wil.cx
1705L: linux-fsdevel@vger.kernel.org
1706S: Maintained
1707
1708FILESYSTEMS (VFS and infrastructure)
1709P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001710M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001711L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712S: Maintained
1713
Stefan Richterf148e202008-01-12 12:32:44 +01001714FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001715P: Kristian Hoegsberg, Stefan Richter
1716M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1717L: linux1394-devel@lists.sourceforge.net
1718W: http://www.linux1394.org/
1719T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1720S: Maintained
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722FIRMWARE LOADER (request_firmware)
1723L: linux-kernel@vger.kernel.org
1724S: Orphan
1725
1726FPU EMULATOR
1727P: Bill Metzenthen
1728M: billm@suburbia.net
1729W: http://suburbia.net/~billm/floating-point/emulator/
1730S: Maintained
1731
1732FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1733P: Mike McLagan
1734M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001735L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736S: Maintained
1737
1738FREEVXFS FILESYSTEM
1739P: Christoph Hellwig
1740M: hch@infradead.org
1741W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1742S: Maintained
1743
David Howells5ab7ffe2007-04-10 15:10:45 +01001744FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745P: David Howells
1746M: dhowells@redhat.com
1747S: Maintained
1748
Miklos Szeredi04578f12005-09-09 13:10:22 -07001749FUSE: FILESYSTEM IN USERSPACE
1750P: Miklos Szeredi
1751M: miklos@szeredi.hu
1752L: fuse-devel@lists.sourceforge.net
1753W: http://fuse.sourceforge.net/
1754S: Maintained
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1757P: Rik Faith
1758M: faith@cs.unc.edu
1759L: linux-scsi@vger.kernel.org
1760S: Odd fixes (e.g., new signatures)
1761
1762GDT SCSI DISK ARRAY CONTROLLER DRIVER
1763P: Achim Leubner
1764M: achim_leubner@adaptec.com
1765L: linux-scsi@vger.kernel.org
1766W: http://www.icp-vortex.com/
1767S: Supported
1768
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001769GENERIC GPIO I2C DRIVER
1770P: Haavard Skinnemoen
1771M: hskinnemoen@atmel.com
1772S: Supported
1773
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1775P: Krzysztof Halasa
1776M: khc@pm.waw.pl
1777W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1778S: Maintained
1779
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001780GFS2 FILE SYSTEM
1781P: Steven Whitehouse
1782M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001783L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001784W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001785T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1786T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001787S: Supported
1788
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001789GIGASET ISDN DRIVERS
1790P: Hansjoerg Lipp
1791M: hjlipp@web.de
1792P: Tilman Schmidt
1793M: tilman@imap.cc
1794L: gigaset307x-common@lists.sourceforge.net
1795W: http://gigaset307x.sourceforge.net/
1796S: Maintained
1797
Jean Delvare5b543962005-08-15 19:51:02 +02001798HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001799P: Mark M. Hoffman
1800M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001801L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001802W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001803T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1804T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001805S: Maintained
1806
Michael Buesch844dd052006-06-26 00:24:59 -07001807HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001808S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001809
Robert Love860e1d62005-08-31 23:57:59 -04001810HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1811P: Robert Love
1812M: rlove@rlove.org
1813M: linux-kernel@vger.kernel.org
1814W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1815S: Maintained
1816
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817HARMONY SOUND DRIVER
1818P: Kyle McMartin
1819M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001820L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821S: Maintained
1822
1823HAYES ESP SERIAL DRIVER
1824P: Andrew J. Robinson
1825M: arobinso@nyx.net
1826L: linux-kernel@vger.kernel.org
1827W: http://www.nyx.net/~arobinso
1828S: Maintained
1829
1830HFS FILESYSTEM
1831P: Roman Zippel
1832M: zippel@linux-m68k.org
1833L: linux-kernel@vger.kernel.org
1834S: Maintained
1835
1836HGA FRAMEBUFFER DRIVER
1837P: Ferenc Bakonyi
1838M: fero@drama.obuda.kando.hu
1839L: linux-nvidia@lists.surfsouth.com
1840W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1841S: Maintained
1842
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001843HID CORE LAYER
1844P: Jiri Kosina
1845M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001846L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001847T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001848S: Maintained
1849
Ingo Molnar38bed542007-02-22 09:09:34 +01001850HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1851P: Thomas Gleixner
1852M: tglx@linutronix.de
1853L: linux-kernel@vger.kernel.org
1854S: Maintained
1855
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856HIGH-SPEED SCC DRIVER FOR AX.25
1857P: Klaus Kudielka
1858M: klaus.kudielka@ieee.org
1859L: linux-hams@vger.kernel.org
1860W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1861S: Maintained
1862
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001863HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1864P: HighPoint Linux Team
1865M: linux@highpoint-tech.com
1866W: http://www.highpoint-tech.com
1867S: Supported
1868
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869HIPPI
1870P: Jes Sorensen
1871M: jes@trained-monkey.org
1872L: linux-hippi@sunsite.dk
1873S: Maintained
1874
1875HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1876P: Chirag Kantharia
1877M: chirag.kantharia@hp.com
1878L: iss_storagedev@hp.com
1879S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001880
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881HEWLETT-PACKARD SMART2 RAID DRIVER
1882P: Chirag Kantharia
1883M: chirag.kantharia@hp.com
1884L: iss_storagedev@hp.com
1885S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001886
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1888P: Mike Miller
1889M: mike.miller@hp.com
1890L: iss_storagedev@hp.com
1891S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001892
Jouni Malinenff1d2762005-05-12 22:54:16 -04001893HOST AP DRIVER
1894P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001895M: j@w1.fi
1896L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001897L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001898W: http://hostap.epitest.fi/
1899S: Maintained
1900
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1902P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001903M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904S: Maintained
1905
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001906HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1907P: Carlos Corbacho
1908M: carlos@strangeworlds.co.uk
1909S: Odd Fixes
1910
Bob Piccob9b03322005-11-07 00:59:19 -08001911HPET: High Precision Event Timers driver (hpet.c)
1912P: Clemens Ladisch
1913M: clemens@ladisch.de
1914S: Maintained
1915
1916HPET: i386
1917P: Venkatesh Pallipadi (Venki)
1918M: venkatesh.pallipadi@intel.com
1919S: Maintained
1920
1921HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001922P: Vojtech Pavlik
1923M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001924S: Maintained
1925
1926HPET: ACPI hpet.c
1927P: Bob Picco
1928M: bob.picco@hp.com
1929S: Maintained
1930
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931HPFS FILESYSTEM
1932P: Mikulas Patocka
1933M: mikulas@artax.karlin.mff.cuni.cz
1934W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1935S: Maintained
1936
1937HUGETLB FILESYSTEM
1938P: William Irwin
1939M: wli@holomorphy.com
1940S: Maintained
1941
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001942I2C/SMBUS STUB DRIVER
1943P: Mark M. Hoffman
1944M: mhoffman@lightlink.com
1945L: lm-sensors@lm-sensors.org
1946S: Maintained
1947
Jean Delvare5b543962005-08-15 19:51:02 +02001948I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001949P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001951P: Ben Dooks (embedded platforms)
1952M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001953L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001954T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955S: Maintained
1956
Till Harbaume8c76ee2007-05-01 23:26:35 +02001957I2C-TINY-USB DRIVER
1958P: Till Harbaum
1959M: till@harbaum.org
1960L: i2c@lm-sensors.org
1961T: http://www.harbaum.org/till/i2c_tiny_usb
1962S: Maintained
1963
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001965P: H. Peter Anvin
1966M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967L: Linux-Kernel@vger.kernel.org
1968S: Maintained
1969
1970i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971P: H. Peter Anvin
1972M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001973T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974S: Maintained
1975
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976IA64 (Itanium) PLATFORM
1977P: Tony Luck
1978M: tony.luck@intel.com
1979L: linux-ia64@vger.kernel.org
1980W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001981T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982S: Maintained
1983
1984SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001985P: Jes Sorensen
1986M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987L: linux-altix@sgi.com
1988L: linux-ia64@vger.kernel.org
1989W: http://www.sgi.com/altix
1990S: Maintained
1991
1992IBM MCA SCSI SUBSYSTEM DRIVER
1993P: Michael Lang
1994M: langa2@kph.uni-mainz.de
1995W: http://www.uni-mainz.de/~langm000/linux.html
1996S: Maintained
1997
1998IBM Power Linux RAID adapter
1999P: Brian King
2000M: brking@us.ibm.com
2001S: Supported
2002
2003IBM ServeRAID RAID DRIVER
2004P: Jack Hammer
2005P: Dave Jeffery
2006M: ipslinux@adaptec.com
2007W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002008S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002010IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002012M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002014T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015S: Maintained
2016
2017IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002018P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002019M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002020L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002021S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022
2023IDE/ATAPI FLOPPY DRIVERS
2024P: Paul Bristow
2025M: Paul Bristow <paul@paulbristow.net>
2026W: http://paulbristow.net/linux/idefloppy.html
2027L: linux-kernel@vger.kernel.org
2028S: Maintained
2029
2030IDE/ATAPI TAPE DRIVERS
2031P: Gadi Oxman
2032M: Gadi Oxman <gadio@netvision.net.il>
2033L: linux-kernel@vger.kernel.org
2034S: Maintained
2035
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002036IDE-SCSI DRIVER
2037L: linux-ide@vger.kernel.org
2038L: linux-scsi@vger.kernel.org
2039S: Orphan
2040
Stefan Richterf148e202008-01-12 12:32:44 +01002041IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002043M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002044P: Stefan Richter
2045M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046L: linux1394-devel@lists.sourceforge.net
2047W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002048T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049S: Maintained
2050
Stefan Richterf51a5a92007-04-23 14:41:10 -07002051IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052P: Dan Dennedy
2053M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002054P: Stefan Richter
2055M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002057S: Maintained
2058
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002060L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002061S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062
2063INFINIBAND SUBSYSTEM
2064P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002065M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002067M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002069M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002070L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002072T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073S: Supported
2074
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002075INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002076P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002077M: dmitry.torokhov@gmail.com
2078M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002079L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002080T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081S: Maintained
2082
Robert Lovec9f04f52005-07-15 12:21:07 -04002083INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002084P: John McCutchan
2085M: ttb@tentacle.dhs.org
2086P: Robert Love
2087M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002088L: linux-kernel@vger.kernel.org
2089S: Maintained
2090
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002091INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002092P: Sylvain Meyer
2093M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002094L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002095S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002096
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002098P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002099M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002100L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002101S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103INTEL IA32 MICROCODE UPDATE SUPPORT
2104P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002105M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106S: Maintained
2107
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002108INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002109P: Maciej Sosnowski
2110M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002111L: linux-kernel@vger.kernel.org
2112S: Supported
2113
Dan Williamsb3e5f262007-08-07 10:26:35 -07002114INTEL IOP-ADMA DMA DRIVER
2115P: Dan Williams
2116M: dan.j.williams@intel.com
2117L: linux-kernel@vger.kernel.org
2118S: Supported
2119
Michael Buesch844dd052006-06-26 00:24:59 -07002120INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2121P: Deepak Saxena
2122M: dsaxena@plexity.net
2123S: Maintained
2124
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002125INTEL IXP2000 ETHERNET DRIVER
2126P: Lennert Buytenhek
2127M: kernel@wantstofly.org
2128L: netdev@vger.kernel.org
2129S: Maintained
2130
Auke Kokd94e6fe2008-03-03 14:37:47 -08002131INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002132P: Jeff Kirsher
2133M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002134P: Jesse Brandeburg
2135M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002136P: Bruce Allan
2137M: bruce.w.allan@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002138P: John Ronciak
2139M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002140L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002141W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142S: Supported
2143
James Ketrenos826d2ab2005-11-07 18:56:59 -06002144INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002145P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002146M: yi.zhu@intel.com
2147P: James Ketrenos
2148M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002149P: Reinette Chatre
2150M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002151L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002152L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002153W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002154W: http://ipw2100.sourceforge.net
2155S: Supported
2156
2157INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002158P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002159M: yi.zhu@intel.com
2160P: James Ketrenos
2161M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002162P: Reinette Chatre
2163M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002164L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002165L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002166W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002167W: http://ipw2200.sourceforge.net
2168S: Supported
2169
Zhu Yib481de92007-09-25 17:54:57 -07002170INTEL WIRELESS WIFI LINK (iwlwifi)
2171P: Zhu Yi
2172M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002173P: Reinette Chatre
2174M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002175L: linux-wireless@vger.kernel.org
2176L: ipw3945-devel@lists.sourceforge.net
2177W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002178T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002179S: Supported
2180
Ralf Baechlecb109a02007-08-30 23:56:30 -07002181IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182P: Ralf Baechle
2183M: ralf@linux-mips.org
2184L: linux-mips@linux-mips.org
2185S: Maintained
2186
Ralf Baechlecb109a02007-08-30 23:56:30 -07002187IOC3 SERIAL DRIVER
2188P: Pat Gefre
2189M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002190L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002191S: Maintained
2192
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193IP MASQUERADING:
2194P: Juanjo Ciarlante
2195M: jjciarla@raiz.uncu.edu.ar
2196S: Maintained
2197
Francois Romieu1202d6f2007-09-17 17:13:55 -07002198IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2199P: Francois Romieu
2200M: romieu@fr.zoreil.com
2201P: Sorbica Shieh
2202M: sorbica@icplus.com.tw
2203P: Jesse Huang
2204M: jesse@icplus.com.tw
2205L: netdev@vger.kernel.org
2206S: Maintained
2207
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002208IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002209P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002210M: infinipath@qlogic.com
2211L: general@lists.openfabrics.org
2212T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002213S: Supported
2214
Corey Minyard4409ebe2006-04-20 02:43:12 -07002215IPMI SUBSYSTEM
2216P: Corey Minyard
2217M: minyard@acm.org
2218L: openipmi-developer@lists.sourceforge.net
2219W: http://openipmi.sourceforge.net/
2220S: Supported
2221
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222IPX NETWORK LAYER
2223P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002224M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002225L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Maintained
2227
David Sterba099dc4f2008-02-07 10:57:12 +01002228IPWIRELES DRIVER
2229P: Jiri Kosina
2230M: jkosina@suse.cz
2231P: David Sterba
2232M: dsterba@suse.cz
2233S: Maintained
2234T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2235
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002237P: Samuel Ortiz
2238M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002239L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002241S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242
Mike Christie14816b1e2007-11-28 16:22:06 -08002243ISCSI
2244P: Mike Christie
2245M: michaelc@cs.wisc.edu
2246L: open-iscsi@googlegroups.com
2247W: www.open-iscsi.org
2248T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2249S: Maintained
2250
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251ISAPNP
2252P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002253M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254S: Maintained
2255
2256ISDN SUBSYSTEM
2257P: Karsten Keil
2258M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002259L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002261T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262S: Maintained
2263
2264ISDN SUBSYSTEM (Eicon active card driver)
2265P: Armin Schindler
2266M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002267L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268W: http://www.melware.de
2269S: Maintained
2270
Hans Verkuil91821ff2007-12-02 09:35:33 -03002271IVTV VIDEO4LINUX DRIVER
2272P: Hans Verkuil
2273M: hverkuil@xs4all.nl
2274L: ivtv-devel@ivtvdriver.org
2275L: ivtv-users@ivtvdriver.org
2276L: video4linux-list@redhat.com
2277W: http://www.ivtvdriver.org
2278S: Maintained
2279
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2281P: David Woodhouse
2282M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002283L: linux-mtd@lists.infradead.org
2284W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285S: Maintained
2286
2287JFS FILESYSTEM
2288P: Dave Kleikamp
2289M: shaggy@austin.ibm.com
2290L: jfs-discussion@lists.sourceforge.net
2291W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002292T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293S: Supported
2294
Josh Triplettde456d32006-07-30 03:04:00 -07002295JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002296P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002297M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002298L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002299S: Maintained
2300
Rudolf Marek4660cb32006-10-08 22:01:26 +02002301K8TEMP HARDWARE MONITORING DRIVER
2302P: Rudolf Marek
2303M: r.marek@assembler.cz
2304L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305S: Maintained
2306
2307KCONFIG
2308P: Roman Zippel
2309M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002310L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311S: Maintained
2312
Vivek Goyalea6c2082006-05-20 14:59:55 -07002313KDUMP
2314P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002315M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002316P: Haren Myneni
2317M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002318L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002319L: linux-kernel@vger.kernel.org
2320W: http://lse.sourceforge.net/kdump/
2321S: Maintained
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323KERNEL AUTOMOUNTER (AUTOFS)
2324P: H. Peter Anvin
2325M: hpa@zytor.com
2326L: autofs@linux.kernel.org
2327S: Odd Fixes
2328
2329KERNEL AUTOMOUNTER v4 (AUTOFS4)
2330P: Ian Kent
2331M: raven@themaw.net
2332L: autofs@linux.kernel.org
2333S: Maintained
2334
2335KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336P: Sam Ravnborg
2337M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002338T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002339L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002340S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341
2342KERNEL JANITORS
2343P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002344L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346S: Maintained
2347
2348KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002349P: J. Bruce Fields
2350M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002352M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002353L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002355S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356
Avi Kivity426d62e2006-12-13 00:34:03 -08002357KERNEL VIRTUAL MACHINE (KVM)
2358P: Avi Kivity
2359M: avi@qumranet.com
2360L: kvm-devel@lists.sourceforge.net
2361W: kvm.sourceforge.net
2362S: Supported
2363
Hollis Blanchard513014b2008-04-16 23:28:08 -05002364KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2365P: Hollis Blanchard
2366M: hollisb@us.ibm.com
2367L: kvm-ppc-devel@lists.sourceforge.net
2368W: kvm.sourceforge.net
2369S: Supported
2370
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002371KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2372P: Anthony Xu
2373M: anthony.xu@intel.com
2374P: Xiantao Zhang
2375M: xiantao.zhang@intel.com
2376L: kvm-ia64-devel@lists.sourceforge.net
2377W: kvm.sourceforge.net
2378S: Supported
2379
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002380KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2381P: Carsten Otte
2382M: cotte@de.ibm.com
2383P: Christian Borntraeger
2384M: borntraeger@de.ibm.com
2385M: linux390@de.ibm.com
2386L: linux-s390@vger.kernel.org
2387W: http://www.ibm.com/developerworks/linux/linux390/
2388S: Supported
2389
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002390KEXEC
2391P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002392M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002393W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002394L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002395L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002396S: Maintained
2397
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002398KGDB
2399P: Jason Wessel
2400M: jason.wessel@windriver.com
2401L: kgdb-bugreport@lists.sourceforge.net
2402S: Maintained
2403
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002404KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002405P: Ananth N Mavinakayanahalli
2406M: ananth@in.ibm.com
2407P: Anil S Keshavamurthy
2408M: anil.s.keshavamurthy@intel.com
2409P: David S. Miller
2410M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002411P: Masami Hiramatsu
2412M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002413L: linux-kernel@vger.kernel.org
2414S: Maintained
2415
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002416KS0108 LCD CONTROLLER DRIVER
2417P: Miguel Ojeda Sandonis
2418M: maxextreme@gmail.com
2419L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002420W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002421S: Maintained
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002425S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426
2427LASI 53c700 driver for PARISC
2428P: James E.J. Bottomley
2429M: James.Bottomley@HansenPartnership.com
2430L: linux-scsi@vger.kernel.org
2431S: Maintained
2432
Richard Purdie263de9b2006-05-15 09:44:16 -07002433LED SUBSYSTEM
2434P: Richard Purdie
2435M: rpurdie@rpsys.net
2436S: Maintained
2437
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438LEGO USB Tower driver
2439P: Juergen Stuber
2440M: starblue@users.sourceforge.net
2441L: legousb-devel@lists.sourceforge.net
2442W: http://legousb.sourceforge.net/
2443S: Maintained
2444
Rusty Russell568a17f2007-10-25 14:12:24 +10002445LGUEST
2446P: Rusty Russell
2447M: rusty@rustcorp.com.au
2448L: lguest@ozlabs.org
2449W: http://lguest.ozlabs.org/
2450S: Maintained
2451
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452LINUX FOR IBM pSERIES (RS/6000)
2453P: Paul Mackerras
2454M: paulus@au.ibm.com
2455W: http://www.ibm.com/linux/ltc/projects/ppc
2456S: Supported
2457
2458LINUX FOR NCR VOYAGER
2459P: James Bottomley
2460M: James.Bottomley@HansenPartnership.com
2461W: http://www.hansenpartnership.com/voyager
2462S: Maintained
2463
2464LINUX FOR POWERPC
2465P: Paul Mackerras
2466M: paulus@samba.org
2467W: http://www.penguinppc.org/
2468L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002469T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470S: Supported
2471
2472LINUX FOR POWER MACINTOSH
2473P: Benjamin Herrenschmidt
2474M: benh@kernel.crashing.org
2475W: http://www.penguinppc.org/
2476L: linuxppc-dev@ozlabs.org
2477S: Maintained
2478
2479LINUX FOR POWERPC EMBEDDED MPC52XX
2480P: Sylvain Munaut
2481M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002482P: Grant Likely
2483M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484W: http://www.246tNt.com/mpc52xx/
2485W: http://www.penguinppc.org/
2486L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487S: Maintained
2488
2489LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002490P: Josh Boyer
2491M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492P: Matt Porter
2493M: mporter@kernel.crashing.org
2494W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002495L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002496T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497S: Maintained
2498
Grant Likely260c02a2007-10-02 12:15:34 +10002499LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2500P: Grant Likely
2501M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002502W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002503L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504S: Maintained
2505
Tom Rinie93adf12005-07-26 12:49:53 -07002506LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507P: Tom Rini
2508M: trini@kernel.crashing.org
2509W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002510L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511S: Maintained
2512
Tom Rinie93adf12005-07-26 12:49:53 -07002513LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002514P: Vitaly Bordug
2515M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002516P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002517M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002518W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002519L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002520S: Maintained
2521
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002523P: Kumar Gala
2524M: galak@kernel.crashing.org
2525W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002526L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002527S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528
Olof Johanssonab06ff32006-09-06 14:44:54 -05002529LINUX FOR POWERPC PA SEMI PWRFICIENT
2530P: Olof Johansson
2531M: olof@lixom.net
2532W: http://www.pasemi.com/
2533L: linuxppc-dev@ozlabs.org
2534S: Supported
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536LLC (802.2)
2537P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002538M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539S: Maintained
2540
2541LINUX FOR 64BIT POWERPC
2542P: Paul Mackerras
2543M: paulus@samba.org
2544M: paulus@au.ibm.com
2545P: Anton Blanchard
2546M: anton@samba.org
2547M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002548W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002549L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550S: Supported
2551
2552LINUX SECURITY MODULE (LSM) FRAMEWORK
2553P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002554M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002555L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002557T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Supported
2559
2560LM83 HARDWARE MONITOR DRIVER
2561P: Jean Delvare
2562M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002563L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564S: Maintained
2565
2566LM90 HARDWARE MONITOR DRIVER
2567P: Jean Delvare
2568M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002569L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570S: Maintained
2571
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002572LOCKDEP AND LOCKSTAT
2573P: Peter Zijlstra
2574M: peterz@infradead.org
2575P: Ingo Molnar
2576M: mingo@redhat.com
2577L: linux-kernel@vger.kernel.org
2578T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2579S: Maintained
2580
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002581LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582P: Richard Russon (FlatCap)
2583M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002584L: linux-ntfs-dev@lists.sourceforge.net
2585W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586S: Maintained
2587
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002588LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2589P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002590M: Eric.Moore@lsi.com
2591M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002592L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002593L: linux-scsi@vger.kernel.org
2594W: http://www.lsilogic.com/support
2595S: Supported
2596
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2598P: Matthew Wilcox
2599M: matthew@wil.cx
2600L: linux-scsi@vger.kernel.org
2601S: Maintained
2602
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002603M32R ARCHITECTURE
2604P: Hirokazu Takata
2605M: takata@linux-m32r.org
2606L: linux-m32r@ml.linux-m32r.org
2607L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2608W: http://www.linux-m32r.org/
2609S: Maintained
2610
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611M68K ARCHITECTURE
2612P: Geert Uytterhoeven
2613M: geert@linux-m68k.org
2614P: Roman Zippel
2615M: zippel@linux-m68k.org
2616L: linux-m68k@lists.linux-m68k.org
2617W: http://www.linux-m68k.org/
2618W: http://linux-m68k-cvs.ubb.ca/
2619S: Maintained
2620
2621M68K ON APPLE MACINTOSH
2622P: Joshua Thompson
2623M: funaho@jurai.org
2624W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002625L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626S: Maintained
2627
2628M68K ON HP9000/300
2629P: Philip Blundell
2630M: philb@gnu.org
2631W: http://www.tazenda.demon.co.uk/phil/linux-hp
2632S: Maintained
2633
Jiri Benc64a327a2007-05-05 11:47:08 -07002634MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002635P: Johannes Berg
2636M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002637P: Michael Wu
2638M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002639L: linux-wireless@vger.kernel.org
2640W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002641T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002642S: Maintained
2643
Stefano Brivio1036d862007-12-23 04:46:27 +01002644MAC80211 PID RATE CONTROL
2645P: Stefano Brivio
2646M: stefano.brivio@polimi.it
2647P: Mattias Nissler
2648M: mattias.nissler@gmx.de
2649L: linux-wireless@vger.kernel.org
2650W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2651T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2652S: Maintained
2653
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002654MACVLAN DRIVER
2655P: Patrick McHardy
2656M: kaber@trash.net
2657L: netdev@vger.kernel.org
2658S: Maintained
2659
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660MARVELL YUKON / SYSKONNECT DRIVER
2661P: Mirko Lindner
2662M: mlindner@syskonnect.de
2663P: Ralph Roesler
2664M: rroesler@syskonnect.de
2665W: http://www.syskonnect.com
2666S: Supported
2667
Michael Kerriskfaf16682005-07-31 22:34:47 -07002668MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002669P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002670M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002671W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2672S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002673
Stefano Brivio74cda162007-11-19 20:27:46 +01002674MARVELL LIBERTAS WIRELESS DRIVER
2675P: Dan Williams
2676M: dcbw@redhat.com
2677L: libertas-dev@lists.infradead.org
2678S: Maintained
2679
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002680MARVELL MV643XX ETHERNET DRIVER
2681P: Dale Farnsworth
2682M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002684M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002685L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002686S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687
2688MATROX FRAMEBUFFER DRIVER
2689P: Petr Vandrovec
2690M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002691L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692S: Maintained
2693
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002694MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2695P: Hans J. Koch
2696M: hjk@linutronix.de
2697L: lm-sensors@lm-sensors.org
2698S: Maintained
2699
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002700MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002701P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002702M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002703S: linux-scsi@vger.kernel.org
2704W: http://megaraid.lsilogic.com
2705S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002706
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002707MEMORY MANAGEMENT
2708L: linux-mm@kvack.org
2709L: linux-kernel@vger.kernel.org
2710W: http://www.linux-mm.org
2711S: Maintained
2712
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002713MEMORY RESOURCE CONTROLLER
2714P: Balbir Singh
2715M: balbir@linux.vnet.ibm.com
2716P: Pavel Emelyanov
2717M: xemul@openvz.org
2718P: KAMEZAWA Hiroyuki
2719M: kamezawa.hiroyu@jp.fujitsu.com
2720L: linux-mm@kvack.org
2721L: linux-kernel@vger.kernel.org
2722S: Maintained
2723
David Howellsb920de12008-02-08 04:19:31 -08002724MEI MN10300/AM33 PORT
2725P: David Howells
2726M: dhowells@redhat.com
2727P: Koichi Yasutake
2728M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002729L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002730W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2731S: Maintained
2732
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002733MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734P: David Woodhouse
2735M: dwmw2@infradead.org
2736W: http://www.linux-mtd.infradead.org/
2737L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002738T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739S: Maintained
2740
Artem Bityutskiy48576402007-02-13 17:11:10 +02002741UNSORTED BLOCK IMAGES (UBI)
2742P: Artem Bityutskiy
2743M: dedekind@infradead.org
2744W: http://www.linux-mtd.infradead.org/
2745L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002746T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002747S: Maintained
2748
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749MICROTEK X6 SCANNER
2750P: Oliver Neukum
2751M: oliver@neukum.name
2752S: Maintained
2753
2754MIPS
2755P: Ralf Baechle
2756M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002757W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002759T: git www.linux-mips.org:/pub/scm/linux.git
2760S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761
2762MISCELLANEOUS MCA-SUPPORT
2763P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002764M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765L: linux-kernel@vger.kernel.org
2766S: Maintained
2767
2768MODULE SUPPORT
2769P: Rusty Russell
2770M: rusty@rustcorp.com.au
2771L: linux-kernel@vger.kernel.org
2772S: Maintained
2773
2774MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2775P: Stelian Pop
2776M: stelian@popies.net
2777W: http://popies.net/meye/
2778S: Maintained
2779
Pavel Pisac58ff042007-05-16 01:10:41 +02002780MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2781P: Pavel Pisa
2782M: ppisa@pikron.com
2783L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002784S: Maintained
2785
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786MOUSE AND MISC DEVICES [GENERAL]
2787P: Alessandro Rubini
2788M: rubini@ipvvis.unipv.it
2789L: linux-kernel@vger.kernel.org
2790S: Maintained
2791
Jiri Slabyb9705b62008-04-30 00:53:48 -07002792MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002793P: Jiri Slaby
2794M: jirislaby@gmail.com
2795L: linux-kernel@vger.kernel.org
2796S: Maintained
2797
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002798MSI LAPTOP SUPPORT
2799P: Lennart Poettering
2800M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002801W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002802W: http://0pointer.de/lennart/tchibo.html
2803S: Maintained
2804
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002805MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002806P: Pierre Ossman
2807M: drzeus-mmc@drzeus.cx
2808L: linux-kernel@vger.kernel.org
2809S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002810
David Brownell15a05802007-08-08 09:12:54 -07002811MULTIMEDIA CARD (MMC) ETC. OVER SPI
2812P: David Brownell
2813M: dbrownell@users.sourceforge.net
2814L: linux-kernel@vger.kernel.org
2815S: Odd fixes
2816
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817MULTISOUND SOUND DRIVER
2818P: Andrew Veliath
2819M: andrewtv@usa.net
2820S: Maintained
2821
Jiri Slabyd7354102006-12-08 02:38:35 -08002822MULTITECH MULTIPORT CARD (ISICOM)
2823P: Jiri Slaby
2824M: jirislaby@gmail.com
2825L: linux-kernel@vger.kernel.org
2826S: Maintained
2827
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828NATSEMI ETHERNET DRIVER (DP8381x)
2829P: Tim Hockin
2830M: thockin@hockin.org
2831S: Maintained
2832
2833NCP FILESYSTEM
2834P: Petr Vandrovec
2835M: vandrove@vc.cvut.cz
2836L: linware@sh.cvut.cz
2837S: Maintained
2838
2839NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2840P: James E.J. Bottomley
2841M: James.Bottomley@HansenPartnership.com
2842L: linux-scsi@vger.kernel.org
2843S: Maintained
2844
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002845NETEFFECT IWARP RNIC DRIVER (IW_NES)
2846P: Faisal Latif
2847M: flatif@neteffect.com
Roland Dreier030f1b22008-02-21 09:02:41 -06002848P: Nishi Gupta
2849M: ngupta@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002850P: Glenn Streiff
2851M: gstreiff@neteffect.com
2852L: general@lists.openfabrics.org
2853W: http://www.neteffect.com
2854S: Supported
2855F: drivers/infiniband/hw/nes/
2856
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002857NETEM NETWORK EMULATOR
2858P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002859M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002860L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002861S: Maintained
2862
Jiri Slaby4a584482007-08-30 23:56:39 -07002863NETERION (S2IO) Xframe 10GbE DRIVER
2864P: Ramkrishna Vepa
2865M: ram.vepa@neterion.com
2866P: Rastapur Santosh
2867M: santosh.rastapur@neterion.com
2868P: Sivakumar Subramani
2869M: sivakumar.subramani@neterion.com
2870P: Sreenivasa Honnur
2871M: sreenivasa.honnur@neterion.com
2872L: netdev@vger.kernel.org
2873W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2874S: Supported
2875
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876NETFILTER/IPTABLES/IPCHAINS
2877P: Rusty Russell
2878P: Marc Boucher
2879P: James Morris
2880P: Harald Welte
2881P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002882P: Patrick McHardy
2883M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002884L: netfilter-devel@vger.kernel.org
2885L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002886L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887W: http://www.netfilter.org/
2888W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889S: Supported
2890
Paul Moore4cc67732006-09-25 15:57:13 -07002891NETLABEL
2892P: Paul Moore
2893M: paul.moore@hp.com
2894W: http://netlabel.sf.net
2895L: netdev@vger.kernel.org
2896S: Supported
2897
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898NETROM NETWORK LAYER
2899P: Ralf Baechle
2900M: ralf@linux-mips.org
2901L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002902W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903S: Maintained
2904
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002905NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906P: Paul Clements
2907M: Paul.Clements@steeleye.com
2908S: Maintained
2909
2910NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911P: Jeff Garzik
2912M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002913L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002914T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915S: Maintained
2916
2917NETWORKING [GENERAL]
2918P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002919M: netdev@vger.kernel.org
2920L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002921W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922S: Maintained
2923
2924NETWORKING [IPv4/IPv6]
2925P: David S. Miller
2926M: davem@davemloft.net
2927P: Alexey Kuznetsov
2928M: kuznet@ms2.inr.ac.ru
2929P: Pekka Savola (ipv6)
2930M: pekkas@netcore.fi
2931P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002932M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933P: Hideaki YOSHIFUJI
2934M: yoshfuji@linux-ipv6.org
2935P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002936M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002937L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002938T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939S: Maintained
2940
James Morris10e2ff12007-08-25 14:41:28 -07002941NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2942P: Paul Moore
2943M: paul.moore@hp.com
2944L: netdev@vger.kernel.org
2945S: Maintained
2946
John W. Linville29f8f632006-01-18 14:52:48 -08002947NETWORKING [WIRELESS]
2948P: John W. Linville
2949M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002950L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002951T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2952S: Maintained
2953
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002954NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002955P: Dhananjay Phadke
2956M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002957L: netdev@vger.kernel.org
2958W: http://www.netxen.com
2959S: Supported
2960
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961IPVS
2962P: Wensong Zhang
2963M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002964P: Simon Horman
2965M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966P: Julian Anastasov
2967M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002968L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969S: Maintained
2970
2971NFS CLIENT
2972P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002973M: Trond.Myklebust@netapp.com
2974L: linux-nfs@vger.kernel.org
2975W: http://client.linux-nfs.org
2976T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977S: Maintained
2978
2979NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002980P: Jan-Pascal van Best
2981M: janpascal@vanbest.org
2982P: Andreas Mohr
2983M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002984L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985S: Maintained
2986
2987NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2988P: YOKOTA Hiroshi
2989M: yokota@netlab.is.tsukuba.ac.jp
2990W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2991S: Maintained
2992
2993NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2994P: GOTO Masanori
2995M: gotom@debian.or.jp
2996P: YOKOTA Hiroshi
2997M: yokota@netlab.is.tsukuba.ac.jp
2998W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2999S: Maintained
3000
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001NTFS FILESYSTEM
3002P: Anton Altaparmakov
3003M: aia21@cantab.net
3004L: linux-ntfs-dev@lists.sourceforge.net
3005L: linux-kernel@vger.kernel.org
3006W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003007T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008S: Maintained
3009
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003010NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003011P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003012M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003013L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003014S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003016OPENCORES I2C BUS DRIVER
3017P: Peter Korsgaard
3018M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003019L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003020S: Maintained
3021
Mark Fashehccd979b2005-12-15 14:31:24 -08003022ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3023P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003024M: mfasheh@suse.com
3025P: Joel Becker
3026M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003027L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003028W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003029T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003030S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003031
Harald Weltec1986ee2005-11-13 16:06:29 -08003032OMNIKEY CARDMAN 4000 DRIVER
3033P: Harald Welte
3034M: laforge@gnumonks.org
3035S: Maintained
3036
Harald Welte77c44ab2005-11-13 16:06:26 -08003037OMNIKEY CARDMAN 4040 DRIVER
3038P: Harald Welte
3039M: laforge@gnumonks.org
3040S: Maintained
3041
Jonathan Corbet77d51402007-03-22 19:44:17 -03003042OMNIVISION OV7670 SENSOR DRIVER
3043P: Jonathan Corbet
3044M: corbet@lwn.net
3045L: video4linux-list@redhat.com
3046S: Maintained
3047
Thomas Gleixner431bca72007-05-02 09:31:35 +02003048ONENAND FLASH DRIVER
3049P: Kyungmin Park
3050M: kyungmin.park@samsung.com
3051L: linux-mtd@lists.infradead.org
3052S: Maintained
3053
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054ONSTREAM SCSI TAPE DRIVER
3055P: Willem Riede
3056M: osst@riede.org
3057L: osst-users@lists.sourceforge.net
3058L: linux-scsi@vger.kernel.org
3059S: Maintained
3060
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061OPROFILE
3062P: Philippe Elie
3063M: phil.el@wanadoo.fr
3064L: oprofile-list@lists.sf.net
3065S: Maintained
3066
3067ORINOCO DRIVER
3068P: Pavel Roskin
3069M: proski@gnu.org
3070P: David Gibson
3071M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003072L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003073L: orinoco-users@lists.sourceforge.net
3074L: orinoco-devel@lists.sourceforge.net
3075W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076S: Maintained
3077
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003078PA SEMI ETHERNET DRIVER
3079P: Olof Johansson
3080M: olof@lixom.net
3081L: netdev@vger.kernel.org
3082S: Maintained
3083
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003084PA SEMI SMBUS DRIVER
3085P: Olof Johansson
3086M: olof@lixom.net
3087L: i2c@lm-sensors.org
3088S: Maintained
3089
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003091L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003092S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093
3094PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3095P: Tim Waugh
3096M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003097L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098W: http://www.torque.net/linux-pp.html
3099S: Maintained
3100
3101PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003102P: Kyle McMartin
3103M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104P: Matthew Wilcox
3105M: matthew@wil.cx
3106P: Grant Grundler
3107M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003108L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003110T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111S: Maintained
3112
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003113PARAVIRT_OPS INTERFACE
3114P: Jeremy Fitzhardinge
3115M: jeremy@xensource.com
3116P: Chris Wright
3117M: chrisw@sous-sol.org
3118P: Zachary Amsden
3119M: zach@vmware.com
3120P: Rusty Russell
3121M: rusty@rustcorp.com.au
3122L: virtualization@lists.osdl.org
3123L: linux-kernel@vger.kernel.org
3124S: Supported
3125
Jim Cromie1662d322006-10-06 00:43:59 -07003126PC87360 HARDWARE MONITORING DRIVER
3127P: Jim Cromie
3128M: jim.cromie@gmail.com
3129L: lm-sensors@lm-sensors.org
3130S: Maintained
3131
3132PC8736x GPIO DRIVER
3133P: Jim Cromie
3134M: jim.cromie@gmail.com
3135S: Maintained
3136
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003137PCI ERROR RECOVERY
3138P: Linas Vepstas
3139M: linas@austin.ibm.com
3140L: linux-kernel@vger.kernel.org
3141L: linux-pci@atrey.karlin.mff.cuni.cz
3142S: Supported
3143
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003145P: Jesse Barnes
3146M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003148L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003149T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Supported
3151
3152PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003153P: Kristen Carlson Accardi
3154M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155S: Supported
3156
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003157PCIE HOTPLUG DRIVER
3158P: Kristen Carlson Accardi
3159M: kristen.c.accardi@intel.com
3160L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003161S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003162
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003164P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003165L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003166W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003167T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003168S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169
3170PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003171P: Don Fry
3172M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003173L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174S: Maintained
3175
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003176PER-TASK DELAY ACCOUNTING
3177P: Shailabh Nagar
3178M: nagar@watson.ibm.com
3179L: linux-kernel@vger.kernel.org
3180S: Maintained
3181
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003182PERSONALITY HANDLING
3183P: Christoph Hellwig
3184M: hch@infradead.org
3185L: linux-abi-devel@lists.sourceforge.net
3186S: Maintained
3187
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003189P: Joern Engel
3190M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191L: linux-mtd@lists.infradead.org
3192S: Maintained
3193
Peter Osterlund249a6772005-09-27 21:45:30 -07003194PKTCDVD DRIVER
3195P: Peter Osterlund
3196M: petero2@telia.com
3197L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003198S: Maintained
3199
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003201P: Thomas Gleixner
3202M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003203L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204S: Supported
3205
Anton Vorontsov3be86142007-07-15 04:43:36 +04003206POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3207P: Anton Vorontsov
3208M: cbou@mail.ru
3209P: David Woodhouse
3210M: dwmw2@infradead.org
3211L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003212T: git git.infradead.org/battery-2.6.git
3213S: Maintained
3214
Eugene Surovegin24682972005-10-14 03:00:53 -07003215POWERPC 4xx EMAC DRIVER
3216P: Eugene Surovegin
3217M: ebs@ebshome.net
3218W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003219L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003220L: netdev@vger.kernel.org
3221S: Maintained
3222
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223PNP SUPPORT
3224P: Adam Belay
3225M: ambx1@neo.rr.com
3226S: Maintained
3227
Vitaly Wool999445d2007-01-04 13:07:03 +01003228PNXxxxx I2C DRIVER
3229P: Vitaly Wool
3230M: vitalywool@gmail.com
3231L: i2c@lm-sensors.org
3232S: Maintained
3233
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234PPP PROTOCOL DRIVERS AND COMPRESSORS
3235P: Paul Mackerras
3236M: paulus@samba.org
3237L: linux-ppp@vger.kernel.org
3238S: Maintained
3239
3240PPP OVER ATM (RFC 2364)
3241P: Mitchell Blank Jr
3242M: mitch@sfgoth.com
3243S: Maintained
3244
3245PPP OVER ETHERNET
3246P: Michal Ostrowski
3247M: mostrows@speakeasy.net
3248S: Maintained
3249
James Chapmana6d23702007-06-27 15:53:17 -07003250PPP OVER L2TP
3251P: James Chapman
3252M: jchapman@katalix.com
3253S: Maintained
3254
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255PREEMPTIBLE KERNEL
3256P: Robert Love
3257M: rml@tech9.net
3258L: linux-kernel@vger.kernel.org
3259L: kpreempt-tech@lists.sourceforge.net
3260W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3261S: Supported
3262
Michael Wueff1a592007-09-25 18:11:01 -07003263P54 WIRELESS DRIVER
3264P: Michael Wu
3265M: flamingice@sourmilk.net
3266L: linux-wireless@vger.kernel.org
3267W: http://prism54.org
3268T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3269S: Maintained
3270
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003272P: Luis R. Rodriguez
3273M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003274L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275W: http://prism54.org
3276S: Maintained
3277
3278PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3279P: Peter Denison
3280M: promise@pnd-pc.demon.co.uk
3281W: http://www.pnd-pc.demon.co.uk/promise/
3282S: Maintained
3283
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003284PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3285P: Mikael Pettersson
3286M: mikpe@it.uu.se
3287L: linux-ide@vger.kernel.org
3288S: Maintained
3289
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003290PS3 NETWORK SUPPORT
3291P: Masakazu Mokuno
3292M: mokuno@sm.sony.co.jp
3293L: netdev@vger.kernel.org
3294L: cbe-oss-dev@ozlabs.org
3295S: Supported
3296
Geoff Levandf58a9d12006-11-23 00:46:51 +01003297PS3 PLATFORM SUPPORT
3298P: Geoff Levand
3299M: geoffrey.levand@am.sony.com
3300L: linuxppc-dev@ozlabs.org
3301L: cbe-oss-dev@ozlabs.org
3302S: Supported
3303
Michael Krufky83202042006-07-03 00:24:18 -07003304PVRUSB2 VIDEO4LINUX DRIVER
3305P: Mike Isely
3306M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003307L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003308L: video4linux-list@redhat.com
3309W: http://www.isely.net/pvrusb2/
3310S: Maintained
3311
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312PXA2xx SUPPORT
3313P: Nicolas Pitre
3314M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003315L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316S: Maintained
3317
Pierre Ossman272f1332007-05-14 21:25:26 +02003318PXA MMCI DRIVER
3319S: Orphan
3320
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321QLOGIC QLA2XXX FC-SCSI DRIVER
3322P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003323M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324L: linux-scsi@vger.kernel.org
3325S: Supported
3326
Ron Mercer5a4faa872006-07-25 00:40:21 -07003327QLOGIC QLA3XXX NETWORK DRIVER
3328P: Ron Mercer
3329M: linux-driver@qlogic.com
3330L: netdev@vger.kernel.org
3331S: Supported
3332
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333QNX4 FILESYSTEM
3334P: Anders Larsen
3335M: al@alarsen.net
3336L: linux-kernel@vger.kernel.org
3337W: http://www.alarsen.net/linux/qnx4fs/
3338S: Maintained
3339
3340RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003341P: Benjamin Herrenschmidt
3342M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003343L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344S: Maintained
3345
3346RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003347P: Paul Mackerras
3348M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003349L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350S: Maintained
3351
3352RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3353P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003354M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003355L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356S: Maintained
3357
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003358RALINK RT2X00 WLAN DRIVER
3359P: rt2x00 project
3360L: linux-wireless@vger.kernel.org
3361L: rt2400-devel@lists.sourceforge.net
3362W: http://rt2x00.serialmonkey.com/
3363S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003364T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003365F: drivers/net/wireless/rt2x00/
3366
Nick Piggin9db55792008-02-08 04:19:49 -08003367RAMDISK RAM BLOCK DEVICE DRIVER
3368P: Nick Piggin
3369M: npiggin@suse.de
3370S: Maintained
3371
Matt Mackall9e95ce22005-04-16 15:25:56 -07003372RANDOM NUMBER DRIVER
3373P: Matt Mackall
3374M: mpm@selenic.com
3375S: Maintained
3376
Matt Porter394b7012005-11-07 01:00:15 -08003377RAPIDIO SUBSYSTEM
3378P: Matt Porter
3379M: mporter@kernel.crashing.org
3380L: linux-kernel@vger.kernel.org
3381S: Maintained
3382
Florian Fainellic1f766b2008-02-06 22:39:44 +01003383RDC R-321X SoC
3384P: Florian Fainelli
3385M: florian.fainelli@telecomint.eu
3386L: linux-kernel@vger.kernel.org
3387S: Maintained
3388
Florian Fainellidb17f392007-12-19 11:30:30 +01003389RDC R6040 FAST ETHERNET DRIVER
3390P: Florian Fainelli
3391M: florian.fainelli@telecomint.eu
3392L: netdev@vger.kernel.org
3393S: Maintained
3394
Josh Triplett595182b2006-10-04 02:17:21 -07003395READ-COPY UPDATE (RCU)
3396P: Dipankar Sarma
3397M: dipankar@in.ibm.com
3398W: http://www.rdrop.com/users/paulmck/rclock/
3399L: linux-kernel@vger.kernel.org
3400S: Supported
3401
3402RCUTORTURE MODULE
3403P: Josh Triplett
3404M: josh@freedesktop.org
3405L: linux-kernel@vger.kernel.org
3406S: Maintained
3407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408REAL TIME CLOCK DRIVER
3409P: Paul Gortmaker
3410M: p_gortmaker@yahoo.com
3411L: linux-kernel@vger.kernel.org
3412S: Maintained
3413
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003414REAL TIME CLOCK (RTC) SUBSYSTEM
3415P: Alessandro Zummo
3416M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003417L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003418S: Maintained
3419
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420REISERFS FILE SYSTEM
3421P: Hans Reiser
3422M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003423L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424W: http://www.namesys.com
3425S: Supported
3426
Ivo van Doorne08976452008-04-12 19:23:55 +02003427RFKILL
3428P: Ivo van Doorn
3429M: IvDoorn@gmail.com
3430L: netdev@vger.kernel.org
3431S: Maintained
3432F: net/rfkill
3433
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434ROCKETPORT DRIVER
3435P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436W: http://www.comtrol.com
3437S: Maintained
3438
3439ROSE NETWORK LAYER
3440P: Ralf Baechle
3441M: ralf@linux-mips.org
3442L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003443W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444S: Maintained
3445
3446RISCOM8 DRIVER
3447S: Orphan
3448
Michael Wu605bebe2007-05-14 01:41:02 -04003449RTL818X WIRELESS DRIVER
3450P: Michael Wu
3451M: flamingice@sourmilk.net
3452P: Andrea Merello
3453M: andreamrl@tiscali.it
3454L: linux-wireless@vger.kernel.org
3455W: http://linuxwireless.org/
3456T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3457S: Maintained
3458
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003459S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003460P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003461M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003462L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003463S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003464
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465S390
3466P: Martin Schwidefsky
3467M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003468P: Heiko Carstens
3469M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003471L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003472W: http://www.ibm.com/developerworks/linux/linux390/
3473S: Supported
3474
3475S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003476P: Ursula Braun
3477M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003478P: Frank Blaschka
3479M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003480M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003481L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003482W: http://www.ibm.com/developerworks/linux/linux390/
3483S: Supported
3484
3485S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003486P: Christof Schmitt
3487M: christof.schmitt@de.ibm.com
3488P: Martin Peschke
3489M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003490M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003491L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003492W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493S: Supported
3494
Ursula Braundd96df22007-09-19 13:09:02 +02003495S390 IUCV NETWORK LAYER
3496P: Ursula Braun
3497M: ubraun@linux.vnet.ibm.com
3498M: linux390@de.ibm.com
3499L: linux-s390@vger.kernel.org
3500W: http://www.ibm.com/developerworks/linux/linux390/
3501S: Supported
3502
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503SAA7146 VIDEO4LINUX-2 DRIVER
3504P: Michael Hunold
3505M: michael@mihu.de
3506W: http://www.mihu.de/linux/saa7146
3507S: Maintained
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509SC1200 WDT DRIVER
3510P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003511M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512S: Maintained
3513
3514SCHEDULER
3515P: Ingo Molnar
3516M: mingo@elte.hu
3517P: Robert Love [the preemptible kernel bits]
3518M: rml@tech9.net
3519L: linux-kernel@vger.kernel.org
3520S: Maintained
3521
3522SCSI CDROM DRIVER
3523P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003524M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525L: linux-scsi@vger.kernel.org
3526W: http://www.kernel.dk
3527S: Maintained
3528
3529SCSI SG DRIVER
3530P: Doug Gilbert
3531M: dgilbert@interlog.com
3532L: linux-scsi@vger.kernel.org
3533W: http://www.torque.net/sg
3534S: Maintained
3535
3536SCSI SUBSYSTEM
3537P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003538M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003540T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003541T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3542T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543S: Maintained
3544
3545SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003546P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547M: Kai.Makisara@kolumbus.fi
3548L: linux-scsi@vger.kernel.org
3549S: Maintained
3550
3551SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003552P: Vlad Yasevich
3553M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003554P: Sridhar Samudrala
3555M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003556L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003557W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003558S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559
3560SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003561P: Jim Cromie
3562M: jim.cromie@gmail.com
3563S: Odd Fixes
3564
3565SCx200 GPIO DRIVER
3566P: Jim Cromie
3567M: jim.cromie@gmail.com
3568S: Maintained
3569
3570SCx200 HRT CLOCKSOURCE DRIVER
3571P: Jim Cromie
3572M: jim.cromie@gmail.com
3573S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574
3575SECURITY CONTACT
3576P: Security Officers
3577M: security@kernel.org
3578S: Supported
3579
3580SELINUX SECURITY MODULE
3581P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003582M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003584M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003585P: Eric Paris
3586M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003588L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589W: http://www.nsa.gov/selinux
3590S: Supported
3591
Jiri Slabycef2cf02007-05-08 00:31:45 -07003592SENSABLE PHANTOM
3593P: Jiri Slaby
3594M: jirislaby@gmail.com
3595S: Maintained
3596
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597SERIAL ATA (SATA) SUBSYSTEM:
3598P: Jeff Garzik
3599M: jgarzik@pobox.com
3600L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003601T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602S: Supported
3603
3604SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3605P: Pat Gefre
3606M: pfg@sgi.com
3607L: linux-ia64@vger.kernel.org
3608S: Supported
3609
Ben Hutchings8ceee662008-04-27 12:55:59 +01003610SFC NETWORK DRIVER
3611P: Steve Hodgson
3612P: Ben Hutchings
3613P: Robert Stonehouse
3614M: linux-net-drivers@solarflare.com
3615S: Supported
3616
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617SGI VISUAL WORKSTATION 320 AND 540
3618P: Andrey Panin
3619M: pazke@donpac.ru
3620L: linux-visws-devel@lists.sf.net
3621W: http://linux-visws.sf.net
3622S: Maintained for 2.6.
3623
3624SIMTEC EB110ATX (Chalice CATS)
3625P: Ben Dooks
3626P: Vincent Sanders
3627M: support@simtec.co.uk
3628W: http://www.simtec.co.uk/products/EB110ATX/
3629S: Supported
3630
3631SIMTEC EB2410ITX (BAST)
3632P: Ben Dooks
3633P: Vincent Sanders
3634M: support@simtec.co.uk
3635W: http://www.simtec.co.uk/products/EB2410ITX/
3636S: Supported
3637
Francois Romieu92aab3c2005-07-30 13:11:18 +02003638SIS 190 ETHERNET DRIVER
3639P: Francois Romieu
3640M: romieu@fr.zoreil.com
3641L: netdev@vger.kernel.org
3642S: Maintained
3643
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644SIS 5513 IDE CONTROLLER DRIVER
3645P: Lionel Bouton
3646M: Lionel.Bouton@inet6.fr
3647W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3648W: http://gyver.homeip.net/sis5513/index.html
3649S: Maintained
3650
3651SIS 900/7016 FAST ETHERNET DRIVER
3652P: Daniele Venzano
3653M: venza@brownhat.org
3654W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003655L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656S: Maintained
3657
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003658SIS 96X I2C/SMBUS DRIVER
3659P: Mark M. Hoffman
3660M: mhoffman@lightlink.com
3661L: lm-sensors@lm-sensors.org
3662S: Maintained
3663
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664SIS FRAMEBUFFER DRIVER
3665P: Thomas Winischhofer
3666M: thomas@winischhofer.net
3667W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003668S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669
3670SIS USB2VGA DRIVER
3671P: Thomas Winischhofer
3672M: thomas@winischhofer.net
3673W: http://www.winischhofer.at/linuxsisusbvga.shtml
3674S: Maintained
3675
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003676SLAB ALLOCATOR
3677P: Christoph Lameter
3678M: clameter@sgi.com
3679P: Pekka Enberg
3680M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003681P: Matt Mackall
3682M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003683L: linux-mm@kvack.org
3684S: Maintained
3685
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686SMC91x ETHERNET DRIVER
3687P: Nicolas Pitre
3688M: nico@cam.org
3689S: Maintained
3690
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003691SMSC47B397 HARDWARE MONITOR DRIVER
3692P: Mark M. Hoffman
3693M: mhoffman@lightlink.com
3694L: lm-sensors@lm-sensors.org
3695S: Maintained
3696
Ben Nizetteb54f2862008-03-13 22:27:30 +11003697SMX UIO Interface
3698P: Ben Nizette
3699M: bn@niasdigital.com
3700S: Maintained
3701
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702SOFTWARE RAID (Multiple Disks) SUPPORT
3703P: Ingo Molnar
3704M: mingo@redhat.com
3705P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003706M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003708S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709
Pavel Machek95a631e2007-07-19 01:47:42 -07003710HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711P: Pavel Machek
3712M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003713P: Rafael J. Wysocki
3714M: rjw@sisk.pl
3715L: linux-pm@lists.linux-foundation.org
3716S: Supported
3717
3718SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003719P: Len Brown
3720M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003721P: Pavel Machek
3722M: pavel@suse.cz
3723P: Rafael J. Wysocki
3724M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003725L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003726S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727
3728SONIC NETWORK DRIVER
3729P: Thomas Bogendoerfer
3730M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003731L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732S: Maintained
3733
Michael Buesch61e115a2007-09-18 15:12:50 -04003734SONICS SILICON BACKPLANE DRIVER (SSB)
3735P: Michael Buesch
3736M: mb@bu3sch.de
3737L: netdev@vger.kernel.org
3738S: Maintained
3739
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003741P: Mattia Dongili
3742M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003743L: linux-acpi@vger.kernel.org
3744W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745S: Maintained
3746
Alex Dubovbaf85322008-02-09 10:20:54 -08003747SONY MEMORYSTICK CARD SUPPORT
3748P: Alex Dubov
3749M: oakad@yahoo.com
3750L: linux-kernel@vger.kernel.org
3751W: http://tifmxx.berlios.de/
3752S: Maintained
3753
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754SOUND
3755P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003756M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003757L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758S: Maintained
3759
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003760SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3761P: Liam Girdwood
3762M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003763P: Mark Brown
3764M: broonie@opensource.wolfsonmicro.com
3765T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003766L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003767S: Supported
3768
Kumar Gala025c3982006-04-02 16:05:54 -05003769SPI SUBSYSTEM
3770P: David Brownell
3771M: dbrownell@users.sourceforge.net
3772L: spi-devel-general@lists.sourceforge.net
3773S: Maintained
3774
Steven Rostedt855f46a2006-08-05 12:14:50 -07003775STABLE BRANCH:
3776P: Greg Kroah-Hartman
3777M: greg@kroah.com
3778P: Chris Wright
3779M: chrisw@sous-sol.org
3780L: stable@kernel.org
3781S: Maintained
3782
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783SHARP LH SUPPORT (LH7952X & LH7A40X)
3784P: Marc Singer
3785M: elf@buici.com
3786W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003787L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788S: Maintained
3789
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003790SHPC HOTPLUG DRIVER
3791P: Kristen Carlson Accardi
3792M: kristen.c.accardi@intel.com
3793L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003794S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003795
Pierre Ossmand129bce2006-03-24 03:18:17 -08003796SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3797P: Pierre Ossman
3798M: drzeus-sdhci@drzeus.cx
3799L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003800S: Maintained
3801
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003802SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3803P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003804M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003805L: netdev@vger.kernel.org
3806S: Maintained
3807
Chris Boot1a87d942006-07-10 04:45:34 -07003808SOEKRIS NET48XX LED SUPPORT
3809P: Chris Boot
3810M: bootc@bootc.net
3811S: Maintained
3812
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813SPARC (sparc32):
3814P: William L. Irwin
3815M: wli@holomorphy.com
3816L: sparclinux@vger.kernel.org
3817S: Maintained
3818
3819SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3820P: Roger Wolff
3821M: R.E.Wolff@BitWizard.nl
3822L: linux-kernel@vger.kernel.org ?
3823S: Supported
3824
Jim Lewis2752e402006-09-29 02:01:19 -07003825SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003826P: Ishizaki Kou
3827M: kou.ishizaki@toshiba.co.jp
3828P: Jens Osterkamp
3829M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003830L: netdev@vger.kernel.org
3831S: Supported
3832
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833SRM (Alpha) environment access
3834P: Jan-Benedict Glaw
3835M: jbglaw@lug-owl.de
3836L: linux-kernel@vger.kernel.org
3837S: Maintained
3838
3839STARFIRE/DURALAN NETWORK DRIVER
3840P: Ion Badulescu
3841M: ionut@cs.columbia.edu
3842S: Maintained
3843
3844STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3845W: http://mosquitonet.Stanford.EDU/strip.html
3846S: Unsupported ?
3847
3848STRADIS MPEG-2 DECODER DRIVER
3849P: Nathan Laredo
3850M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851W: http://www.stradis.com/
3852S: Maintained
3853
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003854SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855P: Paul Mundt
3856M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003857L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003859T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860S: Maintained
3861
3862SUN3/3X
3863P: Sam Creasey
3864M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865W: http://sammy.net/sun3/
3866S: Maintained
3867
3868SVGA HANDLING
3869P: Martin Mares
3870M: mj@ucw.cz
3871L: linux-video@atrey.karlin.mff.cuni.cz
3872S: Maintained
3873
3874SYSV FILESYSTEM
3875P: Christoph Hellwig
3876M: hch@infradead.org
3877S: Maintained
3878
Alan Cox4e688522008-04-30 00:52:11 -07003879TASKSTATS STATISTICS INTERFACE
3880P: Shailabh Nagar
3881M: nagar@watson.ibm.com
3882L: linux-kernel@vger.kernel.org
3883S: Maintained
3884
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003885TC CLASSIFIER
3886P: Jamal Hadi Salim
3887M: hadi@cyberus.ca
3888L: netdev@vger.kernel.org
3889S: Maintained
3890
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003891TCP LOW PRIORITY MODULE
3892P: Wong Hoi Sing, Edison
3893M: hswong3i@gmail.com
3894P: Hung Hing Lun, Mike
3895M: hlhung3i@gmail.com
3896W: http://tcp-lp-mod.sourceforge.net/
3897S: Maintained
3898
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003899TEHUTI ETHERNET DRIVER
3900P: Alexander Indenbaum
3901M: baum@tehutinetworks.net
3902P: Andy Gospodarek
3903M: andy@greyhouse.net
3904L: netdev@vger.kernel.org
3905S: Supported
3906
Alan Cox4e688522008-04-30 00:52:11 -07003907Telecom Clock Driver for MCPL0010
3908P: Mark Gross
3909M: mark.gross@intel.com
3910S: Supported
3911
3912TENSILICA XTENSA PORT (xtensa):
3913P: Chris Zankel
3914M: chris@zankel.net
3915S: Maintained
3916
3917THINKPAD ACPI EXTRAS DRIVER
3918P: Henrique de Moraes Holschuh
3919M: ibm-acpi@hmh.eng.br
3920L: ibm-acpi-devel@lists.sourceforge.net
3921W: http://ibm-acpi.sourceforge.net
3922W: http://thinkwiki.org/wiki/Ibm-acpi
3923T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3924S: Maintained
3925
Alex Dubov4020f2d2006-10-04 02:15:37 -07003926TI FLASH MEDIA INTERFACE DRIVER
3927P: Alex Dubov
3928M: oakad@yahoo.com
3929S: Maintained
3930
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003931TI OMAP MMC INTERFACE DRIVER
3932P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003933M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003934W: http://linux.omap.com
3935W: http://www.muru.com/linux/omap/
3936S: Maintained
3937
Michael Buesch844dd052006-06-26 00:24:59 -07003938TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3939P: Deepak Saxena
3940M: dsaxena@plexity.net
3941S: Maintained
3942
Per Lidene86eaa32006-01-12 16:45:18 +01003943TIPC NETWORK LAYER
3944P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003945M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003946P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003947M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003948P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003949M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003950L: tipc-discussion@lists.sourceforge.net
3951W: http://tipc.sourceforge.net/
3952W: http://tipc.cslab.ericsson.net/
3953T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3954S: Maintained
3955
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956TLAN NETWORK DRIVER
3957P: Samuel Chessman
3958M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003959L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960W: http://sourceforge.net/projects/tlan/
3961S: Maintained
3962
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963TOSHIBA ACPI EXTRAS DRIVER
3964P: John Belmonte
3965M: toshiba_acpi@memebeam.org
3966W: http://memebeam.org/toys/ToshibaAcpiDriver
3967S: Maintained
3968
3969TOSHIBA SMM DRIVER
3970P: Jonathan Buzzard
3971M: jonathan@buzzard.org.uk
3972L: tlinux-users@tce.toshiba-dme.co.jp
3973W: http://www.buzzard.org.uk/toshiba/
3974S: Maintained
3975
Alan Cox4e688522008-04-30 00:52:11 -07003976TPM DEVICE DRIVER
3977P: Kylene Hall
3978M: tpmdd-devel@lists.sourceforge.net
3979W: http://tpmdd.sourceforge.net
3980P: Marcel Selhorst
3981M: tpm@selhorst.net
3982W: http://www.prosec.rub.de/tpm/
3983L: tpmdd-devel@lists.sourceforge.net
3984S: Maintained
3985
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3987P: Muli Ben-Yehuda
3988M: mulix@mulix.org
3989L: linux-kernel@vger.kernel.org
3990S: Maintained
3991
3992TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02003993P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01003994M: trivial@kernel.org
3995L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996S: Maintained
3997
Alan Cox4e688522008-04-30 00:52:11 -07003998TTY LAYER
3999P: Alan Cox
4000M: alan@lxorguk.ukuu.org.uk
4001L: linux-kernel@vger.kernel.org
4002S: Maintained
4003
Grant Grundler740db6d2008-02-17 11:53:49 -07004004TULIP NETWORK DRIVERS
4005P: Grant Grundler
4006M: grundler@parisc-linux.org
4007P: Kyle McMartin
4008M: kyle@parisc-linux.org
4009L: netdev@vger.kernel.org
4010S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011
4012TUN/TAP driver
4013P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004014M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015L: vtun@office.satix.net
4016W: http://vtun.sourceforge.net/tun
4017S: Maintained
4018
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004019TURBOCHANNEL SUBSYSTEM
4020P: Maciej W. Rozycki
4021M: macro@linux-mips.org
4022S: Maintained
4023
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024U14-34F SCSI DRIVER
4025P: Dario Ballabio
4026M: ballabio_dario@emc.com
4027L: linux-scsi@vger.kernel.org
4028S: Maintained
4029
4030UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004031P: Jan Kara
4032M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033W: http://linux-udf.sourceforge.net
4034S: Maintained
4035
4036UNIFORM CDROM DRIVER
4037P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004038M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039L: linux-kernel@vger.kernel.org
4040W: http://www.kernel.dk
4041S: Maintained
4042
4043USB ACM DRIVER
4044P: Oliver Neukum
4045M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004046L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047S: Maintained
4048
Jiri Slaby6d985162008-02-06 01:37:11 -08004049USB AUERSWALD DRIVER
4050P: Wolfgang Muees
4051M: wolfgang@iksw-muees.de
4052L: linux-usb@vger.kernel.org
4053S: Maintained
4054
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055USB BLOCK DRIVER (UB ub)
4056P: Pete Zaitcev
4057M: zaitcev@redhat.com
4058L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004059L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060S: Supported
4061
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062USB CDC ETHERNET DRIVER
4063P: Greg Kroah-Hartman
4064M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004065L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066S: Maintained
4067W: http://www.kroah.com/linux-usb/
4068
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004069USB CYPRESS C67X00 DRIVER
4070P: Peter Korsgaard
4071M: jacmet@sunsite.dk
4072L: linux-usb@vger.kernel.org
4073S: Maintained
4074
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004075USB DAVICOM DM9601 DRIVER
4076P: Peter Korsgaard
4077M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004078L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004079W: http://www.linux-usb.org/usbnet
4080S: Maintained
4081
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082USB EHCI DRIVER
4083P: David Brownell
4084M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004085L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004086S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087
Luca Risolia7ce08c92006-01-11 02:06:59 +00004088USB ET61X[12]51 DRIVER
4089P: Luca Risolia
4090M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004091L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004092L: video4linux-list@redhat.com
4093W: http://www.linux-projects.org
4094S: Maintained
4095
David Brownell69ae9e32006-11-14 02:03:31 -08004096USB GADGET/PERIPHERAL SUBSYSTEM
4097P: David Brownell
4098M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004099L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004100W: http://www.linux-usb.org/gadget
4101S: Maintained
4102
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004103USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004104P: Jiri Kosina
4105M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004106L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004107T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108S: Maintained
4109
Olav Kongas959eea22005-11-03 17:38:14 +02004110USB ISP116X DRIVER
4111P: Olav Kongas
4112M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004113L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004114S: Maintained
4115
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116USB KAWASAKI LSI DRIVER
4117P: Oliver Neukum
4118M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004119L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120S: Maintained
4121
4122USB MASS STORAGE DRIVER
4123P: Matthew Dharm
4124M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004125L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004126L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127S: Maintained
4128W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4129
4130USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004131P: David Brownell
4132M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004133L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004134S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135
Matthias Urlichsba460e42005-07-14 00:33:47 -07004136USB OPTION-CARD DRIVER
4137P: Matthias Urlichs
4138M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004139L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004140S: Maintained
4141
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142USB OV511 DRIVER
4143P: Mark McClelland
4144M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004145L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146W: http://alpha.dyndns.org/ov511/
4147S: Maintained
4148
4149USB PEGASUS DRIVER
4150P: Petko Manolov
4151M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004152L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004153L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154W: http://pegasus2.sourceforge.net/
4155S: Maintained
4156
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004157USB PRINTER DRIVER (usblp)
4158P: Pete Zaitcev
4159M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004160L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004161S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162
4163USB RTL8150 DRIVER
4164P: Petko Manolov
4165M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004166L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004167L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168W: http://pegasus2.sourceforge.net/
4169S: Maintained
4170
4171USB SE401 DRIVER
4172P: Jeroen Vreeken
4173M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004174L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175W: http://www.chello.nl/~j.vreeken/se401/
4176S: Maintained
4177
Alan Cox4e688522008-04-30 00:52:11 -07004178USB SERIAL BELKIN F5U103 DRIVER
4179P: William Greathouse
4180M: wgreathouse@smva.com
4181L: linux-usb@vger.kernel.org
4182S: Maintained
4183
4184USB SERIAL CYPRESS M8 DRIVER
4185P: Lonnie Mendez
4186M: dignome@gmail.com
4187L: linux-usb@vger.kernel.org
4188S: Maintained
4189W: http://geocities.com/i0xox0i
4190W: http://firstlight.net/cvs
4191
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192USB SERIAL CYBERJACK DRIVER
4193P: Matthias Bruestle and Harald Welte
4194M: support@reiner-sct.com
4195W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4196S: Maintained
4197
4198USB SERIAL DIGI ACCELEPORT DRIVER
4199P: Peter Berger and Al Borchers
4200M: pberger@brimson.com
4201M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004202L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203S: Maintained
4204
4205USB SERIAL DRIVER
4206P: Greg Kroah-Hartman
4207M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004208L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209S: Supported
4210
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4212P: Gary Brubaker
4213M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004214L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215S: Maintained
4216
4217USB SERIAL KEYSPAN DRIVER
4218P: Greg Kroah-Hartman
4219M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004220L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221W: http://www.kroah.com/linux/
4222S: Maintained
4223
4224USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004225P: Support Department
4226M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004227L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228W: http://www.connecttech.com
4229S: Supported
4230
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004231USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232P: Luca Risolia
4233M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004234L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004235L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236W: http://www.linux-projects.org
4237S: Maintained
4238
4239USB SUBSYSTEM
4240P: Greg Kroah-Hartman
4241M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004242L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004244T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245S: Supported
4246
4247USB UHCI DRIVER
4248P: Alan Stern
4249M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004250L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251S: Maintained
4252
David Brownell69ae9e32006-11-14 02:03:31 -08004253USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254P: David Brownell
4255M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004256L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004257W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258S: Maintained
4259
4260USB W996[87]CF DRIVER
4261P: Luca Risolia
4262M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004263L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004264L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265W: http://www.linux-projects.org
4266S: Maintained
4267
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004268USB WIRELESS RNDIS DRIVER (rndis_wlan)
4269P: Jussi Kivilinna
4270M: jussi.kivilinna@mbnet.fi
4271L: linux-wireless@vger.kernel.org
4272S: Maintained
4273
Luca Risolia60f78052006-02-06 16:29:35 +00004274USB ZC0301 DRIVER
4275P: Luca Risolia
4276M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004277L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004278L: video4linux-list@redhat.com
4279W: http://www.linux-projects.org
4280S: Maintained
4281
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282USB ZD1201 DRIVER
4283P: Jeroen Vreeken
4284M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004285L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286W: http://linux-lc100020.sourceforge.net
4287S: Maintained
4288
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004289USB ZR364XX DRIVER
4290P: Antoine Jacquet
4291M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004292L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004293L: video4linux-list@redhat.com
4294W: http://royale.zerezo.com/zr364xx/
4295S: Maintained
4296
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297USER-MODE LINUX
4298P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004299M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004300L: user-mode-linux-devel@lists.sourceforge.net
4301L: user-mode-linux-user@lists.sourceforge.net
4302W: http://user-mode-linux.sourceforge.net
4303S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004304
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004305USERSPACE I/O (UIO)
4306P: Hans J. Koch
4307M: hjk@linutronix.de
4308P: Greg Kroah-Hartman
4309M: gregkh@suse.de
4310L: linux-kernel@vger.kernel.org
4311S: Maintained
4312
Alan Cox4e688522008-04-30 00:52:11 -07004313VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314P: OGAWA Hirofumi
4315M: hirofumi@mail.parknet.co.jp
4316L: linux-kernel@vger.kernel.org
4317S: Maintained
4318
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319VIA RHINE NETWORK DRIVER
4320P: Roger Luethi
4321M: rl@hellgate.ch
4322S: Maintained
4323
Jean Delvare32c0a522005-09-22 21:47:58 +02004324VIAPRO SMBUS DRIVER
4325P: Jean Delvare
4326M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004327L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004328S: Maintained
4329
Francois Romieu01f20732007-01-26 00:57:17 -08004330VIA VELOCITY NETWORK DRIVER
4331P: Francois Romieu
4332M: romieu@fr.zoreil.com
4333L: netdev@vger.kernel.org
4334S: Maintained
4335
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336UCLINUX (AND M68KNOMMU)
4337P: Greg Ungerer
4338M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004340L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341S: Maintained
4342
4343UCLINUX FOR NEC V850
4344P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345
4346UCLINUX FOR RENESAS H8/300
4347P: Yoshinori Sato
4348M: ysato@users.sourceforge.jp
4349W: http://uclinux-h8.sourceforge.jp/
4350S: Supported
4351
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004352UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004353P: Evgeniy Dushistov
4354M: dushistov@mail.ru
4355L: linux-kernel@vger.kernel.org
4356S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004357
Alan Cox4e688522008-04-30 00:52:11 -07004358UltraSPARC (sparc64):
4359P: David S. Miller
4360M: davem@davemloft.net
4361L: sparclinux@vger.kernel.org
4362T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4363S: Maintained
4364
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365USB DIAMOND RIO500 DRIVER
4366P: Cesar Miquel
4367M: miquel@df.uba.ar
4368L: rio500-users@lists.sourceforge.net
4369W: http://rio500.sourceforge.net
4370S: Maintained
4371
4372VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004373P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004374M: mchehab@infradead.org
4375M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004377W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004378T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004379S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380
Patrick McHardybe7f8272007-10-23 20:26:36 -07004381VLAN (802.1Q)
4382P: Patrick McHardy
4383M: kaber@trash.net
4384L: netdev@vger.kernel.org
4385S: Maintained
4386
Juerg Haefligerab413192006-09-24 20:54:04 +02004387VT1211 HARDWARE MONITOR DRIVER
4388P: Juerg Haefliger
4389M: juergh@gmail.com
4390L: lm-sensors@lm-sensors.org
4391S: Maintained
4392
Roger Lucas1de9e372005-11-26 20:20:05 +01004393VT8231 HARDWARE MONITOR DRIVER
4394P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004395M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004396L: lm-sensors@lm-sensors.org
4397S: Maintained
4398
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399W1 DALLAS'S 1-WIRE BUS
4400P: Evgeniy Polyakov
4401M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402S: Maintained
4403
Charles Spirakis13927072006-07-05 18:05:15 +02004404W83791D HARDWARE MONITORING DRIVER
4405P: Charles Spirakis
4406M: bezaur@gmail.com
4407L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004408S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004409
Rudolf Marek61db0112006-12-12 18:18:30 +01004410W83793 HARDWARE MONITORING DRIVER
4411P: Rudolf Marek
4412M: r.marek@assembler.cz
4413L: lm-sensors@lm-sensors.org
4414S: Maintained
4415
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416W83L51xD SD/MMC CARD INTERFACE DRIVER
4417P: Pierre Ossman
4418M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004419L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420S: Maintained
4421
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004422WATCHDOG DEVICE DRIVERS
4423P: Wim Van Sebroeck
4424M: wim@iguana.be
4425T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4426S: Maintained
4427
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4429P: Jean Tourrilhes
4430M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004431L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004432W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4433S: Maintained
4434
4435WD7000 SCSI DRIVER
4436P: Miroslav Zagorac
4437M: zaga@fly.cc.fer.hr
4438L: linux-scsi@vger.kernel.org
4439S: Maintained
4440
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004441WISTRON LAPTOP BUTTON DRIVER
4442P: Miloslav Trmac
4443M: mitr@volny.cz
4444S: Maintained
4445
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446WL3501 WIRELESS PCMCIA CARD DRIVER
4447P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004448M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004449L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004450W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451S: Maintained
4452
Mark Brownfebf1df2008-04-02 00:51:09 -04004453WM97XX TOUCHSCREEN DRIVERS
4454P: Mark Brown
4455M: broonie@opensource.wolfsonmicro.com
4456P: Liam Girdwood
4457M: liam.girdwood@wolfsonmicro.com
4458L: linux-input@vger.kernel.org
4459T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4460W: http://opensource.wolfsonmicro.com/node/7
4461S: Supported
4462
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463X.25 NETWORK LAYER
4464P: Henner Eisen
4465M: eis@baty.hanse.de
4466L: linux-x25@vger.kernel.org
4467S: Maintained
4468
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004469XEN HYPERVISOR INTERFACE
4470P: Jeremy Fitzhardinge
4471M: jeremy@xensource.com
4472P: Chris Wright
4473M: chrisw@sous-sol.org
4474L: virtualization@lists.osdl.org
4475L: xen-devel@lists.xensource.com
4476S: Supported
4477
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478XFS FILESYSTEM
4479P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004480P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004482L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004484T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485S: Supported
4486
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004487XILINX SYSTEMACE DRIVER
4488P: Grant Likely
4489M: grant.likely@secretlab.ca
4490W: http://www.secretlab.ca/
4491L: linux-kernel@vger.kernel.org
4492S: Maintained
4493
Peter Korsgaard238b8722006-12-06 20:35:17 -08004494XILINX UARTLITE SERIAL DRIVER
4495P: Peter Korsgaard
4496M: jacmet@sunsite.dk
4497L: linux-serial@vger.kernel.org
4498S: Maintained
4499
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004500X86 ARCHITECTURE (32-BIT AND 64-BIT)
4501P: Thomas Gleixner
4502M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503P: Ingo Molnar
4504M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004505P: H. Peter Anvin
4506M: hpa@zytor.com
4507L: linux-kernel@vger.kernel.org
4508T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509S: Maintained
4510
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511YAM DRIVER FOR AX.25
4512P: Jean-Paul Roubelat
4513M: jpr@f6fbb.org
4514L: linux-hams@vger.kernel.org
4515S: Maintained
4516
Henkaf64a5e2005-10-12 15:02:56 +02004517YEALINK PHONE DRIVER
4518P: Henk Vergonet
4519M: Henk.Vergonet@gmail.com
4520L: usbb2k-api-dev@nongnu.org
4521S: Maintained
4522
Linus Torvalds1da177e2005-04-16 15:20:36 -07004523Z8530 DRIVER FOR AX.25
4524P: Joerg Reuter
4525M: jreuter@yaina.de
4526W: http://yaina.de/jreuter/
4527W: http://www.qsl.net/dl1bke/
4528L: linux-hams@vger.kernel.org
4529S: Maintained
4530
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004531ZD1211RW WIRELESS DRIVER
4532P: Daniel Drake
4533M: dsd@gentoo.org
4534P: Ulrich Kunitz
4535M: kune@deine-taler.de
4536W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004537L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004538L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4539S: Maintained
4540
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541ZF MACHZ WATCHDOG
4542P: Fernando Fuganti
4543M: fuganti@netbank.com.br
4544W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4545S: Maintained
4546
4547ZR36067 VIDEO FOR LINUX DRIVER
4548P: Ronald Bultje
4549M: rbultje@ronald.bitfreak.net
4550L: mjpeg-users@lists.sourceforge.net
4551W: http://mjpeg.sourceforge.net/driver-zoran/
4552S: Maintained
4553
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004554ZS DECSTATION Z85C30 SERIAL DRIVER
4555P: Maciej W. Rozycki
4556M: macro@linux-mips.org
4557S: Maintained
4558
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559THE REST
4560P: Linus Torvalds
4561S: Buried alive in reporters