blob: ee1c56a20750699c3e797629169a8a748dcf7f33 [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
Grant Likely77a76362008-07-12 12:11:43 -06002524LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525P: 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 -07002529L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530S: Maintained
2531
2532LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002533P: Josh Boyer
2534M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535P: Matt Porter
2536M: mporter@kernel.crashing.org
2537W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002538L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002539T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Maintained
2541
Grant Likely260c02a2007-10-02 12:15:34 +10002542LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2543P: Grant Likely
2544M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002545W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002546L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547S: Maintained
2548
Tom Rinie93adf12005-07-26 12:49:53 -07002549LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002550P: Vitaly Bordug
2551M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002552P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002553M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002554W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002555L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002556S: Maintained
2557
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002559P: Kumar Gala
2560M: galak@kernel.crashing.org
2561W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002562L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002563S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
Olof Johanssonab06ff32006-09-06 14:44:54 -05002565LINUX FOR POWERPC PA SEMI PWRFICIENT
2566P: Olof Johansson
2567M: olof@lixom.net
2568W: http://www.pasemi.com/
2569L: linuxppc-dev@ozlabs.org
2570S: Supported
2571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572LLC (802.2)
2573P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002574M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575S: Maintained
2576
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577LINUX SECURITY MODULE (LSM) FRAMEWORK
2578P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002579M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002580L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002581T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582S: Supported
2583
2584LM83 HARDWARE MONITOR DRIVER
2585P: Jean Delvare
2586M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002587L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588S: Maintained
2589
2590LM90 HARDWARE MONITOR DRIVER
2591P: Jean Delvare
2592M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002593L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594S: Maintained
2595
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002596LOCKDEP AND LOCKSTAT
2597P: Peter Zijlstra
2598M: peterz@infradead.org
2599P: Ingo Molnar
2600M: mingo@redhat.com
2601L: linux-kernel@vger.kernel.org
2602T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2603S: Maintained
2604
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002605LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606P: Richard Russon (FlatCap)
2607M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002608L: linux-ntfs-dev@lists.sourceforge.net
2609W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Maintained
2611
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002612LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2613P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002614M: Eric.Moore@lsi.com
2615M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002616L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002617L: linux-scsi@vger.kernel.org
2618W: http://www.lsilogic.com/support
2619S: Supported
2620
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2622P: Matthew Wilcox
2623M: matthew@wil.cx
2624L: linux-scsi@vger.kernel.org
2625S: Maintained
2626
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002627M32R ARCHITECTURE
2628P: Hirokazu Takata
2629M: takata@linux-m32r.org
2630L: linux-m32r@ml.linux-m32r.org
2631L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2632W: http://www.linux-m32r.org/
2633S: Maintained
2634
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635M68K ARCHITECTURE
2636P: Geert Uytterhoeven
2637M: geert@linux-m68k.org
2638P: Roman Zippel
2639M: zippel@linux-m68k.org
2640L: linux-m68k@lists.linux-m68k.org
2641W: http://www.linux-m68k.org/
2642W: http://linux-m68k-cvs.ubb.ca/
2643S: Maintained
2644
2645M68K ON APPLE MACINTOSH
2646P: Joshua Thompson
2647M: funaho@jurai.org
2648W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002649L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650S: Maintained
2651
2652M68K ON HP9000/300
2653P: Philip Blundell
2654M: philb@gnu.org
2655W: http://www.tazenda.demon.co.uk/phil/linux-hp
2656S: Maintained
2657
Jiri Benc64a327a2007-05-05 11:47:08 -07002658MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002659P: Johannes Berg
2660M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002661P: Michael Wu
2662M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002663L: linux-wireless@vger.kernel.org
2664W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002665T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002666S: Maintained
2667
Stefano Brivio1036d862007-12-23 04:46:27 +01002668MAC80211 PID RATE CONTROL
2669P: Stefano Brivio
2670M: stefano.brivio@polimi.it
2671P: Mattias Nissler
2672M: mattias.nissler@gmx.de
2673L: linux-wireless@vger.kernel.org
2674W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2675T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2676S: Maintained
2677
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002678MACVLAN DRIVER
2679P: Patrick McHardy
2680M: kaber@trash.net
2681L: netdev@vger.kernel.org
2682S: Maintained
2683
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684MARVELL YUKON / SYSKONNECT DRIVER
2685P: Mirko Lindner
2686M: mlindner@syskonnect.de
2687P: Ralph Roesler
2688M: rroesler@syskonnect.de
2689W: http://www.syskonnect.com
2690S: Supported
2691
Michael Kerriskfaf16682005-07-31 22:34:47 -07002692MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002693P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002694M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002695W: http://www.kernel.org/doc/man-pages
2696S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002697
Stefano Brivio74cda162007-11-19 20:27:46 +01002698MARVELL LIBERTAS WIRELESS DRIVER
2699P: Dan Williams
2700M: dcbw@redhat.com
2701L: libertas-dev@lists.infradead.org
2702S: Maintained
2703
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002704MARVELL MV643XX ETHERNET DRIVER
2705P: Dale Farnsworth
2706M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002708M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002709L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002710S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711
2712MATROX FRAMEBUFFER DRIVER
2713P: Petr Vandrovec
2714M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002715L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716S: Maintained
2717
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002718MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2719P: Hans J. Koch
2720M: hjk@linutronix.de
2721L: lm-sensors@lm-sensors.org
2722S: Maintained
2723
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002724MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002725P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002726M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002727S: linux-scsi@vger.kernel.org
2728W: http://megaraid.lsilogic.com
2729S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002730
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002731MEMORY MANAGEMENT
2732L: linux-mm@kvack.org
2733L: linux-kernel@vger.kernel.org
2734W: http://www.linux-mm.org
2735S: Maintained
2736
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002737MEMORY RESOURCE CONTROLLER
2738P: Balbir Singh
2739M: balbir@linux.vnet.ibm.com
2740P: Pavel Emelyanov
2741M: xemul@openvz.org
2742P: KAMEZAWA Hiroyuki
2743M: kamezawa.hiroyu@jp.fujitsu.com
2744L: linux-mm@kvack.org
2745L: linux-kernel@vger.kernel.org
2746S: Maintained
2747
David Howellsb920de12008-02-08 04:19:31 -08002748MEI MN10300/AM33 PORT
2749P: David Howells
2750M: dhowells@redhat.com
2751P: Koichi Yasutake
2752M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002753L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002754W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2755S: Maintained
2756
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002757MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758P: David Woodhouse
2759M: dwmw2@infradead.org
2760W: http://www.linux-mtd.infradead.org/
2761L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002762T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763S: Maintained
2764
Artem Bityutskiy48576402007-02-13 17:11:10 +02002765UNSORTED BLOCK IMAGES (UBI)
2766P: Artem Bityutskiy
2767M: dedekind@infradead.org
2768W: http://www.linux-mtd.infradead.org/
2769L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002770T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002771S: Maintained
2772
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773MICROTEK X6 SCANNER
2774P: Oliver Neukum
2775M: oliver@neukum.name
2776S: Maintained
2777
2778MIPS
2779P: Ralf Baechle
2780M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002781W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002783T: git www.linux-mips.org:/pub/scm/linux.git
2784S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785
2786MISCELLANEOUS MCA-SUPPORT
2787P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002788M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789L: linux-kernel@vger.kernel.org
2790S: Maintained
2791
2792MODULE SUPPORT
2793P: Rusty Russell
2794M: rusty@rustcorp.com.au
2795L: linux-kernel@vger.kernel.org
2796S: Maintained
2797
2798MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2799P: Stelian Pop
2800M: stelian@popies.net
2801W: http://popies.net/meye/
2802S: Maintained
2803
Pavel Pisac58ff042007-05-16 01:10:41 +02002804MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2805P: Pavel Pisa
2806M: ppisa@pikron.com
2807L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002808S: Maintained
2809
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810MOUSE AND MISC DEVICES [GENERAL]
2811P: Alessandro Rubini
2812M: rubini@ipvvis.unipv.it
2813L: linux-kernel@vger.kernel.org
2814S: Maintained
2815
Jiri Slabyb9705b62008-04-30 00:53:48 -07002816MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002817P: Jiri Slaby
2818M: jirislaby@gmail.com
2819L: linux-kernel@vger.kernel.org
2820S: Maintained
2821
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002822MSI LAPTOP SUPPORT
2823P: Lennart Poettering
2824M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002825W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002826W: http://0pointer.de/lennart/tchibo.html
2827S: Maintained
2828
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002829MULTIFUNCTION DEVICES (MFD)
2830P: Samuel Ortiz
2831M: sameo@openedhand.com
2832L: linux-kernel@vger.kernel.org
2833S: Supported
2834
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002835MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002836P: Pierre Ossman
2837M: drzeus-mmc@drzeus.cx
2838L: linux-kernel@vger.kernel.org
2839S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002840
David Brownell15a05802007-08-08 09:12:54 -07002841MULTIMEDIA CARD (MMC) ETC. OVER SPI
2842P: David Brownell
2843M: dbrownell@users.sourceforge.net
2844L: linux-kernel@vger.kernel.org
2845S: Odd fixes
2846
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847MULTISOUND SOUND DRIVER
2848P: Andrew Veliath
2849M: andrewtv@usa.net
2850S: Maintained
2851
Jiri Slabyd7354102006-12-08 02:38:35 -08002852MULTITECH MULTIPORT CARD (ISICOM)
2853P: Jiri Slaby
2854M: jirislaby@gmail.com
2855L: linux-kernel@vger.kernel.org
2856S: Maintained
2857
Brice Goglin2d3cf582008-05-17 12:45:36 +02002858MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2859P: Andrew Gallatin
2860M: gallatin@myri.com
2861P: Brice Goglin
2862M: brice@myri.com
2863L: netdev@vger.kernel.org
2864W: http://www.myri.com/scs/download-Myri10GE.html
2865S: Supported
2866
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867NATSEMI ETHERNET DRIVER (DP8381x)
2868P: Tim Hockin
2869M: thockin@hockin.org
2870S: Maintained
2871
2872NCP FILESYSTEM
2873P: Petr Vandrovec
2874M: vandrove@vc.cvut.cz
2875L: linware@sh.cvut.cz
2876S: Maintained
2877
2878NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2879P: James E.J. Bottomley
2880M: James.Bottomley@HansenPartnership.com
2881L: linux-scsi@vger.kernel.org
2882S: Maintained
2883
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002884NETEFFECT IWARP RNIC DRIVER (IW_NES)
2885P: Faisal Latif
2886M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002887P: Chien Tung
2888M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002889P: Glenn Streiff
2890M: gstreiff@neteffect.com
2891L: general@lists.openfabrics.org
2892W: http://www.neteffect.com
2893S: Supported
2894F: drivers/infiniband/hw/nes/
2895
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002896NETEM NETWORK EMULATOR
2897P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002898M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002899L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002900S: Maintained
2901
Jiri Slaby4a584482007-08-30 23:56:39 -07002902NETERION (S2IO) Xframe 10GbE DRIVER
2903P: Ramkrishna Vepa
2904M: ram.vepa@neterion.com
2905P: Rastapur Santosh
2906M: santosh.rastapur@neterion.com
2907P: Sivakumar Subramani
2908M: sivakumar.subramani@neterion.com
2909P: Sreenivasa Honnur
2910M: sreenivasa.honnur@neterion.com
2911L: netdev@vger.kernel.org
2912W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2913S: Supported
2914
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915NETFILTER/IPTABLES/IPCHAINS
2916P: Rusty Russell
2917P: Marc Boucher
2918P: James Morris
2919P: Harald Welte
2920P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002921P: Patrick McHardy
2922M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002923L: netfilter-devel@vger.kernel.org
2924L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002925L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926W: http://www.netfilter.org/
2927W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928S: Supported
2929
Paul Moore4cc67732006-09-25 15:57:13 -07002930NETLABEL
2931P: Paul Moore
2932M: paul.moore@hp.com
2933W: http://netlabel.sf.net
2934L: netdev@vger.kernel.org
2935S: Supported
2936
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937NETROM NETWORK LAYER
2938P: Ralf Baechle
2939M: ralf@linux-mips.org
2940L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002941W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942S: Maintained
2943
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002944NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945P: Paul Clements
2946M: Paul.Clements@steeleye.com
2947S: Maintained
2948
2949NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950P: Jeff Garzik
2951M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002952L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002953T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954S: Maintained
2955
2956NETWORKING [GENERAL]
2957P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002958M: netdev@vger.kernel.org
2959L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002960W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961S: Maintained
2962
2963NETWORKING [IPv4/IPv6]
2964P: David S. Miller
2965M: davem@davemloft.net
2966P: Alexey Kuznetsov
2967M: kuznet@ms2.inr.ac.ru
2968P: Pekka Savola (ipv6)
2969M: pekkas@netcore.fi
2970P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002971M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972P: Hideaki YOSHIFUJI
2973M: yoshfuji@linux-ipv6.org
2974P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002975M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002976L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002977T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978S: Maintained
2979
James Morris10e2ff12007-08-25 14:41:28 -07002980NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2981P: Paul Moore
2982M: paul.moore@hp.com
2983L: netdev@vger.kernel.org
2984S: Maintained
2985
John W. Linville29f8f632006-01-18 14:52:48 -08002986NETWORKING [WIRELESS]
2987P: John W. Linville
2988M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002989L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002990T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2991S: Maintained
2992
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002993NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002994P: Dhananjay Phadke
2995M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002996L: netdev@vger.kernel.org
2997W: http://www.netxen.com
2998S: Supported
2999
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000IPVS
3001P: Wensong Zhang
3002M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003003P: Simon Horman
3004M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005P: Julian Anastasov
3006M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003007L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008S: Maintained
3009
3010NFS CLIENT
3011P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003012M: Trond.Myklebust@netapp.com
3013L: linux-nfs@vger.kernel.org
3014W: http://client.linux-nfs.org
3015T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016S: Maintained
3017
3018NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003019P: Jan-Pascal van Best
3020M: janpascal@vanbest.org
3021P: Andreas Mohr
3022M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003023L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024S: Maintained
3025
3026NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3027P: YOKOTA Hiroshi
3028M: yokota@netlab.is.tsukuba.ac.jp
3029W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3030S: Maintained
3031
3032NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3033P: GOTO Masanori
3034M: gotom@debian.or.jp
3035P: YOKOTA Hiroshi
3036M: yokota@netlab.is.tsukuba.ac.jp
3037W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3038S: Maintained
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040NTFS FILESYSTEM
3041P: Anton Altaparmakov
3042M: aia21@cantab.net
3043L: linux-ntfs-dev@lists.sourceforge.net
3044L: linux-kernel@vger.kernel.org
3045W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003046T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047S: Maintained
3048
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003049NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003050P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003051M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003052L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003053S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003055OPENCORES I2C BUS DRIVER
3056P: Peter Korsgaard
3057M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003058L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003059S: Maintained
3060
Mark Fashehccd979b2005-12-15 14:31:24 -08003061ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3062P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003063M: mfasheh@suse.com
3064P: Joel Becker
3065M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003066L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003067W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003068T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003069S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003070
Harald Weltec1986ee2005-11-13 16:06:29 -08003071OMNIKEY CARDMAN 4000 DRIVER
3072P: Harald Welte
3073M: laforge@gnumonks.org
3074S: Maintained
3075
Harald Welte77c44ab2005-11-13 16:06:26 -08003076OMNIKEY CARDMAN 4040 DRIVER
3077P: Harald Welte
3078M: laforge@gnumonks.org
3079S: Maintained
3080
Jonathan Corbet77d51402007-03-22 19:44:17 -03003081OMNIVISION OV7670 SENSOR DRIVER
3082P: Jonathan Corbet
3083M: corbet@lwn.net
3084L: video4linux-list@redhat.com
3085S: Maintained
3086
Thomas Gleixner431bca72007-05-02 09:31:35 +02003087ONENAND FLASH DRIVER
3088P: Kyungmin Park
3089M: kyungmin.park@samsung.com
3090L: linux-mtd@lists.infradead.org
3091S: Maintained
3092
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093ONSTREAM SCSI TAPE DRIVER
3094P: Willem Riede
3095M: osst@riede.org
3096L: osst-users@lists.sourceforge.net
3097L: linux-scsi@vger.kernel.org
3098S: Maintained
3099
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003101P: Robert Richter
3102M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103L: oprofile-list@lists.sf.net
3104S: Maintained
3105
3106ORINOCO DRIVER
3107P: Pavel Roskin
3108M: proski@gnu.org
3109P: David Gibson
3110M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003111L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003112L: orinoco-users@lists.sourceforge.net
3113L: orinoco-devel@lists.sourceforge.net
3114W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115S: Maintained
3116
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003117PA SEMI ETHERNET DRIVER
3118P: Olof Johansson
3119M: olof@lixom.net
3120L: netdev@vger.kernel.org
3121S: Maintained
3122
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003123PA SEMI SMBUS DRIVER
3124P: Olof Johansson
3125M: olof@lixom.net
3126L: i2c@lm-sensors.org
3127S: Maintained
3128
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003130L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003131S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132
3133PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3134P: Tim Waugh
3135M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003136L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137W: http://www.torque.net/linux-pp.html
3138S: Maintained
3139
3140PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003141P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003142M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143P: Matthew Wilcox
3144M: matthew@wil.cx
3145P: Grant Grundler
3146M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003147L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003149T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003152PARAVIRT_OPS INTERFACE
3153P: Jeremy Fitzhardinge
3154M: jeremy@xensource.com
3155P: Chris Wright
3156M: chrisw@sous-sol.org
3157P: Zachary Amsden
3158M: zach@vmware.com
3159P: Rusty Russell
3160M: rusty@rustcorp.com.au
3161L: virtualization@lists.osdl.org
3162L: linux-kernel@vger.kernel.org
3163S: Supported
3164
Jim Cromie1662d322006-10-06 00:43:59 -07003165PC87360 HARDWARE MONITORING DRIVER
3166P: Jim Cromie
3167M: jim.cromie@gmail.com
3168L: lm-sensors@lm-sensors.org
3169S: Maintained
3170
3171PC8736x GPIO DRIVER
3172P: Jim Cromie
3173M: jim.cromie@gmail.com
3174S: Maintained
3175
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003176PCI ERROR RECOVERY
3177P: Linas Vepstas
3178M: linas@austin.ibm.com
3179L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003180L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003181S: Supported
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003184P: Jesse Barnes
3185M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003187L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003188T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189S: Supported
3190
3191PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003192P: Kristen Carlson Accardi
3193M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194S: Supported
3195
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003196PCIE HOTPLUG DRIVER
3197P: Kristen Carlson Accardi
3198M: kristen.c.accardi@intel.com
3199L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003200S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003201
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003203P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003204L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003205W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003206T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003207S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208
3209PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003210P: Don Fry
3211M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003212L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213S: Maintained
3214
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003215PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003216P: Balbir Singh
3217M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003218L: linux-kernel@vger.kernel.org
3219S: Maintained
3220
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003221PERSONALITY HANDLING
3222P: Christoph Hellwig
3223M: hch@infradead.org
3224L: linux-abi-devel@lists.sourceforge.net
3225S: Maintained
3226
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003228P: Joern Engel
3229M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230L: linux-mtd@lists.infradead.org
3231S: Maintained
3232
Peter Osterlund249a6772005-09-27 21:45:30 -07003233PKTCDVD DRIVER
3234P: Peter Osterlund
3235M: petero2@telia.com
3236L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003237S: Maintained
3238
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003240P: Thomas Gleixner
3241M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003242L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243S: Supported
3244
Anton Vorontsov3be86142007-07-15 04:43:36 +04003245POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3246P: Anton Vorontsov
3247M: cbou@mail.ru
3248P: David Woodhouse
3249M: dwmw2@infradead.org
3250L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003251T: git git.infradead.org/battery-2.6.git
3252S: Maintained
3253
Eugene Surovegin24682972005-10-14 03:00:53 -07003254POWERPC 4xx EMAC DRIVER
3255P: Eugene Surovegin
3256M: ebs@ebshome.net
3257W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003258L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003259L: netdev@vger.kernel.org
3260S: Maintained
3261
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262PNP SUPPORT
3263P: Adam Belay
3264M: ambx1@neo.rr.com
3265S: Maintained
3266
Vitaly Wool999445d2007-01-04 13:07:03 +01003267PNXxxxx I2C DRIVER
3268P: Vitaly Wool
3269M: vitalywool@gmail.com
3270L: i2c@lm-sensors.org
3271S: Maintained
3272
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273PPP PROTOCOL DRIVERS AND COMPRESSORS
3274P: Paul Mackerras
3275M: paulus@samba.org
3276L: linux-ppp@vger.kernel.org
3277S: Maintained
3278
3279PPP OVER ATM (RFC 2364)
3280P: Mitchell Blank Jr
3281M: mitch@sfgoth.com
3282S: Maintained
3283
3284PPP OVER ETHERNET
3285P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003286M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287S: Maintained
3288
James Chapmana6d23702007-06-27 15:53:17 -07003289PPP OVER L2TP
3290P: James Chapman
3291M: jchapman@katalix.com
3292S: Maintained
3293
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294PREEMPTIBLE KERNEL
3295P: Robert Love
3296M: rml@tech9.net
3297L: linux-kernel@vger.kernel.org
3298L: kpreempt-tech@lists.sourceforge.net
3299W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3300S: Supported
3301
Michael Wueff1a592007-09-25 18:11:01 -07003302P54 WIRELESS DRIVER
3303P: Michael Wu
3304M: flamingice@sourmilk.net
3305L: linux-wireless@vger.kernel.org
3306W: http://prism54.org
3307T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3308S: Maintained
3309
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003311P: Luis R. Rodriguez
3312M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003313L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314W: http://prism54.org
3315S: Maintained
3316
3317PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3318P: Peter Denison
3319M: promise@pnd-pc.demon.co.uk
3320W: http://www.pnd-pc.demon.co.uk/promise/
3321S: Maintained
3322
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003323PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3324P: Mikael Pettersson
3325M: mikpe@it.uu.se
3326L: linux-ide@vger.kernel.org
3327S: Maintained
3328
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003329PS3 NETWORK SUPPORT
3330P: Masakazu Mokuno
3331M: mokuno@sm.sony.co.jp
3332L: netdev@vger.kernel.org
3333L: cbe-oss-dev@ozlabs.org
3334S: Supported
3335
Geoff Levandf58a9d12006-11-23 00:46:51 +01003336PS3 PLATFORM SUPPORT
3337P: Geoff Levand
3338M: geoffrey.levand@am.sony.com
3339L: linuxppc-dev@ozlabs.org
3340L: cbe-oss-dev@ozlabs.org
3341S: Supported
3342
Michael Krufky83202042006-07-03 00:24:18 -07003343PVRUSB2 VIDEO4LINUX DRIVER
3344P: Mike Isely
3345M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003346L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003347L: video4linux-list@redhat.com
3348W: http://www.isely.net/pvrusb2/
3349S: Maintained
3350
Eric Miao30ec2612008-06-12 15:21:41 -07003351PXA2xx/PXA3xx SUPPORT
3352P: Eric Miao
3353M: eric.miao@marvell.com
3354P: Russell King
3355M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003356L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357S: Maintained
3358
Pierre Ossman272f1332007-05-14 21:25:26 +02003359PXA MMCI DRIVER
3360S: Orphan
3361
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362QLOGIC QLA2XXX FC-SCSI DRIVER
3363P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003364M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365L: linux-scsi@vger.kernel.org
3366S: Supported
3367
Ron Mercer5a4faa82006-07-25 00:40:21 -07003368QLOGIC QLA3XXX NETWORK DRIVER
3369P: Ron Mercer
3370M: linux-driver@qlogic.com
3371L: netdev@vger.kernel.org
3372S: Supported
3373
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374QNX4 FILESYSTEM
3375P: Anders Larsen
3376M: al@alarsen.net
3377L: linux-kernel@vger.kernel.org
3378W: http://www.alarsen.net/linux/qnx4fs/
3379S: Maintained
3380
3381RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003382P: Benjamin Herrenschmidt
3383M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003384L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385S: Maintained
3386
3387RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003388P: Paul Mackerras
3389M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003390L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391S: Maintained
3392
3393RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3394P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003395M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003396L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397S: Maintained
3398
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003399RALINK RT2X00 WLAN DRIVER
3400P: rt2x00 project
3401L: linux-wireless@vger.kernel.org
3402L: rt2400-devel@lists.sourceforge.net
3403W: http://rt2x00.serialmonkey.com/
3404S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003405T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003406F: drivers/net/wireless/rt2x00/
3407
Nick Piggin9db55792008-02-08 04:19:49 -08003408RAMDISK RAM BLOCK DEVICE DRIVER
3409P: Nick Piggin
3410M: npiggin@suse.de
3411S: Maintained
3412
Matt Mackall9e95ce22005-04-16 15:25:56 -07003413RANDOM NUMBER DRIVER
3414P: Matt Mackall
3415M: mpm@selenic.com
3416S: Maintained
3417
Matt Porter394b7012005-11-07 01:00:15 -08003418RAPIDIO SUBSYSTEM
3419P: Matt Porter
3420M: mporter@kernel.crashing.org
3421L: linux-kernel@vger.kernel.org
3422S: Maintained
3423
Florian Fainellic1f766b2008-02-06 22:39:44 +01003424RDC R-321X SoC
3425P: Florian Fainelli
3426M: florian.fainelli@telecomint.eu
3427L: linux-kernel@vger.kernel.org
3428S: Maintained
3429
Florian Fainellidb17f392007-12-19 11:30:30 +01003430RDC R6040 FAST ETHERNET DRIVER
3431P: Florian Fainelli
3432M: florian.fainelli@telecomint.eu
3433L: netdev@vger.kernel.org
3434S: Maintained
3435
Josh Triplett595182b2006-10-04 02:17:21 -07003436READ-COPY UPDATE (RCU)
3437P: Dipankar Sarma
3438M: dipankar@in.ibm.com
3439W: http://www.rdrop.com/users/paulmck/rclock/
3440L: linux-kernel@vger.kernel.org
3441S: Supported
3442
3443RCUTORTURE MODULE
3444P: Josh Triplett
3445M: josh@freedesktop.org
3446L: linux-kernel@vger.kernel.org
3447S: Maintained
3448
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449REAL TIME CLOCK DRIVER
3450P: Paul Gortmaker
3451M: p_gortmaker@yahoo.com
3452L: linux-kernel@vger.kernel.org
3453S: Maintained
3454
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003455REAL TIME CLOCK (RTC) SUBSYSTEM
3456P: Alessandro Zummo
3457M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003458L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003459S: Maintained
3460
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003462L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463S: Supported
3464
Ivo van Doorne08976452008-04-12 19:23:55 +02003465RFKILL
3466P: Ivo van Doorn
3467M: IvDoorn@gmail.com
3468L: netdev@vger.kernel.org
3469S: Maintained
3470F: net/rfkill
3471
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472ROCKETPORT DRIVER
3473P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474W: http://www.comtrol.com
3475S: Maintained
3476
3477ROSE NETWORK LAYER
3478P: Ralf Baechle
3479M: ralf@linux-mips.org
3480L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003481W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482S: Maintained
3483
3484RISCOM8 DRIVER
3485S: Orphan
3486
Michael Wu605bebe2007-05-14 01:41:02 -04003487RTL818X WIRELESS DRIVER
3488P: Michael Wu
3489M: flamingice@sourmilk.net
3490P: Andrea Merello
3491M: andreamrl@tiscali.it
3492L: linux-wireless@vger.kernel.org
3493W: http://linuxwireless.org/
3494T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3495S: Maintained
3496
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003497S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003498P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003499M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003500L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003501S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003502
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503S390
3504P: Martin Schwidefsky
3505M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003506P: Heiko Carstens
3507M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003509L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003510W: http://www.ibm.com/developerworks/linux/linux390/
3511S: Supported
3512
3513S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003514P: Ursula Braun
3515M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003516P: Frank Blaschka
3517M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003518M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003519L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003520W: http://www.ibm.com/developerworks/linux/linux390/
3521S: Supported
3522
3523S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003524P: Christof Schmitt
3525M: christof.schmitt@de.ibm.com
3526P: Martin Peschke
3527M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003528M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003529L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003530W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531S: Supported
3532
Ursula Braundd96df22007-09-19 13:09:02 +02003533S390 IUCV NETWORK LAYER
3534P: Ursula Braun
3535M: ubraun@linux.vnet.ibm.com
3536M: linux390@de.ibm.com
3537L: linux-s390@vger.kernel.org
3538W: http://www.ibm.com/developerworks/linux/linux390/
3539S: Supported
3540
Linus Torvalds1da177e2005-04-16 15:20:36 -07003541SAA7146 VIDEO4LINUX-2 DRIVER
3542P: Michael Hunold
3543M: michael@mihu.de
3544W: http://www.mihu.de/linux/saa7146
3545S: Maintained
3546
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547SC1200 WDT DRIVER
3548P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003549M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550S: Maintained
3551
3552SCHEDULER
3553P: Ingo Molnar
3554M: mingo@elte.hu
3555P: Robert Love [the preemptible kernel bits]
3556M: rml@tech9.net
3557L: linux-kernel@vger.kernel.org
3558S: Maintained
3559
3560SCSI CDROM DRIVER
3561P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003562M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563L: linux-scsi@vger.kernel.org
3564W: http://www.kernel.dk
3565S: Maintained
3566
3567SCSI SG DRIVER
3568P: Doug Gilbert
3569M: dgilbert@interlog.com
3570L: linux-scsi@vger.kernel.org
3571W: http://www.torque.net/sg
3572S: Maintained
3573
3574SCSI SUBSYSTEM
3575P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003576M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003578T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003579T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3580T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581S: Maintained
3582
3583SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003584P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585M: Kai.Makisara@kolumbus.fi
3586L: linux-scsi@vger.kernel.org
3587S: Maintained
3588
3589SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003590P: Vlad Yasevich
3591M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003592P: Sridhar Samudrala
3593M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003594L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003595W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003596S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597
3598SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003599P: Jim Cromie
3600M: jim.cromie@gmail.com
3601S: Odd Fixes
3602
3603SCx200 GPIO DRIVER
3604P: Jim Cromie
3605M: jim.cromie@gmail.com
3606S: Maintained
3607
3608SCx200 HRT CLOCKSOURCE DRIVER
3609P: Jim Cromie
3610M: jim.cromie@gmail.com
3611S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612
3613SECURITY CONTACT
3614P: Security Officers
3615M: security@kernel.org
3616S: Supported
3617
3618SELINUX SECURITY MODULE
3619P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003620M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003622M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003623P: Eric Paris
3624M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003626L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627W: http://www.nsa.gov/selinux
3628S: Supported
3629
Jiri Slabycef2cf02007-05-08 00:31:45 -07003630SENSABLE PHANTOM
3631P: Jiri Slaby
3632M: jirislaby@gmail.com
3633S: Maintained
3634
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635SERIAL ATA (SATA) SUBSYSTEM:
3636P: Jeff Garzik
3637M: jgarzik@pobox.com
3638L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003639T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640S: Supported
3641
3642SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3643P: Pat Gefre
3644M: pfg@sgi.com
3645L: linux-ia64@vger.kernel.org
3646S: Supported
3647
Ben Hutchings8ceee662008-04-27 12:55:59 +01003648SFC NETWORK DRIVER
3649P: Steve Hodgson
3650P: Ben Hutchings
3651P: Robert Stonehouse
3652M: linux-net-drivers@solarflare.com
3653S: Supported
3654
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655SGI VISUAL WORKSTATION 320 AND 540
3656P: Andrey Panin
3657M: pazke@donpac.ru
3658L: linux-visws-devel@lists.sf.net
3659W: http://linux-visws.sf.net
3660S: Maintained for 2.6.
3661
3662SIMTEC EB110ATX (Chalice CATS)
3663P: Ben Dooks
3664P: Vincent Sanders
3665M: support@simtec.co.uk
3666W: http://www.simtec.co.uk/products/EB110ATX/
3667S: Supported
3668
3669SIMTEC EB2410ITX (BAST)
3670P: Ben Dooks
3671P: Vincent Sanders
3672M: support@simtec.co.uk
3673W: http://www.simtec.co.uk/products/EB2410ITX/
3674S: Supported
3675
Francois Romieu92aab3c2005-07-30 13:11:18 +02003676SIS 190 ETHERNET DRIVER
3677P: Francois Romieu
3678M: romieu@fr.zoreil.com
3679L: netdev@vger.kernel.org
3680S: Maintained
3681
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682SIS 900/7016 FAST ETHERNET DRIVER
3683P: Daniele Venzano
3684M: venza@brownhat.org
3685W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003686L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687S: Maintained
3688
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003689SIS 96X I2C/SMBUS DRIVER
3690P: Mark M. Hoffman
3691M: mhoffman@lightlink.com
3692L: lm-sensors@lm-sensors.org
3693S: Maintained
3694
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695SIS FRAMEBUFFER DRIVER
3696P: Thomas Winischhofer
3697M: thomas@winischhofer.net
3698W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003699S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700
3701SIS USB2VGA DRIVER
3702P: Thomas Winischhofer
3703M: thomas@winischhofer.net
3704W: http://www.winischhofer.at/linuxsisusbvga.shtml
3705S: Maintained
3706
Christoph Lameter415ad262007-07-26 10:40:56 -07003707SLAB ALLOCATOR
3708P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003709M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003710P: Pekka Enberg
3711M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003712P: Matt Mackall
3713M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003714L: linux-mm@kvack.org
3715S: Maintained
3716
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717SMC91x ETHERNET DRIVER
3718P: Nicolas Pitre
3719M: nico@cam.org
3720S: Maintained
3721
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003722SMSC47B397 HARDWARE MONITOR DRIVER
3723P: Mark M. Hoffman
3724M: mhoffman@lightlink.com
3725L: lm-sensors@lm-sensors.org
3726S: Maintained
3727
Ben Nizetteb54f2862008-03-13 22:27:30 +11003728SMX UIO Interface
3729P: Ben Nizette
3730M: bn@niasdigital.com
3731S: Maintained
3732
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733SOFTWARE RAID (Multiple Disks) SUPPORT
3734P: Ingo Molnar
3735M: mingo@redhat.com
3736P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003737M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003739S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740
Pavel Machek95a631e2007-07-19 01:47:42 -07003741HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742P: Pavel Machek
3743M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003744P: Rafael J. Wysocki
3745M: rjw@sisk.pl
3746L: linux-pm@lists.linux-foundation.org
3747S: Supported
3748
3749SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003750P: Len Brown
3751M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003752P: Pavel Machek
3753M: pavel@suse.cz
3754P: Rafael J. Wysocki
3755M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003756L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003757S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758
3759SONIC NETWORK DRIVER
3760P: Thomas Bogendoerfer
3761M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003762L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763S: Maintained
3764
Michael Buesch61e115a2007-09-18 15:12:50 -04003765SONICS SILICON BACKPLANE DRIVER (SSB)
3766P: Michael Buesch
3767M: mb@bu3sch.de
3768L: netdev@vger.kernel.org
3769S: Maintained
3770
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003772P: Mattia Dongili
3773M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003774L: linux-acpi@vger.kernel.org
3775W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776S: Maintained
3777
Alex Dubovbaf85322008-02-09 10:20:54 -08003778SONY MEMORYSTICK CARD SUPPORT
3779P: Alex Dubov
3780M: oakad@yahoo.com
3781L: linux-kernel@vger.kernel.org
3782W: http://tifmxx.berlios.de/
3783S: Maintained
3784
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785SOUND
3786P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003787M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003788L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789S: Maintained
3790
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003791SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3792P: Liam Girdwood
3793M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003794P: Mark Brown
3795M: broonie@opensource.wolfsonmicro.com
3796T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003797L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003798S: Supported
3799
Kumar Gala025c3982006-04-02 16:05:54 -05003800SPI SUBSYSTEM
3801P: David Brownell
3802M: dbrownell@users.sourceforge.net
3803L: spi-devel-general@lists.sourceforge.net
3804S: Maintained
3805
Arnd Bergmannb8154542008-05-16 11:10:59 +02003806SPU FILE SYSTEM
3807P: Jeremy Kerr
3808M: jk@ozlabs.org
3809L: linuxppc-dev@ozlabs.org
3810L: cbe-oss-dev@ozlabs.org
3811W: http://www.ibm.com/developerworks/power/cell/
3812S: Supported
3813
Steven Rostedt855f46a2006-08-05 12:14:50 -07003814STABLE BRANCH:
3815P: Greg Kroah-Hartman
3816M: greg@kroah.com
3817P: Chris Wright
3818M: chrisw@sous-sol.org
3819L: stable@kernel.org
3820S: Maintained
3821
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822SHARP LH SUPPORT (LH7952X & LH7A40X)
3823P: Marc Singer
3824M: elf@buici.com
3825W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003826L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827S: Maintained
3828
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003829SHPC HOTPLUG DRIVER
3830P: Kristen Carlson Accardi
3831M: kristen.c.accardi@intel.com
3832L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003833S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003834
Pierre Ossmand129bce2006-03-24 03:18:17 -08003835SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3836P: Pierre Ossman
3837M: drzeus-sdhci@drzeus.cx
3838L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003839S: Maintained
3840
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003841SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3842P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003843M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003844L: netdev@vger.kernel.org
3845S: Maintained
3846
Chris Boot1a87d942006-07-10 04:45:34 -07003847SOEKRIS NET48XX LED SUPPORT
3848P: Chris Boot
3849M: bootc@bootc.net
3850S: Maintained
3851
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852SPARC (sparc32):
3853P: William L. Irwin
3854M: wli@holomorphy.com
3855L: sparclinux@vger.kernel.org
3856S: Maintained
3857
3858SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3859P: Roger Wolff
3860M: R.E.Wolff@BitWizard.nl
3861L: linux-kernel@vger.kernel.org ?
3862S: Supported
3863
Jim Lewis2752e402006-09-29 02:01:19 -07003864SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003865P: Ishizaki Kou
3866M: kou.ishizaki@toshiba.co.jp
3867P: Jens Osterkamp
3868M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003869L: netdev@vger.kernel.org
3870S: Supported
3871
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872SRM (Alpha) environment access
3873P: Jan-Benedict Glaw
3874M: jbglaw@lug-owl.de
3875L: linux-kernel@vger.kernel.org
3876S: Maintained
3877
3878STARFIRE/DURALAN NETWORK DRIVER
3879P: Ion Badulescu
3880M: ionut@cs.columbia.edu
3881S: Maintained
3882
3883STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3884W: http://mosquitonet.Stanford.EDU/strip.html
3885S: Unsupported ?
3886
3887STRADIS MPEG-2 DECODER DRIVER
3888P: Nathan Laredo
3889M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890W: http://www.stradis.com/
3891S: Maintained
3892
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003893SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894P: Paul Mundt
3895M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003896L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003898T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899S: Maintained
3900
3901SUN3/3X
3902P: Sam Creasey
3903M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904W: http://sammy.net/sun3/
3905S: Maintained
3906
3907SVGA HANDLING
3908P: Martin Mares
3909M: mj@ucw.cz
3910L: linux-video@atrey.karlin.mff.cuni.cz
3911S: Maintained
3912
3913SYSV FILESYSTEM
3914P: Christoph Hellwig
3915M: hch@infradead.org
3916S: Maintained
3917
Alan Cox4e688522008-04-30 00:52:11 -07003918TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003919P: Balbir Singh
3920M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003921L: linux-kernel@vger.kernel.org
3922S: Maintained
3923
Stephen Hemminger781b4562006-07-10 20:25:29 -07003924TC CLASSIFIER
3925P: Jamal Hadi Salim
3926M: hadi@cyberus.ca
3927L: netdev@vger.kernel.org
3928S: Maintained
3929
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003930TCP LOW PRIORITY MODULE
3931P: Wong Hoi Sing, Edison
3932M: hswong3i@gmail.com
3933P: Hung Hing Lun, Mike
3934M: hlhung3i@gmail.com
3935W: http://tcp-lp-mod.sourceforge.net/
3936S: Maintained
3937
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003938TEHUTI ETHERNET DRIVER
3939P: Alexander Indenbaum
3940M: baum@tehutinetworks.net
3941P: Andy Gospodarek
3942M: andy@greyhouse.net
3943L: netdev@vger.kernel.org
3944S: Supported
3945
Alan Cox4e688522008-04-30 00:52:11 -07003946Telecom Clock Driver for MCPL0010
3947P: Mark Gross
3948M: mark.gross@intel.com
3949S: Supported
3950
3951TENSILICA XTENSA PORT (xtensa):
3952P: Chris Zankel
3953M: chris@zankel.net
3954S: Maintained
3955
3956THINKPAD ACPI EXTRAS DRIVER
3957P: Henrique de Moraes Holschuh
3958M: ibm-acpi@hmh.eng.br
3959L: ibm-acpi-devel@lists.sourceforge.net
3960W: http://ibm-acpi.sourceforge.net
3961W: http://thinkwiki.org/wiki/Ibm-acpi
3962T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3963S: Maintained
3964
Alex Dubov4020f2d2006-10-04 02:15:37 -07003965TI FLASH MEDIA INTERFACE DRIVER
3966P: Alex Dubov
3967M: oakad@yahoo.com
3968S: Maintained
3969
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003970TI OMAP MMC INTERFACE DRIVER
3971P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003972M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003973W: http://linux.omap.com
3974W: http://www.muru.com/linux/omap/
3975S: Maintained
3976
Michael Buesch844dd052006-06-26 00:24:59 -07003977TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3978P: Deepak Saxena
3979M: dsaxena@plexity.net
3980S: Maintained
3981
Per Lidene86eaa32006-01-12 16:45:18 +01003982TIPC NETWORK LAYER
3983P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003984M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003985P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003986M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003987P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003988M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003989L: tipc-discussion@lists.sourceforge.net
3990W: http://tipc.sourceforge.net/
3991W: http://tipc.cslab.ericsson.net/
3992T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3993S: Maintained
3994
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995TLAN NETWORK DRIVER
3996P: Samuel Chessman
3997M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003998L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999W: http://sourceforge.net/projects/tlan/
4000S: Maintained
4001
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002TOSHIBA ACPI EXTRAS DRIVER
4003P: John Belmonte
4004M: toshiba_acpi@memebeam.org
4005W: http://memebeam.org/toys/ToshibaAcpiDriver
4006S: Maintained
4007
4008TOSHIBA SMM DRIVER
4009P: Jonathan Buzzard
4010M: jonathan@buzzard.org.uk
4011L: tlinux-users@tce.toshiba-dme.co.jp
4012W: http://www.buzzard.org.uk/toshiba/
4013S: Maintained
4014
Alan Cox4e688522008-04-30 00:52:11 -07004015TPM DEVICE DRIVER
Rajiv Andrade26ff8c62008-07-04 10:00:06 -07004016P: Debora Velarde
4017P: Rajiv Andrade
Alan Cox4e688522008-04-30 00:52:11 -07004018M: tpmdd-devel@lists.sourceforge.net
4019W: http://tpmdd.sourceforge.net
4020P: Marcel Selhorst
4021M: tpm@selhorst.net
4022W: http://www.prosec.rub.de/tpm/
4023L: tpmdd-devel@lists.sourceforge.net
4024S: Maintained
4025
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4027P: Muli Ben-Yehuda
4028M: mulix@mulix.org
4029L: linux-kernel@vger.kernel.org
4030S: Maintained
4031
4032TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004033P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004034M: trivial@kernel.org
4035L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036S: Maintained
4037
Alan Cox4e688522008-04-30 00:52:11 -07004038TTY LAYER
4039P: Alan Cox
4040M: alan@lxorguk.ukuu.org.uk
4041L: linux-kernel@vger.kernel.org
4042S: Maintained
4043
Grant Grundler740db6d2008-02-17 11:53:49 -07004044TULIP NETWORK DRIVERS
4045P: Grant Grundler
4046M: grundler@parisc-linux.org
4047P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004048M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004049L: netdev@vger.kernel.org
4050S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051
4052TUN/TAP driver
4053P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004054M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055L: vtun@office.satix.net
4056W: http://vtun.sourceforge.net/tun
4057S: Maintained
4058
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004059TURBOCHANNEL SUBSYSTEM
4060P: Maciej W. Rozycki
4061M: macro@linux-mips.org
4062S: Maintained
4063
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064U14-34F SCSI DRIVER
4065P: Dario Ballabio
4066M: ballabio_dario@emc.com
4067L: linux-scsi@vger.kernel.org
4068S: Maintained
4069
Alan Coxcc2020e2008-05-19 14:21:51 +01004070UCLINUX (AND M68KNOMMU)
4071P: Greg Ungerer
4072M: gerg@uclinux.org
4073W: http://www.uclinux.org/
4074L: uclinux-dev@uclinux.org (subscribers-only)
4075S: Maintained
4076
4077UCLINUX FOR NEC V850
4078P: Miles Bader
4079
4080UCLINUX FOR RENESAS H8/300
4081P: Yoshinori Sato
4082M: ysato@users.sourceforge.jp
4083W: http://uclinux-h8.sourceforge.jp/
4084S: Supported
4085
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004087P: Jan Kara
4088M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089W: http://linux-udf.sourceforge.net
4090S: Maintained
4091
Alan Coxcc2020e2008-05-19 14:21:51 +01004092UFS FILESYSTEM
4093P: Evgeniy Dushistov
4094M: dushistov@mail.ru
4095L: linux-kernel@vger.kernel.org
4096S: Maintained
4097
4098UltraSPARC (sparc64):
4099P: David S. Miller
4100M: davem@davemloft.net
4101L: sparclinux@vger.kernel.org
4102T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4103S: Maintained
4104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105UNIFORM CDROM DRIVER
4106P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004107M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108L: linux-kernel@vger.kernel.org
4109W: http://www.kernel.dk
4110S: Maintained
4111
4112USB ACM DRIVER
4113P: Oliver Neukum
4114M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004115L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116S: Maintained
4117
Jiri Slaby6d985162008-02-06 01:37:11 -08004118USB AUERSWALD DRIVER
4119P: Wolfgang Muees
4120M: wolfgang@iksw-muees.de
4121L: linux-usb@vger.kernel.org
4122S: Maintained
4123
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124USB BLOCK DRIVER (UB ub)
4125P: Pete Zaitcev
4126M: zaitcev@redhat.com
4127L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004128L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129S: Supported
4130
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131USB CDC ETHERNET DRIVER
4132P: Greg Kroah-Hartman
4133M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004134L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135S: Maintained
4136W: http://www.kroah.com/linux-usb/
4137
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004138USB CYPRESS C67X00 DRIVER
4139P: Peter Korsgaard
4140M: jacmet@sunsite.dk
4141L: linux-usb@vger.kernel.org
4142S: Maintained
4143
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004144USB DAVICOM DM9601 DRIVER
4145P: Peter Korsgaard
4146M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004147L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004148W: http://www.linux-usb.org/usbnet
4149S: Maintained
4150
Alan Coxcc2020e2008-05-19 14:21:51 +01004151USB DIAMOND RIO500 DRIVER
4152P: Cesar Miquel
4153M: miquel@df.uba.ar
4154L: rio500-users@lists.sourceforge.net
4155W: http://rio500.sourceforge.net
4156S: Maintained
4157
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158USB EHCI DRIVER
4159P: David Brownell
4160M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004161L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004162S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163
Luca Risolia7ce08c92006-01-11 02:06:59 +00004164USB ET61X[12]51 DRIVER
4165P: Luca Risolia
4166M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004167L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004168L: video4linux-list@redhat.com
4169W: http://www.linux-projects.org
4170S: Maintained
4171
David Brownell69ae9e32006-11-14 02:03:31 -08004172USB GADGET/PERIPHERAL SUBSYSTEM
4173P: David Brownell
4174M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004175L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004176W: http://www.linux-usb.org/gadget
4177S: Maintained
4178
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004179USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004180P: Jiri Kosina
4181M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004182L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004183T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184S: Maintained
4185
Olav Kongas959eea22005-11-03 17:38:14 +02004186USB ISP116X DRIVER
4187P: Olav Kongas
4188M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004189L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004190S: Maintained
4191
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192USB KAWASAKI LSI DRIVER
4193P: Oliver Neukum
4194M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004195L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196S: Maintained
4197
4198USB MASS STORAGE DRIVER
4199P: Matthew Dharm
4200M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004201L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004202L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203S: Maintained
4204W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4205
4206USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004207P: David Brownell
4208M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004209L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004210S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211
Matthias Urlichsba460e42005-07-14 00:33:47 -07004212USB OPTION-CARD DRIVER
4213P: Matthias Urlichs
4214M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004215L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004216S: Maintained
4217
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218USB OV511 DRIVER
4219P: Mark McClelland
4220M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004221L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222W: http://alpha.dyndns.org/ov511/
4223S: Maintained
4224
4225USB PEGASUS DRIVER
4226P: Petko Manolov
4227M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004228L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004229L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230W: http://pegasus2.sourceforge.net/
4231S: Maintained
4232
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004233USB PRINTER DRIVER (usblp)
4234P: Pete Zaitcev
4235M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004236L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004237S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238
4239USB RTL8150 DRIVER
4240P: Petko Manolov
4241M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004242L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004243L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244W: http://pegasus2.sourceforge.net/
4245S: Maintained
4246
4247USB SE401 DRIVER
4248P: Jeroen Vreeken
4249M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004250L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251W: http://www.chello.nl/~j.vreeken/se401/
4252S: Maintained
4253
Alan Cox4e688522008-04-30 00:52:11 -07004254USB SERIAL BELKIN F5U103 DRIVER
4255P: William Greathouse
4256M: wgreathouse@smva.com
4257L: linux-usb@vger.kernel.org
4258S: Maintained
4259
4260USB SERIAL CYPRESS M8 DRIVER
4261P: Lonnie Mendez
4262M: dignome@gmail.com
4263L: linux-usb@vger.kernel.org
4264S: Maintained
4265W: http://geocities.com/i0xox0i
4266W: http://firstlight.net/cvs
4267
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268USB SERIAL CYBERJACK DRIVER
4269P: Matthias Bruestle and Harald Welte
4270M: support@reiner-sct.com
4271W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4272S: Maintained
4273
4274USB SERIAL DIGI ACCELEPORT DRIVER
4275P: Peter Berger and Al Borchers
4276M: pberger@brimson.com
4277M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004278L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279S: Maintained
4280
4281USB SERIAL DRIVER
4282P: Greg Kroah-Hartman
4283M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004284L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285S: Supported
4286
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4288P: Gary Brubaker
4289M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004290L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291S: Maintained
4292
4293USB SERIAL KEYSPAN DRIVER
4294P: Greg Kroah-Hartman
4295M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004296L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297W: http://www.kroah.com/linux/
4298S: Maintained
4299
4300USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004301P: Support Department
4302M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004303L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304W: http://www.connecttech.com
4305S: Supported
4306
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004307USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308P: Luca Risolia
4309M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004310L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004311L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312W: http://www.linux-projects.org
4313S: Maintained
4314
4315USB SUBSYSTEM
4316P: Greg Kroah-Hartman
4317M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004318L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004320T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321S: Supported
4322
4323USB UHCI DRIVER
4324P: Alan Stern
4325M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004326L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327S: Maintained
4328
David Brownell69ae9e32006-11-14 02:03:31 -08004329USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330P: David Brownell
4331M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004332L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004333W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334S: Maintained
4335
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004336USB VIDEO CLASS
4337P: Laurent Pinchart
4338M: laurent.pinchart@skynet.be
4339L: linx-uvc-devel@berlios.de
4340L: video4linux-list@redhat.com
4341W: http://linux-uvc.berlios.de
4342S: Maintained
4343
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344USB W996[87]CF DRIVER
4345P: Luca Risolia
4346M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004347L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004348L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349W: http://www.linux-projects.org
4350S: Maintained
4351
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004352USB WIRELESS RNDIS DRIVER (rndis_wlan)
4353P: Jussi Kivilinna
4354M: jussi.kivilinna@mbnet.fi
4355L: linux-wireless@vger.kernel.org
4356S: Maintained
4357
Luca Risolia60f78052006-02-06 16:29:35 +00004358USB ZC0301 DRIVER
4359P: Luca Risolia
4360M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004361L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004362L: video4linux-list@redhat.com
4363W: http://www.linux-projects.org
4364S: Maintained
4365
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366USB ZD1201 DRIVER
4367P: Jeroen Vreeken
4368M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004369L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004370W: http://linux-lc100020.sourceforge.net
4371S: Maintained
4372
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004373USB ZR364XX DRIVER
4374P: Antoine Jacquet
4375M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004376L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004377L: video4linux-list@redhat.com
4378W: http://royale.zerezo.com/zr364xx/
4379S: Maintained
4380
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381USER-MODE LINUX
4382P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004383M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384L: user-mode-linux-devel@lists.sourceforge.net
4385L: user-mode-linux-user@lists.sourceforge.net
4386W: http://user-mode-linux.sourceforge.net
4387S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004388
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004389USERSPACE I/O (UIO)
4390P: Hans J. Koch
4391M: hjk@linutronix.de
4392P: Greg Kroah-Hartman
4393M: gregkh@suse.de
4394L: linux-kernel@vger.kernel.org
4395S: Maintained
4396
Karel Zakf899b0a2008-05-23 13:04:21 -07004397UTIL-LINUX-NG PACKAGE
4398P: Karel Zak
4399M: kzak@redhat.com
4400L: util-linux-ng@vger.kernel.org
4401W: http://kernel.org/~kzak/util-linux-ng/
4402T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4403S: Maintained
4404
Alan Cox4e688522008-04-30 00:52:11 -07004405VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406P: OGAWA Hirofumi
4407M: hirofumi@mail.parknet.co.jp
4408L: linux-kernel@vger.kernel.org
4409S: Maintained
4410
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411VIA RHINE NETWORK DRIVER
4412P: Roger Luethi
4413M: rl@hellgate.ch
4414S: Maintained
4415
Jean Delvare32c0a522005-09-22 21:47:58 +02004416VIAPRO SMBUS DRIVER
4417P: Jean Delvare
4418M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004419L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004420S: Maintained
4421
Francois Romieu01f20732007-01-26 00:57:17 -08004422VIA VELOCITY NETWORK DRIVER
4423P: Francois Romieu
4424M: romieu@fr.zoreil.com
4425L: netdev@vger.kernel.org
4426S: Maintained
4427
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004429P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004430M: mchehab@infradead.org
4431M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004432L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004433W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004434T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004435S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436
Patrick McHardybe7f8272007-10-23 20:26:36 -07004437VLAN (802.1Q)
4438P: Patrick McHardy
4439M: kaber@trash.net
4440L: netdev@vger.kernel.org
4441S: Maintained
4442
Juerg Haefligerab413192006-09-24 20:54:04 +02004443VT1211 HARDWARE MONITOR DRIVER
4444P: Juerg Haefliger
4445M: juergh@gmail.com
4446L: lm-sensors@lm-sensors.org
4447S: Maintained
4448
Roger Lucas1de9e372005-11-26 20:20:05 +01004449VT8231 HARDWARE MONITOR DRIVER
4450P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004451M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004452L: lm-sensors@lm-sensors.org
4453S: Maintained
4454
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455W1 DALLAS'S 1-WIRE BUS
4456P: Evgeniy Polyakov
4457M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458S: Maintained
4459
Charles Spirakis13927072006-07-05 18:05:15 +02004460W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004461P: Marc Hulsman
4462M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004463L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004464S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004465
Rudolf Marek61db0112006-12-12 18:18:30 +01004466W83793 HARDWARE MONITORING DRIVER
4467P: Rudolf Marek
4468M: r.marek@assembler.cz
4469L: lm-sensors@lm-sensors.org
4470S: Maintained
4471
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472W83L51xD SD/MMC CARD INTERFACE DRIVER
4473P: Pierre Ossman
4474M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004475L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004476S: Maintained
4477
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004478WATCHDOG DEVICE DRIVERS
4479P: Wim Van Sebroeck
4480M: wim@iguana.be
4481T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4482S: Maintained
4483
Linus Torvalds1da177e2005-04-16 15:20:36 -07004484WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4485P: Jean Tourrilhes
4486M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004487L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4489S: Maintained
4490
4491WD7000 SCSI DRIVER
4492P: Miroslav Zagorac
4493M: zaga@fly.cc.fer.hr
4494L: linux-scsi@vger.kernel.org
4495S: Maintained
4496
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004497WISTRON LAPTOP BUTTON DRIVER
4498P: Miloslav Trmac
4499M: mitr@volny.cz
4500S: Maintained
4501
Linus Torvalds1da177e2005-04-16 15:20:36 -07004502WL3501 WIRELESS PCMCIA CARD DRIVER
4503P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004504M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004505L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004506W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507S: Maintained
4508
Mark Brownfebf1df2008-04-02 00:51:09 -04004509WM97XX TOUCHSCREEN DRIVERS
4510P: Mark Brown
4511M: broonie@opensource.wolfsonmicro.com
4512P: Liam Girdwood
4513M: liam.girdwood@wolfsonmicro.com
4514L: linux-input@vger.kernel.org
4515T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4516W: http://opensource.wolfsonmicro.com/node/7
4517S: Supported
4518
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519X.25 NETWORK LAYER
4520P: Henner Eisen
4521M: eis@baty.hanse.de
4522L: linux-x25@vger.kernel.org
4523S: Maintained
4524
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004525XEN HYPERVISOR INTERFACE
4526P: Jeremy Fitzhardinge
4527M: jeremy@xensource.com
4528P: Chris Wright
4529M: chrisw@sous-sol.org
4530L: virtualization@lists.osdl.org
4531L: xen-devel@lists.xensource.com
4532S: Supported
4533
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534XFS FILESYSTEM
4535P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004536P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004538L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004540T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541S: Supported
4542
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004543XILINX SYSTEMACE DRIVER
4544P: Grant Likely
4545M: grant.likely@secretlab.ca
4546W: http://www.secretlab.ca/
4547L: linux-kernel@vger.kernel.org
4548S: Maintained
4549
Peter Korsgaard238b8722006-12-06 20:35:17 -08004550XILINX UARTLITE SERIAL DRIVER
4551P: Peter Korsgaard
4552M: jacmet@sunsite.dk
4553L: linux-serial@vger.kernel.org
4554S: Maintained
4555
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004556X86 ARCHITECTURE (32-BIT AND 64-BIT)
4557P: Thomas Gleixner
4558M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559P: Ingo Molnar
4560M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004561P: H. Peter Anvin
4562M: hpa@zytor.com
4563L: linux-kernel@vger.kernel.org
4564T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004565S: Maintained
4566
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567YAM DRIVER FOR AX.25
4568P: Jean-Paul Roubelat
4569M: jpr@f6fbb.org
4570L: linux-hams@vger.kernel.org
4571S: Maintained
4572
Henkaf64a5e2005-10-12 15:02:56 +02004573YEALINK PHONE DRIVER
4574P: Henk Vergonet
4575M: Henk.Vergonet@gmail.com
4576L: usbb2k-api-dev@nongnu.org
4577S: Maintained
4578
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579Z8530 DRIVER FOR AX.25
4580P: Joerg Reuter
4581M: jreuter@yaina.de
4582W: http://yaina.de/jreuter/
4583W: http://www.qsl.net/dl1bke/
4584L: linux-hams@vger.kernel.org
4585S: Maintained
4586
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004587ZD1211RW WIRELESS DRIVER
4588P: Daniel Drake
4589M: dsd@gentoo.org
4590P: Ulrich Kunitz
4591M: kune@deine-taler.de
4592W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004593L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004594L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4595S: Maintained
4596
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597ZF MACHZ WATCHDOG
4598P: Fernando Fuganti
4599M: fuganti@netbank.com.br
4600W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4601S: Maintained
4602
4603ZR36067 VIDEO FOR LINUX DRIVER
4604P: Ronald Bultje
4605M: rbultje@ronald.bitfreak.net
4606L: mjpeg-users@lists.sourceforge.net
4607W: http://mjpeg.sourceforge.net/driver-zoran/
4608S: Maintained
4609
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004610ZS DECSTATION Z85C30 SERIAL DRIVER
4611P: Maciej W. Rozycki
4612M: macro@linux-mips.org
4613S: Maintained
4614
Linus Torvalds1da177e2005-04-16 15:20:36 -07004615THE REST
4616P: Linus Torvalds
4617S: Buried alive in reporters