blob: fc6c005c531a3fa51e3cc2095254e217cf292e90 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200178ABIT UGURU HARDWARE MONITOR DRIVER
179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184ACENIC DRIVER
185P: Jes Sorensen
186M: jes@trained-monkey.org
187L: linux-acenic@sunsite.dk
188S: Maintained
189
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700190IPS SCSI RAID DRIVER
191P: Adaptec OEM Raid Solutions
192M: aacraid@adaptec.com
193L: linux-scsi@vger.kernel.org
194W: http://www.adaptec.com/
195S: Maintained
196
197DPT_I2O SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199M: aacraid@adaptec.com
200L: linux-scsi@vger.kernel.org
201W: http://www.adaptec.com/
202S: Maintained
203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204AACRAID SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700206M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700208W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Supported
210
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000211ACER WMI LAPTOP EXTRAS
212P: Carlos Corbacho
213M: carlos@strangeworlds.co.uk
214L: aceracpi@googlegroups.com (subscribers-only)
215W: http://code.google.com/p/aceracpi
216S: Maintained
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218ACPI
219P: Len Brown
220M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500221M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500222L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400223W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500225S: Supported
226
227ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400228P: Alexey Starikovskiy
229M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500230L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300231W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI EC DRIVER
235P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400236M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
240
241ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400242P: Len Brown
243M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700248ACPI PCI HOTPLUG DRIVER
249P: Kristen Carlson Accardi
250M: kristen.c.accardi@intel.com
251L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500252S: Supported
253
254ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400255P: Len Brown
256M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500257L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300258W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500259S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700260
Len Brown359acec2007-02-10 01:59:24 -0500261ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400262P: Rui Zhang
263M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500264L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300265W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500266S: Supported
267
Carlos Corbachobff431e2008-02-05 02:17:04 +0000268ACPI WMI DRIVER
269P: Carlos Corbacho
270M: carlos@strangeworlds.co.uk
271L: linux-acpi@vger.kernel.org
272W: http://www.lesswatts.org/projects/acpi/
273S: Maintained
274
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100275AD1889 ALSA SOUND DRIVER
276P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400277M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100278P: Thibaut Varene
279M: T-Bone@parisc-linux.org
280W: http://wiki.parisc-linux.org/AD1889
281L: linux-parisc@vger.kernel.org
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADM1025 HARDWARE MONITOR DRIVER
285P: Jean Delvare
286M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200287L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288S: Maintained
289
Corentin Labbecae2caa2007-02-14 21:15:04 +0100290ADM1029 HARDWARE MONITOR DRIVER
291P: Corentin Labbe
292M: corentin.labbe@geomatys.fr
293L: lm-sensors@lm-sensors.org
294S: Maintained
295
Michael Wucc0b88c2007-08-31 01:15:25 -0400296ADM8211 WIRELESS DRIVER
297P: Michael Wu
298M: flamingice@sourmilk.net
299L: linux-wireless@vger.kernel.org
300W: http://linuxwireless.org/
301T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304ADT746X FAN DRIVER
305P: Colin Leroy
306M: colin@colino.net
307S: Maintained
308
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400309ADVANSYS SCSI DRIVER
310P: Matthew Wilcox
311M: matthew@wil.cx
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315AEDSP16 DRIVER
316P: Riccardo Facchetti
317M: fizban@tin.it
318S: Maintained
319
320AFFS FILE SYSTEM
321P: Roman Zippel
322M: zippel@linux-m68k.org
323S: Maintained
324
325AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400326P: David Airlie
327M: airlied@linux.ie
328T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329S: Maintained
330
331AHA152X SCSI DRIVER
332P: Juergen E. Fischer
333M: Juergen Fischer <fischer@norbit.de>
334L: linux-scsi@vger.kernel.org
335S: Maintained
336
Hannes Reinecke64624d42007-10-19 10:32:29 +0200337AIC7XXX / AIC79XX SCSI DRIVER
338P: Hannes Reinecke
339M: hare@suse.de
340L: linux-scsi@vger.kernel.org
341S: Maintained
342
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343ALCATEL SPEEDTOUCH USB DRIVER
344P: Duncan Sands
345M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347W: http://www.linux-usb.org/SpeedTouch/
348S: Maintained
349
Pierre Ossman272f1332007-05-14 21:25:26 +0200350ALCHEMY AU1XX0 MMC DRIVER
351S: Orphan
352
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000353ALI1563 I2C DRIVER
354P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100355M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200356L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000357S: Maintained
358
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359ALPHA PORT
360P: Richard Henderson
361M: rth@twiddle.net
362S: Odd Fixes for 2.4; Maintained for 2.6.
363P: Ivan Kokshaysky
364M: ink@jurassic.park.msu.ru
365S: Maintained for 2.4; PCI support for 2.6.
366
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700367AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
368P: Thomas Dahlmann
369M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700370L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700371S: Supported
372
Jordan Crousef90b8112006-01-06 00:12:14 -0800373AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100374P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700375L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800376W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
377S: Supported
378
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200379AMD IOMMU (AMD-VI)
380P: Joerg Roedel
381M: joerg.roedel@amd.com
382L: iommu@lists.linux-foundation.org
383S: Supported
384
Stelian Pop284f42b2006-12-12 18:18:31 +0100385AMS (Apple Motion Sensor) DRIVER
386P: Stelian Pop
387M: stelian@popies.net
388P: Michael Hanselmann
389M: linux-kernel@hansmi.ch
390S: Supported
391
Tom Tuckerf94b5332006-09-22 15:22:48 -0700392AMSO1100 RNIC DRIVER
393P: Tom Tucker
394M: tom@opengridcomputing.com
395P: Steve Wise
396M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700397L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700398S: Maintained
399
Johannes Berg42269062006-07-25 16:15:50 +0200400AOA (Apple Onboard Audio) ALSA DRIVER
401P: Johannes Berg
402M: johannes@sipsolutions.net
403L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200404L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200405S: Maintained
406
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407APM DRIVER
408P: Stephen Rothwell
409M: sfr@canb.auug.org.au
410L: linux-laptop@vger.kernel.org
411W: http://www.canb.auug.org.au/~sfr/
412S: Supported
413
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700414APPLE SMC DRIVER
415P: Nicolas Boichat
416M: nicolas@boichat.ch
417L: mactel-linux-devel@lists.sourceforge.net
418S: Maintained
419
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420APPLETALK NETWORK LAYER
421P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300422M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423S: Maintained
424
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400425APPLETOUCH TOUCHPAD DRIVER
426P: Johannes Berg
427M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400428L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400429S: Maintained
430
Jaya Kumar1154ea72005-06-21 17:17:04 -0700431ARC FRAMEBUFFER DRIVER
432P: Jaya Kumar
433M: jayalk@intworks.biz
434S: Maintained
435
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436ARM MFM AND FLOPPY DRIVERS
437P: Ian Molton
438M: spyro@f2s.com
439S: Maintained
440
Russell King2761f5c2007-05-24 06:56:08 +0200441ARM PRIMECELL MMCI PL180/1 DRIVER
442P: Russell King
443M: rmk@arm.linux.org.uk
444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445S: Maintained
446
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800447ARM/ADI ROADRUNNER MACHINE SUPPORT
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/ADS SPHERE MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
459ARM/AJECO 1ARM MACHINE SUPPORT
460P: Lennert Buytenhek
461M: kernel@wantstofly.org
462L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
463S: Maintained
464
Andrew Victord4a89c72006-12-04 13:56:21 +0100465ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
466P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100467M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100468L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
469W: http://maxim.org.za/at91_26.html
470S: Maintained
471
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800472ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
473P: Lennert Buytenhek
474M: kernel@wantstofly.org
475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476S: Maintained
477
478ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
479P: Lennert Buytenhek
480M: kernel@wantstofly.org
481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
482S: Maintained
483
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484ARM/CORGI MACHINE SUPPORT
485P: Richard Purdie
486M: rpurdie@rpsys.net
487S: Maintained
488
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100495ARM/GUMSTIX MACHINE SUPPORT
496P: Steve Sakoman
497M: sakoman@gmail.com
498L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
499S: Maintained
500
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100501ARM/HP JORNADA 7XX MACHINE SUPPORT
502P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100503M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100504W: www.jlime.com
505S: Maintained
506
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800507ARM/INTEL IOP32X ARM ARCHITECTURE
508P: Lennert Buytenhek
509M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100510P: Dan Williams
511M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800512L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100513S: Supported
514
515ARM/INTEL IOP33X ARM ARCHITECTURE
516P: Dan Williams
517M: dan.j.williams@intel.com
518L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
519S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800520
521ARM/INTEL IOP13XX ARM ARCHITECTURE
522P: Lennert Buytenhek
523M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100524P: Dan Williams
525M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100527S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528
529ARM/INTEL IQ81342EX MACHINE SUPPORT
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100532P: Dan Williams
533M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100535S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536
537ARM/INTEL IXP2000 ARM ARCHITECTURE
538P: Lennert Buytenhek
539M: kernel@wantstofly.org
540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541S: Maintained
542
543ARM/INTEL IXDP2850 MACHINE SUPPORT
544P: Lennert Buytenhek
545M: kernel@wantstofly.org
546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547S: Maintained
548
549ARM/INTEL IXP23XX ARM ARCHITECTURE
550P: Lennert Buytenhek
551M: kernel@wantstofly.org
552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
553S: Maintained
554
555ARM/INTEL XSC3 (MANZANO) ARM CORE
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100558P: Dan Williams
559M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100561S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562
563ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
564P: Lennert Buytenhek
565M: kernel@wantstofly.org
566L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
567S: Maintained
568
569ARM/LOGICPD PXA270 MACHINE SUPPORT
570P: Lennert Buytenhek
571M: kernel@wantstofly.org
572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
573S: Maintained
574
Dirk Opfer8459c152005-11-06 14:27:52 +0000575ARM/TOSA MACHINE SUPPORT
576P: Dirk Opfer
577M: dirk@opfer-online.de
578S: Maintained
579
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580ARM/PLEB SUPPORT
581P: Peter Chubb
582M: pleb@gelato.unsw.edu.au
583W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
584S: Maintained
585
586ARM/PT DIGITAL BOARD PORT
587P: Stefan Eletzhofer
588M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.arm.linux.org.uk/
591S: Maintained
592
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593ARM/RADISYS ENP2611 MACHINE SUPPORT
594P: Lennert Buytenhek
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained
598
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599ARM/SHARK MACHINE SUPPORT
600P: Alexander Schulz
601M: alex@shark-linux.de
602W: http://www.shark-linux.de/shark.html
603S: Maintained
604
605ARM/STRONGARM110 PORT
606P: Russell King
607M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609W: http://www.arm.linux.org.uk/
610S: Maintained
611
612ARM/S3C2410 ARM ARCHITECTURE
613P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800614M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700615L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616W: http://www.fluff.org/ben/linux/
617S: Maintained
618
619ARM/S3C2440 ARM ARCHITECTURE
620P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800621M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700622L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623W: http://www.fluff.org/ben/linux/
624S: Maintained
625
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800626ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
627P: Lennert Buytenhek
628M: kernel@wantstofly.org
629L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630S: Maintained
631
632ARM/THECUS N2100 MACHINE SUPPORT
633P: Lennert Buytenhek
634M: kernel@wantstofly.org
635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
636S: Maintained
637
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638ARPD SUPPORT
639P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700640L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641S: Maintained
642
643ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500644P: Corentin Chary
645M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646P: Karol Kozimor
647M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648L: acpi4asus-user@lists.sourceforge.net
649W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500650W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651S: Maintained
652
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400653ASUS ASB100 HARDWARE MONITOR DRIVER
654P: Mark M. Hoffman
655M: mhoffman@lightlink.com
656L: lm-sensors@lm-sensors.org
657S: Maintained
658
Corentin Chary85091b72007-01-26 14:04:30 +0100659ASUS LAPTOP EXTRAS DRIVER
660P: Corentin Chary
661M: corentincj@iksaif.net
662L: acpi4asus-user@lists.sourceforge.net
663W: http://sourceforge.net/projects/acpi4asus
664W: http://xf.iksaif.net/acpi4asus
665S: Maintained
666
Dan Williamsb3e5f262007-08-07 10:26:35 -0700667ASYNCHRONOUS TRANSFERS/TRANSFORMS API
668P: Dan Williams
669M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100670P: Maciej Sosnowski
671M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700672L: linux-kernel@vger.kernel.org
673W: http://sourceforge.net/projects/xscaleiop
674S: Supported
675
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676ATA OVER ETHERNET DRIVER
677P: Ed L. Cashin
678M: ecashin@coraid.com
679W: http://www.coraid.com/support/linux
680S: Supported
681
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200682ATHEROS ATH5K WIRELESS DRIVER
683P: Jiri Slaby
684M: jirislaby@gmail.com
685P: Nick Kossifidis
686M: mickflemm@gmail.com
687P: Luis R. Rodriguez
688M: mcgrof@gmail.com
689L: linux-wireless@vger.kernel.org
690L: ath5k-devel@lists.ath5k.org
691S: Maintained
692
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000693ATI_REMOTE2 DRIVER
694P: Ville Syrjala
695M: syrjala@sci.fi
696S: Maintained
697
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600698ATL1 ETHERNET DRIVER
699P: Jay Cliburn
700M: jcliburn@gmail.com
701P: Chris Snook
702M: csnook@redhat.com
703L: atl1-devel@lists.sourceforge.net
704W: http://sourceforge.net/projects/atl1
705W: http://atl1.sourceforge.net
706S: Maintained
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708ATM
709P: Chas Williams
710M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700711L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712W: http://linux-atm.sourceforge.net
713S: Maintained
714
Pierre Ossman272f1332007-05-14 21:25:26 +0200715ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200716P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800717M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200718L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
719W: http://www.atmel.com/products/AT91/
720W: http://www.at91.com/
721S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200722
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800723ATMEL AT91 / AT32 SERIAL DRIVER
724P: Haavard Skinnemoen
725M: hskinnemoen@atmel.com
726L: linux-kernel@vger.kernel.org
727S: Supported
728
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800729ATMEL LCDFB DRIVER
730P: Nicolas Ferre
731M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800732L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800733S: Maintained
734
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100735ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100736P: Haavard Skinnemoen
737M: hskinnemoen@atmel.com
738S: Supported
739
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800740ATMEL SPI DRIVER
741P: Haavard Skinnemoen
742M: hskinnemoen@atmel.com
743S: Supported
744
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700745ATMEL USBA UDC DRIVER
746P: Haavard Skinnemoen
747M: hskinnemoen@atmel.com
748L: kernel@avr32linux.org
749W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
750S: Supported
751
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752ATMEL WIRELESS DRIVER
753P: Simon Kelley
754M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700755L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756W: http://www.thekelleys.org.uk/atmel
757W: http://atmelwlandriver.sourceforge.net/
758S: Maintained
759
Chris Wrighta92b7b82005-07-07 18:12:23 -0700760AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400761P: Al Viro
762M: viro@zeniv.linux.org.uk
763P: Eric Paris
764M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700765L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100766W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400767T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700768S: Maintained
769
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800770AUXILIARY DISPLAY DRIVERS
771P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700772M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800773L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700774W: http://miguelojeda.es/auxdisplay.htm
775W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800776S: Maintained
777
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700778AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700779P: Haavard Skinnemoen
780M: hskinnemoen@atmel.com
781W: http://www.atmel.com/products/AVR32/
782W: http://avr32linux.org/
783W: http://avrfreaks.net/
784S: Supported
785
786AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700787P: Haavard Skinnemoen
788M: hskinnemoen@atmel.com
789S: Supported
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791AX.25 NETWORK LAYER
792P: Ralf Baechle
793M: ralf@linux-mips.org
794L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200795W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796S: Maintained
797
Richard Purdie300abeb2007-02-07 22:21:07 +0000798BACKLIGHT CLASS/SUBSYSTEM
799P: Richard Purdie
800M: rpurdie@rpsys.net
801S: Maintained
802
Bryan Wu1394f032007-05-06 14:50:22 -0700803BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800804P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800805M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800806L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
807W: http://blackfin.uclinux.org
808S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700809
Bryan Wue190d6b2007-07-17 14:43:44 +0800810BLACKFIN EMAC DRIVER
811P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800812M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800813L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
814W: http://blackfin.uclinux.org
815S: Supported
816
Mike Frysinger566da5b2007-06-11 15:31:30 +0800817BLACKFIN RTC DRIVER
818P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800819M: vapier.adi@gmail.com
820L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
821W: http://blackfin.uclinux.org
822S: Supported
823
Bryan Wu1394f032007-05-06 14:50:22 -0700824BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800825P: Sonic Zhang
826M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800827L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
828W: http://blackfin.uclinux.org
829S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700830
Bryan Wu1e6d3202007-07-15 02:50:02 +0800831BLACKFIN WATCHDOG DRIVER
832P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800833M: vapier.adi@gmail.com
834L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
835W: http://blackfin.uclinux.org
836S: Supported
837
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838BAYCOM/HDLCDRV DRIVERS FOR AX.25
839P: Thomas Sailer
840M: t.sailer@alumni.ethz.ch
841L: linux-hams@vger.kernel.org
842W: http://www.baycom.org/~tom/ham/ham.html
843S: Maintained
844
Michael Buesche4d6b792007-09-18 15:39:42 -0400845B43 WIRELESS DRIVER
846P: Michael Buesch
847M: mb@bu3sch.de
848P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100849M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400850L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100851W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400852S: Maintained
853
Larry Finger75388ac2007-09-25 16:46:54 -0700854B43LEGACY WIRELESS DRIVER
855P: Larry Finger
856M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100857P: Stefano Brivio
858M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700859L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100860W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700861S: Maintained
862
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863BEFS FILE SYSTEM
864P: Sergey S. Kostyliov
865M: rathamahata@php4.ru
866L: linux-kernel@vger.kernel.org
867S: Maintained
868
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869BFS FILE SYSTEM
870P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800871M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872L: linux-kernel@vger.kernel.org
873S: Maintained
874
Bryan Wud24ecfc2007-05-01 23:26:32 +0200875BLACKFIN I2C TWI DRIVER
876P: Sonic Zhang
877M: sonic.zhang@analog.com
878L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
879W: http://blackfin.uclinux.org/
880S: Supported
881
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882BLOCK LAYER
883P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200884M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800886T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887S: Maintained
888
Joern Engel2b54aae2008-02-06 01:38:02 -0800889BLOCK2MTD DRIVER
890P: Joern Engel
891M: joern@lazybastard.org
892L: linux-mtd@lists.infradead.org
893S: Maintained
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895BLUETOOTH SUBSYSTEM
896P: Marcel Holtmann
897M: marcel@holtmann.org
898P: Maxim Krasnyansky
899M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700900L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901W: http://bluez.sf.net
902W: http://www.bluez.org
903W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800904T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905S: Maintained
906
907BLUETOOTH RFCOMM LAYER
908P: Marcel Holtmann
909M: marcel@holtmann.org
910P: Maxim Krasnyansky
911M: maxk@qualcomm.com
912S: Maintained
913
914BLUETOOTH BNEP LAYER
915P: Marcel Holtmann
916M: marcel@holtmann.org
917P: Maxim Krasnyansky
918M: maxk@qualcomm.com
919S: Maintained
920
921BLUETOOTH CMTP LAYER
922P: Marcel Holtmann
923M: marcel@holtmann.org
924S: Maintained
925
926BLUETOOTH HIDP LAYER
927P: Marcel Holtmann
928M: marcel@holtmann.org
929S: Maintained
930
931BLUETOOTH HCI UART DRIVER
932P: Marcel Holtmann
933M: marcel@holtmann.org
934P: Maxim Krasnyansky
935M: maxk@qualcomm.com
936S: Maintained
937
938BLUETOOTH HCI USB DRIVER
939P: Marcel Holtmann
940M: marcel@holtmann.org
941P: Maxim Krasnyansky
942M: maxk@qualcomm.com
943S: Maintained
944
945BLUETOOTH HCI BCM203X DRIVER
946P: Marcel Holtmann
947M: marcel@holtmann.org
948S: Maintained
949
950BLUETOOTH HCI BPA10X DRIVER
951P: Marcel Holtmann
952M: marcel@holtmann.org
953S: Maintained
954
955BLUETOOTH HCI BFUSB DRIVER
956P: Marcel Holtmann
957M: marcel@holtmann.org
958S: Maintained
959
960BLUETOOTH HCI DTL1 DRIVER
961P: Marcel Holtmann
962M: marcel@holtmann.org
963S: Maintained
964
965BLUETOOTH HCI BLUECARD DRIVER
966P: Marcel Holtmann
967M: marcel@holtmann.org
968S: Maintained
969
970BLUETOOTH HCI BT3C DRIVER
971P: Marcel Holtmann
972M: marcel@holtmann.org
973S: Maintained
974
975BLUETOOTH HCI BTUART DRIVER
976P: Marcel Holtmann
977M: marcel@holtmann.org
978S: Maintained
979
980BLUETOOTH HCI VHCI DRIVER
981P: Maxim Krasnyansky
982M: maxk@qualcomm.com
983S: Maintained
984
985BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100986P: Jay Vosburgh
987M: fubar@us.ibm.com
988L: bonding-devel@lists.sourceforge.net
989W: http://sourceforge.net/projects/bonding/
990S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991
Gary Zambrano39105892006-06-22 17:26:20 -0700992BROADCOM B44 10/100 ETHERNET DRIVER
993P: Gary Zambrano
994M: zambrano@broadcom.com
995L: netdev@vger.kernel.org
996S: Supported
997
Michael Chan948c51e2006-06-04 02:51:39 -0700998BROADCOM BNX2 GIGABIT ETHERNET DRIVER
999P: Michael Chan
1000M: mchan@broadcom.com
1001L: netdev@vger.kernel.org
1002S: Supported
1003
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001004BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001005P: Eilon Greenstein
1006M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001007L: netdev@vger.kernel.org
1008S: Supported
1009
Michael Chan948c51e2006-06-04 02:51:39 -07001010BROADCOM TG3 GIGABIT ETHERNET DRIVER
1011P: Michael Chan
1012M: mchan@broadcom.com
1013L: netdev@vger.kernel.org
1014S: Supported
1015
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001016BSG (block layer generic sg v4 driver)
1017P: FUJITA Tomonori
1018M: fujita.tomonori@lab.ntt.co.jp
1019L: linux-scsi@vger.kernel.org
1020S: Supported
1021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001023P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001024M: mchehab@infradead.org
1025M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001027W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001028T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
Jonathan Corbet77d51402007-03-22 19:44:17 -03001031CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1032P: Jonathan Corbet
1033M: corbet@lwn.net
1034L: video4linux-list@redhat.com
1035S: Maintained
1036
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001037CAN NETWORK LAYER
1038P: Urs Thuermann
1039M: urs.thuermann@volkswagen.de
1040P: Oliver Hartkopp
1041M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001042L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001043W: http://developer.berlios.de/projects/socketcan/
1044S: Maintained
1045
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001046CALGARY x86-64 IOMMU
1047P: Muli Ben-Yehuda
1048M: muli@il.ibm.com
1049P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001050M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001051L: linux-kernel@vger.kernel.org
1052L: discuss@x86-64.org
1053S: Maintained
1054
Arnd Bergmannb8154542008-05-16 11:10:59 +02001055CELL BROADBAND ENGINE ARCHITECTURE
1056P: Arnd Bergmann
1057M: arnd@arndb.de
1058L: linuxppc-dev@ozlabs.org
1059L: cbe-oss-dev@ozlabs.org
1060W: http://www.ibm.com/developerworks/power/cell/
1061S: Supported
1062
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001063CFAG12864B LCD DRIVER
1064P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001065M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001066L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001067W: http://miguelojeda.es/auxdisplay.htm
1068W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001069S: Maintained
1070
1071CFAG12864BFB LCD FRAMEBUFFER DRIVER
1072P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001073M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001074L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001075W: http://miguelojeda.es/auxdisplay.htm
1076W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001077S: Maintained
1078
Johannes Berg704232c2007-04-23 12:20:05 -07001079CFG80211 and NL80211
1080P: Johannes Berg
1081M: johannes@sipsolutions.net
1082L: linux-wireless@vger.kernel.org
1083S: Maintained
1084
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001085CHECKPATCH
1086P: Andy Whitcroft
1087M: apw@shadowen.org
1088P: Randy Dunlap
1089M: rdunlap@xenotime.net
1090P: Joel Schopp
1091M: jschopp@austin.ibm.com
1092S: Supported
1093
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094COMMON INTERNET FILE SYSTEM (CIFS)
1095P: Steve French
1096M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001097L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001099W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001100T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001101S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102
Joel Becker7063fbf2005-12-15 14:29:43 -08001103CONFIGFS
1104P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001105M: joel.becker@oracle.com
1106L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001107S: Supported
1108
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001109CIRRUS LOGIC EP93XX ETHERNET DRIVER
1110P: Lennert Buytenhek
1111M: kernel@wantstofly.org
1112L: netdev@vger.kernel.org
1113S: Maintained
1114
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001115CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1116P: Lennert Buytenhek
1117M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001118L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001119S: Maintained
1120
Timur Tabid9e9d822008-04-24 08:45:26 +10001121CIRRUS LOGIC CS4270 SOUND DRIVER
1122P: Timur Tabi
1123M: timur@freescale.com
1124L: alsa-devel@alsa-project.org
1125S: Supported
1126
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1128P: Cirrus Logic Corporation (kernel 2.2 driver)
1129M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1130P: Nils Faerber (port to kernel 2.4)
1131M: Nils Faerber <nils@kernelconcepts.de>
1132S: Maintained
1133
1134CODA FILE SYSTEM
1135P: Jan Harkes
1136M: jaharkes@cs.cmu.edu
1137M: coda@cs.cmu.edu
1138L: codalist@coda.cs.cmu.edu
1139W: http://www.coda.cs.cmu.edu/
1140S: Maintained
1141
1142COMPACTPCI HOTPLUG CORE
1143P: Scott Murray
1144M: scottm@somanetworks.com
1145M: scott@spiteful.org
1146L: pcihpd-discuss@lists.sourceforge.net
1147S: Supported
1148
1149COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1150P: Scott Murray
1151M: scottm@somanetworks.com
1152M: scott@spiteful.org
1153L: pcihpd-discuss@lists.sourceforge.net
1154S: Supported
1155
1156COMPACTPCI HOTPLUG GENERIC DRIVER
1157P: Scott Murray
1158M: scottm@somanetworks.com
1159M: scott@spiteful.org
1160L: pcihpd-discuss@lists.sourceforge.net
1161S: Supported
1162
1163COMPUTONE INTELLIPORT MULTIPORT CARD
1164P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001165M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001167S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
Simon Arlott949be0f2007-03-06 02:47:46 -08001169CONEXANT ACCESSRUNNER USB DRIVER
1170P: Simon Arlott
1171M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001172L: accessrunner-general@lists.sourceforge.net
1173W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001174S: Maintained
1175
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001176CONTROL GROUPS (CGROUPS)
1177P: Paul Menage
1178M: menage@google.com
1179L: containers@lists.linux-foundation.org
1180S: Maintained
1181
Rudolf Marekbebe4672007-05-08 17:22:02 +02001182CORETEMP HARDWARE MONITORING DRIVER
1183P: Rudolf Marek
1184M: r.marek@assembler.cz
1185L: lm-sensors@lm-sensors.org
1186S: Maintained
1187
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188COSA/SRP SYNC SERIAL DRIVER
1189P: Jan "Yenya" Kasprzak
1190M: kas@fi.muni.cz
1191W: http://www.fi.muni.cz/~kas/cosa/
1192S: Maintained
1193
1194CPU FREQUENCY DRIVERS
1195P: Dave Jones
1196M: davej@codemonkey.org.uk
1197L: cpufreq@lists.linux.org.uk
1198W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001199T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200S: Maintained
1201
1202CPUID/MSR DRIVER
1203P: H. Peter Anvin
1204M: hpa@zytor.com
1205S: Maintained
1206
Paul Jacksoned90fb42005-09-27 21:45:37 -07001207CPUSETS
1208P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001209P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001210M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001211M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001212L: linux-kernel@vger.kernel.org
1213W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001214W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001215S: Supported
1216
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001218W: http://sourceforge.net/projects/cramfs/
1219S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220
1221CRIS PORT
1222P: Mikael Starvik
1223M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001224P: Jesper Nilsson
1225M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226L: dev-etrax@axis.com
1227W: http://developer.axis.com
1228S: Maintained
1229
1230CRYPTO API
1231P: Herbert Xu
1232M: herbert@gondor.apana.org.au
1233P: David S. Miller
1234M: davem@davemloft.net
1235L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001236T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237S: Maintained
1238
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001239CS5535 Audio ALSA driver
1240P: Jaya Kumar
1241M: jayakumar.alsa@gmail.com
1242S: Maintained
1243
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001244CX18 VIDEO4LINUX DRIVER
1245P: Hans Verkuil, Andy Walls
1246M: hverkuil@xs4all.nl, awalls@radix.net
1247L: ivtv-devel@ivtvdriver.org
1248L: ivtv-users@ivtvdriver.org
1249L: video4linux-list@redhat.com
1250W: http://linuxtv.org
1251S: Maintained
1252
Steve Wisee5ec3782008-05-20 14:06:33 -07001253CXGB3 ETHERNET DRIVER (CXGB3)
1254P: Divy Le Ray
1255M: divy@chelsio.com
1256L: netdev@vger.kernel.org
1257W: http://www.chelsio.com
1258S: Supported
1259
1260CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1261P: Steve Wise
1262M: swise@chelsio.com
1263L: general@lists.openfabrics.org
1264W: http://www.openfabrics.org
1265S: Supported
1266
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267CYBERPRO FB DRIVER
1268P: Russell King
1269M: rmk@arm.linux.org.uk
1270W: http://www.arm.linux.org.uk/
1271S: Maintained
1272
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001273CYBLAFB FRAMEBUFFER DRIVER
1274P: Knut Petersen
1275M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001276L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001277S: Maintained
1278
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279CYCLADES 2X SYNC CARD DRIVER
1280P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001281M: acme@ghostprotocols.net
1282W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283S: Maintained
1284
1285CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001287S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288
1289CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001291S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293DAMA SLAVE for AX.25
1294P: Joerg Reuter
1295M: jreuter@yaina.de
1296W: http://yaina.de/jreuter/
1297W: http://www.qsl.net/dl1bke/
1298L: linux-hams@vger.kernel.org
1299S: Maintained
1300
1301DC395x SCSI driver
1302P: Oliver Neukum
1303M: oliver@neukum.name
1304P: Ali Akcaagac
1305M: aliakc@web.de
1306P: Jamie Lenehan
1307M: lenehan@twibble.org
1308W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001309L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310L: http://lists.twibble.org/mailman/listinfo/dc395x/
1311S: Maintained
1312
1313DC390/AM53C974 SCSI driver
1314P: Kurt Garloff
1315M: garloff@suse.de
1316W: http://www.garloff.de/kurt/linux/dc390/
1317P: Guennadi Liakhovetski
1318M: g.liakhovetski@gmx.de
1319S: Maintained
1320
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001321DCCP PROTOCOL
1322P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001323M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001324L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001325W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001326S: Maintained
1327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001329P: Christine Caulfield
1330M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331W: http://linux-decnet.sourceforge.net
1332L: linux-decnet-user@lists.sourceforge.net
1333S: Maintained
1334
1335DEFXX FDDI NETWORK DRIVER
1336P: Maciej W. Rozycki
1337M: macro@linux-mips.org
1338S: Maintained
1339
1340DELL LAPTOP SMM DRIVER
1341P: Massimo Dal Zotto
1342M: dz@debian.org
1343W: http://www.debian.org/~dz/i8k/
1344S: Maintained
1345
Doug Warzecha90563ec2005-09-06 15:17:15 -07001346DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1347P: Doug Warzecha
1348M: Douglas_Warzecha@dell.com
1349S: Maintained
1350
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001351DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352P: Alasdair Kergon
1353L: dm-devel@redhat.com
1354W: http://sources.redhat.com/dm
1355S: Maintained
1356
1357DEVICE NUMBER REGISTRY
1358P: Torben Mathiasen
1359M: device@lanana.org
1360W: http://lanana.org/docs/device-list/index.html
1361L: linux-kernel@vger.kernel.org
1362S: Maintained
1363
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364DIGI INTL. EPCA DRIVER
1365P: Digi International, Inc
1366M: Eng.Linux@digi.com
1367L: Eng.Linux@digi.com
1368W: http://www.digi.com
1369S: Orphaned
1370
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371DIRECTORY NOTIFICATION
1372P: Stephen Rothwell
1373M: sfr@canb.auug.org.au
1374L: linux-kernel@vger.kernel.org
1375S: Supported
1376
1377DISK GEOMETRY AND PARTITION HANDLING
1378P: Andries Brouwer
1379M: aeb@cwi.nl
1380W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1381W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1382W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1383S: Maintained
1384
1385DISKQUOTA:
1386P: Jan Kara
1387M: jack@suse.cz
1388L: linux-kernel@vger.kernel.org
1389S: Maintained
1390
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001391DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001392P: Christine Caulfield
1393M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001394P: David Teigland
1395M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001396L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001397W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001398T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001399S: Supported
1400
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1402P: Tobias Ringstrom
1403M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001404L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405S: Maintained
1406
Dan Williamsb3e5f262007-08-07 10:26:35 -07001407DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001408P: Maciej Sosnowski
1409M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001410P: Dan Williams
1411M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001412L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001413S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001414
Juerg Haefligerb8250372007-06-09 10:11:16 -04001415DME1737 HARDWARE MONITOR DRIVER
1416P: Juerg Haefliger
1417M: juergh@gmail.com
1418L: lm-sensors@lm-sensors.org
1419S: Maintained
1420
Martin Waitzba483d52005-06-17 13:20:59 -07001421DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001422P: Randy Dunlap
1423M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001424S: Maintained
1425
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001426DOCKING STATION DRIVER
1427P: Kristen Carlson Accardi
1428M: kristen.c.accardi@intel.com
1429L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001430S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001431
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001432DOCUMENTATION (/Documentation directory)
1433P: Michael Kerrisk
1434M: mtk.manpages@gmail.com
1435P: Randy Dunlap
1436M: rdunlap@xenotime.net
1437L: linux-doc@vger.kernel.org
1438S: Maintained
1439
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440DOUBLETALK DRIVER
1441P: James R. Van Zandt
1442M: jrv@vanzandt.mv.com
1443L: blinux-list@redhat.com
1444S: Maintained
1445
1446DRIVER CORE, KOBJECTS, AND SYSFS
1447P: Greg Kroah-Hartman
1448M: gregkh@suse.de
1449L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001450T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451S: Supported
1452
1453DRM DRIVERS
1454P: David Airlie
1455M: airlied@linux.ie
1456L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001457T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458S: Maintained
1459
1460DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001461P: Francois Romieu
1462M: romieu@fr.zoreil.com
1463L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464S: Maintained
1465
1466DVB SUBSYSTEM AND DRIVERS
1467P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001468M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001470W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001471T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001472S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001474DZ DECSTATION DZ11 SERIAL DRIVER
1475P: Maciej W. Rozycki
1476M: macro@linux-mips.org
1477S: Maintained
1478
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479EATA-DMA SCSI DRIVER
1480P: Michael Neuffer
1481L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1482S: Maintained
1483
1484EATA ISA/EISA/PCI SCSI DRIVER
1485P: Dario Ballabio
1486M: ballabio_dario@emc.com
1487L: linux-scsi@vger.kernel.org
1488S: Maintained
1489
1490EATA-PIO SCSI DRIVER
1491P: Michael Neuffer
1492M: mike@i-Connect.Net
1493L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1494S: Maintained
1495
1496EBTABLES
1497P: Bart De Schuymer
1498M: bart.de.schuymer@pandora.be
1499L: ebtables-user@lists.sourceforge.net
1500L: ebtables-devel@lists.sourceforge.net
1501W: http://ebtables.sourceforge.net/
1502S: Maintained
1503
Michael Halcrow237fead2006-10-04 02:16:22 -07001504ECRYPT FILE SYSTEM
1505P: Mike Halcrow, Phillip Hellewell
1506M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1507L: ecryptfs-devel@lists.sourceforge.net
1508W: http://ecryptfs.sourceforge.net/
1509S: Supported
1510
Alan Coxda9bb1d2006-01-18 17:44:13 -08001511EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001512P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001513M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001514L: bluesmoke-devel@lists.sourceforge.net
1515W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001516S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001517
1518EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001519P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001520P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001521M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001522M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001523L: bluesmoke-devel@lists.sourceforge.net
1524W: bluesmoke.sourceforge.net
1525S: Maintained
1526
1527EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001528P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001529M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001530L: bluesmoke-devel@lists.sourceforge.net
1531W: bluesmoke.sourceforge.net
1532S: Maintained
1533
Douglas Thompson6bc78402007-07-19 01:50:12 -07001534EDAC-I82443BXGX
1535P: Tim Small
1536M: tim@buttersideup.com
1537L: bluesmoke-devel@lists.sourceforge.net
1538W: bluesmoke.sourceforge.net
1539S: Maintained
1540
1541EDAC-I3000
1542P: Jason Uhlenkott
1543M: juhlenko@akamai.com
1544L: bluesmoke-devel@lists.sourceforge.net
1545W: bluesmoke.sourceforge.net
1546S: Maintained
1547
1548EDAC-I5000
1549P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001550M: dougthompson@xmission.com
1551L: bluesmoke-devel@lists.sourceforge.net
1552W: bluesmoke.sourceforge.net
1553S: Maintained
1554
1555EDAC-I82975X
1556P: Ranganathan Desikan
1557P: Arvind R.
1558M: rdesikan@jetzbroadband.com
1559M: arvind@acarlab.com
1560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
1564EDAC-PASEMI
1565P: Egor Martovetsky
1566M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
1570
Dave Peterson0e438e32006-03-26 01:38:55 -08001571EDAC-R82600
1572P: Tim Small
1573M: tim@buttersideup.com
1574L: bluesmoke-devel@lists.sourceforge.net
1575W: bluesmoke.sourceforge.net
1576S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001577
Eric Coopere59f8792008-03-13 12:55:46 +01001578EEEPC LAPTOP EXTRAS DRIVER
1579P: Corentin Chary
1580M: corentincj@iksaif.net
1581L: acpi4asus-user@lists.sourceforge.net
1582W: http://sourceforge.net/projects/acpi4asus
1583S: Maintained
1584
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585EEPRO100 NETWORK DRIVER
1586P: Andrey V. Savochkin
1587M: saw@saw.sw.com.sg
1588S: Maintained
1589
Josh Triplett0bee8d22006-07-30 03:03:58 -07001590EFS FILESYSTEM
1591W: http://aeschi.ch.eu.org/efs/
1592S: Orphan
1593
Heiko J Schickfab97222006-09-22 15:22:22 -07001594EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1595P: Hoang-Nam Nguyen
1596M: hnguyen@de.ibm.com
1597P: Christoph Raisch
1598M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001599L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001600S: Supported
1601
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001602EMBEDDED LINUX
1603P: Paul Gortmaker
1604M: paul.gortmaker@windriver.com
1605P David Woodhouse
1606M: dwmw2@infradead.org
1607L: linux-embedded@vger.kernel.org
1608S: Maintained
1609
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001610EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001611P: James Smart
1612M: james.smart@emulex.com
1613L: linux-scsi@vger.kernel.org
1614W: http://sourceforge.net/projects/lpfcxxxx
1615S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617EPSON 1355 FRAMEBUFFER DRIVER
1618P: Christopher Hoover
1619M: ch@murgatroid.com, ch@hpl.hp.com
1620S: Maintained
1621
1622ETHEREXPRESS-16 NETWORK DRIVER
1623P: Philip Blundell
1624M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001625L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626S: Maintained
1627
1628ETHERNET BRIDGE
1629P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001630M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001631L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001632W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633S: Maintained
1634
1635ETHERTEAM 16I DRIVER
1636P: Mika Kuoppala
1637M: miku@iki.fi
1638S: Maintained
1639
1640EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001641L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642S: Maintained
1643
1644EXT3 FILE SYSTEM
1645P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001646M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001647L: linux-ext4@vger.kernel.org
1648S: Maintained
1649
1650EXT4 FILE SYSTEM
1651P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001652M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001653L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654S: Maintained
1655
Jean Delvaree53004e2006-01-09 23:26:14 +01001656F71805F HARDWARE MONITORING DRIVER
1657P: Jean Delvare
1658M: khali@linux-fr.org
1659L: lm-sensors@lm-sensors.org
1660S: Maintained
1661
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662FARSYNC SYNCHRONOUS DRIVER
1663P: Kevin Curtis
1664M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665W: http://www.farsite.co.uk/
1666S: Supported
1667
Akinobu Mitac5408b82007-04-23 14:41:20 -07001668FAULT INJECTION SUPPORT
1669P: Akinobu Mita
1670M: akinobu.mita@gmail.com
1671S: Supported
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673FRAMEBUFFER LAYER
1674P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001675M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001676L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677W: http://linux-fbdev.sourceforge.net/
1678S: Maintained
1679
Zhang Wei173acc72008-03-01 07:42:48 -07001680FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001681P: Li Yang
1682M: leoli@freescale.com
1683P: Zhang Wei
1684M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001685L: linuxppc-embedded@ozlabs.org
1686L: linux-kernel@vger.kernel.org
1687S: Maintained
1688
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001689FREESCALE I2C CPM DRIVER
1690P: Jochen Friedrich
1691M: jochen@scram.de
1692L: linuxppc-dev@ozlabs.org
1693L: i2c@lm-sensors.org
1694S: Maintained
1695
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001696FREESCALE SOC FS_ENET DRIVER
1697P: Pantelis Antoniou
1698M: pantelis.antoniou@gmail.com
1699P: Vitaly Bordug
1700M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001701L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001702L: netdev@vger.kernel.org
1703S: Maintained
1704
Timur Tabid9e9d822008-04-24 08:45:26 +10001705FREESCALE QUICC ENGINE LIBRARY
1706P: Timur Tabi
1707M: timur@freescale.com
1708L: linuxppc-dev@ozlabs.org
1709S: Supported
1710
Li Yanga7205b32007-04-23 10:38:18 -07001711FREESCALE HIGHSPEED USB DEVICE DRIVER
1712P: Li Yang
1713M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001714L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001715L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001716S: Maintained
1717
Li Yangbeaf53b2007-05-25 13:54:02 +08001718FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1719P: Li Yang
1720M: leoli@freescale.com
1721L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001722L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001723S: Maintained
1724
Timur Tabid9e9d822008-04-24 08:45:26 +10001725FREESCALE QUICC ENGINE UCC UART DRIVER
1726P: Timur Tabi
1727M: timur@freescale.com
1728L: linuxppc-dev@ozlabs.org
1729S: Supported
1730
1731FREESCALE SOC SOUND DRIVERS
1732P: Timur Tabi
1733M: timur@freescale.com
1734L: alsa-devel@alsa-project.org
1735L: linuxppc-dev@ozlabs.org
1736S: Supported
1737
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738FILE LOCKING (flock() and fcntl()/lockf())
1739P: Matthew Wilcox
1740M: matthew@wil.cx
1741L: linux-fsdevel@vger.kernel.org
1742S: Maintained
1743
1744FILESYSTEMS (VFS and infrastructure)
1745P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001746M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001747L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748S: Maintained
1749
Stefan Richterf148e202008-01-12 12:32:44 +01001750FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001751P: Kristian Hoegsberg, Stefan Richter
1752M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1753L: linux1394-devel@lists.sourceforge.net
1754W: http://www.linux1394.org/
1755T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1756S: Maintained
1757
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758FIRMWARE LOADER (request_firmware)
1759L: linux-kernel@vger.kernel.org
1760S: Orphan
1761
1762FPU EMULATOR
1763P: Bill Metzenthen
1764M: billm@suburbia.net
1765W: http://suburbia.net/~billm/floating-point/emulator/
1766S: Maintained
1767
1768FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1769P: Mike McLagan
1770M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001771L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772S: Maintained
1773
1774FREEVXFS FILESYSTEM
1775P: Christoph Hellwig
1776M: hch@infradead.org
1777W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1778S: Maintained
1779
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001780FTRACE
1781P: Steven Rostedt
1782M: srostedt@redhat.com
1783S: Maintained
1784
David Howells5ab7ffe2007-04-10 15:10:45 +01001785FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786P: David Howells
1787M: dhowells@redhat.com
1788S: Maintained
1789
Miklos Szeredi04578f12005-09-09 13:10:22 -07001790FUSE: FILESYSTEM IN USERSPACE
1791P: Miklos Szeredi
1792M: miklos@szeredi.hu
1793L: fuse-devel@lists.sourceforge.net
1794W: http://fuse.sourceforge.net/
1795S: Maintained
1796
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1798P: Rik Faith
1799M: faith@cs.unc.edu
1800L: linux-scsi@vger.kernel.org
1801S: Odd fixes (e.g., new signatures)
1802
1803GDT SCSI DISK ARRAY CONTROLLER DRIVER
1804P: Achim Leubner
1805M: achim_leubner@adaptec.com
1806L: linux-scsi@vger.kernel.org
1807W: http://www.icp-vortex.com/
1808S: Supported
1809
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001810GENERIC GPIO I2C DRIVER
1811P: Haavard Skinnemoen
1812M: hskinnemoen@atmel.com
1813S: Supported
1814
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1816P: Krzysztof Halasa
1817M: khc@pm.waw.pl
1818W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1819S: Maintained
1820
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001821GFS2 FILE SYSTEM
1822P: Steven Whitehouse
1823M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001824L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001825W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001826T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1827T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001828S: Supported
1829
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001830GIGASET ISDN DRIVERS
1831P: Hansjoerg Lipp
1832M: hjlipp@web.de
1833P: Tilman Schmidt
1834M: tilman@imap.cc
1835L: gigaset307x-common@lists.sourceforge.net
1836W: http://gigaset307x.sourceforge.net/
1837S: Maintained
1838
Jean Delvare5b543962005-08-15 19:51:02 +02001839HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001840P: Mark M. Hoffman
1841M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001842L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001843W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001844T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1845T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001846S: Maintained
1847
Michael Buesch844dd052006-06-26 00:24:59 -07001848HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001849S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001850
Robert Love860e1d62005-08-31 23:57:59 -04001851HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1852P: Robert Love
1853M: rlove@rlove.org
1854M: linux-kernel@vger.kernel.org
1855W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1856S: Maintained
1857
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858HARMONY SOUND DRIVER
1859P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001860M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001861L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862S: Maintained
1863
1864HAYES ESP SERIAL DRIVER
1865P: Andrew J. Robinson
1866M: arobinso@nyx.net
1867L: linux-kernel@vger.kernel.org
1868W: http://www.nyx.net/~arobinso
1869S: Maintained
1870
1871HFS FILESYSTEM
1872P: Roman Zippel
1873M: zippel@linux-m68k.org
1874L: linux-kernel@vger.kernel.org
1875S: Maintained
1876
1877HGA FRAMEBUFFER DRIVER
1878P: Ferenc Bakonyi
1879M: fero@drama.obuda.kando.hu
1880L: linux-nvidia@lists.surfsouth.com
1881W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1882S: Maintained
1883
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001884HID CORE LAYER
1885P: Jiri Kosina
1886M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001887L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001888T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001889S: Maintained
1890
Ingo Molnar38bed542007-02-22 09:09:34 +01001891HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1892P: Thomas Gleixner
1893M: tglx@linutronix.de
1894L: linux-kernel@vger.kernel.org
1895S: Maintained
1896
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897HIGH-SPEED SCC DRIVER FOR AX.25
1898P: Klaus Kudielka
1899M: klaus.kudielka@ieee.org
1900L: linux-hams@vger.kernel.org
1901W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1902S: Maintained
1903
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001904HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1905P: HighPoint Linux Team
1906M: linux@highpoint-tech.com
1907W: http://www.highpoint-tech.com
1908S: Supported
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910HIPPI
1911P: Jes Sorensen
1912M: jes@trained-monkey.org
1913L: linux-hippi@sunsite.dk
1914S: Maintained
1915
1916HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1917P: Chirag Kantharia
1918M: chirag.kantharia@hp.com
1919L: iss_storagedev@hp.com
1920S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922HEWLETT-PACKARD SMART2 RAID DRIVER
1923P: Chirag Kantharia
1924M: chirag.kantharia@hp.com
1925L: iss_storagedev@hp.com
1926S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1929P: Mike Miller
1930M: mike.miller@hp.com
1931L: iss_storagedev@hp.com
1932S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001933
Jouni Malinenff1d2762005-05-12 22:54:16 -04001934HOST AP DRIVER
1935P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001936M: j@w1.fi
1937L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001938L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001939W: http://hostap.epitest.fi/
1940S: Maintained
1941
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1943P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001944M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945S: Maintained
1946
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001947HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1948P: Carlos Corbacho
1949M: carlos@strangeworlds.co.uk
1950S: Odd Fixes
1951
Bob Piccob9b03322005-11-07 00:59:19 -08001952HPET: High Precision Event Timers driver (hpet.c)
1953P: Clemens Ladisch
1954M: clemens@ladisch.de
1955S: Maintained
1956
1957HPET: i386
1958P: Venkatesh Pallipadi (Venki)
1959M: venkatesh.pallipadi@intel.com
1960S: Maintained
1961
1962HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001963P: Vojtech Pavlik
1964M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001965S: Maintained
1966
1967HPET: ACPI hpet.c
1968P: Bob Picco
1969M: bob.picco@hp.com
1970S: Maintained
1971
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972HPFS FILESYSTEM
1973P: Mikulas Patocka
1974M: mikulas@artax.karlin.mff.cuni.cz
1975W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1976S: Maintained
1977
1978HUGETLB FILESYSTEM
1979P: William Irwin
1980M: wli@holomorphy.com
1981S: Maintained
1982
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001983I2C/SMBUS STUB DRIVER
1984P: Mark M. Hoffman
1985M: mhoffman@lightlink.com
1986L: lm-sensors@lm-sensors.org
1987S: Maintained
1988
Jean Delvare5b543962005-08-15 19:51:02 +02001989I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001990P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001992P: Ben Dooks (embedded platforms)
1993M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001994L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001995T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996S: Maintained
1997
Till Harbaume8c76ee2007-05-01 23:26:35 +02001998I2C-TINY-USB DRIVER
1999P: Till Harbaum
2000M: till@harbaum.org
2001L: i2c@lm-sensors.org
2002T: http://www.harbaum.org/till/i2c_tiny_usb
2003S: Maintained
2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002006P: H. Peter Anvin
2007M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008L: Linux-Kernel@vger.kernel.org
2009S: Maintained
2010
2011i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012P: H. Peter Anvin
2013M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002014T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015S: Maintained
2016
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017IA64 (Itanium) PLATFORM
2018P: Tony Luck
2019M: tony.luck@intel.com
2020L: linux-ia64@vger.kernel.org
2021W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002022T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023S: Maintained
2024
2025SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002026P: Jes Sorensen
2027M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028L: linux-altix@sgi.com
2029L: linux-ia64@vger.kernel.org
2030W: http://www.sgi.com/altix
2031S: Maintained
2032
2033IBM MCA SCSI SUBSYSTEM DRIVER
2034P: Michael Lang
2035M: langa2@kph.uni-mainz.de
2036W: http://www.uni-mainz.de/~langm000/linux.html
2037S: Maintained
2038
2039IBM Power Linux RAID adapter
2040P: Brian King
2041M: brking@us.ibm.com
2042S: Supported
2043
2044IBM ServeRAID RAID DRIVER
2045P: Jack Hammer
2046P: Dave Jeffery
2047M: ipslinux@adaptec.com
2048W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002049S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002051IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002053M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002055T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056S: Maintained
2057
2058IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002059P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002060M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002061L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002062S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063
2064IDE/ATAPI FLOPPY DRIVERS
2065P: Paul Bristow
2066M: Paul Bristow <paul@paulbristow.net>
2067W: http://paulbristow.net/linux/idefloppy.html
2068L: linux-kernel@vger.kernel.org
2069S: Maintained
2070
2071IDE/ATAPI TAPE DRIVERS
2072P: Gadi Oxman
2073M: Gadi Oxman <gadio@netvision.net.il>
2074L: linux-kernel@vger.kernel.org
2075S: Maintained
2076
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002077IDE-SCSI DRIVER
2078L: linux-ide@vger.kernel.org
2079L: linux-scsi@vger.kernel.org
2080S: Orphan
2081
Stefan Richterf148e202008-01-12 12:32:44 +01002082IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002084M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002085P: Stefan Richter
2086M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087L: linux1394-devel@lists.sourceforge.net
2088W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002089T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090S: Maintained
2091
Stefan Richterf51a5a92007-04-23 14:41:10 -07002092IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093P: Dan Dennedy
2094M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002095P: Stefan Richter
2096M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002098S: Maintained
2099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002101L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002102S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103
2104INFINIBAND SUBSYSTEM
2105P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002106M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002108M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002110M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002111L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002113T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114S: Supported
2115
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002116INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002117P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002118M: dmitry.torokhov@gmail.com
2119M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002120L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002121T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
Robert Lovec9f04f52005-07-15 12:21:07 -04002124INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002125P: John McCutchan
2126M: ttb@tentacle.dhs.org
2127P: Robert Love
2128M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002129L: linux-kernel@vger.kernel.org
2130S: Maintained
2131
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002132INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002133P: Sylvain Meyer
2134M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002135L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002136S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002139P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002140M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002141L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002142S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144INTEL IA32 MICROCODE UPDATE SUPPORT
2145P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002146M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Maintained
2148
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002149INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002150P: Maciej Sosnowski
2151M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002152L: linux-kernel@vger.kernel.org
2153S: Supported
2154
Dan Williamsb3e5f262007-08-07 10:26:35 -07002155INTEL IOP-ADMA DMA DRIVER
2156P: Dan Williams
2157M: dan.j.williams@intel.com
2158L: linux-kernel@vger.kernel.org
2159S: Supported
2160
Michael Buesch844dd052006-06-26 00:24:59 -07002161INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2162P: Deepak Saxena
2163M: dsaxena@plexity.net
2164S: Maintained
2165
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002166INTEL IXP2000 ETHERNET DRIVER
2167P: Lennert Buytenhek
2168M: kernel@wantstofly.org
2169L: netdev@vger.kernel.org
2170S: Maintained
2171
Auke Kokd94e6fe2008-03-03 14:37:47 -08002172INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002173P: Jeff Kirsher
2174M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002175P: Jesse Brandeburg
2176M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002177P: Bruce Allan
2178M: bruce.w.allan@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002179P: John Ronciak
2180M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002181L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002182W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183S: Supported
2184
James Ketrenos826d2ab2005-11-07 18:56:59 -06002185INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002186P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002187M: yi.zhu@intel.com
2188P: James Ketrenos
2189M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002190P: Reinette Chatre
2191M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002192L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002193L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002194W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002195W: http://ipw2100.sourceforge.net
2196S: Supported
2197
2198INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002199P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002200M: yi.zhu@intel.com
2201P: James Ketrenos
2202M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002203P: Reinette Chatre
2204M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002205L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002206L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002207W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002208W: http://ipw2200.sourceforge.net
2209S: Supported
2210
Zhu Yib481de92007-09-25 17:54:57 -07002211INTEL WIRELESS WIFI LINK (iwlwifi)
2212P: Zhu Yi
2213M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002214P: Reinette Chatre
2215M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002216L: linux-wireless@vger.kernel.org
2217L: ipw3945-devel@lists.sourceforge.net
2218W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002219T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002220S: Supported
2221
Ralf Baechlecb109a02007-08-30 23:56:30 -07002222IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223P: Ralf Baechle
2224M: ralf@linux-mips.org
2225L: linux-mips@linux-mips.org
2226S: Maintained
2227
Ralf Baechlecb109a02007-08-30 23:56:30 -07002228IOC3 SERIAL DRIVER
2229P: Pat Gefre
2230M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002231L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002232S: Maintained
2233
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234IP MASQUERADING:
2235P: Juanjo Ciarlante
2236M: jjciarla@raiz.uncu.edu.ar
2237S: Maintained
2238
Francois Romieu1202d6f2007-09-17 17:13:55 -07002239IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2240P: Francois Romieu
2241M: romieu@fr.zoreil.com
2242P: Sorbica Shieh
2243M: sorbica@icplus.com.tw
2244P: Jesse Huang
2245M: jesse@icplus.com.tw
2246L: netdev@vger.kernel.org
2247S: Maintained
2248
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002249IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002250P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002251M: infinipath@qlogic.com
2252L: general@lists.openfabrics.org
2253T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002254S: Supported
2255
Corey Minyard4409ebe2006-04-20 02:43:12 -07002256IPMI SUBSYSTEM
2257P: Corey Minyard
2258M: minyard@acm.org
2259L: openipmi-developer@lists.sourceforge.net
2260W: http://openipmi.sourceforge.net/
2261S: Supported
2262
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263IPX NETWORK LAYER
2264P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002265M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002266L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Maintained
2268
David Sterba099dc4f2008-02-07 10:57:12 +01002269IPWIRELES DRIVER
2270P: Jiri Kosina
2271M: jkosina@suse.cz
2272P: David Sterba
2273M: dsterba@suse.cz
2274S: Maintained
2275T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002278P: Samuel Ortiz
2279M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002280L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002282S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283
Mike Christie14816b12007-11-28 16:22:06 -08002284ISCSI
2285P: Mike Christie
2286M: michaelc@cs.wisc.edu
2287L: open-iscsi@googlegroups.com
2288W: www.open-iscsi.org
2289T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2290S: Maintained
2291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292ISAPNP
2293P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002294M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295S: Maintained
2296
2297ISDN SUBSYSTEM
2298P: Karsten Keil
2299M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002300L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002302T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303S: Maintained
2304
2305ISDN SUBSYSTEM (Eicon active card driver)
2306P: Armin Schindler
2307M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002308L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309W: http://www.melware.de
2310S: Maintained
2311
Hans Verkuil91821ff2007-12-02 09:35:33 -03002312IVTV VIDEO4LINUX DRIVER
2313P: Hans Verkuil
2314M: hverkuil@xs4all.nl
2315L: ivtv-devel@ivtvdriver.org
2316L: ivtv-users@ivtvdriver.org
2317L: video4linux-list@redhat.com
2318W: http://www.ivtvdriver.org
2319S: Maintained
2320
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2322P: David Woodhouse
2323M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002324L: linux-mtd@lists.infradead.org
2325W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326S: Maintained
2327
2328JFS FILESYSTEM
2329P: Dave Kleikamp
2330M: shaggy@austin.ibm.com
2331L: jfs-discussion@lists.sourceforge.net
2332W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002333T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334S: Supported
2335
Josh Triplettde456d32006-07-30 03:04:00 -07002336JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002337P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002338M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002339L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002340S: Maintained
2341
Rudolf Marek4660cb32006-10-08 22:01:26 +02002342K8TEMP HARDWARE MONITORING DRIVER
2343P: Rudolf Marek
2344M: r.marek@assembler.cz
2345L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346S: Maintained
2347
2348KCONFIG
2349P: Roman Zippel
2350M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002351L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
Vivek Goyalea6c2082006-05-20 14:59:55 -07002354KDUMP
2355P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002356M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002357P: Haren Myneni
2358M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002359L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002360L: linux-kernel@vger.kernel.org
2361W: http://lse.sourceforge.net/kdump/
2362S: Maintained
2363
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364KERNEL AUTOMOUNTER (AUTOFS)
2365P: H. Peter Anvin
2366M: hpa@zytor.com
2367L: autofs@linux.kernel.org
2368S: Odd Fixes
2369
2370KERNEL AUTOMOUNTER v4 (AUTOFS4)
2371P: Ian Kent
2372M: raven@themaw.net
2373L: autofs@linux.kernel.org
2374S: Maintained
2375
2376KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377P: Sam Ravnborg
2378M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002379T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2380T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002381L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002382S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383
2384KERNEL JANITORS
2385P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002386L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388S: Maintained
2389
2390KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002391P: J. Bruce Fields
2392M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002394M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002395L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002397S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398
Avi Kivity426d62e2006-12-13 00:34:03 -08002399KERNEL VIRTUAL MACHINE (KVM)
2400P: Avi Kivity
2401M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002402L: kvm@vger.kernel.org
2403W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002404S: Supported
2405
Hollis Blanchard513014b2008-04-16 23:28:08 -05002406KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2407P: Hollis Blanchard
2408M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002409L: kvm-ppc@vger.kernel.org
2410W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002411S: Supported
2412
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002413KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002414P: Anthony Xu
2415M: anthony.xu@intel.com
2416P: Xiantao Zhang
2417M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002418L: kvm-ia64@vger.kernel.org
2419W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002420S: Supported
2421
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002422KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2423P: Carsten Otte
2424M: cotte@de.ibm.com
2425P: Christian Borntraeger
2426M: borntraeger@de.ibm.com
2427M: linux390@de.ibm.com
2428L: linux-s390@vger.kernel.org
2429W: http://www.ibm.com/developerworks/linux/linux390/
2430S: Supported
2431
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002432KEXEC
2433P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002434M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002435W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002436L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002437L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002438S: Maintained
2439
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002440KGDB
2441P: Jason Wessel
2442M: jason.wessel@windriver.com
2443L: kgdb-bugreport@lists.sourceforge.net
2444S: Maintained
2445
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002446KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002447P: Ananth N Mavinakayanahalli
2448M: ananth@in.ibm.com
2449P: Anil S Keshavamurthy
2450M: anil.s.keshavamurthy@intel.com
2451P: David S. Miller
2452M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002453P: Masami Hiramatsu
2454M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002455L: linux-kernel@vger.kernel.org
2456S: Maintained
2457
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002458KS0108 LCD CONTROLLER DRIVER
2459P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002460M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002461L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002462W: http://miguelojeda.es/auxdisplay.htm
2463W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002464S: Maintained
2465
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002468S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469
2470LASI 53c700 driver for PARISC
2471P: James E.J. Bottomley
2472M: James.Bottomley@HansenPartnership.com
2473L: linux-scsi@vger.kernel.org
2474S: Maintained
2475
Richard Purdie263de9b2006-05-15 09:44:16 -07002476LED SUBSYSTEM
2477P: Richard Purdie
2478M: rpurdie@rpsys.net
2479S: Maintained
2480
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481LEGO USB Tower driver
2482P: Juergen Stuber
2483M: starblue@users.sourceforge.net
2484L: legousb-devel@lists.sourceforge.net
2485W: http://legousb.sourceforge.net/
2486S: Maintained
2487
Rusty Russell568a17f2007-10-25 14:12:24 +10002488LGUEST
2489P: Rusty Russell
2490M: rusty@rustcorp.com.au
2491L: lguest@ozlabs.org
2492W: http://lguest.ozlabs.org/
2493S: Maintained
2494
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495LINUX FOR IBM pSERIES (RS/6000)
2496P: Paul Mackerras
2497M: paulus@au.ibm.com
2498W: http://www.ibm.com/linux/ltc/projects/ppc
2499S: Supported
2500
2501LINUX FOR NCR VOYAGER
2502P: James Bottomley
2503M: James.Bottomley@HansenPartnership.com
2504W: http://www.hansenpartnership.com/voyager
2505S: Maintained
2506
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002507LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508P: Paul Mackerras
2509M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002510P: Benjamin Herrenschmidt
2511M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512W: http://www.penguinppc.org/
2513L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002514T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515S: Supported
2516
2517LINUX FOR POWER MACINTOSH
2518P: Benjamin Herrenschmidt
2519M: benh@kernel.crashing.org
2520W: http://www.penguinppc.org/
2521L: linuxppc-dev@ozlabs.org
2522S: Maintained
2523
2524LINUX FOR POWERPC EMBEDDED MPC52XX
2525P: Sylvain Munaut
2526M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002527P: Grant Likely
2528M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529W: http://www.246tNt.com/mpc52xx/
2530W: http://www.penguinppc.org/
2531L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532S: Maintained
2533
2534LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002535P: Josh Boyer
2536M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537P: Matt Porter
2538M: mporter@kernel.crashing.org
2539W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002540L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002541T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542S: Maintained
2543
Grant Likely260c02a2007-10-02 12:15:34 +10002544LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2545P: Grant Likely
2546M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002547W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002548L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549S: Maintained
2550
Tom Rinie93adf12005-07-26 12:49:53 -07002551LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002552P: Vitaly Bordug
2553M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002554P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002555M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002556W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002557L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002558S: Maintained
2559
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002561P: Kumar Gala
2562M: galak@kernel.crashing.org
2563W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002564L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002565S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566
Olof Johanssonab06ff32006-09-06 14:44:54 -05002567LINUX FOR POWERPC PA SEMI PWRFICIENT
2568P: Olof Johansson
2569M: olof@lixom.net
2570W: http://www.pasemi.com/
2571L: linuxppc-dev@ozlabs.org
2572S: Supported
2573
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574LLC (802.2)
2575P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002576M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577S: Maintained
2578
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579LINUX SECURITY MODULE (LSM) FRAMEWORK
2580P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002581M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002582L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002583T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584S: Supported
2585
2586LM83 HARDWARE MONITOR DRIVER
2587P: Jean Delvare
2588M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002589L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590S: Maintained
2591
2592LM90 HARDWARE MONITOR DRIVER
2593P: Jean Delvare
2594M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002595L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596S: Maintained
2597
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002598LOCKDEP AND LOCKSTAT
2599P: Peter Zijlstra
2600M: peterz@infradead.org
2601P: Ingo Molnar
2602M: mingo@redhat.com
2603L: linux-kernel@vger.kernel.org
2604T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2605S: Maintained
2606
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002607LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608P: Richard Russon (FlatCap)
2609M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002610L: linux-ntfs-dev@lists.sourceforge.net
2611W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612S: Maintained
2613
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002614LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2615P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002616M: Eric.Moore@lsi.com
2617M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002618L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002619L: linux-scsi@vger.kernel.org
2620W: http://www.lsilogic.com/support
2621S: Supported
2622
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2624P: Matthew Wilcox
2625M: matthew@wil.cx
2626L: linux-scsi@vger.kernel.org
2627S: Maintained
2628
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002629M32R ARCHITECTURE
2630P: Hirokazu Takata
2631M: takata@linux-m32r.org
2632L: linux-m32r@ml.linux-m32r.org
2633L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2634W: http://www.linux-m32r.org/
2635S: Maintained
2636
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637M68K ARCHITECTURE
2638P: Geert Uytterhoeven
2639M: geert@linux-m68k.org
2640P: Roman Zippel
2641M: zippel@linux-m68k.org
2642L: linux-m68k@lists.linux-m68k.org
2643W: http://www.linux-m68k.org/
2644W: http://linux-m68k-cvs.ubb.ca/
2645S: Maintained
2646
2647M68K ON APPLE MACINTOSH
2648P: Joshua Thompson
2649M: funaho@jurai.org
2650W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002651L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652S: Maintained
2653
2654M68K ON HP9000/300
2655P: Philip Blundell
2656M: philb@gnu.org
2657W: http://www.tazenda.demon.co.uk/phil/linux-hp
2658S: Maintained
2659
Jiri Benc64a327a2007-05-05 11:47:08 -07002660MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002661P: Johannes Berg
2662M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002663P: Michael Wu
2664M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002665L: linux-wireless@vger.kernel.org
2666W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002667T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002668S: Maintained
2669
Stefano Brivio1036d862007-12-23 04:46:27 +01002670MAC80211 PID RATE CONTROL
2671P: Stefano Brivio
2672M: stefano.brivio@polimi.it
2673P: Mattias Nissler
2674M: mattias.nissler@gmx.de
2675L: linux-wireless@vger.kernel.org
2676W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2677T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2678S: Maintained
2679
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002680MACVLAN DRIVER
2681P: Patrick McHardy
2682M: kaber@trash.net
2683L: netdev@vger.kernel.org
2684S: Maintained
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686MARVELL YUKON / SYSKONNECT DRIVER
2687P: Mirko Lindner
2688M: mlindner@syskonnect.de
2689P: Ralph Roesler
2690M: rroesler@syskonnect.de
2691W: http://www.syskonnect.com
2692S: Supported
2693
Michael Kerriskfaf16682005-07-31 22:34:47 -07002694MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002695P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002696M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002697W: http://www.kernel.org/doc/man-pages
2698S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002699
Stefano Brivio74cda162007-11-19 20:27:46 +01002700MARVELL LIBERTAS WIRELESS DRIVER
2701P: Dan Williams
2702M: dcbw@redhat.com
2703L: libertas-dev@lists.infradead.org
2704S: Maintained
2705
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002706MARVELL MV643XX ETHERNET DRIVER
2707P: Dale Farnsworth
2708M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002710M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002711L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002712S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713
2714MATROX FRAMEBUFFER DRIVER
2715P: Petr Vandrovec
2716M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002717L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718S: Maintained
2719
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002720MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2721P: Hans J. Koch
2722M: hjk@linutronix.de
2723L: lm-sensors@lm-sensors.org
2724S: Maintained
2725
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002726MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002727P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002728M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002729S: linux-scsi@vger.kernel.org
2730W: http://megaraid.lsilogic.com
2731S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002732
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002733MEMORY MANAGEMENT
2734L: linux-mm@kvack.org
2735L: linux-kernel@vger.kernel.org
2736W: http://www.linux-mm.org
2737S: Maintained
2738
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002739MEMORY RESOURCE CONTROLLER
2740P: Balbir Singh
2741M: balbir@linux.vnet.ibm.com
2742P: Pavel Emelyanov
2743M: xemul@openvz.org
2744P: KAMEZAWA Hiroyuki
2745M: kamezawa.hiroyu@jp.fujitsu.com
2746L: linux-mm@kvack.org
2747L: linux-kernel@vger.kernel.org
2748S: Maintained
2749
David Howellsb920de12008-02-08 04:19:31 -08002750MEI MN10300/AM33 PORT
2751P: David Howells
2752M: dhowells@redhat.com
2753P: Koichi Yasutake
2754M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002755L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002756W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2757S: Maintained
2758
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002759MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760P: David Woodhouse
2761M: dwmw2@infradead.org
2762W: http://www.linux-mtd.infradead.org/
2763L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002764T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765S: Maintained
2766
Artem Bityutskiy48576402007-02-13 17:11:10 +02002767UNSORTED BLOCK IMAGES (UBI)
2768P: Artem Bityutskiy
2769M: dedekind@infradead.org
2770W: http://www.linux-mtd.infradead.org/
2771L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002772T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002773S: Maintained
2774
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775MICROTEK X6 SCANNER
2776P: Oliver Neukum
2777M: oliver@neukum.name
2778S: Maintained
2779
2780MIPS
2781P: Ralf Baechle
2782M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002783W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002785T: git www.linux-mips.org:/pub/scm/linux.git
2786S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787
2788MISCELLANEOUS MCA-SUPPORT
2789P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002790M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791L: linux-kernel@vger.kernel.org
2792S: Maintained
2793
2794MODULE SUPPORT
2795P: Rusty Russell
2796M: rusty@rustcorp.com.au
2797L: linux-kernel@vger.kernel.org
2798S: Maintained
2799
2800MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2801P: Stelian Pop
2802M: stelian@popies.net
2803W: http://popies.net/meye/
2804S: Maintained
2805
Pavel Pisac58ff042007-05-16 01:10:41 +02002806MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2807P: Pavel Pisa
2808M: ppisa@pikron.com
2809L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002810S: Maintained
2811
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812MOUSE AND MISC DEVICES [GENERAL]
2813P: Alessandro Rubini
2814M: rubini@ipvvis.unipv.it
2815L: linux-kernel@vger.kernel.org
2816S: Maintained
2817
Jiri Slabyb9705b62008-04-30 00:53:48 -07002818MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002819P: Jiri Slaby
2820M: jirislaby@gmail.com
2821L: linux-kernel@vger.kernel.org
2822S: Maintained
2823
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002824MSI LAPTOP SUPPORT
2825P: Lennart Poettering
2826M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002827W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002828W: http://0pointer.de/lennart/tchibo.html
2829S: Maintained
2830
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002831MULTIFUNCTION DEVICES (MFD)
2832P: Samuel Ortiz
2833M: sameo@openedhand.com
2834L: linux-kernel@vger.kernel.org
2835S: Supported
2836
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002837MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002838P: Pierre Ossman
2839M: drzeus-mmc@drzeus.cx
2840L: linux-kernel@vger.kernel.org
2841S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002842
David Brownell15a05802007-08-08 09:12:54 -07002843MULTIMEDIA CARD (MMC) ETC. OVER SPI
2844P: David Brownell
2845M: dbrownell@users.sourceforge.net
2846L: linux-kernel@vger.kernel.org
2847S: Odd fixes
2848
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849MULTISOUND SOUND DRIVER
2850P: Andrew Veliath
2851M: andrewtv@usa.net
2852S: Maintained
2853
Jiri Slabyd7354102006-12-08 02:38:35 -08002854MULTITECH MULTIPORT CARD (ISICOM)
2855P: Jiri Slaby
2856M: jirislaby@gmail.com
2857L: linux-kernel@vger.kernel.org
2858S: Maintained
2859
Brice Goglin2d3cf582008-05-17 12:45:36 +02002860MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2861P: Andrew Gallatin
2862M: gallatin@myri.com
2863P: Brice Goglin
2864M: brice@myri.com
2865L: netdev@vger.kernel.org
2866W: http://www.myri.com/scs/download-Myri10GE.html
2867S: Supported
2868
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869NATSEMI ETHERNET DRIVER (DP8381x)
2870P: Tim Hockin
2871M: thockin@hockin.org
2872S: Maintained
2873
2874NCP FILESYSTEM
2875P: Petr Vandrovec
2876M: vandrove@vc.cvut.cz
2877L: linware@sh.cvut.cz
2878S: Maintained
2879
2880NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2881P: James E.J. Bottomley
2882M: James.Bottomley@HansenPartnership.com
2883L: linux-scsi@vger.kernel.org
2884S: Maintained
2885
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002886NETEFFECT IWARP RNIC DRIVER (IW_NES)
2887P: Faisal Latif
2888M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002889P: Chien Tung
2890M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002891P: Glenn Streiff
2892M: gstreiff@neteffect.com
2893L: general@lists.openfabrics.org
2894W: http://www.neteffect.com
2895S: Supported
2896F: drivers/infiniband/hw/nes/
2897
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002898NETEM NETWORK EMULATOR
2899P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002900M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002901L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002902S: Maintained
2903
Jiri Slaby4a584482007-08-30 23:56:39 -07002904NETERION (S2IO) Xframe 10GbE DRIVER
2905P: Ramkrishna Vepa
2906M: ram.vepa@neterion.com
2907P: Rastapur Santosh
2908M: santosh.rastapur@neterion.com
2909P: Sivakumar Subramani
2910M: sivakumar.subramani@neterion.com
2911P: Sreenivasa Honnur
2912M: sreenivasa.honnur@neterion.com
2913L: netdev@vger.kernel.org
2914W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2915S: Supported
2916
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917NETFILTER/IPTABLES/IPCHAINS
2918P: Rusty Russell
2919P: Marc Boucher
2920P: James Morris
2921P: Harald Welte
2922P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002923P: Patrick McHardy
2924M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002925L: netfilter-devel@vger.kernel.org
2926L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002927L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928W: http://www.netfilter.org/
2929W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930S: Supported
2931
Paul Moore4cc67732006-09-25 15:57:13 -07002932NETLABEL
2933P: Paul Moore
2934M: paul.moore@hp.com
2935W: http://netlabel.sf.net
2936L: netdev@vger.kernel.org
2937S: Supported
2938
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939NETROM NETWORK LAYER
2940P: Ralf Baechle
2941M: ralf@linux-mips.org
2942L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002943W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944S: Maintained
2945
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002946NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947P: Paul Clements
2948M: Paul.Clements@steeleye.com
2949S: Maintained
2950
2951NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952P: Jeff Garzik
2953M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002954L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002955T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956S: Maintained
2957
2958NETWORKING [GENERAL]
2959P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002960M: netdev@vger.kernel.org
2961L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002962W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963S: Maintained
2964
2965NETWORKING [IPv4/IPv6]
2966P: David S. Miller
2967M: davem@davemloft.net
2968P: Alexey Kuznetsov
2969M: kuznet@ms2.inr.ac.ru
2970P: Pekka Savola (ipv6)
2971M: pekkas@netcore.fi
2972P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002973M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974P: Hideaki YOSHIFUJI
2975M: yoshfuji@linux-ipv6.org
2976P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002977M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002978L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002979T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980S: Maintained
2981
James Morris10e2ff12007-08-25 14:41:28 -07002982NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2983P: Paul Moore
2984M: paul.moore@hp.com
2985L: netdev@vger.kernel.org
2986S: Maintained
2987
John W. Linville29f8f632006-01-18 14:52:48 -08002988NETWORKING [WIRELESS]
2989P: John W. Linville
2990M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002991L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002992T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2993S: Maintained
2994
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002995NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002996P: Dhananjay Phadke
2997M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002998L: netdev@vger.kernel.org
2999W: http://www.netxen.com
3000S: Supported
3001
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002IPVS
3003P: Wensong Zhang
3004M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003005P: Simon Horman
3006M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007P: Julian Anastasov
3008M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003009L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010S: Maintained
3011
3012NFS CLIENT
3013P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003014M: Trond.Myklebust@netapp.com
3015L: linux-nfs@vger.kernel.org
3016W: http://client.linux-nfs.org
3017T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018S: Maintained
3019
3020NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003021P: Jan-Pascal van Best
3022M: janpascal@vanbest.org
3023P: Andreas Mohr
3024M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003025L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026S: Maintained
3027
3028NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3029P: YOKOTA Hiroshi
3030M: yokota@netlab.is.tsukuba.ac.jp
3031W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3032S: Maintained
3033
3034NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3035P: GOTO Masanori
3036M: gotom@debian.or.jp
3037P: YOKOTA Hiroshi
3038M: yokota@netlab.is.tsukuba.ac.jp
3039W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3040S: Maintained
3041
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042NTFS FILESYSTEM
3043P: Anton Altaparmakov
3044M: aia21@cantab.net
3045L: linux-ntfs-dev@lists.sourceforge.net
3046L: linux-kernel@vger.kernel.org
3047W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003048T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049S: Maintained
3050
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003051NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003052P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003053M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003054L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003055S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003057OPENCORES I2C BUS DRIVER
3058P: Peter Korsgaard
3059M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003060L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003061S: Maintained
3062
Mark Fashehccd979b2005-12-15 14:31:24 -08003063ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3064P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003065M: mfasheh@suse.com
3066P: Joel Becker
3067M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003068L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003069W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003070T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003071S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003072
Harald Weltec1986ee2005-11-13 16:06:29 -08003073OMNIKEY CARDMAN 4000 DRIVER
3074P: Harald Welte
3075M: laforge@gnumonks.org
3076S: Maintained
3077
Harald Welte77c44ab2005-11-13 16:06:26 -08003078OMNIKEY CARDMAN 4040 DRIVER
3079P: Harald Welte
3080M: laforge@gnumonks.org
3081S: Maintained
3082
Jonathan Corbet77d51402007-03-22 19:44:17 -03003083OMNIVISION OV7670 SENSOR DRIVER
3084P: Jonathan Corbet
3085M: corbet@lwn.net
3086L: video4linux-list@redhat.com
3087S: Maintained
3088
Thomas Gleixner431bca72007-05-02 09:31:35 +02003089ONENAND FLASH DRIVER
3090P: Kyungmin Park
3091M: kyungmin.park@samsung.com
3092L: linux-mtd@lists.infradead.org
3093S: Maintained
3094
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095ONSTREAM SCSI TAPE DRIVER
3096P: Willem Riede
3097M: osst@riede.org
3098L: osst-users@lists.sourceforge.net
3099L: linux-scsi@vger.kernel.org
3100S: Maintained
3101
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003103P: Robert Richter
3104M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105L: oprofile-list@lists.sf.net
3106S: Maintained
3107
3108ORINOCO DRIVER
3109P: Pavel Roskin
3110M: proski@gnu.org
3111P: David Gibson
3112M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003113L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003114L: orinoco-users@lists.sourceforge.net
3115L: orinoco-devel@lists.sourceforge.net
3116W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117S: Maintained
3118
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003119PA SEMI ETHERNET DRIVER
3120P: Olof Johansson
3121M: olof@lixom.net
3122L: netdev@vger.kernel.org
3123S: Maintained
3124
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003125PA SEMI SMBUS DRIVER
3126P: Olof Johansson
3127M: olof@lixom.net
3128L: i2c@lm-sensors.org
3129S: Maintained
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003132L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003133S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134
3135PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3136P: Tim Waugh
3137M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003138L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139W: http://www.torque.net/linux-pp.html
3140S: Maintained
3141
3142PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003143P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003144M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145P: Matthew Wilcox
3146M: matthew@wil.cx
3147P: Grant Grundler
3148M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003149L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003151T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152S: Maintained
3153
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003154PARAVIRT_OPS INTERFACE
3155P: Jeremy Fitzhardinge
3156M: jeremy@xensource.com
3157P: Chris Wright
3158M: chrisw@sous-sol.org
3159P: Zachary Amsden
3160M: zach@vmware.com
3161P: Rusty Russell
3162M: rusty@rustcorp.com.au
3163L: virtualization@lists.osdl.org
3164L: linux-kernel@vger.kernel.org
3165S: Supported
3166
Jim Cromie1662d322006-10-06 00:43:59 -07003167PC87360 HARDWARE MONITORING DRIVER
3168P: Jim Cromie
3169M: jim.cromie@gmail.com
3170L: lm-sensors@lm-sensors.org
3171S: Maintained
3172
3173PC8736x GPIO DRIVER
3174P: Jim Cromie
3175M: jim.cromie@gmail.com
3176S: Maintained
3177
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003178PCI ERROR RECOVERY
3179P: Linas Vepstas
3180M: linas@austin.ibm.com
3181L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003182L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003183S: Supported
3184
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003186P: Jesse Barnes
3187M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003189L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003190T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191S: Supported
3192
3193PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003194P: Kristen Carlson Accardi
3195M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196S: Supported
3197
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003198PCIE HOTPLUG DRIVER
3199P: Kristen Carlson Accardi
3200M: kristen.c.accardi@intel.com
3201L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003202S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003203
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003205P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003206L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003207W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003208T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003209S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210
3211PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003212P: Don Fry
3213M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003214L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215S: Maintained
3216
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003217PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003218P: Balbir Singh
3219M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003220L: linux-kernel@vger.kernel.org
3221S: Maintained
3222
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003223PERSONALITY HANDLING
3224P: Christoph Hellwig
3225M: hch@infradead.org
3226L: linux-abi-devel@lists.sourceforge.net
3227S: Maintained
3228
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003230P: Joern Engel
3231M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232L: linux-mtd@lists.infradead.org
3233S: Maintained
3234
Peter Osterlund249a6772005-09-27 21:45:30 -07003235PKTCDVD DRIVER
3236P: Peter Osterlund
3237M: petero2@telia.com
3238L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003239S: Maintained
3240
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003242P: Thomas Gleixner
3243M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003244L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245S: Supported
3246
Anton Vorontsov3be86142007-07-15 04:43:36 +04003247POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3248P: Anton Vorontsov
3249M: cbou@mail.ru
3250P: David Woodhouse
3251M: dwmw2@infradead.org
3252L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003253T: git git.infradead.org/battery-2.6.git
3254S: Maintained
3255
Eugene Surovegin24682972005-10-14 03:00:53 -07003256POWERPC 4xx EMAC DRIVER
3257P: Eugene Surovegin
3258M: ebs@ebshome.net
3259W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003260L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003261L: netdev@vger.kernel.org
3262S: Maintained
3263
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264PNP SUPPORT
3265P: Adam Belay
3266M: ambx1@neo.rr.com
3267S: Maintained
3268
Vitaly Wool999445d2007-01-04 13:07:03 +01003269PNXxxxx I2C DRIVER
3270P: Vitaly Wool
3271M: vitalywool@gmail.com
3272L: i2c@lm-sensors.org
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275PPP PROTOCOL DRIVERS AND COMPRESSORS
3276P: Paul Mackerras
3277M: paulus@samba.org
3278L: linux-ppp@vger.kernel.org
3279S: Maintained
3280
3281PPP OVER ATM (RFC 2364)
3282P: Mitchell Blank Jr
3283M: mitch@sfgoth.com
3284S: Maintained
3285
3286PPP OVER ETHERNET
3287P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003288M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289S: Maintained
3290
James Chapmana6d23702007-06-27 15:53:17 -07003291PPP OVER L2TP
3292P: James Chapman
3293M: jchapman@katalix.com
3294S: Maintained
3295
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296PREEMPTIBLE KERNEL
3297P: Robert Love
3298M: rml@tech9.net
3299L: linux-kernel@vger.kernel.org
3300L: kpreempt-tech@lists.sourceforge.net
3301W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3302S: Supported
3303
Michael Wueff1a592007-09-25 18:11:01 -07003304P54 WIRELESS DRIVER
3305P: Michael Wu
3306M: flamingice@sourmilk.net
3307L: linux-wireless@vger.kernel.org
3308W: http://prism54.org
3309T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3310S: Maintained
3311
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003313P: Luis R. Rodriguez
3314M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003315L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316W: http://prism54.org
3317S: Maintained
3318
3319PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3320P: Peter Denison
3321M: promise@pnd-pc.demon.co.uk
3322W: http://www.pnd-pc.demon.co.uk/promise/
3323S: Maintained
3324
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003325PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3326P: Mikael Pettersson
3327M: mikpe@it.uu.se
3328L: linux-ide@vger.kernel.org
3329S: Maintained
3330
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003331PS3 NETWORK SUPPORT
3332P: Masakazu Mokuno
3333M: mokuno@sm.sony.co.jp
3334L: netdev@vger.kernel.org
3335L: cbe-oss-dev@ozlabs.org
3336S: Supported
3337
Geoff Levandf58a9d12006-11-23 00:46:51 +01003338PS3 PLATFORM SUPPORT
3339P: Geoff Levand
3340M: geoffrey.levand@am.sony.com
3341L: linuxppc-dev@ozlabs.org
3342L: cbe-oss-dev@ozlabs.org
3343S: Supported
3344
Michael Krufky83202042006-07-03 00:24:18 -07003345PVRUSB2 VIDEO4LINUX DRIVER
3346P: Mike Isely
3347M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003348L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003349L: video4linux-list@redhat.com
3350W: http://www.isely.net/pvrusb2/
3351S: Maintained
3352
Eric Miao30ec2612008-06-12 15:21:41 -07003353PXA2xx/PXA3xx SUPPORT
3354P: Eric Miao
3355M: eric.miao@marvell.com
3356P: Russell King
3357M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003358L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359S: Maintained
3360
Pierre Ossman272f1332007-05-14 21:25:26 +02003361PXA MMCI DRIVER
3362S: Orphan
3363
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364QLOGIC QLA2XXX FC-SCSI DRIVER
3365P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003366M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367L: linux-scsi@vger.kernel.org
3368S: Supported
3369
Ron Mercer5a4faa82006-07-25 00:40:21 -07003370QLOGIC QLA3XXX NETWORK DRIVER
3371P: Ron Mercer
3372M: linux-driver@qlogic.com
3373L: netdev@vger.kernel.org
3374S: Supported
3375
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376QNX4 FILESYSTEM
3377P: Anders Larsen
3378M: al@alarsen.net
3379L: linux-kernel@vger.kernel.org
3380W: http://www.alarsen.net/linux/qnx4fs/
3381S: Maintained
3382
3383RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003384P: Benjamin Herrenschmidt
3385M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003386L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387S: Maintained
3388
3389RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003390P: Paul Mackerras
3391M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003392L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393S: Maintained
3394
3395RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3396P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003397M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003398L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399S: Maintained
3400
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003401RALINK RT2X00 WLAN DRIVER
3402P: rt2x00 project
3403L: linux-wireless@vger.kernel.org
3404L: rt2400-devel@lists.sourceforge.net
3405W: http://rt2x00.serialmonkey.com/
3406S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003407T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003408F: drivers/net/wireless/rt2x00/
3409
Nick Piggin9db55792008-02-08 04:19:49 -08003410RAMDISK RAM BLOCK DEVICE DRIVER
3411P: Nick Piggin
3412M: npiggin@suse.de
3413S: Maintained
3414
Matt Mackall9e95ce22005-04-16 15:25:56 -07003415RANDOM NUMBER DRIVER
3416P: Matt Mackall
3417M: mpm@selenic.com
3418S: Maintained
3419
Matt Porter394b7012005-11-07 01:00:15 -08003420RAPIDIO SUBSYSTEM
3421P: Matt Porter
3422M: mporter@kernel.crashing.org
3423L: linux-kernel@vger.kernel.org
3424S: Maintained
3425
Florian Fainellic1f766b2008-02-06 22:39:44 +01003426RDC R-321X SoC
3427P: Florian Fainelli
3428M: florian.fainelli@telecomint.eu
3429L: linux-kernel@vger.kernel.org
3430S: Maintained
3431
Florian Fainellidb17f392007-12-19 11:30:30 +01003432RDC R6040 FAST ETHERNET DRIVER
3433P: Florian Fainelli
3434M: florian.fainelli@telecomint.eu
3435L: netdev@vger.kernel.org
3436S: Maintained
3437
Josh Triplett595182b2006-10-04 02:17:21 -07003438READ-COPY UPDATE (RCU)
3439P: Dipankar Sarma
3440M: dipankar@in.ibm.com
3441W: http://www.rdrop.com/users/paulmck/rclock/
3442L: linux-kernel@vger.kernel.org
3443S: Supported
3444
3445RCUTORTURE MODULE
3446P: Josh Triplett
3447M: josh@freedesktop.org
3448L: linux-kernel@vger.kernel.org
3449S: Maintained
3450
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451REAL TIME CLOCK DRIVER
3452P: Paul Gortmaker
3453M: p_gortmaker@yahoo.com
3454L: linux-kernel@vger.kernel.org
3455S: Maintained
3456
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003457REAL TIME CLOCK (RTC) SUBSYSTEM
3458P: Alessandro Zummo
3459M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003460L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003461S: Maintained
3462
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003464L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465S: Supported
3466
Ivo van Doorne08976452008-04-12 19:23:55 +02003467RFKILL
3468P: Ivo van Doorn
3469M: IvDoorn@gmail.com
3470L: netdev@vger.kernel.org
3471S: Maintained
3472F: net/rfkill
3473
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474ROCKETPORT DRIVER
3475P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476W: http://www.comtrol.com
3477S: Maintained
3478
3479ROSE NETWORK LAYER
3480P: Ralf Baechle
3481M: ralf@linux-mips.org
3482L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003483W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484S: Maintained
3485
3486RISCOM8 DRIVER
3487S: Orphan
3488
Michael Wu605bebe2007-05-14 01:41:02 -04003489RTL818X WIRELESS DRIVER
3490P: Michael Wu
3491M: flamingice@sourmilk.net
3492P: Andrea Merello
3493M: andreamrl@tiscali.it
3494L: linux-wireless@vger.kernel.org
3495W: http://linuxwireless.org/
3496T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3497S: Maintained
3498
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003499S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003500P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003501M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003502L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003503S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003504
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505S390
3506P: Martin Schwidefsky
3507M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003508P: Heiko Carstens
3509M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-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 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003516P: Ursula Braun
3517M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003518P: Frank Blaschka
3519M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003520M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-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/
3523S: Supported
3524
3525S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003526P: Christof Schmitt
3527M: christof.schmitt@de.ibm.com
3528P: Martin Peschke
3529M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003530M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003531L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003532W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533S: Supported
3534
Ursula Braundd96df22007-09-19 13:09:02 +02003535S390 IUCV NETWORK LAYER
3536P: Ursula Braun
3537M: ubraun@linux.vnet.ibm.com
3538M: linux390@de.ibm.com
3539L: linux-s390@vger.kernel.org
3540W: http://www.ibm.com/developerworks/linux/linux390/
3541S: Supported
3542
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543SAA7146 VIDEO4LINUX-2 DRIVER
3544P: Michael Hunold
3545M: michael@mihu.de
3546W: http://www.mihu.de/linux/saa7146
3547S: Maintained
3548
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549SC1200 WDT DRIVER
3550P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003551M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552S: Maintained
3553
3554SCHEDULER
3555P: Ingo Molnar
3556M: mingo@elte.hu
3557P: Robert Love [the preemptible kernel bits]
3558M: rml@tech9.net
3559L: linux-kernel@vger.kernel.org
3560S: Maintained
3561
3562SCSI CDROM DRIVER
3563P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003564M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565L: linux-scsi@vger.kernel.org
3566W: http://www.kernel.dk
3567S: Maintained
3568
3569SCSI SG DRIVER
3570P: Doug Gilbert
3571M: dgilbert@interlog.com
3572L: linux-scsi@vger.kernel.org
3573W: http://www.torque.net/sg
3574S: Maintained
3575
3576SCSI SUBSYSTEM
3577P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003578M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003580T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003581T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3582T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583S: Maintained
3584
3585SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003586P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587M: Kai.Makisara@kolumbus.fi
3588L: linux-scsi@vger.kernel.org
3589S: Maintained
3590
3591SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003592P: Vlad Yasevich
3593M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003594P: Sridhar Samudrala
3595M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003596L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003597W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003598S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599
3600SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003601P: Jim Cromie
3602M: jim.cromie@gmail.com
3603S: Odd Fixes
3604
3605SCx200 GPIO DRIVER
3606P: Jim Cromie
3607M: jim.cromie@gmail.com
3608S: Maintained
3609
3610SCx200 HRT CLOCKSOURCE DRIVER
3611P: Jim Cromie
3612M: jim.cromie@gmail.com
3613S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614
3615SECURITY CONTACT
3616P: Security Officers
3617M: security@kernel.org
3618S: Supported
3619
3620SELINUX SECURITY MODULE
3621P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003622M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003624M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003625P: Eric Paris
3626M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003628L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629W: http://www.nsa.gov/selinux
3630S: Supported
3631
Jiri Slabycef2cf02007-05-08 00:31:45 -07003632SENSABLE PHANTOM
3633P: Jiri Slaby
3634M: jirislaby@gmail.com
3635S: Maintained
3636
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637SERIAL ATA (SATA) SUBSYSTEM:
3638P: Jeff Garzik
3639M: jgarzik@pobox.com
3640L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003641T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642S: Supported
3643
3644SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3645P: Pat Gefre
3646M: pfg@sgi.com
3647L: linux-ia64@vger.kernel.org
3648S: Supported
3649
Ben Hutchings8ceee662008-04-27 12:55:59 +01003650SFC NETWORK DRIVER
3651P: Steve Hodgson
3652P: Ben Hutchings
3653P: Robert Stonehouse
3654M: linux-net-drivers@solarflare.com
3655S: Supported
3656
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657SGI VISUAL WORKSTATION 320 AND 540
3658P: Andrey Panin
3659M: pazke@donpac.ru
3660L: linux-visws-devel@lists.sf.net
3661W: http://linux-visws.sf.net
3662S: Maintained for 2.6.
3663
3664SIMTEC EB110ATX (Chalice CATS)
3665P: Ben Dooks
3666P: Vincent Sanders
3667M: support@simtec.co.uk
3668W: http://www.simtec.co.uk/products/EB110ATX/
3669S: Supported
3670
3671SIMTEC EB2410ITX (BAST)
3672P: Ben Dooks
3673P: Vincent Sanders
3674M: support@simtec.co.uk
3675W: http://www.simtec.co.uk/products/EB2410ITX/
3676S: Supported
3677
Francois Romieu92aab3c2005-07-30 13:11:18 +02003678SIS 190 ETHERNET DRIVER
3679P: Francois Romieu
3680M: romieu@fr.zoreil.com
3681L: netdev@vger.kernel.org
3682S: Maintained
3683
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684SIS 900/7016 FAST ETHERNET DRIVER
3685P: Daniele Venzano
3686M: venza@brownhat.org
3687W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003688L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689S: Maintained
3690
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003691SIS 96X I2C/SMBUS DRIVER
3692P: Mark M. Hoffman
3693M: mhoffman@lightlink.com
3694L: lm-sensors@lm-sensors.org
3695S: Maintained
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697SIS FRAMEBUFFER DRIVER
3698P: Thomas Winischhofer
3699M: thomas@winischhofer.net
3700W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003701S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702
3703SIS USB2VGA DRIVER
3704P: Thomas Winischhofer
3705M: thomas@winischhofer.net
3706W: http://www.winischhofer.at/linuxsisusbvga.shtml
3707S: Maintained
3708
Christoph Lameter415ad262007-07-26 10:40:56 -07003709SLAB ALLOCATOR
3710P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003711M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003712P: Pekka Enberg
3713M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003714P: Matt Mackall
3715M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003716L: linux-mm@kvack.org
3717S: Maintained
3718
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719SMC91x ETHERNET DRIVER
3720P: Nicolas Pitre
3721M: nico@cam.org
3722S: Maintained
3723
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003724SMSC47B397 HARDWARE MONITOR DRIVER
3725P: Mark M. Hoffman
3726M: mhoffman@lightlink.com
3727L: lm-sensors@lm-sensors.org
3728S: Maintained
3729
Ben Nizetteb54f2862008-03-13 22:27:30 +11003730SMX UIO Interface
3731P: Ben Nizette
3732M: bn@niasdigital.com
3733S: Maintained
3734
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735SOFTWARE RAID (Multiple Disks) SUPPORT
3736P: Ingo Molnar
3737M: mingo@redhat.com
3738P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003739M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003741S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742
Pavel Machek95a631e2007-07-19 01:47:42 -07003743HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744P: Pavel Machek
3745M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003746P: Rafael J. Wysocki
3747M: rjw@sisk.pl
3748L: linux-pm@lists.linux-foundation.org
3749S: Supported
3750
3751SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003752P: Len Brown
3753M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003754P: Pavel Machek
3755M: pavel@suse.cz
3756P: Rafael J. Wysocki
3757M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003758L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003759S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760
3761SONIC NETWORK DRIVER
3762P: Thomas Bogendoerfer
3763M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003764L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765S: Maintained
3766
Michael Buesch61e115a2007-09-18 15:12:50 -04003767SONICS SILICON BACKPLANE DRIVER (SSB)
3768P: Michael Buesch
3769M: mb@bu3sch.de
3770L: netdev@vger.kernel.org
3771S: Maintained
3772
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003774P: Mattia Dongili
3775M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003776L: linux-acpi@vger.kernel.org
3777W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778S: Maintained
3779
Alex Dubovbaf85322008-02-09 10:20:54 -08003780SONY MEMORYSTICK CARD SUPPORT
3781P: Alex Dubov
3782M: oakad@yahoo.com
3783L: linux-kernel@vger.kernel.org
3784W: http://tifmxx.berlios.de/
3785S: Maintained
3786
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787SOUND
3788P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003789M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003790L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791S: Maintained
3792
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003793SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3794P: Liam Girdwood
3795M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003796P: Mark Brown
3797M: broonie@opensource.wolfsonmicro.com
3798T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003799L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003800S: Supported
3801
Kumar Gala025c3982006-04-02 16:05:54 -05003802SPI SUBSYSTEM
3803P: David Brownell
3804M: dbrownell@users.sourceforge.net
3805L: spi-devel-general@lists.sourceforge.net
3806S: Maintained
3807
Arnd Bergmannb8154542008-05-16 11:10:59 +02003808SPU FILE SYSTEM
3809P: Jeremy Kerr
3810M: jk@ozlabs.org
3811L: linuxppc-dev@ozlabs.org
3812L: cbe-oss-dev@ozlabs.org
3813W: http://www.ibm.com/developerworks/power/cell/
3814S: Supported
3815
Steven Rostedt855f46a2006-08-05 12:14:50 -07003816STABLE BRANCH:
3817P: Greg Kroah-Hartman
3818M: greg@kroah.com
3819P: Chris Wright
3820M: chrisw@sous-sol.org
3821L: stable@kernel.org
3822S: Maintained
3823
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824SHARP LH SUPPORT (LH7952X & LH7A40X)
3825P: Marc Singer
3826M: elf@buici.com
3827W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003828L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829S: Maintained
3830
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003831SHPC HOTPLUG DRIVER
3832P: Kristen Carlson Accardi
3833M: kristen.c.accardi@intel.com
3834L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003835S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003836
Pierre Ossmand129bce2006-03-24 03:18:17 -08003837SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3838P: Pierre Ossman
3839M: drzeus-sdhci@drzeus.cx
3840L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003841S: Maintained
3842
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003843SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3844P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003845M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003846L: netdev@vger.kernel.org
3847S: Maintained
3848
Chris Boot1a87d942006-07-10 04:45:34 -07003849SOEKRIS NET48XX LED SUPPORT
3850P: Chris Boot
3851M: bootc@bootc.net
3852S: Maintained
3853
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854SPARC (sparc32):
3855P: William L. Irwin
3856M: wli@holomorphy.com
3857L: sparclinux@vger.kernel.org
3858S: Maintained
3859
3860SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3861P: Roger Wolff
3862M: R.E.Wolff@BitWizard.nl
3863L: linux-kernel@vger.kernel.org ?
3864S: Supported
3865
Jim Lewis2752e402006-09-29 02:01:19 -07003866SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003867P: Ishizaki Kou
3868M: kou.ishizaki@toshiba.co.jp
3869P: Jens Osterkamp
3870M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003871L: netdev@vger.kernel.org
3872S: Supported
3873
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874SRM (Alpha) environment access
3875P: Jan-Benedict Glaw
3876M: jbglaw@lug-owl.de
3877L: linux-kernel@vger.kernel.org
3878S: Maintained
3879
3880STARFIRE/DURALAN NETWORK DRIVER
3881P: Ion Badulescu
3882M: ionut@cs.columbia.edu
3883S: Maintained
3884
3885STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3886W: http://mosquitonet.Stanford.EDU/strip.html
3887S: Unsupported ?
3888
3889STRADIS MPEG-2 DECODER DRIVER
3890P: Nathan Laredo
3891M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892W: http://www.stradis.com/
3893S: Maintained
3894
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003895SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896P: Paul Mundt
3897M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003898L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003900T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901S: Maintained
3902
3903SUN3/3X
3904P: Sam Creasey
3905M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906W: http://sammy.net/sun3/
3907S: Maintained
3908
3909SVGA HANDLING
3910P: Martin Mares
3911M: mj@ucw.cz
3912L: linux-video@atrey.karlin.mff.cuni.cz
3913S: Maintained
3914
3915SYSV FILESYSTEM
3916P: Christoph Hellwig
3917M: hch@infradead.org
3918S: Maintained
3919
Alan Cox4e688522008-04-30 00:52:11 -07003920TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003921P: Balbir Singh
3922M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003923L: linux-kernel@vger.kernel.org
3924S: Maintained
3925
Stephen Hemminger781b4562006-07-10 20:25:29 -07003926TC CLASSIFIER
3927P: Jamal Hadi Salim
3928M: hadi@cyberus.ca
3929L: netdev@vger.kernel.org
3930S: Maintained
3931
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003932TCP LOW PRIORITY MODULE
3933P: Wong Hoi Sing, Edison
3934M: hswong3i@gmail.com
3935P: Hung Hing Lun, Mike
3936M: hlhung3i@gmail.com
3937W: http://tcp-lp-mod.sourceforge.net/
3938S: Maintained
3939
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003940TEHUTI ETHERNET DRIVER
3941P: Alexander Indenbaum
3942M: baum@tehutinetworks.net
3943P: Andy Gospodarek
3944M: andy@greyhouse.net
3945L: netdev@vger.kernel.org
3946S: Supported
3947
Alan Cox4e688522008-04-30 00:52:11 -07003948Telecom Clock Driver for MCPL0010
3949P: Mark Gross
3950M: mark.gross@intel.com
3951S: Supported
3952
3953TENSILICA XTENSA PORT (xtensa):
3954P: Chris Zankel
3955M: chris@zankel.net
3956S: Maintained
3957
3958THINKPAD ACPI EXTRAS DRIVER
3959P: Henrique de Moraes Holschuh
3960M: ibm-acpi@hmh.eng.br
3961L: ibm-acpi-devel@lists.sourceforge.net
3962W: http://ibm-acpi.sourceforge.net
3963W: http://thinkwiki.org/wiki/Ibm-acpi
3964T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3965S: Maintained
3966
Alex Dubov4020f2d2006-10-04 02:15:37 -07003967TI FLASH MEDIA INTERFACE DRIVER
3968P: Alex Dubov
3969M: oakad@yahoo.com
3970S: Maintained
3971
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003972TI OMAP MMC INTERFACE DRIVER
3973P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003974M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003975W: http://linux.omap.com
3976W: http://www.muru.com/linux/omap/
3977S: Maintained
3978
Michael Buesch844dd052006-06-26 00:24:59 -07003979TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3980P: Deepak Saxena
3981M: dsaxena@plexity.net
3982S: Maintained
3983
Per Lidene86eaa32006-01-12 16:45:18 +01003984TIPC NETWORK LAYER
3985P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003986M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003987P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003988M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003989P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003990M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003991L: tipc-discussion@lists.sourceforge.net
3992W: http://tipc.sourceforge.net/
3993W: http://tipc.cslab.ericsson.net/
3994T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3995S: Maintained
3996
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997TLAN NETWORK DRIVER
3998P: Samuel Chessman
3999M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004000L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001W: http://sourceforge.net/projects/tlan/
4002S: Maintained
4003
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004TOSHIBA ACPI EXTRAS DRIVER
4005P: John Belmonte
4006M: toshiba_acpi@memebeam.org
4007W: http://memebeam.org/toys/ToshibaAcpiDriver
4008S: Maintained
4009
4010TOSHIBA SMM DRIVER
4011P: Jonathan Buzzard
4012M: jonathan@buzzard.org.uk
4013L: tlinux-users@tce.toshiba-dme.co.jp
4014W: http://www.buzzard.org.uk/toshiba/
4015S: Maintained
4016
Alan Cox4e688522008-04-30 00:52:11 -07004017TPM DEVICE DRIVER
Rajiv Andrade26ff8c62008-07-04 10:00:06 -07004018P: Debora Velarde
4019P: Rajiv Andrade
Alan Cox4e688522008-04-30 00:52:11 -07004020M: tpmdd-devel@lists.sourceforge.net
4021W: http://tpmdd.sourceforge.net
4022P: Marcel Selhorst
4023M: tpm@selhorst.net
4024W: http://www.prosec.rub.de/tpm/
4025L: tpmdd-devel@lists.sourceforge.net
4026S: Maintained
4027
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4029P: Muli Ben-Yehuda
4030M: mulix@mulix.org
4031L: linux-kernel@vger.kernel.org
4032S: Maintained
4033
4034TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004035P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004036M: trivial@kernel.org
4037L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038S: Maintained
4039
Alan Cox4e688522008-04-30 00:52:11 -07004040TTY LAYER
4041P: Alan Cox
4042M: alan@lxorguk.ukuu.org.uk
4043L: linux-kernel@vger.kernel.org
4044S: Maintained
4045
Grant Grundler740db6d2008-02-17 11:53:49 -07004046TULIP NETWORK DRIVERS
4047P: Grant Grundler
4048M: grundler@parisc-linux.org
4049P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004050M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004051L: netdev@vger.kernel.org
4052S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053
4054TUN/TAP driver
4055P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004056M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057L: vtun@office.satix.net
4058W: http://vtun.sourceforge.net/tun
4059S: Maintained
4060
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004061TURBOCHANNEL SUBSYSTEM
4062P: Maciej W. Rozycki
4063M: macro@linux-mips.org
4064S: Maintained
4065
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066U14-34F SCSI DRIVER
4067P: Dario Ballabio
4068M: ballabio_dario@emc.com
4069L: linux-scsi@vger.kernel.org
4070S: Maintained
4071
Alan Coxcc2020e2008-05-19 14:21:51 +01004072UCLINUX (AND M68KNOMMU)
4073P: Greg Ungerer
4074M: gerg@uclinux.org
4075W: http://www.uclinux.org/
4076L: uclinux-dev@uclinux.org (subscribers-only)
4077S: Maintained
4078
4079UCLINUX FOR NEC V850
4080P: Miles Bader
4081
4082UCLINUX FOR RENESAS H8/300
4083P: Yoshinori Sato
4084M: ysato@users.sourceforge.jp
4085W: http://uclinux-h8.sourceforge.jp/
4086S: Supported
4087
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004089P: Jan Kara
4090M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091W: http://linux-udf.sourceforge.net
4092S: Maintained
4093
Alan Coxcc2020e2008-05-19 14:21:51 +01004094UFS FILESYSTEM
4095P: Evgeniy Dushistov
4096M: dushistov@mail.ru
4097L: linux-kernel@vger.kernel.org
4098S: Maintained
4099
4100UltraSPARC (sparc64):
4101P: David S. Miller
4102M: davem@davemloft.net
4103L: sparclinux@vger.kernel.org
4104T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4105S: Maintained
4106
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107UNIFORM CDROM DRIVER
4108P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004109M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110L: linux-kernel@vger.kernel.org
4111W: http://www.kernel.dk
4112S: Maintained
4113
4114USB ACM DRIVER
4115P: Oliver Neukum
4116M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004117L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118S: Maintained
4119
Jiri Slaby6d985162008-02-06 01:37:11 -08004120USB AUERSWALD DRIVER
4121P: Wolfgang Muees
4122M: wolfgang@iksw-muees.de
4123L: linux-usb@vger.kernel.org
4124S: Maintained
4125
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126USB BLOCK DRIVER (UB ub)
4127P: Pete Zaitcev
4128M: zaitcev@redhat.com
4129L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004130L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131S: Supported
4132
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133USB CDC ETHERNET DRIVER
4134P: Greg Kroah-Hartman
4135M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004136L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137S: Maintained
4138W: http://www.kroah.com/linux-usb/
4139
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004140USB CYPRESS C67X00 DRIVER
4141P: Peter Korsgaard
4142M: jacmet@sunsite.dk
4143L: linux-usb@vger.kernel.org
4144S: Maintained
4145
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004146USB DAVICOM DM9601 DRIVER
4147P: Peter Korsgaard
4148M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004149L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004150W: http://www.linux-usb.org/usbnet
4151S: Maintained
4152
Alan Coxcc2020e2008-05-19 14:21:51 +01004153USB DIAMOND RIO500 DRIVER
4154P: Cesar Miquel
4155M: miquel@df.uba.ar
4156L: rio500-users@lists.sourceforge.net
4157W: http://rio500.sourceforge.net
4158S: Maintained
4159
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160USB EHCI DRIVER
4161P: David Brownell
4162M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004163L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004164S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165
Luca Risolia7ce08c92006-01-11 02:06:59 +00004166USB ET61X[12]51 DRIVER
4167P: Luca Risolia
4168M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004169L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004170L: video4linux-list@redhat.com
4171W: http://www.linux-projects.org
4172S: Maintained
4173
David Brownell69ae9e32006-11-14 02:03:31 -08004174USB GADGET/PERIPHERAL SUBSYSTEM
4175P: David Brownell
4176M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004177L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004178W: http://www.linux-usb.org/gadget
4179S: Maintained
4180
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004181USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004182P: Jiri Kosina
4183M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004184L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004185T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186S: Maintained
4187
Olav Kongas959eea22005-11-03 17:38:14 +02004188USB ISP116X DRIVER
4189P: Olav Kongas
4190M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004191L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004192S: Maintained
4193
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194USB KAWASAKI LSI DRIVER
4195P: Oliver Neukum
4196M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004197L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198S: Maintained
4199
4200USB MASS STORAGE DRIVER
4201P: Matthew Dharm
4202M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004203L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004204L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205S: Maintained
4206W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4207
4208USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004209P: David Brownell
4210M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004211L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004212S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213
Matthias Urlichsba460e42005-07-14 00:33:47 -07004214USB OPTION-CARD DRIVER
4215P: Matthias Urlichs
4216M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004217L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004218S: Maintained
4219
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220USB OV511 DRIVER
4221P: Mark McClelland
4222M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004223L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224W: http://alpha.dyndns.org/ov511/
4225S: Maintained
4226
4227USB PEGASUS DRIVER
4228P: Petko Manolov
4229M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004230L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004231L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232W: http://pegasus2.sourceforge.net/
4233S: Maintained
4234
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004235USB PRINTER DRIVER (usblp)
4236P: Pete Zaitcev
4237M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004238L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004239S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240
4241USB RTL8150 DRIVER
4242P: Petko Manolov
4243M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004244L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004245L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246W: http://pegasus2.sourceforge.net/
4247S: Maintained
4248
4249USB SE401 DRIVER
4250P: Jeroen Vreeken
4251M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004252L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253W: http://www.chello.nl/~j.vreeken/se401/
4254S: Maintained
4255
Alan Cox4e688522008-04-30 00:52:11 -07004256USB SERIAL BELKIN F5U103 DRIVER
4257P: William Greathouse
4258M: wgreathouse@smva.com
4259L: linux-usb@vger.kernel.org
4260S: Maintained
4261
4262USB SERIAL CYPRESS M8 DRIVER
4263P: Lonnie Mendez
4264M: dignome@gmail.com
4265L: linux-usb@vger.kernel.org
4266S: Maintained
4267W: http://geocities.com/i0xox0i
4268W: http://firstlight.net/cvs
4269
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270USB SERIAL CYBERJACK DRIVER
4271P: Matthias Bruestle and Harald Welte
4272M: support@reiner-sct.com
4273W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4274S: Maintained
4275
4276USB SERIAL DIGI ACCELEPORT DRIVER
4277P: Peter Berger and Al Borchers
4278M: pberger@brimson.com
4279M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004280L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281S: Maintained
4282
4283USB SERIAL DRIVER
4284P: Greg Kroah-Hartman
4285M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004286L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287S: Supported
4288
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4290P: Gary Brubaker
4291M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004292L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293S: Maintained
4294
4295USB SERIAL KEYSPAN DRIVER
4296P: Greg Kroah-Hartman
4297M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004298L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299W: http://www.kroah.com/linux/
4300S: Maintained
4301
4302USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004303P: Support Department
4304M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004305L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306W: http://www.connecttech.com
4307S: Supported
4308
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004309USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310P: Luca Risolia
4311M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004312L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004313L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314W: http://www.linux-projects.org
4315S: Maintained
4316
4317USB SUBSYSTEM
4318P: Greg Kroah-Hartman
4319M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004320L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004322T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323S: Supported
4324
4325USB UHCI DRIVER
4326P: Alan Stern
4327M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004328L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004329S: Maintained
4330
David Brownell69ae9e32006-11-14 02:03:31 -08004331USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332P: David Brownell
4333M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004334L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004335W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336S: Maintained
4337
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004338USB VIDEO CLASS
4339P: Laurent Pinchart
4340M: laurent.pinchart@skynet.be
4341L: linx-uvc-devel@berlios.de
4342L: video4linux-list@redhat.com
4343W: http://linux-uvc.berlios.de
4344S: Maintained
4345
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346USB W996[87]CF DRIVER
4347P: Luca Risolia
4348M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004349L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004350L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351W: http://www.linux-projects.org
4352S: Maintained
4353
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004354USB WIRELESS RNDIS DRIVER (rndis_wlan)
4355P: Jussi Kivilinna
4356M: jussi.kivilinna@mbnet.fi
4357L: linux-wireless@vger.kernel.org
4358S: Maintained
4359
Luca Risolia60f78052006-02-06 16:29:35 +00004360USB ZC0301 DRIVER
4361P: Luca Risolia
4362M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004363L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004364L: video4linux-list@redhat.com
4365W: http://www.linux-projects.org
4366S: Maintained
4367
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368USB ZD1201 DRIVER
4369P: Jeroen Vreeken
4370M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004371L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372W: http://linux-lc100020.sourceforge.net
4373S: Maintained
4374
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004375USB ZR364XX DRIVER
4376P: Antoine Jacquet
4377M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004378L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004379L: video4linux-list@redhat.com
4380W: http://royale.zerezo.com/zr364xx/
4381S: Maintained
4382
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383USER-MODE LINUX
4384P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004385M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004386L: user-mode-linux-devel@lists.sourceforge.net
4387L: user-mode-linux-user@lists.sourceforge.net
4388W: http://user-mode-linux.sourceforge.net
4389S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004390
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004391USERSPACE I/O (UIO)
4392P: Hans J. Koch
4393M: hjk@linutronix.de
4394P: Greg Kroah-Hartman
4395M: gregkh@suse.de
4396L: linux-kernel@vger.kernel.org
4397S: Maintained
4398
Karel Zakf899b0a2008-05-23 13:04:21 -07004399UTIL-LINUX-NG PACKAGE
4400P: Karel Zak
4401M: kzak@redhat.com
4402L: util-linux-ng@vger.kernel.org
4403W: http://kernel.org/~kzak/util-linux-ng/
4404T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4405S: Maintained
4406
Alan Cox4e688522008-04-30 00:52:11 -07004407VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408P: OGAWA Hirofumi
4409M: hirofumi@mail.parknet.co.jp
4410L: linux-kernel@vger.kernel.org
4411S: Maintained
4412
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413VIA RHINE NETWORK DRIVER
4414P: Roger Luethi
4415M: rl@hellgate.ch
4416S: Maintained
4417
Jean Delvare32c0a522005-09-22 21:47:58 +02004418VIAPRO SMBUS DRIVER
4419P: Jean Delvare
4420M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004421L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004422S: Maintained
4423
Francois Romieu01f20732007-01-26 00:57:17 -08004424VIA VELOCITY NETWORK DRIVER
4425P: Francois Romieu
4426M: romieu@fr.zoreil.com
4427L: netdev@vger.kernel.org
4428S: Maintained
4429
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004431P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004432M: mchehab@infradead.org
4433M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004435W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004436T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004437S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438
Patrick McHardybe7f8272007-10-23 20:26:36 -07004439VLAN (802.1Q)
4440P: Patrick McHardy
4441M: kaber@trash.net
4442L: netdev@vger.kernel.org
4443S: Maintained
4444
Juerg Haefligerab413192006-09-24 20:54:04 +02004445VT1211 HARDWARE MONITOR DRIVER
4446P: Juerg Haefliger
4447M: juergh@gmail.com
4448L: lm-sensors@lm-sensors.org
4449S: Maintained
4450
Roger Lucas1de9e372005-11-26 20:20:05 +01004451VT8231 HARDWARE MONITOR DRIVER
4452P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004453M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004454L: lm-sensors@lm-sensors.org
4455S: Maintained
4456
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457W1 DALLAS'S 1-WIRE BUS
4458P: Evgeniy Polyakov
4459M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460S: Maintained
4461
Charles Spirakis13927072006-07-05 18:05:15 +02004462W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004463P: Marc Hulsman
4464M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004465L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004466S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004467
Rudolf Marek61db0112006-12-12 18:18:30 +01004468W83793 HARDWARE MONITORING DRIVER
4469P: Rudolf Marek
4470M: r.marek@assembler.cz
4471L: lm-sensors@lm-sensors.org
4472S: Maintained
4473
Linus Torvalds1da177e2005-04-16 15:20:36 -07004474W83L51xD SD/MMC CARD INTERFACE DRIVER
4475P: Pierre Ossman
4476M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004477L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478S: Maintained
4479
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004480WATCHDOG DEVICE DRIVERS
4481P: Wim Van Sebroeck
4482M: wim@iguana.be
4483T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4484S: Maintained
4485
Linus Torvalds1da177e2005-04-16 15:20:36 -07004486WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4487P: Jean Tourrilhes
4488M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004489L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4491S: Maintained
4492
4493WD7000 SCSI DRIVER
4494P: Miroslav Zagorac
4495M: zaga@fly.cc.fer.hr
4496L: linux-scsi@vger.kernel.org
4497S: Maintained
4498
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004499WISTRON LAPTOP BUTTON DRIVER
4500P: Miloslav Trmac
4501M: mitr@volny.cz
4502S: Maintained
4503
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504WL3501 WIRELESS PCMCIA CARD DRIVER
4505P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004506M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004507L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004508W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509S: Maintained
4510
Mark Brownfebf1df2008-04-02 00:51:09 -04004511WM97XX TOUCHSCREEN DRIVERS
4512P: Mark Brown
4513M: broonie@opensource.wolfsonmicro.com
4514P: Liam Girdwood
4515M: liam.girdwood@wolfsonmicro.com
4516L: linux-input@vger.kernel.org
4517T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4518W: http://opensource.wolfsonmicro.com/node/7
4519S: Supported
4520
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521X.25 NETWORK LAYER
4522P: Henner Eisen
4523M: eis@baty.hanse.de
4524L: linux-x25@vger.kernel.org
4525S: Maintained
4526
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004527XEN HYPERVISOR INTERFACE
4528P: Jeremy Fitzhardinge
4529M: jeremy@xensource.com
4530P: Chris Wright
4531M: chrisw@sous-sol.org
4532L: virtualization@lists.osdl.org
4533L: xen-devel@lists.xensource.com
4534S: Supported
4535
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536XFS FILESYSTEM
4537P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004538P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004540L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004542T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543S: Supported
4544
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004545XILINX SYSTEMACE DRIVER
4546P: Grant Likely
4547M: grant.likely@secretlab.ca
4548W: http://www.secretlab.ca/
4549L: linux-kernel@vger.kernel.org
4550S: Maintained
4551
Peter Korsgaard238b8722006-12-06 20:35:17 -08004552XILINX UARTLITE SERIAL DRIVER
4553P: Peter Korsgaard
4554M: jacmet@sunsite.dk
4555L: linux-serial@vger.kernel.org
4556S: Maintained
4557
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004558X86 ARCHITECTURE (32-BIT AND 64-BIT)
4559P: Thomas Gleixner
4560M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561P: Ingo Molnar
4562M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004563P: H. Peter Anvin
4564M: hpa@zytor.com
4565L: linux-kernel@vger.kernel.org
4566T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567S: Maintained
4568
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569YAM DRIVER FOR AX.25
4570P: Jean-Paul Roubelat
4571M: jpr@f6fbb.org
4572L: linux-hams@vger.kernel.org
4573S: Maintained
4574
Henkaf64a5e2005-10-12 15:02:56 +02004575YEALINK PHONE DRIVER
4576P: Henk Vergonet
4577M: Henk.Vergonet@gmail.com
4578L: usbb2k-api-dev@nongnu.org
4579S: Maintained
4580
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581Z8530 DRIVER FOR AX.25
4582P: Joerg Reuter
4583M: jreuter@yaina.de
4584W: http://yaina.de/jreuter/
4585W: http://www.qsl.net/dl1bke/
4586L: linux-hams@vger.kernel.org
4587S: Maintained
4588
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004589ZD1211RW WIRELESS DRIVER
4590P: Daniel Drake
4591M: dsd@gentoo.org
4592P: Ulrich Kunitz
4593M: kune@deine-taler.de
4594W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004595L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004596L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4597S: Maintained
4598
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599ZF MACHZ WATCHDOG
4600P: Fernando Fuganti
4601M: fuganti@netbank.com.br
4602W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4603S: Maintained
4604
4605ZR36067 VIDEO FOR LINUX DRIVER
4606P: Ronald Bultje
4607M: rbultje@ronald.bitfreak.net
4608L: mjpeg-users@lists.sourceforge.net
4609W: http://mjpeg.sourceforge.net/driver-zoran/
4610S: Maintained
4611
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004612ZS DECSTATION Z85C30 SERIAL DRIVER
4613P: Maciej W. Rozycki
4614M: macro@linux-mips.org
4615S: Maintained
4616
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617THE REST
4618P: Linus Torvalds
4619S: Buried alive in reporters