blob: 9def20aa43b2ca107dcdaa72b7427d86eff40f01 [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
Manuel Lauss08fcb722008-06-09 08:40:35 +0200351P: Manuel Lauss
352M: manuel.lauss@gmail.com
353S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200354
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000355ALI1563 I2C DRIVER
356P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100357M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200358L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000359S: Maintained
360
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361ALPHA PORT
362P: Richard Henderson
363M: rth@twiddle.net
364S: Odd Fixes for 2.4; Maintained for 2.6.
365P: Ivan Kokshaysky
366M: ink@jurassic.park.msu.ru
367S: Maintained for 2.4; PCI support for 2.6.
368
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700369AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
370P: Thomas Dahlmann
371M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700372L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700373S: Supported
374
Jordan Crousef90b8112006-01-06 00:12:14 -0800375AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100376P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800378W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
379S: Supported
380
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200381AMD IOMMU (AMD-VI)
382P: Joerg Roedel
383M: joerg.roedel@amd.com
384L: iommu@lists.linux-foundation.org
385S: Supported
386
Stelian Pop284f42b2006-12-12 18:18:31 +0100387AMS (Apple Motion Sensor) DRIVER
388P: Stelian Pop
389M: stelian@popies.net
390P: Michael Hanselmann
391M: linux-kernel@hansmi.ch
392S: Supported
393
Tom Tuckerf94b5332006-09-22 15:22:48 -0700394AMSO1100 RNIC DRIVER
395P: Tom Tucker
396M: tom@opengridcomputing.com
397P: Steve Wise
398M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700399L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700400S: Maintained
401
Johannes Berg42269062006-07-25 16:15:50 +0200402AOA (Apple Onboard Audio) ALSA DRIVER
403P: Johannes Berg
404M: johannes@sipsolutions.net
405L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200406L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409APM DRIVER
410P: Stephen Rothwell
411M: sfr@canb.auug.org.au
412L: linux-laptop@vger.kernel.org
413W: http://www.canb.auug.org.au/~sfr/
414S: Supported
415
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700416APPLE SMC DRIVER
417P: Nicolas Boichat
418M: nicolas@boichat.ch
419L: mactel-linux-devel@lists.sourceforge.net
420S: Maintained
421
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422APPLETALK NETWORK LAYER
423P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300424M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425S: Maintained
426
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400427APPLETOUCH TOUCHPAD DRIVER
428P: Johannes Berg
429M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400430L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400431S: Maintained
432
Jaya Kumar1154ea72005-06-21 17:17:04 -0700433ARC FRAMEBUFFER DRIVER
434P: Jaya Kumar
435M: jayalk@intworks.biz
436S: Maintained
437
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438ARM MFM AND FLOPPY DRIVERS
439P: Ian Molton
440M: spyro@f2s.com
441S: Maintained
442
Russell King2761f5c2007-05-24 06:56:08 +0200443ARM PRIMECELL MMCI PL180/1 DRIVER
444P: Russell King
445M: rmk@arm.linux.org.uk
446L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447S: Maintained
448
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800449ARM/ADI ROADRUNNER MACHINE SUPPORT
450P: Lennert Buytenhek
451M: kernel@wantstofly.org
452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S: Maintained
454
455ARM/ADS SPHERE MACHINE SUPPORT
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S: Maintained
460
461ARM/AJECO 1ARM MACHINE SUPPORT
462P: Lennert Buytenhek
463M: kernel@wantstofly.org
464L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
465S: Maintained
466
Andrew Victord4a89c72006-12-04 13:56:21 +0100467ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
468P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100469M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100470L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
471W: http://maxim.org.za/at91_26.html
472S: Maintained
473
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
477L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
478S: Maintained
479
480ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
481P: Lennert Buytenhek
482M: kernel@wantstofly.org
483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484S: Maintained
485
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486ARM/CORGI MACHINE SUPPORT
487P: Richard Purdie
488M: rpurdie@rpsys.net
489S: Maintained
490
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800491ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495S: Maintained
496
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100497ARM/GUMSTIX MACHINE SUPPORT
498P: Steve Sakoman
499M: sakoman@gmail.com
500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S: Maintained
502
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100503ARM/HP JORNADA 7XX MACHINE SUPPORT
504P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100505M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100506W: www.jlime.com
507S: Maintained
508
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800509ARM/INTEL IOP32X ARM ARCHITECTURE
510P: Lennert Buytenhek
511M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100512P: Dan Williams
513M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100515S: Supported
516
517ARM/INTEL IOP33X ARM ARCHITECTURE
518P: Dan Williams
519M: dan.j.williams@intel.com
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522
523ARM/INTEL IOP13XX ARM ARCHITECTURE
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100526P: Dan Williams
527M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100529S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800530
531ARM/INTEL IQ81342EX MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100534P: Dan Williams
535M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100537S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800538
539ARM/INTEL IXP2000 ARM ARCHITECTURE
540P: Lennert Buytenhek
541M: kernel@wantstofly.org
542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543S: Maintained
544
545ARM/INTEL IXDP2850 MACHINE SUPPORT
546P: Lennert Buytenhek
547M: kernel@wantstofly.org
548L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
549S: Maintained
550
551ARM/INTEL IXP23XX ARM ARCHITECTURE
552P: Lennert Buytenhek
553M: kernel@wantstofly.org
554L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555S: Maintained
556
557ARM/INTEL XSC3 (MANZANO) ARM CORE
558P: Lennert Buytenhek
559M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100560P: Dan Williams
561M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100563S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800564
565ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
566P: Lennert Buytenhek
567M: kernel@wantstofly.org
568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S: Maintained
570
571ARM/LOGICPD PXA270 MACHINE SUPPORT
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S: Maintained
576
Dirk Opfer8459c152005-11-06 14:27:52 +0000577ARM/TOSA MACHINE SUPPORT
578P: Dirk Opfer
579M: dirk@opfer-online.de
580S: Maintained
581
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582ARM/PLEB SUPPORT
583P: Peter Chubb
584M: pleb@gelato.unsw.edu.au
585W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
586S: Maintained
587
588ARM/PT DIGITAL BOARD PORT
589P: Stefan Eletzhofer
590M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592W: http://www.arm.linux.org.uk/
593S: Maintained
594
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595ARM/RADISYS ENP2611 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601ARM/SHARK MACHINE SUPPORT
602P: Alexander Schulz
603M: alex@shark-linux.de
604W: http://www.shark-linux.de/shark.html
605S: Maintained
606
607ARM/STRONGARM110 PORT
608P: Russell King
609M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700610L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611W: http://www.arm.linux.org.uk/
612S: Maintained
613
614ARM/S3C2410 ARM ARCHITECTURE
615P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800616M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700617L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618W: http://www.fluff.org/ben/linux/
619S: Maintained
620
621ARM/S3C2440 ARM ARCHITECTURE
622P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800623M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700624L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625W: http://www.fluff.org/ben/linux/
626S: Maintained
627
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800628ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
629P: Lennert Buytenhek
630M: kernel@wantstofly.org
631L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632S: Maintained
633
634ARM/THECUS N2100 MACHINE SUPPORT
635P: Lennert Buytenhek
636M: kernel@wantstofly.org
637L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
638S: Maintained
639
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640ARPD SUPPORT
641P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700642L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643S: Maintained
644
645ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500646P: Corentin Chary
647M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648P: Karol Kozimor
649M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650L: acpi4asus-user@lists.sourceforge.net
651W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500652W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653S: Maintained
654
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400655ASUS ASB100 HARDWARE MONITOR DRIVER
656P: Mark M. Hoffman
657M: mhoffman@lightlink.com
658L: lm-sensors@lm-sensors.org
659S: Maintained
660
Corentin Chary85091b72007-01-26 14:04:30 +0100661ASUS LAPTOP EXTRAS DRIVER
662P: Corentin Chary
663M: corentincj@iksaif.net
664L: acpi4asus-user@lists.sourceforge.net
665W: http://sourceforge.net/projects/acpi4asus
666W: http://xf.iksaif.net/acpi4asus
667S: Maintained
668
Dan Williamsb3e5f262007-08-07 10:26:35 -0700669ASYNCHRONOUS TRANSFERS/TRANSFORMS API
670P: Dan Williams
671M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100672P: Maciej Sosnowski
673M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700674L: linux-kernel@vger.kernel.org
675W: http://sourceforge.net/projects/xscaleiop
676S: Supported
677
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678ATA OVER ETHERNET DRIVER
679P: Ed L. Cashin
680M: ecashin@coraid.com
681W: http://www.coraid.com/support/linux
682S: Supported
683
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200684ATHEROS ATH5K WIRELESS DRIVER
685P: Jiri Slaby
686M: jirislaby@gmail.com
687P: Nick Kossifidis
688M: mickflemm@gmail.com
689P: Luis R. Rodriguez
690M: mcgrof@gmail.com
691L: linux-wireless@vger.kernel.org
692L: ath5k-devel@lists.ath5k.org
693S: Maintained
694
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000695ATI_REMOTE2 DRIVER
696P: Ville Syrjala
697M: syrjala@sci.fi
698S: Maintained
699
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600700ATL1 ETHERNET DRIVER
701P: Jay Cliburn
702M: jcliburn@gmail.com
703P: Chris Snook
704M: csnook@redhat.com
705L: atl1-devel@lists.sourceforge.net
706W: http://sourceforge.net/projects/atl1
707W: http://atl1.sourceforge.net
708S: Maintained
709
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710ATM
711P: Chas Williams
712M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700713L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714W: http://linux-atm.sourceforge.net
715S: Maintained
716
Pierre Ossman272f1332007-05-14 21:25:26 +0200717ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200718P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800719M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200720L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
721W: http://www.atmel.com/products/AT91/
722W: http://www.at91.com/
723S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200724
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800725ATMEL AT91 / AT32 SERIAL DRIVER
726P: Haavard Skinnemoen
727M: hskinnemoen@atmel.com
728L: linux-kernel@vger.kernel.org
729S: Supported
730
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800731ATMEL LCDFB DRIVER
732P: Nicolas Ferre
733M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800734L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800735S: Maintained
736
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100737ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100738P: Haavard Skinnemoen
739M: hskinnemoen@atmel.com
740S: Supported
741
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800742ATMEL SPI DRIVER
743P: Haavard Skinnemoen
744M: hskinnemoen@atmel.com
745S: Supported
746
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700747ATMEL USBA UDC DRIVER
748P: Haavard Skinnemoen
749M: hskinnemoen@atmel.com
750L: kernel@avr32linux.org
751W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
752S: Supported
753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754ATMEL WIRELESS DRIVER
755P: Simon Kelley
756M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700757L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758W: http://www.thekelleys.org.uk/atmel
759W: http://atmelwlandriver.sourceforge.net/
760S: Maintained
761
Chris Wrighta92b7b82005-07-07 18:12:23 -0700762AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400763P: Al Viro
764M: viro@zeniv.linux.org.uk
765P: Eric Paris
766M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700767L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100768W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400769T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700770S: Maintained
771
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800772AUXILIARY DISPLAY DRIVERS
773P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700774M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800775L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700776W: http://miguelojeda.es/auxdisplay.htm
777W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800778S: Maintained
779
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700780AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700781P: Haavard Skinnemoen
782M: hskinnemoen@atmel.com
783W: http://www.atmel.com/products/AVR32/
784W: http://avr32linux.org/
785W: http://avrfreaks.net/
786S: Supported
787
788AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700789P: Haavard Skinnemoen
790M: hskinnemoen@atmel.com
791S: Supported
792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793AX.25 NETWORK LAYER
794P: Ralf Baechle
795M: ralf@linux-mips.org
796L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200797W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798S: Maintained
799
Richard Purdie300abeb2007-02-07 22:21:07 +0000800BACKLIGHT CLASS/SUBSYSTEM
801P: Richard Purdie
802M: rpurdie@rpsys.net
803S: Maintained
804
Bryan Wu1394f032007-05-06 14:50:22 -0700805BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800806P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800807M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800808L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
809W: http://blackfin.uclinux.org
810S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700811
Bryan Wue190d6b2007-07-17 14:43:44 +0800812BLACKFIN EMAC DRIVER
813P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800814M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800815L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
816W: http://blackfin.uclinux.org
817S: Supported
818
Mike Frysinger566da5b2007-06-11 15:31:30 +0800819BLACKFIN RTC DRIVER
820P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800821M: vapier.adi@gmail.com
822L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
823W: http://blackfin.uclinux.org
824S: Supported
825
Bryan Wu1394f032007-05-06 14:50:22 -0700826BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800827P: Sonic Zhang
828M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800829L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W: http://blackfin.uclinux.org
831S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700832
Bryan Wu1e6d3202007-07-15 02:50:02 +0800833BLACKFIN WATCHDOG DRIVER
834P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800835M: vapier.adi@gmail.com
836L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
837W: http://blackfin.uclinux.org
838S: Supported
839
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840BAYCOM/HDLCDRV DRIVERS FOR AX.25
841P: Thomas Sailer
842M: t.sailer@alumni.ethz.ch
843L: linux-hams@vger.kernel.org
844W: http://www.baycom.org/~tom/ham/ham.html
845S: Maintained
846
Michael Buesche4d6b792007-09-18 15:39:42 -0400847B43 WIRELESS DRIVER
848P: Michael Buesch
849M: mb@bu3sch.de
850P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100851M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400852L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100853W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400854S: Maintained
855
Larry Finger75388ac2007-09-25 16:46:54 -0700856B43LEGACY WIRELESS DRIVER
857P: Larry Finger
858M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100859P: Stefano Brivio
860M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700861L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100862W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700863S: Maintained
864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865BEFS FILE SYSTEM
866P: Sergey S. Kostyliov
867M: rathamahata@php4.ru
868L: linux-kernel@vger.kernel.org
869S: Maintained
870
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871BFS FILE SYSTEM
872P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800873M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874L: linux-kernel@vger.kernel.org
875S: Maintained
876
Bryan Wud24ecfc2007-05-01 23:26:32 +0200877BLACKFIN I2C TWI DRIVER
878P: Sonic Zhang
879M: sonic.zhang@analog.com
880L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
881W: http://blackfin.uclinux.org/
882S: Supported
883
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884BLOCK LAYER
885P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200886M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800888T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889S: Maintained
890
Joern Engel2b54aae2008-02-06 01:38:02 -0800891BLOCK2MTD DRIVER
892P: Joern Engel
893M: joern@lazybastard.org
894L: linux-mtd@lists.infradead.org
895S: Maintained
896
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897BLUETOOTH SUBSYSTEM
898P: Marcel Holtmann
899M: marcel@holtmann.org
900P: Maxim Krasnyansky
901M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700902L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903W: http://bluez.sf.net
904W: http://www.bluez.org
905W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800906T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907S: Maintained
908
909BLUETOOTH RFCOMM LAYER
910P: Marcel Holtmann
911M: marcel@holtmann.org
912P: Maxim Krasnyansky
913M: maxk@qualcomm.com
914S: Maintained
915
916BLUETOOTH BNEP LAYER
917P: Marcel Holtmann
918M: marcel@holtmann.org
919P: Maxim Krasnyansky
920M: maxk@qualcomm.com
921S: Maintained
922
923BLUETOOTH CMTP LAYER
924P: Marcel Holtmann
925M: marcel@holtmann.org
926S: Maintained
927
928BLUETOOTH HIDP LAYER
929P: Marcel Holtmann
930M: marcel@holtmann.org
931S: Maintained
932
933BLUETOOTH HCI UART DRIVER
934P: Marcel Holtmann
935M: marcel@holtmann.org
936P: Maxim Krasnyansky
937M: maxk@qualcomm.com
938S: Maintained
939
940BLUETOOTH HCI USB DRIVER
941P: Marcel Holtmann
942M: marcel@holtmann.org
943P: Maxim Krasnyansky
944M: maxk@qualcomm.com
945S: Maintained
946
947BLUETOOTH HCI BCM203X DRIVER
948P: Marcel Holtmann
949M: marcel@holtmann.org
950S: Maintained
951
952BLUETOOTH HCI BPA10X DRIVER
953P: Marcel Holtmann
954M: marcel@holtmann.org
955S: Maintained
956
957BLUETOOTH HCI BFUSB DRIVER
958P: Marcel Holtmann
959M: marcel@holtmann.org
960S: Maintained
961
962BLUETOOTH HCI DTL1 DRIVER
963P: Marcel Holtmann
964M: marcel@holtmann.org
965S: Maintained
966
967BLUETOOTH HCI BLUECARD DRIVER
968P: Marcel Holtmann
969M: marcel@holtmann.org
970S: Maintained
971
972BLUETOOTH HCI BT3C DRIVER
973P: Marcel Holtmann
974M: marcel@holtmann.org
975S: Maintained
976
977BLUETOOTH HCI BTUART DRIVER
978P: Marcel Holtmann
979M: marcel@holtmann.org
980S: Maintained
981
982BLUETOOTH HCI VHCI DRIVER
983P: Maxim Krasnyansky
984M: maxk@qualcomm.com
985S: Maintained
986
987BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100988P: Jay Vosburgh
989M: fubar@us.ibm.com
990L: bonding-devel@lists.sourceforge.net
991W: http://sourceforge.net/projects/bonding/
992S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993
Gary Zambrano39105892006-06-22 17:26:20 -0700994BROADCOM B44 10/100 ETHERNET DRIVER
995P: Gary Zambrano
996M: zambrano@broadcom.com
997L: netdev@vger.kernel.org
998S: Supported
999
Michael Chan948c51e2006-06-04 02:51:39 -07001000BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1001P: Michael Chan
1002M: mchan@broadcom.com
1003L: netdev@vger.kernel.org
1004S: Supported
1005
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001006BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001007P: Eilon Greenstein
1008M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001009L: netdev@vger.kernel.org
1010S: Supported
1011
Michael Chan948c51e2006-06-04 02:51:39 -07001012BROADCOM TG3 GIGABIT ETHERNET DRIVER
1013P: Michael Chan
1014M: mchan@broadcom.com
1015L: netdev@vger.kernel.org
1016S: Supported
1017
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001018BSG (block layer generic sg v4 driver)
1019P: FUJITA Tomonori
1020M: fujita.tomonori@lab.ntt.co.jp
1021L: linux-scsi@vger.kernel.org
1022S: Supported
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001025P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001026M: mchehab@infradead.org
1027M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001030T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001031S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032
Jonathan Corbet77d51402007-03-22 19:44:17 -03001033CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1034P: Jonathan Corbet
1035M: corbet@lwn.net
1036L: video4linux-list@redhat.com
1037S: Maintained
1038
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001039CAN NETWORK LAYER
1040P: Urs Thuermann
1041M: urs.thuermann@volkswagen.de
1042P: Oliver Hartkopp
1043M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001044L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001045W: http://developer.berlios.de/projects/socketcan/
1046S: Maintained
1047
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001048CALGARY x86-64 IOMMU
1049P: Muli Ben-Yehuda
1050M: muli@il.ibm.com
1051P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001052M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001053L: linux-kernel@vger.kernel.org
1054L: discuss@x86-64.org
1055S: Maintained
1056
Arnd Bergmannb8154542008-05-16 11:10:59 +02001057CELL BROADBAND ENGINE ARCHITECTURE
1058P: Arnd Bergmann
1059M: arnd@arndb.de
1060L: linuxppc-dev@ozlabs.org
1061L: cbe-oss-dev@ozlabs.org
1062W: http://www.ibm.com/developerworks/power/cell/
1063S: Supported
1064
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001065CFAG12864B LCD DRIVER
1066P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001067M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001068L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001069W: http://miguelojeda.es/auxdisplay.htm
1070W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001071S: Maintained
1072
1073CFAG12864BFB LCD FRAMEBUFFER DRIVER
1074P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001075M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001076L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001077W: http://miguelojeda.es/auxdisplay.htm
1078W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001079S: Maintained
1080
Johannes Berg704232c2007-04-23 12:20:05 -07001081CFG80211 and NL80211
1082P: Johannes Berg
1083M: johannes@sipsolutions.net
1084L: linux-wireless@vger.kernel.org
1085S: Maintained
1086
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001087CHECKPATCH
1088P: Andy Whitcroft
1089M: apw@shadowen.org
1090P: Randy Dunlap
1091M: rdunlap@xenotime.net
1092P: Joel Schopp
1093M: jschopp@austin.ibm.com
1094S: Supported
1095
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096COMMON INTERNET FILE SYSTEM (CIFS)
1097P: Steve French
1098M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001099L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001101W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001102T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001103S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104
Joel Becker7063fbf2005-12-15 14:29:43 -08001105CONFIGFS
1106P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001107M: joel.becker@oracle.com
1108L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001109S: Supported
1110
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001111CIRRUS LOGIC EP93XX ETHERNET DRIVER
1112P: Lennert Buytenhek
1113M: kernel@wantstofly.org
1114L: netdev@vger.kernel.org
1115S: Maintained
1116
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001117CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1118P: Lennert Buytenhek
1119M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001120L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001121S: Maintained
1122
Timur Tabid9e9d822008-04-24 08:45:26 +10001123CIRRUS LOGIC CS4270 SOUND DRIVER
1124P: Timur Tabi
1125M: timur@freescale.com
1126L: alsa-devel@alsa-project.org
1127S: Supported
1128
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1130P: Cirrus Logic Corporation (kernel 2.2 driver)
1131M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1132P: Nils Faerber (port to kernel 2.4)
1133M: Nils Faerber <nils@kernelconcepts.de>
1134S: Maintained
1135
1136CODA FILE SYSTEM
1137P: Jan Harkes
1138M: jaharkes@cs.cmu.edu
1139M: coda@cs.cmu.edu
1140L: codalist@coda.cs.cmu.edu
1141W: http://www.coda.cs.cmu.edu/
1142S: Maintained
1143
1144COMPACTPCI HOTPLUG CORE
1145P: Scott Murray
1146M: scottm@somanetworks.com
1147M: scott@spiteful.org
1148L: pcihpd-discuss@lists.sourceforge.net
1149S: Supported
1150
1151COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1152P: Scott Murray
1153M: scottm@somanetworks.com
1154M: scott@spiteful.org
1155L: pcihpd-discuss@lists.sourceforge.net
1156S: Supported
1157
1158COMPACTPCI HOTPLUG GENERIC DRIVER
1159P: Scott Murray
1160M: scottm@somanetworks.com
1161M: scott@spiteful.org
1162L: pcihpd-discuss@lists.sourceforge.net
1163S: Supported
1164
1165COMPUTONE INTELLIPORT MULTIPORT CARD
1166P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001167M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001169S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170
Simon Arlott949be0f2007-03-06 02:47:46 -08001171CONEXANT ACCESSRUNNER USB DRIVER
1172P: Simon Arlott
1173M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001174L: accessrunner-general@lists.sourceforge.net
1175W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001176S: Maintained
1177
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001178CONTROL GROUPS (CGROUPS)
1179P: Paul Menage
1180M: menage@google.com
1181L: containers@lists.linux-foundation.org
1182S: Maintained
1183
Rudolf Marekbebe4672007-05-08 17:22:02 +02001184CORETEMP HARDWARE MONITORING DRIVER
1185P: Rudolf Marek
1186M: r.marek@assembler.cz
1187L: lm-sensors@lm-sensors.org
1188S: Maintained
1189
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190COSA/SRP SYNC SERIAL DRIVER
1191P: Jan "Yenya" Kasprzak
1192M: kas@fi.muni.cz
1193W: http://www.fi.muni.cz/~kas/cosa/
1194S: Maintained
1195
1196CPU FREQUENCY DRIVERS
1197P: Dave Jones
1198M: davej@codemonkey.org.uk
1199L: cpufreq@lists.linux.org.uk
1200W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001201T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202S: Maintained
1203
1204CPUID/MSR DRIVER
1205P: H. Peter Anvin
1206M: hpa@zytor.com
1207S: Maintained
1208
Paul Jacksoned90fb42005-09-27 21:45:37 -07001209CPUSETS
1210P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001211P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001212M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001213M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001214L: linux-kernel@vger.kernel.org
1215W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001216W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001217S: Supported
1218
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001220W: http://sourceforge.net/projects/cramfs/
1221S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222
1223CRIS PORT
1224P: Mikael Starvik
1225M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001226P: Jesper Nilsson
1227M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228L: dev-etrax@axis.com
1229W: http://developer.axis.com
1230S: Maintained
1231
1232CRYPTO API
1233P: Herbert Xu
1234M: herbert@gondor.apana.org.au
1235P: David S. Miller
1236M: davem@davemloft.net
1237L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001238T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239S: Maintained
1240
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001241CS5535 Audio ALSA driver
1242P: Jaya Kumar
1243M: jayakumar.alsa@gmail.com
1244S: Maintained
1245
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001246CX18 VIDEO4LINUX DRIVER
1247P: Hans Verkuil, Andy Walls
1248M: hverkuil@xs4all.nl, awalls@radix.net
1249L: ivtv-devel@ivtvdriver.org
1250L: ivtv-users@ivtvdriver.org
1251L: video4linux-list@redhat.com
1252W: http://linuxtv.org
1253S: Maintained
1254
Steve Wisee5ec3782008-05-20 14:06:33 -07001255CXGB3 ETHERNET DRIVER (CXGB3)
1256P: Divy Le Ray
1257M: divy@chelsio.com
1258L: netdev@vger.kernel.org
1259W: http://www.chelsio.com
1260S: Supported
1261
1262CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1263P: Steve Wise
1264M: swise@chelsio.com
1265L: general@lists.openfabrics.org
1266W: http://www.openfabrics.org
1267S: Supported
1268
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269CYBERPRO FB DRIVER
1270P: Russell King
1271M: rmk@arm.linux.org.uk
1272W: http://www.arm.linux.org.uk/
1273S: Maintained
1274
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001275CYBLAFB FRAMEBUFFER DRIVER
1276P: Knut Petersen
1277M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001278L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001279S: Maintained
1280
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281CYCLADES 2X SYNC CARD DRIVER
1282P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001283M: acme@ghostprotocols.net
1284W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285S: Maintained
1286
1287CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001289S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290
1291CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001293S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295DAMA SLAVE for AX.25
1296P: Joerg Reuter
1297M: jreuter@yaina.de
1298W: http://yaina.de/jreuter/
1299W: http://www.qsl.net/dl1bke/
1300L: linux-hams@vger.kernel.org
1301S: Maintained
1302
1303DC395x SCSI driver
1304P: Oliver Neukum
1305M: oliver@neukum.name
1306P: Ali Akcaagac
1307M: aliakc@web.de
1308P: Jamie Lenehan
1309M: lenehan@twibble.org
1310W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001311L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312L: http://lists.twibble.org/mailman/listinfo/dc395x/
1313S: Maintained
1314
1315DC390/AM53C974 SCSI driver
1316P: Kurt Garloff
1317M: garloff@suse.de
1318W: http://www.garloff.de/kurt/linux/dc390/
1319P: Guennadi Liakhovetski
1320M: g.liakhovetski@gmx.de
1321S: Maintained
1322
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001323DCCP PROTOCOL
1324P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001325M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001326L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001327W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001328S: Maintained
1329
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001331P: Christine Caulfield
1332M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333W: http://linux-decnet.sourceforge.net
1334L: linux-decnet-user@lists.sourceforge.net
1335S: Maintained
1336
1337DEFXX FDDI NETWORK DRIVER
1338P: Maciej W. Rozycki
1339M: macro@linux-mips.org
1340S: Maintained
1341
1342DELL LAPTOP SMM DRIVER
1343P: Massimo Dal Zotto
1344M: dz@debian.org
1345W: http://www.debian.org/~dz/i8k/
1346S: Maintained
1347
Doug Warzecha90563ec2005-09-06 15:17:15 -07001348DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1349P: Doug Warzecha
1350M: Douglas_Warzecha@dell.com
1351S: Maintained
1352
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001353DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354P: Alasdair Kergon
1355L: dm-devel@redhat.com
1356W: http://sources.redhat.com/dm
1357S: Maintained
1358
1359DEVICE NUMBER REGISTRY
1360P: Torben Mathiasen
1361M: device@lanana.org
1362W: http://lanana.org/docs/device-list/index.html
1363L: linux-kernel@vger.kernel.org
1364S: Maintained
1365
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366DIGI INTL. EPCA DRIVER
1367P: Digi International, Inc
1368M: Eng.Linux@digi.com
1369L: Eng.Linux@digi.com
1370W: http://www.digi.com
1371S: Orphaned
1372
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373DIRECTORY NOTIFICATION
1374P: Stephen Rothwell
1375M: sfr@canb.auug.org.au
1376L: linux-kernel@vger.kernel.org
1377S: Supported
1378
1379DISK GEOMETRY AND PARTITION HANDLING
1380P: Andries Brouwer
1381M: aeb@cwi.nl
1382W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1383W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1384W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1385S: Maintained
1386
1387DISKQUOTA:
1388P: Jan Kara
1389M: jack@suse.cz
1390L: linux-kernel@vger.kernel.org
1391S: Maintained
1392
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001393DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001394P: Christine Caulfield
1395M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001396P: David Teigland
1397M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001398L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001399W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001400T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001401S: Supported
1402
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1404P: Tobias Ringstrom
1405M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001406L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407S: Maintained
1408
Dan Williamsb3e5f262007-08-07 10:26:35 -07001409DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001410P: Maciej Sosnowski
1411M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001412P: Dan Williams
1413M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001414L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001415S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001416
Juerg Haefligerb8250372007-06-09 10:11:16 -04001417DME1737 HARDWARE MONITOR DRIVER
1418P: Juerg Haefliger
1419M: juergh@gmail.com
1420L: lm-sensors@lm-sensors.org
1421S: Maintained
1422
Martin Waitzba483d52005-06-17 13:20:59 -07001423DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001424P: Randy Dunlap
1425M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001426S: Maintained
1427
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001428DOCKING STATION DRIVER
1429P: Kristen Carlson Accardi
1430M: kristen.c.accardi@intel.com
1431L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001432S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001433
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001434DOCUMENTATION (/Documentation directory)
1435P: Michael Kerrisk
1436M: mtk.manpages@gmail.com
1437P: Randy Dunlap
1438M: rdunlap@xenotime.net
1439L: linux-doc@vger.kernel.org
1440S: Maintained
1441
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442DOUBLETALK DRIVER
1443P: James R. Van Zandt
1444M: jrv@vanzandt.mv.com
1445L: blinux-list@redhat.com
1446S: Maintained
1447
1448DRIVER CORE, KOBJECTS, AND SYSFS
1449P: Greg Kroah-Hartman
1450M: gregkh@suse.de
1451L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001452T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453S: Supported
1454
1455DRM DRIVERS
1456P: David Airlie
1457M: airlied@linux.ie
1458L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001459T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460S: Maintained
1461
1462DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001463P: Francois Romieu
1464M: romieu@fr.zoreil.com
1465L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466S: Maintained
1467
1468DVB SUBSYSTEM AND DRIVERS
1469P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001470M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001472W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001473T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001474S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001476DZ DECSTATION DZ11 SERIAL DRIVER
1477P: Maciej W. Rozycki
1478M: macro@linux-mips.org
1479S: Maintained
1480
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481EATA-DMA SCSI DRIVER
1482P: Michael Neuffer
1483L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1484S: Maintained
1485
1486EATA ISA/EISA/PCI SCSI DRIVER
1487P: Dario Ballabio
1488M: ballabio_dario@emc.com
1489L: linux-scsi@vger.kernel.org
1490S: Maintained
1491
1492EATA-PIO SCSI DRIVER
1493P: Michael Neuffer
1494M: mike@i-Connect.Net
1495L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1496S: Maintained
1497
1498EBTABLES
1499P: Bart De Schuymer
1500M: bart.de.schuymer@pandora.be
1501L: ebtables-user@lists.sourceforge.net
1502L: ebtables-devel@lists.sourceforge.net
1503W: http://ebtables.sourceforge.net/
1504S: Maintained
1505
Michael Halcrow237fead2006-10-04 02:16:22 -07001506ECRYPT FILE SYSTEM
1507P: Mike Halcrow, Phillip Hellewell
1508M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1509L: ecryptfs-devel@lists.sourceforge.net
1510W: http://ecryptfs.sourceforge.net/
1511S: Supported
1512
Alan Coxda9bb1d2006-01-18 17:44:13 -08001513EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001514P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001515M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001516L: bluesmoke-devel@lists.sourceforge.net
1517W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001518S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001519
1520EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001521P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001522P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001523M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001524M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001525L: bluesmoke-devel@lists.sourceforge.net
1526W: bluesmoke.sourceforge.net
1527S: Maintained
1528
1529EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001530P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001531M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001532L: bluesmoke-devel@lists.sourceforge.net
1533W: bluesmoke.sourceforge.net
1534S: Maintained
1535
Douglas Thompson6bc78402007-07-19 01:50:12 -07001536EDAC-I82443BXGX
1537P: Tim Small
1538M: tim@buttersideup.com
1539L: bluesmoke-devel@lists.sourceforge.net
1540W: bluesmoke.sourceforge.net
1541S: Maintained
1542
1543EDAC-I3000
1544P: Jason Uhlenkott
1545M: juhlenko@akamai.com
1546L: bluesmoke-devel@lists.sourceforge.net
1547W: bluesmoke.sourceforge.net
1548S: Maintained
1549
1550EDAC-I5000
1551P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001552M: dougthompson@xmission.com
1553L: bluesmoke-devel@lists.sourceforge.net
1554W: bluesmoke.sourceforge.net
1555S: Maintained
1556
1557EDAC-I82975X
1558P: Ranganathan Desikan
1559P: Arvind R.
1560M: rdesikan@jetzbroadband.com
1561M: arvind@acarlab.com
1562L: bluesmoke-devel@lists.sourceforge.net
1563W: bluesmoke.sourceforge.net
1564S: Maintained
1565
1566EDAC-PASEMI
1567P: Egor Martovetsky
1568M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001569L: bluesmoke-devel@lists.sourceforge.net
1570W: bluesmoke.sourceforge.net
1571S: Maintained
1572
Dave Peterson0e438e32006-03-26 01:38:55 -08001573EDAC-R82600
1574P: Tim Small
1575M: tim@buttersideup.com
1576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001579
Eric Coopere59f8792008-03-13 12:55:46 +01001580EEEPC LAPTOP EXTRAS DRIVER
1581P: Corentin Chary
1582M: corentincj@iksaif.net
1583L: acpi4asus-user@lists.sourceforge.net
1584W: http://sourceforge.net/projects/acpi4asus
1585S: Maintained
1586
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587EEPRO100 NETWORK DRIVER
1588P: Andrey V. Savochkin
1589M: saw@saw.sw.com.sg
1590S: Maintained
1591
Josh Triplett0bee8d22006-07-30 03:03:58 -07001592EFS FILESYSTEM
1593W: http://aeschi.ch.eu.org/efs/
1594S: Orphan
1595
Heiko J Schickfab97222006-09-22 15:22:22 -07001596EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1597P: Hoang-Nam Nguyen
1598M: hnguyen@de.ibm.com
1599P: Christoph Raisch
1600M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001601L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001602S: Supported
1603
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001604EMBEDDED LINUX
1605P: Paul Gortmaker
1606M: paul.gortmaker@windriver.com
1607P David Woodhouse
1608M: dwmw2@infradead.org
1609L: linux-embedded@vger.kernel.org
1610S: Maintained
1611
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001612EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001613P: James Smart
1614M: james.smart@emulex.com
1615L: linux-scsi@vger.kernel.org
1616W: http://sourceforge.net/projects/lpfcxxxx
1617S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001618
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619EPSON 1355 FRAMEBUFFER DRIVER
1620P: Christopher Hoover
1621M: ch@murgatroid.com, ch@hpl.hp.com
1622S: Maintained
1623
1624ETHEREXPRESS-16 NETWORK DRIVER
1625P: Philip Blundell
1626M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001627L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628S: Maintained
1629
1630ETHERNET BRIDGE
1631P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001632M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001633L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001634W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635S: Maintained
1636
1637ETHERTEAM 16I DRIVER
1638P: Mika Kuoppala
1639M: miku@iki.fi
1640S: Maintained
1641
1642EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001643L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644S: Maintained
1645
1646EXT3 FILE SYSTEM
1647P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001648M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001649L: linux-ext4@vger.kernel.org
1650S: Maintained
1651
1652EXT4 FILE SYSTEM
1653P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001654M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001655L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656S: Maintained
1657
Jean Delvaree53004e2006-01-09 23:26:14 +01001658F71805F HARDWARE MONITORING DRIVER
1659P: Jean Delvare
1660M: khali@linux-fr.org
1661L: lm-sensors@lm-sensors.org
1662S: Maintained
1663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664FARSYNC SYNCHRONOUS DRIVER
1665P: Kevin Curtis
1666M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667W: http://www.farsite.co.uk/
1668S: Supported
1669
Akinobu Mitac5408b82007-04-23 14:41:20 -07001670FAULT INJECTION SUPPORT
1671P: Akinobu Mita
1672M: akinobu.mita@gmail.com
1673S: Supported
1674
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675FRAMEBUFFER LAYER
1676P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001677M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001678L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679W: http://linux-fbdev.sourceforge.net/
1680S: Maintained
1681
Zhang Wei173acc72008-03-01 07:42:48 -07001682FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001683P: Li Yang
1684M: leoli@freescale.com
1685P: Zhang Wei
1686M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001687L: linuxppc-embedded@ozlabs.org
1688L: linux-kernel@vger.kernel.org
1689S: Maintained
1690
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001691FREESCALE SOC FS_ENET DRIVER
1692P: Pantelis Antoniou
1693M: pantelis.antoniou@gmail.com
1694P: Vitaly Bordug
1695M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001696L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001697L: netdev@vger.kernel.org
1698S: Maintained
1699
Timur Tabid9e9d822008-04-24 08:45:26 +10001700FREESCALE QUICC ENGINE LIBRARY
1701P: Timur Tabi
1702M: timur@freescale.com
1703L: linuxppc-dev@ozlabs.org
1704S: Supported
1705
Li Yanga7205b32007-04-23 10:38:18 -07001706FREESCALE HIGHSPEED USB DEVICE DRIVER
1707P: Li Yang
1708M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001709L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001710L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001711S: Maintained
1712
Li Yangbeaf53b2007-05-25 13:54:02 +08001713FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1714P: Li Yang
1715M: leoli@freescale.com
1716L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001717L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001718S: Maintained
1719
Timur Tabid9e9d822008-04-24 08:45:26 +10001720FREESCALE QUICC ENGINE UCC UART DRIVER
1721P: Timur Tabi
1722M: timur@freescale.com
1723L: linuxppc-dev@ozlabs.org
1724S: Supported
1725
1726FREESCALE SOC SOUND DRIVERS
1727P: Timur Tabi
1728M: timur@freescale.com
1729L: alsa-devel@alsa-project.org
1730L: linuxppc-dev@ozlabs.org
1731S: Supported
1732
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733FILE LOCKING (flock() and fcntl()/lockf())
1734P: Matthew Wilcox
1735M: matthew@wil.cx
1736L: linux-fsdevel@vger.kernel.org
1737S: Maintained
1738
1739FILESYSTEMS (VFS and infrastructure)
1740P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001741M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001742L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743S: Maintained
1744
Stefan Richterf148e202008-01-12 12:32:44 +01001745FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001746P: Kristian Hoegsberg, Stefan Richter
1747M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1748L: linux1394-devel@lists.sourceforge.net
1749W: http://www.linux1394.org/
1750T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1751S: Maintained
1752
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753FIRMWARE LOADER (request_firmware)
1754L: linux-kernel@vger.kernel.org
1755S: Orphan
1756
1757FPU EMULATOR
1758P: Bill Metzenthen
1759M: billm@suburbia.net
1760W: http://suburbia.net/~billm/floating-point/emulator/
1761S: Maintained
1762
1763FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1764P: Mike McLagan
1765M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001766L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767S: Maintained
1768
1769FREEVXFS FILESYSTEM
1770P: Christoph Hellwig
1771M: hch@infradead.org
1772W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1773S: Maintained
1774
David Howells5ab7ffe2007-04-10 15:10:45 +01001775FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776P: David Howells
1777M: dhowells@redhat.com
1778S: Maintained
1779
Miklos Szeredi04578f12005-09-09 13:10:22 -07001780FUSE: FILESYSTEM IN USERSPACE
1781P: Miklos Szeredi
1782M: miklos@szeredi.hu
1783L: fuse-devel@lists.sourceforge.net
1784W: http://fuse.sourceforge.net/
1785S: Maintained
1786
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1788P: Rik Faith
1789M: faith@cs.unc.edu
1790L: linux-scsi@vger.kernel.org
1791S: Odd fixes (e.g., new signatures)
1792
1793GDT SCSI DISK ARRAY CONTROLLER DRIVER
1794P: Achim Leubner
1795M: achim_leubner@adaptec.com
1796L: linux-scsi@vger.kernel.org
1797W: http://www.icp-vortex.com/
1798S: Supported
1799
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001800GENERIC GPIO I2C DRIVER
1801P: Haavard Skinnemoen
1802M: hskinnemoen@atmel.com
1803S: Supported
1804
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1806P: Krzysztof Halasa
1807M: khc@pm.waw.pl
1808W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1809S: Maintained
1810
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001811GFS2 FILE SYSTEM
1812P: Steven Whitehouse
1813M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001814L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001815W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001816T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1817T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001818S: Supported
1819
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001820GIGASET ISDN DRIVERS
1821P: Hansjoerg Lipp
1822M: hjlipp@web.de
1823P: Tilman Schmidt
1824M: tilman@imap.cc
1825L: gigaset307x-common@lists.sourceforge.net
1826W: http://gigaset307x.sourceforge.net/
1827S: Maintained
1828
Jean Delvare5b543962005-08-15 19:51:02 +02001829HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001830P: Mark M. Hoffman
1831M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001832L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001833W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001834T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1835T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001836S: Maintained
1837
Michael Buesch844dd052006-06-26 00:24:59 -07001838HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001839S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001840
Robert Love860e1d62005-08-31 23:57:59 -04001841HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1842P: Robert Love
1843M: rlove@rlove.org
1844M: linux-kernel@vger.kernel.org
1845W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1846S: Maintained
1847
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848HARMONY SOUND DRIVER
1849P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001850M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001851L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852S: Maintained
1853
1854HAYES ESP SERIAL DRIVER
1855P: Andrew J. Robinson
1856M: arobinso@nyx.net
1857L: linux-kernel@vger.kernel.org
1858W: http://www.nyx.net/~arobinso
1859S: Maintained
1860
1861HFS FILESYSTEM
1862P: Roman Zippel
1863M: zippel@linux-m68k.org
1864L: linux-kernel@vger.kernel.org
1865S: Maintained
1866
1867HGA FRAMEBUFFER DRIVER
1868P: Ferenc Bakonyi
1869M: fero@drama.obuda.kando.hu
1870L: linux-nvidia@lists.surfsouth.com
1871W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1872S: Maintained
1873
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001874HID CORE LAYER
1875P: Jiri Kosina
1876M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001877L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001878T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001879S: Maintained
1880
Ingo Molnar38bed542007-02-22 09:09:34 +01001881HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1882P: Thomas Gleixner
1883M: tglx@linutronix.de
1884L: linux-kernel@vger.kernel.org
1885S: Maintained
1886
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887HIGH-SPEED SCC DRIVER FOR AX.25
1888P: Klaus Kudielka
1889M: klaus.kudielka@ieee.org
1890L: linux-hams@vger.kernel.org
1891W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1892S: Maintained
1893
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001894HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1895P: HighPoint Linux Team
1896M: linux@highpoint-tech.com
1897W: http://www.highpoint-tech.com
1898S: Supported
1899
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900HIPPI
1901P: Jes Sorensen
1902M: jes@trained-monkey.org
1903L: linux-hippi@sunsite.dk
1904S: Maintained
1905
1906HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1907P: Chirag Kantharia
1908M: chirag.kantharia@hp.com
1909L: iss_storagedev@hp.com
1910S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001911
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912HEWLETT-PACKARD SMART2 RAID DRIVER
1913P: Chirag Kantharia
1914M: chirag.kantharia@hp.com
1915L: iss_storagedev@hp.com
1916S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001917
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1919P: Mike Miller
1920M: mike.miller@hp.com
1921L: iss_storagedev@hp.com
1922S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001923
Jouni Malinenff1d2762005-05-12 22:54:16 -04001924HOST AP DRIVER
1925P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001926M: j@w1.fi
1927L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001928L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001929W: http://hostap.epitest.fi/
1930S: Maintained
1931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1933P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001934M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935S: Maintained
1936
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001937HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1938P: Carlos Corbacho
1939M: carlos@strangeworlds.co.uk
1940S: Odd Fixes
1941
Bob Piccob9b03322005-11-07 00:59:19 -08001942HPET: High Precision Event Timers driver (hpet.c)
1943P: Clemens Ladisch
1944M: clemens@ladisch.de
1945S: Maintained
1946
1947HPET: i386
1948P: Venkatesh Pallipadi (Venki)
1949M: venkatesh.pallipadi@intel.com
1950S: Maintained
1951
1952HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001953P: Vojtech Pavlik
1954M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001955S: Maintained
1956
1957HPET: ACPI hpet.c
1958P: Bob Picco
1959M: bob.picco@hp.com
1960S: Maintained
1961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962HPFS FILESYSTEM
1963P: Mikulas Patocka
1964M: mikulas@artax.karlin.mff.cuni.cz
1965W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1966S: Maintained
1967
1968HUGETLB FILESYSTEM
1969P: William Irwin
1970M: wli@holomorphy.com
1971S: Maintained
1972
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001973I2C/SMBUS STUB DRIVER
1974P: Mark M. Hoffman
1975M: mhoffman@lightlink.com
1976L: lm-sensors@lm-sensors.org
1977S: Maintained
1978
Jean Delvare5b543962005-08-15 19:51:02 +02001979I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001980P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001982P: Ben Dooks (embedded platforms)
1983M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001984L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001985T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986S: Maintained
1987
Till Harbaume8c76ee2007-05-01 23:26:35 +02001988I2C-TINY-USB DRIVER
1989P: Till Harbaum
1990M: till@harbaum.org
1991L: i2c@lm-sensors.org
1992T: http://www.harbaum.org/till/i2c_tiny_usb
1993S: Maintained
1994
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001996P: H. Peter Anvin
1997M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998L: Linux-Kernel@vger.kernel.org
1999S: Maintained
2000
2001i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002P: H. Peter Anvin
2003M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002004T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005S: Maintained
2006
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007IA64 (Itanium) PLATFORM
2008P: Tony Luck
2009M: tony.luck@intel.com
2010L: linux-ia64@vger.kernel.org
2011W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002012T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013S: Maintained
2014
2015SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002016P: Jes Sorensen
2017M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018L: linux-altix@sgi.com
2019L: linux-ia64@vger.kernel.org
2020W: http://www.sgi.com/altix
2021S: Maintained
2022
2023IBM MCA SCSI SUBSYSTEM DRIVER
2024P: Michael Lang
2025M: langa2@kph.uni-mainz.de
2026W: http://www.uni-mainz.de/~langm000/linux.html
2027S: Maintained
2028
2029IBM Power Linux RAID adapter
2030P: Brian King
2031M: brking@us.ibm.com
2032S: Supported
2033
2034IBM ServeRAID RAID DRIVER
2035P: Jack Hammer
2036P: Dave Jeffery
2037M: ipslinux@adaptec.com
2038W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002039S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002041IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002043M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002045T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046S: Maintained
2047
2048IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002049P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002050M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002051L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002052S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053
2054IDE/ATAPI FLOPPY DRIVERS
2055P: Paul Bristow
2056M: Paul Bristow <paul@paulbristow.net>
2057W: http://paulbristow.net/linux/idefloppy.html
2058L: linux-kernel@vger.kernel.org
2059S: Maintained
2060
2061IDE/ATAPI TAPE DRIVERS
2062P: Gadi Oxman
2063M: Gadi Oxman <gadio@netvision.net.il>
2064L: linux-kernel@vger.kernel.org
2065S: Maintained
2066
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002067IDE-SCSI DRIVER
2068L: linux-ide@vger.kernel.org
2069L: linux-scsi@vger.kernel.org
2070S: Orphan
2071
Stefan Richterf148e202008-01-12 12:32:44 +01002072IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002074M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002075P: Stefan Richter
2076M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077L: linux1394-devel@lists.sourceforge.net
2078W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002079T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080S: Maintained
2081
Stefan Richterf51a5a92007-04-23 14:41:10 -07002082IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083P: Dan Dennedy
2084M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002085P: Stefan Richter
2086M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002088S: Maintained
2089
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002091L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002092S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
2094INFINIBAND SUBSYSTEM
2095P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002096M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002098M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002100M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002101L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002103T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104S: Supported
2105
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002106INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002107P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002108M: dmitry.torokhov@gmail.com
2109M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002110L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002111T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112S: Maintained
2113
Robert Lovec9f04f52005-07-15 12:21:07 -04002114INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002115P: John McCutchan
2116M: ttb@tentacle.dhs.org
2117P: Robert Love
2118M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002119L: linux-kernel@vger.kernel.org
2120S: Maintained
2121
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002122INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002123P: Sylvain Meyer
2124M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002125L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002126S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002127
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002129P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002130M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002131L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002132S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134INTEL IA32 MICROCODE UPDATE SUPPORT
2135P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002136M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002139INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002140P: Maciej Sosnowski
2141M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002142L: linux-kernel@vger.kernel.org
2143S: Supported
2144
Dan Williamsb3e5f262007-08-07 10:26:35 -07002145INTEL IOP-ADMA DMA DRIVER
2146P: Dan Williams
2147M: dan.j.williams@intel.com
2148L: linux-kernel@vger.kernel.org
2149S: Supported
2150
Michael Buesch844dd052006-06-26 00:24:59 -07002151INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2152P: Deepak Saxena
2153M: dsaxena@plexity.net
2154S: Maintained
2155
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002156INTEL IXP2000 ETHERNET DRIVER
2157P: Lennert Buytenhek
2158M: kernel@wantstofly.org
2159L: netdev@vger.kernel.org
2160S: Maintained
2161
Auke Kokd94e6fe2008-03-03 14:37:47 -08002162INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002163P: Jeff Kirsher
2164M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002165P: Jesse Brandeburg
2166M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002167P: Bruce Allan
2168M: bruce.w.allan@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002169P: John Ronciak
2170M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002171L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002172W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173S: Supported
2174
James Ketrenos826d2ab2005-11-07 18:56:59 -06002175INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002176P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002177M: yi.zhu@intel.com
2178P: James Ketrenos
2179M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002180P: Reinette Chatre
2181M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002182L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002183L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002184W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002185W: http://ipw2100.sourceforge.net
2186S: Supported
2187
2188INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002189P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002190M: yi.zhu@intel.com
2191P: James Ketrenos
2192M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002193P: Reinette Chatre
2194M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002195L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002196L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002197W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002198W: http://ipw2200.sourceforge.net
2199S: Supported
2200
Zhu Yib481de92007-09-25 17:54:57 -07002201INTEL WIRELESS WIFI LINK (iwlwifi)
2202P: Zhu Yi
2203M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002204P: Reinette Chatre
2205M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002206L: linux-wireless@vger.kernel.org
2207L: ipw3945-devel@lists.sourceforge.net
2208W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002209T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002210S: Supported
2211
Ralf Baechlecb109a02007-08-30 23:56:30 -07002212IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213P: Ralf Baechle
2214M: ralf@linux-mips.org
2215L: linux-mips@linux-mips.org
2216S: Maintained
2217
Ralf Baechlecb109a02007-08-30 23:56:30 -07002218IOC3 SERIAL DRIVER
2219P: Pat Gefre
2220M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002221L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002222S: Maintained
2223
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224IP MASQUERADING:
2225P: Juanjo Ciarlante
2226M: jjciarla@raiz.uncu.edu.ar
2227S: Maintained
2228
Francois Romieu1202d6f2007-09-17 17:13:55 -07002229IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2230P: Francois Romieu
2231M: romieu@fr.zoreil.com
2232P: Sorbica Shieh
2233M: sorbica@icplus.com.tw
2234P: Jesse Huang
2235M: jesse@icplus.com.tw
2236L: netdev@vger.kernel.org
2237S: Maintained
2238
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002239IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002240P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002241M: infinipath@qlogic.com
2242L: general@lists.openfabrics.org
2243T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002244S: Supported
2245
Corey Minyard4409ebe2006-04-20 02:43:12 -07002246IPMI SUBSYSTEM
2247P: Corey Minyard
2248M: minyard@acm.org
2249L: openipmi-developer@lists.sourceforge.net
2250W: http://openipmi.sourceforge.net/
2251S: Supported
2252
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253IPX NETWORK LAYER
2254P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002255M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002256L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257S: Maintained
2258
David Sterba099dc4f2008-02-07 10:57:12 +01002259IPWIRELES DRIVER
2260P: Jiri Kosina
2261M: jkosina@suse.cz
2262P: David Sterba
2263M: dsterba@suse.cz
2264S: Maintained
2265T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2266
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002268P: Samuel Ortiz
2269M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002270L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002272S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273
Mike Christie14816b1e2007-11-28 16:22:06 -08002274ISCSI
2275P: Mike Christie
2276M: michaelc@cs.wisc.edu
2277L: open-iscsi@googlegroups.com
2278W: www.open-iscsi.org
2279T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2280S: Maintained
2281
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282ISAPNP
2283P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002284M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285S: Maintained
2286
2287ISDN SUBSYSTEM
2288P: Karsten Keil
2289M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002290L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002292T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293S: Maintained
2294
2295ISDN SUBSYSTEM (Eicon active card driver)
2296P: Armin Schindler
2297M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002298L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299W: http://www.melware.de
2300S: Maintained
2301
Hans Verkuil91821ff2007-12-02 09:35:33 -03002302IVTV VIDEO4LINUX DRIVER
2303P: Hans Verkuil
2304M: hverkuil@xs4all.nl
2305L: ivtv-devel@ivtvdriver.org
2306L: ivtv-users@ivtvdriver.org
2307L: video4linux-list@redhat.com
2308W: http://www.ivtvdriver.org
2309S: Maintained
2310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2312P: David Woodhouse
2313M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002314L: linux-mtd@lists.infradead.org
2315W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
2318JFS FILESYSTEM
2319P: Dave Kleikamp
2320M: shaggy@austin.ibm.com
2321L: jfs-discussion@lists.sourceforge.net
2322W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002323T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324S: Supported
2325
Josh Triplettde456d32006-07-30 03:04:00 -07002326JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002327P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002328M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002329L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002330S: Maintained
2331
Rudolf Marek4660cb32006-10-08 22:01:26 +02002332K8TEMP HARDWARE MONITORING DRIVER
2333P: Rudolf Marek
2334M: r.marek@assembler.cz
2335L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Maintained
2337
2338KCONFIG
2339P: Roman Zippel
2340M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002341L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342S: Maintained
2343
Vivek Goyalea6c2082006-05-20 14:59:55 -07002344KDUMP
2345P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002346M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002347P: Haren Myneni
2348M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002349L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002350L: linux-kernel@vger.kernel.org
2351W: http://lse.sourceforge.net/kdump/
2352S: Maintained
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354KERNEL AUTOMOUNTER (AUTOFS)
2355P: H. Peter Anvin
2356M: hpa@zytor.com
2357L: autofs@linux.kernel.org
2358S: Odd Fixes
2359
2360KERNEL AUTOMOUNTER v4 (AUTOFS4)
2361P: Ian Kent
2362M: raven@themaw.net
2363L: autofs@linux.kernel.org
2364S: Maintained
2365
2366KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367P: Sam Ravnborg
2368M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002369T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2370T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002371L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002372S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373
2374KERNEL JANITORS
2375P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002376L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Maintained
2379
2380KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002381P: J. Bruce Fields
2382M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002384M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002385L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002387S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388
Avi Kivity426d62e2006-12-13 00:34:03 -08002389KERNEL VIRTUAL MACHINE (KVM)
2390P: Avi Kivity
2391M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002392L: kvm@vger.kernel.org
2393W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002394S: Supported
2395
Hollis Blanchard513014b2008-04-16 23:28:08 -05002396KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2397P: Hollis Blanchard
2398M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002399L: kvm-ppc@vger.kernel.org
2400W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002401S: Supported
2402
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002403KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002404P: Anthony Xu
2405M: anthony.xu@intel.com
2406P: Xiantao Zhang
2407M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002408L: kvm-ia64@vger.kernel.org
2409W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002410S: Supported
2411
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002412KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2413P: Carsten Otte
2414M: cotte@de.ibm.com
2415P: Christian Borntraeger
2416M: borntraeger@de.ibm.com
2417M: linux390@de.ibm.com
2418L: linux-s390@vger.kernel.org
2419W: http://www.ibm.com/developerworks/linux/linux390/
2420S: Supported
2421
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002422KEXEC
2423P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002424M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002425W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002426L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002427L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002428S: Maintained
2429
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002430KGDB
2431P: Jason Wessel
2432M: jason.wessel@windriver.com
2433L: kgdb-bugreport@lists.sourceforge.net
2434S: Maintained
2435
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002436KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002437P: Ananth N Mavinakayanahalli
2438M: ananth@in.ibm.com
2439P: Anil S Keshavamurthy
2440M: anil.s.keshavamurthy@intel.com
2441P: David S. Miller
2442M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002443P: Masami Hiramatsu
2444M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002445L: linux-kernel@vger.kernel.org
2446S: Maintained
2447
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002448KS0108 LCD CONTROLLER DRIVER
2449P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002450M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002451L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002452W: http://miguelojeda.es/auxdisplay.htm
2453W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002454S: Maintained
2455
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002458S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459
2460LASI 53c700 driver for PARISC
2461P: James E.J. Bottomley
2462M: James.Bottomley@HansenPartnership.com
2463L: linux-scsi@vger.kernel.org
2464S: Maintained
2465
Richard Purdie263de9b2006-05-15 09:44:16 -07002466LED SUBSYSTEM
2467P: Richard Purdie
2468M: rpurdie@rpsys.net
2469S: Maintained
2470
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471LEGO USB Tower driver
2472P: Juergen Stuber
2473M: starblue@users.sourceforge.net
2474L: legousb-devel@lists.sourceforge.net
2475W: http://legousb.sourceforge.net/
2476S: Maintained
2477
Rusty Russell568a17f2007-10-25 14:12:24 +10002478LGUEST
2479P: Rusty Russell
2480M: rusty@rustcorp.com.au
2481L: lguest@ozlabs.org
2482W: http://lguest.ozlabs.org/
2483S: Maintained
2484
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485LINUX FOR IBM pSERIES (RS/6000)
2486P: Paul Mackerras
2487M: paulus@au.ibm.com
2488W: http://www.ibm.com/linux/ltc/projects/ppc
2489S: Supported
2490
2491LINUX FOR NCR VOYAGER
2492P: James Bottomley
2493M: James.Bottomley@HansenPartnership.com
2494W: http://www.hansenpartnership.com/voyager
2495S: Maintained
2496
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002497LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498P: Paul Mackerras
2499M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002500P: Benjamin Herrenschmidt
2501M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502W: http://www.penguinppc.org/
2503L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002504T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505S: Supported
2506
2507LINUX FOR POWER MACINTOSH
2508P: Benjamin Herrenschmidt
2509M: benh@kernel.crashing.org
2510W: http://www.penguinppc.org/
2511L: linuxppc-dev@ozlabs.org
2512S: Maintained
2513
2514LINUX FOR POWERPC EMBEDDED MPC52XX
2515P: Sylvain Munaut
2516M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002517P: Grant Likely
2518M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519W: http://www.246tNt.com/mpc52xx/
2520W: http://www.penguinppc.org/
2521L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522S: Maintained
2523
2524LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002525P: Josh Boyer
2526M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527P: Matt Porter
2528M: mporter@kernel.crashing.org
2529W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002530L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002531T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532S: Maintained
2533
Grant Likely260c02a2007-10-02 12:15:34 +10002534LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2535P: Grant Likely
2536M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002537W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002538L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539S: Maintained
2540
Tom Rinie93adf12005-07-26 12:49:53 -07002541LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002542P: Vitaly Bordug
2543M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002544P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002545M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002546W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002547L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002551P: Kumar Gala
2552M: galak@kernel.crashing.org
2553W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002554L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002555S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556
Olof Johanssonab06ff32006-09-06 14:44:54 -05002557LINUX FOR POWERPC PA SEMI PWRFICIENT
2558P: Olof Johansson
2559M: olof@lixom.net
2560W: http://www.pasemi.com/
2561L: linuxppc-dev@ozlabs.org
2562S: Supported
2563
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564LLC (802.2)
2565P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002566M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567S: Maintained
2568
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569LINUX SECURITY MODULE (LSM) FRAMEWORK
2570P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002571M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002572L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002573T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574S: Supported
2575
2576LM83 HARDWARE MONITOR DRIVER
2577P: Jean Delvare
2578M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002579L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580S: Maintained
2581
2582LM90 HARDWARE MONITOR DRIVER
2583P: Jean Delvare
2584M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002585L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586S: Maintained
2587
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002588LOCKDEP AND LOCKSTAT
2589P: Peter Zijlstra
2590M: peterz@infradead.org
2591P: Ingo Molnar
2592M: mingo@redhat.com
2593L: linux-kernel@vger.kernel.org
2594T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2595S: Maintained
2596
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002597LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598P: Richard Russon (FlatCap)
2599M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002600L: linux-ntfs-dev@lists.sourceforge.net
2601W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602S: Maintained
2603
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002604LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2605P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002606M: Eric.Moore@lsi.com
2607M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002608L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002609L: linux-scsi@vger.kernel.org
2610W: http://www.lsilogic.com/support
2611S: Supported
2612
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2614P: Matthew Wilcox
2615M: matthew@wil.cx
2616L: linux-scsi@vger.kernel.org
2617S: Maintained
2618
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002619M32R ARCHITECTURE
2620P: Hirokazu Takata
2621M: takata@linux-m32r.org
2622L: linux-m32r@ml.linux-m32r.org
2623L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2624W: http://www.linux-m32r.org/
2625S: Maintained
2626
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627M68K ARCHITECTURE
2628P: Geert Uytterhoeven
2629M: geert@linux-m68k.org
2630P: Roman Zippel
2631M: zippel@linux-m68k.org
2632L: linux-m68k@lists.linux-m68k.org
2633W: http://www.linux-m68k.org/
2634W: http://linux-m68k-cvs.ubb.ca/
2635S: Maintained
2636
2637M68K ON APPLE MACINTOSH
2638P: Joshua Thompson
2639M: funaho@jurai.org
2640W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002641L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642S: Maintained
2643
2644M68K ON HP9000/300
2645P: Philip Blundell
2646M: philb@gnu.org
2647W: http://www.tazenda.demon.co.uk/phil/linux-hp
2648S: Maintained
2649
Jiri Benc64a327a2007-05-05 11:47:08 -07002650MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002651P: Johannes Berg
2652M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002653P: Michael Wu
2654M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002655L: linux-wireless@vger.kernel.org
2656W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002657T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002658S: Maintained
2659
Stefano Brivio1036d862007-12-23 04:46:27 +01002660MAC80211 PID RATE CONTROL
2661P: Stefano Brivio
2662M: stefano.brivio@polimi.it
2663P: Mattias Nissler
2664M: mattias.nissler@gmx.de
2665L: linux-wireless@vger.kernel.org
2666W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2667T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2668S: Maintained
2669
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002670MACVLAN DRIVER
2671P: Patrick McHardy
2672M: kaber@trash.net
2673L: netdev@vger.kernel.org
2674S: Maintained
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676MARVELL YUKON / SYSKONNECT DRIVER
2677P: Mirko Lindner
2678M: mlindner@syskonnect.de
2679P: Ralph Roesler
2680M: rroesler@syskonnect.de
2681W: http://www.syskonnect.com
2682S: Supported
2683
Michael Kerriskfaf16682005-07-31 22:34:47 -07002684MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002685P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002686M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002687W: http://www.kernel.org/doc/man-pages
2688S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002689
Stefano Brivio74cda162007-11-19 20:27:46 +01002690MARVELL LIBERTAS WIRELESS DRIVER
2691P: Dan Williams
2692M: dcbw@redhat.com
2693L: libertas-dev@lists.infradead.org
2694S: Maintained
2695
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002696MARVELL MV643XX ETHERNET DRIVER
2697P: Dale Farnsworth
2698M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002700M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002701L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002702S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703
2704MATROX FRAMEBUFFER DRIVER
2705P: Petr Vandrovec
2706M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002707L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708S: Maintained
2709
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002710MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2711P: Hans J. Koch
2712M: hjk@linutronix.de
2713L: lm-sensors@lm-sensors.org
2714S: Maintained
2715
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002716MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002717P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002718M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002719S: linux-scsi@vger.kernel.org
2720W: http://megaraid.lsilogic.com
2721S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002722
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002723MEMORY MANAGEMENT
2724L: linux-mm@kvack.org
2725L: linux-kernel@vger.kernel.org
2726W: http://www.linux-mm.org
2727S: Maintained
2728
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002729MEMORY RESOURCE CONTROLLER
2730P: Balbir Singh
2731M: balbir@linux.vnet.ibm.com
2732P: Pavel Emelyanov
2733M: xemul@openvz.org
2734P: KAMEZAWA Hiroyuki
2735M: kamezawa.hiroyu@jp.fujitsu.com
2736L: linux-mm@kvack.org
2737L: linux-kernel@vger.kernel.org
2738S: Maintained
2739
David Howellsb920de12008-02-08 04:19:31 -08002740MEI MN10300/AM33 PORT
2741P: David Howells
2742M: dhowells@redhat.com
2743P: Koichi Yasutake
2744M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002745L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002746W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2747S: Maintained
2748
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002749MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750P: David Woodhouse
2751M: dwmw2@infradead.org
2752W: http://www.linux-mtd.infradead.org/
2753L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002754T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755S: Maintained
2756
Artem Bityutskiy48576402007-02-13 17:11:10 +02002757UNSORTED BLOCK IMAGES (UBI)
2758P: Artem Bityutskiy
2759M: dedekind@infradead.org
2760W: http://www.linux-mtd.infradead.org/
2761L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002762T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002763S: Maintained
2764
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765MICROTEK X6 SCANNER
2766P: Oliver Neukum
2767M: oliver@neukum.name
2768S: Maintained
2769
2770MIPS
2771P: Ralf Baechle
2772M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002773W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002775T: git www.linux-mips.org:/pub/scm/linux.git
2776S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777
2778MISCELLANEOUS MCA-SUPPORT
2779P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002780M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781L: linux-kernel@vger.kernel.org
2782S: Maintained
2783
2784MODULE SUPPORT
2785P: Rusty Russell
2786M: rusty@rustcorp.com.au
2787L: linux-kernel@vger.kernel.org
2788S: Maintained
2789
2790MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2791P: Stelian Pop
2792M: stelian@popies.net
2793W: http://popies.net/meye/
2794S: Maintained
2795
Pavel Pisac58ff042007-05-16 01:10:41 +02002796MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2797P: Pavel Pisa
2798M: ppisa@pikron.com
2799L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002800S: Maintained
2801
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802MOUSE AND MISC DEVICES [GENERAL]
2803P: Alessandro Rubini
2804M: rubini@ipvvis.unipv.it
2805L: linux-kernel@vger.kernel.org
2806S: Maintained
2807
Jiri Slabyb9705b62008-04-30 00:53:48 -07002808MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002809P: Jiri Slaby
2810M: jirislaby@gmail.com
2811L: linux-kernel@vger.kernel.org
2812S: Maintained
2813
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002814MSI LAPTOP SUPPORT
2815P: Lennart Poettering
2816M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002817W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002818W: http://0pointer.de/lennart/tchibo.html
2819S: Maintained
2820
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002821MULTIFUNCTION DEVICES (MFD)
2822P: Samuel Ortiz
2823M: sameo@openedhand.com
2824L: linux-kernel@vger.kernel.org
2825S: Supported
2826
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002827MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002828P: Pierre Ossman
2829M: drzeus-mmc@drzeus.cx
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002832
David Brownell15a05802007-08-08 09:12:54 -07002833MULTIMEDIA CARD (MMC) ETC. OVER SPI
2834P: David Brownell
2835M: dbrownell@users.sourceforge.net
2836L: linux-kernel@vger.kernel.org
2837S: Odd fixes
2838
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839MULTISOUND SOUND DRIVER
2840P: Andrew Veliath
2841M: andrewtv@usa.net
2842S: Maintained
2843
Jiri Slabyd7354102006-12-08 02:38:35 -08002844MULTITECH MULTIPORT CARD (ISICOM)
2845P: Jiri Slaby
2846M: jirislaby@gmail.com
2847L: linux-kernel@vger.kernel.org
2848S: Maintained
2849
Brice Goglin2d3cf582008-05-17 12:45:36 +02002850MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2851P: Andrew Gallatin
2852M: gallatin@myri.com
2853P: Brice Goglin
2854M: brice@myri.com
2855L: netdev@vger.kernel.org
2856W: http://www.myri.com/scs/download-Myri10GE.html
2857S: Supported
2858
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859NATSEMI ETHERNET DRIVER (DP8381x)
2860P: Tim Hockin
2861M: thockin@hockin.org
2862S: Maintained
2863
2864NCP FILESYSTEM
2865P: Petr Vandrovec
2866M: vandrove@vc.cvut.cz
2867L: linware@sh.cvut.cz
2868S: Maintained
2869
2870NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2871P: James E.J. Bottomley
2872M: James.Bottomley@HansenPartnership.com
2873L: linux-scsi@vger.kernel.org
2874S: Maintained
2875
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002876NETEFFECT IWARP RNIC DRIVER (IW_NES)
2877P: Faisal Latif
2878M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002879P: Chien Tung
2880M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002881P: Glenn Streiff
2882M: gstreiff@neteffect.com
2883L: general@lists.openfabrics.org
2884W: http://www.neteffect.com
2885S: Supported
2886F: drivers/infiniband/hw/nes/
2887
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002888NETEM NETWORK EMULATOR
2889P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002890M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002891L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002892S: Maintained
2893
Jiri Slaby4a584482007-08-30 23:56:39 -07002894NETERION (S2IO) Xframe 10GbE DRIVER
2895P: Ramkrishna Vepa
2896M: ram.vepa@neterion.com
2897P: Rastapur Santosh
2898M: santosh.rastapur@neterion.com
2899P: Sivakumar Subramani
2900M: sivakumar.subramani@neterion.com
2901P: Sreenivasa Honnur
2902M: sreenivasa.honnur@neterion.com
2903L: netdev@vger.kernel.org
2904W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2905S: Supported
2906
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907NETFILTER/IPTABLES/IPCHAINS
2908P: Rusty Russell
2909P: Marc Boucher
2910P: James Morris
2911P: Harald Welte
2912P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002913P: Patrick McHardy
2914M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002915L: netfilter-devel@vger.kernel.org
2916L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002917L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918W: http://www.netfilter.org/
2919W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920S: Supported
2921
Paul Moore4cc67732006-09-25 15:57:13 -07002922NETLABEL
2923P: Paul Moore
2924M: paul.moore@hp.com
2925W: http://netlabel.sf.net
2926L: netdev@vger.kernel.org
2927S: Supported
2928
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929NETROM NETWORK LAYER
2930P: Ralf Baechle
2931M: ralf@linux-mips.org
2932L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002933W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934S: Maintained
2935
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002936NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937P: Paul Clements
2938M: Paul.Clements@steeleye.com
2939S: Maintained
2940
2941NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942P: Jeff Garzik
2943M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002944L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002945T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946S: Maintained
2947
2948NETWORKING [GENERAL]
2949P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002950M: netdev@vger.kernel.org
2951L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002952W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953S: Maintained
2954
2955NETWORKING [IPv4/IPv6]
2956P: David S. Miller
2957M: davem@davemloft.net
2958P: Alexey Kuznetsov
2959M: kuznet@ms2.inr.ac.ru
2960P: Pekka Savola (ipv6)
2961M: pekkas@netcore.fi
2962P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002963M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964P: Hideaki YOSHIFUJI
2965M: yoshfuji@linux-ipv6.org
2966P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002967M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002968L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002969T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970S: Maintained
2971
James Morris10e2ff12007-08-25 14:41:28 -07002972NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2973P: Paul Moore
2974M: paul.moore@hp.com
2975L: netdev@vger.kernel.org
2976S: Maintained
2977
John W. Linville29f8f632006-01-18 14:52:48 -08002978NETWORKING [WIRELESS]
2979P: John W. Linville
2980M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002981L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002982T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2983S: Maintained
2984
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002985NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002986P: Dhananjay Phadke
2987M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002988L: netdev@vger.kernel.org
2989W: http://www.netxen.com
2990S: Supported
2991
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992IPVS
2993P: Wensong Zhang
2994M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002995P: Simon Horman
2996M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997P: Julian Anastasov
2998M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002999L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000S: Maintained
3001
3002NFS CLIENT
3003P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003004M: Trond.Myklebust@netapp.com
3005L: linux-nfs@vger.kernel.org
3006W: http://client.linux-nfs.org
3007T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008S: Maintained
3009
3010NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003011P: Jan-Pascal van Best
3012M: janpascal@vanbest.org
3013P: Andreas Mohr
3014M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003015L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016S: Maintained
3017
3018NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3019P: YOKOTA Hiroshi
3020M: yokota@netlab.is.tsukuba.ac.jp
3021W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3022S: Maintained
3023
3024NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3025P: GOTO Masanori
3026M: gotom@debian.or.jp
3027P: YOKOTA Hiroshi
3028M: yokota@netlab.is.tsukuba.ac.jp
3029W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3030S: Maintained
3031
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032NTFS FILESYSTEM
3033P: Anton Altaparmakov
3034M: aia21@cantab.net
3035L: linux-ntfs-dev@lists.sourceforge.net
3036L: linux-kernel@vger.kernel.org
3037W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003038T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039S: Maintained
3040
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003041NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003042P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003043M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003044L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003045S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003047OPENCORES I2C BUS DRIVER
3048P: Peter Korsgaard
3049M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003050L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003051S: Maintained
3052
Mark Fashehccd979b2005-12-15 14:31:24 -08003053ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3054P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003055M: mfasheh@suse.com
3056P: Joel Becker
3057M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003058L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003059W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003060T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003061S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003062
Harald Weltec1986ee2005-11-13 16:06:29 -08003063OMNIKEY CARDMAN 4000 DRIVER
3064P: Harald Welte
3065M: laforge@gnumonks.org
3066S: Maintained
3067
Harald Welte77c44ab2005-11-13 16:06:26 -08003068OMNIKEY CARDMAN 4040 DRIVER
3069P: Harald Welte
3070M: laforge@gnumonks.org
3071S: Maintained
3072
Jonathan Corbet77d51402007-03-22 19:44:17 -03003073OMNIVISION OV7670 SENSOR DRIVER
3074P: Jonathan Corbet
3075M: corbet@lwn.net
3076L: video4linux-list@redhat.com
3077S: Maintained
3078
Thomas Gleixner431bca72007-05-02 09:31:35 +02003079ONENAND FLASH DRIVER
3080P: Kyungmin Park
3081M: kyungmin.park@samsung.com
3082L: linux-mtd@lists.infradead.org
3083S: Maintained
3084
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085ONSTREAM SCSI TAPE DRIVER
3086P: Willem Riede
3087M: osst@riede.org
3088L: osst-users@lists.sourceforge.net
3089L: linux-scsi@vger.kernel.org
3090S: Maintained
3091
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003093P: Robert Richter
3094M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095L: oprofile-list@lists.sf.net
3096S: Maintained
3097
3098ORINOCO DRIVER
3099P: Pavel Roskin
3100M: proski@gnu.org
3101P: David Gibson
3102M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003103L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003104L: orinoco-users@lists.sourceforge.net
3105L: orinoco-devel@lists.sourceforge.net
3106W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107S: Maintained
3108
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003109PA SEMI ETHERNET DRIVER
3110P: Olof Johansson
3111M: olof@lixom.net
3112L: netdev@vger.kernel.org
3113S: Maintained
3114
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003115PA SEMI SMBUS DRIVER
3116P: Olof Johansson
3117M: olof@lixom.net
3118L: i2c@lm-sensors.org
3119S: Maintained
3120
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003122L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003123S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124
3125PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3126P: Tim Waugh
3127M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003128L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129W: http://www.torque.net/linux-pp.html
3130S: Maintained
3131
3132PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003133P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003134M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135P: Matthew Wilcox
3136M: matthew@wil.cx
3137P: Grant Grundler
3138M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003139L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003141T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142S: Maintained
3143
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003144PARAVIRT_OPS INTERFACE
3145P: Jeremy Fitzhardinge
3146M: jeremy@xensource.com
3147P: Chris Wright
3148M: chrisw@sous-sol.org
3149P: Zachary Amsden
3150M: zach@vmware.com
3151P: Rusty Russell
3152M: rusty@rustcorp.com.au
3153L: virtualization@lists.osdl.org
3154L: linux-kernel@vger.kernel.org
3155S: Supported
3156
Jim Cromie1662d322006-10-06 00:43:59 -07003157PC87360 HARDWARE MONITORING DRIVER
3158P: Jim Cromie
3159M: jim.cromie@gmail.com
3160L: lm-sensors@lm-sensors.org
3161S: Maintained
3162
3163PC8736x GPIO DRIVER
3164P: Jim Cromie
3165M: jim.cromie@gmail.com
3166S: Maintained
3167
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003168PCI ERROR RECOVERY
3169P: Linas Vepstas
3170M: linas@austin.ibm.com
3171L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003172L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003173S: Supported
3174
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003176P: Jesse Barnes
3177M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003179L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003180T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181S: Supported
3182
3183PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003184P: Kristen Carlson Accardi
3185M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186S: Supported
3187
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003188PCIE HOTPLUG DRIVER
3189P: Kristen Carlson Accardi
3190M: kristen.c.accardi@intel.com
3191L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003192S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003193
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003195P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003196L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003197W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003198T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003199S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200
3201PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003202P: Don Fry
3203M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003204L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Maintained
3206
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003207PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003208P: Balbir Singh
3209M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003210L: linux-kernel@vger.kernel.org
3211S: Maintained
3212
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003213PERSONALITY HANDLING
3214P: Christoph Hellwig
3215M: hch@infradead.org
3216L: linux-abi-devel@lists.sourceforge.net
3217S: Maintained
3218
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003220P: Joern Engel
3221M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222L: linux-mtd@lists.infradead.org
3223S: Maintained
3224
Peter Osterlund249a6772005-09-27 21:45:30 -07003225PKTCDVD DRIVER
3226P: Peter Osterlund
3227M: petero2@telia.com
3228L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003229S: Maintained
3230
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003232P: Thomas Gleixner
3233M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003234L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235S: Supported
3236
Anton Vorontsov3be86142007-07-15 04:43:36 +04003237POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3238P: Anton Vorontsov
3239M: cbou@mail.ru
3240P: David Woodhouse
3241M: dwmw2@infradead.org
3242L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003243T: git git.infradead.org/battery-2.6.git
3244S: Maintained
3245
Eugene Surovegin24682972005-10-14 03:00:53 -07003246POWERPC 4xx EMAC DRIVER
3247P: Eugene Surovegin
3248M: ebs@ebshome.net
3249W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003250L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003251L: netdev@vger.kernel.org
3252S: Maintained
3253
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254PNP SUPPORT
3255P: Adam Belay
3256M: ambx1@neo.rr.com
3257S: Maintained
3258
Vitaly Wool999445d2007-01-04 13:07:03 +01003259PNXxxxx I2C DRIVER
3260P: Vitaly Wool
3261M: vitalywool@gmail.com
3262L: i2c@lm-sensors.org
3263S: Maintained
3264
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265PPP PROTOCOL DRIVERS AND COMPRESSORS
3266P: Paul Mackerras
3267M: paulus@samba.org
3268L: linux-ppp@vger.kernel.org
3269S: Maintained
3270
3271PPP OVER ATM (RFC 2364)
3272P: Mitchell Blank Jr
3273M: mitch@sfgoth.com
3274S: Maintained
3275
3276PPP OVER ETHERNET
3277P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003278M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279S: Maintained
3280
James Chapmana6d23702007-06-27 15:53:17 -07003281PPP OVER L2TP
3282P: James Chapman
3283M: jchapman@katalix.com
3284S: Maintained
3285
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286PREEMPTIBLE KERNEL
3287P: Robert Love
3288M: rml@tech9.net
3289L: linux-kernel@vger.kernel.org
3290L: kpreempt-tech@lists.sourceforge.net
3291W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3292S: Supported
3293
Michael Wueff1a592007-09-25 18:11:01 -07003294P54 WIRELESS DRIVER
3295P: Michael Wu
3296M: flamingice@sourmilk.net
3297L: linux-wireless@vger.kernel.org
3298W: http://prism54.org
3299T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3300S: Maintained
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003303P: Luis R. Rodriguez
3304M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003305L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306W: http://prism54.org
3307S: Maintained
3308
3309PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3310P: Peter Denison
3311M: promise@pnd-pc.demon.co.uk
3312W: http://www.pnd-pc.demon.co.uk/promise/
3313S: Maintained
3314
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003315PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3316P: Mikael Pettersson
3317M: mikpe@it.uu.se
3318L: linux-ide@vger.kernel.org
3319S: Maintained
3320
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003321PS3 NETWORK SUPPORT
3322P: Masakazu Mokuno
3323M: mokuno@sm.sony.co.jp
3324L: netdev@vger.kernel.org
3325L: cbe-oss-dev@ozlabs.org
3326S: Supported
3327
Geoff Levandf58a9d12006-11-23 00:46:51 +01003328PS3 PLATFORM SUPPORT
3329P: Geoff Levand
3330M: geoffrey.levand@am.sony.com
3331L: linuxppc-dev@ozlabs.org
3332L: cbe-oss-dev@ozlabs.org
3333S: Supported
3334
Michael Krufky83202042006-07-03 00:24:18 -07003335PVRUSB2 VIDEO4LINUX DRIVER
3336P: Mike Isely
3337M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003338L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003339L: video4linux-list@redhat.com
3340W: http://www.isely.net/pvrusb2/
3341S: Maintained
3342
Eric Miao30ec2612008-06-12 15:21:41 -07003343PXA2xx/PXA3xx SUPPORT
3344P: Eric Miao
3345M: eric.miao@marvell.com
3346P: Russell King
3347M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003348L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349S: Maintained
3350
Pierre Ossman272f1332007-05-14 21:25:26 +02003351PXA MMCI DRIVER
3352S: Orphan
3353
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354QLOGIC QLA2XXX FC-SCSI DRIVER
3355P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003356M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357L: linux-scsi@vger.kernel.org
3358S: Supported
3359
Ron Mercer5a4faa872006-07-25 00:40:21 -07003360QLOGIC QLA3XXX NETWORK DRIVER
3361P: Ron Mercer
3362M: linux-driver@qlogic.com
3363L: netdev@vger.kernel.org
3364S: Supported
3365
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366QNX4 FILESYSTEM
3367P: Anders Larsen
3368M: al@alarsen.net
3369L: linux-kernel@vger.kernel.org
3370W: http://www.alarsen.net/linux/qnx4fs/
3371S: Maintained
3372
3373RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003374P: Benjamin Herrenschmidt
3375M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003376L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377S: Maintained
3378
3379RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003380P: Paul Mackerras
3381M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003382L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383S: Maintained
3384
3385RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3386P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003387M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003388L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389S: Maintained
3390
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003391RALINK RT2X00 WLAN DRIVER
3392P: rt2x00 project
3393L: linux-wireless@vger.kernel.org
3394L: rt2400-devel@lists.sourceforge.net
3395W: http://rt2x00.serialmonkey.com/
3396S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003397T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003398F: drivers/net/wireless/rt2x00/
3399
Nick Piggin9db55792008-02-08 04:19:49 -08003400RAMDISK RAM BLOCK DEVICE DRIVER
3401P: Nick Piggin
3402M: npiggin@suse.de
3403S: Maintained
3404
Matt Mackall9e95ce22005-04-16 15:25:56 -07003405RANDOM NUMBER DRIVER
3406P: Matt Mackall
3407M: mpm@selenic.com
3408S: Maintained
3409
Matt Porter394b7012005-11-07 01:00:15 -08003410RAPIDIO SUBSYSTEM
3411P: Matt Porter
3412M: mporter@kernel.crashing.org
3413L: linux-kernel@vger.kernel.org
3414S: Maintained
3415
Florian Fainellic1f766b2008-02-06 22:39:44 +01003416RDC R-321X SoC
3417P: Florian Fainelli
3418M: florian.fainelli@telecomint.eu
3419L: linux-kernel@vger.kernel.org
3420S: Maintained
3421
Florian Fainellidb17f392007-12-19 11:30:30 +01003422RDC R6040 FAST ETHERNET DRIVER
3423P: Florian Fainelli
3424M: florian.fainelli@telecomint.eu
3425L: netdev@vger.kernel.org
3426S: Maintained
3427
Josh Triplett595182b2006-10-04 02:17:21 -07003428READ-COPY UPDATE (RCU)
3429P: Dipankar Sarma
3430M: dipankar@in.ibm.com
3431W: http://www.rdrop.com/users/paulmck/rclock/
3432L: linux-kernel@vger.kernel.org
3433S: Supported
3434
3435RCUTORTURE MODULE
3436P: Josh Triplett
3437M: josh@freedesktop.org
3438L: linux-kernel@vger.kernel.org
3439S: Maintained
3440
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441REAL TIME CLOCK DRIVER
3442P: Paul Gortmaker
3443M: p_gortmaker@yahoo.com
3444L: linux-kernel@vger.kernel.org
3445S: Maintained
3446
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003447REAL TIME CLOCK (RTC) SUBSYSTEM
3448P: Alessandro Zummo
3449M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003450L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003451S: Maintained
3452
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003454L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455S: Supported
3456
Ivo van Doorne08976452008-04-12 19:23:55 +02003457RFKILL
3458P: Ivo van Doorn
3459M: IvDoorn@gmail.com
3460L: netdev@vger.kernel.org
3461S: Maintained
3462F: net/rfkill
3463
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464ROCKETPORT DRIVER
3465P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466W: http://www.comtrol.com
3467S: Maintained
3468
3469ROSE NETWORK LAYER
3470P: Ralf Baechle
3471M: ralf@linux-mips.org
3472L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003473W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474S: Maintained
3475
3476RISCOM8 DRIVER
3477S: Orphan
3478
Michael Wu605bebe2007-05-14 01:41:02 -04003479RTL818X WIRELESS DRIVER
3480P: Michael Wu
3481M: flamingice@sourmilk.net
3482P: Andrea Merello
3483M: andreamrl@tiscali.it
3484L: linux-wireless@vger.kernel.org
3485W: http://linuxwireless.org/
3486T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3487S: Maintained
3488
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003489S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003490P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003491M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003492L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003493S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003494
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495S390
3496P: Martin Schwidefsky
3497M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003498P: Heiko Carstens
3499M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003501L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003502W: http://www.ibm.com/developerworks/linux/linux390/
3503S: Supported
3504
3505S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003506P: Ursula Braun
3507M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003508P: Frank Blaschka
3509M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003510M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003511L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003512W: http://www.ibm.com/developerworks/linux/linux390/
3513S: Supported
3514
3515S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003516P: Christof Schmitt
3517M: christof.schmitt@de.ibm.com
3518P: Martin Peschke
3519M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003520M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003521L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003522W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S: Supported
3524
Ursula Braundd96df22007-09-19 13:09:02 +02003525S390 IUCV NETWORK LAYER
3526P: Ursula Braun
3527M: ubraun@linux.vnet.ibm.com
3528M: linux390@de.ibm.com
3529L: linux-s390@vger.kernel.org
3530W: http://www.ibm.com/developerworks/linux/linux390/
3531S: Supported
3532
Ben Dooks4dde7f72008-06-30 22:40:38 +01003533S3C24XX SD/MMC Driver
3534P: Ben Dooks
3535M: ben-linux@fluff.org
3536L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3537L: linux-kernel@vger.kernel.org
3538S: Supported
3539
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540SAA7146 VIDEO4LINUX-2 DRIVER
3541P: Michael Hunold
3542M: michael@mihu.de
3543W: http://www.mihu.de/linux/saa7146
3544S: Maintained
3545
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546SC1200 WDT DRIVER
3547P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003548M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549S: Maintained
3550
3551SCHEDULER
3552P: Ingo Molnar
3553M: mingo@elte.hu
3554P: Robert Love [the preemptible kernel bits]
3555M: rml@tech9.net
3556L: linux-kernel@vger.kernel.org
3557S: Maintained
3558
3559SCSI CDROM DRIVER
3560P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003561M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562L: linux-scsi@vger.kernel.org
3563W: http://www.kernel.dk
3564S: Maintained
3565
3566SCSI SG DRIVER
3567P: Doug Gilbert
3568M: dgilbert@interlog.com
3569L: linux-scsi@vger.kernel.org
3570W: http://www.torque.net/sg
3571S: Maintained
3572
3573SCSI SUBSYSTEM
3574P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003575M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003577T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003578T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3579T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580S: Maintained
3581
3582SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003583P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584M: Kai.Makisara@kolumbus.fi
3585L: linux-scsi@vger.kernel.org
3586S: Maintained
3587
3588SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003589P: Vlad Yasevich
3590M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003591P: Sridhar Samudrala
3592M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003593L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003594W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003595S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596
3597SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003598P: Jim Cromie
3599M: jim.cromie@gmail.com
3600S: Odd Fixes
3601
3602SCx200 GPIO DRIVER
3603P: Jim Cromie
3604M: jim.cromie@gmail.com
3605S: Maintained
3606
3607SCx200 HRT CLOCKSOURCE DRIVER
3608P: Jim Cromie
3609M: jim.cromie@gmail.com
3610S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611
3612SECURITY CONTACT
3613P: Security Officers
3614M: security@kernel.org
3615S: Supported
3616
3617SELINUX SECURITY MODULE
3618P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003619M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003621M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003622P: Eric Paris
3623M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003624L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003625L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626W: http://www.nsa.gov/selinux
3627S: Supported
3628
Jiri Slabycef2cf02007-05-08 00:31:45 -07003629SENSABLE PHANTOM
3630P: Jiri Slaby
3631M: jirislaby@gmail.com
3632S: Maintained
3633
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634SERIAL ATA (SATA) SUBSYSTEM:
3635P: Jeff Garzik
3636M: jgarzik@pobox.com
3637L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003638T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639S: Supported
3640
3641SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3642P: Pat Gefre
3643M: pfg@sgi.com
3644L: linux-ia64@vger.kernel.org
3645S: Supported
3646
Ben Hutchings8ceee662008-04-27 12:55:59 +01003647SFC NETWORK DRIVER
3648P: Steve Hodgson
3649P: Ben Hutchings
3650P: Robert Stonehouse
3651M: linux-net-drivers@solarflare.com
3652S: Supported
3653
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654SGI VISUAL WORKSTATION 320 AND 540
3655P: Andrey Panin
3656M: pazke@donpac.ru
3657L: linux-visws-devel@lists.sf.net
3658W: http://linux-visws.sf.net
3659S: Maintained for 2.6.
3660
3661SIMTEC EB110ATX (Chalice CATS)
3662P: Ben Dooks
3663P: Vincent Sanders
3664M: support@simtec.co.uk
3665W: http://www.simtec.co.uk/products/EB110ATX/
3666S: Supported
3667
3668SIMTEC EB2410ITX (BAST)
3669P: Ben Dooks
3670P: Vincent Sanders
3671M: support@simtec.co.uk
3672W: http://www.simtec.co.uk/products/EB2410ITX/
3673S: Supported
3674
Francois Romieu92aab3c2005-07-30 13:11:18 +02003675SIS 190 ETHERNET DRIVER
3676P: Francois Romieu
3677M: romieu@fr.zoreil.com
3678L: netdev@vger.kernel.org
3679S: Maintained
3680
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681SIS 900/7016 FAST ETHERNET DRIVER
3682P: Daniele Venzano
3683M: venza@brownhat.org
3684W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003685L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686S: Maintained
3687
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003688SIS 96X I2C/SMBUS DRIVER
3689P: Mark M. Hoffman
3690M: mhoffman@lightlink.com
3691L: lm-sensors@lm-sensors.org
3692S: Maintained
3693
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694SIS FRAMEBUFFER DRIVER
3695P: Thomas Winischhofer
3696M: thomas@winischhofer.net
3697W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003698S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699
3700SIS USB2VGA DRIVER
3701P: Thomas Winischhofer
3702M: thomas@winischhofer.net
3703W: http://www.winischhofer.at/linuxsisusbvga.shtml
3704S: Maintained
3705
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003706SLAB ALLOCATOR
3707P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003708M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003709P: Pekka Enberg
3710M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003711P: Matt Mackall
3712M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003713L: linux-mm@kvack.org
3714S: Maintained
3715
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716SMC91x ETHERNET DRIVER
3717P: Nicolas Pitre
3718M: nico@cam.org
3719S: Maintained
3720
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003721SMSC47B397 HARDWARE MONITOR DRIVER
3722P: Mark M. Hoffman
3723M: mhoffman@lightlink.com
3724L: lm-sensors@lm-sensors.org
3725S: Maintained
3726
Ben Nizetteb54f2862008-03-13 22:27:30 +11003727SMX UIO Interface
3728P: Ben Nizette
3729M: bn@niasdigital.com
3730S: Maintained
3731
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732SOFTWARE RAID (Multiple Disks) SUPPORT
3733P: Ingo Molnar
3734M: mingo@redhat.com
3735P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003736M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003738S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739
Pavel Machek95a631e2007-07-19 01:47:42 -07003740HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741P: Pavel Machek
3742M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003743P: Rafael J. Wysocki
3744M: rjw@sisk.pl
3745L: linux-pm@lists.linux-foundation.org
3746S: Supported
3747
3748SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003749P: Len Brown
3750M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003751P: Pavel Machek
3752M: pavel@suse.cz
3753P: Rafael J. Wysocki
3754M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003755L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003756S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757
3758SONIC NETWORK DRIVER
3759P: Thomas Bogendoerfer
3760M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003761L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762S: Maintained
3763
Michael Buesch61e115a2007-09-18 15:12:50 -04003764SONICS SILICON BACKPLANE DRIVER (SSB)
3765P: Michael Buesch
3766M: mb@bu3sch.de
3767L: netdev@vger.kernel.org
3768S: Maintained
3769
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003771P: Mattia Dongili
3772M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003773L: linux-acpi@vger.kernel.org
3774W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775S: Maintained
3776
Alex Dubovbaf85322008-02-09 10:20:54 -08003777SONY MEMORYSTICK CARD SUPPORT
3778P: Alex Dubov
3779M: oakad@yahoo.com
3780L: linux-kernel@vger.kernel.org
3781W: http://tifmxx.berlios.de/
3782S: Maintained
3783
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784SOUND
3785P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003786M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003787L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788S: Maintained
3789
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003790SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3791P: Liam Girdwood
3792M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003793P: Mark Brown
3794M: broonie@opensource.wolfsonmicro.com
3795T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003796L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003797S: Supported
3798
Kumar Gala025c3982006-04-02 16:05:54 -05003799SPI SUBSYSTEM
3800P: David Brownell
3801M: dbrownell@users.sourceforge.net
3802L: spi-devel-general@lists.sourceforge.net
3803S: Maintained
3804
Arnd Bergmannb8154542008-05-16 11:10:59 +02003805SPU FILE SYSTEM
3806P: Jeremy Kerr
3807M: jk@ozlabs.org
3808L: linuxppc-dev@ozlabs.org
3809L: cbe-oss-dev@ozlabs.org
3810W: http://www.ibm.com/developerworks/power/cell/
3811S: Supported
3812
Steven Rostedt855f46a2006-08-05 12:14:50 -07003813STABLE BRANCH:
3814P: Greg Kroah-Hartman
3815M: greg@kroah.com
3816P: Chris Wright
3817M: chrisw@sous-sol.org
3818L: stable@kernel.org
3819S: Maintained
3820
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821SHARP LH SUPPORT (LH7952X & LH7A40X)
3822P: Marc Singer
3823M: elf@buici.com
3824W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003825L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826S: Maintained
3827
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003828SHPC HOTPLUG DRIVER
3829P: Kristen Carlson Accardi
3830M: kristen.c.accardi@intel.com
3831L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003832S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003833
Pierre Ossmand129bce2006-03-24 03:18:17 -08003834SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3835P: Pierre Ossman
3836M: drzeus-sdhci@drzeus.cx
3837L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003838S: Maintained
3839
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003840SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3841P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003842M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003843L: netdev@vger.kernel.org
3844S: Maintained
3845
Chris Boot1a87d942006-07-10 04:45:34 -07003846SOEKRIS NET48XX LED SUPPORT
3847P: Chris Boot
3848M: bootc@bootc.net
3849S: Maintained
3850
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851SPARC (sparc32):
3852P: William L. Irwin
3853M: wli@holomorphy.com
3854L: sparclinux@vger.kernel.org
3855S: Maintained
3856
3857SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3858P: Roger Wolff
3859M: R.E.Wolff@BitWizard.nl
3860L: linux-kernel@vger.kernel.org ?
3861S: Supported
3862
Jim Lewis2752e402006-09-29 02:01:19 -07003863SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003864P: Ishizaki Kou
3865M: kou.ishizaki@toshiba.co.jp
3866P: Jens Osterkamp
3867M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003868L: netdev@vger.kernel.org
3869S: Supported
3870
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871SRM (Alpha) environment access
3872P: Jan-Benedict Glaw
3873M: jbglaw@lug-owl.de
3874L: linux-kernel@vger.kernel.org
3875S: Maintained
3876
3877STARFIRE/DURALAN NETWORK DRIVER
3878P: Ion Badulescu
3879M: ionut@cs.columbia.edu
3880S: Maintained
3881
3882STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3883W: http://mosquitonet.Stanford.EDU/strip.html
3884S: Unsupported ?
3885
3886STRADIS MPEG-2 DECODER DRIVER
3887P: Nathan Laredo
3888M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889W: http://www.stradis.com/
3890S: Maintained
3891
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003892SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893P: Paul Mundt
3894M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003895L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003897T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898S: Maintained
3899
3900SUN3/3X
3901P: Sam Creasey
3902M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903W: http://sammy.net/sun3/
3904S: Maintained
3905
3906SVGA HANDLING
3907P: Martin Mares
3908M: mj@ucw.cz
3909L: linux-video@atrey.karlin.mff.cuni.cz
3910S: Maintained
3911
3912SYSV FILESYSTEM
3913P: Christoph Hellwig
3914M: hch@infradead.org
3915S: Maintained
3916
Alan Cox4e688522008-04-30 00:52:11 -07003917TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003918P: Balbir Singh
3919M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003920L: linux-kernel@vger.kernel.org
3921S: Maintained
3922
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003923TC CLASSIFIER
3924P: Jamal Hadi Salim
3925M: hadi@cyberus.ca
3926L: netdev@vger.kernel.org
3927S: Maintained
3928
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003929TCP LOW PRIORITY MODULE
3930P: Wong Hoi Sing, Edison
3931M: hswong3i@gmail.com
3932P: Hung Hing Lun, Mike
3933M: hlhung3i@gmail.com
3934W: http://tcp-lp-mod.sourceforge.net/
3935S: Maintained
3936
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003937TEHUTI ETHERNET DRIVER
3938P: Alexander Indenbaum
3939M: baum@tehutinetworks.net
3940P: Andy Gospodarek
3941M: andy@greyhouse.net
3942L: netdev@vger.kernel.org
3943S: Supported
3944
Alan Cox4e688522008-04-30 00:52:11 -07003945Telecom Clock Driver for MCPL0010
3946P: Mark Gross
3947M: mark.gross@intel.com
3948S: Supported
3949
3950TENSILICA XTENSA PORT (xtensa):
3951P: Chris Zankel
3952M: chris@zankel.net
3953S: Maintained
3954
3955THINKPAD ACPI EXTRAS DRIVER
3956P: Henrique de Moraes Holschuh
3957M: ibm-acpi@hmh.eng.br
3958L: ibm-acpi-devel@lists.sourceforge.net
3959W: http://ibm-acpi.sourceforge.net
3960W: http://thinkwiki.org/wiki/Ibm-acpi
3961T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3962S: Maintained
3963
Alex Dubov4020f2d2006-10-04 02:15:37 -07003964TI FLASH MEDIA INTERFACE DRIVER
3965P: Alex Dubov
3966M: oakad@yahoo.com
3967S: Maintained
3968
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003969TI OMAP MMC INTERFACE DRIVER
3970P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003971M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003972W: http://linux.omap.com
3973W: http://www.muru.com/linux/omap/
3974S: Maintained
3975
Michael Buesch844dd052006-06-26 00:24:59 -07003976TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3977P: Deepak Saxena
3978M: dsaxena@plexity.net
3979S: Maintained
3980
Per Lidene86eaa32006-01-12 16:45:18 +01003981TIPC NETWORK LAYER
3982P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003983M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003984P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003985M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003986P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003987M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003988L: tipc-discussion@lists.sourceforge.net
3989W: http://tipc.sourceforge.net/
3990W: http://tipc.cslab.ericsson.net/
3991T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3992S: Maintained
3993
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994TLAN NETWORK DRIVER
3995P: Samuel Chessman
3996M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003997L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998W: http://sourceforge.net/projects/tlan/
3999S: Maintained
4000
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001TOSHIBA ACPI EXTRAS DRIVER
4002P: John Belmonte
4003M: toshiba_acpi@memebeam.org
4004W: http://memebeam.org/toys/ToshibaAcpiDriver
4005S: Maintained
4006
4007TOSHIBA SMM DRIVER
4008P: Jonathan Buzzard
4009M: jonathan@buzzard.org.uk
4010L: tlinux-users@tce.toshiba-dme.co.jp
4011W: http://www.buzzard.org.uk/toshiba/
4012S: Maintained
4013
Alan Cox4e688522008-04-30 00:52:11 -07004014TPM DEVICE DRIVER
Rajiv Andrade26ff8c62008-07-04 10:00:06 -07004015P: Debora Velarde
4016P: Rajiv Andrade
Alan Cox4e688522008-04-30 00:52:11 -07004017M: tpmdd-devel@lists.sourceforge.net
4018W: http://tpmdd.sourceforge.net
4019P: Marcel Selhorst
4020M: tpm@selhorst.net
4021W: http://www.prosec.rub.de/tpm/
4022L: tpmdd-devel@lists.sourceforge.net
4023S: Maintained
4024
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4026P: Muli Ben-Yehuda
4027M: mulix@mulix.org
4028L: linux-kernel@vger.kernel.org
4029S: Maintained
4030
4031TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004032P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004033M: trivial@kernel.org
4034L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035S: Maintained
4036
Alan Cox4e688522008-04-30 00:52:11 -07004037TTY LAYER
4038P: Alan Cox
4039M: alan@lxorguk.ukuu.org.uk
4040L: linux-kernel@vger.kernel.org
4041S: Maintained
4042
Grant Grundler740db6d2008-02-17 11:53:49 -07004043TULIP NETWORK DRIVERS
4044P: Grant Grundler
4045M: grundler@parisc-linux.org
4046P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004047M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004048L: netdev@vger.kernel.org
4049S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050
4051TUN/TAP driver
4052P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004053M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054L: vtun@office.satix.net
4055W: http://vtun.sourceforge.net/tun
4056S: Maintained
4057
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004058TURBOCHANNEL SUBSYSTEM
4059P: Maciej W. Rozycki
4060M: macro@linux-mips.org
4061S: Maintained
4062
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063U14-34F SCSI DRIVER
4064P: Dario Ballabio
4065M: ballabio_dario@emc.com
4066L: linux-scsi@vger.kernel.org
4067S: Maintained
4068
Alan Coxcc2020e2008-05-19 14:21:51 +01004069UCLINUX (AND M68KNOMMU)
4070P: Greg Ungerer
4071M: gerg@uclinux.org
4072W: http://www.uclinux.org/
4073L: uclinux-dev@uclinux.org (subscribers-only)
4074S: Maintained
4075
4076UCLINUX FOR NEC V850
4077P: Miles Bader
4078
4079UCLINUX FOR RENESAS H8/300
4080P: Yoshinori Sato
4081M: ysato@users.sourceforge.jp
4082W: http://uclinux-h8.sourceforge.jp/
4083S: Supported
4084
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004086P: Jan Kara
4087M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088W: http://linux-udf.sourceforge.net
4089S: Maintained
4090
Alan Coxcc2020e2008-05-19 14:21:51 +01004091UFS FILESYSTEM
4092P: Evgeniy Dushistov
4093M: dushistov@mail.ru
4094L: linux-kernel@vger.kernel.org
4095S: Maintained
4096
4097UltraSPARC (sparc64):
4098P: David S. Miller
4099M: davem@davemloft.net
4100L: sparclinux@vger.kernel.org
4101T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4102S: Maintained
4103
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104UNIFORM CDROM DRIVER
4105P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004106M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107L: linux-kernel@vger.kernel.org
4108W: http://www.kernel.dk
4109S: Maintained
4110
4111USB ACM DRIVER
4112P: Oliver Neukum
4113M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004114L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115S: Maintained
4116
Jiri Slaby6d985162008-02-06 01:37:11 -08004117USB AUERSWALD DRIVER
4118P: Wolfgang Muees
4119M: wolfgang@iksw-muees.de
4120L: linux-usb@vger.kernel.org
4121S: Maintained
4122
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123USB BLOCK DRIVER (UB ub)
4124P: Pete Zaitcev
4125M: zaitcev@redhat.com
4126L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004127L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128S: Supported
4129
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130USB CDC ETHERNET DRIVER
4131P: Greg Kroah-Hartman
4132M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004133L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134S: Maintained
4135W: http://www.kroah.com/linux-usb/
4136
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004137USB CYPRESS C67X00 DRIVER
4138P: Peter Korsgaard
4139M: jacmet@sunsite.dk
4140L: linux-usb@vger.kernel.org
4141S: Maintained
4142
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004143USB DAVICOM DM9601 DRIVER
4144P: Peter Korsgaard
4145M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004146L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004147W: http://www.linux-usb.org/usbnet
4148S: Maintained
4149
Alan Coxcc2020e2008-05-19 14:21:51 +01004150USB DIAMOND RIO500 DRIVER
4151P: Cesar Miquel
4152M: miquel@df.uba.ar
4153L: rio500-users@lists.sourceforge.net
4154W: http://rio500.sourceforge.net
4155S: Maintained
4156
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157USB EHCI DRIVER
4158P: David Brownell
4159M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004160L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004161S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162
Luca Risolia7ce08c92006-01-11 02:06:59 +00004163USB ET61X[12]51 DRIVER
4164P: Luca Risolia
4165M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004166L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004167L: video4linux-list@redhat.com
4168W: http://www.linux-projects.org
4169S: Maintained
4170
David Brownell69ae9e32006-11-14 02:03:31 -08004171USB GADGET/PERIPHERAL SUBSYSTEM
4172P: David Brownell
4173M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004174L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004175W: http://www.linux-usb.org/gadget
4176S: Maintained
4177
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004178USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004179P: Jiri Kosina
4180M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004181L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004182T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183S: Maintained
4184
Olav Kongas959eea22005-11-03 17:38:14 +02004185USB ISP116X DRIVER
4186P: Olav Kongas
4187M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004188L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004189S: Maintained
4190
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191USB KAWASAKI LSI DRIVER
4192P: Oliver Neukum
4193M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004194L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195S: Maintained
4196
4197USB MASS STORAGE DRIVER
4198P: Matthew Dharm
4199M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004200L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004201L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202S: Maintained
4203W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4204
4205USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004206P: David Brownell
4207M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004208L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004209S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210
Matthias Urlichsba460e42005-07-14 00:33:47 -07004211USB OPTION-CARD DRIVER
4212P: Matthias Urlichs
4213M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004214L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004215S: Maintained
4216
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217USB OV511 DRIVER
4218P: Mark McClelland
4219M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004220L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221W: http://alpha.dyndns.org/ov511/
4222S: Maintained
4223
4224USB PEGASUS DRIVER
4225P: Petko Manolov
4226M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004227L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004228L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229W: http://pegasus2.sourceforge.net/
4230S: Maintained
4231
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004232USB PRINTER DRIVER (usblp)
4233P: Pete Zaitcev
4234M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004235L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004236S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237
4238USB RTL8150 DRIVER
4239P: Petko Manolov
4240M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004241L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004242L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243W: http://pegasus2.sourceforge.net/
4244S: Maintained
4245
4246USB SE401 DRIVER
4247P: Jeroen Vreeken
4248M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004249L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250W: http://www.chello.nl/~j.vreeken/se401/
4251S: Maintained
4252
Alan Cox4e688522008-04-30 00:52:11 -07004253USB SERIAL BELKIN F5U103 DRIVER
4254P: William Greathouse
4255M: wgreathouse@smva.com
4256L: linux-usb@vger.kernel.org
4257S: Maintained
4258
4259USB SERIAL CYPRESS M8 DRIVER
4260P: Lonnie Mendez
4261M: dignome@gmail.com
4262L: linux-usb@vger.kernel.org
4263S: Maintained
4264W: http://geocities.com/i0xox0i
4265W: http://firstlight.net/cvs
4266
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267USB SERIAL CYBERJACK DRIVER
4268P: Matthias Bruestle and Harald Welte
4269M: support@reiner-sct.com
4270W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4271S: Maintained
4272
4273USB SERIAL DIGI ACCELEPORT DRIVER
4274P: Peter Berger and Al Borchers
4275M: pberger@brimson.com
4276M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004277L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278S: Maintained
4279
4280USB SERIAL DRIVER
4281P: Greg Kroah-Hartman
4282M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004283L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284S: Supported
4285
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4287P: Gary Brubaker
4288M: xavyer@ix.netcom.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 KEYSPAN DRIVER
4293P: Greg Kroah-Hartman
4294M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004295L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296W: http://www.kroah.com/linux/
4297S: Maintained
4298
4299USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004300P: Support Department
4301M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004302L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303W: http://www.connecttech.com
4304S: Supported
4305
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004306USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307P: Luca Risolia
4308M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004309L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004310L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311W: http://www.linux-projects.org
4312S: Maintained
4313
4314USB SUBSYSTEM
4315P: Greg Kroah-Hartman
4316M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004317L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004319T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320S: Supported
4321
4322USB UHCI DRIVER
4323P: Alan Stern
4324M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004325L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326S: Maintained
4327
David Brownell69ae9e32006-11-14 02:03:31 -08004328USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004329P: David Brownell
4330M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004331L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004332W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333S: Maintained
4334
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004335USB VIDEO CLASS
4336P: Laurent Pinchart
4337M: laurent.pinchart@skynet.be
4338L: linx-uvc-devel@berlios.de
4339L: video4linux-list@redhat.com
4340W: http://linux-uvc.berlios.de
4341S: Maintained
4342
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343USB W996[87]CF DRIVER
4344P: Luca Risolia
4345M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004346L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004347L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348W: http://www.linux-projects.org
4349S: Maintained
4350
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004351USB WIRELESS RNDIS DRIVER (rndis_wlan)
4352P: Jussi Kivilinna
4353M: jussi.kivilinna@mbnet.fi
4354L: linux-wireless@vger.kernel.org
4355S: Maintained
4356
Luca Risolia60f78052006-02-06 16:29:35 +00004357USB ZC0301 DRIVER
4358P: Luca Risolia
4359M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004360L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004361L: video4linux-list@redhat.com
4362W: http://www.linux-projects.org
4363S: Maintained
4364
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365USB ZD1201 DRIVER
4366P: Jeroen Vreeken
4367M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004368L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369W: http://linux-lc100020.sourceforge.net
4370S: Maintained
4371
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004372USB ZR364XX DRIVER
4373P: Antoine Jacquet
4374M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004375L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004376L: video4linux-list@redhat.com
4377W: http://royale.zerezo.com/zr364xx/
4378S: Maintained
4379
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380USER-MODE LINUX
4381P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004382M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383L: user-mode-linux-devel@lists.sourceforge.net
4384L: user-mode-linux-user@lists.sourceforge.net
4385W: http://user-mode-linux.sourceforge.net
4386S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004387
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004388USERSPACE I/O (UIO)
4389P: Hans J. Koch
4390M: hjk@linutronix.de
4391P: Greg Kroah-Hartman
4392M: gregkh@suse.de
4393L: linux-kernel@vger.kernel.org
4394S: Maintained
4395
Karel Zakf899b0a2008-05-23 13:04:21 -07004396UTIL-LINUX-NG PACKAGE
4397P: Karel Zak
4398M: kzak@redhat.com
4399L: util-linux-ng@vger.kernel.org
4400W: http://kernel.org/~kzak/util-linux-ng/
4401T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4402S: Maintained
4403
Alan Cox4e688522008-04-30 00:52:11 -07004404VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405P: OGAWA Hirofumi
4406M: hirofumi@mail.parknet.co.jp
4407L: linux-kernel@vger.kernel.org
4408S: Maintained
4409
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410VIA RHINE NETWORK DRIVER
4411P: Roger Luethi
4412M: rl@hellgate.ch
4413S: Maintained
4414
Jean Delvare32c0a522005-09-22 21:47:58 +02004415VIAPRO SMBUS DRIVER
4416P: Jean Delvare
4417M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004418L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004419S: Maintained
4420
Francois Romieu01f20732007-01-26 00:57:17 -08004421VIA VELOCITY NETWORK DRIVER
4422P: Francois Romieu
4423M: romieu@fr.zoreil.com
4424L: netdev@vger.kernel.org
4425S: Maintained
4426
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004428P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004429M: mchehab@infradead.org
4430M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004431L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004432W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004433T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004434S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435
Patrick McHardybe7f8272007-10-23 20:26:36 -07004436VLAN (802.1Q)
4437P: Patrick McHardy
4438M: kaber@trash.net
4439L: netdev@vger.kernel.org
4440S: Maintained
4441
Juerg Haefligerab413192006-09-24 20:54:04 +02004442VT1211 HARDWARE MONITOR DRIVER
4443P: Juerg Haefliger
4444M: juergh@gmail.com
4445L: lm-sensors@lm-sensors.org
4446S: Maintained
4447
Roger Lucas1de9e372005-11-26 20:20:05 +01004448VT8231 HARDWARE MONITOR DRIVER
4449P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004450M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004451L: lm-sensors@lm-sensors.org
4452S: Maintained
4453
Linus Torvalds1da177e2005-04-16 15:20:36 -07004454W1 DALLAS'S 1-WIRE BUS
4455P: Evgeniy Polyakov
4456M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457S: Maintained
4458
Charles Spirakis13927072006-07-05 18:05:15 +02004459W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004460P: Marc Hulsman
4461M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004462L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004463S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004464
Rudolf Marek61db0112006-12-12 18:18:30 +01004465W83793 HARDWARE MONITORING DRIVER
4466P: Rudolf Marek
4467M: r.marek@assembler.cz
4468L: lm-sensors@lm-sensors.org
4469S: Maintained
4470
Linus Torvalds1da177e2005-04-16 15:20:36 -07004471W83L51xD SD/MMC CARD INTERFACE DRIVER
4472P: Pierre Ossman
4473M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004474L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004475S: Maintained
4476
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004477WATCHDOG DEVICE DRIVERS
4478P: Wim Van Sebroeck
4479M: wim@iguana.be
4480T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4481S: Maintained
4482
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4484P: Jean Tourrilhes
4485M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004486L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4488S: Maintained
4489
4490WD7000 SCSI DRIVER
4491P: Miroslav Zagorac
4492M: zaga@fly.cc.fer.hr
4493L: linux-scsi@vger.kernel.org
4494S: Maintained
4495
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004496WISTRON LAPTOP BUTTON DRIVER
4497P: Miloslav Trmac
4498M: mitr@volny.cz
4499S: Maintained
4500
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501WL3501 WIRELESS PCMCIA CARD DRIVER
4502P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004503M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004504L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004505W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004506S: Maintained
4507
Mark Brownfebf1df2008-04-02 00:51:09 -04004508WM97XX TOUCHSCREEN DRIVERS
4509P: Mark Brown
4510M: broonie@opensource.wolfsonmicro.com
4511P: Liam Girdwood
4512M: liam.girdwood@wolfsonmicro.com
4513L: linux-input@vger.kernel.org
4514T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4515W: http://opensource.wolfsonmicro.com/node/7
4516S: Supported
4517
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518X.25 NETWORK LAYER
4519P: Henner Eisen
4520M: eis@baty.hanse.de
4521L: linux-x25@vger.kernel.org
4522S: Maintained
4523
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004524XEN HYPERVISOR INTERFACE
4525P: Jeremy Fitzhardinge
4526M: jeremy@xensource.com
4527P: Chris Wright
4528M: chrisw@sous-sol.org
4529L: virtualization@lists.osdl.org
4530L: xen-devel@lists.xensource.com
4531S: Supported
4532
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533XFS FILESYSTEM
4534P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004535P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004537L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004539T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540S: Supported
4541
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004542XILINX SYSTEMACE DRIVER
4543P: Grant Likely
4544M: grant.likely@secretlab.ca
4545W: http://www.secretlab.ca/
4546L: linux-kernel@vger.kernel.org
4547S: Maintained
4548
Peter Korsgaard238b8722006-12-06 20:35:17 -08004549XILINX UARTLITE SERIAL DRIVER
4550P: Peter Korsgaard
4551M: jacmet@sunsite.dk
4552L: linux-serial@vger.kernel.org
4553S: Maintained
4554
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004555X86 ARCHITECTURE (32-BIT AND 64-BIT)
4556P: Thomas Gleixner
4557M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558P: Ingo Molnar
4559M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004560P: H. Peter Anvin
4561M: hpa@zytor.com
4562L: linux-kernel@vger.kernel.org
4563T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004564S: Maintained
4565
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566YAM DRIVER FOR AX.25
4567P: Jean-Paul Roubelat
4568M: jpr@f6fbb.org
4569L: linux-hams@vger.kernel.org
4570S: Maintained
4571
Henkaf64a5e2005-10-12 15:02:56 +02004572YEALINK PHONE DRIVER
4573P: Henk Vergonet
4574M: Henk.Vergonet@gmail.com
4575L: usbb2k-api-dev@nongnu.org
4576S: Maintained
4577
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578Z8530 DRIVER FOR AX.25
4579P: Joerg Reuter
4580M: jreuter@yaina.de
4581W: http://yaina.de/jreuter/
4582W: http://www.qsl.net/dl1bke/
4583L: linux-hams@vger.kernel.org
4584S: Maintained
4585
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004586ZD1211RW WIRELESS DRIVER
4587P: Daniel Drake
4588M: dsd@gentoo.org
4589P: Ulrich Kunitz
4590M: kune@deine-taler.de
4591W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004592L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004593L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4594S: Maintained
4595
Linus Torvalds1da177e2005-04-16 15:20:36 -07004596ZF MACHZ WATCHDOG
4597P: Fernando Fuganti
4598M: fuganti@netbank.com.br
4599W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4600S: Maintained
4601
4602ZR36067 VIDEO FOR LINUX DRIVER
4603P: Ronald Bultje
4604M: rbultje@ronald.bitfreak.net
4605L: mjpeg-users@lists.sourceforge.net
4606W: http://mjpeg.sourceforge.net/driver-zoran/
4607S: Maintained
4608
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004609ZS DECSTATION Z85C30 SERIAL DRIVER
4610P: Maciej W. Rozycki
4611M: macro@linux-mips.org
4612S: Maintained
4613
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614THE REST
4615P: Linus Torvalds
4616S: Buried alive in reporters