blob: 40245af2d0e3611df6b0f18365910ab1d7798d9e [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
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091L: linux-tr@linuxtr.net
92W: http://www.linuxtr.net
93S: Maintained
94
953C505 NETWORK DRIVER
96P: Philip Blundell
97M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070098L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070099S: Maintained
100
Steffen Klasserta6d89912007-08-10 14:05:27 -07001013C59X NETWORK DRIVER
102P: Steffen Klassert
103M: klassert@mathematik.tu-chemnitz.de
104L: netdev@vger.kernel.org
105S: Maintained
106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073CR990 NETWORK DRIVER
108P: David Dillow
109M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700110L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111S: Maintained
112
1133W-XXXX ATA-RAID CONTROLLER DRIVER
114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
1203W-9XXX SATA-RAID CONTROLLER DRIVER
121P: Adam Radford
122M: linuxraid@amcc.com
123L: linux-scsi@vger.kernel.org
124W: http://www.amcc.com
125S: Supported
126
12753C700 AND 53C700-66 SCSI DRIVER
128P: James E.J. Bottomley
129M: James.Bottomley@HansenPartnership.com
130L: linux-scsi@vger.kernel.org
131S: Maintained
132
1336PACK NETWORK DRIVER FOR AX.25
134P: Andreas Koensgen
135M: ajk@iehk.rwth-aachen.de
136L: linux-hams@vger.kernel.org
137S: Maintained
138
1398139CP 10/100 FAST ETHERNET DRIVER
140P: Jeff Garzik
141M: jgarzik@pobox.com
142S: Maintained
143
1448139TOO 10/100 FAST ETHERNET DRIVER
145P: Jeff Garzik
146M: jgarzik@pobox.com
147W: http://sourceforge.net/projects/gkernel/
148S: Maintained
149
1508169 10/100/1000 GIGABIT ETHERNET DRIVER
151P: Francois Romieu
152M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700153L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154S: Maintained
155
1568250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157L: linux-serial@vger.kernel.org
158W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100159S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160
1618390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
162P: Paul Gortmaker
163M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700164L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165S: Maintained
166
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001679P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100168P: Eric Van Hensbergen
169M: ericvh@gmail.com
170P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500171M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100172P: Latchesar Ionkov
173M: lucho@ionkov.net
174L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500175W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100176T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
177S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800178
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179A2232 SERIAL BOARD DRIVER
180P: Enver Haase
181M: ehaase@inf.fu-berlin.de
182M: A2232@gmx.net
183L: linux-m68k@lists.linux-m68k.org
184S: Maintained
185
186AIO
187P: Benjamin LaHaise
188M: bcrl@kvack.org
189L: linux-aio@kvack.org
190S: Supported
191
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200192ABIT UGURU HARDWARE MONITOR DRIVER
193P: Hans de Goede
194M: j.w.r.degoede@hhs.nl
195L: lm-sensors@lm-sensors.org
196S: Maintained
197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198ACENIC DRIVER
199P: Jes Sorensen
200M: jes@trained-monkey.org
201L: linux-acenic@sunsite.dk
202S: Maintained
203
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700204IPS SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
206M: aacraid@adaptec.com
207L: linux-scsi@vger.kernel.org
208W: http://www.adaptec.com/
209S: Maintained
210
211DPT_I2O SCSI RAID DRIVER
212P: Adaptec OEM Raid Solutions
213M: aacraid@adaptec.com
214L: linux-scsi@vger.kernel.org
215W: http://www.adaptec.com/
216S: Maintained
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218AACRAID SCSI RAID DRIVER
219P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700220M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700222W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223S: Supported
224
225ACPI
226P: Len Brown
227M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500228M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500229L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800231T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400235P: Alexey Starikovskiy
236M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
238W: http://acpi.sourceforge.net/
239S: Supported
240
241ACPI EC DRIVER
242P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400243M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500244L: linux-acpi@vger.kernel.org
245W: http://acpi.sourceforge.net/
246S: Supported
247
248ACPI FAN DRIVER
249P: Konstantin A. Karasyov
250M: konstantin.a.karasyov@intel.com
251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700255ACPI PCI HOTPLUG DRIVER
256P: Kristen Carlson Accardi
257M: kristen.c.accardi@intel.com
258L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500259S: Supported
260
261ACPI THERMAL DRIVER
262P: Konstantin A. Karasyov
263M: konstantin.a.karasyov@intel.com
264L: linux-acpi@vger.kernel.org
265W: http://acpi.sourceforge.net/
266S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700267
Len Brown359acec2007-02-10 01:59:24 -0500268ACPI VIDEO DRIVER
269P: Luming Yu
270M: luming.yu@intel.com
271L: linux-acpi@vger.kernel.org
272W: http://acpi.sourceforge.net/
273S: Supported
274
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275ADM1025 HARDWARE MONITOR DRIVER
276P: Jean Delvare
277M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200278L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279S: Maintained
280
Corentin Labbecae2caa2007-02-14 21:15:04 +0100281ADM1029 HARDWARE MONITOR DRIVER
282P: Corentin Labbe
283M: corentin.labbe@geomatys.fr
284L: lm-sensors@lm-sensors.org
285S: Maintained
286
Michael Wucc0b88c2007-08-31 01:15:25 -0400287ADM8211 WIRELESS DRIVER
288P: Michael Wu
289M: flamingice@sourmilk.net
290L: linux-wireless@vger.kernel.org
291W: http://linuxwireless.org/
292T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295ADT746X FAN DRIVER
296P: Colin Leroy
297M: colin@colino.net
298S: Maintained
299
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400300ADVANSYS SCSI DRIVER
301P: Matthew Wilcox
302M: matthew@wil.cx
303L: linux-scsi@vger.kernel.org
304S: Maintained
305
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306AEDSP16 DRIVER
307P: Riccardo Facchetti
308M: fizban@tin.it
309S: Maintained
310
311AFFS FILE SYSTEM
312P: Roman Zippel
313M: zippel@linux-m68k.org
314S: Maintained
315
316AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400317P: David Airlie
318M: airlied@linux.ie
319T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320S: Maintained
321
322AHA152X SCSI DRIVER
323P: Juergen E. Fischer
324M: Juergen Fischer <fischer@norbit.de>
325L: linux-scsi@vger.kernel.org
326S: Maintained
327
328ALCATEL SPEEDTOUCH USB DRIVER
329P: Duncan Sands
330M: duncan.sands@free.fr
331L: linux-usb-users@lists.sourceforge.net
332L: linux-usb-devel@lists.sourceforge.net
333W: http://www.linux-usb.org/SpeedTouch/
334S: Maintained
335
Pierre Ossman272f1332007-05-14 21:25:26 +0200336ALCHEMY AU1XX0 MMC DRIVER
337S: Orphan
338
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000339ALI1563 I2C DRIVER
340P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100341M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200342L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000343S: Maintained
344
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345ALPHA PORT
346P: Richard Henderson
347M: rth@twiddle.net
348S: Odd Fixes for 2.4; Maintained for 2.6.
349P: Ivan Kokshaysky
350M: ink@jurassic.park.msu.ru
351S: Maintained for 2.4; PCI support for 2.6.
352
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700353AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
354P: Thomas Dahlmann
355M: thomas.dahlmann@amd.com
356L: info-linux@geode.amd.com
357S: Supported
358
Jordan Crousef90b8112006-01-06 00:12:14 -0800359AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100360P: Jordan Crouse
361M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800362L: info-linux@geode.amd.com
363W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
364S: Supported
365
Stelian Pop284f42b2006-12-12 18:18:31 +0100366AMS (Apple Motion Sensor) DRIVER
367P: Stelian Pop
368M: stelian@popies.net
369P: Michael Hanselmann
370M: linux-kernel@hansmi.ch
371S: Supported
372
Tom Tuckerf94b5332006-09-22 15:22:48 -0700373AMSO1100 RNIC DRIVER
374P: Tom Tucker
375M: tom@opengridcomputing.com
376P: Steve Wise
377M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700378L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700379S: Maintained
380
Johannes Berg42269062006-07-25 16:15:50 +0200381AOA (Apple Onboard Audio) ALSA DRIVER
382P: Johannes Berg
383M: johannes@sipsolutions.net
384L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200385L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200386S: Maintained
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388APM DRIVER
389P: Stephen Rothwell
390M: sfr@canb.auug.org.au
391L: linux-laptop@vger.kernel.org
392W: http://www.canb.auug.org.au/~sfr/
393S: Supported
394
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700395APPLE SMC DRIVER
396P: Nicolas Boichat
397M: nicolas@boichat.ch
398L: mactel-linux-devel@lists.sourceforge.net
399S: Maintained
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401APPLETALK NETWORK LAYER
402P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300403M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404S: Maintained
405
Jaya Kumar1154ea72005-06-21 17:17:04 -0700406ARC FRAMEBUFFER DRIVER
407P: Jaya Kumar
408M: jayalk@intworks.biz
409S: Maintained
410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411ARM MFM AND FLOPPY DRIVERS
412P: Ian Molton
413M: spyro@f2s.com
414S: Maintained
415
Russell King2761f5c2007-05-24 06:56:08 +0200416ARM PRIMECELL MMCI PL180/1 DRIVER
417P: Russell King
418M: rmk@arm.linux.org.uk
419L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
420S: Maintained
421
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800422ARM/ADI ROADRUNNER MACHINE SUPPORT
423P: Lennert Buytenhek
424M: kernel@wantstofly.org
425L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
426S: Maintained
427
428ARM/ADS SPHERE MACHINE SUPPORT
429P: Lennert Buytenhek
430M: kernel@wantstofly.org
431L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
432S: Maintained
433
434ARM/AJECO 1ARM MACHINE SUPPORT
435P: Lennert Buytenhek
436M: kernel@wantstofly.org
437L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
438S: Maintained
439
Andrew Victord4a89c72006-12-04 13:56:21 +0100440ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
441P: Andrew Victor
442M: andrew@sanpeople.com
443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444W: http://maxim.org.za/at91_26.html
445S: Maintained
446
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800447ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
453ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
454P: Lennert Buytenhek
455M: kernel@wantstofly.org
456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457S: Maintained
458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459ARM/CORGI MACHINE SUPPORT
460P: Richard Purdie
461M: rpurdie@rpsys.net
462S: Maintained
463
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800464ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100470ARM/HP JORNADA 7XX MACHINE SUPPORT
471P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100472M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100473W: www.jlime.com
474S: Maintained
475
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800476ARM/INTEL IOP32X ARM ARCHITECTURE
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100479P: Dan Williams
480M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100482S: Supported
483
484ARM/INTEL IOP33X ARM ARCHITECTURE
485P: Dan Williams
486M: dan.j.williams@intel.com
487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489
490ARM/INTEL IOP13XX ARM ARCHITECTURE
491P: Lennert Buytenhek
492M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100493P: Dan Williams
494M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100496S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800497
498ARM/INTEL IQ81342EX MACHINE SUPPORT
499P: Lennert Buytenhek
500M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100501P: Dan Williams
502M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100504S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800505
506ARM/INTEL IXP2000 ARM ARCHITECTURE
507P: Lennert Buytenhek
508M: kernel@wantstofly.org
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
512ARM/INTEL IXDP2850 MACHINE SUPPORT
513P: Lennert Buytenhek
514M: kernel@wantstofly.org
515L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
516S: Maintained
517
518ARM/INTEL IXP23XX ARM ARCHITECTURE
519P: Lennert Buytenhek
520M: kernel@wantstofly.org
521L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
522S: Maintained
523
524ARM/INTEL XSC3 (MANZANO) ARM CORE
525P: Lennert Buytenhek
526M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100527P: Dan Williams
528M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100530S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800531
532ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
533P: Lennert Buytenhek
534M: kernel@wantstofly.org
535L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
536S: Maintained
537
538ARM/LOGICPD PXA270 MACHINE SUPPORT
539P: Lennert Buytenhek
540M: kernel@wantstofly.org
541L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
542S: Maintained
543
Dirk Opfer8459c152005-11-06 14:27:52 +0000544ARM/TOSA MACHINE SUPPORT
545P: Dirk Opfer
546M: dirk@opfer-online.de
547S: Maintained
548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549ARM/PLEB SUPPORT
550P: Peter Chubb
551M: pleb@gelato.unsw.edu.au
552W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
553S: Maintained
554
555ARM/PT DIGITAL BOARD PORT
556P: Stefan Eletzhofer
557M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559W: http://www.arm.linux.org.uk/
560S: Maintained
561
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562ARM/RADISYS ENP2611 MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566S: Maintained
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568ARM/SHARK MACHINE SUPPORT
569P: Alexander Schulz
570M: alex@shark-linux.de
571W: http://www.shark-linux.de/shark.html
572S: Maintained
573
574ARM/STRONGARM110 PORT
575P: Russell King
576M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.arm.linux.org.uk/
579S: Maintained
580
581ARM/S3C2410 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
588ARM/S3C2440 ARM ARCHITECTURE
589P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800590M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592W: http://www.fluff.org/ben/linux/
593S: Maintained
594
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/THECUS N2100 MACHINE SUPPORT
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605S: Maintained
606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607ARPD SUPPORT
608P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700609L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610S: Maintained
611
612ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500613P: Corentin Chary
614M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615P: Karol Kozimor
616M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617L: acpi4asus-user@lists.sourceforge.net
618W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500619W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620S: Maintained
621
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400622ASUS ASB100 HARDWARE MONITOR DRIVER
623P: Mark M. Hoffman
624M: mhoffman@lightlink.com
625L: lm-sensors@lm-sensors.org
626S: Maintained
627
Corentin Chary85091b72007-01-26 14:04:30 +0100628ASUS LAPTOP EXTRAS DRIVER
629P: Corentin Chary
630M: corentincj@iksaif.net
631L: acpi4asus-user@lists.sourceforge.net
632W: http://sourceforge.net/projects/acpi4asus
633W: http://xf.iksaif.net/acpi4asus
634S: Maintained
635
Dan Williamsb3e5f262007-08-07 10:26:35 -0700636ASYNCHRONOUS TRANSFERS/TRANSFORMS API
637P: Dan Williams
638M: dan.j.williams@intel.com
639P: Shannon Nelson
640M: shannon.nelson@intel.com
641L: linux-kernel@vger.kernel.org
642W: http://sourceforge.net/projects/xscaleiop
643S: Supported
644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645ATA OVER ETHERNET DRIVER
646P: Ed L. Cashin
647M: ecashin@coraid.com
648W: http://www.coraid.com/support/linux
649S: Supported
650
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600651ATL1 ETHERNET DRIVER
652P: Jay Cliburn
653M: jcliburn@gmail.com
654P: Chris Snook
655M: csnook@redhat.com
656L: atl1-devel@lists.sourceforge.net
657W: http://sourceforge.net/projects/atl1
658W: http://atl1.sourceforge.net
659S: Maintained
660
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661ATM
662P: Chas Williams
663M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700664L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665W: http://linux-atm.sourceforge.net
666S: Maintained
667
Pierre Ossman272f1332007-05-14 21:25:26 +0200668ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200669P: Nicolas Ferre
670M: nicolas.ferre@rfo.atmel.com
671L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
672W: http://www.atmel.com/products/AT91/
673W: http://www.at91.com/
674S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200675
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100676ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100677P: Haavard Skinnemoen
678M: hskinnemoen@atmel.com
679S: Supported
680
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800681ATMEL SPI DRIVER
682P: Haavard Skinnemoen
683M: hskinnemoen@atmel.com
684S: Supported
685
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700686ATMEL USBA UDC DRIVER
687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689L: kernel@avr32linux.org
690W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
691S: Supported
692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693ATMEL WIRELESS DRIVER
694P: Simon Kelley
695M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700696L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697W: http://www.thekelleys.org.uk/atmel
698W: http://atmelwlandriver.sourceforge.net/
699S: Maintained
700
Chris Wrighta92b7b82005-07-07 18:12:23 -0700701AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100702P: David Woodhouse
703M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700704L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100705W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800706T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700707S: Maintained
708
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800709AUXILIARY DISPLAY DRIVERS
710P: Miguel Ojeda Sandonis
711M: maxextreme@gmail.com
712L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700713W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800714S: Maintained
715
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700716AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700717P: Haavard Skinnemoen
718M: hskinnemoen@atmel.com
719W: http://www.atmel.com/products/AVR32/
720W: http://avr32linux.org/
721W: http://avrfreaks.net/
722S: Supported
723
724AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700725P: Haavard Skinnemoen
726M: hskinnemoen@atmel.com
727S: Supported
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729AX.25 NETWORK LAYER
730P: Ralf Baechle
731M: ralf@linux-mips.org
732L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200733W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734S: Maintained
735
Richard Purdie300abeb2007-02-07 22:21:07 +0000736BACKLIGHT CLASS/SUBSYSTEM
737P: Richard Purdie
738M: rpurdie@rpsys.net
739S: Maintained
740
Bryan Wu1394f032007-05-06 14:50:22 -0700741BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800742P: Bryan Wu
743M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800744L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
745W: http://blackfin.uclinux.org
746S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700747
Bryan Wue190d6b2007-07-17 14:43:44 +0800748BLACKFIN EMAC DRIVER
749P: Bryan Wu
750M: bryan.wu@analog.com
751L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
752W: http://blackfin.uclinux.org
753S: Supported
754
Mike Frysinger566da5b2007-06-11 15:31:30 +0800755BLACKFIN RTC DRIVER
756P: Mike Frysinger
757M: michael.frysinger@analog.com
758M: vapier.adi@gmail.com
759L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
760W: http://blackfin.uclinux.org
761S: Supported
762
Bryan Wu1394f032007-05-06 14:50:22 -0700763BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800764P: Aubrey Li
765M: aubrey.li@analog.com
766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700769
Bryan Wu1e6d3202007-07-15 02:50:02 +0800770BLACKFIN WATCHDOG DRIVER
771P: Mike Frysinger
772M: michael.frysinger@analog.com
773M: vapier.adi@gmail.com
774L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
775W: http://blackfin.uclinux.org
776S: Supported
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778BAYCOM/HDLCDRV DRIVERS FOR AX.25
779P: Thomas Sailer
780M: t.sailer@alumni.ethz.ch
781L: linux-hams@vger.kernel.org
782W: http://www.baycom.org/~tom/ham/ham.html
783S: Maintained
784
Michael Buesche4d6b792007-09-18 15:39:42 -0400785B43 WIRELESS DRIVER
786P: Michael Buesch
787M: mb@bu3sch.de
788P: Stefano Brivio
789M: st3@riseup.net
790L: linux-wireless@vger.kernel.org
791W: http://bcm43xx.berlios.de/
792S: Maintained
793
Larry Finger75388ac2007-09-25 16:46:54 -0700794B43LEGACY WIRELESS DRIVER
795P: Larry Finger
796M: Larry.Finger@lwfinger.net
797L: linux-wireless@vger.kernel.org
798W: http://bcm43xx.berlios.de/
799S: Maintained
800
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200801BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
802P: Larry Finger
803M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200804P: Stefano Brivio
805M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700806L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200807W: http://bcm43xx.berlios.de/
808S: Maintained
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810BEFS FILE SYSTEM
811P: Sergey S. Kostyliov
812M: rathamahata@php4.ru
813L: linux-kernel@vger.kernel.org
814S: Maintained
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816BFS FILE SYSTEM
817P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800818M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819L: linux-kernel@vger.kernel.org
820S: Maintained
821
Bryan Wud24ecfc2007-05-01 23:26:32 +0200822BLACKFIN I2C TWI DRIVER
823P: Sonic Zhang
824M: sonic.zhang@analog.com
825L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
826W: http://blackfin.uclinux.org/
827S: Supported
828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829BLOCK LAYER
830P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200831M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800833T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834S: Maintained
835
836BLUETOOTH SUBSYSTEM
837P: Marcel Holtmann
838M: marcel@holtmann.org
839P: Maxim Krasnyansky
840M: maxk@qualcomm.com
841L: bluez-devel@lists.sf.net
842W: http://bluez.sf.net
843W: http://www.bluez.org
844W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800845T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846S: Maintained
847
848BLUETOOTH RFCOMM LAYER
849P: Marcel Holtmann
850M: marcel@holtmann.org
851P: Maxim Krasnyansky
852M: maxk@qualcomm.com
853S: Maintained
854
855BLUETOOTH BNEP LAYER
856P: Marcel Holtmann
857M: marcel@holtmann.org
858P: Maxim Krasnyansky
859M: maxk@qualcomm.com
860S: Maintained
861
862BLUETOOTH CMTP LAYER
863P: Marcel Holtmann
864M: marcel@holtmann.org
865S: Maintained
866
867BLUETOOTH HIDP LAYER
868P: Marcel Holtmann
869M: marcel@holtmann.org
870S: Maintained
871
872BLUETOOTH HCI UART DRIVER
873P: Marcel Holtmann
874M: marcel@holtmann.org
875P: Maxim Krasnyansky
876M: maxk@qualcomm.com
877S: Maintained
878
879BLUETOOTH HCI USB DRIVER
880P: Marcel Holtmann
881M: marcel@holtmann.org
882P: Maxim Krasnyansky
883M: maxk@qualcomm.com
884S: Maintained
885
886BLUETOOTH HCI BCM203X DRIVER
887P: Marcel Holtmann
888M: marcel@holtmann.org
889S: Maintained
890
891BLUETOOTH HCI BPA10X DRIVER
892P: Marcel Holtmann
893M: marcel@holtmann.org
894S: Maintained
895
896BLUETOOTH HCI BFUSB DRIVER
897P: Marcel Holtmann
898M: marcel@holtmann.org
899S: Maintained
900
901BLUETOOTH HCI DTL1 DRIVER
902P: Marcel Holtmann
903M: marcel@holtmann.org
904S: Maintained
905
906BLUETOOTH HCI BLUECARD DRIVER
907P: Marcel Holtmann
908M: marcel@holtmann.org
909S: Maintained
910
911BLUETOOTH HCI BT3C DRIVER
912P: Marcel Holtmann
913M: marcel@holtmann.org
914S: Maintained
915
916BLUETOOTH HCI BTUART DRIVER
917P: Marcel Holtmann
918M: marcel@holtmann.org
919S: Maintained
920
921BLUETOOTH HCI VHCI DRIVER
922P: Maxim Krasnyansky
923M: maxk@qualcomm.com
924S: Maintained
925
926BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100927P: Chad Tindel
928M: ctindel@users.sourceforge.net
929P: Jay Vosburgh
930M: fubar@us.ibm.com
931L: bonding-devel@lists.sourceforge.net
932W: http://sourceforge.net/projects/bonding/
933S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000935BROADBAND PROCESSOR ARCHITECTURE
936P: Arnd Bergmann
937M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100938L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400939W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000940S: Supported
941
Gary Zambrano39105892006-06-22 17:26:20 -0700942BROADCOM B44 10/100 ETHERNET DRIVER
943P: Gary Zambrano
944M: zambrano@broadcom.com
945L: netdev@vger.kernel.org
946S: Supported
947
Michael Chan948c51e2006-06-04 02:51:39 -0700948BROADCOM BNX2 GIGABIT ETHERNET DRIVER
949P: Michael Chan
950M: mchan@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
954BROADCOM TG3 GIGABIT ETHERNET DRIVER
955P: Michael Chan
956M: mchan@broadcom.com
957L: netdev@vger.kernel.org
958S: Supported
959
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200960BSG (block layer generic sg v4 driver)
961P: FUJITA Tomonori
962M: fujita.tomonori@lab.ntt.co.jp
963L: linux-scsi@vger.kernel.org
964S: Supported
965
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700967P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200968M: mchehab@infradead.org
969M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700971W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200972T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974
Jonathan Corbet77d51402007-03-22 19:44:17 -0300975CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
976P: Jonathan Corbet
977M: corbet@lwn.net
978L: video4linux-list@redhat.com
979S: Maintained
980
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200981CALGARY x86-64 IOMMU
982P: Muli Ben-Yehuda
983M: muli@il.ibm.com
984P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200985M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200986L: linux-kernel@vger.kernel.org
987L: discuss@x86-64.org
988S: Maintained
989
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800990CFAG12864B LCD DRIVER
991P: Miguel Ojeda Sandonis
992M: maxextreme@gmail.com
993L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700994W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800995S: Maintained
996
997CFAG12864BFB LCD FRAMEBUFFER DRIVER
998P: Miguel Ojeda Sandonis
999M: maxextreme@gmail.com
1000L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001001W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001002S: Maintained
1003
Johannes Berg704232c2007-04-23 12:20:05 -07001004CFG80211 and NL80211
1005P: Johannes Berg
1006M: johannes@sipsolutions.net
1007L: linux-wireless@vger.kernel.org
1008S: Maintained
1009
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001010CHECKPATCH
1011P: Andy Whitcroft
1012M: apw@shadowen.org
1013P: Randy Dunlap
1014M: rdunlap@xenotime.net
1015P: Joel Schopp
1016M: jschopp@austin.ibm.com
1017S: Supported
1018
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019COMMON INTERNET FILE SYSTEM (CIFS)
1020P: Steve French
1021M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001022L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001024W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001025T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001026S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027
Joel Becker7063fbf2005-12-15 14:29:43 -08001028CONFIGFS
1029P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001030M: joel.becker@oracle.com
1031L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001032S: Supported
1033
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001034CIRRUS LOGIC EP93XX ETHERNET DRIVER
1035P: Lennert Buytenhek
1036M: kernel@wantstofly.org
1037L: netdev@vger.kernel.org
1038S: Maintained
1039
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040CIRRUS LOGIC GENERIC FBDEV DRIVER
1041P: Jeff Garzik
1042M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001043L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044S: Odd Fixes
1045
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001046CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1047P: Lennert Buytenhek
1048M: kernel@wantstofly.org
1049L: linux-usb-devel@lists.sourceforge.net
1050S: Maintained
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1053P: Cirrus Logic Corporation (kernel 2.2 driver)
1054M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1055P: Nils Faerber (port to kernel 2.4)
1056M: Nils Faerber <nils@kernelconcepts.de>
1057S: Maintained
1058
1059CODA FILE SYSTEM
1060P: Jan Harkes
1061M: jaharkes@cs.cmu.edu
1062M: coda@cs.cmu.edu
1063L: codalist@coda.cs.cmu.edu
1064W: http://www.coda.cs.cmu.edu/
1065S: Maintained
1066
1067COMPACTPCI HOTPLUG CORE
1068P: Scott Murray
1069M: scottm@somanetworks.com
1070M: scott@spiteful.org
1071L: pcihpd-discuss@lists.sourceforge.net
1072S: Supported
1073
1074COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1075P: Scott Murray
1076M: scottm@somanetworks.com
1077M: scott@spiteful.org
1078L: pcihpd-discuss@lists.sourceforge.net
1079S: Supported
1080
1081COMPACTPCI HOTPLUG GENERIC DRIVER
1082P: Scott Murray
1083M: scottm@somanetworks.com
1084M: scott@spiteful.org
1085L: pcihpd-discuss@lists.sourceforge.net
1086S: Supported
1087
1088COMPUTONE INTELLIPORT MULTIPORT CARD
1089P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001090M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001092S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093
Simon Arlott949be0f2007-03-06 02:47:46 -08001094CONEXANT ACCESSRUNNER USB DRIVER
1095P: Simon Arlott
1096M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001097L: accessrunner-general@lists.sourceforge.net
1098W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001099S: Maintained
1100
Rudolf Marekbebe4672007-05-08 17:22:02 +02001101CORETEMP HARDWARE MONITORING DRIVER
1102P: Rudolf Marek
1103M: r.marek@assembler.cz
1104L: lm-sensors@lm-sensors.org
1105S: Maintained
1106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107COSA/SRP SYNC SERIAL DRIVER
1108P: Jan "Yenya" Kasprzak
1109M: kas@fi.muni.cz
1110W: http://www.fi.muni.cz/~kas/cosa/
1111S: Maintained
1112
1113CPU FREQUENCY DRIVERS
1114P: Dave Jones
1115M: davej@codemonkey.org.uk
1116L: cpufreq@lists.linux.org.uk
1117W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001118T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119S: Maintained
1120
1121CPUID/MSR DRIVER
1122P: H. Peter Anvin
1123M: hpa@zytor.com
1124S: Maintained
1125
Paul Jacksoned90fb42005-09-27 21:45:37 -07001126CPUSETS
1127P: Paul Jackson
1128P: Simon Derr
1129M: pj@sgi.com
1130M: simon.derr@bull.net
1131L: linux-kernel@vger.kernel.org
1132W: http://www.bullopensource.org/cpuset/
1133S: Supported
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001136W: http://sourceforge.net/projects/cramfs/
1137S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138
1139CRIS PORT
1140P: Mikael Starvik
1141M: starvik@axis.com
1142L: dev-etrax@axis.com
1143W: http://developer.axis.com
1144S: Maintained
1145
1146CRYPTO API
1147P: Herbert Xu
1148M: herbert@gondor.apana.org.au
1149P: David S. Miller
1150M: davem@davemloft.net
1151L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001152T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153S: Maintained
1154
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001155CS5535 Audio ALSA driver
1156P: Jaya Kumar
1157M: jayakumar.alsa@gmail.com
1158S: Maintained
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160CYBERPRO FB DRIVER
1161P: Russell King
1162M: rmk@arm.linux.org.uk
1163W: http://www.arm.linux.org.uk/
1164S: Maintained
1165
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001166CYBLAFB FRAMEBUFFER DRIVER
1167P: Knut Petersen
1168M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001169L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001170S: Maintained
1171
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172CYCLADES 2X SYNC CARD DRIVER
1173P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001174M: acme@ghostprotocols.net
1175W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Maintained
1177
1178CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001180S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
1182CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001184S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186DAMA SLAVE for AX.25
1187P: Joerg Reuter
1188M: jreuter@yaina.de
1189W: http://yaina.de/jreuter/
1190W: http://www.qsl.net/dl1bke/
1191L: linux-hams@vger.kernel.org
1192S: Maintained
1193
1194DC395x SCSI driver
1195P: Oliver Neukum
1196M: oliver@neukum.name
1197P: Ali Akcaagac
1198M: aliakc@web.de
1199P: Jamie Lenehan
1200M: lenehan@twibble.org
1201W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001202L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203L: http://lists.twibble.org/mailman/listinfo/dc395x/
1204S: Maintained
1205
1206DC390/AM53C974 SCSI driver
1207P: Kurt Garloff
1208M: garloff@suse.de
1209W: http://www.garloff.de/kurt/linux/dc390/
1210P: Guennadi Liakhovetski
1211M: g.liakhovetski@gmx.de
1212S: Maintained
1213
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001214DCCP PROTOCOL
1215P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001216M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001217L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001218W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001219S: Maintained
1220
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221DECnet NETWORK LAYER
1222P: Patrick Caulfield
1223M: patrick@tykepenguin.com
1224W: http://linux-decnet.sourceforge.net
1225L: linux-decnet-user@lists.sourceforge.net
1226S: Maintained
1227
1228DEFXX FDDI NETWORK DRIVER
1229P: Maciej W. Rozycki
1230M: macro@linux-mips.org
1231S: Maintained
1232
1233DELL LAPTOP SMM DRIVER
1234P: Massimo Dal Zotto
1235M: dz@debian.org
1236W: http://www.debian.org/~dz/i8k/
1237S: Maintained
1238
Doug Warzecha90563ec2005-09-06 15:17:15 -07001239DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1240P: Doug Warzecha
1241M: Douglas_Warzecha@dell.com
1242S: Maintained
1243
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001244DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245P: Alasdair Kergon
1246L: dm-devel@redhat.com
1247W: http://sources.redhat.com/dm
1248S: Maintained
1249
1250DEVICE NUMBER REGISTRY
1251P: Torben Mathiasen
1252M: device@lanana.org
1253W: http://lanana.org/docs/device-list/index.html
1254L: linux-kernel@vger.kernel.org
1255S: Maintained
1256
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257DIGI INTL. EPCA DRIVER
1258P: Digi International, Inc
1259M: Eng.Linux@digi.com
1260L: Eng.Linux@digi.com
1261W: http://www.digi.com
1262S: Orphaned
1263
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264DIRECTORY NOTIFICATION
1265P: Stephen Rothwell
1266M: sfr@canb.auug.org.au
1267L: linux-kernel@vger.kernel.org
1268S: Supported
1269
1270DISK GEOMETRY AND PARTITION HANDLING
1271P: Andries Brouwer
1272M: aeb@cwi.nl
1273W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1274W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1275W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1276S: Maintained
1277
1278DISKQUOTA:
1279P: Jan Kara
1280M: jack@suse.cz
1281L: linux-kernel@vger.kernel.org
1282S: Maintained
1283
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001284DISTRIBUTED LOCK MANAGER
1285P: Patrick Caulfield
1286M: pcaulfie@redhat.com
1287P: David Teigland
1288M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001289L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001290W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001291T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1292T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001293S: Supported
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1296P: Tobias Ringstrom
1297M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001298L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Maintained
1300
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302P: Shannon Nelson
1303M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001304P: Dan Williams
1305M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001306L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001307S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001308
Juerg Haefligerb8250372007-06-09 10:11:16 -04001309DME1737 HARDWARE MONITOR DRIVER
1310P: Juerg Haefliger
1311M: juergh@gmail.com
1312L: lm-sensors@lm-sensors.org
1313S: Maintained
1314
Martin Waitzba483d52005-06-17 13:20:59 -07001315DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001316P: Randy Dunlap
1317M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001318S: Maintained
1319
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001320DOCKING STATION DRIVER
1321P: Kristen Carlson Accardi
1322M: kristen.c.accardi@intel.com
1323L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001324S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326DOUBLETALK DRIVER
1327P: James R. Van Zandt
1328M: jrv@vanzandt.mv.com
1329L: blinux-list@redhat.com
1330S: Maintained
1331
1332DRIVER CORE, KOBJECTS, AND SYSFS
1333P: Greg Kroah-Hartman
1334M: gregkh@suse.de
1335L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001336T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337S: Supported
1338
1339DRM DRIVERS
1340P: David Airlie
1341M: airlied@linux.ie
1342L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001343T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001347P: Francois Romieu
1348M: romieu@fr.zoreil.com
1349L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350S: Maintained
1351
1352DVB SUBSYSTEM AND DRIVERS
1353P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001354M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001356W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001357T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001358S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359
1360EATA-DMA SCSI DRIVER
1361P: Michael Neuffer
1362L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1363S: Maintained
1364
1365EATA ISA/EISA/PCI SCSI DRIVER
1366P: Dario Ballabio
1367M: ballabio_dario@emc.com
1368L: linux-scsi@vger.kernel.org
1369S: Maintained
1370
1371EATA-PIO SCSI DRIVER
1372P: Michael Neuffer
1373M: mike@i-Connect.Net
1374L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1375S: Maintained
1376
1377EBTABLES
1378P: Bart De Schuymer
1379M: bart.de.schuymer@pandora.be
1380L: ebtables-user@lists.sourceforge.net
1381L: ebtables-devel@lists.sourceforge.net
1382W: http://ebtables.sourceforge.net/
1383S: Maintained
1384
Michael Halcrow237fead2006-10-04 02:16:22 -07001385ECRYPT FILE SYSTEM
1386P: Mike Halcrow, Phillip Hellewell
1387M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1388L: ecryptfs-devel@lists.sourceforge.net
1389W: http://ecryptfs.sourceforge.net/
1390S: Supported
1391
Alan Coxda9bb1d2006-01-18 17:44:13 -08001392EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001393P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001394M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001395L: bluesmoke-devel@lists.sourceforge.net
1396W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001397S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001398
1399EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001400P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001401P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001402M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001403M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001404L: bluesmoke-devel@lists.sourceforge.net
1405W: bluesmoke.sourceforge.net
1406S: Maintained
1407
1408EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001411L: bluesmoke-devel@lists.sourceforge.net
1412W: bluesmoke.sourceforge.net
1413S: Maintained
1414
Douglas Thompson6bc78402007-07-19 01:50:12 -07001415EDAC-I82443BXGX
1416P: Tim Small
1417M: tim@buttersideup.com
1418L: bluesmoke-devel@lists.sourceforge.net
1419W: bluesmoke.sourceforge.net
1420S: Maintained
1421
1422EDAC-I3000
1423P: Jason Uhlenkott
1424M: juhlenko@akamai.com
1425L: bluesmoke-devel@lists.sourceforge.net
1426W: bluesmoke.sourceforge.net
1427S: Maintained
1428
1429EDAC-I5000
1430P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001431M: dougthompson@xmission.com
1432L: bluesmoke-devel@lists.sourceforge.net
1433W: bluesmoke.sourceforge.net
1434S: Maintained
1435
1436EDAC-I82975X
1437P: Ranganathan Desikan
1438P: Arvind R.
1439M: rdesikan@jetzbroadband.com
1440M: arvind@acarlab.com
1441L: bluesmoke-devel@lists.sourceforge.net
1442W: bluesmoke.sourceforge.net
1443S: Maintained
1444
1445EDAC-PASEMI
1446P: Egor Martovetsky
1447M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
Dave Peterson0e438e32006-03-26 01:38:55 -08001452EDAC-R82600
1453P: Tim Small
1454M: tim@buttersideup.com
1455L: bluesmoke-devel@lists.sourceforge.net
1456W: bluesmoke.sourceforge.net
1457S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001458
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459EEPRO100 NETWORK DRIVER
1460P: Andrey V. Savochkin
1461M: saw@saw.sw.com.sg
1462S: Maintained
1463
Josh Triplett0bee8d22006-07-30 03:03:58 -07001464EFS FILESYSTEM
1465W: http://aeschi.ch.eu.org/efs/
1466S: Orphan
1467
Heiko J Schickfab97222006-09-22 15:22:22 -07001468EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1469P: Hoang-Nam Nguyen
1470M: hnguyen@de.ibm.com
1471P: Christoph Raisch
1472M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001473L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001474S: Supported
1475
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001476EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001477P: James Smart
1478M: james.smart@emulex.com
1479L: linux-scsi@vger.kernel.org
1480W: http://sourceforge.net/projects/lpfcxxxx
1481S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001482
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483EPSON 1355 FRAMEBUFFER DRIVER
1484P: Christopher Hoover
1485M: ch@murgatroid.com, ch@hpl.hp.com
1486S: Maintained
1487
1488ETHEREXPRESS-16 NETWORK DRIVER
1489P: Philip Blundell
1490M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001491L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492S: Maintained
1493
1494ETHERNET BRIDGE
1495P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001496M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001497L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498W: http://bridge.sourceforge.net/
1499S: Maintained
1500
1501ETHERTEAM 16I DRIVER
1502P: Mika Kuoppala
1503M: miku@iki.fi
1504S: Maintained
1505
1506EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001507L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510EXT3 FILE SYSTEM
1511P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001512M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001513L: linux-ext4@vger.kernel.org
1514S: Maintained
1515
1516EXT4 FILE SYSTEM
1517P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001518M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001519L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520S: Maintained
1521
Jean Delvaree53004e2006-01-09 23:26:14 +01001522F71805F HARDWARE MONITORING DRIVER
1523P: Jean Delvare
1524M: khali@linux-fr.org
1525L: lm-sensors@lm-sensors.org
1526S: Maintained
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528FARSYNC SYNCHRONOUS DRIVER
1529P: Kevin Curtis
1530M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531W: http://www.farsite.co.uk/
1532S: Supported
1533
Akinobu Mitac5408b82007-04-23 14:41:20 -07001534FAULT INJECTION SUPPORT
1535P: Akinobu Mita
1536M: akinobu.mita@gmail.com
1537S: Supported
1538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539FRAMEBUFFER LAYER
1540P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001541M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001542L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543W: http://linux-fbdev.sourceforge.net/
1544S: Maintained
1545
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001546FREESCALE SOC FS_ENET DRIVER
1547P: Pantelis Antoniou
1548M: pantelis.antoniou@gmail.com
1549P: Vitaly Bordug
1550M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001551L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001552L: netdev@vger.kernel.org
1553S: Maintained
1554
Li Yanga7205b32007-04-23 10:38:18 -07001555FREESCALE HIGHSPEED USB DEVICE DRIVER
1556P: Li Yang
1557M: leoli@freescale.com
1558L: linux-usb-devel@lists.sourceforge.net
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001559L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001560S: Maintained
1561
Li Yangbeaf53b2007-05-25 13:54:02 +08001562FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1563P: Li Yang
1564M: leoli@freescale.com
1565L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001566L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001567S: Maintained
1568
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569FILE LOCKING (flock() and fcntl()/lockf())
1570P: Matthew Wilcox
1571M: matthew@wil.cx
1572L: linux-fsdevel@vger.kernel.org
1573S: Maintained
1574
1575FILESYSTEMS (VFS and infrastructure)
1576P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001577M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578S: Maintained
1579
Stefan Richterb3274472007-05-30 20:44:52 -04001580FIREWIRE SUBSYSTEM
1581P: Kristian Hoegsberg, Stefan Richter
1582M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1583L: linux1394-devel@lists.sourceforge.net
1584W: http://www.linux1394.org/
1585T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588FIRMWARE LOADER (request_firmware)
1589L: linux-kernel@vger.kernel.org
1590S: Orphan
1591
1592FPU EMULATOR
1593P: Bill Metzenthen
1594M: billm@suburbia.net
1595W: http://suburbia.net/~billm/floating-point/emulator/
1596S: Maintained
1597
1598FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1599P: Mike McLagan
1600M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001601L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602S: Maintained
1603
1604FREEVXFS FILESYSTEM
1605P: Christoph Hellwig
1606M: hch@infradead.org
1607W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1608S: Maintained
1609
David Howells5ab7ffe2007-04-10 15:10:45 +01001610FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611P: David Howells
1612M: dhowells@redhat.com
1613S: Maintained
1614
Miklos Szeredi04578f12005-09-09 13:10:22 -07001615FUSE: FILESYSTEM IN USERSPACE
1616P: Miklos Szeredi
1617M: miklos@szeredi.hu
1618L: fuse-devel@lists.sourceforge.net
1619W: http://fuse.sourceforge.net/
1620S: Maintained
1621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1623P: Rik Faith
1624M: faith@cs.unc.edu
1625L: linux-scsi@vger.kernel.org
1626S: Odd fixes (e.g., new signatures)
1627
1628GDT SCSI DISK ARRAY CONTROLLER DRIVER
1629P: Achim Leubner
1630M: achim_leubner@adaptec.com
1631L: linux-scsi@vger.kernel.org
1632W: http://www.icp-vortex.com/
1633S: Supported
1634
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001635GENERIC GPIO I2C DRIVER
1636P: Haavard Skinnemoen
1637M: hskinnemoen@atmel.com
1638S: Supported
1639
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1641P: Krzysztof Halasa
1642M: khc@pm.waw.pl
1643W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1644S: Maintained
1645
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001646GFS2 FILE SYSTEM
1647P: Steven Whitehouse
1648M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001649L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001650W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001651T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1652T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001653S: Supported
1654
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001655GIGASET ISDN DRIVERS
1656P: Hansjoerg Lipp
1657M: hjlipp@web.de
1658P: Tilman Schmidt
1659M: tilman@imap.cc
1660L: gigaset307x-common@lists.sourceforge.net
1661W: http://gigaset307x.sourceforge.net/
1662S: Maintained
1663
Jean Delvare5b543962005-08-15 19:51:02 +02001664HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001665P: Mark M. Hoffman
1666M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001667L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001668W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001669T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1670T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001671S: Maintained
1672
Michael Buesch844dd052006-06-26 00:24:59 -07001673HARDWARE RANDOM NUMBER GENERATOR CORE
1674P: Michael Buesch
1675M: mb@bu3sch.de
1676S: Maintained
1677
Robert Love860e1d62005-08-31 23:57:59 -04001678HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1679P: Robert Love
1680M: rlove@rlove.org
1681M: linux-kernel@vger.kernel.org
1682W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1683S: Maintained
1684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685HARMONY SOUND DRIVER
1686P: Kyle McMartin
1687M: kyle@parisc-linux.org
1688W: http://www.parisc-linux.org/~kyle/harmony/
1689L: parisc-linux@lists.parisc-linux.org
1690S: Maintained
1691
1692HAYES ESP SERIAL DRIVER
1693P: Andrew J. Robinson
1694M: arobinso@nyx.net
1695L: linux-kernel@vger.kernel.org
1696W: http://www.nyx.net/~arobinso
1697S: Maintained
1698
1699HFS FILESYSTEM
1700P: Roman Zippel
1701M: zippel@linux-m68k.org
1702L: linux-kernel@vger.kernel.org
1703S: Maintained
1704
1705HGA FRAMEBUFFER DRIVER
1706P: Ferenc Bakonyi
1707M: fero@drama.obuda.kando.hu
1708L: linux-nvidia@lists.surfsouth.com
1709W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1710S: Maintained
1711
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001712HID CORE LAYER
1713P: Jiri Kosina
1714M: jkosina@suse.cz
1715L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001716T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001717S: Maintained
1718
Ingo Molnar38bed542007-02-22 09:09:34 +01001719HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1720P: Thomas Gleixner
1721M: tglx@linutronix.de
1722L: linux-kernel@vger.kernel.org
1723S: Maintained
1724
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725HIGH-SPEED SCC DRIVER FOR AX.25
1726P: Klaus Kudielka
1727M: klaus.kudielka@ieee.org
1728L: linux-hams@vger.kernel.org
1729W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1730S: Maintained
1731
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001732HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1733P: HighPoint Linux Team
1734M: linux@highpoint-tech.com
1735W: http://www.highpoint-tech.com
1736S: Supported
1737
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738HIPPI
1739P: Jes Sorensen
1740M: jes@trained-monkey.org
1741L: linux-hippi@sunsite.dk
1742S: Maintained
1743
1744HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1745P: Chirag Kantharia
1746M: chirag.kantharia@hp.com
1747L: iss_storagedev@hp.com
1748S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001749
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750HEWLETT-PACKARD SMART2 RAID DRIVER
1751P: Chirag Kantharia
1752M: chirag.kantharia@hp.com
1753L: iss_storagedev@hp.com
1754S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1757P: Mike Miller
1758M: mike.miller@hp.com
1759L: iss_storagedev@hp.com
1760S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001761
Jouni Malinenff1d2762005-05-12 22:54:16 -04001762HOST AP DRIVER
1763P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001764M: j@w1.fi
1765L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001766L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001767W: http://hostap.epitest.fi/
1768S: Maintained
1769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1771P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001772M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773S: Maintained
1774
Bob Piccob9b03322005-11-07 00:59:19 -08001775HPET: High Precision Event Timers driver (hpet.c)
1776P: Clemens Ladisch
1777M: clemens@ladisch.de
1778S: Maintained
1779
1780HPET: i386
1781P: Venkatesh Pallipadi (Venki)
1782M: venkatesh.pallipadi@intel.com
1783S: Maintained
1784
1785HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001786P: Vojtech Pavlik
1787M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001788S: Maintained
1789
1790HPET: ACPI hpet.c
1791P: Bob Picco
1792M: bob.picco@hp.com
1793S: Maintained
1794
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795HPFS FILESYSTEM
1796P: Mikulas Patocka
1797M: mikulas@artax.karlin.mff.cuni.cz
1798W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1799S: Maintained
1800
1801HUGETLB FILESYSTEM
1802P: William Irwin
1803M: wli@holomorphy.com
1804S: Maintained
1805
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001806I2C/SMBUS STUB DRIVER
1807P: Mark M. Hoffman
1808M: mhoffman@lightlink.com
1809L: lm-sensors@lm-sensors.org
1810S: Maintained
1811
Jean Delvare5b543962005-08-15 19:51:02 +02001812I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813P: Jean Delvare
1814M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001815L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001816T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817S: Maintained
1818
Till Harbaume8c76ee2007-05-01 23:26:35 +02001819I2C-TINY-USB DRIVER
1820P: Till Harbaum
1821M: till@harbaum.org
1822L: i2c@lm-sensors.org
1823T: http://www.harbaum.org/till/i2c_tiny_usb
1824S: Maintained
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001827P: H. Peter Anvin
1828M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829L: Linux-Kernel@vger.kernel.org
1830S: Maintained
1831
1832i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833P: H. Peter Anvin
1834M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001835T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836S: Maintained
1837
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838IA64 (Itanium) PLATFORM
1839P: Tony Luck
1840M: tony.luck@intel.com
1841L: linux-ia64@vger.kernel.org
1842W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001843T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844S: Maintained
1845
1846SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001847P: Jes Sorensen
1848M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849L: linux-altix@sgi.com
1850L: linux-ia64@vger.kernel.org
1851W: http://www.sgi.com/altix
1852S: Maintained
1853
1854IBM MCA SCSI SUBSYSTEM DRIVER
1855P: Michael Lang
1856M: langa2@kph.uni-mainz.de
1857W: http://www.uni-mainz.de/~langm000/linux.html
1858S: Maintained
1859
1860IBM Power Linux RAID adapter
1861P: Brian King
1862M: brking@us.ibm.com
1863S: Supported
1864
1865IBM ServeRAID RAID DRIVER
1866P: Jack Hammer
1867P: Dave Jeffery
1868M: ipslinux@adaptec.com
1869W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001870S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001872IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001874M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001876T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877S: Maintained
1878
1879IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001880L: linux-ide@vger.kernel.org
Alan Coxca025282007-10-16 23:30:06 -07001881S: Unmaintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882
1883IDE/ATAPI FLOPPY DRIVERS
1884P: Paul Bristow
1885M: Paul Bristow <paul@paulbristow.net>
1886W: http://paulbristow.net/linux/idefloppy.html
1887L: linux-kernel@vger.kernel.org
1888S: Maintained
1889
1890IDE/ATAPI TAPE DRIVERS
1891P: Gadi Oxman
1892M: Gadi Oxman <gadio@netvision.net.il>
1893L: linux-kernel@vger.kernel.org
1894S: Maintained
1895
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001896IDE-SCSI DRIVER
1897L: linux-ide@vger.kernel.org
1898L: linux-scsi@vger.kernel.org
1899S: Orphan
1900
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901IEEE 1394 SUBSYSTEM
1902P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001903M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001904P: Stefan Richter
1905M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906L: linux1394-devel@lists.sourceforge.net
1907W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001908T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909S: Maintained
1910
Stefan Richterf51a5a92007-04-23 14:41:10 -07001911IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912P: Dan Dennedy
1913M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001914P: Stefan Richter
1915M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001917S: Maintained
1918
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919IMS TWINTURBO FRAMEBUFFER DRIVER
1920P: Paul Mundt
1921M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001922L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923S: Maintained
1924
1925INFINIBAND SUBSYSTEM
1926P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001927M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928P: Sean Hefty
1929M: mshefty@ichips.intel.com
1930P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001931M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001932L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001934T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935S: Supported
1936
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001937INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001938P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001939M: dmitry.torokhov@gmail.com
1940M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941L: linux-input@atrey.karlin.mff.cuni.cz
1942L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001943T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944S: Maintained
1945
Robert Lovec9f04f52005-07-15 12:21:07 -04001946INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001947P: John McCutchan
1948M: ttb@tentacle.dhs.org
1949P: Robert Love
1950M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001951L: linux-kernel@vger.kernel.org
1952S: Maintained
1953
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001954INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001955P: Sylvain Meyer
1956M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001957L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001958S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001961P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001962M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001963L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001964S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1967P: Jeff Garzik
1968M: jgarzik@pobox.com
1969W: http://sourceforge.net/projects/gkernel/
1970S: Maintained
1971
1972INTEL IA32 MICROCODE UPDATE SUPPORT
1973P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001974M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975S: Maintained
1976
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001977INTEL I/OAT DMA DRIVER
1978P: Shannon Nelson
1979M: shannon.nelson@intel.com
1980L: linux-kernel@vger.kernel.org
1981S: Supported
1982
Dan Williamsb3e5f262007-08-07 10:26:35 -07001983INTEL IOP-ADMA DMA DRIVER
1984P: Dan Williams
1985M: dan.j.williams@intel.com
1986L: linux-kernel@vger.kernel.org
1987S: Supported
1988
Michael Buesch844dd052006-06-26 00:24:59 -07001989INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1990P: Deepak Saxena
1991M: dsaxena@plexity.net
1992S: Maintained
1993
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001994INTEL IXP2000 ETHERNET DRIVER
1995P: Lennert Buytenhek
1996M: kernel@wantstofly.org
1997L: netdev@vger.kernel.org
1998S: Maintained
1999
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000INTEL PRO/100 ETHERNET SUPPORT
2001P: John Ronciak
2002M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003P: Jesse Brandeburg
2004M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002005P: Jeff Kirsher
2006M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002007P: Auke Kok
2008M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002009L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010W: http://sourceforge.net/projects/e1000/
2011S: Supported
2012
2013INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2014P: Jeb Cramer
2015M: cramerj@intel.com
2016P: John Ronciak
2017M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002018P: Jesse Brandeburg
2019M: jesse.brandeburg@intel.com
2020P: Jeff Kirsher
2021M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002022P: Auke Kok
2023M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002024L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025W: http://sourceforge.net/projects/e1000/
2026S: Supported
2027
2028INTEL PRO/10GbE SUPPORT
2029P: Ayyappan Veeraiyan
2030M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002031P: Auke Kok
2032M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002033P: Jesse Brandeburg
2034M: jesse.brandeburg@intel.com
2035P: John Ronciak
2036M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002037L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038W: http://sourceforge.net/projects/e1000/
2039S: Supported
2040
James Ketrenos826d2ab2005-11-07 18:56:59 -06002041INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2042P: Yi Zhu
2043M: yi.zhu@intel.com
2044P: James Ketrenos
2045M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002046L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002047L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002048L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2049W: http://ipw2100.sourceforge.net
2050S: Supported
2051
2052INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2053P: Yi Zhu
2054M: yi.zhu@intel.com
2055P: James Ketrenos
2056M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002057L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002058L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002059L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2060W: http://ipw2200.sourceforge.net
2061S: Supported
2062
Zhu Yib481de92007-09-25 17:54:57 -07002063INTEL WIRELESS WIFI LINK (iwlwifi)
2064P: Zhu Yi
2065M: yi.zhu@intel.com
2066L: linux-wireless@vger.kernel.org
2067L: ipw3945-devel@lists.sourceforge.net
2068W: http://intellinuxwireless.org
2069T: git git://intellinuxwireless.org/repos/iwlwifi
2070S: Supported
2071
Ralf Baechlecb109a02007-08-30 23:56:30 -07002072IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073P: Ralf Baechle
2074M: ralf@linux-mips.org
2075L: linux-mips@linux-mips.org
2076S: Maintained
2077
Ralf Baechlecb109a02007-08-30 23:56:30 -07002078IOC3 SERIAL DRIVER
2079P: Pat Gefre
2080M: pfg@sgi.com
2081L: linux-kernel@linux-mips.org
2082S: Maintained
2083
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084IP MASQUERADING:
2085P: Juanjo Ciarlante
2086M: jjciarla@raiz.uncu.edu.ar
2087S: Maintained
2088
Francois Romieu1202d6f2007-09-17 17:13:55 -07002089IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2090P: Francois Romieu
2091M: romieu@fr.zoreil.com
2092P: Sorbica Shieh
2093M: sorbica@icplus.com.tw
2094P: Jesse Huang
2095M: jesse@icplus.com.tw
2096L: netdev@vger.kernel.org
2097S: Maintained
2098
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002099IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002100P: Arthur Jones
2101M: infinipath@qlogic.com
2102L: general@lists.openfabrics.org
2103T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002104S: Supported
2105
Corey Minyard4409ebe2006-04-20 02:43:12 -07002106IPMI SUBSYSTEM
2107P: Corey Minyard
2108M: minyard@acm.org
2109L: openipmi-developer@lists.sourceforge.net
2110W: http://openipmi.sourceforge.net/
2111S: Supported
2112
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113IPX NETWORK LAYER
2114P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002115M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002116L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117S: Maintained
2118
2119IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002120P: Samuel Ortiz
2121M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002122L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002124S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125
2126ISAPNP
2127P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002128M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Maintained
2130
2131ISDN SUBSYSTEM
2132P: Karsten Keil
2133M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134L: isdn4linux@listserv.isdn4linux.de
2135W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002136T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
2139ISDN SUBSYSTEM (Eicon active card driver)
2140P: Armin Schindler
2141M: mac@melware.de
2142L: isdn4linux@listserv.isdn4linux.de
2143W: http://www.melware.de
2144S: Maintained
2145
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2147P: David Woodhouse
2148M: dwmw2@infradead.org
2149L: jffs-dev@axis.com
2150W: http://sources.redhat.com/jffs2/
2151S: Maintained
2152
2153JFS FILESYSTEM
2154P: Dave Kleikamp
2155M: shaggy@austin.ibm.com
2156L: jfs-discussion@lists.sourceforge.net
2157W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002158T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159S: Supported
2160
Josh Triplettde456d32006-07-30 03:04:00 -07002161JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002162P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002163M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002164L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002165S: Maintained
2166
Rudolf Marek4660cb32006-10-08 22:01:26 +02002167K8TEMP HARDWARE MONITORING DRIVER
2168P: Rudolf Marek
2169M: r.marek@assembler.cz
2170L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171S: Maintained
2172
2173KCONFIG
2174P: Roman Zippel
2175M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002176L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177S: Maintained
2178
Vivek Goyalea6c2082006-05-20 14:59:55 -07002179KDUMP
2180P: Vivek Goyal
2181M: vgoyal@in.ibm.com
2182P: Haren Myneni
2183M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002184L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002185L: linux-kernel@vger.kernel.org
2186W: http://lse.sourceforge.net/kdump/
2187S: Maintained
2188
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189KERNEL AUTOMOUNTER (AUTOFS)
2190P: H. Peter Anvin
2191M: hpa@zytor.com
2192L: autofs@linux.kernel.org
2193S: Odd Fixes
2194
2195KERNEL AUTOMOUNTER v4 (AUTOFS4)
2196P: Ian Kent
2197M: raven@themaw.net
2198L: autofs@linux.kernel.org
2199S: Maintained
2200
2201KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202P: Sam Ravnborg
2203M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002204T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002205L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002206S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207
2208KERNEL JANITORS
2209P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002210L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212S: Maintained
2213
2214KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002215P: J. Bruce Fields
2216M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002218M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219L: nfs@lists.sourceforge.net
2220W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002221S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222
Avi Kivity426d62e2006-12-13 00:34:03 -08002223KERNEL VIRTUAL MACHINE (KVM)
2224P: Avi Kivity
2225M: avi@qumranet.com
2226L: kvm-devel@lists.sourceforge.net
2227W: kvm.sourceforge.net
2228S: Supported
2229
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002230KEXEC
2231P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002232M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002233W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002234L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002235L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002236S: Maintained
2237
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002238KPROBES
2239P: Prasanna S Panchamukhi
2240M: prasanna@in.ibm.com
2241P: Ananth N Mavinakayanahalli
2242M: ananth@in.ibm.com
2243P: Anil S Keshavamurthy
2244M: anil.s.keshavamurthy@intel.com
2245P: David S. Miller
2246M: davem@davemloft.net
2247L: linux-kernel@vger.kernel.org
2248S: Maintained
2249
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002250KS0108 LCD CONTROLLER DRIVER
2251P: Miguel Ojeda Sandonis
2252M: maxextreme@gmail.com
2253L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002254W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002255S: Maintained
2256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002259S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260
2261LASI 53c700 driver for PARISC
2262P: James E.J. Bottomley
2263M: James.Bottomley@HansenPartnership.com
2264L: linux-scsi@vger.kernel.org
2265S: Maintained
2266
Richard Purdie263de9b2006-05-15 09:44:16 -07002267LED SUBSYSTEM
2268P: Richard Purdie
2269M: rpurdie@rpsys.net
2270S: Maintained
2271
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272LEGO USB Tower driver
2273P: Juergen Stuber
2274M: starblue@users.sourceforge.net
2275L: legousb-devel@lists.sourceforge.net
2276W: http://legousb.sourceforge.net/
2277S: Maintained
2278
2279LINUX FOR IBM pSERIES (RS/6000)
2280P: Paul Mackerras
2281M: paulus@au.ibm.com
2282W: http://www.ibm.com/linux/ltc/projects/ppc
2283S: Supported
2284
2285LINUX FOR NCR VOYAGER
2286P: James Bottomley
2287M: James.Bottomley@HansenPartnership.com
2288W: http://www.hansenpartnership.com/voyager
2289S: Maintained
2290
2291LINUX FOR POWERPC
2292P: Paul Mackerras
2293M: paulus@samba.org
2294W: http://www.penguinppc.org/
2295L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002296T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S: Supported
2298
2299LINUX FOR POWER MACINTOSH
2300P: Benjamin Herrenschmidt
2301M: benh@kernel.crashing.org
2302W: http://www.penguinppc.org/
2303L: linuxppc-dev@ozlabs.org
2304S: Maintained
2305
2306LINUX FOR POWERPC EMBEDDED MPC52XX
2307P: Sylvain Munaut
2308M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002309P: Grant Likely
2310M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311W: http://www.246tNt.com/mpc52xx/
2312W: http://www.penguinppc.org/
2313L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314S: Maintained
2315
2316LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002317P: Josh Boyer
2318M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319P: Matt Porter
2320M: mporter@kernel.crashing.org
2321W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002322L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002323T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324S: Maintained
2325
Grant Likely260c02a2007-10-02 12:15:34 +10002326LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2327P: Grant Likely
2328M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002329W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002330L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331S: Maintained
2332
Tom Rinie93adf12005-07-26 12:49:53 -07002333LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334P: Tom Rini
2335M: trini@kernel.crashing.org
2336W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002337L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338S: Maintained
2339
Tom Rinie93adf12005-07-26 12:49:53 -07002340LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002341P: Vitaly Bordug
2342M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002343P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002344M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002345W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002346L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002347S: Maintained
2348
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002350P: Kumar Gala
2351M: galak@kernel.crashing.org
2352W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002353L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002354S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355
Olof Johanssonab06ff32006-09-06 14:44:54 -05002356LINUX FOR POWERPC PA SEMI PWRFICIENT
2357P: Olof Johansson
2358M: olof@lixom.net
2359W: http://www.pasemi.com/
2360L: linuxppc-dev@ozlabs.org
2361S: Supported
2362
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363LLC (802.2)
2364P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002365M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366S: Maintained
2367
2368LINUX FOR 64BIT POWERPC
2369P: Paul Mackerras
2370M: paulus@samba.org
2371M: paulus@au.ibm.com
2372P: Anton Blanchard
2373M: anton@samba.org
2374M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002375W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002376L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377S: Supported
2378
2379LINUX SECURITY MODULE (LSM) FRAMEWORK
2380P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002381M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002382L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002384T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385S: Supported
2386
2387LM83 HARDWARE MONITOR DRIVER
2388P: Jean Delvare
2389M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002390L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
2393LM90 HARDWARE MONITOR DRIVER
2394P: Jean Delvare
2395M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002396L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397S: Maintained
2398
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002399LOCKDEP AND LOCKSTAT
2400P: Peter Zijlstra
2401M: peterz@infradead.org
2402P: Ingo Molnar
2403M: mingo@redhat.com
2404L: linux-kernel@vger.kernel.org
2405T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2406S: Maintained
2407
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002408LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409P: Richard Russon (FlatCap)
2410M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002411L: linux-ntfs-dev@lists.sourceforge.net
2412W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413S: Maintained
2414
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002415LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2416P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002417M: Eric.Moore@lsi.com
2418M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002419L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002420L: linux-scsi@vger.kernel.org
2421W: http://www.lsilogic.com/support
2422S: Supported
2423
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2425P: Matthew Wilcox
2426M: matthew@wil.cx
2427L: linux-scsi@vger.kernel.org
2428S: Maintained
2429
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002430M32R ARCHITECTURE
2431P: Hirokazu Takata
2432M: takata@linux-m32r.org
2433L: linux-m32r@ml.linux-m32r.org
2434L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2435W: http://www.linux-m32r.org/
2436S: Maintained
2437
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438M68K ARCHITECTURE
2439P: Geert Uytterhoeven
2440M: geert@linux-m68k.org
2441P: Roman Zippel
2442M: zippel@linux-m68k.org
2443L: linux-m68k@lists.linux-m68k.org
2444W: http://www.linux-m68k.org/
2445W: http://linux-m68k-cvs.ubb.ca/
2446S: Maintained
2447
2448M68K ON APPLE MACINTOSH
2449P: Joshua Thompson
2450M: funaho@jurai.org
2451W: http://www.mac.linux-m68k.org/
2452L: linux-mac68k@mac.linux-m68k.org
2453S: Maintained
2454
2455M68K ON HP9000/300
2456P: Philip Blundell
2457M: philb@gnu.org
2458W: http://www.tazenda.demon.co.uk/phil/linux-hp
2459S: Maintained
2460
Jiri Benc64a327a2007-05-05 11:47:08 -07002461MAC80211
2462P: Jiri Benc
2463M: jbenc@suse.cz
2464P: Michael Wu
2465M: flamingice@sourmilk.net
2466L: linux-wireless@vger.kernel.org
2467W: http://linuxwireless.org/
2468T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2469S: Maintained
2470
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002471MACVLAN DRIVER
2472P: Patrick McHardy
2473M: kaber@trash.net
2474L: netdev@vger.kernel.org
2475S: Maintained
2476
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477MARVELL YUKON / SYSKONNECT DRIVER
2478P: Mirko Lindner
2479M: mlindner@syskonnect.de
2480P: Ralph Roesler
2481M: rroesler@syskonnect.de
2482W: http://www.syskonnect.com
2483S: Supported
2484
Michael Kerriskfaf16682005-07-31 22:34:47 -07002485MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002486P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002487M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002488W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2489S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002490
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002491MARVELL MV643XX ETHERNET DRIVER
2492P: Dale Farnsworth
2493M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002495M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002496L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002497S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498
2499MATROX FRAMEBUFFER DRIVER
2500P: Petr Vandrovec
2501M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002502L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503S: Maintained
2504
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002505MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2506P: Hans J. Koch
2507M: hjk@linutronix.de
2508L: lm-sensors@lm-sensors.org
2509S: Maintained
2510
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002511MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002512P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002513M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002514S: linux-scsi@vger.kernel.org
2515W: http://megaraid.lsilogic.com
2516S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002517
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002518MEMORY MANAGEMENT
2519L: linux-mm@kvack.org
2520L: linux-kernel@vger.kernel.org
2521W: http://www.linux-mm.org
2522S: Maintained
2523
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002524MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525P: David Woodhouse
2526M: dwmw2@infradead.org
2527W: http://www.linux-mtd.infradead.org/
2528L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002529T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530S: Maintained
2531
Artem Bityutskiy48576402007-02-13 17:11:10 +02002532UNSORTED BLOCK IMAGES (UBI)
2533P: Artem Bityutskiy
2534M: dedekind@infradead.org
2535W: http://www.linux-mtd.infradead.org/
2536L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002537T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002538S: Maintained
2539
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540MICROTEK X6 SCANNER
2541P: Oliver Neukum
2542M: oliver@neukum.name
2543S: Maintained
2544
2545MIPS
2546P: Ralf Baechle
2547M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002548W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002550T: git www.linux-mips.org:/pub/scm/linux.git
2551S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552
2553MISCELLANEOUS MCA-SUPPORT
2554P: James Bottomley
2555M: jejb@steeleye.com
2556L: linux-kernel@vger.kernel.org
2557S: Maintained
2558
2559MODULE SUPPORT
2560P: Rusty Russell
2561M: rusty@rustcorp.com.au
2562L: linux-kernel@vger.kernel.org
2563S: Maintained
2564
2565MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2566P: Stelian Pop
2567M: stelian@popies.net
2568W: http://popies.net/meye/
2569S: Maintained
2570
Pavel Pisac58ff042007-05-16 01:10:41 +02002571MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2572P: Pavel Pisa
2573M: ppisa@pikron.com
2574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2575W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2576S: Maintained
2577
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578MOUSE AND MISC DEVICES [GENERAL]
2579P: Alessandro Rubini
2580M: rubini@ipvvis.unipv.it
2581L: linux-kernel@vger.kernel.org
2582S: Maintained
2583
Jiri Slabyd7354102006-12-08 02:38:35 -08002584MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2585P: Jiri Slaby
2586M: jirislaby@gmail.com
2587L: linux-kernel@vger.kernel.org
2588S: Maintained
2589
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002590MSI LAPTOP SUPPORT
2591P: Lennart Poettering
2592M: mzxreary@0pointer.de
2593L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2594W: http://0pointer.de/lennart/tchibo.html
2595S: Maintained
2596
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597MTRR AND SIMILAR SUPPORT [i386]
2598P: Richard Gooch
2599M: rgooch@atnf.csiro.au
2600L: linux-kernel@vger.kernel.org
2601W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2602S: Maintained
2603
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002604MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002605P: Pierre Ossman
2606M: drzeus-mmc@drzeus.cx
2607L: linux-kernel@vger.kernel.org
2608S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002609
David Brownell15a05802007-08-08 09:12:54 -07002610MULTIMEDIA CARD (MMC) ETC. OVER SPI
2611P: David Brownell
2612M: dbrownell@users.sourceforge.net
2613L: linux-kernel@vger.kernel.org
2614S: Odd fixes
2615
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616MULTISOUND SOUND DRIVER
2617P: Andrew Veliath
2618M: andrewtv@usa.net
2619S: Maintained
2620
Jiri Slabyd7354102006-12-08 02:38:35 -08002621MULTITECH MULTIPORT CARD (ISICOM)
2622P: Jiri Slaby
2623M: jirislaby@gmail.com
2624L: linux-kernel@vger.kernel.org
2625S: Maintained
2626
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627NATSEMI ETHERNET DRIVER (DP8381x)
2628P: Tim Hockin
2629M: thockin@hockin.org
2630S: Maintained
2631
2632NCP FILESYSTEM
2633P: Petr Vandrovec
2634M: vandrove@vc.cvut.cz
2635L: linware@sh.cvut.cz
2636S: Maintained
2637
2638NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2639P: James E.J. Bottomley
2640M: James.Bottomley@HansenPartnership.com
2641L: linux-scsi@vger.kernel.org
2642S: Maintained
2643
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002644NETEM NETWORK EMULATOR
2645P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002646M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002647L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002648S: Maintained
2649
Jiri Slaby4a584482007-08-30 23:56:39 -07002650NETERION (S2IO) Xframe 10GbE DRIVER
2651P: Ramkrishna Vepa
2652M: ram.vepa@neterion.com
2653P: Rastapur Santosh
2654M: santosh.rastapur@neterion.com
2655P: Sivakumar Subramani
2656M: sivakumar.subramani@neterion.com
2657P: Sreenivasa Honnur
2658M: sreenivasa.honnur@neterion.com
2659L: netdev@vger.kernel.org
2660W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2661S: Supported
2662
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663NETFILTER/IPTABLES/IPCHAINS
2664P: Rusty Russell
2665P: Marc Boucher
2666P: James Morris
2667P: Harald Welte
2668P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002669P: Patrick McHardy
2670M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002671L: netfilter-devel@vger.kernel.org
2672L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002673L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674W: http://www.netfilter.org/
2675W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676S: Supported
2677
Paul Moore4cc67732006-09-25 15:57:13 -07002678NETLABEL
2679P: Paul Moore
2680M: paul.moore@hp.com
2681W: http://netlabel.sf.net
2682L: netdev@vger.kernel.org
2683S: Supported
2684
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685NETROM NETWORK LAYER
2686P: Ralf Baechle
2687M: ralf@linux-mips.org
2688L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002689W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690S: Maintained
2691
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002692NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693P: Paul Clements
2694M: Paul.Clements@steeleye.com
2695S: Maintained
2696
2697NETWORK DEVICE DRIVERS
2698P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002699M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700P: Jeff Garzik
2701M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002702L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002703T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704S: Maintained
2705
2706NETWORKING [GENERAL]
2707P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002708M: netdev@vger.kernel.org
2709L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002710W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711S: Maintained
2712
2713NETWORKING [IPv4/IPv6]
2714P: David S. Miller
2715M: davem@davemloft.net
2716P: Alexey Kuznetsov
2717M: kuznet@ms2.inr.ac.ru
2718P: Pekka Savola (ipv6)
2719M: pekkas@netcore.fi
2720P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002721M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722P: Hideaki YOSHIFUJI
2723M: yoshfuji@linux-ipv6.org
2724P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002725M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002726L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002727T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728S: Maintained
2729
James Morris10e2ff12007-08-25 14:41:28 -07002730NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2731P: Paul Moore
2732M: paul.moore@hp.com
2733L: netdev@vger.kernel.org
2734S: Maintained
2735
John W. Linville29f8f632006-01-18 14:52:48 -08002736NETWORKING [WIRELESS]
2737P: John W. Linville
2738M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002739L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002740T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2741S: Maintained
2742
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002743NETXEN (1/10) GbE SUPPORT
2744P: Amit S. Kale
2745M: amitkale@netxen.com
2746L: netdev@vger.kernel.org
2747W: http://www.netxen.com
2748S: Supported
2749
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750IPVS
2751P: Wensong Zhang
2752M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002753P: Simon Horman
2754M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755P: Julian Anastasov
2756M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002757L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
2760NFS CLIENT
2761P: Trond Myklebust
2762M: trond.myklebust@fys.uio.no
2763L: linux-kernel@vger.kernel.org
2764S: Maintained
2765
2766NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002767P: Jan-Pascal van Best
2768M: janpascal@vanbest.org
2769P: Andreas Mohr
2770M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002771L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772S: Maintained
2773
2774NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2775P: YOKOTA Hiroshi
2776M: yokota@netlab.is.tsukuba.ac.jp
2777W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2778S: Maintained
2779
2780NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2781P: GOTO Masanori
2782M: gotom@debian.or.jp
2783P: YOKOTA Hiroshi
2784M: yokota@netlab.is.tsukuba.ac.jp
2785W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2786S: Maintained
2787
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788NTFS FILESYSTEM
2789P: Anton Altaparmakov
2790M: aia21@cantab.net
2791L: linux-ntfs-dev@lists.sourceforge.net
2792L: linux-kernel@vger.kernel.org
2793W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002794T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795S: Maintained
2796
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002797NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002798P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002799M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002800L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002801S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002803OPENCORES I2C BUS DRIVER
2804P: Peter Korsgaard
2805M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002806L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002807S: Maintained
2808
Mark Fashehccd979b2005-12-15 14:31:24 -08002809ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2810P: Mark Fasheh
2811M: mark.fasheh@oracle.com
2812P: Kurt Hackel
2813M: kurt.hackel@oracle.com
2814L: ocfs2-devel@oss.oracle.com
2815W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002816S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002817
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818OLYMPIC NETWORK DRIVER
2819P: Peter De Shrijver
2820M: p2@ace.ulyssis.student.kuleuven.ac.be
2821P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002822M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002823L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824L: linux-tr@linuxtr.net
2825W: http://www.linuxtr.net
2826S: Maintained
2827
Harald Weltec1986ee2005-11-13 16:06:29 -08002828OMNIKEY CARDMAN 4000 DRIVER
2829P: Harald Welte
2830M: laforge@gnumonks.org
2831S: Maintained
2832
Harald Welte77c44ab2005-11-13 16:06:26 -08002833OMNIKEY CARDMAN 4040 DRIVER
2834P: Harald Welte
2835M: laforge@gnumonks.org
2836S: Maintained
2837
Jonathan Corbet77d51402007-03-22 19:44:17 -03002838OMNIVISION OV7670 SENSOR DRIVER
2839P: Jonathan Corbet
2840M: corbet@lwn.net
2841L: video4linux-list@redhat.com
2842S: Maintained
2843
Thomas Gleixner431bca72007-05-02 09:31:35 +02002844ONENAND FLASH DRIVER
2845P: Kyungmin Park
2846M: kyungmin.park@samsung.com
2847L: linux-mtd@lists.infradead.org
2848S: Maintained
2849
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850ONSTREAM SCSI TAPE DRIVER
2851P: Willem Riede
2852M: osst@riede.org
2853L: osst-users@lists.sourceforge.net
2854L: linux-scsi@vger.kernel.org
2855S: Maintained
2856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857OPROFILE
2858P: Philippe Elie
2859M: phil.el@wanadoo.fr
2860L: oprofile-list@lists.sf.net
2861S: Maintained
2862
2863ORINOCO DRIVER
2864P: Pavel Roskin
2865M: proski@gnu.org
2866P: David Gibson
2867M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002868L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002869L: orinoco-users@lists.sourceforge.net
2870L: orinoco-devel@lists.sourceforge.net
2871W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872S: Maintained
2873
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002874PA SEMI ETHERNET DRIVER
2875P: Olof Johansson
2876M: olof@lixom.net
2877L: netdev@vger.kernel.org
2878S: Maintained
2879
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002880PA SEMI SMBUS DRIVER
2881P: Olof Johansson
2882M: olof@lixom.net
2883L: i2c@lm-sensors.org
2884S: Maintained
2885
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002887L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002888S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889
2890PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2891P: Tim Waugh
2892M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002893L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894W: http://www.torque.net/linux-pp.html
2895S: Maintained
2896
2897PARISC ARCHITECTURE
2898P: Matthew Wilcox
2899M: matthew@wil.cx
2900P: Grant Grundler
2901M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002902P: Kyle McMartin
2903M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904L: parisc-linux@parisc-linux.org
2905W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002906T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2907T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908S: Maintained
2909
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002910PARAVIRT_OPS INTERFACE
2911P: Jeremy Fitzhardinge
2912M: jeremy@xensource.com
2913P: Chris Wright
2914M: chrisw@sous-sol.org
2915P: Zachary Amsden
2916M: zach@vmware.com
2917P: Rusty Russell
2918M: rusty@rustcorp.com.au
2919L: virtualization@lists.osdl.org
2920L: linux-kernel@vger.kernel.org
2921S: Supported
2922
Jim Cromie1662d322006-10-06 00:43:59 -07002923PC87360 HARDWARE MONITORING DRIVER
2924P: Jim Cromie
2925M: jim.cromie@gmail.com
2926L: lm-sensors@lm-sensors.org
2927S: Maintained
2928
2929PC8736x GPIO DRIVER
2930P: Jim Cromie
2931M: jim.cromie@gmail.com
2932S: Maintained
2933
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002934PCI ERROR RECOVERY
2935P: Linas Vepstas
2936M: linas@austin.ibm.com
2937L: linux-kernel@vger.kernel.org
2938L: linux-pci@atrey.karlin.mff.cuni.cz
2939S: Supported
2940
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941PCI SUBSYSTEM
2942P: Greg Kroah-Hartman
2943M: gregkh@suse.de
2944L: linux-kernel@vger.kernel.org
2945L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002946T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Supported
2948
2949PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002950P: Kristen Carlson Accardi
2951M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952S: Supported
2953
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002954PCIE HOTPLUG DRIVER
2955P: Kristen Carlson Accardi
2956M: kristen.c.accardi@intel.com
2957L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002958S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002961P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002962L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002964T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002965S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966
2967PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002968P: Don Fry
2969M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002970L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971S: Maintained
2972
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002973PER-TASK DELAY ACCOUNTING
2974P: Shailabh Nagar
2975M: nagar@watson.ibm.com
2976L: linux-kernel@vger.kernel.org
2977S: Maintained
2978
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002979PERSONALITY HANDLING
2980P: Christoph Hellwig
2981M: hch@infradead.org
2982L: linux-abi-devel@lists.sourceforge.net
2983S: Maintained
2984
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002986P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987M: joern@wh.fh-wedel.de
2988L: linux-mtd@lists.infradead.org
2989S: Maintained
2990
Peter Osterlund249a6772005-09-27 21:45:30 -07002991PKTCDVD DRIVER
2992P: Peter Osterlund
2993M: petero2@telia.com
2994L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002995S: Maintained
2996
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002998P: Thomas Gleixner
2999M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003000L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001S: Supported
3002
Anton Vorontsov3be86142007-07-15 04:43:36 +04003003POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3004P: Anton Vorontsov
3005M: cbou@mail.ru
3006P: David Woodhouse
3007M: dwmw2@infradead.org
3008L: linux-kernel@vger.kernel.org
3009L: kernel-discuss@handhelds.org
3010T: git git.infradead.org/battery-2.6.git
3011S: Maintained
3012
Eugene Surovegin24682972005-10-14 03:00:53 -07003013POWERPC 4xx EMAC DRIVER
3014P: Eugene Surovegin
3015M: ebs@ebshome.net
3016W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003017L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003018L: netdev@vger.kernel.org
3019S: Maintained
3020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021PNP SUPPORT
3022P: Adam Belay
3023M: ambx1@neo.rr.com
3024S: Maintained
3025
Vitaly Wool999445d2007-01-04 13:07:03 +01003026PNXxxxx I2C DRIVER
3027P: Vitaly Wool
3028M: vitalywool@gmail.com
3029L: i2c@lm-sensors.org
3030S: Maintained
3031
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032PPP PROTOCOL DRIVERS AND COMPRESSORS
3033P: Paul Mackerras
3034M: paulus@samba.org
3035L: linux-ppp@vger.kernel.org
3036S: Maintained
3037
3038PPP OVER ATM (RFC 2364)
3039P: Mitchell Blank Jr
3040M: mitch@sfgoth.com
3041S: Maintained
3042
3043PPP OVER ETHERNET
3044P: Michal Ostrowski
3045M: mostrows@speakeasy.net
3046S: Maintained
3047
James Chapmana6d23702007-06-27 15:53:17 -07003048PPP OVER L2TP
3049P: James Chapman
3050M: jchapman@katalix.com
3051S: Maintained
3052
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053PREEMPTIBLE KERNEL
3054P: Robert Love
3055M: rml@tech9.net
3056L: linux-kernel@vger.kernel.org
3057L: kpreempt-tech@lists.sourceforge.net
3058W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3059S: Supported
3060
Michael Wueff1a592007-09-25 18:11:01 -07003061P54 WIRELESS DRIVER
3062P: Michael Wu
3063M: flamingice@sourmilk.net
3064L: linux-wireless@vger.kernel.org
3065W: http://prism54.org
3066T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3067S: Maintained
3068
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003070P: Luis R. Rodriguez
3071M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003072L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073W: http://prism54.org
3074S: Maintained
3075
3076PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3077P: Peter Denison
3078M: promise@pnd-pc.demon.co.uk
3079W: http://www.pnd-pc.demon.co.uk/promise/
3080S: Maintained
3081
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003082PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3083P: Mikael Pettersson
3084M: mikpe@it.uu.se
3085L: linux-ide@vger.kernel.org
3086S: Maintained
3087
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003088PS3 NETWORK SUPPORT
3089P: Masakazu Mokuno
3090M: mokuno@sm.sony.co.jp
3091L: netdev@vger.kernel.org
3092L: cbe-oss-dev@ozlabs.org
3093S: Supported
3094
Geoff Levandf58a9d12006-11-23 00:46:51 +01003095PS3 PLATFORM SUPPORT
3096P: Geoff Levand
3097M: geoffrey.levand@am.sony.com
3098L: linuxppc-dev@ozlabs.org
3099L: cbe-oss-dev@ozlabs.org
3100S: Supported
3101
Michael Krufky83202042006-07-03 00:24:18 -07003102PVRUSB2 VIDEO4LINUX DRIVER
3103P: Mike Isely
3104M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003105L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003106L: video4linux-list@redhat.com
3107W: http://www.isely.net/pvrusb2/
3108S: Maintained
3109
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110PXA2xx SUPPORT
3111P: Nicolas Pitre
3112M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003113L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114S: Maintained
3115
Pierre Ossman272f1332007-05-14 21:25:26 +02003116PXA MMCI DRIVER
3117S: Orphan
3118
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119QLOGIC QLA2XXX FC-SCSI DRIVER
3120P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003121M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122L: linux-scsi@vger.kernel.org
3123S: Supported
3124
Ron Mercer5a4faa872006-07-25 00:40:21 -07003125QLOGIC QLA3XXX NETWORK DRIVER
3126P: Ron Mercer
3127M: linux-driver@qlogic.com
3128L: netdev@vger.kernel.org
3129S: Supported
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131QNX4 FILESYSTEM
3132P: Anders Larsen
3133M: al@alarsen.net
3134L: linux-kernel@vger.kernel.org
3135W: http://www.alarsen.net/linux/qnx4fs/
3136S: Maintained
3137
3138RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003139P: Benjamin Herrenschmidt
3140M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003141L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142S: Maintained
3143
3144RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003145P: Paul Mackerras
3146M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003147L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148S: Maintained
3149
3150RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3151P: Corey Thomas
3152M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003153L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154S: Maintained
3155
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003156RALINK RT2X00 WLAN DRIVER
3157P: rt2x00 project
3158L: linux-wireless@vger.kernel.org
3159L: rt2400-devel@lists.sourceforge.net
3160W: http://rt2x00.serialmonkey.com/
3161S: Maintained
3162F: drivers/net/wireless/rt2x00/
3163
Matt Mackall9e95ce22005-04-16 15:25:56 -07003164RANDOM NUMBER DRIVER
3165P: Matt Mackall
3166M: mpm@selenic.com
3167S: Maintained
3168
Matt Porter394b7012005-11-07 01:00:15 -08003169RAPIDIO SUBSYSTEM
3170P: Matt Porter
3171M: mporter@kernel.crashing.org
3172L: linux-kernel@vger.kernel.org
3173S: Maintained
3174
Josh Triplett595182b2006-10-04 02:17:21 -07003175READ-COPY UPDATE (RCU)
3176P: Dipankar Sarma
3177M: dipankar@in.ibm.com
3178W: http://www.rdrop.com/users/paulmck/rclock/
3179L: linux-kernel@vger.kernel.org
3180S: Supported
3181
3182RCUTORTURE MODULE
3183P: Josh Triplett
3184M: josh@freedesktop.org
3185L: linux-kernel@vger.kernel.org
3186S: Maintained
3187
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188REAL TIME CLOCK DRIVER
3189P: Paul Gortmaker
3190M: p_gortmaker@yahoo.com
3191L: linux-kernel@vger.kernel.org
3192S: Maintained
3193
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003194REAL TIME CLOCK (RTC) SUBSYSTEM
3195P: Alessandro Zummo
3196M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003197L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003198S: Maintained
3199
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200REISERFS FILE SYSTEM
3201P: Hans Reiser
3202M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003203L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204W: http://www.namesys.com
3205S: Supported
3206
3207ROCKETPORT DRIVER
3208P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209W: http://www.comtrol.com
3210S: Maintained
3211
3212ROSE NETWORK LAYER
3213P: Ralf Baechle
3214M: ralf@linux-mips.org
3215L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003216W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217S: Maintained
3218
3219RISCOM8 DRIVER
3220S: Orphan
3221
Michael Wu605bebe2007-05-14 01:41:02 -04003222RTL818X WIRELESS DRIVER
3223P: Michael Wu
3224M: flamingice@sourmilk.net
3225P: Andrea Merello
3226M: andreamrl@tiscali.it
3227L: linux-wireless@vger.kernel.org
3228W: http://linuxwireless.org/
3229T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3230S: Maintained
3231
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003232S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003233P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003234M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003235L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003236S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003237
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238S390
3239P: Martin Schwidefsky
3240M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003241P: Heiko Carstens
3242M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003244L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003245W: http://www.ibm.com/developerworks/linux/linux390/
3246S: Supported
3247
3248S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003249P: Ursula Braun
3250M: ubraun@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003251M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003252L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003253W: http://www.ibm.com/developerworks/linux/linux390/
3254S: Supported
3255
3256S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003257P: Swen Schillig
3258M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003259M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003260L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003261W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262S: Supported
3263
Ursula Braundd96df22007-09-19 13:09:02 +02003264S390 IUCV NETWORK LAYER
3265P: Ursula Braun
3266M: ubraun@linux.vnet.ibm.com
3267M: linux390@de.ibm.com
3268L: linux-s390@vger.kernel.org
3269W: http://www.ibm.com/developerworks/linux/linux390/
3270S: Supported
3271
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272SAA7146 VIDEO4LINUX-2 DRIVER
3273P: Michael Hunold
3274M: michael@mihu.de
3275W: http://www.mihu.de/linux/saa7146
3276S: Maintained
3277
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278SC1200 WDT DRIVER
3279P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003280M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281S: Maintained
3282
3283SCHEDULER
3284P: Ingo Molnar
3285M: mingo@elte.hu
3286P: Robert Love [the preemptible kernel bits]
3287M: rml@tech9.net
3288L: linux-kernel@vger.kernel.org
3289S: Maintained
3290
3291SCSI CDROM DRIVER
3292P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003293M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294L: linux-scsi@vger.kernel.org
3295W: http://www.kernel.dk
3296S: Maintained
3297
3298SCSI SG DRIVER
3299P: Doug Gilbert
3300M: dgilbert@interlog.com
3301L: linux-scsi@vger.kernel.org
3302W: http://www.torque.net/sg
3303S: Maintained
3304
3305SCSI SUBSYSTEM
3306P: James E.J. Bottomley
3307M: James.Bottomley@SteelEye.com
3308L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003309T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310S: Maintained
3311
3312SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003313P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314M: Kai.Makisara@kolumbus.fi
3315L: linux-scsi@vger.kernel.org
3316S: Maintained
3317
3318SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003319P: Vlad Yasevich
3320M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003321P: Sridhar Samudrala
3322M: sri@us.ibm.com
3323L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003324W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003325S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326
3327SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003328P: Jim Cromie
3329M: jim.cromie@gmail.com
3330S: Odd Fixes
3331
3332SCx200 GPIO DRIVER
3333P: Jim Cromie
3334M: jim.cromie@gmail.com
3335S: Maintained
3336
3337SCx200 HRT CLOCKSOURCE DRIVER
3338P: Jim Cromie
3339M: jim.cromie@gmail.com
3340S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341
3342SECURITY CONTACT
3343P: Security Officers
3344M: security@kernel.org
3345S: Supported
3346
3347SELINUX SECURITY MODULE
3348P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003349M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003351M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003352P: Eric Paris
3353M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003355L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356W: http://www.nsa.gov/selinux
3357S: Supported
3358
Jiri Slabycef2cf02007-05-08 00:31:45 -07003359SENSABLE PHANTOM
3360P: Jiri Slaby
3361M: jirislaby@gmail.com
3362S: Maintained
3363
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364SERIAL ATA (SATA) SUBSYSTEM:
3365P: Jeff Garzik
3366M: jgarzik@pobox.com
3367L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003368T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369S: Supported
3370
3371SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3372P: Pat Gefre
3373M: pfg@sgi.com
3374L: linux-ia64@vger.kernel.org
3375S: Supported
3376
3377SGI VISUAL WORKSTATION 320 AND 540
3378P: Andrey Panin
3379M: pazke@donpac.ru
3380L: linux-visws-devel@lists.sf.net
3381W: http://linux-visws.sf.net
3382S: Maintained for 2.6.
3383
3384SIMTEC EB110ATX (Chalice CATS)
3385P: Ben Dooks
3386P: Vincent Sanders
3387M: support@simtec.co.uk
3388W: http://www.simtec.co.uk/products/EB110ATX/
3389S: Supported
3390
3391SIMTEC EB2410ITX (BAST)
3392P: Ben Dooks
3393P: Vincent Sanders
3394M: support@simtec.co.uk
3395W: http://www.simtec.co.uk/products/EB2410ITX/
3396S: Supported
3397
Francois Romieu92aab3c2005-07-30 13:11:18 +02003398SIS 190 ETHERNET DRIVER
3399P: Francois Romieu
3400M: romieu@fr.zoreil.com
3401L: netdev@vger.kernel.org
3402S: Maintained
3403
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404SIS 5513 IDE CONTROLLER DRIVER
3405P: Lionel Bouton
3406M: Lionel.Bouton@inet6.fr
3407W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3408W: http://gyver.homeip.net/sis5513/index.html
3409S: Maintained
3410
3411SIS 900/7016 FAST ETHERNET DRIVER
3412P: Daniele Venzano
3413M: venza@brownhat.org
3414W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003415L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416S: Maintained
3417
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003418SIS 96X I2C/SMBUS DRIVER
3419P: Mark M. Hoffman
3420M: mhoffman@lightlink.com
3421L: lm-sensors@lm-sensors.org
3422S: Maintained
3423
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424SIS FRAMEBUFFER DRIVER
3425P: Thomas Winischhofer
3426M: thomas@winischhofer.net
3427W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003428S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429
3430SIS USB2VGA DRIVER
3431P: Thomas Winischhofer
3432M: thomas@winischhofer.net
3433W: http://www.winischhofer.at/linuxsisusbvga.shtml
3434S: Maintained
3435
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003436SLAB ALLOCATOR
3437P: Christoph Lameter
3438M: clameter@sgi.com
3439P: Pekka Enberg
3440M: penberg@cs.helsinki.fi
3441L: linux-mm@kvack.org
3442S: Maintained
3443
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444SMC91x ETHERNET DRIVER
3445P: Nicolas Pitre
3446M: nico@cam.org
3447S: Maintained
3448
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003449SMSC47B397 HARDWARE MONITOR DRIVER
3450P: Mark M. Hoffman
3451M: mhoffman@lightlink.com
3452L: lm-sensors@lm-sensors.org
3453S: Maintained
3454
Daniel Drake8f0f8502006-07-18 22:00:25 +01003455SOFTMAC LAYER (IEEE 802.11)
3456P: Johannes Berg
3457M: johannes@sipsolutions.net
3458P: Joe Jezak
3459M: josejx@gentoo.org
3460P: Daniel Drake
3461M: dsd@gentoo.org
3462W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003463L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003464S: Maintained
3465
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466SOFTWARE RAID (Multiple Disks) SUPPORT
3467P: Ingo Molnar
3468M: mingo@redhat.com
3469P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003470M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003472S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473
Pavel Machek95a631e2007-07-19 01:47:42 -07003474HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475P: Pavel Machek
3476M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003477P: Rafael J. Wysocki
3478M: rjw@sisk.pl
3479L: linux-pm@lists.linux-foundation.org
3480S: Supported
3481
3482SUSPEND TO RAM:
3483P: Pavel Machek
3484M: pavel@suse.cz
3485P: Rafael J. Wysocki
3486M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003487L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488S: Maintained
3489
3490SONIC NETWORK DRIVER
3491P: Thomas Bogendoerfer
3492M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003493L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494S: Maintained
3495
Michael Buesch61e115a2007-09-18 15:12:50 -04003496SONICS SILICON BACKPLANE DRIVER (SSB)
3497P: Michael Buesch
3498M: mb@bu3sch.de
3499L: netdev@vger.kernel.org
3500S: Maintained
3501
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003503P: Mattia Dongili
3504M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003505L: linux-acpi@vger.kernel.org
3506W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507S: Maintained
3508
3509SOUND
3510P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003511M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003512L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513S: Maintained
3514
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003515SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3516P: Liam Girdwood
3517M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003518L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003519S: Supported
3520
Kumar Gala025c3982006-04-02 16:05:54 -05003521SPI SUBSYSTEM
3522P: David Brownell
3523M: dbrownell@users.sourceforge.net
3524L: spi-devel-general@lists.sourceforge.net
3525S: Maintained
3526
Steven Rostedt855f46a2006-08-05 12:14:50 -07003527STABLE BRANCH:
3528P: Greg Kroah-Hartman
3529M: greg@kroah.com
3530P: Chris Wright
3531M: chrisw@sous-sol.org
3532L: stable@kernel.org
3533S: Maintained
3534
Kylene Hall1c72d462005-05-01 08:59:13 -07003535TPM DEVICE DRIVER
3536P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003537M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003538W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003539P: Marcel Selhorst
3540M: tpm@selhorst.net
3541W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003542L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003543S: Maintained
3544
Mark Gross1a80ba82005-10-30 15:02:55 -08003545Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003546P: Mark Gross
3547M: mark.gross@intel.com
3548S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003549
Chris Zankel48b415c2005-06-23 22:01:07 -07003550TENSILICA XTENSA PORT (xtensa):
3551P: Chris Zankel
3552M: chris@zankel.net
3553S: Maintained
3554
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003555THINKPAD ACPI EXTRAS DRIVER
3556P: Henrique de Moraes Holschuh
3557M: ibm-acpi@hmh.eng.br
3558L: ibm-acpi-devel@lists.sourceforge.net
3559W: http://ibm-acpi.sourceforge.net
3560W: http://thinkwiki.org/wiki/Ibm-acpi
3561T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3562S: Maintained
3563
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564UltraSPARC (sparc64):
3565P: David S. Miller
3566M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003568T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569S: Maintained
3570
3571SHARP LH SUPPORT (LH7952X & LH7A40X)
3572P: Marc Singer
3573M: elf@buici.com
3574W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576S: Maintained
3577
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003578SHPC HOTPLUG DRIVER
3579P: Kristen Carlson Accardi
3580M: kristen.c.accardi@intel.com
3581L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003582S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003583
Pierre Ossmand129bce2006-03-24 03:18:17 -08003584SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3585P: Pierre Ossman
3586M: drzeus-sdhci@drzeus.cx
3587L: sdhci-devel@list.drzeus.cx
3588W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3589S: Maintained
3590
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003591SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3592P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003593M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003594L: netdev@vger.kernel.org
3595S: Maintained
3596
Chris Boot1a87d942006-07-10 04:45:34 -07003597SOEKRIS NET48XX LED SUPPORT
3598P: Chris Boot
3599M: bootc@bootc.net
3600S: Maintained
3601
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602SPARC (sparc32):
3603P: William L. Irwin
3604M: wli@holomorphy.com
3605L: sparclinux@vger.kernel.org
3606S: Maintained
3607
3608SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3609P: Roger Wolff
3610M: R.E.Wolff@BitWizard.nl
3611L: linux-kernel@vger.kernel.org ?
3612S: Supported
3613
Jim Lewis2752e402006-09-29 02:01:19 -07003614SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003615P: Linas Vepstas
3616M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003617L: netdev@vger.kernel.org
3618S: Supported
3619
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620SRM (Alpha) environment access
3621P: Jan-Benedict Glaw
3622M: jbglaw@lug-owl.de
3623L: linux-kernel@vger.kernel.org
3624S: Maintained
3625
3626STARFIRE/DURALAN NETWORK DRIVER
3627P: Ion Badulescu
3628M: ionut@cs.columbia.edu
3629S: Maintained
3630
3631STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3632W: http://mosquitonet.Stanford.EDU/strip.html
3633S: Unsupported ?
3634
3635STRADIS MPEG-2 DECODER DRIVER
3636P: Nathan Laredo
3637M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638W: http://www.stradis.com/
3639S: Maintained
3640
3641SUPERH (sh)
3642P: Paul Mundt
3643M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003644L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646S: Maintained
3647
3648SUPERH64 (sh64)
3649P: Paul Mundt
3650M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651L: linuxsh-shmedia-dev@lists.sourceforge.net
3652W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653S: Maintained
3654
3655SUN3/3X
3656P: Sam Creasey
3657M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658W: http://sammy.net/sun3/
3659S: Maintained
3660
3661SVGA HANDLING
3662P: Martin Mares
3663M: mj@ucw.cz
3664L: linux-video@atrey.karlin.mff.cuni.cz
3665S: Maintained
3666
3667SYSV FILESYSTEM
3668P: Christoph Hellwig
3669M: hch@infradead.org
3670S: Maintained
3671
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003672TC CLASSIFIER
3673P: Jamal Hadi Salim
3674M: hadi@cyberus.ca
3675L: netdev@vger.kernel.org
3676S: Maintained
3677
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003678TCP LOW PRIORITY MODULE
3679P: Wong Hoi Sing, Edison
3680M: hswong3i@gmail.com
3681P: Hung Hing Lun, Mike
3682M: hlhung3i@gmail.com
3683W: http://tcp-lp-mod.sourceforge.net/
3684S: Maintained
3685
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003686TEHUTI ETHERNET DRIVER
3687P: Alexander Indenbaum
3688M: baum@tehutinetworks.net
3689P: Andy Gospodarek
3690M: andy@greyhouse.net
3691L: netdev@vger.kernel.org
3692S: Supported
3693
Alex Dubov4020f2d2006-10-04 02:15:37 -07003694TI FLASH MEDIA INTERFACE DRIVER
3695P: Alex Dubov
3696M: oakad@yahoo.com
3697S: Maintained
3698
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003699TI OMAP MMC INTERFACE DRIVER
3700P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003701M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003702W: http://linux.omap.com
3703W: http://www.muru.com/linux/omap/
3704S: Maintained
3705
Michael Buesch844dd052006-06-26 00:24:59 -07003706TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3707P: Deepak Saxena
3708M: dsaxena@plexity.net
3709S: Maintained
3710
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003711TASKSTATS STATISTICS INTERFACE
3712P: Shailabh Nagar
3713M: nagar@watson.ibm.com
3714L: linux-kernel@vger.kernel.org
3715S: Maintained
3716
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003718P: Romain Lievin
3719M: roms@lpg.ticalc.org
3720S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721
Per Lidene86eaa32006-01-12 16:45:18 +01003722TIPC NETWORK LAYER
3723P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003724M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003725P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003726M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003727P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003728M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003729L: tipc-discussion@lists.sourceforge.net
3730W: http://tipc.sourceforge.net/
3731W: http://tipc.cslab.ericsson.net/
3732T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3733S: Maintained
3734
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735TLAN NETWORK DRIVER
3736P: Samuel Chessman
3737M: chessman@tux.org
3738L: tlan-devel@lists.sourceforge.net
3739W: http://sourceforge.net/projects/tlan/
3740S: Maintained
3741
3742TOKEN-RING NETWORK DRIVER
3743P: Mike Phillips
3744M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003745L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746L: linux-tr@linuxtr.net
3747W: http://www.linuxtr.net
3748S: Maintained
3749
3750TOSHIBA ACPI EXTRAS DRIVER
3751P: John Belmonte
3752M: toshiba_acpi@memebeam.org
3753W: http://memebeam.org/toys/ToshibaAcpiDriver
3754S: Maintained
3755
3756TOSHIBA SMM DRIVER
3757P: Jonathan Buzzard
3758M: jonathan@buzzard.org.uk
3759L: tlinux-users@tce.toshiba-dme.co.jp
3760W: http://www.buzzard.org.uk/toshiba/
3761S: Maintained
3762
3763TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3764P: Muli Ben-Yehuda
3765M: mulix@mulix.org
3766L: linux-kernel@vger.kernel.org
3767S: Maintained
3768
3769TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003770P: Adrian Bunk
3771M: trivial@kernel.org
3772L: linux-kernel@vger.kernel.org
3773W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3774T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3775S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776
3777TMS380 TOKEN-RING NETWORK DRIVER
3778P: Adam Fritzler
3779M: mid@auk.cx
3780L: linux-tr@linuxtr.net
3781W: http://www.auk.cx/tms380tr/
3782S: Maintained
3783
3784TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785L: tulip-users@lists.sourceforge.net
3786W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003787S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788
3789TUN/TAP driver
3790P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003791M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792L: vtun@office.satix.net
3793W: http://vtun.sourceforge.net/tun
3794S: Maintained
3795
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003796TURBOCHANNEL SUBSYSTEM
3797P: Maciej W. Rozycki
3798M: macro@linux-mips.org
3799S: Maintained
3800
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801U14-34F SCSI DRIVER
3802P: Dario Ballabio
3803M: ballabio_dario@emc.com
3804L: linux-scsi@vger.kernel.org
3805S: Maintained
3806
3807UDF FILESYSTEM
3808P: Ben Fennema
3809M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810W: http://linux-udf.sourceforge.net
3811S: Maintained
3812
3813UNIFORM CDROM DRIVER
3814P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003815M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816L: linux-kernel@vger.kernel.org
3817W: http://www.kernel.dk
3818S: Maintained
3819
3820USB ACM DRIVER
3821P: Oliver Neukum
3822M: oliver@neukum.name
3823L: linux-usb-users@lists.sourceforge.net
3824L: linux-usb-devel@lists.sourceforge.net
3825S: Maintained
3826
3827USB BLOCK DRIVER (UB ub)
3828P: Pete Zaitcev
3829M: zaitcev@redhat.com
3830L: linux-kernel@vger.kernel.org
3831L: linux-usb-devel@lists.sourceforge.net
3832S: Supported
3833
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834USB CDC ETHERNET DRIVER
3835P: Greg Kroah-Hartman
3836M: greg@kroah.com
3837L: linux-usb-users@lists.sourceforge.net
3838L: linux-usb-devel@lists.sourceforge.net
3839S: Maintained
3840W: http://www.kroah.com/linux-usb/
3841
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003842USB DAVICOM DM9601 DRIVER
3843P: Peter Korsgaard
3844M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003845L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003846W: http://www.linux-usb.org/usbnet
3847S: Maintained
3848
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849USB EHCI DRIVER
3850P: David Brownell
3851M: dbrownell@users.sourceforge.net
3852L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003853S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854
Luca Risolia7ce08c92006-01-11 02:06:59 +00003855USB ET61X[12]51 DRIVER
3856P: Luca Risolia
3857M: luca.risolia@studio.unibo.it
3858L: linux-usb-devel@lists.sourceforge.net
3859L: video4linux-list@redhat.com
3860W: http://www.linux-projects.org
3861S: Maintained
3862
David Brownell69ae9e32006-11-14 02:03:31 -08003863USB GADGET/PERIPHERAL SUBSYSTEM
3864P: David Brownell
3865M: dbrownell@users.sourceforge.net
3866L: linux-usb-devel@lists.sourceforge.net
3867W: http://www.linux-usb.org/gadget
3868S: Maintained
3869
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003870USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003871P: Jiri Kosina
3872M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003874T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875S: Maintained
3876
3877USB HUB DRIVER
3878P: Johannes Erdfelt
3879M: johannes@erdfelt.com
3880L: linux-usb-users@lists.sourceforge.net
3881L: linux-usb-devel@lists.sourceforge.net
3882S: Maintained
3883
Olav Kongas959eea22005-11-03 17:38:14 +02003884USB ISP116X DRIVER
3885P: Olav Kongas
3886M: ok@artecdesign.ee
3887L: linux-usb-devel@lists.sourceforge.net
3888S: Maintained
3889
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890USB KAWASAKI LSI DRIVER
3891P: Oliver Neukum
3892M: oliver@neukum.name
3893L: linux-usb-users@lists.sourceforge.net
3894L: linux-usb-devel@lists.sourceforge.net
3895S: Maintained
3896
3897USB MASS STORAGE DRIVER
3898P: Matthew Dharm
3899M: mdharm-usb@one-eyed-alien.net
3900L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003901L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902S: Maintained
3903W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3904
3905USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003906P: David Brownell
3907M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908L: linux-usb-users@lists.sourceforge.net
3909L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003910S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911
Matthias Urlichsba460e42005-07-14 00:33:47 -07003912USB OPTION-CARD DRIVER
3913P: Matthias Urlichs
3914M: smurf@smurf.noris.de
3915L: linux-usb-devel@lists.sourceforge.net
3916S: Maintained
3917
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918USB OV511 DRIVER
3919P: Mark McClelland
3920M: mmcclell@bigfoot.com
3921L: linux-usb-users@lists.sourceforge.net
3922L: linux-usb-devel@lists.sourceforge.net
3923W: http://alpha.dyndns.org/ov511/
3924S: Maintained
3925
3926USB PEGASUS DRIVER
3927P: Petko Manolov
3928M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003929L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003930L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931W: http://pegasus2.sourceforge.net/
3932S: Maintained
3933
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003934USB PRINTER DRIVER (usblp)
3935P: Pete Zaitcev
3936M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937L: linux-usb-users@lists.sourceforge.net
3938L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003939S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940
3941USB RTL8150 DRIVER
3942P: Petko Manolov
3943M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003945L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946W: http://pegasus2.sourceforge.net/
3947S: Maintained
3948
3949USB SE401 DRIVER
3950P: Jeroen Vreeken
3951M: pe1rxq@amsat.org
3952L: linux-usb-users@lists.sourceforge.net
3953L: linux-usb-devel@lists.sourceforge.net
3954W: http://www.chello.nl/~j.vreeken/se401/
3955S: Maintained
3956
3957USB SERIAL CYBERJACK DRIVER
3958P: Matthias Bruestle and Harald Welte
3959M: support@reiner-sct.com
3960W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3961S: Maintained
3962
3963USB SERIAL DIGI ACCELEPORT DRIVER
3964P: Peter Berger and Al Borchers
3965M: pberger@brimson.com
3966M: alborchers@steinerpoint.com
3967L: linux-usb-users@lists.sourceforge.net
3968L: linux-usb-devel@lists.sourceforge.net
3969S: Maintained
3970
3971USB SERIAL DRIVER
3972P: Greg Kroah-Hartman
3973M: gregkh@suse.de
3974L: linux-usb-users@lists.sourceforge.net
3975L: linux-usb-devel@lists.sourceforge.net
3976S: Supported
3977
3978USB SERIAL BELKIN F5U103 DRIVER
3979P: William Greathouse
3980M: wgreathouse@smva.com
3981L: linux-usb-users@lists.sourceforge.net
3982L: linux-usb-devel@lists.sourceforge.net
3983S: Maintained
3984
3985USB SERIAL CYPRESS M8 DRIVER
3986P: Lonnie Mendez
3987M: dignome@gmail.com
3988L: linux-usb-users@lists.sourceforge.net
3989L: linux-usb-devel@lists.sourceforge.net
3990S: Maintained
3991W: http://geocities.com/i0xox0i
3992W: http://firstlight.net/cvs
3993
3994USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3995L: linux-usb-users@lists.sourceforge.net
3996L: linux-usb-devel@lists.sourceforge.net
3997S: Maintained
3998
3999USB AUERSWALD DRIVER
4000P: Wolfgang Muees
4001M: wolfgang@iksw-muees.de
4002L: linux-usb-users@lists.sourceforge.net
4003L: linux-usb-devel@lists.sourceforge.net
4004S: Maintained
4005
4006USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4007P: Gary Brubaker
4008M: xavyer@ix.netcom.com
4009L: linux-usb-users@lists.sourceforge.net
4010L: linux-usb-devel@lists.sourceforge.net
4011S: Maintained
4012
4013USB SERIAL KEYSPAN DRIVER
4014P: Greg Kroah-Hartman
4015M: greg@kroah.com
4016L: linux-usb-users@lists.sourceforge.net
4017L: linux-usb-devel@lists.sourceforge.net
4018W: http://www.kroah.com/linux/
4019S: Maintained
4020
4021USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004022P: Support Department
4023M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024L: linux-usb-users@lists.sourceforge.net
4025L: linux-usb-devel@lists.sourceforge.net
4026W: http://www.connecttech.com
4027S: Supported
4028
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004029USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030P: Luca Risolia
4031M: luca.risolia@studio.unibo.it
4032L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004033L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034W: http://www.linux-projects.org
4035S: Maintained
4036
4037USB SUBSYSTEM
4038P: Greg Kroah-Hartman
4039M: gregkh@suse.de
4040L: linux-usb-users@lists.sourceforge.net
4041L: linux-usb-devel@lists.sourceforge.net
4042W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004043T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044S: Supported
4045
4046USB UHCI DRIVER
4047P: Alan Stern
4048M: stern@rowland.harvard.edu
4049L: linux-usb-users@lists.sourceforge.net
4050L: linux-usb-devel@lists.sourceforge.net
4051S: Maintained
4052
David Brownell69ae9e32006-11-14 02:03:31 -08004053USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054P: David Brownell
4055M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004056L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004057W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058S: Maintained
4059
4060USB W996[87]CF DRIVER
4061P: Luca Risolia
4062M: luca.risolia@studio.unibo.it
4063L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004064L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065W: http://www.linux-projects.org
4066S: Maintained
4067
Luca Risolia60f78052006-02-06 16:29:35 +00004068USB ZC0301 DRIVER
4069P: Luca Risolia
4070M: luca.risolia@studio.unibo.it
4071L: linux-usb-devel@lists.sourceforge.net
4072L: video4linux-list@redhat.com
4073W: http://www.linux-projects.org
4074S: Maintained
4075
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076USB ZD1201 DRIVER
4077P: Jeroen Vreeken
4078M: pe1rxq@amsat.org
4079L: linux-usb-users@lists.sourceforge.net
4080L: linux-usb-devel@lists.sourceforge.net
4081W: http://linux-lc100020.sourceforge.net
4082S: Maintained
4083
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004084USB ZR364XX DRIVER
4085P: Antoine Jacquet
4086M: royale@zerezo.com
4087L: linux-usb-devel@lists.sourceforge.net
4088L: video4linux-list@redhat.com
4089W: http://royale.zerezo.com/zr364xx/
4090S: Maintained
4091
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092USER-MODE LINUX
4093P: Jeff Dike
4094M: jdike@karaya.com
4095L: user-mode-linux-devel@lists.sourceforge.net
4096L: user-mode-linux-user@lists.sourceforge.net
4097W: http://user-mode-linux.sourceforge.net
4098S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004099
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100FAT/VFAT/MSDOS FILESYSTEM:
4101P: OGAWA Hirofumi
4102M: hirofumi@mail.parknet.co.jp
4103L: linux-kernel@vger.kernel.org
4104S: Maintained
4105
4106VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4107P: Jeff Garzik
4108S: Odd fixes
4109
4110VIA RHINE NETWORK DRIVER
4111P: Roger Luethi
4112M: rl@hellgate.ch
4113S: Maintained
4114
Jean Delvare32c0a522005-09-22 21:47:58 +02004115VIAPRO SMBUS DRIVER
4116P: Jean Delvare
4117M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004118L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004119S: Maintained
4120
Francois Romieu01f20732007-01-26 00:57:17 -08004121VIA VELOCITY NETWORK DRIVER
4122P: Francois Romieu
4123M: romieu@fr.zoreil.com
4124L: netdev@vger.kernel.org
4125S: Maintained
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127UCLINUX (AND M68KNOMMU)
4128P: Greg Ungerer
4129M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004131L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132S: Maintained
4133
4134UCLINUX FOR NEC V850
4135P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136
4137UCLINUX FOR RENESAS H8/300
4138P: Yoshinori Sato
4139M: ysato@users.sourceforge.jp
4140W: http://uclinux-h8.sourceforge.jp/
4141S: Supported
4142
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004143UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004144P: Evgeniy Dushistov
4145M: dushistov@mail.ru
4146L: linux-kernel@vger.kernel.org
4147S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004148
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149USB DIAMOND RIO500 DRIVER
4150P: Cesar Miquel
4151M: miquel@df.uba.ar
4152L: rio500-users@lists.sourceforge.net
4153W: http://rio500.sourceforge.net
4154S: Maintained
4155
4156VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004157P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004158M: mchehab@infradead.org
4159M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004161W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004162T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004163S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164
Juerg Haefligerab413192006-09-24 20:54:04 +02004165VT1211 HARDWARE MONITOR DRIVER
4166P: Juerg Haefliger
4167M: juergh@gmail.com
4168L: lm-sensors@lm-sensors.org
4169S: Maintained
4170
Roger Lucas1de9e372005-11-26 20:20:05 +01004171VT8231 HARDWARE MONITOR DRIVER
4172P: Roger Lucas
4173M: roger@planbit.co.uk
4174L: lm-sensors@lm-sensors.org
4175S: Maintained
4176
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177W1 DALLAS'S 1-WIRE BUS
4178P: Evgeniy Polyakov
4179M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180S: Maintained
4181
Charles Spirakis13927072006-07-05 18:05:15 +02004182W83791D HARDWARE MONITORING DRIVER
4183P: Charles Spirakis
4184M: bezaur@gmail.com
4185L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004186S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004187
Rudolf Marek61db0112006-12-12 18:18:30 +01004188W83793 HARDWARE MONITORING DRIVER
4189P: Rudolf Marek
4190M: r.marek@assembler.cz
4191L: lm-sensors@lm-sensors.org
4192S: Maintained
4193
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194W83L51xD SD/MMC CARD INTERFACE DRIVER
4195P: Pierre Ossman
4196M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004197L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198W: http://projects.drzeus.cx/wbsd
4199S: Maintained
4200
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004201WATCHDOG DEVICE DRIVERS
4202P: Wim Van Sebroeck
4203M: wim@iguana.be
4204T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4205S: Maintained
4206
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4208P: Jean Tourrilhes
4209M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004210L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4212S: Maintained
4213
4214WD7000 SCSI DRIVER
4215P: Miroslav Zagorac
4216M: zaga@fly.cc.fer.hr
4217L: linux-scsi@vger.kernel.org
4218S: Maintained
4219
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004220WISTRON LAPTOP BUTTON DRIVER
4221P: Miloslav Trmac
4222M: mitr@volny.cz
4223S: Maintained
4224
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225WL3501 WIRELESS PCMCIA CARD DRIVER
4226P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004227M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004228L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004229W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230S: Maintained
4231
4232X.25 NETWORK LAYER
4233P: Henner Eisen
4234M: eis@baty.hanse.de
4235L: linux-x25@vger.kernel.org
4236S: Maintained
4237
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004238XEN HYPERVISOR INTERFACE
4239P: Jeremy Fitzhardinge
4240M: jeremy@xensource.com
4241P: Chris Wright
4242M: chrisw@sous-sol.org
4243L: virtualization@lists.osdl.org
4244L: xen-devel@lists.xensource.com
4245S: Supported
4246
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247XFS FILESYSTEM
4248P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004249P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004251L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004253T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254S: Supported
4255
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004256XILINX SYSTEMACE DRIVER
4257P: Grant Likely
4258M: grant.likely@secretlab.ca
4259W: http://www.secretlab.ca/
4260L: linux-kernel@vger.kernel.org
4261S: Maintained
4262
Peter Korsgaard238b8722006-12-06 20:35:17 -08004263XILINX UARTLITE SERIAL DRIVER
4264P: Peter Korsgaard
4265M: jacmet@sunsite.dk
4266L: linux-serial@vger.kernel.org
4267S: Maintained
4268
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004269X86 ARCHITECTURE (32-BIT AND 64-BIT)
4270P: Thomas Gleixner
4271M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272P: Ingo Molnar
4273M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004274P: H. Peter Anvin
4275M: hpa@zytor.com
4276L: linux-kernel@vger.kernel.org
4277T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278S: Maintained
4279
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280YAM DRIVER FOR AX.25
4281P: Jean-Paul Roubelat
4282M: jpr@f6fbb.org
4283L: linux-hams@vger.kernel.org
4284S: Maintained
4285
Henkaf64a5e2005-10-12 15:02:56 +02004286YEALINK PHONE DRIVER
4287P: Henk Vergonet
4288M: Henk.Vergonet@gmail.com
4289L: usbb2k-api-dev@nongnu.org
4290S: Maintained
4291
Linus Torvalds1da177e2005-04-16 15:20:36 -07004292Z8530 DRIVER FOR AX.25
4293P: Joerg Reuter
4294M: jreuter@yaina.de
4295W: http://yaina.de/jreuter/
4296W: http://www.qsl.net/dl1bke/
4297L: linux-hams@vger.kernel.org
4298S: Maintained
4299
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004300ZD1211RW WIRELESS DRIVER
4301P: Daniel Drake
4302M: dsd@gentoo.org
4303P: Ulrich Kunitz
4304M: kune@deine-taler.de
4305W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004306L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004307L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4308S: Maintained
4309
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310ZF MACHZ WATCHDOG
4311P: Fernando Fuganti
4312M: fuganti@netbank.com.br
4313W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4314S: Maintained
4315
4316ZR36067 VIDEO FOR LINUX DRIVER
4317P: Ronald Bultje
4318M: rbultje@ronald.bitfreak.net
4319L: mjpeg-users@lists.sourceforge.net
4320W: http://mjpeg.sourceforge.net/driver-zoran/
4321S: Maintained
4322
4323ZR36120 VIDEO FOR LINUX DRIVER
4324P: Pauline Middelink
4325M: middelin@polyware.nl
4326W: http://www.polyware.nl/~middelin/En/hobbies.html
4327W: http://www.polyware.nl/~middelin/hobbies.html
4328S: Maintained
4329
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004330ZS DECSTATION Z85C30 SERIAL DRIVER
4331P: Maciej W. Rozycki
4332M: macro@linux-mips.org
4333S: Maintained
4334
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335THE REST
4336P: Linus Torvalds
4337S: Buried alive in reporters