blob: ec5c8ee30907b243ca9239a196210586f835e909 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200178ABIT UGURU HARDWARE MONITOR DRIVER
179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184ACENIC DRIVER
185P: Jes Sorensen
186M: jes@trained-monkey.org
187L: linux-acenic@sunsite.dk
188S: Maintained
189
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700190IPS SCSI RAID DRIVER
191P: Adaptec OEM Raid Solutions
192M: aacraid@adaptec.com
193L: linux-scsi@vger.kernel.org
194W: http://www.adaptec.com/
195S: Maintained
196
197DPT_I2O SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199M: aacraid@adaptec.com
200L: linux-scsi@vger.kernel.org
201W: http://www.adaptec.com/
202S: Maintained
203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204AACRAID SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700206M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700208W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Supported
210
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000211ACER WMI LAPTOP EXTRAS
212P: Carlos Corbacho
213M: carlos@strangeworlds.co.uk
214L: aceracpi@googlegroups.com (subscribers-only)
215W: http://code.google.com/p/aceracpi
216S: Maintained
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218ACPI
219P: Len Brown
220M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500221M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500222L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400223W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500225S: Supported
226
227ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400228P: Alexey Starikovskiy
229M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500230L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300231W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI EC DRIVER
235P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400236M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400242P: Len Brown
243M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700248ACPI PCI HOTPLUG DRIVER
249P: Kristen Carlson Accardi
250M: kristen.c.accardi@intel.com
251L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500252S: Supported
253
254ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400255P: Len Brown
256M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500257L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300258W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500259S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700260
Len Brown359acec2007-02-10 01:59:24 -0500261ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400262P: Rui Zhang
263M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500264L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300265W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500266S: Supported
267
Carlos Corbachobff431e2008-02-05 02:17:04 +0000268ACPI WMI DRIVER
269P: Carlos Corbacho
270M: carlos@strangeworlds.co.uk
271L: linux-acpi@vger.kernel.org
272W: http://www.lesswatts.org/projects/acpi/
273S: Maintained
274
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100275AD1889 ALSA SOUND DRIVER
276P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400277M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100278P: Thibaut Varene
279M: T-Bone@parisc-linux.org
280W: http://wiki.parisc-linux.org/AD1889
281L: linux-parisc@vger.kernel.org
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADM1025 HARDWARE MONITOR DRIVER
285P: Jean Delvare
286M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200287L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288S: Maintained
289
Corentin Labbecae2caa2007-02-14 21:15:04 +0100290ADM1029 HARDWARE MONITOR DRIVER
291P: Corentin Labbe
292M: corentin.labbe@geomatys.fr
293L: lm-sensors@lm-sensors.org
294S: Maintained
295
Michael Wucc0b88c2007-08-31 01:15:25 -0400296ADM8211 WIRELESS DRIVER
297P: Michael Wu
298M: flamingice@sourmilk.net
299L: linux-wireless@vger.kernel.org
300W: http://linuxwireless.org/
301T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304ADT746X FAN DRIVER
305P: Colin Leroy
306M: colin@colino.net
307S: Maintained
308
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400309ADVANSYS SCSI DRIVER
310P: Matthew Wilcox
311M: matthew@wil.cx
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315AEDSP16 DRIVER
316P: Riccardo Facchetti
317M: fizban@tin.it
318S: Maintained
319
320AFFS FILE SYSTEM
321P: Roman Zippel
322M: zippel@linux-m68k.org
323S: Maintained
324
325AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400326P: David Airlie
327M: airlied@linux.ie
328T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329S: Maintained
330
331AHA152X SCSI DRIVER
332P: Juergen E. Fischer
333M: Juergen Fischer <fischer@norbit.de>
334L: linux-scsi@vger.kernel.org
335S: Maintained
336
Hannes Reinecke64624d42007-10-19 10:32:29 +0200337AIC7XXX / AIC79XX SCSI DRIVER
338P: Hannes Reinecke
339M: hare@suse.de
340L: linux-scsi@vger.kernel.org
341S: Maintained
342
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343ALCATEL SPEEDTOUCH USB DRIVER
344P: Duncan Sands
345M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347W: http://www.linux-usb.org/SpeedTouch/
348S: Maintained
349
Pierre Ossman272f1332007-05-14 21:25:26 +0200350ALCHEMY AU1XX0 MMC DRIVER
351S: Orphan
352
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000353ALI1563 I2C DRIVER
354P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100355M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200356L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000357S: Maintained
358
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359ALPHA PORT
360P: Richard Henderson
361M: rth@twiddle.net
362S: Odd Fixes for 2.4; Maintained for 2.6.
363P: Ivan Kokshaysky
364M: ink@jurassic.park.msu.ru
365S: Maintained for 2.4; PCI support for 2.6.
366
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700367AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
368P: Thomas Dahlmann
369M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700370L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700371S: Supported
372
Jordan Crousef90b8112006-01-06 00:12:14 -0800373AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100374P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700375L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800376W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
377S: Supported
378
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200379AMD IOMMU (AMD-VI)
380P: Joerg Roedel
381M: joerg.roedel@amd.com
382L: iommu@lists.linux-foundation.org
383S: Supported
384
Stelian Pop284f42b2006-12-12 18:18:31 +0100385AMS (Apple Motion Sensor) DRIVER
386P: Stelian Pop
387M: stelian@popies.net
388P: Michael Hanselmann
389M: linux-kernel@hansmi.ch
390S: Supported
391
Tom Tuckerf94b5332006-09-22 15:22:48 -0700392AMSO1100 RNIC DRIVER
393P: Tom Tucker
394M: tom@opengridcomputing.com
395P: Steve Wise
396M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700397L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700398S: Maintained
399
Johannes Berg42269062006-07-25 16:15:50 +0200400AOA (Apple Onboard Audio) ALSA DRIVER
401P: Johannes Berg
402M: johannes@sipsolutions.net
403L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200404L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200405S: Maintained
406
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407APM DRIVER
408P: Stephen Rothwell
409M: sfr@canb.auug.org.au
410L: linux-laptop@vger.kernel.org
411W: http://www.canb.auug.org.au/~sfr/
412S: Supported
413
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700414APPLE SMC DRIVER
415P: Nicolas Boichat
416M: nicolas@boichat.ch
417L: mactel-linux-devel@lists.sourceforge.net
418S: Maintained
419
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420APPLETALK NETWORK LAYER
421P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300422M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423S: Maintained
424
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400425APPLETOUCH TOUCHPAD DRIVER
426P: Johannes Berg
427M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400428L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400429S: Maintained
430
Jaya Kumar1154ea72005-06-21 17:17:04 -0700431ARC FRAMEBUFFER DRIVER
432P: Jaya Kumar
433M: jayalk@intworks.biz
434S: Maintained
435
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436ARM MFM AND FLOPPY DRIVERS
437P: Ian Molton
438M: spyro@f2s.com
439S: Maintained
440
Russell King2761f5c2007-05-24 06:56:08 +0200441ARM PRIMECELL MMCI PL180/1 DRIVER
442P: Russell King
443M: rmk@arm.linux.org.uk
444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445S: Maintained
446
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800447ARM/ADI ROADRUNNER MACHINE SUPPORT
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/ADS SPHERE MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
459ARM/AJECO 1ARM MACHINE SUPPORT
460P: Lennert Buytenhek
461M: kernel@wantstofly.org
462L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
463S: Maintained
464
Andrew Victord4a89c72006-12-04 13:56:21 +0100465ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
466P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100467M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100468L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
469W: http://maxim.org.za/at91_26.html
470S: Maintained
471
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800472ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
473P: Lennert Buytenhek
474M: kernel@wantstofly.org
475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476S: Maintained
477
478ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
479P: Lennert Buytenhek
480M: kernel@wantstofly.org
481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
482S: Maintained
483
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484ARM/CORGI MACHINE SUPPORT
485P: Richard Purdie
486M: rpurdie@rpsys.net
487S: Maintained
488
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
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
Miguel Ojeda450c6222008-07-04 09:59:33 -0700772M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800773L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700774W: http://miguelojeda.es/auxdisplay.htm
775W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800776S: Maintained
777
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700778AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700779P: Haavard Skinnemoen
780M: hskinnemoen@atmel.com
781W: http://www.atmel.com/products/AVR32/
782W: http://avr32linux.org/
783W: http://avrfreaks.net/
784S: Supported
785
786AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700787P: Haavard Skinnemoen
788M: hskinnemoen@atmel.com
789S: Supported
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791AX.25 NETWORK LAYER
792P: Ralf Baechle
793M: ralf@linux-mips.org
794L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200795W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796S: Maintained
797
Richard Purdie300abeb2007-02-07 22:21:07 +0000798BACKLIGHT CLASS/SUBSYSTEM
799P: Richard Purdie
800M: rpurdie@rpsys.net
801S: Maintained
802
Bryan Wu1394f032007-05-06 14:50:22 -0700803BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800804P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800805M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800806L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
807W: http://blackfin.uclinux.org
808S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700809
Bryan Wue190d6b2007-07-17 14:43:44 +0800810BLACKFIN EMAC DRIVER
811P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800812M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800813L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
814W: http://blackfin.uclinux.org
815S: Supported
816
Mike Frysinger566da5b2007-06-11 15:31:30 +0800817BLACKFIN RTC DRIVER
818P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800819M: vapier.adi@gmail.com
820L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
821W: http://blackfin.uclinux.org
822S: Supported
823
Bryan Wu1394f032007-05-06 14:50:22 -0700824BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800825P: Sonic Zhang
826M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800827L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828W: http://blackfin.uclinux.org
829S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700830
Bryan Wu1e6d3202007-07-15 02:50:02 +0800831BLACKFIN WATCHDOG DRIVER
832P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800833M: vapier.adi@gmail.com
834L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
835W: http://blackfin.uclinux.org
836S: Supported
837
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838BAYCOM/HDLCDRV DRIVERS FOR AX.25
839P: Thomas Sailer
840M: t.sailer@alumni.ethz.ch
841L: linux-hams@vger.kernel.org
842W: http://www.baycom.org/~tom/ham/ham.html
843S: Maintained
844
Michael Buesche4d6b792007-09-18 15:39:42 -0400845B43 WIRELESS DRIVER
846P: Michael Buesch
847M: mb@bu3sch.de
848P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100849M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400850L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100851W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400852S: Maintained
853
Larry Finger75388ac2007-09-25 16:46:54 -0700854B43LEGACY WIRELESS DRIVER
855P: Larry Finger
856M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100857P: Stefano Brivio
858M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700859L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100860W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700861S: Maintained
862
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863BEFS FILE SYSTEM
864P: Sergey S. Kostyliov
865M: rathamahata@php4.ru
866L: linux-kernel@vger.kernel.org
867S: Maintained
868
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869BFS FILE SYSTEM
870P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800871M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872L: linux-kernel@vger.kernel.org
873S: Maintained
874
Bryan Wud24ecfc2007-05-01 23:26:32 +0200875BLACKFIN I2C TWI DRIVER
876P: Sonic Zhang
877M: sonic.zhang@analog.com
878L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
879W: http://blackfin.uclinux.org/
880S: Supported
881
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882BLOCK LAYER
883P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200884M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800886T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887S: Maintained
888
Joern Engel2b54aae2008-02-06 01:38:02 -0800889BLOCK2MTD DRIVER
890P: Joern Engel
891M: joern@lazybastard.org
892L: linux-mtd@lists.infradead.org
893S: Maintained
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895BLUETOOTH SUBSYSTEM
896P: Marcel Holtmann
897M: marcel@holtmann.org
898P: Maxim Krasnyansky
899M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700900L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901W: http://bluez.sf.net
902W: http://www.bluez.org
903W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800904T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905S: Maintained
906
907BLUETOOTH RFCOMM LAYER
908P: Marcel Holtmann
909M: marcel@holtmann.org
910P: Maxim Krasnyansky
911M: maxk@qualcomm.com
912S: Maintained
913
914BLUETOOTH BNEP LAYER
915P: Marcel Holtmann
916M: marcel@holtmann.org
917P: Maxim Krasnyansky
918M: maxk@qualcomm.com
919S: Maintained
920
921BLUETOOTH CMTP LAYER
922P: Marcel Holtmann
923M: marcel@holtmann.org
924S: Maintained
925
926BLUETOOTH HIDP LAYER
927P: Marcel Holtmann
928M: marcel@holtmann.org
929S: Maintained
930
931BLUETOOTH HCI UART DRIVER
932P: Marcel Holtmann
933M: marcel@holtmann.org
934P: Maxim Krasnyansky
935M: maxk@qualcomm.com
936S: Maintained
937
938BLUETOOTH HCI USB DRIVER
939P: Marcel Holtmann
940M: marcel@holtmann.org
941P: Maxim Krasnyansky
942M: maxk@qualcomm.com
943S: Maintained
944
945BLUETOOTH HCI BCM203X DRIVER
946P: Marcel Holtmann
947M: marcel@holtmann.org
948S: Maintained
949
950BLUETOOTH HCI BPA10X DRIVER
951P: Marcel Holtmann
952M: marcel@holtmann.org
953S: Maintained
954
955BLUETOOTH HCI BFUSB DRIVER
956P: Marcel Holtmann
957M: marcel@holtmann.org
958S: Maintained
959
960BLUETOOTH HCI DTL1 DRIVER
961P: Marcel Holtmann
962M: marcel@holtmann.org
963S: Maintained
964
965BLUETOOTH HCI BLUECARD DRIVER
966P: Marcel Holtmann
967M: marcel@holtmann.org
968S: Maintained
969
970BLUETOOTH HCI BT3C DRIVER
971P: Marcel Holtmann
972M: marcel@holtmann.org
973S: Maintained
974
975BLUETOOTH HCI BTUART DRIVER
976P: Marcel Holtmann
977M: marcel@holtmann.org
978S: Maintained
979
980BLUETOOTH HCI VHCI DRIVER
981P: Maxim Krasnyansky
982M: maxk@qualcomm.com
983S: Maintained
984
985BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100986P: Jay Vosburgh
987M: fubar@us.ibm.com
988L: bonding-devel@lists.sourceforge.net
989W: http://sourceforge.net/projects/bonding/
990S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991
Gary Zambrano39105892006-06-22 17:26:20 -0700992BROADCOM B44 10/100 ETHERNET DRIVER
993P: Gary Zambrano
994M: zambrano@broadcom.com
995L: netdev@vger.kernel.org
996S: Supported
997
Michael Chan948c51e2006-06-04 02:51:39 -0700998BROADCOM BNX2 GIGABIT ETHERNET DRIVER
999P: Michael Chan
1000M: mchan@broadcom.com
1001L: netdev@vger.kernel.org
1002S: Supported
1003
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001004BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001005P: Eilon Greenstein
1006M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001007L: netdev@vger.kernel.org
1008S: Supported
1009
Michael Chan948c51e2006-06-04 02:51:39 -07001010BROADCOM TG3 GIGABIT ETHERNET DRIVER
1011P: Michael Chan
1012M: mchan@broadcom.com
1013L: netdev@vger.kernel.org
1014S: Supported
1015
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001016BSG (block layer generic sg v4 driver)
1017P: FUJITA Tomonori
1018M: fujita.tomonori@lab.ntt.co.jp
1019L: linux-scsi@vger.kernel.org
1020S: Supported
1021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001023P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001024M: mchehab@infradead.org
1025M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001027W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001028T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
Jonathan Corbet77d51402007-03-22 19:44:17 -03001031CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1032P: Jonathan Corbet
1033M: corbet@lwn.net
1034L: video4linux-list@redhat.com
1035S: Maintained
1036
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001037CAN NETWORK LAYER
1038P: Urs Thuermann
1039M: urs.thuermann@volkswagen.de
1040P: Oliver Hartkopp
1041M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001042L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001043W: http://developer.berlios.de/projects/socketcan/
1044S: Maintained
1045
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001046CALGARY x86-64 IOMMU
1047P: Muli Ben-Yehuda
1048M: muli@il.ibm.com
1049P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001050M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001051L: linux-kernel@vger.kernel.org
1052L: discuss@x86-64.org
1053S: Maintained
1054
Arnd Bergmannb8154542008-05-16 11:10:59 +02001055CELL BROADBAND ENGINE ARCHITECTURE
1056P: Arnd Bergmann
1057M: arnd@arndb.de
1058L: linuxppc-dev@ozlabs.org
1059L: cbe-oss-dev@ozlabs.org
1060W: http://www.ibm.com/developerworks/power/cell/
1061S: Supported
1062
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001063CFAG12864B LCD DRIVER
1064P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001065M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001066L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001067W: http://miguelojeda.es/auxdisplay.htm
1068W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001069S: Maintained
1070
1071CFAG12864BFB LCD FRAMEBUFFER DRIVER
1072P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001073M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001074L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001075W: http://miguelojeda.es/auxdisplay.htm
1076W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001077S: Maintained
1078
Johannes Berg704232c2007-04-23 12:20:05 -07001079CFG80211 and NL80211
1080P: Johannes Berg
1081M: johannes@sipsolutions.net
1082L: linux-wireless@vger.kernel.org
1083S: Maintained
1084
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001085CHECKPATCH
1086P: Andy Whitcroft
1087M: apw@shadowen.org
1088P: Randy Dunlap
1089M: rdunlap@xenotime.net
1090P: Joel Schopp
1091M: jschopp@austin.ibm.com
1092S: Supported
1093
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094COMMON INTERNET FILE SYSTEM (CIFS)
1095P: Steve French
1096M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001097L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001099W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001100T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001101S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102
Joel Becker7063fbf2005-12-15 14:29:43 -08001103CONFIGFS
1104P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001105M: joel.becker@oracle.com
1106L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001107S: Supported
1108
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001109CIRRUS LOGIC EP93XX ETHERNET DRIVER
1110P: Lennert Buytenhek
1111M: kernel@wantstofly.org
1112L: netdev@vger.kernel.org
1113S: Maintained
1114
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001115CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1116P: Lennert Buytenhek
1117M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001118L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001119S: Maintained
1120
Timur Tabid9e9d822008-04-24 08:45:26 +10001121CIRRUS LOGIC CS4270 SOUND DRIVER
1122P: Timur Tabi
1123M: timur@freescale.com
1124L: alsa-devel@alsa-project.org
1125S: Supported
1126
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1128P: Cirrus Logic Corporation (kernel 2.2 driver)
1129M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1130P: Nils Faerber (port to kernel 2.4)
1131M: Nils Faerber <nils@kernelconcepts.de>
1132S: Maintained
1133
1134CODA FILE SYSTEM
1135P: Jan Harkes
1136M: jaharkes@cs.cmu.edu
1137M: coda@cs.cmu.edu
1138L: codalist@coda.cs.cmu.edu
1139W: http://www.coda.cs.cmu.edu/
1140S: Maintained
1141
1142COMPACTPCI HOTPLUG CORE
1143P: Scott Murray
1144M: scottm@somanetworks.com
1145M: scott@spiteful.org
1146L: pcihpd-discuss@lists.sourceforge.net
1147S: Supported
1148
1149COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1150P: Scott Murray
1151M: scottm@somanetworks.com
1152M: scott@spiteful.org
1153L: pcihpd-discuss@lists.sourceforge.net
1154S: Supported
1155
1156COMPACTPCI HOTPLUG GENERIC DRIVER
1157P: Scott Murray
1158M: scottm@somanetworks.com
1159M: scott@spiteful.org
1160L: pcihpd-discuss@lists.sourceforge.net
1161S: Supported
1162
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001163COMPAL LAPTOP SUPPORT
1164P: Cezary Jackiewicz
1165M: cezary.jackiewicz@gmail.com
1166S: Maintained
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168COMPUTONE INTELLIPORT MULTIPORT CARD
1169P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001170M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001172S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173
Simon Arlott949be0f2007-03-06 02:47:46 -08001174CONEXANT ACCESSRUNNER USB DRIVER
1175P: Simon Arlott
1176M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001177L: accessrunner-general@lists.sourceforge.net
1178W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001179S: Maintained
1180
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001181CONTROL GROUPS (CGROUPS)
1182P: Paul Menage
1183M: menage@google.com
1184L: containers@lists.linux-foundation.org
1185S: Maintained
1186
Rudolf Marekbebe4672007-05-08 17:22:02 +02001187CORETEMP HARDWARE MONITORING DRIVER
1188P: Rudolf Marek
1189M: r.marek@assembler.cz
1190L: lm-sensors@lm-sensors.org
1191S: Maintained
1192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193COSA/SRP SYNC SERIAL DRIVER
1194P: Jan "Yenya" Kasprzak
1195M: kas@fi.muni.cz
1196W: http://www.fi.muni.cz/~kas/cosa/
1197S: Maintained
1198
1199CPU FREQUENCY DRIVERS
1200P: Dave Jones
1201M: davej@codemonkey.org.uk
1202L: cpufreq@lists.linux.org.uk
1203W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001204T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205S: Maintained
1206
1207CPUID/MSR DRIVER
1208P: H. Peter Anvin
1209M: hpa@zytor.com
1210S: Maintained
1211
Paul Jacksoned90fb42005-09-27 21:45:37 -07001212CPUSETS
1213P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001214P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001215M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001216M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001217L: linux-kernel@vger.kernel.org
1218W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001219W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001220S: Supported
1221
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001223W: http://sourceforge.net/projects/cramfs/
1224S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225
1226CRIS PORT
1227P: Mikael Starvik
1228M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001229P: Jesper Nilsson
1230M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231L: dev-etrax@axis.com
1232W: http://developer.axis.com
1233S: Maintained
1234
1235CRYPTO API
1236P: Herbert Xu
1237M: herbert@gondor.apana.org.au
1238P: David S. Miller
1239M: davem@davemloft.net
1240L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001241T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242S: Maintained
1243
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001244CS5535 Audio ALSA driver
1245P: Jaya Kumar
1246M: jayakumar.alsa@gmail.com
1247S: Maintained
1248
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001249CX18 VIDEO4LINUX DRIVER
1250P: Hans Verkuil, Andy Walls
1251M: hverkuil@xs4all.nl, awalls@radix.net
1252L: ivtv-devel@ivtvdriver.org
1253L: ivtv-users@ivtvdriver.org
1254L: video4linux-list@redhat.com
1255W: http://linuxtv.org
1256S: Maintained
1257
Steve Wisee5ec3782008-05-20 14:06:33 -07001258CXGB3 ETHERNET DRIVER (CXGB3)
1259P: Divy Le Ray
1260M: divy@chelsio.com
1261L: netdev@vger.kernel.org
1262W: http://www.chelsio.com
1263S: Supported
1264
1265CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1266P: Steve Wise
1267M: swise@chelsio.com
1268L: general@lists.openfabrics.org
1269W: http://www.openfabrics.org
1270S: Supported
1271
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272CYBERPRO FB DRIVER
1273P: Russell King
1274M: rmk@arm.linux.org.uk
1275W: http://www.arm.linux.org.uk/
1276S: Maintained
1277
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001278CYBLAFB FRAMEBUFFER DRIVER
1279P: Knut Petersen
1280M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001281L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001282S: Maintained
1283
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284CYCLADES 2X SYNC CARD DRIVER
1285P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001286M: acme@ghostprotocols.net
1287W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288S: Maintained
1289
1290CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001292S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
1294CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001296S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298DAMA SLAVE for AX.25
1299P: Joerg Reuter
1300M: jreuter@yaina.de
1301W: http://yaina.de/jreuter/
1302W: http://www.qsl.net/dl1bke/
1303L: linux-hams@vger.kernel.org
1304S: Maintained
1305
1306DC395x SCSI driver
1307P: Oliver Neukum
1308M: oliver@neukum.name
1309P: Ali Akcaagac
1310M: aliakc@web.de
1311P: Jamie Lenehan
1312M: lenehan@twibble.org
1313W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001314L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315L: http://lists.twibble.org/mailman/listinfo/dc395x/
1316S: Maintained
1317
1318DC390/AM53C974 SCSI driver
1319P: Kurt Garloff
1320M: garloff@suse.de
1321W: http://www.garloff.de/kurt/linux/dc390/
1322P: Guennadi Liakhovetski
1323M: g.liakhovetski@gmx.de
1324S: Maintained
1325
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001326DCCP PROTOCOL
1327P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001328M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001329L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001330W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001331S: Maintained
1332
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001334P: Christine Caulfield
1335M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336W: http://linux-decnet.sourceforge.net
1337L: linux-decnet-user@lists.sourceforge.net
1338S: Maintained
1339
1340DEFXX FDDI NETWORK DRIVER
1341P: Maciej W. Rozycki
1342M: macro@linux-mips.org
1343S: Maintained
1344
1345DELL LAPTOP SMM DRIVER
1346P: Massimo Dal Zotto
1347M: dz@debian.org
1348W: http://www.debian.org/~dz/i8k/
1349S: Maintained
1350
Doug Warzecha90563ec2005-09-06 15:17:15 -07001351DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1352P: Doug Warzecha
1353M: Douglas_Warzecha@dell.com
1354S: Maintained
1355
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001356DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357P: Alasdair Kergon
1358L: dm-devel@redhat.com
1359W: http://sources.redhat.com/dm
1360S: Maintained
1361
1362DEVICE NUMBER REGISTRY
1363P: Torben Mathiasen
1364M: device@lanana.org
1365W: http://lanana.org/docs/device-list/index.html
1366L: linux-kernel@vger.kernel.org
1367S: Maintained
1368
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369DIGI INTL. EPCA DRIVER
1370P: Digi International, Inc
1371M: Eng.Linux@digi.com
1372L: Eng.Linux@digi.com
1373W: http://www.digi.com
1374S: Orphaned
1375
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376DIRECTORY NOTIFICATION
1377P: Stephen Rothwell
1378M: sfr@canb.auug.org.au
1379L: linux-kernel@vger.kernel.org
1380S: Supported
1381
1382DISK GEOMETRY AND PARTITION HANDLING
1383P: Andries Brouwer
1384M: aeb@cwi.nl
1385W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1386W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1387W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1388S: Maintained
1389
1390DISKQUOTA:
1391P: Jan Kara
1392M: jack@suse.cz
1393L: linux-kernel@vger.kernel.org
1394S: Maintained
1395
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001396DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001397P: Christine Caulfield
1398M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001399P: David Teigland
1400M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001401L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001402W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001403T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001404S: Supported
1405
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1407P: Tobias Ringstrom
1408M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001409L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410S: Maintained
1411
Dan Williamsb3e5f262007-08-07 10:26:35 -07001412DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001413P: Maciej Sosnowski
1414M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001415P: Dan Williams
1416M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001417L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001418S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001419
Juerg Haefligerb8250372007-06-09 10:11:16 -04001420DME1737 HARDWARE MONITOR DRIVER
1421P: Juerg Haefliger
1422M: juergh@gmail.com
1423L: lm-sensors@lm-sensors.org
1424S: Maintained
1425
Martin Waitzba483d52005-06-17 13:20:59 -07001426DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001427P: Randy Dunlap
1428M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001429S: Maintained
1430
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001431DOCKING STATION DRIVER
1432P: Kristen Carlson Accardi
1433M: kristen.c.accardi@intel.com
1434L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001435S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001436
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001437DOCUMENTATION (/Documentation directory)
1438P: Michael Kerrisk
1439M: mtk.manpages@gmail.com
1440P: Randy Dunlap
1441M: rdunlap@xenotime.net
1442L: linux-doc@vger.kernel.org
1443S: Maintained
1444
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445DOUBLETALK DRIVER
1446P: James R. Van Zandt
1447M: jrv@vanzandt.mv.com
1448L: blinux-list@redhat.com
1449S: Maintained
1450
1451DRIVER CORE, KOBJECTS, AND SYSFS
1452P: Greg Kroah-Hartman
1453M: gregkh@suse.de
1454L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001455T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456S: Supported
1457
1458DRM DRIVERS
1459P: David Airlie
1460M: airlied@linux.ie
1461L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001462T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463S: Maintained
1464
1465DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001466P: Francois Romieu
1467M: romieu@fr.zoreil.com
1468L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469S: Maintained
1470
1471DVB SUBSYSTEM AND DRIVERS
1472P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001473M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001475W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001476T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001477S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001479DZ DECSTATION DZ11 SERIAL DRIVER
1480P: Maciej W. Rozycki
1481M: macro@linux-mips.org
1482S: Maintained
1483
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484EATA-DMA SCSI DRIVER
1485P: Michael Neuffer
1486L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1487S: Maintained
1488
1489EATA ISA/EISA/PCI SCSI DRIVER
1490P: Dario Ballabio
1491M: ballabio_dario@emc.com
1492L: linux-scsi@vger.kernel.org
1493S: Maintained
1494
1495EATA-PIO SCSI DRIVER
1496P: Michael Neuffer
1497M: mike@i-Connect.Net
1498L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1499S: Maintained
1500
1501EBTABLES
1502P: Bart De Schuymer
1503M: bart.de.schuymer@pandora.be
1504L: ebtables-user@lists.sourceforge.net
1505L: ebtables-devel@lists.sourceforge.net
1506W: http://ebtables.sourceforge.net/
1507S: Maintained
1508
Michael Halcrow237fead2006-10-04 02:16:22 -07001509ECRYPT FILE SYSTEM
1510P: Mike Halcrow, Phillip Hellewell
1511M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1512L: ecryptfs-devel@lists.sourceforge.net
1513W: http://ecryptfs.sourceforge.net/
1514S: Supported
1515
Alan Coxda9bb1d2006-01-18 17:44:13 -08001516EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001517P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001518M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001519L: bluesmoke-devel@lists.sourceforge.net
1520W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001521S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001522
1523EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001524P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001525P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001526M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001527M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001528L: bluesmoke-devel@lists.sourceforge.net
1529W: bluesmoke.sourceforge.net
1530S: Maintained
1531
1532EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001533P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001534M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001535L: bluesmoke-devel@lists.sourceforge.net
1536W: bluesmoke.sourceforge.net
1537S: Maintained
1538
Douglas Thompson6bc78402007-07-19 01:50:12 -07001539EDAC-I82443BXGX
1540P: Tim Small
1541M: tim@buttersideup.com
1542L: bluesmoke-devel@lists.sourceforge.net
1543W: bluesmoke.sourceforge.net
1544S: Maintained
1545
1546EDAC-I3000
1547P: Jason Uhlenkott
1548M: juhlenko@akamai.com
1549L: bluesmoke-devel@lists.sourceforge.net
1550W: bluesmoke.sourceforge.net
1551S: Maintained
1552
1553EDAC-I5000
1554P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001555M: dougthompson@xmission.com
1556L: bluesmoke-devel@lists.sourceforge.net
1557W: bluesmoke.sourceforge.net
1558S: Maintained
1559
1560EDAC-I82975X
1561P: Ranganathan Desikan
1562P: Arvind R.
1563M: rdesikan@jetzbroadband.com
1564M: arvind@acarlab.com
1565L: bluesmoke-devel@lists.sourceforge.net
1566W: bluesmoke.sourceforge.net
1567S: Maintained
1568
1569EDAC-PASEMI
1570P: Egor Martovetsky
1571M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001572L: bluesmoke-devel@lists.sourceforge.net
1573W: bluesmoke.sourceforge.net
1574S: Maintained
1575
Dave Peterson0e438e32006-03-26 01:38:55 -08001576EDAC-R82600
1577P: Tim Small
1578M: tim@buttersideup.com
1579L: bluesmoke-devel@lists.sourceforge.net
1580W: bluesmoke.sourceforge.net
1581S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001582
Eric Coopere59f8792008-03-13 12:55:46 +01001583EEEPC LAPTOP EXTRAS DRIVER
1584P: Corentin Chary
1585M: corentincj@iksaif.net
1586L: acpi4asus-user@lists.sourceforge.net
1587W: http://sourceforge.net/projects/acpi4asus
1588S: Maintained
1589
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590EEPRO100 NETWORK DRIVER
1591P: Andrey V. Savochkin
1592M: saw@saw.sw.com.sg
1593S: Maintained
1594
Josh Triplett0bee8d22006-07-30 03:03:58 -07001595EFS FILESYSTEM
1596W: http://aeschi.ch.eu.org/efs/
1597S: Orphan
1598
Heiko J Schickfab97222006-09-22 15:22:22 -07001599EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1600P: Hoang-Nam Nguyen
1601M: hnguyen@de.ibm.com
1602P: Christoph Raisch
1603M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001604L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001605S: Supported
1606
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001607EMBEDDED LINUX
1608P: Paul Gortmaker
1609M: paul.gortmaker@windriver.com
1610P David Woodhouse
1611M: dwmw2@infradead.org
1612L: linux-embedded@vger.kernel.org
1613S: Maintained
1614
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001615EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001616P: James Smart
1617M: james.smart@emulex.com
1618L: linux-scsi@vger.kernel.org
1619W: http://sourceforge.net/projects/lpfcxxxx
1620S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622EPSON 1355 FRAMEBUFFER DRIVER
1623P: Christopher Hoover
1624M: ch@murgatroid.com, ch@hpl.hp.com
1625S: Maintained
1626
1627ETHEREXPRESS-16 NETWORK DRIVER
1628P: Philip Blundell
1629M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001630L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631S: Maintained
1632
1633ETHERNET BRIDGE
1634P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001635M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001636L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001637W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638S: Maintained
1639
1640ETHERTEAM 16I DRIVER
1641P: Mika Kuoppala
1642M: miku@iki.fi
1643S: Maintained
1644
1645EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001646L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647S: Maintained
1648
1649EXT3 FILE SYSTEM
1650P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001651M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001652L: linux-ext4@vger.kernel.org
1653S: Maintained
1654
1655EXT4 FILE SYSTEM
1656P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001657M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001658L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659S: Maintained
1660
Jean Delvaree53004e2006-01-09 23:26:14 +01001661F71805F HARDWARE MONITORING DRIVER
1662P: Jean Delvare
1663M: khali@linux-fr.org
1664L: lm-sensors@lm-sensors.org
1665S: Maintained
1666
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667FARSYNC SYNCHRONOUS DRIVER
1668P: Kevin Curtis
1669M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670W: http://www.farsite.co.uk/
1671S: Supported
1672
Akinobu Mitac5408b82007-04-23 14:41:20 -07001673FAULT INJECTION SUPPORT
1674P: Akinobu Mita
1675M: akinobu.mita@gmail.com
1676S: Supported
1677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678FRAMEBUFFER LAYER
1679P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001680M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001681L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682W: http://linux-fbdev.sourceforge.net/
1683S: Maintained
1684
Zhang Wei173acc72008-03-01 07:42:48 -07001685FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001686P: Li Yang
1687M: leoli@freescale.com
1688P: Zhang Wei
1689M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001690L: linuxppc-embedded@ozlabs.org
1691L: linux-kernel@vger.kernel.org
1692S: Maintained
1693
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001694FREESCALE I2C CPM DRIVER
1695P: Jochen Friedrich
1696M: jochen@scram.de
1697L: linuxppc-dev@ozlabs.org
1698L: i2c@lm-sensors.org
1699S: Maintained
1700
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001701FREESCALE SOC FS_ENET DRIVER
1702P: Pantelis Antoniou
1703M: pantelis.antoniou@gmail.com
1704P: Vitaly Bordug
1705M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001706L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001707L: netdev@vger.kernel.org
1708S: Maintained
1709
Timur Tabid9e9d822008-04-24 08:45:26 +10001710FREESCALE QUICC ENGINE LIBRARY
1711P: Timur Tabi
1712M: timur@freescale.com
1713L: linuxppc-dev@ozlabs.org
1714S: Supported
1715
Li Yanga7205b32007-04-23 10:38:18 -07001716FREESCALE HIGHSPEED USB DEVICE DRIVER
1717P: Li Yang
1718M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001719L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001720L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001721S: Maintained
1722
Li Yangbeaf53b2007-05-25 13:54:02 +08001723FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1724P: Li Yang
1725M: leoli@freescale.com
1726L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001727L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001728S: Maintained
1729
Timur Tabid9e9d822008-04-24 08:45:26 +10001730FREESCALE QUICC ENGINE UCC UART DRIVER
1731P: Timur Tabi
1732M: timur@freescale.com
1733L: linuxppc-dev@ozlabs.org
1734S: Supported
1735
1736FREESCALE SOC SOUND DRIVERS
1737P: Timur Tabi
1738M: timur@freescale.com
1739L: alsa-devel@alsa-project.org
1740L: linuxppc-dev@ozlabs.org
1741S: Supported
1742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743FILE LOCKING (flock() and fcntl()/lockf())
1744P: Matthew Wilcox
1745M: matthew@wil.cx
1746L: linux-fsdevel@vger.kernel.org
1747S: Maintained
1748
1749FILESYSTEMS (VFS and infrastructure)
1750P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001751M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001752L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753S: Maintained
1754
Stefan Richterf148e202008-01-12 12:32:44 +01001755FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001756P: Kristian Hoegsberg, Stefan Richter
1757M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1758L: linux1394-devel@lists.sourceforge.net
1759W: http://www.linux1394.org/
1760T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1761S: Maintained
1762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763FIRMWARE LOADER (request_firmware)
1764L: linux-kernel@vger.kernel.org
1765S: Orphan
1766
1767FPU EMULATOR
1768P: Bill Metzenthen
1769M: billm@suburbia.net
1770W: http://suburbia.net/~billm/floating-point/emulator/
1771S: Maintained
1772
1773FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1774P: Mike McLagan
1775M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001776L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777S: Maintained
1778
1779FREEVXFS FILESYSTEM
1780P: Christoph Hellwig
1781M: hch@infradead.org
1782W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1783S: Maintained
1784
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001785FTRACE
1786P: Steven Rostedt
1787M: srostedt@redhat.com
1788S: Maintained
1789
David Howells5ab7ffe2007-04-10 15:10:45 +01001790FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791P: David Howells
1792M: dhowells@redhat.com
1793S: Maintained
1794
Jonathan Woithe20b93732008-06-11 10:14:56 +09301795FUJITSU LAPTOP EXTRAS
1796P: Jonathan Woithe
1797M: jwoithe@physics.adelaide.edu.au
1798L: linux-acpi@vger.kernel.org
1799S: Maintained
1800
Miklos Szeredi04578f12005-09-09 13:10:22 -07001801FUSE: FILESYSTEM IN USERSPACE
1802P: Miklos Szeredi
1803M: miklos@szeredi.hu
1804L: fuse-devel@lists.sourceforge.net
1805W: http://fuse.sourceforge.net/
1806S: Maintained
1807
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1809P: Rik Faith
1810M: faith@cs.unc.edu
1811L: linux-scsi@vger.kernel.org
1812S: Odd fixes (e.g., new signatures)
1813
1814GDT SCSI DISK ARRAY CONTROLLER DRIVER
1815P: Achim Leubner
1816M: achim_leubner@adaptec.com
1817L: linux-scsi@vger.kernel.org
1818W: http://www.icp-vortex.com/
1819S: Supported
1820
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001821GENERIC GPIO I2C DRIVER
1822P: Haavard Skinnemoen
1823M: hskinnemoen@atmel.com
1824S: Supported
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1827P: Krzysztof Halasa
1828M: khc@pm.waw.pl
1829W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1830S: Maintained
1831
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001832GFS2 FILE SYSTEM
1833P: Steven Whitehouse
1834M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001835L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001836W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001837T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1838T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001839S: Supported
1840
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001841GIGASET ISDN DRIVERS
1842P: Hansjoerg Lipp
1843M: hjlipp@web.de
1844P: Tilman Schmidt
1845M: tilman@imap.cc
1846L: gigaset307x-common@lists.sourceforge.net
1847W: http://gigaset307x.sourceforge.net/
1848S: Maintained
1849
Jean Delvare5b543962005-08-15 19:51:02 +02001850HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001851P: Mark M. Hoffman
1852M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001853L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001854W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001855T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1856T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001857S: Maintained
1858
Michael Buesch844dd052006-06-26 00:24:59 -07001859HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001860S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001861
Robert Love860e1d62005-08-31 23:57:59 -04001862HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1863P: Robert Love
1864M: rlove@rlove.org
1865M: linux-kernel@vger.kernel.org
1866W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1867S: Maintained
1868
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869HARMONY SOUND DRIVER
1870P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001871M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001872L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873S: Maintained
1874
1875HAYES ESP SERIAL DRIVER
1876P: Andrew J. Robinson
1877M: arobinso@nyx.net
1878L: linux-kernel@vger.kernel.org
1879W: http://www.nyx.net/~arobinso
1880S: Maintained
1881
1882HFS FILESYSTEM
1883P: Roman Zippel
1884M: zippel@linux-m68k.org
1885L: linux-kernel@vger.kernel.org
1886S: Maintained
1887
1888HGA FRAMEBUFFER DRIVER
1889P: Ferenc Bakonyi
1890M: fero@drama.obuda.kando.hu
1891L: linux-nvidia@lists.surfsouth.com
1892W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1893S: Maintained
1894
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001895HID CORE LAYER
1896P: Jiri Kosina
1897M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001898L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001899T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001900S: Maintained
1901
Ingo Molnar38bed542007-02-22 09:09:34 +01001902HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1903P: Thomas Gleixner
1904M: tglx@linutronix.de
1905L: linux-kernel@vger.kernel.org
1906S: Maintained
1907
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908HIGH-SPEED SCC DRIVER FOR AX.25
1909P: Klaus Kudielka
1910M: klaus.kudielka@ieee.org
1911L: linux-hams@vger.kernel.org
1912W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1913S: Maintained
1914
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001915HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1916P: HighPoint Linux Team
1917M: linux@highpoint-tech.com
1918W: http://www.highpoint-tech.com
1919S: Supported
1920
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921HIPPI
1922P: Jes Sorensen
1923M: jes@trained-monkey.org
1924L: linux-hippi@sunsite.dk
1925S: Maintained
1926
1927HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1928P: Chirag Kantharia
1929M: chirag.kantharia@hp.com
1930L: iss_storagedev@hp.com
1931S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001932
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933HEWLETT-PACKARD SMART2 RAID DRIVER
1934P: Chirag Kantharia
1935M: chirag.kantharia@hp.com
1936L: iss_storagedev@hp.com
1937S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001938
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1940P: Mike Miller
1941M: mike.miller@hp.com
1942L: iss_storagedev@hp.com
1943S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001944
Jouni Malinenff1d2762005-05-12 22:54:16 -04001945HOST AP DRIVER
1946P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001947M: j@w1.fi
1948L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001949L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001950W: http://hostap.epitest.fi/
1951S: Maintained
1952
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1954P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001955M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956S: Maintained
1957
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001958HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1959P: Carlos Corbacho
1960M: carlos@strangeworlds.co.uk
1961S: Odd Fixes
1962
Bob Piccob9b03322005-11-07 00:59:19 -08001963HPET: High Precision Event Timers driver (hpet.c)
1964P: Clemens Ladisch
1965M: clemens@ladisch.de
1966S: Maintained
1967
1968HPET: i386
1969P: Venkatesh Pallipadi (Venki)
1970M: venkatesh.pallipadi@intel.com
1971S: Maintained
1972
1973HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001974P: Vojtech Pavlik
1975M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001976S: Maintained
1977
1978HPET: ACPI hpet.c
1979P: Bob Picco
1980M: bob.picco@hp.com
1981S: Maintained
1982
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983HPFS FILESYSTEM
1984P: Mikulas Patocka
1985M: mikulas@artax.karlin.mff.cuni.cz
1986W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1987S: Maintained
1988
1989HUGETLB FILESYSTEM
1990P: William Irwin
1991M: wli@holomorphy.com
1992S: Maintained
1993
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001994I2C/SMBUS STUB DRIVER
1995P: Mark M. Hoffman
1996M: mhoffman@lightlink.com
1997L: lm-sensors@lm-sensors.org
1998S: Maintained
1999
Jean Delvare5b543962005-08-15 19:51:02 +02002000I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002001P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002003P: Ben Dooks (embedded platforms)
2004M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002005L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002006T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007S: Maintained
2008
Till Harbaume8c76ee2007-05-01 23:26:35 +02002009I2C-TINY-USB DRIVER
2010P: Till Harbaum
2011M: till@harbaum.org
2012L: i2c@lm-sensors.org
2013T: http://www.harbaum.org/till/i2c_tiny_usb
2014S: Maintained
2015
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002017P: H. Peter Anvin
2018M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019L: Linux-Kernel@vger.kernel.org
2020S: Maintained
2021
2022i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023P: H. Peter Anvin
2024M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002025T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026S: Maintained
2027
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028IA64 (Itanium) PLATFORM
2029P: Tony Luck
2030M: tony.luck@intel.com
2031L: linux-ia64@vger.kernel.org
2032W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002033T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034S: Maintained
2035
2036SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002037P: Jes Sorensen
2038M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039L: linux-altix@sgi.com
2040L: linux-ia64@vger.kernel.org
2041W: http://www.sgi.com/altix
2042S: Maintained
2043
2044IBM MCA SCSI SUBSYSTEM DRIVER
2045P: Michael Lang
2046M: langa2@kph.uni-mainz.de
2047W: http://www.uni-mainz.de/~langm000/linux.html
2048S: Maintained
2049
2050IBM Power Linux RAID adapter
2051P: Brian King
2052M: brking@us.ibm.com
2053S: Supported
2054
2055IBM ServeRAID RAID DRIVER
2056P: Jack Hammer
2057P: Dave Jeffery
2058M: ipslinux@adaptec.com
2059W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002060S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002062IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002064M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002066T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067S: Maintained
2068
2069IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002070P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002071M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002072L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002073S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074
2075IDE/ATAPI FLOPPY DRIVERS
2076P: Paul Bristow
2077M: Paul Bristow <paul@paulbristow.net>
2078W: http://paulbristow.net/linux/idefloppy.html
2079L: linux-kernel@vger.kernel.org
2080S: Maintained
2081
2082IDE/ATAPI TAPE DRIVERS
2083P: Gadi Oxman
2084M: Gadi Oxman <gadio@netvision.net.il>
2085L: linux-kernel@vger.kernel.org
2086S: Maintained
2087
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002088IDE-SCSI DRIVER
2089L: linux-ide@vger.kernel.org
2090L: linux-scsi@vger.kernel.org
2091S: Orphan
2092
Stefan Richterf148e202008-01-12 12:32:44 +01002093IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002095M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002096P: Stefan Richter
2097M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098L: linux1394-devel@lists.sourceforge.net
2099W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002100T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101S: Maintained
2102
Stefan Richterf51a5a92007-04-23 14:41:10 -07002103IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104P: Dan Dennedy
2105M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002106P: Stefan Richter
2107M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002109S: Maintained
2110
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002112L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002113S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114
2115INFINIBAND SUBSYSTEM
2116P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002117M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002119M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002121M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002122L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002124T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Supported
2126
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002127INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002128P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002129M: dmitry.torokhov@gmail.com
2130M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002131L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002132T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Maintained
2134
Robert Lovec9f04f52005-07-15 12:21:07 -04002135INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002136P: John McCutchan
2137M: ttb@tentacle.dhs.org
2138P: Robert Love
2139M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002140L: linux-kernel@vger.kernel.org
2141S: Maintained
2142
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002143INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002144P: Sylvain Meyer
2145M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002146L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002147S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002148
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002150P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002151M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002152L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002153S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155INTEL IA32 MICROCODE UPDATE SUPPORT
2156P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002157M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158S: Maintained
2159
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002160INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002161P: Maciej Sosnowski
2162M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002163L: linux-kernel@vger.kernel.org
2164S: Supported
2165
Dan Williamsb3e5f262007-08-07 10:26:35 -07002166INTEL IOP-ADMA DMA DRIVER
2167P: Dan Williams
2168M: dan.j.williams@intel.com
2169L: linux-kernel@vger.kernel.org
2170S: Supported
2171
Michael Buesch844dd052006-06-26 00:24:59 -07002172INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2173P: Deepak Saxena
2174M: dsaxena@plexity.net
2175S: Maintained
2176
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002177INTEL IXP2000 ETHERNET DRIVER
2178P: Lennert Buytenhek
2179M: kernel@wantstofly.org
2180L: netdev@vger.kernel.org
2181S: Maintained
2182
Auke Kokd94e6fe2008-03-03 14:37:47 -08002183INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002184P: Jeff Kirsher
2185M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002186P: Jesse Brandeburg
2187M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002188P: Bruce Allan
2189M: bruce.w.allan@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002190P: John Ronciak
2191M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002192L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002193W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194S: Supported
2195
James Ketrenos826d2ab2005-11-07 18:56:59 -06002196INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002197P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002198M: yi.zhu@intel.com
2199P: James Ketrenos
2200M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002201P: Reinette Chatre
2202M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002203L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002204L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002205W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002206W: http://ipw2100.sourceforge.net
2207S: Supported
2208
2209INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002210P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002211M: yi.zhu@intel.com
2212P: James Ketrenos
2213M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002214P: Reinette Chatre
2215M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002216L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002217L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002218W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002219W: http://ipw2200.sourceforge.net
2220S: Supported
2221
Zhu Yib481de92007-09-25 17:54:57 -07002222INTEL WIRELESS WIFI LINK (iwlwifi)
2223P: Zhu Yi
2224M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002225P: Reinette Chatre
2226M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002227L: linux-wireless@vger.kernel.org
2228L: ipw3945-devel@lists.sourceforge.net
2229W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002230T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002231S: Supported
2232
Ralf Baechlecb109a02007-08-30 23:56:30 -07002233IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234P: Ralf Baechle
2235M: ralf@linux-mips.org
2236L: linux-mips@linux-mips.org
2237S: Maintained
2238
Ralf Baechlecb109a02007-08-30 23:56:30 -07002239IOC3 SERIAL DRIVER
2240P: Pat Gefre
2241M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002242L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002243S: Maintained
2244
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245IP MASQUERADING:
2246P: Juanjo Ciarlante
2247M: jjciarla@raiz.uncu.edu.ar
2248S: Maintained
2249
Francois Romieu1202d6f2007-09-17 17:13:55 -07002250IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2251P: Francois Romieu
2252M: romieu@fr.zoreil.com
2253P: Sorbica Shieh
2254M: sorbica@icplus.com.tw
2255P: Jesse Huang
2256M: jesse@icplus.com.tw
2257L: netdev@vger.kernel.org
2258S: Maintained
2259
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002260IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002261P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002262M: infinipath@qlogic.com
2263L: general@lists.openfabrics.org
2264T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002265S: Supported
2266
Corey Minyard4409ebe2006-04-20 02:43:12 -07002267IPMI SUBSYSTEM
2268P: Corey Minyard
2269M: minyard@acm.org
2270L: openipmi-developer@lists.sourceforge.net
2271W: http://openipmi.sourceforge.net/
2272S: Supported
2273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274IPX NETWORK LAYER
2275P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002276M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002277L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278S: Maintained
2279
David Sterba099dc4f2008-02-07 10:57:12 +01002280IPWIRELES DRIVER
2281P: Jiri Kosina
2282M: jkosina@suse.cz
2283P: David Sterba
2284M: dsterba@suse.cz
2285S: Maintained
2286T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2287
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002289P: Samuel Ortiz
2290M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002291L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002293S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294
Mike Christie14816b1e2007-11-28 16:22:06 -08002295ISCSI
2296P: Mike Christie
2297M: michaelc@cs.wisc.edu
2298L: open-iscsi@googlegroups.com
2299W: www.open-iscsi.org
2300T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2301S: Maintained
2302
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303ISAPNP
2304P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002305M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306S: Maintained
2307
2308ISDN SUBSYSTEM
2309P: Karsten Keil
2310M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002311L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002313T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314S: Maintained
2315
2316ISDN SUBSYSTEM (Eicon active card driver)
2317P: Armin Schindler
2318M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002319L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320W: http://www.melware.de
2321S: Maintained
2322
Hans Verkuil91821ff2007-12-02 09:35:33 -03002323IVTV VIDEO4LINUX DRIVER
2324P: Hans Verkuil
2325M: hverkuil@xs4all.nl
2326L: ivtv-devel@ivtvdriver.org
2327L: ivtv-users@ivtvdriver.org
2328L: video4linux-list@redhat.com
2329W: http://www.ivtvdriver.org
2330S: Maintained
2331
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2333P: David Woodhouse
2334M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002335L: linux-mtd@lists.infradead.org
2336W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337S: Maintained
2338
2339JFS FILESYSTEM
2340P: Dave Kleikamp
2341M: shaggy@austin.ibm.com
2342L: jfs-discussion@lists.sourceforge.net
2343W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002344T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Supported
2346
Josh Triplettde456d32006-07-30 03:04:00 -07002347JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002348P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002349M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002350L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002351S: Maintained
2352
Rudolf Marek4660cb32006-10-08 22:01:26 +02002353K8TEMP HARDWARE MONITORING DRIVER
2354P: Rudolf Marek
2355M: r.marek@assembler.cz
2356L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Maintained
2358
2359KCONFIG
2360P: Roman Zippel
2361M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002362L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363S: Maintained
2364
Vivek Goyalea6c2082006-05-20 14:59:55 -07002365KDUMP
2366P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002367M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002368P: Haren Myneni
2369M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002370L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002371L: linux-kernel@vger.kernel.org
2372W: http://lse.sourceforge.net/kdump/
2373S: Maintained
2374
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375KERNEL AUTOMOUNTER (AUTOFS)
2376P: H. Peter Anvin
2377M: hpa@zytor.com
2378L: autofs@linux.kernel.org
2379S: Odd Fixes
2380
2381KERNEL AUTOMOUNTER v4 (AUTOFS4)
2382P: Ian Kent
2383M: raven@themaw.net
2384L: autofs@linux.kernel.org
2385S: Maintained
2386
2387KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388P: Sam Ravnborg
2389M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002390T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2391T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002392L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002393S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394
2395KERNEL JANITORS
2396P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002397L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399S: Maintained
2400
2401KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002402P: J. Bruce Fields
2403M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002405M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002406L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002408S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409
Avi Kivity426d62e2006-12-13 00:34:03 -08002410KERNEL VIRTUAL MACHINE (KVM)
2411P: Avi Kivity
2412M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002413L: kvm@vger.kernel.org
2414W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002415S: Supported
2416
Hollis Blanchard513014b2008-04-16 23:28:08 -05002417KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2418P: Hollis Blanchard
2419M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002420L: kvm-ppc@vger.kernel.org
2421W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002422S: Supported
2423
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002424KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002425P: Anthony Xu
2426M: anthony.xu@intel.com
2427P: Xiantao Zhang
2428M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002429L: kvm-ia64@vger.kernel.org
2430W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002431S: Supported
2432
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002433KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2434P: Carsten Otte
2435M: cotte@de.ibm.com
2436P: Christian Borntraeger
2437M: borntraeger@de.ibm.com
2438M: linux390@de.ibm.com
2439L: linux-s390@vger.kernel.org
2440W: http://www.ibm.com/developerworks/linux/linux390/
2441S: Supported
2442
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002443KEXEC
2444P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002445M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002446W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002447L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002448L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002449S: Maintained
2450
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002451KGDB
2452P: Jason Wessel
2453M: jason.wessel@windriver.com
2454L: kgdb-bugreport@lists.sourceforge.net
2455S: Maintained
2456
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002457KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002458P: Ananth N Mavinakayanahalli
2459M: ananth@in.ibm.com
2460P: Anil S Keshavamurthy
2461M: anil.s.keshavamurthy@intel.com
2462P: David S. Miller
2463M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002464P: Masami Hiramatsu
2465M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002466L: linux-kernel@vger.kernel.org
2467S: Maintained
2468
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002469KS0108 LCD CONTROLLER DRIVER
2470P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002471M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002472L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002473W: http://miguelojeda.es/auxdisplay.htm
2474W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002475S: Maintained
2476
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002479S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480
2481LASI 53c700 driver for PARISC
2482P: James E.J. Bottomley
2483M: James.Bottomley@HansenPartnership.com
2484L: linux-scsi@vger.kernel.org
2485S: Maintained
2486
Richard Purdie263de9b2006-05-15 09:44:16 -07002487LED SUBSYSTEM
2488P: Richard Purdie
2489M: rpurdie@rpsys.net
2490S: Maintained
2491
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492LEGO USB Tower driver
2493P: Juergen Stuber
2494M: starblue@users.sourceforge.net
2495L: legousb-devel@lists.sourceforge.net
2496W: http://legousb.sourceforge.net/
2497S: Maintained
2498
Rusty Russell568a17f2007-10-25 14:12:24 +10002499LGUEST
2500P: Rusty Russell
2501M: rusty@rustcorp.com.au
2502L: lguest@ozlabs.org
2503W: http://lguest.ozlabs.org/
2504S: Maintained
2505
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506LINUX FOR IBM pSERIES (RS/6000)
2507P: Paul Mackerras
2508M: paulus@au.ibm.com
2509W: http://www.ibm.com/linux/ltc/projects/ppc
2510S: Supported
2511
2512LINUX FOR NCR VOYAGER
2513P: James Bottomley
2514M: James.Bottomley@HansenPartnership.com
2515W: http://www.hansenpartnership.com/voyager
2516S: Maintained
2517
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002518LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519P: Paul Mackerras
2520M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002521P: Benjamin Herrenschmidt
2522M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523W: http://www.penguinppc.org/
2524L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002525T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526S: Supported
2527
2528LINUX FOR POWER MACINTOSH
2529P: Benjamin Herrenschmidt
2530M: benh@kernel.crashing.org
2531W: http://www.penguinppc.org/
2532L: linuxppc-dev@ozlabs.org
2533S: Maintained
2534
Grant Likely77a76362008-07-12 12:11:43 -06002535LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536P: Sylvain Munaut
2537M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002538P: Grant Likely
2539M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541S: Maintained
2542
2543LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002544P: Josh Boyer
2545M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546P: Matt Porter
2547M: mporter@kernel.crashing.org
2548W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002549L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002550T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551S: Maintained
2552
Grant Likely260c02a2007-10-02 12:15:34 +10002553LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2554P: Grant Likely
2555M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002556W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002557L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Maintained
2559
Tom Rinie93adf12005-07-26 12:49:53 -07002560LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002561P: Vitaly Bordug
2562M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002563P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002564M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002565W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002566L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002567S: Maintained
2568
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002570P: Kumar Gala
2571M: galak@kernel.crashing.org
2572W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002573L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002574S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575
Olof Johanssonab06ff32006-09-06 14:44:54 -05002576LINUX FOR POWERPC PA SEMI PWRFICIENT
2577P: Olof Johansson
2578M: olof@lixom.net
2579W: http://www.pasemi.com/
2580L: linuxppc-dev@ozlabs.org
2581S: Supported
2582
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583LLC (802.2)
2584P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002585M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586S: Maintained
2587
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588LINUX SECURITY MODULE (LSM) FRAMEWORK
2589P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002590M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002591L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002592T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593S: Supported
2594
2595LM83 HARDWARE MONITOR DRIVER
2596P: Jean Delvare
2597M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002598L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
2601LM90 HARDWARE MONITOR DRIVER
2602P: Jean Delvare
2603M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002604L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002607LOCKDEP AND LOCKSTAT
2608P: Peter Zijlstra
2609M: peterz@infradead.org
2610P: Ingo Molnar
2611M: mingo@redhat.com
2612L: linux-kernel@vger.kernel.org
2613T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2614S: Maintained
2615
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002616LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617P: Richard Russon (FlatCap)
2618M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002619L: linux-ntfs-dev@lists.sourceforge.net
2620W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Maintained
2622
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002623LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2624P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002625M: Eric.Moore@lsi.com
2626M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002627L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002628L: linux-scsi@vger.kernel.org
2629W: http://www.lsilogic.com/support
2630S: Supported
2631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2633P: Matthew Wilcox
2634M: matthew@wil.cx
2635L: linux-scsi@vger.kernel.org
2636S: Maintained
2637
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002638M32R ARCHITECTURE
2639P: Hirokazu Takata
2640M: takata@linux-m32r.org
2641L: linux-m32r@ml.linux-m32r.org
2642L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2643W: http://www.linux-m32r.org/
2644S: Maintained
2645
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646M68K ARCHITECTURE
2647P: Geert Uytterhoeven
2648M: geert@linux-m68k.org
2649P: Roman Zippel
2650M: zippel@linux-m68k.org
2651L: linux-m68k@lists.linux-m68k.org
2652W: http://www.linux-m68k.org/
2653W: http://linux-m68k-cvs.ubb.ca/
2654S: Maintained
2655
2656M68K ON APPLE MACINTOSH
2657P: Joshua Thompson
2658M: funaho@jurai.org
2659W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002660L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661S: Maintained
2662
2663M68K ON HP9000/300
2664P: Philip Blundell
2665M: philb@gnu.org
2666W: http://www.tazenda.demon.co.uk/phil/linux-hp
2667S: Maintained
2668
Jiri Benc64a327a2007-05-05 11:47:08 -07002669MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002670P: Johannes Berg
2671M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002672P: Michael Wu
2673M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002674L: linux-wireless@vger.kernel.org
2675W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002676T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002677S: Maintained
2678
Stefano Brivio1036d862007-12-23 04:46:27 +01002679MAC80211 PID RATE CONTROL
2680P: Stefano Brivio
2681M: stefano.brivio@polimi.it
2682P: Mattias Nissler
2683M: mattias.nissler@gmx.de
2684L: linux-wireless@vger.kernel.org
2685W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2686T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2687S: Maintained
2688
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002689MACVLAN DRIVER
2690P: Patrick McHardy
2691M: kaber@trash.net
2692L: netdev@vger.kernel.org
2693S: Maintained
2694
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695MARVELL YUKON / SYSKONNECT DRIVER
2696P: Mirko Lindner
2697M: mlindner@syskonnect.de
2698P: Ralph Roesler
2699M: rroesler@syskonnect.de
2700W: http://www.syskonnect.com
2701S: Supported
2702
Michael Kerriskfaf16682005-07-31 22:34:47 -07002703MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002704P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002705M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002706W: http://www.kernel.org/doc/man-pages
2707S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002708
Stefano Brivio74cda162007-11-19 20:27:46 +01002709MARVELL LIBERTAS WIRELESS DRIVER
2710P: Dan Williams
2711M: dcbw@redhat.com
2712L: libertas-dev@lists.infradead.org
2713S: Maintained
2714
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002715MARVELL MV643XX ETHERNET DRIVER
2716P: Dale Farnsworth
2717M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002719M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002720L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002721S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722
2723MATROX FRAMEBUFFER DRIVER
2724P: Petr Vandrovec
2725M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002726L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727S: Maintained
2728
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002729MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2730P: Hans J. Koch
2731M: hjk@linutronix.de
2732L: lm-sensors@lm-sensors.org
2733S: Maintained
2734
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002735MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002736P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002737M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002738S: linux-scsi@vger.kernel.org
2739W: http://megaraid.lsilogic.com
2740S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002741
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002742MEMORY MANAGEMENT
2743L: linux-mm@kvack.org
2744L: linux-kernel@vger.kernel.org
2745W: http://www.linux-mm.org
2746S: Maintained
2747
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002748MEMORY RESOURCE CONTROLLER
2749P: Balbir Singh
2750M: balbir@linux.vnet.ibm.com
2751P: Pavel Emelyanov
2752M: xemul@openvz.org
2753P: KAMEZAWA Hiroyuki
2754M: kamezawa.hiroyu@jp.fujitsu.com
2755L: linux-mm@kvack.org
2756L: linux-kernel@vger.kernel.org
2757S: Maintained
2758
David Howellsb920de12008-02-08 04:19:31 -08002759MEI MN10300/AM33 PORT
2760P: David Howells
2761M: dhowells@redhat.com
2762P: Koichi Yasutake
2763M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002764L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002765W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2766S: Maintained
2767
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002768MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769P: David Woodhouse
2770M: dwmw2@infradead.org
2771W: http://www.linux-mtd.infradead.org/
2772L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002773T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Maintained
2775
Artem Bityutskiy48576402007-02-13 17:11:10 +02002776UNSORTED BLOCK IMAGES (UBI)
2777P: Artem Bityutskiy
2778M: dedekind@infradead.org
2779W: http://www.linux-mtd.infradead.org/
2780L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002781T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002782S: Maintained
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784MICROTEK X6 SCANNER
2785P: Oliver Neukum
2786M: oliver@neukum.name
2787S: Maintained
2788
2789MIPS
2790P: Ralf Baechle
2791M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002792W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002794T: git www.linux-mips.org:/pub/scm/linux.git
2795S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796
2797MISCELLANEOUS MCA-SUPPORT
2798P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002799M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800L: linux-kernel@vger.kernel.org
2801S: Maintained
2802
2803MODULE SUPPORT
2804P: Rusty Russell
2805M: rusty@rustcorp.com.au
2806L: linux-kernel@vger.kernel.org
2807S: Maintained
2808
2809MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2810P: Stelian Pop
2811M: stelian@popies.net
2812W: http://popies.net/meye/
2813S: Maintained
2814
Pavel Pisac58ff042007-05-16 01:10:41 +02002815MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2816P: Pavel Pisa
2817M: ppisa@pikron.com
2818L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002819S: Maintained
2820
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821MOUSE AND MISC DEVICES [GENERAL]
2822P: Alessandro Rubini
2823M: rubini@ipvvis.unipv.it
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
Jiri Slabyb9705b62008-04-30 00:53:48 -07002827MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002828P: Jiri Slaby
2829M: jirislaby@gmail.com
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002833MSI LAPTOP SUPPORT
2834P: Lennart Poettering
2835M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002836W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002837W: http://0pointer.de/lennart/tchibo.html
2838S: Maintained
2839
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002840MULTIFUNCTION DEVICES (MFD)
2841P: Samuel Ortiz
2842M: sameo@openedhand.com
2843L: linux-kernel@vger.kernel.org
2844S: Supported
2845
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002846MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002847P: Pierre Ossman
2848M: drzeus-mmc@drzeus.cx
2849L: linux-kernel@vger.kernel.org
2850S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002851
David Brownell15a05802007-08-08 09:12:54 -07002852MULTIMEDIA CARD (MMC) ETC. OVER SPI
2853P: David Brownell
2854M: dbrownell@users.sourceforge.net
2855L: linux-kernel@vger.kernel.org
2856S: Odd fixes
2857
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858MULTISOUND SOUND DRIVER
2859P: Andrew Veliath
2860M: andrewtv@usa.net
2861S: Maintained
2862
Jiri Slabyd7354102006-12-08 02:38:35 -08002863MULTITECH MULTIPORT CARD (ISICOM)
2864P: Jiri Slaby
2865M: jirislaby@gmail.com
2866L: linux-kernel@vger.kernel.org
2867S: Maintained
2868
Brice Goglin2d3cf582008-05-17 12:45:36 +02002869MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2870P: Andrew Gallatin
2871M: gallatin@myri.com
2872P: Brice Goglin
2873M: brice@myri.com
2874L: netdev@vger.kernel.org
2875W: http://www.myri.com/scs/download-Myri10GE.html
2876S: Supported
2877
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878NATSEMI ETHERNET DRIVER (DP8381x)
2879P: Tim Hockin
2880M: thockin@hockin.org
2881S: Maintained
2882
2883NCP FILESYSTEM
2884P: Petr Vandrovec
2885M: vandrove@vc.cvut.cz
2886L: linware@sh.cvut.cz
2887S: Maintained
2888
2889NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2890P: James E.J. Bottomley
2891M: James.Bottomley@HansenPartnership.com
2892L: linux-scsi@vger.kernel.org
2893S: Maintained
2894
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002895NETEFFECT IWARP RNIC DRIVER (IW_NES)
2896P: Faisal Latif
2897M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002898P: Chien Tung
2899M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002900P: Glenn Streiff
2901M: gstreiff@neteffect.com
2902L: general@lists.openfabrics.org
2903W: http://www.neteffect.com
2904S: Supported
2905F: drivers/infiniband/hw/nes/
2906
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002907NETEM NETWORK EMULATOR
2908P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002909M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002910L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002911S: Maintained
2912
Jiri Slaby4a584482007-08-30 23:56:39 -07002913NETERION (S2IO) Xframe 10GbE DRIVER
2914P: Ramkrishna Vepa
2915M: ram.vepa@neterion.com
2916P: Rastapur Santosh
2917M: santosh.rastapur@neterion.com
2918P: Sivakumar Subramani
2919M: sivakumar.subramani@neterion.com
2920P: Sreenivasa Honnur
2921M: sreenivasa.honnur@neterion.com
2922L: netdev@vger.kernel.org
2923W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2924S: Supported
2925
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926NETFILTER/IPTABLES/IPCHAINS
2927P: Rusty Russell
2928P: Marc Boucher
2929P: James Morris
2930P: Harald Welte
2931P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002932P: Patrick McHardy
2933M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002934L: netfilter-devel@vger.kernel.org
2935L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002936L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937W: http://www.netfilter.org/
2938W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939S: Supported
2940
Paul Moore4cc67732006-09-25 15:57:13 -07002941NETLABEL
2942P: Paul Moore
2943M: paul.moore@hp.com
2944W: http://netlabel.sf.net
2945L: netdev@vger.kernel.org
2946S: Supported
2947
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948NETROM NETWORK LAYER
2949P: Ralf Baechle
2950M: ralf@linux-mips.org
2951L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002952W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953S: Maintained
2954
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002955NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956P: Paul Clements
2957M: Paul.Clements@steeleye.com
2958S: Maintained
2959
2960NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961P: Jeff Garzik
2962M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002963L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002964T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965S: Maintained
2966
2967NETWORKING [GENERAL]
2968P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002969M: netdev@vger.kernel.org
2970L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002971W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972S: Maintained
2973
2974NETWORKING [IPv4/IPv6]
2975P: David S. Miller
2976M: davem@davemloft.net
2977P: Alexey Kuznetsov
2978M: kuznet@ms2.inr.ac.ru
2979P: Pekka Savola (ipv6)
2980M: pekkas@netcore.fi
2981P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002982M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983P: Hideaki YOSHIFUJI
2984M: yoshfuji@linux-ipv6.org
2985P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002986M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002987L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002988T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989S: Maintained
2990
James Morris10e2ff12007-08-25 14:41:28 -07002991NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2992P: Paul Moore
2993M: paul.moore@hp.com
2994L: netdev@vger.kernel.org
2995S: Maintained
2996
John W. Linville29f8f632006-01-18 14:52:48 -08002997NETWORKING [WIRELESS]
2998P: John W. Linville
2999M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003000L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003001T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3002S: Maintained
3003
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003004NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003005P: Dhananjay Phadke
3006M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003007L: netdev@vger.kernel.org
3008W: http://www.netxen.com
3009S: Supported
3010
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011IPVS
3012P: Wensong Zhang
3013M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003014P: Simon Horman
3015M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016P: Julian Anastasov
3017M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003018L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019S: Maintained
3020
3021NFS CLIENT
3022P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003023M: Trond.Myklebust@netapp.com
3024L: linux-nfs@vger.kernel.org
3025W: http://client.linux-nfs.org
3026T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027S: Maintained
3028
3029NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003030P: Jan-Pascal van Best
3031M: janpascal@vanbest.org
3032P: Andreas Mohr
3033M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003034L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035S: Maintained
3036
3037NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3038P: YOKOTA Hiroshi
3039M: yokota@netlab.is.tsukuba.ac.jp
3040W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3041S: Maintained
3042
3043NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3044P: GOTO Masanori
3045M: gotom@debian.or.jp
3046P: YOKOTA Hiroshi
3047M: yokota@netlab.is.tsukuba.ac.jp
3048W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3049S: Maintained
3050
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051NTFS FILESYSTEM
3052P: Anton Altaparmakov
3053M: aia21@cantab.net
3054L: linux-ntfs-dev@lists.sourceforge.net
3055L: linux-kernel@vger.kernel.org
3056W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003057T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058S: Maintained
3059
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003060NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003061P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003062M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003063L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003064S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003066OPENCORES I2C BUS DRIVER
3067P: Peter Korsgaard
3068M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003069L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003070S: Maintained
3071
Mark Fashehccd979b2005-12-15 14:31:24 -08003072ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3073P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003074M: mfasheh@suse.com
3075P: Joel Becker
3076M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003077L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003078W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003079T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003080S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003081
Harald Weltec1986ee2005-11-13 16:06:29 -08003082OMNIKEY CARDMAN 4000 DRIVER
3083P: Harald Welte
3084M: laforge@gnumonks.org
3085S: Maintained
3086
Harald Welte77c44ab2005-11-13 16:06:26 -08003087OMNIKEY CARDMAN 4040 DRIVER
3088P: Harald Welte
3089M: laforge@gnumonks.org
3090S: Maintained
3091
Jonathan Corbet77d51402007-03-22 19:44:17 -03003092OMNIVISION OV7670 SENSOR DRIVER
3093P: Jonathan Corbet
3094M: corbet@lwn.net
3095L: video4linux-list@redhat.com
3096S: Maintained
3097
Thomas Gleixner431bca72007-05-02 09:31:35 +02003098ONENAND FLASH DRIVER
3099P: Kyungmin Park
3100M: kyungmin.park@samsung.com
3101L: linux-mtd@lists.infradead.org
3102S: Maintained
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104ONSTREAM SCSI TAPE DRIVER
3105P: Willem Riede
3106M: osst@riede.org
3107L: osst-users@lists.sourceforge.net
3108L: linux-scsi@vger.kernel.org
3109S: Maintained
3110
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003112P: Robert Richter
3113M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114L: oprofile-list@lists.sf.net
3115S: Maintained
3116
3117ORINOCO DRIVER
3118P: Pavel Roskin
3119M: proski@gnu.org
3120P: David Gibson
3121M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003122L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003123L: orinoco-users@lists.sourceforge.net
3124L: orinoco-devel@lists.sourceforge.net
3125W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126S: Maintained
3127
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003128PA SEMI ETHERNET DRIVER
3129P: Olof Johansson
3130M: olof@lixom.net
3131L: netdev@vger.kernel.org
3132S: Maintained
3133
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003134PA SEMI SMBUS DRIVER
3135P: Olof Johansson
3136M: olof@lixom.net
3137L: i2c@lm-sensors.org
3138S: Maintained
3139
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003141L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003142S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143
3144PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3145P: Tim Waugh
3146M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003147L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148W: http://www.torque.net/linux-pp.html
3149S: Maintained
3150
3151PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003152P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003153M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154P: Matthew Wilcox
3155M: matthew@wil.cx
3156P: Grant Grundler
3157M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003158L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003160T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161S: Maintained
3162
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003163PARAVIRT_OPS INTERFACE
3164P: Jeremy Fitzhardinge
3165M: jeremy@xensource.com
3166P: Chris Wright
3167M: chrisw@sous-sol.org
3168P: Zachary Amsden
3169M: zach@vmware.com
3170P: Rusty Russell
3171M: rusty@rustcorp.com.au
3172L: virtualization@lists.osdl.org
3173L: linux-kernel@vger.kernel.org
3174S: Supported
3175
Jim Cromie1662d322006-10-06 00:43:59 -07003176PC87360 HARDWARE MONITORING DRIVER
3177P: Jim Cromie
3178M: jim.cromie@gmail.com
3179L: lm-sensors@lm-sensors.org
3180S: Maintained
3181
3182PC8736x GPIO DRIVER
3183P: Jim Cromie
3184M: jim.cromie@gmail.com
3185S: Maintained
3186
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003187PCI ERROR RECOVERY
3188P: Linas Vepstas
3189M: linas@austin.ibm.com
3190L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003191L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003192S: Supported
3193
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003195P: Jesse Barnes
3196M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003198L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003199T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200S: Supported
3201
3202PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003203P: Kristen Carlson Accardi
3204M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Supported
3206
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003207PCIE HOTPLUG DRIVER
3208P: Kristen Carlson Accardi
3209M: kristen.c.accardi@intel.com
3210L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003211S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003212
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003214P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003215L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003216W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003217T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003218S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219
3220PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003221P: Don Fry
3222M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003223L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224S: Maintained
3225
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003226PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003227P: Balbir Singh
3228M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003229L: linux-kernel@vger.kernel.org
3230S: Maintained
3231
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003232PERSONALITY HANDLING
3233P: Christoph Hellwig
3234M: hch@infradead.org
3235L: linux-abi-devel@lists.sourceforge.net
3236S: Maintained
3237
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003239P: Joern Engel
3240M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241L: linux-mtd@lists.infradead.org
3242S: Maintained
3243
Peter Osterlund249a6772005-09-27 21:45:30 -07003244PKTCDVD DRIVER
3245P: Peter Osterlund
3246M: petero2@telia.com
3247L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003248S: Maintained
3249
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003251P: Thomas Gleixner
3252M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003253L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254S: Supported
3255
Anton Vorontsov3be86142007-07-15 04:43:36 +04003256POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3257P: Anton Vorontsov
3258M: cbou@mail.ru
3259P: David Woodhouse
3260M: dwmw2@infradead.org
3261L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003262T: git git.infradead.org/battery-2.6.git
3263S: Maintained
3264
Eugene Surovegin24682972005-10-14 03:00:53 -07003265POWERPC 4xx EMAC DRIVER
3266P: Eugene Surovegin
3267M: ebs@ebshome.net
3268W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003269L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003270L: netdev@vger.kernel.org
3271S: Maintained
3272
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273PNP SUPPORT
3274P: Adam Belay
3275M: ambx1@neo.rr.com
3276S: Maintained
3277
Vitaly Wool999445d2007-01-04 13:07:03 +01003278PNXxxxx I2C DRIVER
3279P: Vitaly Wool
3280M: vitalywool@gmail.com
3281L: i2c@lm-sensors.org
3282S: Maintained
3283
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284PPP PROTOCOL DRIVERS AND COMPRESSORS
3285P: Paul Mackerras
3286M: paulus@samba.org
3287L: linux-ppp@vger.kernel.org
3288S: Maintained
3289
3290PPP OVER ATM (RFC 2364)
3291P: Mitchell Blank Jr
3292M: mitch@sfgoth.com
3293S: Maintained
3294
3295PPP OVER ETHERNET
3296P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003297M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298S: Maintained
3299
James Chapmana6d23702007-06-27 15:53:17 -07003300PPP OVER L2TP
3301P: James Chapman
3302M: jchapman@katalix.com
3303S: Maintained
3304
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305PREEMPTIBLE KERNEL
3306P: Robert Love
3307M: rml@tech9.net
3308L: linux-kernel@vger.kernel.org
3309L: kpreempt-tech@lists.sourceforge.net
3310W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3311S: Supported
3312
Michael Wueff1a592007-09-25 18:11:01 -07003313P54 WIRELESS DRIVER
3314P: Michael Wu
3315M: flamingice@sourmilk.net
3316L: linux-wireless@vger.kernel.org
3317W: http://prism54.org
3318T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3319S: Maintained
3320
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003322P: Luis R. Rodriguez
3323M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003324L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325W: http://prism54.org
3326S: Maintained
3327
3328PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3329P: Peter Denison
3330M: promise@pnd-pc.demon.co.uk
3331W: http://www.pnd-pc.demon.co.uk/promise/
3332S: Maintained
3333
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003334PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3335P: Mikael Pettersson
3336M: mikpe@it.uu.se
3337L: linux-ide@vger.kernel.org
3338S: Maintained
3339
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003340PS3 NETWORK SUPPORT
3341P: Masakazu Mokuno
3342M: mokuno@sm.sony.co.jp
3343L: netdev@vger.kernel.org
3344L: cbe-oss-dev@ozlabs.org
3345S: Supported
3346
Geoff Levandf58a9d12006-11-23 00:46:51 +01003347PS3 PLATFORM SUPPORT
3348P: Geoff Levand
3349M: geoffrey.levand@am.sony.com
3350L: linuxppc-dev@ozlabs.org
3351L: cbe-oss-dev@ozlabs.org
3352S: Supported
3353
Michael Krufky83202042006-07-03 00:24:18 -07003354PVRUSB2 VIDEO4LINUX DRIVER
3355P: Mike Isely
3356M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003357L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003358L: video4linux-list@redhat.com
3359W: http://www.isely.net/pvrusb2/
3360S: Maintained
3361
Eric Miao30ec2612008-06-12 15:21:41 -07003362PXA2xx/PXA3xx SUPPORT
3363P: Eric Miao
3364M: eric.miao@marvell.com
3365P: Russell King
3366M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003367L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368S: Maintained
3369
Pierre Ossman272f1332007-05-14 21:25:26 +02003370PXA MMCI DRIVER
3371S: Orphan
3372
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373QLOGIC QLA2XXX FC-SCSI DRIVER
3374P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003375M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376L: linux-scsi@vger.kernel.org
3377S: Supported
3378
Ron Mercer5a4faa872006-07-25 00:40:21 -07003379QLOGIC QLA3XXX NETWORK DRIVER
3380P: Ron Mercer
3381M: linux-driver@qlogic.com
3382L: netdev@vger.kernel.org
3383S: Supported
3384
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385QNX4 FILESYSTEM
3386P: Anders Larsen
3387M: al@alarsen.net
3388L: linux-kernel@vger.kernel.org
3389W: http://www.alarsen.net/linux/qnx4fs/
3390S: Maintained
3391
3392RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003393P: Benjamin Herrenschmidt
3394M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003395L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396S: Maintained
3397
3398RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003399P: Paul Mackerras
3400M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003401L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402S: Maintained
3403
3404RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3405P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003406M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003407L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408S: Maintained
3409
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003410RALINK RT2X00 WLAN DRIVER
3411P: rt2x00 project
3412L: linux-wireless@vger.kernel.org
3413L: rt2400-devel@lists.sourceforge.net
3414W: http://rt2x00.serialmonkey.com/
3415S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003416T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003417F: drivers/net/wireless/rt2x00/
3418
Nick Piggin9db55792008-02-08 04:19:49 -08003419RAMDISK RAM BLOCK DEVICE DRIVER
3420P: Nick Piggin
3421M: npiggin@suse.de
3422S: Maintained
3423
Matt Mackall9e95ce22005-04-16 15:25:56 -07003424RANDOM NUMBER DRIVER
3425P: Matt Mackall
3426M: mpm@selenic.com
3427S: Maintained
3428
Matt Porter394b7012005-11-07 01:00:15 -08003429RAPIDIO SUBSYSTEM
3430P: Matt Porter
3431M: mporter@kernel.crashing.org
3432L: linux-kernel@vger.kernel.org
3433S: Maintained
3434
Florian Fainellic1f766b2008-02-06 22:39:44 +01003435RDC R-321X SoC
3436P: Florian Fainelli
3437M: florian.fainelli@telecomint.eu
3438L: linux-kernel@vger.kernel.org
3439S: Maintained
3440
Florian Fainellidb17f392007-12-19 11:30:30 +01003441RDC R6040 FAST ETHERNET DRIVER
3442P: Florian Fainelli
3443M: florian.fainelli@telecomint.eu
3444L: netdev@vger.kernel.org
3445S: Maintained
3446
Josh Triplett595182b2006-10-04 02:17:21 -07003447READ-COPY UPDATE (RCU)
3448P: Dipankar Sarma
3449M: dipankar@in.ibm.com
3450W: http://www.rdrop.com/users/paulmck/rclock/
3451L: linux-kernel@vger.kernel.org
3452S: Supported
3453
3454RCUTORTURE MODULE
3455P: Josh Triplett
3456M: josh@freedesktop.org
3457L: linux-kernel@vger.kernel.org
3458S: Maintained
3459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460REAL TIME CLOCK DRIVER
3461P: Paul Gortmaker
3462M: p_gortmaker@yahoo.com
3463L: linux-kernel@vger.kernel.org
3464S: Maintained
3465
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003466REAL TIME CLOCK (RTC) SUBSYSTEM
3467P: Alessandro Zummo
3468M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003469L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003470S: Maintained
3471
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003473L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474S: Supported
3475
Ivo van Doorne08976452008-04-12 19:23:55 +02003476RFKILL
3477P: Ivo van Doorn
3478M: IvDoorn@gmail.com
3479L: netdev@vger.kernel.org
3480S: Maintained
3481F: net/rfkill
3482
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483ROCKETPORT DRIVER
3484P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485W: http://www.comtrol.com
3486S: Maintained
3487
3488ROSE NETWORK LAYER
3489P: Ralf Baechle
3490M: ralf@linux-mips.org
3491L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003492W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493S: Maintained
3494
3495RISCOM8 DRIVER
3496S: Orphan
3497
Michael Wu605bebe2007-05-14 01:41:02 -04003498RTL818X WIRELESS DRIVER
3499P: Michael Wu
3500M: flamingice@sourmilk.net
3501P: Andrea Merello
3502M: andreamrl@tiscali.it
3503L: linux-wireless@vger.kernel.org
3504W: http://linuxwireless.org/
3505T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3506S: Maintained
3507
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003508S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003509P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003510M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003511L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003512S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003513
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514S390
3515P: Martin Schwidefsky
3516M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003517P: Heiko Carstens
3518M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003520L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003521W: http://www.ibm.com/developerworks/linux/linux390/
3522S: Supported
3523
3524S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003525P: Ursula Braun
3526M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003527P: Frank Blaschka
3528M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003529M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003530L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003531W: http://www.ibm.com/developerworks/linux/linux390/
3532S: Supported
3533
3534S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003535P: Christof Schmitt
3536M: christof.schmitt@de.ibm.com
3537P: Martin Peschke
3538M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003539M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003540L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003541W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542S: Supported
3543
Ursula Braundd96df22007-09-19 13:09:02 +02003544S390 IUCV NETWORK LAYER
3545P: Ursula Braun
3546M: ubraun@linux.vnet.ibm.com
3547M: linux390@de.ibm.com
3548L: linux-s390@vger.kernel.org
3549W: http://www.ibm.com/developerworks/linux/linux390/
3550S: Supported
3551
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552SAA7146 VIDEO4LINUX-2 DRIVER
3553P: Michael Hunold
3554M: michael@mihu.de
3555W: http://www.mihu.de/linux/saa7146
3556S: Maintained
3557
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558SC1200 WDT DRIVER
3559P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003560M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561S: Maintained
3562
3563SCHEDULER
3564P: Ingo Molnar
3565M: mingo@elte.hu
3566P: Robert Love [the preemptible kernel bits]
3567M: rml@tech9.net
3568L: linux-kernel@vger.kernel.org
3569S: Maintained
3570
3571SCSI CDROM DRIVER
3572P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003573M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574L: linux-scsi@vger.kernel.org
3575W: http://www.kernel.dk
3576S: Maintained
3577
3578SCSI SG DRIVER
3579P: Doug Gilbert
3580M: dgilbert@interlog.com
3581L: linux-scsi@vger.kernel.org
3582W: http://www.torque.net/sg
3583S: Maintained
3584
3585SCSI SUBSYSTEM
3586P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003587M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003589T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003590T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3591T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
3594SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003595P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596M: Kai.Makisara@kolumbus.fi
3597L: linux-scsi@vger.kernel.org
3598S: Maintained
3599
3600SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003601P: Vlad Yasevich
3602M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003603P: Sridhar Samudrala
3604M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003605L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003606W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003607S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608
3609SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003610P: Jim Cromie
3611M: jim.cromie@gmail.com
3612S: Odd Fixes
3613
3614SCx200 GPIO DRIVER
3615P: Jim Cromie
3616M: jim.cromie@gmail.com
3617S: Maintained
3618
3619SCx200 HRT CLOCKSOURCE DRIVER
3620P: Jim Cromie
3621M: jim.cromie@gmail.com
3622S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623
3624SECURITY CONTACT
3625P: Security Officers
3626M: security@kernel.org
3627S: Supported
3628
3629SELINUX SECURITY MODULE
3630P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003631M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003633M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003634P: Eric Paris
3635M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003637L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638W: http://www.nsa.gov/selinux
3639S: Supported
3640
Jiri Slabycef2cf02007-05-08 00:31:45 -07003641SENSABLE PHANTOM
3642P: Jiri Slaby
3643M: jirislaby@gmail.com
3644S: Maintained
3645
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646SERIAL ATA (SATA) SUBSYSTEM:
3647P: Jeff Garzik
3648M: jgarzik@pobox.com
3649L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003650T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651S: Supported
3652
3653SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3654P: Pat Gefre
3655M: pfg@sgi.com
3656L: linux-ia64@vger.kernel.org
3657S: Supported
3658
Ben Hutchings8ceee662008-04-27 12:55:59 +01003659SFC NETWORK DRIVER
3660P: Steve Hodgson
3661P: Ben Hutchings
3662P: Robert Stonehouse
3663M: linux-net-drivers@solarflare.com
3664S: Supported
3665
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666SGI VISUAL WORKSTATION 320 AND 540
3667P: Andrey Panin
3668M: pazke@donpac.ru
3669L: linux-visws-devel@lists.sf.net
3670W: http://linux-visws.sf.net
3671S: Maintained for 2.6.
3672
3673SIMTEC EB110ATX (Chalice CATS)
3674P: Ben Dooks
3675P: Vincent Sanders
3676M: support@simtec.co.uk
3677W: http://www.simtec.co.uk/products/EB110ATX/
3678S: Supported
3679
3680SIMTEC EB2410ITX (BAST)
3681P: Ben Dooks
3682P: Vincent Sanders
3683M: support@simtec.co.uk
3684W: http://www.simtec.co.uk/products/EB2410ITX/
3685S: Supported
3686
Francois Romieu92aab3c2005-07-30 13:11:18 +02003687SIS 190 ETHERNET DRIVER
3688P: Francois Romieu
3689M: romieu@fr.zoreil.com
3690L: netdev@vger.kernel.org
3691S: Maintained
3692
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693SIS 900/7016 FAST ETHERNET DRIVER
3694P: Daniele Venzano
3695M: venza@brownhat.org
3696W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003697L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698S: Maintained
3699
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003700SIS 96X I2C/SMBUS DRIVER
3701P: Mark M. Hoffman
3702M: mhoffman@lightlink.com
3703L: lm-sensors@lm-sensors.org
3704S: Maintained
3705
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706SIS FRAMEBUFFER DRIVER
3707P: Thomas Winischhofer
3708M: thomas@winischhofer.net
3709W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003710S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711
3712SIS USB2VGA DRIVER
3713P: Thomas Winischhofer
3714M: thomas@winischhofer.net
3715W: http://www.winischhofer.at/linuxsisusbvga.shtml
3716S: Maintained
3717
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003718SLAB ALLOCATOR
3719P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003720M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003721P: Pekka Enberg
3722M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003723P: Matt Mackall
3724M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003725L: linux-mm@kvack.org
3726S: Maintained
3727
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728SMC91x ETHERNET DRIVER
3729P: Nicolas Pitre
3730M: nico@cam.org
3731S: Maintained
3732
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003733SMSC47B397 HARDWARE MONITOR DRIVER
3734P: Mark M. Hoffman
3735M: mhoffman@lightlink.com
3736L: lm-sensors@lm-sensors.org
3737S: Maintained
3738
Ben Nizetteb54f2862008-03-13 22:27:30 +11003739SMX UIO Interface
3740P: Ben Nizette
3741M: bn@niasdigital.com
3742S: Maintained
3743
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744SOFTWARE RAID (Multiple Disks) SUPPORT
3745P: Ingo Molnar
3746M: mingo@redhat.com
3747P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003748M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003750S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751
Pavel Machek95a631e2007-07-19 01:47:42 -07003752HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753P: Pavel Machek
3754M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003755P: Rafael J. Wysocki
3756M: rjw@sisk.pl
3757L: linux-pm@lists.linux-foundation.org
3758S: Supported
3759
3760SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003761P: Len Brown
3762M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003763P: Pavel Machek
3764M: pavel@suse.cz
3765P: Rafael J. Wysocki
3766M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003767L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003768S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769
3770SONIC NETWORK DRIVER
3771P: Thomas Bogendoerfer
3772M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003773L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774S: Maintained
3775
Michael Buesch61e115a2007-09-18 15:12:50 -04003776SONICS SILICON BACKPLANE DRIVER (SSB)
3777P: Michael Buesch
3778M: mb@bu3sch.de
3779L: netdev@vger.kernel.org
3780S: Maintained
3781
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003783P: Mattia Dongili
3784M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003785L: linux-acpi@vger.kernel.org
3786W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787S: Maintained
3788
Alex Dubovbaf85322008-02-09 10:20:54 -08003789SONY MEMORYSTICK CARD SUPPORT
3790P: Alex Dubov
3791M: oakad@yahoo.com
3792L: linux-kernel@vger.kernel.org
3793W: http://tifmxx.berlios.de/
3794S: Maintained
3795
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796SOUND
3797P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003798M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003799L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800S: Maintained
3801
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003802SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3803P: Liam Girdwood
3804M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003805P: Mark Brown
3806M: broonie@opensource.wolfsonmicro.com
3807T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003808L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003809S: Supported
3810
Kumar Gala025c3982006-04-02 16:05:54 -05003811SPI SUBSYSTEM
3812P: David Brownell
3813M: dbrownell@users.sourceforge.net
3814L: spi-devel-general@lists.sourceforge.net
3815S: Maintained
3816
Arnd Bergmannb8154542008-05-16 11:10:59 +02003817SPU FILE SYSTEM
3818P: Jeremy Kerr
3819M: jk@ozlabs.org
3820L: linuxppc-dev@ozlabs.org
3821L: cbe-oss-dev@ozlabs.org
3822W: http://www.ibm.com/developerworks/power/cell/
3823S: Supported
3824
Steven Rostedt855f46a2006-08-05 12:14:50 -07003825STABLE BRANCH:
3826P: Greg Kroah-Hartman
3827M: greg@kroah.com
3828P: Chris Wright
3829M: chrisw@sous-sol.org
3830L: stable@kernel.org
3831S: Maintained
3832
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833SHARP LH SUPPORT (LH7952X & LH7A40X)
3834P: Marc Singer
3835M: elf@buici.com
3836W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003837L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838S: Maintained
3839
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003840SHPC HOTPLUG DRIVER
3841P: Kristen Carlson Accardi
3842M: kristen.c.accardi@intel.com
3843L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003844S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003845
Pierre Ossmand129bce2006-03-24 03:18:17 -08003846SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3847P: Pierre Ossman
3848M: drzeus-sdhci@drzeus.cx
3849L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003850S: Maintained
3851
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003852SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3853P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003854M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003855L: netdev@vger.kernel.org
3856S: Maintained
3857
Chris Boot1a87d942006-07-10 04:45:34 -07003858SOEKRIS NET48XX LED SUPPORT
3859P: Chris Boot
3860M: bootc@bootc.net
3861S: Maintained
3862
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863SPARC (sparc32):
3864P: William L. Irwin
3865M: wli@holomorphy.com
3866L: sparclinux@vger.kernel.org
3867S: Maintained
3868
3869SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3870P: Roger Wolff
3871M: R.E.Wolff@BitWizard.nl
3872L: linux-kernel@vger.kernel.org ?
3873S: Supported
3874
Jim Lewis2752e402006-09-29 02:01:19 -07003875SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003876P: Ishizaki Kou
3877M: kou.ishizaki@toshiba.co.jp
3878P: Jens Osterkamp
3879M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003880L: netdev@vger.kernel.org
3881S: Supported
3882
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883SRM (Alpha) environment access
3884P: Jan-Benedict Glaw
3885M: jbglaw@lug-owl.de
3886L: linux-kernel@vger.kernel.org
3887S: Maintained
3888
3889STARFIRE/DURALAN NETWORK DRIVER
3890P: Ion Badulescu
3891M: ionut@cs.columbia.edu
3892S: Maintained
3893
3894STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3895W: http://mosquitonet.Stanford.EDU/strip.html
3896S: Unsupported ?
3897
3898STRADIS MPEG-2 DECODER DRIVER
3899P: Nathan Laredo
3900M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901W: http://www.stradis.com/
3902S: Maintained
3903
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003904SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905P: Paul Mundt
3906M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003907L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003909T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003910S: Maintained
3911
3912SUN3/3X
3913P: Sam Creasey
3914M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915W: http://sammy.net/sun3/
3916S: Maintained
3917
3918SVGA HANDLING
3919P: Martin Mares
3920M: mj@ucw.cz
3921L: linux-video@atrey.karlin.mff.cuni.cz
3922S: Maintained
3923
3924SYSV FILESYSTEM
3925P: Christoph Hellwig
3926M: hch@infradead.org
3927S: Maintained
3928
Alan Cox4e688522008-04-30 00:52:11 -07003929TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003930P: Balbir Singh
3931M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003932L: linux-kernel@vger.kernel.org
3933S: Maintained
3934
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003935TC CLASSIFIER
3936P: Jamal Hadi Salim
3937M: hadi@cyberus.ca
3938L: netdev@vger.kernel.org
3939S: Maintained
3940
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003941TCP LOW PRIORITY MODULE
3942P: Wong Hoi Sing, Edison
3943M: hswong3i@gmail.com
3944P: Hung Hing Lun, Mike
3945M: hlhung3i@gmail.com
3946W: http://tcp-lp-mod.sourceforge.net/
3947S: Maintained
3948
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003949TEHUTI ETHERNET DRIVER
3950P: Alexander Indenbaum
3951M: baum@tehutinetworks.net
3952P: Andy Gospodarek
3953M: andy@greyhouse.net
3954L: netdev@vger.kernel.org
3955S: Supported
3956
Alan Cox4e688522008-04-30 00:52:11 -07003957Telecom Clock Driver for MCPL0010
3958P: Mark Gross
3959M: mark.gross@intel.com
3960S: Supported
3961
3962TENSILICA XTENSA PORT (xtensa):
3963P: Chris Zankel
3964M: chris@zankel.net
3965S: Maintained
3966
3967THINKPAD ACPI EXTRAS DRIVER
3968P: Henrique de Moraes Holschuh
3969M: ibm-acpi@hmh.eng.br
3970L: ibm-acpi-devel@lists.sourceforge.net
3971W: http://ibm-acpi.sourceforge.net
3972W: http://thinkwiki.org/wiki/Ibm-acpi
3973T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3974S: Maintained
3975
Alex Dubov4020f2d2006-10-04 02:15:37 -07003976TI FLASH MEDIA INTERFACE DRIVER
3977P: Alex Dubov
3978M: oakad@yahoo.com
3979S: Maintained
3980
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003981TI OMAP MMC INTERFACE DRIVER
3982P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003983M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003984W: http://linux.omap.com
3985W: http://www.muru.com/linux/omap/
3986S: Maintained
3987
Michael Buesch844dd052006-06-26 00:24:59 -07003988TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3989P: Deepak Saxena
3990M: dsaxena@plexity.net
3991S: Maintained
3992
Per Lidene86eaa32006-01-12 16:45:18 +01003993TIPC NETWORK LAYER
3994P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003995M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003996P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003997M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003998P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003999M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004000L: tipc-discussion@lists.sourceforge.net
4001W: http://tipc.sourceforge.net/
4002W: http://tipc.cslab.ericsson.net/
4003T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4004S: Maintained
4005
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006TLAN NETWORK DRIVER
4007P: Samuel Chessman
4008M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004009L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010W: http://sourceforge.net/projects/tlan/
4011S: Maintained
4012
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013TOSHIBA ACPI EXTRAS DRIVER
4014P: John Belmonte
4015M: toshiba_acpi@memebeam.org
4016W: http://memebeam.org/toys/ToshibaAcpiDriver
4017S: Maintained
4018
4019TOSHIBA SMM DRIVER
4020P: Jonathan Buzzard
4021M: jonathan@buzzard.org.uk
4022L: tlinux-users@tce.toshiba-dme.co.jp
4023W: http://www.buzzard.org.uk/toshiba/
4024S: Maintained
4025
Alan Cox4e688522008-04-30 00:52:11 -07004026TPM DEVICE DRIVER
Rajiv Andrade26ff8c62008-07-04 10:00:06 -07004027P: Debora Velarde
4028P: Rajiv Andrade
Alan Cox4e688522008-04-30 00:52:11 -07004029M: tpmdd-devel@lists.sourceforge.net
4030W: http://tpmdd.sourceforge.net
4031P: Marcel Selhorst
4032M: tpm@selhorst.net
4033W: http://www.prosec.rub.de/tpm/
4034L: tpmdd-devel@lists.sourceforge.net
4035S: Maintained
4036
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4038P: Muli Ben-Yehuda
4039M: mulix@mulix.org
4040L: linux-kernel@vger.kernel.org
4041S: Maintained
4042
4043TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004044P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004045M: trivial@kernel.org
4046L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047S: Maintained
4048
Alan Cox4e688522008-04-30 00:52:11 -07004049TTY LAYER
4050P: Alan Cox
4051M: alan@lxorguk.ukuu.org.uk
4052L: linux-kernel@vger.kernel.org
4053S: Maintained
4054
Grant Grundler740db6d2008-02-17 11:53:49 -07004055TULIP NETWORK DRIVERS
4056P: Grant Grundler
4057M: grundler@parisc-linux.org
4058P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004059M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004060L: netdev@vger.kernel.org
4061S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062
4063TUN/TAP driver
4064P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004065M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066L: vtun@office.satix.net
4067W: http://vtun.sourceforge.net/tun
4068S: Maintained
4069
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004070TURBOCHANNEL SUBSYSTEM
4071P: Maciej W. Rozycki
4072M: macro@linux-mips.org
4073S: Maintained
4074
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075U14-34F SCSI DRIVER
4076P: Dario Ballabio
4077M: ballabio_dario@emc.com
4078L: linux-scsi@vger.kernel.org
4079S: Maintained
4080
Alan Coxcc2020e2008-05-19 14:21:51 +01004081UCLINUX (AND M68KNOMMU)
4082P: Greg Ungerer
4083M: gerg@uclinux.org
4084W: http://www.uclinux.org/
4085L: uclinux-dev@uclinux.org (subscribers-only)
4086S: Maintained
4087
4088UCLINUX FOR NEC V850
4089P: Miles Bader
4090
4091UCLINUX FOR RENESAS H8/300
4092P: Yoshinori Sato
4093M: ysato@users.sourceforge.jp
4094W: http://uclinux-h8.sourceforge.jp/
4095S: Supported
4096
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004098P: Jan Kara
4099M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100W: http://linux-udf.sourceforge.net
4101S: Maintained
4102
Alan Coxcc2020e2008-05-19 14:21:51 +01004103UFS FILESYSTEM
4104P: Evgeniy Dushistov
4105M: dushistov@mail.ru
4106L: linux-kernel@vger.kernel.org
4107S: Maintained
4108
4109UltraSPARC (sparc64):
4110P: David S. Miller
4111M: davem@davemloft.net
4112L: sparclinux@vger.kernel.org
4113T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4114S: Maintained
4115
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116UNIFORM CDROM DRIVER
4117P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004118M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119L: linux-kernel@vger.kernel.org
4120W: http://www.kernel.dk
4121S: Maintained
4122
4123USB ACM DRIVER
4124P: Oliver Neukum
4125M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004126L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127S: Maintained
4128
Jiri Slaby6d985162008-02-06 01:37:11 -08004129USB AUERSWALD DRIVER
4130P: Wolfgang Muees
4131M: wolfgang@iksw-muees.de
4132L: linux-usb@vger.kernel.org
4133S: Maintained
4134
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135USB BLOCK DRIVER (UB ub)
4136P: Pete Zaitcev
4137M: zaitcev@redhat.com
4138L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004139L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140S: Supported
4141
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142USB CDC ETHERNET DRIVER
4143P: Greg Kroah-Hartman
4144M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004145L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146S: Maintained
4147W: http://www.kroah.com/linux-usb/
4148
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004149USB CYPRESS C67X00 DRIVER
4150P: Peter Korsgaard
4151M: jacmet@sunsite.dk
4152L: linux-usb@vger.kernel.org
4153S: Maintained
4154
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004155USB DAVICOM DM9601 DRIVER
4156P: Peter Korsgaard
4157M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004158L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004159W: http://www.linux-usb.org/usbnet
4160S: Maintained
4161
Alan Coxcc2020e2008-05-19 14:21:51 +01004162USB DIAMOND RIO500 DRIVER
4163P: Cesar Miquel
4164M: miquel@df.uba.ar
4165L: rio500-users@lists.sourceforge.net
4166W: http://rio500.sourceforge.net
4167S: Maintained
4168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169USB EHCI DRIVER
4170P: David Brownell
4171M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004172L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004173S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174
Luca Risolia7ce08c92006-01-11 02:06:59 +00004175USB ET61X[12]51 DRIVER
4176P: Luca Risolia
4177M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004178L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004179L: video4linux-list@redhat.com
4180W: http://www.linux-projects.org
4181S: Maintained
4182
David Brownell69ae9e32006-11-14 02:03:31 -08004183USB GADGET/PERIPHERAL SUBSYSTEM
4184P: David Brownell
4185M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004186L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004187W: http://www.linux-usb.org/gadget
4188S: Maintained
4189
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004190USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004191P: Jiri Kosina
4192M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004193L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004194T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195S: Maintained
4196
Olav Kongas959eea22005-11-03 17:38:14 +02004197USB ISP116X DRIVER
4198P: Olav Kongas
4199M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004200L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004201S: Maintained
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203USB KAWASAKI LSI DRIVER
4204P: Oliver Neukum
4205M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004206L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207S: Maintained
4208
4209USB MASS STORAGE DRIVER
4210P: Matthew Dharm
4211M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004212L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004213L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214S: Maintained
4215W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4216
4217USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004218P: David Brownell
4219M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004220L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004221S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222
Matthias Urlichsba460e42005-07-14 00:33:47 -07004223USB OPTION-CARD DRIVER
4224P: Matthias Urlichs
4225M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004226L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004227S: Maintained
4228
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229USB OV511 DRIVER
4230P: Mark McClelland
4231M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004232L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233W: http://alpha.dyndns.org/ov511/
4234S: Maintained
4235
4236USB PEGASUS DRIVER
4237P: Petko Manolov
4238M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004239L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004240L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241W: http://pegasus2.sourceforge.net/
4242S: Maintained
4243
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004244USB PRINTER DRIVER (usblp)
4245P: Pete Zaitcev
4246M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004247L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004248S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249
4250USB RTL8150 DRIVER
4251P: Petko Manolov
4252M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004253L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004254L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255W: http://pegasus2.sourceforge.net/
4256S: Maintained
4257
4258USB SE401 DRIVER
4259P: Jeroen Vreeken
4260M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004261L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262W: http://www.chello.nl/~j.vreeken/se401/
4263S: Maintained
4264
Alan Cox4e688522008-04-30 00:52:11 -07004265USB SERIAL BELKIN F5U103 DRIVER
4266P: William Greathouse
4267M: wgreathouse@smva.com
4268L: linux-usb@vger.kernel.org
4269S: Maintained
4270
4271USB SERIAL CYPRESS M8 DRIVER
4272P: Lonnie Mendez
4273M: dignome@gmail.com
4274L: linux-usb@vger.kernel.org
4275S: Maintained
4276W: http://geocities.com/i0xox0i
4277W: http://firstlight.net/cvs
4278
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279USB SERIAL CYBERJACK DRIVER
4280P: Matthias Bruestle and Harald Welte
4281M: support@reiner-sct.com
4282W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4283S: Maintained
4284
4285USB SERIAL DIGI ACCELEPORT DRIVER
4286P: Peter Berger and Al Borchers
4287M: pberger@brimson.com
4288M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004289L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290S: Maintained
4291
4292USB SERIAL DRIVER
4293P: Greg Kroah-Hartman
4294M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004295L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296S: Supported
4297
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4299P: Gary Brubaker
4300M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004301L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302S: Maintained
4303
4304USB SERIAL KEYSPAN DRIVER
4305P: Greg Kroah-Hartman
4306M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004307L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308W: http://www.kroah.com/linux/
4309S: Maintained
4310
4311USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004312P: Support Department
4313M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004314L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315W: http://www.connecttech.com
4316S: Supported
4317
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004318USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319P: Luca Risolia
4320M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004321L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004322L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323W: http://www.linux-projects.org
4324S: Maintained
4325
4326USB SUBSYSTEM
4327P: Greg Kroah-Hartman
4328M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004329L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004331T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332S: Supported
4333
4334USB UHCI DRIVER
4335P: Alan Stern
4336M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004337L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338S: Maintained
4339
David Brownell69ae9e32006-11-14 02:03:31 -08004340USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341P: David Brownell
4342M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004343L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004344W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345S: Maintained
4346
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004347USB VIDEO CLASS
4348P: Laurent Pinchart
4349M: laurent.pinchart@skynet.be
4350L: linx-uvc-devel@berlios.de
4351L: video4linux-list@redhat.com
4352W: http://linux-uvc.berlios.de
4353S: Maintained
4354
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355USB W996[87]CF DRIVER
4356P: Luca Risolia
4357M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004358L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004359L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360W: http://www.linux-projects.org
4361S: Maintained
4362
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004363USB WIRELESS RNDIS DRIVER (rndis_wlan)
4364P: Jussi Kivilinna
4365M: jussi.kivilinna@mbnet.fi
4366L: linux-wireless@vger.kernel.org
4367S: Maintained
4368
Luca Risolia60f78052006-02-06 16:29:35 +00004369USB ZC0301 DRIVER
4370P: Luca Risolia
4371M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004372L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004373L: video4linux-list@redhat.com
4374W: http://www.linux-projects.org
4375S: Maintained
4376
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377USB ZD1201 DRIVER
4378P: Jeroen Vreeken
4379M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004380L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381W: http://linux-lc100020.sourceforge.net
4382S: Maintained
4383
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004384USB ZR364XX DRIVER
4385P: Antoine Jacquet
4386M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004387L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004388L: video4linux-list@redhat.com
4389W: http://royale.zerezo.com/zr364xx/
4390S: Maintained
4391
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392USER-MODE LINUX
4393P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004394M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004395L: user-mode-linux-devel@lists.sourceforge.net
4396L: user-mode-linux-user@lists.sourceforge.net
4397W: http://user-mode-linux.sourceforge.net
4398S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004399
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004400USERSPACE I/O (UIO)
4401P: Hans J. Koch
4402M: hjk@linutronix.de
4403P: Greg Kroah-Hartman
4404M: gregkh@suse.de
4405L: linux-kernel@vger.kernel.org
4406S: Maintained
4407
Karel Zakf899b0a2008-05-23 13:04:21 -07004408UTIL-LINUX-NG PACKAGE
4409P: Karel Zak
4410M: kzak@redhat.com
4411L: util-linux-ng@vger.kernel.org
4412W: http://kernel.org/~kzak/util-linux-ng/
4413T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4414S: Maintained
4415
Alan Cox4e688522008-04-30 00:52:11 -07004416VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004417P: OGAWA Hirofumi
4418M: hirofumi@mail.parknet.co.jp
4419L: linux-kernel@vger.kernel.org
4420S: Maintained
4421
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422VIA RHINE NETWORK DRIVER
4423P: Roger Luethi
4424M: rl@hellgate.ch
4425S: Maintained
4426
Jean Delvare32c0a522005-09-22 21:47:58 +02004427VIAPRO SMBUS DRIVER
4428P: Jean Delvare
4429M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004430L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004431S: Maintained
4432
Francois Romieu01f20732007-01-26 00:57:17 -08004433VIA VELOCITY NETWORK DRIVER
4434P: Francois Romieu
4435M: romieu@fr.zoreil.com
4436L: netdev@vger.kernel.org
4437S: Maintained
4438
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004440P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004441M: mchehab@infradead.org
4442M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004443L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004444W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004445T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004446S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447
Patrick McHardybe7f8272007-10-23 20:26:36 -07004448VLAN (802.1Q)
4449P: Patrick McHardy
4450M: kaber@trash.net
4451L: netdev@vger.kernel.org
4452S: Maintained
4453
Juerg Haefligerab413192006-09-24 20:54:04 +02004454VT1211 HARDWARE MONITOR DRIVER
4455P: Juerg Haefliger
4456M: juergh@gmail.com
4457L: lm-sensors@lm-sensors.org
4458S: Maintained
4459
Roger Lucas1de9e372005-11-26 20:20:05 +01004460VT8231 HARDWARE MONITOR DRIVER
4461P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004462M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004463L: lm-sensors@lm-sensors.org
4464S: Maintained
4465
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466W1 DALLAS'S 1-WIRE BUS
4467P: Evgeniy Polyakov
4468M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469S: Maintained
4470
Charles Spirakis13927072006-07-05 18:05:15 +02004471W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004472P: Marc Hulsman
4473M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004474L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004475S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004476
Rudolf Marek61db0112006-12-12 18:18:30 +01004477W83793 HARDWARE MONITORING DRIVER
4478P: Rudolf Marek
4479M: r.marek@assembler.cz
4480L: lm-sensors@lm-sensors.org
4481S: Maintained
4482
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483W83L51xD SD/MMC CARD INTERFACE DRIVER
4484P: Pierre Ossman
4485M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004486L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487S: Maintained
4488
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004489WATCHDOG DEVICE DRIVERS
4490P: Wim Van Sebroeck
4491M: wim@iguana.be
4492T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4493S: Maintained
4494
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4496P: Jean Tourrilhes
4497M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004498L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4500S: Maintained
4501
4502WD7000 SCSI DRIVER
4503P: Miroslav Zagorac
4504M: zaga@fly.cc.fer.hr
4505L: linux-scsi@vger.kernel.org
4506S: Maintained
4507
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004508WISTRON LAPTOP BUTTON DRIVER
4509P: Miloslav Trmac
4510M: mitr@volny.cz
4511S: Maintained
4512
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513WL3501 WIRELESS PCMCIA CARD DRIVER
4514P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004515M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004516L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004517W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518S: Maintained
4519
Mark Brownfebf1df2008-04-02 00:51:09 -04004520WM97XX TOUCHSCREEN DRIVERS
4521P: Mark Brown
4522M: broonie@opensource.wolfsonmicro.com
4523P: Liam Girdwood
4524M: liam.girdwood@wolfsonmicro.com
4525L: linux-input@vger.kernel.org
4526T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4527W: http://opensource.wolfsonmicro.com/node/7
4528S: Supported
4529
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530X.25 NETWORK LAYER
4531P: Henner Eisen
4532M: eis@baty.hanse.de
4533L: linux-x25@vger.kernel.org
4534S: Maintained
4535
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004536XEN HYPERVISOR INTERFACE
4537P: Jeremy Fitzhardinge
4538M: jeremy@xensource.com
4539P: Chris Wright
4540M: chrisw@sous-sol.org
4541L: virtualization@lists.osdl.org
4542L: xen-devel@lists.xensource.com
4543S: Supported
4544
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545XFS FILESYSTEM
4546P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004547P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004549L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004551T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552S: Supported
4553
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004554XILINX SYSTEMACE DRIVER
4555P: Grant Likely
4556M: grant.likely@secretlab.ca
4557W: http://www.secretlab.ca/
4558L: linux-kernel@vger.kernel.org
4559S: Maintained
4560
Peter Korsgaard238b8722006-12-06 20:35:17 -08004561XILINX UARTLITE SERIAL DRIVER
4562P: Peter Korsgaard
4563M: jacmet@sunsite.dk
4564L: linux-serial@vger.kernel.org
4565S: Maintained
4566
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004567X86 ARCHITECTURE (32-BIT AND 64-BIT)
4568P: Thomas Gleixner
4569M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570P: Ingo Molnar
4571M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004572P: H. Peter Anvin
4573M: hpa@zytor.com
4574L: linux-kernel@vger.kernel.org
4575T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576S: Maintained
4577
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578YAM DRIVER FOR AX.25
4579P: Jean-Paul Roubelat
4580M: jpr@f6fbb.org
4581L: linux-hams@vger.kernel.org
4582S: Maintained
4583
Henkaf64a5e2005-10-12 15:02:56 +02004584YEALINK PHONE DRIVER
4585P: Henk Vergonet
4586M: Henk.Vergonet@gmail.com
4587L: usbb2k-api-dev@nongnu.org
4588S: Maintained
4589
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590Z8530 DRIVER FOR AX.25
4591P: Joerg Reuter
4592M: jreuter@yaina.de
4593W: http://yaina.de/jreuter/
4594W: http://www.qsl.net/dl1bke/
4595L: linux-hams@vger.kernel.org
4596S: Maintained
4597
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004598ZD1211RW WIRELESS DRIVER
4599P: Daniel Drake
4600M: dsd@gentoo.org
4601P: Ulrich Kunitz
4602M: kune@deine-taler.de
4603W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004604L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004605L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4606S: Maintained
4607
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608ZF MACHZ WATCHDOG
4609P: Fernando Fuganti
4610M: fuganti@netbank.com.br
4611W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4612S: Maintained
4613
4614ZR36067 VIDEO FOR LINUX DRIVER
4615P: Ronald Bultje
4616M: rbultje@ronald.bitfreak.net
4617L: mjpeg-users@lists.sourceforge.net
4618W: http://mjpeg.sourceforge.net/driver-zoran/
4619S: Maintained
4620
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004621ZS DECSTATION Z85C30 SERIAL DRIVER
4622P: Maciej W. Rozycki
4623M: macro@linux-mips.org
4624S: Maintained
4625
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626THE REST
4627P: Linus Torvalds
4628S: Buried alive in reporters