blob: 0fdb8a50b92158f0997990f612d16c861b6085c3 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300AEDSP16 DRIVER
301P: Riccardo Facchetti
302M: fizban@tin.it
303S: Maintained
304
305AFFS FILE SYSTEM
306P: Roman Zippel
307M: zippel@linux-m68k.org
308S: Maintained
309
310AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400311P: David Airlie
312M: airlied@linux.ie
313T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314S: Maintained
315
316AHA152X SCSI DRIVER
317P: Juergen E. Fischer
318M: Juergen Fischer <fischer@norbit.de>
319L: linux-scsi@vger.kernel.org
320S: Maintained
321
322ALCATEL SPEEDTOUCH USB DRIVER
323P: Duncan Sands
324M: duncan.sands@free.fr
325L: linux-usb-users@lists.sourceforge.net
326L: linux-usb-devel@lists.sourceforge.net
327W: http://www.linux-usb.org/SpeedTouch/
328S: Maintained
329
Pierre Ossman272f1332007-05-14 21:25:26 +0200330ALCHEMY AU1XX0 MMC DRIVER
331S: Orphan
332
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000333ALI1563 I2C DRIVER
334P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100335M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200336L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000337S: Maintained
338
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339ALPHA PORT
340P: Richard Henderson
341M: rth@twiddle.net
342S: Odd Fixes for 2.4; Maintained for 2.6.
343P: Ivan Kokshaysky
344M: ink@jurassic.park.msu.ru
345S: Maintained for 2.4; PCI support for 2.6.
346
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700347AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
348P: Thomas Dahlmann
349M: thomas.dahlmann@amd.com
350L: info-linux@geode.amd.com
351S: Supported
352
Jordan Crousef90b8112006-01-06 00:12:14 -0800353AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100354P: Jordan Crouse
355M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800356L: info-linux@geode.amd.com
357W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
358S: Supported
359
Stelian Pop284f42b2006-12-12 18:18:31 +0100360AMS (Apple Motion Sensor) DRIVER
361P: Stelian Pop
362M: stelian@popies.net
363P: Michael Hanselmann
364M: linux-kernel@hansmi.ch
365S: Supported
366
Tom Tuckerf94b5332006-09-22 15:22:48 -0700367AMSO1100 RNIC DRIVER
368P: Tom Tucker
369M: tom@opengridcomputing.com
370P: Steve Wise
371M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700372L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700373S: Maintained
374
Johannes Berg42269062006-07-25 16:15:50 +0200375AOA (Apple Onboard Audio) ALSA DRIVER
376P: Johannes Berg
377M: johannes@sipsolutions.net
378L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200379L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200380S: Maintained
381
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382APM DRIVER
383P: Stephen Rothwell
384M: sfr@canb.auug.org.au
385L: linux-laptop@vger.kernel.org
386W: http://www.canb.auug.org.au/~sfr/
387S: Supported
388
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700389APPLE SMC DRIVER
390P: Nicolas Boichat
391M: nicolas@boichat.ch
392L: mactel-linux-devel@lists.sourceforge.net
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395APPLETALK NETWORK LAYER
396P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300397M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398S: Maintained
399
Jaya Kumar1154ea72005-06-21 17:17:04 -0700400ARC FRAMEBUFFER DRIVER
401P: Jaya Kumar
402M: jayalk@intworks.biz
403S: Maintained
404
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405ARM MFM AND FLOPPY DRIVERS
406P: Ian Molton
407M: spyro@f2s.com
408S: Maintained
409
Russell King2761f5c2007-05-24 06:56:08 +0200410ARM PRIMECELL MMCI PL180/1 DRIVER
411P: Russell King
412M: rmk@arm.linux.org.uk
413L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
414S: Maintained
415
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800416ARM/ADI ROADRUNNER MACHINE SUPPORT
417P: Lennert Buytenhek
418M: kernel@wantstofly.org
419L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
420S: Maintained
421
422ARM/ADS SPHERE MACHINE SUPPORT
423P: Lennert Buytenhek
424M: kernel@wantstofly.org
425L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
426S: Maintained
427
428ARM/AJECO 1ARM MACHINE SUPPORT
429P: Lennert Buytenhek
430M: kernel@wantstofly.org
431L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
432S: Maintained
433
Andrew Victord4a89c72006-12-04 13:56:21 +0100434ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
435P: Andrew Victor
436M: andrew@sanpeople.com
437L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
438W: http://maxim.org.za/at91_26.html
439S: Maintained
440
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800441ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
442P: Lennert Buytenhek
443M: kernel@wantstofly.org
444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445S: Maintained
446
447ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
448P: Lennert Buytenhek
449M: kernel@wantstofly.org
450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451S: Maintained
452
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453ARM/CORGI MACHINE SUPPORT
454P: Richard Purdie
455M: rpurdie@rpsys.net
456S: Maintained
457
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800458ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100464ARM/HP JORNADA 7XX MACHINE SUPPORT
465P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100466M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100467W: www.jlime.com
468S: Maintained
469
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800470ARM/INTEL IOP32X ARM ARCHITECTURE
471P: Lennert Buytenhek
472M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100473P: Dan Williams
474M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100476S: Supported
477
478ARM/INTEL IOP33X ARM ARCHITECTURE
479P: Dan Williams
480M: dan.j.williams@intel.com
481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
482S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800483
484ARM/INTEL IOP13XX ARM ARCHITECTURE
485P: Lennert Buytenhek
486M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100487P: Dan Williams
488M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100490S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800491
492ARM/INTEL IQ81342EX MACHINE SUPPORT
493P: Lennert Buytenhek
494M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100495P: Dan Williams
496M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100498S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800499
500ARM/INTEL IXP2000 ARM ARCHITECTURE
501P: Lennert Buytenhek
502M: kernel@wantstofly.org
503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504S: Maintained
505
506ARM/INTEL IXDP2850 MACHINE SUPPORT
507P: Lennert Buytenhek
508M: kernel@wantstofly.org
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
512ARM/INTEL IXP23XX ARM ARCHITECTURE
513P: Lennert Buytenhek
514M: kernel@wantstofly.org
515L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
516S: Maintained
517
518ARM/INTEL XSC3 (MANZANO) ARM CORE
519P: Lennert Buytenhek
520M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100521P: Dan Williams
522M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800523L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100524S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800525
526ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
527P: Lennert Buytenhek
528M: kernel@wantstofly.org
529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
530S: Maintained
531
532ARM/LOGICPD PXA270 MACHINE SUPPORT
533P: Lennert Buytenhek
534M: kernel@wantstofly.org
535L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
536S: Maintained
537
Dirk Opfer8459c152005-11-06 14:27:52 +0000538ARM/TOSA MACHINE SUPPORT
539P: Dirk Opfer
540M: dirk@opfer-online.de
541S: Maintained
542
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543ARM/PLEB SUPPORT
544P: Peter Chubb
545M: pleb@gelato.unsw.edu.au
546W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
547S: Maintained
548
549ARM/PT DIGITAL BOARD PORT
550P: Stefan Eletzhofer
551M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553W: http://www.arm.linux.org.uk/
554S: Maintained
555
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800556ARM/RADISYS ENP2611 MACHINE SUPPORT
557P: Lennert Buytenhek
558M: kernel@wantstofly.org
559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
560S: Maintained
561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562ARM/SHARK MACHINE SUPPORT
563P: Alexander Schulz
564M: alex@shark-linux.de
565W: http://www.shark-linux.de/shark.html
566S: Maintained
567
568ARM/STRONGARM110 PORT
569P: Russell King
570M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572W: http://www.arm.linux.org.uk/
573S: Maintained
574
575ARM/S3C2410 ARM ARCHITECTURE
576P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800577M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579W: http://www.fluff.org/ben/linux/
580S: Maintained
581
582ARM/S3C2440 ARM ARCHITECTURE
583P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800584M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586W: http://www.fluff.org/ben/linux/
587S: Maintained
588
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800589ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593S: Maintained
594
595ARM/THECUS N2100 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601ARPD SUPPORT
602P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700603L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604S: Maintained
605
606ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500607P: Corentin Chary
608M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609P: Karol Kozimor
610M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611L: acpi4asus-user@lists.sourceforge.net
612W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500613W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614S: Maintained
615
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400616ASUS ASB100 HARDWARE MONITOR DRIVER
617P: Mark M. Hoffman
618M: mhoffman@lightlink.com
619L: lm-sensors@lm-sensors.org
620S: Maintained
621
Corentin Chary85091b72007-01-26 14:04:30 +0100622ASUS LAPTOP EXTRAS DRIVER
623P: Corentin Chary
624M: corentincj@iksaif.net
625L: acpi4asus-user@lists.sourceforge.net
626W: http://sourceforge.net/projects/acpi4asus
627W: http://xf.iksaif.net/acpi4asus
628S: Maintained
629
Dan Williamsb3e5f262007-08-07 10:26:35 -0700630ASYNCHRONOUS TRANSFERS/TRANSFORMS API
631P: Dan Williams
632M: dan.j.williams@intel.com
633P: Shannon Nelson
634M: shannon.nelson@intel.com
635L: linux-kernel@vger.kernel.org
636W: http://sourceforge.net/projects/xscaleiop
637S: Supported
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639ATA OVER ETHERNET DRIVER
640P: Ed L. Cashin
641M: ecashin@coraid.com
642W: http://www.coraid.com/support/linux
643S: Supported
644
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600645ATL1 ETHERNET DRIVER
646P: Jay Cliburn
647M: jcliburn@gmail.com
648P: Chris Snook
649M: csnook@redhat.com
650L: atl1-devel@lists.sourceforge.net
651W: http://sourceforge.net/projects/atl1
652W: http://atl1.sourceforge.net
653S: Maintained
654
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655ATM
656P: Chas Williams
657M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700658L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659W: http://linux-atm.sourceforge.net
660S: Maintained
661
Pierre Ossman272f1332007-05-14 21:25:26 +0200662ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200663P: Nicolas Ferre
664M: nicolas.ferre@rfo.atmel.com
665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
666W: http://www.atmel.com/products/AT91/
667W: http://www.at91.com/
668S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200669
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100670ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100671P: Haavard Skinnemoen
672M: hskinnemoen@atmel.com
673S: Supported
674
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800675ATMEL SPI DRIVER
676P: Haavard Skinnemoen
677M: hskinnemoen@atmel.com
678S: Supported
679
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700680ATMEL USBA UDC DRIVER
681P: Haavard Skinnemoen
682M: hskinnemoen@atmel.com
683L: kernel@avr32linux.org
684W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
685S: Supported
686
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687ATMEL WIRELESS DRIVER
688P: Simon Kelley
689M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700690L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691W: http://www.thekelleys.org.uk/atmel
692W: http://atmelwlandriver.sourceforge.net/
693S: Maintained
694
Chris Wrighta92b7b82005-07-07 18:12:23 -0700695AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100696P: David Woodhouse
697M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700698L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100699W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800700T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700701S: Maintained
702
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800703AUXILIARY DISPLAY DRIVERS
704P: Miguel Ojeda Sandonis
705M: maxextreme@gmail.com
706L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700707W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800708S: Maintained
709
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700710AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700711P: Haavard Skinnemoen
712M: hskinnemoen@atmel.com
713W: http://www.atmel.com/products/AVR32/
714W: http://avr32linux.org/
715W: http://avrfreaks.net/
716S: Supported
717
718AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700719P: Haavard Skinnemoen
720M: hskinnemoen@atmel.com
721S: Supported
722
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723AX.25 NETWORK LAYER
724P: Ralf Baechle
725M: ralf@linux-mips.org
726L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200727W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728S: Maintained
729
Richard Purdie300abeb2007-02-07 22:21:07 +0000730BACKLIGHT CLASS/SUBSYSTEM
731P: Richard Purdie
732M: rpurdie@rpsys.net
733S: Maintained
734
Bryan Wu1394f032007-05-06 14:50:22 -0700735BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800736P: Bryan Wu
737M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800738L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
739W: http://blackfin.uclinux.org
740S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700741
Bryan Wue190d6b2007-07-17 14:43:44 +0800742BLACKFIN EMAC DRIVER
743P: Bryan Wu
744M: bryan.wu@analog.com
745L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
746W: http://blackfin.uclinux.org
747S: Supported
748
Mike Frysinger566da5b2007-06-11 15:31:30 +0800749BLACKFIN RTC DRIVER
750P: Mike Frysinger
751M: michael.frysinger@analog.com
752M: vapier.adi@gmail.com
753L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
754W: http://blackfin.uclinux.org
755S: Supported
756
Bryan Wu1394f032007-05-06 14:50:22 -0700757BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800758P: Aubrey Li
759M: aubrey.li@analog.com
760L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
761W: http://blackfin.uclinux.org
762S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700763
Bryan Wu1e6d3202007-07-15 02:50:02 +0800764BLACKFIN WATCHDOG DRIVER
765P: Mike Frysinger
766M: michael.frysinger@analog.com
767M: vapier.adi@gmail.com
768L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
769W: http://blackfin.uclinux.org
770S: Supported
771
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772BAYCOM/HDLCDRV DRIVERS FOR AX.25
773P: Thomas Sailer
774M: t.sailer@alumni.ethz.ch
775L: linux-hams@vger.kernel.org
776W: http://www.baycom.org/~tom/ham/ham.html
777S: Maintained
778
Michael Buesche4d6b792007-09-18 15:39:42 -0400779B43 WIRELESS DRIVER
780P: Michael Buesch
781M: mb@bu3sch.de
782P: Stefano Brivio
783M: st3@riseup.net
784L: linux-wireless@vger.kernel.org
785W: http://bcm43xx.berlios.de/
786S: Maintained
787
Larry Finger75388ac2007-09-25 16:46:54 -0700788B43LEGACY WIRELESS DRIVER
789P: Larry Finger
790M: Larry.Finger@lwfinger.net
791L: linux-wireless@vger.kernel.org
792W: http://bcm43xx.berlios.de/
793S: Maintained
794
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200795BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
796P: Larry Finger
797M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200798P: Stefano Brivio
799M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700800L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200801W: http://bcm43xx.berlios.de/
802S: Maintained
803
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804BEFS FILE SYSTEM
805P: Sergey S. Kostyliov
806M: rathamahata@php4.ru
807L: linux-kernel@vger.kernel.org
808S: Maintained
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810BFS FILE SYSTEM
811P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800812M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813L: linux-kernel@vger.kernel.org
814S: Maintained
815
Bryan Wud24ecfc2007-05-01 23:26:32 +0200816BLACKFIN I2C TWI DRIVER
817P: Sonic Zhang
818M: sonic.zhang@analog.com
819L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
820W: http://blackfin.uclinux.org/
821S: Supported
822
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823BLOCK LAYER
824P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200825M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800827T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828S: Maintained
829
830BLUETOOTH SUBSYSTEM
831P: Marcel Holtmann
832M: marcel@holtmann.org
833P: Maxim Krasnyansky
834M: maxk@qualcomm.com
835L: bluez-devel@lists.sf.net
836W: http://bluez.sf.net
837W: http://www.bluez.org
838W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800839T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840S: Maintained
841
842BLUETOOTH RFCOMM LAYER
843P: Marcel Holtmann
844M: marcel@holtmann.org
845P: Maxim Krasnyansky
846M: maxk@qualcomm.com
847S: Maintained
848
849BLUETOOTH BNEP LAYER
850P: Marcel Holtmann
851M: marcel@holtmann.org
852P: Maxim Krasnyansky
853M: maxk@qualcomm.com
854S: Maintained
855
856BLUETOOTH CMTP LAYER
857P: Marcel Holtmann
858M: marcel@holtmann.org
859S: Maintained
860
861BLUETOOTH HIDP LAYER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864S: Maintained
865
866BLUETOOTH HCI UART DRIVER
867P: Marcel Holtmann
868M: marcel@holtmann.org
869P: Maxim Krasnyansky
870M: maxk@qualcomm.com
871S: Maintained
872
873BLUETOOTH HCI USB DRIVER
874P: Marcel Holtmann
875M: marcel@holtmann.org
876P: Maxim Krasnyansky
877M: maxk@qualcomm.com
878S: Maintained
879
880BLUETOOTH HCI BCM203X DRIVER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883S: Maintained
884
885BLUETOOTH HCI BPA10X DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888S: Maintained
889
890BLUETOOTH HCI BFUSB DRIVER
891P: Marcel Holtmann
892M: marcel@holtmann.org
893S: Maintained
894
895BLUETOOTH HCI DTL1 DRIVER
896P: Marcel Holtmann
897M: marcel@holtmann.org
898S: Maintained
899
900BLUETOOTH HCI BLUECARD DRIVER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903S: Maintained
904
905BLUETOOTH HCI BT3C DRIVER
906P: Marcel Holtmann
907M: marcel@holtmann.org
908S: Maintained
909
910BLUETOOTH HCI BTUART DRIVER
911P: Marcel Holtmann
912M: marcel@holtmann.org
913S: Maintained
914
915BLUETOOTH HCI VHCI DRIVER
916P: Maxim Krasnyansky
917M: maxk@qualcomm.com
918S: Maintained
919
920BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100921P: Chad Tindel
922M: ctindel@users.sourceforge.net
923P: Jay Vosburgh
924M: fubar@us.ibm.com
925L: bonding-devel@lists.sourceforge.net
926W: http://sourceforge.net/projects/bonding/
927S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000929BROADBAND PROCESSOR ARCHITECTURE
930P: Arnd Bergmann
931M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100932L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400933W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000934S: Supported
935
Gary Zambrano39105892006-06-22 17:26:20 -0700936BROADCOM B44 10/100 ETHERNET DRIVER
937P: Gary Zambrano
938M: zambrano@broadcom.com
939L: netdev@vger.kernel.org
940S: Supported
941
Michael Chan948c51e2006-06-04 02:51:39 -0700942BROADCOM BNX2 GIGABIT ETHERNET DRIVER
943P: Michael Chan
944M: mchan@broadcom.com
945L: netdev@vger.kernel.org
946S: Supported
947
948BROADCOM TG3 GIGABIT ETHERNET DRIVER
949P: Michael Chan
950M: mchan@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200954BSG (block layer generic sg v4 driver)
955P: FUJITA Tomonori
956M: fujita.tomonori@lab.ntt.co.jp
957L: linux-scsi@vger.kernel.org
958S: Supported
959
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700961P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200962M: mchehab@infradead.org
963M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700965W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200966T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700967S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968
Jonathan Corbet77d51402007-03-22 19:44:17 -0300969CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
970P: Jonathan Corbet
971M: corbet@lwn.net
972L: video4linux-list@redhat.com
973S: Maintained
974
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200975CALGARY x86-64 IOMMU
976P: Muli Ben-Yehuda
977M: muli@il.ibm.com
978P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200979M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200980L: linux-kernel@vger.kernel.org
981L: discuss@x86-64.org
982S: Maintained
983
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800984CFAG12864B LCD DRIVER
985P: Miguel Ojeda Sandonis
986M: maxextreme@gmail.com
987L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700988W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800989S: Maintained
990
991CFAG12864BFB LCD FRAMEBUFFER DRIVER
992P: Miguel Ojeda Sandonis
993M: maxextreme@gmail.com
994L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700995W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800996S: Maintained
997
Johannes Berg704232c2007-04-23 12:20:05 -0700998CFG80211 and NL80211
999P: Johannes Berg
1000M: johannes@sipsolutions.net
1001L: linux-wireless@vger.kernel.org
1002S: Maintained
1003
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001004CHECKPATCH
1005P: Andy Whitcroft
1006M: apw@shadowen.org
1007P: Randy Dunlap
1008M: rdunlap@xenotime.net
1009P: Joel Schopp
1010M: jschopp@austin.ibm.com
1011S: Supported
1012
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013COMMON INTERNET FILE SYSTEM (CIFS)
1014P: Steve French
1015M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001016L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001018W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001019T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001020S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021
Joel Becker7063fbf2005-12-15 14:29:43 -08001022CONFIGFS
1023P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001024M: joel.becker@oracle.com
1025L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001026S: Supported
1027
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001028CIRRUS LOGIC EP93XX ETHERNET DRIVER
1029P: Lennert Buytenhek
1030M: kernel@wantstofly.org
1031L: netdev@vger.kernel.org
1032S: Maintained
1033
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034CIRRUS LOGIC GENERIC FBDEV DRIVER
1035P: Jeff Garzik
1036M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001037L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038S: Odd Fixes
1039
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001040CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1041P: Lennert Buytenhek
1042M: kernel@wantstofly.org
1043L: linux-usb-devel@lists.sourceforge.net
1044S: Maintained
1045
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1047P: Cirrus Logic Corporation (kernel 2.2 driver)
1048M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1049P: Nils Faerber (port to kernel 2.4)
1050M: Nils Faerber <nils@kernelconcepts.de>
1051S: Maintained
1052
1053CODA FILE SYSTEM
1054P: Jan Harkes
1055M: jaharkes@cs.cmu.edu
1056M: coda@cs.cmu.edu
1057L: codalist@coda.cs.cmu.edu
1058W: http://www.coda.cs.cmu.edu/
1059S: Maintained
1060
1061COMPACTPCI HOTPLUG CORE
1062P: Scott Murray
1063M: scottm@somanetworks.com
1064M: scott@spiteful.org
1065L: pcihpd-discuss@lists.sourceforge.net
1066S: Supported
1067
1068COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1069P: Scott Murray
1070M: scottm@somanetworks.com
1071M: scott@spiteful.org
1072L: pcihpd-discuss@lists.sourceforge.net
1073S: Supported
1074
1075COMPACTPCI HOTPLUG GENERIC DRIVER
1076P: Scott Murray
1077M: scottm@somanetworks.com
1078M: scott@spiteful.org
1079L: pcihpd-discuss@lists.sourceforge.net
1080S: Supported
1081
1082COMPUTONE INTELLIPORT MULTIPORT CARD
1083P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001084M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001086S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087
Simon Arlott949be0f2007-03-06 02:47:46 -08001088CONEXANT ACCESSRUNNER USB DRIVER
1089P: Simon Arlott
1090M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001091L: accessrunner-general@lists.sourceforge.net
1092W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001093S: Maintained
1094
Rudolf Marekbebe4672007-05-08 17:22:02 +02001095CORETEMP HARDWARE MONITORING DRIVER
1096P: Rudolf Marek
1097M: r.marek@assembler.cz
1098L: lm-sensors@lm-sensors.org
1099S: Maintained
1100
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101COSA/SRP SYNC SERIAL DRIVER
1102P: Jan "Yenya" Kasprzak
1103M: kas@fi.muni.cz
1104W: http://www.fi.muni.cz/~kas/cosa/
1105S: Maintained
1106
1107CPU FREQUENCY DRIVERS
1108P: Dave Jones
1109M: davej@codemonkey.org.uk
1110L: cpufreq@lists.linux.org.uk
1111W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001112T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113S: Maintained
1114
1115CPUID/MSR DRIVER
1116P: H. Peter Anvin
1117M: hpa@zytor.com
1118S: Maintained
1119
Paul Jacksoned90fb42005-09-27 21:45:37 -07001120CPUSETS
1121P: Paul Jackson
1122P: Simon Derr
1123M: pj@sgi.com
1124M: simon.derr@bull.net
1125L: linux-kernel@vger.kernel.org
1126W: http://www.bullopensource.org/cpuset/
1127S: Supported
1128
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001130W: http://sourceforge.net/projects/cramfs/
1131S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
1133CRIS PORT
1134P: Mikael Starvik
1135M: starvik@axis.com
1136L: dev-etrax@axis.com
1137W: http://developer.axis.com
1138S: Maintained
1139
1140CRYPTO API
1141P: Herbert Xu
1142M: herbert@gondor.apana.org.au
1143P: David S. Miller
1144M: davem@davemloft.net
1145L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001146T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147S: Maintained
1148
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001149CS5535 Audio ALSA driver
1150P: Jaya Kumar
1151M: jayakumar.alsa@gmail.com
1152S: Maintained
1153
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154CYBERPRO FB DRIVER
1155P: Russell King
1156M: rmk@arm.linux.org.uk
1157W: http://www.arm.linux.org.uk/
1158S: Maintained
1159
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001160CYBLAFB FRAMEBUFFER DRIVER
1161P: Knut Petersen
1162M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001163L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001164S: Maintained
1165
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166CYCLADES 2X SYNC CARD DRIVER
1167P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001168M: acme@ghostprotocols.net
1169W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170S: Maintained
1171
1172CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001174S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175
1176CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001178S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180DAMA SLAVE for AX.25
1181P: Joerg Reuter
1182M: jreuter@yaina.de
1183W: http://yaina.de/jreuter/
1184W: http://www.qsl.net/dl1bke/
1185L: linux-hams@vger.kernel.org
1186S: Maintained
1187
1188DC395x SCSI driver
1189P: Oliver Neukum
1190M: oliver@neukum.name
1191P: Ali Akcaagac
1192M: aliakc@web.de
1193P: Jamie Lenehan
1194M: lenehan@twibble.org
1195W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001196L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197L: http://lists.twibble.org/mailman/listinfo/dc395x/
1198S: Maintained
1199
1200DC390/AM53C974 SCSI driver
1201P: Kurt Garloff
1202M: garloff@suse.de
1203W: http://www.garloff.de/kurt/linux/dc390/
1204P: Guennadi Liakhovetski
1205M: g.liakhovetski@gmx.de
1206S: Maintained
1207
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001208DCCP PROTOCOL
1209P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001210M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001211L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001212W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001213S: Maintained
1214
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215DECnet NETWORK LAYER
1216P: Patrick Caulfield
1217M: patrick@tykepenguin.com
1218W: http://linux-decnet.sourceforge.net
1219L: linux-decnet-user@lists.sourceforge.net
1220S: Maintained
1221
1222DEFXX FDDI NETWORK DRIVER
1223P: Maciej W. Rozycki
1224M: macro@linux-mips.org
1225S: Maintained
1226
1227DELL LAPTOP SMM DRIVER
1228P: Massimo Dal Zotto
1229M: dz@debian.org
1230W: http://www.debian.org/~dz/i8k/
1231S: Maintained
1232
Doug Warzecha90563ec2005-09-06 15:17:15 -07001233DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1234P: Doug Warzecha
1235M: Douglas_Warzecha@dell.com
1236S: Maintained
1237
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001238DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239P: Alasdair Kergon
1240L: dm-devel@redhat.com
1241W: http://sources.redhat.com/dm
1242S: Maintained
1243
1244DEVICE NUMBER REGISTRY
1245P: Torben Mathiasen
1246M: device@lanana.org
1247W: http://lanana.org/docs/device-list/index.html
1248L: linux-kernel@vger.kernel.org
1249S: Maintained
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251DIGI INTL. EPCA DRIVER
1252P: Digi International, Inc
1253M: Eng.Linux@digi.com
1254L: Eng.Linux@digi.com
1255W: http://www.digi.com
1256S: Orphaned
1257
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258DIRECTORY NOTIFICATION
1259P: Stephen Rothwell
1260M: sfr@canb.auug.org.au
1261L: linux-kernel@vger.kernel.org
1262S: Supported
1263
1264DISK GEOMETRY AND PARTITION HANDLING
1265P: Andries Brouwer
1266M: aeb@cwi.nl
1267W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1268W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1269W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1270S: Maintained
1271
1272DISKQUOTA:
1273P: Jan Kara
1274M: jack@suse.cz
1275L: linux-kernel@vger.kernel.org
1276S: Maintained
1277
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001278DISTRIBUTED LOCK MANAGER
1279P: Patrick Caulfield
1280M: pcaulfie@redhat.com
1281P: David Teigland
1282M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001283L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001284W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001285T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1286T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001287S: Supported
1288
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1290P: Tobias Ringstrom
1291M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001292L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
Dan Williamsb3e5f262007-08-07 10:26:35 -07001295DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001296P: Shannon Nelson
1297M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001298P: Dan Williams
1299M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001300L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302
Juerg Haefligerb8250372007-06-09 10:11:16 -04001303DME1737 HARDWARE MONITOR DRIVER
1304P: Juerg Haefliger
1305M: juergh@gmail.com
1306L: lm-sensors@lm-sensors.org
1307S: Maintained
1308
Martin Waitzba483d52005-06-17 13:20:59 -07001309DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001310P: Randy Dunlap
1311M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001312S: Maintained
1313
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001314DOCKING STATION DRIVER
1315P: Kristen Carlson Accardi
1316M: kristen.c.accardi@intel.com
1317L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001318S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001319
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320DOUBLETALK DRIVER
1321P: James R. Van Zandt
1322M: jrv@vanzandt.mv.com
1323L: blinux-list@redhat.com
1324S: Maintained
1325
1326DRIVER CORE, KOBJECTS, AND SYSFS
1327P: Greg Kroah-Hartman
1328M: gregkh@suse.de
1329L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001330T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331S: Supported
1332
1333DRM DRIVERS
1334P: David Airlie
1335M: airlied@linux.ie
1336L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001337T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338S: Maintained
1339
1340DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001341P: Francois Romieu
1342M: romieu@fr.zoreil.com
1343L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346DVB SUBSYSTEM AND DRIVERS
1347P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001348M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001350W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001351T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001352S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353
1354EATA-DMA SCSI DRIVER
1355P: Michael Neuffer
1356L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1357S: Maintained
1358
1359EATA ISA/EISA/PCI SCSI DRIVER
1360P: Dario Ballabio
1361M: ballabio_dario@emc.com
1362L: linux-scsi@vger.kernel.org
1363S: Maintained
1364
1365EATA-PIO SCSI DRIVER
1366P: Michael Neuffer
1367M: mike@i-Connect.Net
1368L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1369S: Maintained
1370
1371EBTABLES
1372P: Bart De Schuymer
1373M: bart.de.schuymer@pandora.be
1374L: ebtables-user@lists.sourceforge.net
1375L: ebtables-devel@lists.sourceforge.net
1376W: http://ebtables.sourceforge.net/
1377S: Maintained
1378
Michael Halcrow237fead2006-10-04 02:16:22 -07001379ECRYPT FILE SYSTEM
1380P: Mike Halcrow, Phillip Hellewell
1381M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1382L: ecryptfs-devel@lists.sourceforge.net
1383W: http://ecryptfs.sourceforge.net/
1384S: Supported
1385
Alan Coxda9bb1d2006-01-18 17:44:13 -08001386EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001387P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001388M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001389L: bluesmoke-devel@lists.sourceforge.net
1390W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001391S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001392
1393EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001394P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001395P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001396M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001397M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001398L: bluesmoke-devel@lists.sourceforge.net
1399W: bluesmoke.sourceforge.net
1400S: Maintained
1401
1402EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001403P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001404M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001405L: bluesmoke-devel@lists.sourceforge.net
1406W: bluesmoke.sourceforge.net
1407S: Maintained
1408
Douglas Thompson6bc78402007-07-19 01:50:12 -07001409EDAC-I82443BXGX
1410P: Tim Small
1411M: tim@buttersideup.com
1412L: bluesmoke-devel@lists.sourceforge.net
1413W: bluesmoke.sourceforge.net
1414S: Maintained
1415
1416EDAC-I3000
1417P: Jason Uhlenkott
1418M: juhlenko@akamai.com
1419L: bluesmoke-devel@lists.sourceforge.net
1420W: bluesmoke.sourceforge.net
1421S: Maintained
1422
1423EDAC-I5000
1424P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001425M: dougthompson@xmission.com
1426L: bluesmoke-devel@lists.sourceforge.net
1427W: bluesmoke.sourceforge.net
1428S: Maintained
1429
1430EDAC-I82975X
1431P: Ranganathan Desikan
1432P: Arvind R.
1433M: rdesikan@jetzbroadband.com
1434M: arvind@acarlab.com
1435L: bluesmoke-devel@lists.sourceforge.net
1436W: bluesmoke.sourceforge.net
1437S: Maintained
1438
1439EDAC-PASEMI
1440P: Egor Martovetsky
1441M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001442L: bluesmoke-devel@lists.sourceforge.net
1443W: bluesmoke.sourceforge.net
1444S: Maintained
1445
Dave Peterson0e438e32006-03-26 01:38:55 -08001446EDAC-R82600
1447P: Tim Small
1448M: tim@buttersideup.com
1449L: bluesmoke-devel@lists.sourceforge.net
1450W: bluesmoke.sourceforge.net
1451S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001452
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453EEPRO100 NETWORK DRIVER
1454P: Andrey V. Savochkin
1455M: saw@saw.sw.com.sg
1456S: Maintained
1457
Josh Triplett0bee8d22006-07-30 03:03:58 -07001458EFS FILESYSTEM
1459W: http://aeschi.ch.eu.org/efs/
1460S: Orphan
1461
Heiko J Schickfab97222006-09-22 15:22:22 -07001462EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1463P: Hoang-Nam Nguyen
1464M: hnguyen@de.ibm.com
1465P: Christoph Raisch
1466M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001467L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001468S: Supported
1469
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001470EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001471P: James Smart
1472M: james.smart@emulex.com
1473L: linux-scsi@vger.kernel.org
1474W: http://sourceforge.net/projects/lpfcxxxx
1475S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477EPSON 1355 FRAMEBUFFER DRIVER
1478P: Christopher Hoover
1479M: ch@murgatroid.com, ch@hpl.hp.com
1480S: Maintained
1481
1482ETHEREXPRESS-16 NETWORK DRIVER
1483P: Philip Blundell
1484M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001485L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486S: Maintained
1487
1488ETHERNET BRIDGE
1489P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001490M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001491L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492W: http://bridge.sourceforge.net/
1493S: Maintained
1494
1495ETHERTEAM 16I DRIVER
1496P: Mika Kuoppala
1497M: miku@iki.fi
1498S: Maintained
1499
1500EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001501L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502S: Maintained
1503
1504EXT3 FILE SYSTEM
1505P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001506M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001507L: linux-ext4@vger.kernel.org
1508S: Maintained
1509
1510EXT4 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514S: Maintained
1515
Jean Delvaree53004e2006-01-09 23:26:14 +01001516F71805F HARDWARE MONITORING DRIVER
1517P: Jean Delvare
1518M: khali@linux-fr.org
1519L: lm-sensors@lm-sensors.org
1520S: Maintained
1521
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522FARSYNC SYNCHRONOUS DRIVER
1523P: Kevin Curtis
1524M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525W: http://www.farsite.co.uk/
1526S: Supported
1527
Akinobu Mitac5408b82007-04-23 14:41:20 -07001528FAULT INJECTION SUPPORT
1529P: Akinobu Mita
1530M: akinobu.mita@gmail.com
1531S: Supported
1532
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533FRAMEBUFFER LAYER
1534P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001535M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001536L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537W: http://linux-fbdev.sourceforge.net/
1538S: Maintained
1539
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001540FREESCALE SOC FS_ENET DRIVER
1541P: Pantelis Antoniou
1542M: pantelis.antoniou@gmail.com
1543P: Vitaly Bordug
1544M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001545L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001546L: netdev@vger.kernel.org
1547S: Maintained
1548
Li Yanga7205b32007-04-23 10:38:18 -07001549FREESCALE HIGHSPEED USB DEVICE DRIVER
1550P: Li Yang
1551M: leoli@freescale.com
1552L: linux-usb-devel@lists.sourceforge.net
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001553L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001554S: Maintained
1555
Li Yangbeaf53b2007-05-25 13:54:02 +08001556FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1557P: Li Yang
1558M: leoli@freescale.com
1559L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001560L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001561S: Maintained
1562
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563FILE LOCKING (flock() and fcntl()/lockf())
1564P: Matthew Wilcox
1565M: matthew@wil.cx
1566L: linux-fsdevel@vger.kernel.org
1567S: Maintained
1568
1569FILESYSTEMS (VFS and infrastructure)
1570P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001571M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572S: Maintained
1573
Stefan Richterb3274472007-05-30 20:44:52 -04001574FIREWIRE SUBSYSTEM
1575P: Kristian Hoegsberg, Stefan Richter
1576M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1577L: linux1394-devel@lists.sourceforge.net
1578W: http://www.linux1394.org/
1579T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1580S: Maintained
1581
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582FIRMWARE LOADER (request_firmware)
1583L: linux-kernel@vger.kernel.org
1584S: Orphan
1585
1586FPU EMULATOR
1587P: Bill Metzenthen
1588M: billm@suburbia.net
1589W: http://suburbia.net/~billm/floating-point/emulator/
1590S: Maintained
1591
1592FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1593P: Mike McLagan
1594M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001595L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596S: Maintained
1597
1598FREEVXFS FILESYSTEM
1599P: Christoph Hellwig
1600M: hch@infradead.org
1601W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1602S: Maintained
1603
David Howells5ab7ffe2007-04-10 15:10:45 +01001604FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605P: David Howells
1606M: dhowells@redhat.com
1607S: Maintained
1608
Miklos Szeredi04578f12005-09-09 13:10:22 -07001609FUSE: FILESYSTEM IN USERSPACE
1610P: Miklos Szeredi
1611M: miklos@szeredi.hu
1612L: fuse-devel@lists.sourceforge.net
1613W: http://fuse.sourceforge.net/
1614S: Maintained
1615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1617P: Rik Faith
1618M: faith@cs.unc.edu
1619L: linux-scsi@vger.kernel.org
1620S: Odd fixes (e.g., new signatures)
1621
1622GDT SCSI DISK ARRAY CONTROLLER DRIVER
1623P: Achim Leubner
1624M: achim_leubner@adaptec.com
1625L: linux-scsi@vger.kernel.org
1626W: http://www.icp-vortex.com/
1627S: Supported
1628
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001629GENERIC GPIO I2C DRIVER
1630P: Haavard Skinnemoen
1631M: hskinnemoen@atmel.com
1632S: Supported
1633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1635P: Krzysztof Halasa
1636M: khc@pm.waw.pl
1637W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1638S: Maintained
1639
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001640GFS2 FILE SYSTEM
1641P: Steven Whitehouse
1642M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001643L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001644W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001645T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1646T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001647S: Supported
1648
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001649GIGASET ISDN DRIVERS
1650P: Hansjoerg Lipp
1651M: hjlipp@web.de
1652P: Tilman Schmidt
1653M: tilman@imap.cc
1654L: gigaset307x-common@lists.sourceforge.net
1655W: http://gigaset307x.sourceforge.net/
1656S: Maintained
1657
Jean Delvare5b543962005-08-15 19:51:02 +02001658HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001659P: Mark M. Hoffman
1660M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001661L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001662W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001663T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001664S: Maintained
1665
Michael Buesch844dd052006-06-26 00:24:59 -07001666HARDWARE RANDOM NUMBER GENERATOR CORE
1667P: Michael Buesch
1668M: mb@bu3sch.de
1669S: Maintained
1670
Robert Love860e1d62005-08-31 23:57:59 -04001671HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1672P: Robert Love
1673M: rlove@rlove.org
1674M: linux-kernel@vger.kernel.org
1675W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1676S: Maintained
1677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678HARMONY SOUND DRIVER
1679P: Kyle McMartin
1680M: kyle@parisc-linux.org
1681W: http://www.parisc-linux.org/~kyle/harmony/
1682L: parisc-linux@lists.parisc-linux.org
1683S: Maintained
1684
1685HAYES ESP SERIAL DRIVER
1686P: Andrew J. Robinson
1687M: arobinso@nyx.net
1688L: linux-kernel@vger.kernel.org
1689W: http://www.nyx.net/~arobinso
1690S: Maintained
1691
1692HFS FILESYSTEM
1693P: Roman Zippel
1694M: zippel@linux-m68k.org
1695L: linux-kernel@vger.kernel.org
1696S: Maintained
1697
1698HGA FRAMEBUFFER DRIVER
1699P: Ferenc Bakonyi
1700M: fero@drama.obuda.kando.hu
1701L: linux-nvidia@lists.surfsouth.com
1702W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1703S: Maintained
1704
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001705HID CORE LAYER
1706P: Jiri Kosina
1707M: jkosina@suse.cz
1708L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001709T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001710S: Maintained
1711
Ingo Molnar38bed542007-02-22 09:09:34 +01001712HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1713P: Thomas Gleixner
1714M: tglx@linutronix.de
1715L: linux-kernel@vger.kernel.org
1716S: Maintained
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718HIGH-SPEED SCC DRIVER FOR AX.25
1719P: Klaus Kudielka
1720M: klaus.kudielka@ieee.org
1721L: linux-hams@vger.kernel.org
1722W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1723S: Maintained
1724
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001725HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1726P: HighPoint Linux Team
1727M: linux@highpoint-tech.com
1728W: http://www.highpoint-tech.com
1729S: Supported
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731HIPPI
1732P: Jes Sorensen
1733M: jes@trained-monkey.org
1734L: linux-hippi@sunsite.dk
1735S: Maintained
1736
1737HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1738P: Chirag Kantharia
1739M: chirag.kantharia@hp.com
1740L: iss_storagedev@hp.com
1741S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743HEWLETT-PACKARD SMART2 RAID DRIVER
1744P: Chirag Kantharia
1745M: chirag.kantharia@hp.com
1746L: iss_storagedev@hp.com
1747S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1750P: Mike Miller
1751M: mike.miller@hp.com
1752L: iss_storagedev@hp.com
1753S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001754
Jouni Malinenff1d2762005-05-12 22:54:16 -04001755HOST AP DRIVER
1756P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001757M: j@w1.fi
1758L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001759L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001760W: http://hostap.epitest.fi/
1761S: Maintained
1762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1764P: Jaroslav Kysela
1765M: perex@suse.cz
1766S: Maintained
1767
Bob Piccob9b03322005-11-07 00:59:19 -08001768HPET: High Precision Event Timers driver (hpet.c)
1769P: Clemens Ladisch
1770M: clemens@ladisch.de
1771S: Maintained
1772
1773HPET: i386
1774P: Venkatesh Pallipadi (Venki)
1775M: venkatesh.pallipadi@intel.com
1776S: Maintained
1777
1778HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001779P: Vojtech Pavlik
1780M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001781S: Maintained
1782
1783HPET: ACPI hpet.c
1784P: Bob Picco
1785M: bob.picco@hp.com
1786S: Maintained
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788HPFS FILESYSTEM
1789P: Mikulas Patocka
1790M: mikulas@artax.karlin.mff.cuni.cz
1791W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1792S: Maintained
1793
1794HUGETLB FILESYSTEM
1795P: William Irwin
1796M: wli@holomorphy.com
1797S: Maintained
1798
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001799I2C/SMBUS STUB DRIVER
1800P: Mark M. Hoffman
1801M: mhoffman@lightlink.com
1802L: lm-sensors@lm-sensors.org
1803S: Maintained
1804
Jean Delvare5b543962005-08-15 19:51:02 +02001805I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806P: Jean Delvare
1807M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001808L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001809T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810S: Maintained
1811
Till Harbaume8c76ee2007-05-01 23:26:35 +02001812I2C-TINY-USB DRIVER
1813P: Till Harbaum
1814M: till@harbaum.org
1815L: i2c@lm-sensors.org
1816T: http://www.harbaum.org/till/i2c_tiny_usb
1817S: Maintained
1818
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001820P: H. Peter Anvin
1821M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822L: Linux-Kernel@vger.kernel.org
1823S: Maintained
1824
1825i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826P: H. Peter Anvin
1827M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001828T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829S: Maintained
1830
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831IA64 (Itanium) PLATFORM
1832P: Tony Luck
1833M: tony.luck@intel.com
1834L: linux-ia64@vger.kernel.org
1835W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001836T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837S: Maintained
1838
1839SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001840P: Jes Sorensen
1841M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842L: linux-altix@sgi.com
1843L: linux-ia64@vger.kernel.org
1844W: http://www.sgi.com/altix
1845S: Maintained
1846
1847IBM MCA SCSI SUBSYSTEM DRIVER
1848P: Michael Lang
1849M: langa2@kph.uni-mainz.de
1850W: http://www.uni-mainz.de/~langm000/linux.html
1851S: Maintained
1852
1853IBM Power Linux RAID adapter
1854P: Brian King
1855M: brking@us.ibm.com
1856S: Supported
1857
1858IBM ServeRAID RAID DRIVER
1859P: Jack Hammer
1860P: Dave Jeffery
1861M: ipslinux@adaptec.com
1862W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001863S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001865IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001867M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870S: Maintained
1871
1872IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001873P: Alan Cox
1874M: alan@lxorguk.ukuu.org.uk
1875L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878IDE/ATAPI FLOPPY DRIVERS
1879P: Paul Bristow
1880M: Paul Bristow <paul@paulbristow.net>
1881W: http://paulbristow.net/linux/idefloppy.html
1882L: linux-kernel@vger.kernel.org
1883S: Maintained
1884
1885IDE/ATAPI TAPE DRIVERS
1886P: Gadi Oxman
1887M: Gadi Oxman <gadio@netvision.net.il>
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891IEEE 1394 SUBSYSTEM
1892P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001893M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001894P: Stefan Richter
1895M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896L: linux1394-devel@lists.sourceforge.net
1897W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001898T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899S: Maintained
1900
Stefan Richterf51a5a92007-04-23 14:41:10 -07001901IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902P: Dan Dennedy
1903M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001904P: Stefan Richter
1905M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001907S: Maintained
1908
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909IMS TWINTURBO FRAMEBUFFER DRIVER
1910P: Paul Mundt
1911M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001912L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913S: Maintained
1914
1915INFINIBAND SUBSYSTEM
1916P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001917M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918P: Sean Hefty
1919M: mshefty@ichips.intel.com
1920P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001921M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001922L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001924T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925S: Supported
1926
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001927INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001928P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001929M: dmitry.torokhov@gmail.com
1930M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931L: linux-input@atrey.karlin.mff.cuni.cz
1932L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001933T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Maintained
1935
Robert Lovec9f04f52005-07-15 12:21:07 -04001936INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001937P: John McCutchan
1938M: ttb@tentacle.dhs.org
1939P: Robert Love
1940M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001941L: linux-kernel@vger.kernel.org
1942S: Maintained
1943
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001944INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001945P: Sylvain Meyer
1946M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001947L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001948S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001949
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001951P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001952M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001953L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001954S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955
1956INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1957P: Ingo Molnar
1958M: mingo@redhat.com
1959S: Maintained
1960
1961INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1962P: Jeff Garzik
1963M: jgarzik@pobox.com
1964W: http://sourceforge.net/projects/gkernel/
1965S: Maintained
1966
1967INTEL IA32 MICROCODE UPDATE SUPPORT
1968P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001969M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970S: Maintained
1971
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001972INTEL I/OAT DMA DRIVER
1973P: Shannon Nelson
1974M: shannon.nelson@intel.com
1975L: linux-kernel@vger.kernel.org
1976S: Supported
1977
Dan Williamsb3e5f262007-08-07 10:26:35 -07001978INTEL IOP-ADMA DMA DRIVER
1979P: Dan Williams
1980M: dan.j.williams@intel.com
1981L: linux-kernel@vger.kernel.org
1982S: Supported
1983
Michael Buesch844dd052006-06-26 00:24:59 -07001984INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1985P: Deepak Saxena
1986M: dsaxena@plexity.net
1987S: Maintained
1988
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001989INTEL IXP2000 ETHERNET DRIVER
1990P: Lennert Buytenhek
1991M: kernel@wantstofly.org
1992L: netdev@vger.kernel.org
1993S: Maintained
1994
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995INTEL PRO/100 ETHERNET SUPPORT
1996P: John Ronciak
1997M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998P: Jesse Brandeburg
1999M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002000P: Jeff Kirsher
2001M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002002P: Auke Kok
2003M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002004L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005W: http://sourceforge.net/projects/e1000/
2006S: Supported
2007
2008INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2009P: Jeb Cramer
2010M: cramerj@intel.com
2011P: John Ronciak
2012M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002013P: Jesse Brandeburg
2014M: jesse.brandeburg@intel.com
2015P: Jeff Kirsher
2016M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002017P: Auke Kok
2018M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002019L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020W: http://sourceforge.net/projects/e1000/
2021S: Supported
2022
2023INTEL PRO/10GbE SUPPORT
2024P: Ayyappan Veeraiyan
2025M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002026P: Auke Kok
2027M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002028P: Jesse Brandeburg
2029M: jesse.brandeburg@intel.com
2030P: John Ronciak
2031M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002032L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033W: http://sourceforge.net/projects/e1000/
2034S: Supported
2035
James Ketrenos826d2ab2005-11-07 18:56:59 -06002036INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2037P: Yi Zhu
2038M: yi.zhu@intel.com
2039P: James Ketrenos
2040M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002041L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002042L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002043L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2044W: http://ipw2100.sourceforge.net
2045S: Supported
2046
2047INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2048P: Yi Zhu
2049M: yi.zhu@intel.com
2050P: James Ketrenos
2051M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002052L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002053L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002054L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2055W: http://ipw2200.sourceforge.net
2056S: Supported
2057
Zhu Yib481de92007-09-25 17:54:57 -07002058INTEL WIRELESS WIFI LINK (iwlwifi)
2059P: Zhu Yi
2060M: yi.zhu@intel.com
2061L: linux-wireless@vger.kernel.org
2062L: ipw3945-devel@lists.sourceforge.net
2063W: http://intellinuxwireless.org
2064T: git git://intellinuxwireless.org/repos/iwlwifi
2065S: Supported
2066
Ralf Baechlecb109a02007-08-30 23:56:30 -07002067IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068P: Ralf Baechle
2069M: ralf@linux-mips.org
2070L: linux-mips@linux-mips.org
2071S: Maintained
2072
Ralf Baechlecb109a02007-08-30 23:56:30 -07002073IOC3 SERIAL DRIVER
2074P: Pat Gefre
2075M: pfg@sgi.com
2076L: linux-kernel@linux-mips.org
2077S: Maintained
2078
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079IP MASQUERADING:
2080P: Juanjo Ciarlante
2081M: jjciarla@raiz.uncu.edu.ar
2082S: Maintained
2083
Francois Romieu1202d6f2007-09-17 17:13:55 -07002084IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2085P: Francois Romieu
2086M: romieu@fr.zoreil.com
2087P: Sorbica Shieh
2088M: sorbica@icplus.com.tw
2089P: Jesse Huang
2090M: jesse@icplus.com.tw
2091L: netdev@vger.kernel.org
2092S: Maintained
2093
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002094IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002095P: Arthur Jones
2096M: infinipath@qlogic.com
2097L: general@lists.openfabrics.org
2098T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002099S: Supported
2100
Corey Minyard4409ebe2006-04-20 02:43:12 -07002101IPMI SUBSYSTEM
2102P: Corey Minyard
2103M: minyard@acm.org
2104L: openipmi-developer@lists.sourceforge.net
2105W: http://openipmi.sourceforge.net/
2106S: Supported
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108IPX NETWORK LAYER
2109P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002110M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002111L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112S: Maintained
2113
2114IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002115P: Samuel Ortiz
2116M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002117L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002119S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120
2121ISAPNP
2122P: Jaroslav Kysela
2123M: perex@suse.cz
2124S: Maintained
2125
2126ISDN SUBSYSTEM
2127P: Karsten Keil
2128M: kkeil@suse.de
2129P: Kai Germaschewski
2130M: kai.germaschewski@gmx.de
2131L: isdn4linux@listserv.isdn4linux.de
2132W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002133T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
2136ISDN SUBSYSTEM (Eicon active card driver)
2137P: Armin Schindler
2138M: mac@melware.de
2139L: isdn4linux@listserv.isdn4linux.de
2140W: http://www.melware.de
2141S: Maintained
2142
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2144P: David Woodhouse
2145M: dwmw2@infradead.org
2146L: jffs-dev@axis.com
2147W: http://sources.redhat.com/jffs2/
2148S: Maintained
2149
2150JFS FILESYSTEM
2151P: Dave Kleikamp
2152M: shaggy@austin.ibm.com
2153L: jfs-discussion@lists.sourceforge.net
2154W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002155T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156S: Supported
2157
Josh Triplettde456d32006-07-30 03:04:00 -07002158JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002159P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002160M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002161L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002162S: Maintained
2163
Rudolf Marek4660cb32006-10-08 22:01:26 +02002164K8TEMP HARDWARE MONITORING DRIVER
2165P: Rudolf Marek
2166M: r.marek@assembler.cz
2167L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168S: Maintained
2169
2170KCONFIG
2171P: Roman Zippel
2172M: zippel@linux-m68k.org
2173L: kbuild-devel@lists.sourceforge.net
2174S: Maintained
2175
Vivek Goyalea6c2082006-05-20 14:59:55 -07002176KDUMP
2177P: Vivek Goyal
2178M: vgoyal@in.ibm.com
2179P: Haren Myneni
2180M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002181L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002182L: linux-kernel@vger.kernel.org
2183W: http://lse.sourceforge.net/kdump/
2184S: Maintained
2185
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186KERNEL AUTOMOUNTER (AUTOFS)
2187P: H. Peter Anvin
2188M: hpa@zytor.com
2189L: autofs@linux.kernel.org
2190S: Odd Fixes
2191
2192KERNEL AUTOMOUNTER v4 (AUTOFS4)
2193P: Ian Kent
2194M: raven@themaw.net
2195L: autofs@linux.kernel.org
2196S: Maintained
2197
2198KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2199P: Kai Germaschewski
2200M: kai@germaschewski.name
2201P: Sam Ravnborg
2202M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002203T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002204S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
2206KERNEL JANITORS
2207P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002208L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
2212KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002213P: J. Bruce Fields
2214M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002216M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217L: nfs@lists.sourceforge.net
2218W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002219S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220
Avi Kivity426d62e2006-12-13 00:34:03 -08002221KERNEL VIRTUAL MACHINE (KVM)
2222P: Avi Kivity
2223M: avi@qumranet.com
2224L: kvm-devel@lists.sourceforge.net
2225W: kvm.sourceforge.net
2226S: Supported
2227
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002228KEXEC
2229P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002230M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002231W: http://www.xmission.com/~ebiederm/files/kexec/
2232L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002233L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002234S: Maintained
2235
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002236KPROBES
2237P: Prasanna S Panchamukhi
2238M: prasanna@in.ibm.com
2239P: Ananth N Mavinakayanahalli
2240M: ananth@in.ibm.com
2241P: Anil S Keshavamurthy
2242M: anil.s.keshavamurthy@intel.com
2243P: David S. Miller
2244M: davem@davemloft.net
2245L: linux-kernel@vger.kernel.org
2246S: Maintained
2247
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002248KS0108 LCD CONTROLLER DRIVER
2249P: Miguel Ojeda Sandonis
2250M: maxextreme@gmail.com
2251L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002252W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002253S: Maintained
2254
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002257S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258
2259LASI 53c700 driver for PARISC
2260P: James E.J. Bottomley
2261M: James.Bottomley@HansenPartnership.com
2262L: linux-scsi@vger.kernel.org
2263S: Maintained
2264
Richard Purdie263de9b2006-05-15 09:44:16 -07002265LED SUBSYSTEM
2266P: Richard Purdie
2267M: rpurdie@rpsys.net
2268S: Maintained
2269
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270LEGO USB Tower driver
2271P: Juergen Stuber
2272M: starblue@users.sourceforge.net
2273L: legousb-devel@lists.sourceforge.net
2274W: http://legousb.sourceforge.net/
2275S: Maintained
2276
2277LINUX FOR IBM pSERIES (RS/6000)
2278P: Paul Mackerras
2279M: paulus@au.ibm.com
2280W: http://www.ibm.com/linux/ltc/projects/ppc
2281S: Supported
2282
2283LINUX FOR NCR VOYAGER
2284P: James Bottomley
2285M: James.Bottomley@HansenPartnership.com
2286W: http://www.hansenpartnership.com/voyager
2287S: Maintained
2288
2289LINUX FOR POWERPC
2290P: Paul Mackerras
2291M: paulus@samba.org
2292W: http://www.penguinppc.org/
2293L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002294T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295S: Supported
2296
2297LINUX FOR POWER MACINTOSH
2298P: Benjamin Herrenschmidt
2299M: benh@kernel.crashing.org
2300W: http://www.penguinppc.org/
2301L: linuxppc-dev@ozlabs.org
2302S: Maintained
2303
2304LINUX FOR POWERPC EMBEDDED MPC52XX
2305P: Sylvain Munaut
2306M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002307P: Grant Likely
2308M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309W: http://www.246tNt.com/mpc52xx/
2310W: http://www.penguinppc.org/
2311L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312S: Maintained
2313
2314LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002315P: Josh Boyer
2316M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317P: Matt Porter
2318M: mporter@kernel.crashing.org
2319W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002320L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002321T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322S: Maintained
2323
Grant Likely260c02a2007-10-02 12:15:34 +10002324LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2325P: Grant Likely
2326M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002327W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002328L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329S: Maintained
2330
Tom Rinie93adf12005-07-26 12:49:53 -07002331LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332P: Tom Rini
2333M: trini@kernel.crashing.org
2334W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002335L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Maintained
2337
Tom Rinie93adf12005-07-26 12:49:53 -07002338LINUX FOR POWERPC EMBEDDED PPC8XX
2339P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002340M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002341W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002342L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002343S: Maintained
2344
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002346P: Kumar Gala
2347M: galak@kernel.crashing.org
2348W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002349L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002350S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351
Olof Johanssonab06ff32006-09-06 14:44:54 -05002352LINUX FOR POWERPC PA SEMI PWRFICIENT
2353P: Olof Johansson
2354M: olof@lixom.net
2355W: http://www.pasemi.com/
2356L: linuxppc-dev@ozlabs.org
2357S: Supported
2358
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359LLC (802.2)
2360P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002361M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Maintained
2363
2364LINUX FOR 64BIT POWERPC
2365P: Paul Mackerras
2366M: paulus@samba.org
2367M: paulus@au.ibm.com
2368P: Anton Blanchard
2369M: anton@samba.org
2370M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002371W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002372L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373S: Supported
2374
2375LINUX SECURITY MODULE (LSM) FRAMEWORK
2376P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002377M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002378L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002380T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Supported
2382
2383LM83 HARDWARE MONITOR DRIVER
2384P: Jean Delvare
2385M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002386L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Maintained
2388
2389LM90 HARDWARE MONITOR DRIVER
2390P: Jean Delvare
2391M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002392L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Maintained
2394
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002395LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396P: Richard Russon (FlatCap)
2397M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002398L: linux-ntfs-dev@lists.sourceforge.net
2399W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400S: Maintained
2401
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002402LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2403P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002404M: Eric.Moore@lsi.com
2405M: support@lsi.com
2406L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002407L: linux-scsi@vger.kernel.org
2408W: http://www.lsilogic.com/support
2409S: Supported
2410
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2412P: Matthew Wilcox
2413M: matthew@wil.cx
2414L: linux-scsi@vger.kernel.org
2415S: Maintained
2416
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002417M32R ARCHITECTURE
2418P: Hirokazu Takata
2419M: takata@linux-m32r.org
2420L: linux-m32r@ml.linux-m32r.org
2421L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2422W: http://www.linux-m32r.org/
2423S: Maintained
2424
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425M68K ARCHITECTURE
2426P: Geert Uytterhoeven
2427M: geert@linux-m68k.org
2428P: Roman Zippel
2429M: zippel@linux-m68k.org
2430L: linux-m68k@lists.linux-m68k.org
2431W: http://www.linux-m68k.org/
2432W: http://linux-m68k-cvs.ubb.ca/
2433S: Maintained
2434
2435M68K ON APPLE MACINTOSH
2436P: Joshua Thompson
2437M: funaho@jurai.org
2438W: http://www.mac.linux-m68k.org/
2439L: linux-mac68k@mac.linux-m68k.org
2440S: Maintained
2441
2442M68K ON HP9000/300
2443P: Philip Blundell
2444M: philb@gnu.org
2445W: http://www.tazenda.demon.co.uk/phil/linux-hp
2446S: Maintained
2447
Jiri Benc64a327a2007-05-05 11:47:08 -07002448MAC80211
2449P: Jiri Benc
2450M: jbenc@suse.cz
2451P: Michael Wu
2452M: flamingice@sourmilk.net
2453L: linux-wireless@vger.kernel.org
2454W: http://linuxwireless.org/
2455T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2456S: Maintained
2457
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002458MACVLAN DRIVER
2459P: Patrick McHardy
2460M: kaber@trash.net
2461L: netdev@vger.kernel.org
2462S: Maintained
2463
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464MARVELL YUKON / SYSKONNECT DRIVER
2465P: Mirko Lindner
2466M: mlindner@syskonnect.de
2467P: Ralph Roesler
2468M: rroesler@syskonnect.de
2469W: http://www.syskonnect.com
2470S: Supported
2471
Michael Kerriskfaf16682005-07-31 22:34:47 -07002472MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002473P: Michael Kerrisk
2474M: mtk-manpages@gmx.net
2475W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2476S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002477
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002478MARVELL MV643XX ETHERNET DRIVER
2479P: Dale Farnsworth
2480M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002482M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002483L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002484S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485
2486MATROX FRAMEBUFFER DRIVER
2487P: Petr Vandrovec
2488M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002489L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490S: Maintained
2491
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002492MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2493P: Hans J. Koch
2494M: hjk@linutronix.de
2495L: lm-sensors@lm-sensors.org
2496S: Maintained
2497
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002498MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002499P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002500M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002501S: linux-scsi@vger.kernel.org
2502W: http://megaraid.lsilogic.com
2503S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002504
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002505MEMORY MANAGEMENT
2506L: linux-mm@kvack.org
2507L: linux-kernel@vger.kernel.org
2508W: http://www.linux-mm.org
2509S: Maintained
2510
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002511MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512P: David Woodhouse
2513M: dwmw2@infradead.org
2514W: http://www.linux-mtd.infradead.org/
2515L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002516T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517S: Maintained
2518
Artem Bityutskiy48576402007-02-13 17:11:10 +02002519UNSORTED BLOCK IMAGES (UBI)
2520P: Artem Bityutskiy
2521M: dedekind@infradead.org
2522W: http://www.linux-mtd.infradead.org/
2523L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002524T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002525S: Maintained
2526
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527MICROTEK X6 SCANNER
2528P: Oliver Neukum
2529M: oliver@neukum.name
2530S: Maintained
2531
2532MIPS
2533P: Ralf Baechle
2534M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002535W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002537T: git www.linux-mips.org:/pub/scm/linux.git
2538S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539
2540MISCELLANEOUS MCA-SUPPORT
2541P: James Bottomley
2542M: jejb@steeleye.com
2543L: linux-kernel@vger.kernel.org
2544S: Maintained
2545
2546MODULE SUPPORT
2547P: Rusty Russell
2548M: rusty@rustcorp.com.au
2549L: linux-kernel@vger.kernel.org
2550S: Maintained
2551
2552MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2553P: Stelian Pop
2554M: stelian@popies.net
2555W: http://popies.net/meye/
2556S: Maintained
2557
Pavel Pisac58ff042007-05-16 01:10:41 +02002558MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2559P: Pavel Pisa
2560M: ppisa@pikron.com
2561L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2562W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2563S: Maintained
2564
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565MOUSE AND MISC DEVICES [GENERAL]
2566P: Alessandro Rubini
2567M: rubini@ipvvis.unipv.it
2568L: linux-kernel@vger.kernel.org
2569S: Maintained
2570
Jiri Slabyd7354102006-12-08 02:38:35 -08002571MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2572P: Jiri Slaby
2573M: jirislaby@gmail.com
2574L: linux-kernel@vger.kernel.org
2575S: Maintained
2576
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002577MSI LAPTOP SUPPORT
2578P: Lennart Poettering
2579M: mzxreary@0pointer.de
2580L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2581W: http://0pointer.de/lennart/tchibo.html
2582S: Maintained
2583
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584MTRR AND SIMILAR SUPPORT [i386]
2585P: Richard Gooch
2586M: rgooch@atnf.csiro.au
2587L: linux-kernel@vger.kernel.org
2588W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2589S: Maintained
2590
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002591MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002592P: Pierre Ossman
2593M: drzeus-mmc@drzeus.cx
2594L: linux-kernel@vger.kernel.org
2595S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002596
David Brownell15a05802007-08-08 09:12:54 -07002597MULTIMEDIA CARD (MMC) ETC. OVER SPI
2598P: David Brownell
2599M: dbrownell@users.sourceforge.net
2600L: linux-kernel@vger.kernel.org
2601S: Odd fixes
2602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603MULTISOUND SOUND DRIVER
2604P: Andrew Veliath
2605M: andrewtv@usa.net
2606S: Maintained
2607
Jiri Slabyd7354102006-12-08 02:38:35 -08002608MULTITECH MULTIPORT CARD (ISICOM)
2609P: Jiri Slaby
2610M: jirislaby@gmail.com
2611L: linux-kernel@vger.kernel.org
2612S: Maintained
2613
Linus Torvalds1da177e2005-04-16 15:20:36 -07002614NATSEMI ETHERNET DRIVER (DP8381x)
2615P: Tim Hockin
2616M: thockin@hockin.org
2617S: Maintained
2618
2619NCP FILESYSTEM
2620P: Petr Vandrovec
2621M: vandrove@vc.cvut.cz
2622L: linware@sh.cvut.cz
2623S: Maintained
2624
2625NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2626P: James E.J. Bottomley
2627M: James.Bottomley@HansenPartnership.com
2628L: linux-scsi@vger.kernel.org
2629S: Maintained
2630
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002631NETEM NETWORK EMULATOR
2632P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002633M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002634L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002635S: Maintained
2636
Jiri Slaby4a584482007-08-30 23:56:39 -07002637NETERION (S2IO) Xframe 10GbE DRIVER
2638P: Ramkrishna Vepa
2639M: ram.vepa@neterion.com
2640P: Rastapur Santosh
2641M: santosh.rastapur@neterion.com
2642P: Sivakumar Subramani
2643M: sivakumar.subramani@neterion.com
2644P: Sreenivasa Honnur
2645M: sreenivasa.honnur@neterion.com
2646L: netdev@vger.kernel.org
2647W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2648S: Supported
2649
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650NETFILTER/IPTABLES/IPCHAINS
2651P: Rusty Russell
2652P: Marc Boucher
2653P: James Morris
2654P: Harald Welte
2655P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002656P: Patrick McHardy
2657M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002658L: netfilter-devel@vger.kernel.org
2659L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002660L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661W: http://www.netfilter.org/
2662W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663S: Supported
2664
Paul Moore4cc67732006-09-25 15:57:13 -07002665NETLABEL
2666P: Paul Moore
2667M: paul.moore@hp.com
2668W: http://netlabel.sf.net
2669L: netdev@vger.kernel.org
2670S: Supported
2671
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672NETROM NETWORK LAYER
2673P: Ralf Baechle
2674M: ralf@linux-mips.org
2675L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002676W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677S: Maintained
2678
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002679NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680P: Paul Clements
2681M: Paul.Clements@steeleye.com
2682S: Maintained
2683
2684NETWORK DEVICE DRIVERS
2685P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002686M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687P: Jeff Garzik
2688M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002689L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002690T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691S: Maintained
2692
2693NETWORKING [GENERAL]
2694P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002695M: netdev@vger.kernel.org
2696L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002697W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698S: Maintained
2699
2700NETWORKING [IPv4/IPv6]
2701P: David S. Miller
2702M: davem@davemloft.net
2703P: Alexey Kuznetsov
2704M: kuznet@ms2.inr.ac.ru
2705P: Pekka Savola (ipv6)
2706M: pekkas@netcore.fi
2707P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002708M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709P: Hideaki YOSHIFUJI
2710M: yoshfuji@linux-ipv6.org
2711P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002712M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002713L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002714T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715S: Maintained
2716
James Morris10e2ff12007-08-25 14:41:28 -07002717NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2718P: Paul Moore
2719M: paul.moore@hp.com
2720L: netdev@vger.kernel.org
2721S: Maintained
2722
John W. Linville29f8f632006-01-18 14:52:48 -08002723NETWORKING [WIRELESS]
2724P: John W. Linville
2725M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002726L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002727T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2728S: Maintained
2729
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002730NETXEN (1/10) GbE SUPPORT
2731P: Amit S. Kale
2732M: amitkale@netxen.com
2733L: netdev@vger.kernel.org
2734W: http://www.netxen.com
2735S: Supported
2736
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737IPVS
2738P: Wensong Zhang
2739M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002740P: Simon Horman
2741M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742P: Julian Anastasov
2743M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002744L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745S: Maintained
2746
2747NFS CLIENT
2748P: Trond Myklebust
2749M: trond.myklebust@fys.uio.no
2750L: linux-kernel@vger.kernel.org
2751S: Maintained
2752
2753NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002754P: Jan-Pascal van Best
2755M: janpascal@vanbest.org
2756P: Andreas Mohr
2757M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002758L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
2761NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2762P: YOKOTA Hiroshi
2763M: yokota@netlab.is.tsukuba.ac.jp
2764W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2765S: Maintained
2766
2767NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2768P: GOTO Masanori
2769M: gotom@debian.or.jp
2770P: YOKOTA Hiroshi
2771M: yokota@netlab.is.tsukuba.ac.jp
2772W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2773S: Maintained
2774
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775NTFS FILESYSTEM
2776P: Anton Altaparmakov
2777M: aia21@cantab.net
2778L: linux-ntfs-dev@lists.sourceforge.net
2779L: linux-kernel@vger.kernel.org
2780W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002781T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782S: Maintained
2783
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002784NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002785P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002786M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002787L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002788S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002790OPENCORES I2C BUS DRIVER
2791P: Peter Korsgaard
2792M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002793L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002794S: Maintained
2795
Mark Fashehccd979b2005-12-15 14:31:24 -08002796ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2797P: Mark Fasheh
2798M: mark.fasheh@oracle.com
2799P: Kurt Hackel
2800M: kurt.hackel@oracle.com
2801L: ocfs2-devel@oss.oracle.com
2802W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002803S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002804
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805OLYMPIC NETWORK DRIVER
2806P: Peter De Shrijver
2807M: p2@ace.ulyssis.student.kuleuven.ac.be
2808P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002809M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002810L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811L: linux-tr@linuxtr.net
2812W: http://www.linuxtr.net
2813S: Maintained
2814
Harald Weltec1986ee2005-11-13 16:06:29 -08002815OMNIKEY CARDMAN 4000 DRIVER
2816P: Harald Welte
2817M: laforge@gnumonks.org
2818S: Maintained
2819
Harald Welte77c44ab2005-11-13 16:06:26 -08002820OMNIKEY CARDMAN 4040 DRIVER
2821P: Harald Welte
2822M: laforge@gnumonks.org
2823S: Maintained
2824
Jonathan Corbet77d51402007-03-22 19:44:17 -03002825OMNIVISION OV7670 SENSOR DRIVER
2826P: Jonathan Corbet
2827M: corbet@lwn.net
2828L: video4linux-list@redhat.com
2829S: Maintained
2830
Thomas Gleixner431bca72007-05-02 09:31:35 +02002831ONENAND FLASH DRIVER
2832P: Kyungmin Park
2833M: kyungmin.park@samsung.com
2834L: linux-mtd@lists.infradead.org
2835S: Maintained
2836
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837ONSTREAM SCSI TAPE DRIVER
2838P: Willem Riede
2839M: osst@riede.org
2840L: osst-users@lists.sourceforge.net
2841L: linux-scsi@vger.kernel.org
2842S: Maintained
2843
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844OPROFILE
2845P: Philippe Elie
2846M: phil.el@wanadoo.fr
2847L: oprofile-list@lists.sf.net
2848S: Maintained
2849
2850ORINOCO DRIVER
2851P: Pavel Roskin
2852M: proski@gnu.org
2853P: David Gibson
2854M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002855L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002856L: orinoco-users@lists.sourceforge.net
2857L: orinoco-devel@lists.sourceforge.net
2858W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859S: Maintained
2860
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002861PA SEMI ETHERNET DRIVER
2862P: Olof Johansson
2863M: olof@lixom.net
2864L: netdev@vger.kernel.org
2865S: Maintained
2866
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002867PA SEMI SMBUS DRIVER
2868P: Olof Johansson
2869M: olof@lixom.net
2870L: i2c@lm-sensors.org
2871S: Maintained
2872
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002874L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002875S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876
2877PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2878P: Tim Waugh
2879M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002880L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881W: http://www.torque.net/linux-pp.html
2882S: Maintained
2883
2884PARISC ARCHITECTURE
2885P: Matthew Wilcox
2886M: matthew@wil.cx
2887P: Grant Grundler
2888M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002889P: Kyle McMartin
2890M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891L: parisc-linux@parisc-linux.org
2892W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002893T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2894T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895S: Maintained
2896
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002897PARAVIRT_OPS INTERFACE
2898P: Jeremy Fitzhardinge
2899M: jeremy@xensource.com
2900P: Chris Wright
2901M: chrisw@sous-sol.org
2902P: Zachary Amsden
2903M: zach@vmware.com
2904P: Rusty Russell
2905M: rusty@rustcorp.com.au
2906L: virtualization@lists.osdl.org
2907L: linux-kernel@vger.kernel.org
2908S: Supported
2909
Jim Cromie1662d322006-10-06 00:43:59 -07002910PC87360 HARDWARE MONITORING DRIVER
2911P: Jim Cromie
2912M: jim.cromie@gmail.com
2913L: lm-sensors@lm-sensors.org
2914S: Maintained
2915
2916PC8736x GPIO DRIVER
2917P: Jim Cromie
2918M: jim.cromie@gmail.com
2919S: Maintained
2920
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002921PCI ERROR RECOVERY
2922P: Linas Vepstas
2923M: linas@austin.ibm.com
2924L: linux-kernel@vger.kernel.org
2925L: linux-pci@atrey.karlin.mff.cuni.cz
2926S: Supported
2927
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2929P: Thomas Sailer
2930M: sailer@ife.ee.ethz.ch
2931L: linux-sound@vger.kernel.org
2932W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2933S: Maintained
2934
2935PCI SUBSYSTEM
2936P: Greg Kroah-Hartman
2937M: gregkh@suse.de
2938L: linux-kernel@vger.kernel.org
2939L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002940T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941S: Supported
2942
2943PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002944P: Kristen Carlson Accardi
2945M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946S: Supported
2947
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002948PCIE HOTPLUG DRIVER
2949P: Kristen Carlson Accardi
2950M: kristen.c.accardi@intel.com
2951L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002952S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002953
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002955P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002956L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002958T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002959S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960
2961PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002962P: Don Fry
2963M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002964L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965S: Maintained
2966
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002967PER-TASK DELAY ACCOUNTING
2968P: Shailabh Nagar
2969M: nagar@watson.ibm.com
2970L: linux-kernel@vger.kernel.org
2971S: Maintained
2972
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002973PERSONALITY HANDLING
2974P: Christoph Hellwig
2975M: hch@infradead.org
2976L: linux-abi-devel@lists.sourceforge.net
2977S: Maintained
2978
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002980P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981M: joern@wh.fh-wedel.de
2982L: linux-mtd@lists.infradead.org
2983S: Maintained
2984
Peter Osterlund249a6772005-09-27 21:45:30 -07002985PKTCDVD DRIVER
2986P: Peter Osterlund
2987M: petero2@telia.com
2988L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002989S: Maintained
2990
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002992P: Thomas Gleixner
2993M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002994L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995S: Supported
2996
Anton Vorontsov3be86142007-07-15 04:43:36 +04002997POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2998P: Anton Vorontsov
2999M: cbou@mail.ru
3000P: David Woodhouse
3001M: dwmw2@infradead.org
3002L: linux-kernel@vger.kernel.org
3003L: kernel-discuss@handhelds.org
3004T: git git.infradead.org/battery-2.6.git
3005S: Maintained
3006
Eugene Surovegin24682972005-10-14 03:00:53 -07003007POWERPC 4xx EMAC DRIVER
3008P: Eugene Surovegin
3009M: ebs@ebshome.net
3010W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003011L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003012L: netdev@vger.kernel.org
3013S: Maintained
3014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015PNP SUPPORT
3016P: Adam Belay
3017M: ambx1@neo.rr.com
3018S: Maintained
3019
Vitaly Wool999445d2007-01-04 13:07:03 +01003020PNXxxxx I2C DRIVER
3021P: Vitaly Wool
3022M: vitalywool@gmail.com
3023L: i2c@lm-sensors.org
3024S: Maintained
3025
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026PPP PROTOCOL DRIVERS AND COMPRESSORS
3027P: Paul Mackerras
3028M: paulus@samba.org
3029L: linux-ppp@vger.kernel.org
3030S: Maintained
3031
3032PPP OVER ATM (RFC 2364)
3033P: Mitchell Blank Jr
3034M: mitch@sfgoth.com
3035S: Maintained
3036
3037PPP OVER ETHERNET
3038P: Michal Ostrowski
3039M: mostrows@speakeasy.net
3040S: Maintained
3041
James Chapmana6d23702007-06-27 15:53:17 -07003042PPP OVER L2TP
3043P: James Chapman
3044M: jchapman@katalix.com
3045S: Maintained
3046
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047PREEMPTIBLE KERNEL
3048P: Robert Love
3049M: rml@tech9.net
3050L: linux-kernel@vger.kernel.org
3051L: kpreempt-tech@lists.sourceforge.net
3052W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3053S: Supported
3054
Michael Wueff1a592007-09-25 18:11:01 -07003055P54 WIRELESS DRIVER
3056P: Michael Wu
3057M: flamingice@sourmilk.net
3058L: linux-wireless@vger.kernel.org
3059W: http://prism54.org
3060T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3061S: Maintained
3062
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003064P: Luis R. Rodriguez
3065M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003066L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067W: http://prism54.org
3068S: Maintained
3069
3070PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3071P: Peter Denison
3072M: promise@pnd-pc.demon.co.uk
3073W: http://www.pnd-pc.demon.co.uk/promise/
3074S: Maintained
3075
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003076PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3077P: Mikael Pettersson
3078M: mikpe@it.uu.se
3079L: linux-ide@vger.kernel.org
3080S: Maintained
3081
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003082PS3 NETWORK SUPPORT
3083P: Masakazu Mokuno
3084M: mokuno@sm.sony.co.jp
3085L: netdev@vger.kernel.org
3086L: cbe-oss-dev@ozlabs.org
3087S: Supported
3088
Geoff Levandf58a9d12006-11-23 00:46:51 +01003089PS3 PLATFORM SUPPORT
3090P: Geoff Levand
3091M: geoffrey.levand@am.sony.com
3092L: linuxppc-dev@ozlabs.org
3093L: cbe-oss-dev@ozlabs.org
3094S: Supported
3095
Michael Krufky83202042006-07-03 00:24:18 -07003096PVRUSB2 VIDEO4LINUX DRIVER
3097P: Mike Isely
3098M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003099L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003100L: video4linux-list@redhat.com
3101W: http://www.isely.net/pvrusb2/
3102S: Maintained
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104PXA2xx SUPPORT
3105P: Nicolas Pitre
3106M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003107L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108S: Maintained
3109
Pierre Ossman272f1332007-05-14 21:25:26 +02003110PXA MMCI DRIVER
3111S: Orphan
3112
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113QLOGIC QLA2XXX FC-SCSI DRIVER
3114P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003115M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116L: linux-scsi@vger.kernel.org
3117S: Supported
3118
Ron Mercer5a4faa872006-07-25 00:40:21 -07003119QLOGIC QLA3XXX NETWORK DRIVER
3120P: Ron Mercer
3121M: linux-driver@qlogic.com
3122L: netdev@vger.kernel.org
3123S: Supported
3124
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125QNX4 FILESYSTEM
3126P: Anders Larsen
3127M: al@alarsen.net
3128L: linux-kernel@vger.kernel.org
3129W: http://www.alarsen.net/linux/qnx4fs/
3130S: Maintained
3131
3132RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003133P: Benjamin Herrenschmidt
3134M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003135L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136S: Maintained
3137
3138RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003139P: Paul Mackerras
3140M: paulus@samba.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
3144RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3145P: Corey Thomas
3146M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003147L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148S: Maintained
3149
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003150RALINK RT2X00 WLAN DRIVER
3151P: rt2x00 project
3152L: linux-wireless@vger.kernel.org
3153L: rt2400-devel@lists.sourceforge.net
3154W: http://rt2x00.serialmonkey.com/
3155S: Maintained
3156F: drivers/net/wireless/rt2x00/
3157
Matt Mackall9e95ce22005-04-16 15:25:56 -07003158RANDOM NUMBER DRIVER
3159P: Matt Mackall
3160M: mpm@selenic.com
3161S: Maintained
3162
Matt Porter394b7012005-11-07 01:00:15 -08003163RAPIDIO SUBSYSTEM
3164P: Matt Porter
3165M: mporter@kernel.crashing.org
3166L: linux-kernel@vger.kernel.org
3167S: Maintained
3168
Josh Triplett595182b2006-10-04 02:17:21 -07003169READ-COPY UPDATE (RCU)
3170P: Dipankar Sarma
3171M: dipankar@in.ibm.com
3172W: http://www.rdrop.com/users/paulmck/rclock/
3173L: linux-kernel@vger.kernel.org
3174S: Supported
3175
3176RCUTORTURE MODULE
3177P: Josh Triplett
3178M: josh@freedesktop.org
3179L: linux-kernel@vger.kernel.org
3180S: Maintained
3181
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182REAL TIME CLOCK DRIVER
3183P: Paul Gortmaker
3184M: p_gortmaker@yahoo.com
3185L: linux-kernel@vger.kernel.org
3186S: Maintained
3187
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003188REAL TIME CLOCK (RTC) SUBSYSTEM
3189P: Alessandro Zummo
3190M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003191L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003192S: Maintained
3193
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194REISERFS FILE SYSTEM
3195P: Hans Reiser
3196M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003197L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198W: http://www.namesys.com
3199S: Supported
3200
3201ROCKETPORT DRIVER
3202P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203W: http://www.comtrol.com
3204S: Maintained
3205
3206ROSE NETWORK LAYER
3207P: Ralf Baechle
3208M: ralf@linux-mips.org
3209L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003210W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Maintained
3212
3213RISCOM8 DRIVER
3214S: Orphan
3215
Michael Wu605bebe2007-05-14 01:41:02 -04003216RTL818X WIRELESS DRIVER
3217P: Michael Wu
3218M: flamingice@sourmilk.net
3219P: Andrea Merello
3220M: andreamrl@tiscali.it
3221L: linux-wireless@vger.kernel.org
3222W: http://linuxwireless.org/
3223T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3224S: Maintained
3225
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003226S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003227P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003228M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003229L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003230S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003231
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232S390
3233P: Martin Schwidefsky
3234M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003235P: Heiko Carstens
3236M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003238L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003239W: http://www.ibm.com/developerworks/linux/linux390/
3240S: Supported
3241
3242S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003243P: Ursula Braun
3244M: ubraun@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003245M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003246L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003247W: http://www.ibm.com/developerworks/linux/linux390/
3248S: Supported
3249
3250S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003251P: Swen Schillig
3252M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003253M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003254L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003255W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256S: Supported
3257
Ursula Braundd96df22007-09-19 13:09:02 +02003258S390 IUCV NETWORK LAYER
3259P: Ursula Braun
3260M: ubraun@linux.vnet.ibm.com
3261M: linux390@de.ibm.com
3262L: linux-s390@vger.kernel.org
3263W: http://www.ibm.com/developerworks/linux/linux390/
3264S: Supported
3265
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266SAA7146 VIDEO4LINUX-2 DRIVER
3267P: Michael Hunold
3268M: michael@mihu.de
3269W: http://www.mihu.de/linux/saa7146
3270S: Maintained
3271
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272SC1200 WDT DRIVER
3273P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003274M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275S: Maintained
3276
3277SCHEDULER
3278P: Ingo Molnar
3279M: mingo@elte.hu
3280P: Robert Love [the preemptible kernel bits]
3281M: rml@tech9.net
3282L: linux-kernel@vger.kernel.org
3283S: Maintained
3284
3285SCSI CDROM DRIVER
3286P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003287M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288L: linux-scsi@vger.kernel.org
3289W: http://www.kernel.dk
3290S: Maintained
3291
3292SCSI SG DRIVER
3293P: Doug Gilbert
3294M: dgilbert@interlog.com
3295L: linux-scsi@vger.kernel.org
3296W: http://www.torque.net/sg
3297S: Maintained
3298
3299SCSI SUBSYSTEM
3300P: James E.J. Bottomley
3301M: James.Bottomley@SteelEye.com
3302L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003303T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304S: Maintained
3305
3306SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003307P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308M: Kai.Makisara@kolumbus.fi
3309L: linux-scsi@vger.kernel.org
3310S: Maintained
3311
3312SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003313P: Vlad Yasevich
3314M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003315P: Sridhar Samudrala
3316M: sri@us.ibm.com
3317L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003318W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003319S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320
3321SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003322P: Jim Cromie
3323M: jim.cromie@gmail.com
3324S: Odd Fixes
3325
3326SCx200 GPIO DRIVER
3327P: Jim Cromie
3328M: jim.cromie@gmail.com
3329S: Maintained
3330
3331SCx200 HRT CLOCKSOURCE DRIVER
3332P: Jim Cromie
3333M: jim.cromie@gmail.com
3334S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335
3336SECURITY CONTACT
3337P: Security Officers
3338M: security@kernel.org
3339S: Supported
3340
3341SELINUX SECURITY MODULE
3342P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003343M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003345M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003346P: Eric Paris
3347M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003349L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350W: http://www.nsa.gov/selinux
3351S: Supported
3352
Jiri Slabycef2cf02007-05-08 00:31:45 -07003353SENSABLE PHANTOM
3354P: Jiri Slaby
3355M: jirislaby@gmail.com
3356S: Maintained
3357
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358SERIAL ATA (SATA) SUBSYSTEM:
3359P: Jeff Garzik
3360M: jgarzik@pobox.com
3361L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003362T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363S: Supported
3364
3365SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3366P: Pat Gefre
3367M: pfg@sgi.com
3368L: linux-ia64@vger.kernel.org
3369S: Supported
3370
3371SGI VISUAL WORKSTATION 320 AND 540
3372P: Andrey Panin
3373M: pazke@donpac.ru
3374L: linux-visws-devel@lists.sf.net
3375W: http://linux-visws.sf.net
3376S: Maintained for 2.6.
3377
3378SIMTEC EB110ATX (Chalice CATS)
3379P: Ben Dooks
3380P: Vincent Sanders
3381M: support@simtec.co.uk
3382W: http://www.simtec.co.uk/products/EB110ATX/
3383S: Supported
3384
3385SIMTEC EB2410ITX (BAST)
3386P: Ben Dooks
3387P: Vincent Sanders
3388M: support@simtec.co.uk
3389W: http://www.simtec.co.uk/products/EB2410ITX/
3390S: Supported
3391
Francois Romieu92aab3c2005-07-30 13:11:18 +02003392SIS 190 ETHERNET DRIVER
3393P: Francois Romieu
3394M: romieu@fr.zoreil.com
3395L: netdev@vger.kernel.org
3396S: Maintained
3397
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398SIS 5513 IDE CONTROLLER DRIVER
3399P: Lionel Bouton
3400M: Lionel.Bouton@inet6.fr
3401W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3402W: http://gyver.homeip.net/sis5513/index.html
3403S: Maintained
3404
3405SIS 900/7016 FAST ETHERNET DRIVER
3406P: Daniele Venzano
3407M: venza@brownhat.org
3408W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003409L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410S: Maintained
3411
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003412SIS 96X I2C/SMBUS DRIVER
3413P: Mark M. Hoffman
3414M: mhoffman@lightlink.com
3415L: lm-sensors@lm-sensors.org
3416S: Maintained
3417
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418SIS FRAMEBUFFER DRIVER
3419P: Thomas Winischhofer
3420M: thomas@winischhofer.net
3421W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003422S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423
3424SIS USB2VGA DRIVER
3425P: Thomas Winischhofer
3426M: thomas@winischhofer.net
3427W: http://www.winischhofer.at/linuxsisusbvga.shtml
3428S: Maintained
3429
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003430SLAB ALLOCATOR
3431P: Christoph Lameter
3432M: clameter@sgi.com
3433P: Pekka Enberg
3434M: penberg@cs.helsinki.fi
3435L: linux-mm@kvack.org
3436S: Maintained
3437
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438SMC91x ETHERNET DRIVER
3439P: Nicolas Pitre
3440M: nico@cam.org
3441S: Maintained
3442
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003443SMSC47B397 HARDWARE MONITOR DRIVER
3444P: Mark M. Hoffman
3445M: mhoffman@lightlink.com
3446L: lm-sensors@lm-sensors.org
3447S: Maintained
3448
Daniel Drake8f0f8502006-07-18 22:00:25 +01003449SOFTMAC LAYER (IEEE 802.11)
3450P: Johannes Berg
3451M: johannes@sipsolutions.net
3452P: Joe Jezak
3453M: josejx@gentoo.org
3454P: Daniel Drake
3455M: dsd@gentoo.org
3456W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003457L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003458S: Maintained
3459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460SOFTWARE RAID (Multiple Disks) SUPPORT
3461P: Ingo Molnar
3462M: mingo@redhat.com
3463P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003464M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003466S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467
Pavel Machek95a631e2007-07-19 01:47:42 -07003468HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469P: Pavel Machek
3470M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003471P: Rafael J. Wysocki
3472M: rjw@sisk.pl
3473L: linux-pm@lists.linux-foundation.org
3474S: Supported
3475
3476SUSPEND TO RAM:
3477P: Pavel Machek
3478M: pavel@suse.cz
3479P: Rafael J. Wysocki
3480M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003481L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482S: Maintained
3483
3484SONIC NETWORK DRIVER
3485P: Thomas Bogendoerfer
3486M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003487L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488S: Maintained
3489
Michael Buesch61e115a2007-09-18 15:12:50 -04003490SONICS SILICON BACKPLANE DRIVER (SSB)
3491P: Michael Buesch
3492M: mb@bu3sch.de
3493L: netdev@vger.kernel.org
3494S: Maintained
3495
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003497P: Mattia Dongili
3498M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003499L: linux-acpi@vger.kernel.org
3500W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501S: Maintained
3502
3503SOUND
3504P: Jaroslav Kysela
3505M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003506L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507S: Maintained
3508
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003509SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3510P: Liam Girdwood
3511M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003512L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003513S: Supported
3514
Kumar Gala025c3982006-04-02 16:05:54 -05003515SPI SUBSYSTEM
3516P: David Brownell
3517M: dbrownell@users.sourceforge.net
3518L: spi-devel-general@lists.sourceforge.net
3519S: Maintained
3520
Steven Rostedt855f46a2006-08-05 12:14:50 -07003521STABLE BRANCH:
3522P: Greg Kroah-Hartman
3523M: greg@kroah.com
3524P: Chris Wright
3525M: chrisw@sous-sol.org
3526L: stable@kernel.org
3527S: Maintained
3528
Kylene Hall1c72d462005-05-01 08:59:13 -07003529TPM DEVICE DRIVER
3530P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003531M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003532W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003533P: Marcel Selhorst
3534M: tpm@selhorst.net
3535W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003536L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003537S: Maintained
3538
Mark Gross1a80ba82005-10-30 15:02:55 -08003539Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003540P: Mark Gross
3541M: mark.gross@intel.com
3542S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003543
Chris Zankel48b415c2005-06-23 22:01:07 -07003544TENSILICA XTENSA PORT (xtensa):
3545P: Chris Zankel
3546M: chris@zankel.net
3547S: Maintained
3548
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003549THINKPAD ACPI EXTRAS DRIVER
3550P: Henrique de Moraes Holschuh
3551M: ibm-acpi@hmh.eng.br
3552L: ibm-acpi-devel@lists.sourceforge.net
3553W: http://ibm-acpi.sourceforge.net
3554W: http://thinkwiki.org/wiki/Ibm-acpi
3555T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3556S: Maintained
3557
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558UltraSPARC (sparc64):
3559P: David S. Miller
3560M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003562T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S: Maintained
3564
3565SHARP LH SUPPORT (LH7952X & LH7A40X)
3566P: Marc Singer
3567M: elf@buici.com
3568W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570S: Maintained
3571
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003572SHPC HOTPLUG DRIVER
3573P: Kristen Carlson Accardi
3574M: kristen.c.accardi@intel.com
3575L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003576S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003577
Pierre Ossmand129bce2006-03-24 03:18:17 -08003578SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3579P: Pierre Ossman
3580M: drzeus-sdhci@drzeus.cx
3581L: sdhci-devel@list.drzeus.cx
3582W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3583S: Maintained
3584
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003585SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3586P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003587M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003588L: netdev@vger.kernel.org
3589S: Maintained
3590
Chris Boot1a87d942006-07-10 04:45:34 -07003591SOEKRIS NET48XX LED SUPPORT
3592P: Chris Boot
3593M: bootc@bootc.net
3594S: Maintained
3595
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596SPARC (sparc32):
3597P: William L. Irwin
3598M: wli@holomorphy.com
3599L: sparclinux@vger.kernel.org
3600S: Maintained
3601
3602SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3603P: Roger Wolff
3604M: R.E.Wolff@BitWizard.nl
3605L: linux-kernel@vger.kernel.org ?
3606S: Supported
3607
Jim Lewis2752e402006-09-29 02:01:19 -07003608SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003609P: Linas Vepstas
3610M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003611L: netdev@vger.kernel.org
3612S: Supported
3613
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614SRM (Alpha) environment access
3615P: Jan-Benedict Glaw
3616M: jbglaw@lug-owl.de
3617L: linux-kernel@vger.kernel.org
3618S: Maintained
3619
3620STARFIRE/DURALAN NETWORK DRIVER
3621P: Ion Badulescu
3622M: ionut@cs.columbia.edu
3623S: Maintained
3624
3625STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3626W: http://mosquitonet.Stanford.EDU/strip.html
3627S: Unsupported ?
3628
3629STRADIS MPEG-2 DECODER DRIVER
3630P: Nathan Laredo
3631M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632W: http://www.stradis.com/
3633S: Maintained
3634
3635SUPERH (sh)
3636P: Paul Mundt
3637M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003638L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640S: Maintained
3641
3642SUPERH64 (sh64)
3643P: Paul Mundt
3644M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645L: linuxsh-shmedia-dev@lists.sourceforge.net
3646W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647S: Maintained
3648
3649SUN3/3X
3650P: Sam Creasey
3651M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652W: http://sammy.net/sun3/
3653S: Maintained
3654
3655SVGA HANDLING
3656P: Martin Mares
3657M: mj@ucw.cz
3658L: linux-video@atrey.karlin.mff.cuni.cz
3659S: Maintained
3660
3661SYSV FILESYSTEM
3662P: Christoph Hellwig
3663M: hch@infradead.org
3664S: Maintained
3665
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003666TC CLASSIFIER
3667P: Jamal Hadi Salim
3668M: hadi@cyberus.ca
3669L: netdev@vger.kernel.org
3670S: Maintained
3671
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003672TCP LOW PRIORITY MODULE
3673P: Wong Hoi Sing, Edison
3674M: hswong3i@gmail.com
3675P: Hung Hing Lun, Mike
3676M: hlhung3i@gmail.com
3677W: http://tcp-lp-mod.sourceforge.net/
3678S: Maintained
3679
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003680TEHUTI ETHERNET DRIVER
3681P: Alexander Indenbaum
3682M: baum@tehutinetworks.net
3683P: Andy Gospodarek
3684M: andy@greyhouse.net
3685L: netdev@vger.kernel.org
3686S: Supported
3687
Alex Dubov4020f2d2006-10-04 02:15:37 -07003688TI FLASH MEDIA INTERFACE DRIVER
3689P: Alex Dubov
3690M: oakad@yahoo.com
3691S: Maintained
3692
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003693TI OMAP MMC INTERFACE DRIVER
3694P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3695M: linux-omap-open-source@linux.omap.com
3696W: http://linux.omap.com
3697W: http://www.muru.com/linux/omap/
3698S: Maintained
3699
Michael Buesch844dd052006-06-26 00:24:59 -07003700TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3701P: Deepak Saxena
3702M: dsaxena@plexity.net
3703S: Maintained
3704
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003705TASKSTATS STATISTICS INTERFACE
3706P: Shailabh Nagar
3707M: nagar@watson.ibm.com
3708L: linux-kernel@vger.kernel.org
3709S: Maintained
3710
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003712P: Romain Lievin
3713M: roms@lpg.ticalc.org
3714S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715
Per Lidene86eaa32006-01-12 16:45:18 +01003716TIPC NETWORK LAYER
3717P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003718M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003719P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003720M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003721P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003722M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003723L: tipc-discussion@lists.sourceforge.net
3724W: http://tipc.sourceforge.net/
3725W: http://tipc.cslab.ericsson.net/
3726T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3727S: Maintained
3728
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729TLAN NETWORK DRIVER
3730P: Samuel Chessman
3731M: chessman@tux.org
3732L: tlan-devel@lists.sourceforge.net
3733W: http://sourceforge.net/projects/tlan/
3734S: Maintained
3735
3736TOKEN-RING NETWORK DRIVER
3737P: Mike Phillips
3738M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003739L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740L: linux-tr@linuxtr.net
3741W: http://www.linuxtr.net
3742S: Maintained
3743
3744TOSHIBA ACPI EXTRAS DRIVER
3745P: John Belmonte
3746M: toshiba_acpi@memebeam.org
3747W: http://memebeam.org/toys/ToshibaAcpiDriver
3748S: Maintained
3749
3750TOSHIBA SMM DRIVER
3751P: Jonathan Buzzard
3752M: jonathan@buzzard.org.uk
3753L: tlinux-users@tce.toshiba-dme.co.jp
3754W: http://www.buzzard.org.uk/toshiba/
3755S: Maintained
3756
3757TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3758P: Muli Ben-Yehuda
3759M: mulix@mulix.org
3760L: linux-kernel@vger.kernel.org
3761S: Maintained
3762
3763TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003764P: Adrian Bunk
3765M: trivial@kernel.org
3766L: linux-kernel@vger.kernel.org
3767W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3768T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3769S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770
3771TMS380 TOKEN-RING NETWORK DRIVER
3772P: Adam Fritzler
3773M: mid@auk.cx
3774L: linux-tr@linuxtr.net
3775W: http://www.auk.cx/tms380tr/
3776S: Maintained
3777
3778TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779L: tulip-users@lists.sourceforge.net
3780W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003781S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782
3783TUN/TAP driver
3784P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003785M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786L: vtun@office.satix.net
3787W: http://vtun.sourceforge.net/tun
3788S: Maintained
3789
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003790TURBOCHANNEL SUBSYSTEM
3791P: Maciej W. Rozycki
3792M: macro@linux-mips.org
3793S: Maintained
3794
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795U14-34F SCSI DRIVER
3796P: Dario Ballabio
3797M: ballabio_dario@emc.com
3798L: linux-scsi@vger.kernel.org
3799S: Maintained
3800
3801UDF FILESYSTEM
3802P: Ben Fennema
3803M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804W: http://linux-udf.sourceforge.net
3805S: Maintained
3806
3807UNIFORM CDROM DRIVER
3808P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003809M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810L: linux-kernel@vger.kernel.org
3811W: http://www.kernel.dk
3812S: Maintained
3813
3814USB ACM DRIVER
3815P: Oliver Neukum
3816M: oliver@neukum.name
3817L: linux-usb-users@lists.sourceforge.net
3818L: linux-usb-devel@lists.sourceforge.net
3819S: Maintained
3820
3821USB BLOCK DRIVER (UB ub)
3822P: Pete Zaitcev
3823M: zaitcev@redhat.com
3824L: linux-kernel@vger.kernel.org
3825L: linux-usb-devel@lists.sourceforge.net
3826S: Supported
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828USB CDC ETHERNET DRIVER
3829P: Greg Kroah-Hartman
3830M: greg@kroah.com
3831L: linux-usb-users@lists.sourceforge.net
3832L: linux-usb-devel@lists.sourceforge.net
3833S: Maintained
3834W: http://www.kroah.com/linux-usb/
3835
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003836USB DAVICOM DM9601 DRIVER
3837P: Peter Korsgaard
3838M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003839L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003840W: http://www.linux-usb.org/usbnet
3841S: Maintained
3842
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843USB EHCI DRIVER
3844P: David Brownell
3845M: dbrownell@users.sourceforge.net
3846L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003847S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848
Luca Risolia7ce08c92006-01-11 02:06:59 +00003849USB ET61X[12]51 DRIVER
3850P: Luca Risolia
3851M: luca.risolia@studio.unibo.it
3852L: linux-usb-devel@lists.sourceforge.net
3853L: video4linux-list@redhat.com
3854W: http://www.linux-projects.org
3855S: Maintained
3856
David Brownell69ae9e32006-11-14 02:03:31 -08003857USB GADGET/PERIPHERAL SUBSYSTEM
3858P: David Brownell
3859M: dbrownell@users.sourceforge.net
3860L: linux-usb-devel@lists.sourceforge.net
3861W: http://www.linux-usb.org/gadget
3862S: Maintained
3863
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003864USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003865P: Jiri Kosina
3866M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003868T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869S: Maintained
3870
3871USB HUB DRIVER
3872P: Johannes Erdfelt
3873M: johannes@erdfelt.com
3874L: linux-usb-users@lists.sourceforge.net
3875L: linux-usb-devel@lists.sourceforge.net
3876S: Maintained
3877
Olav Kongas959eea22005-11-03 17:38:14 +02003878USB ISP116X DRIVER
3879P: Olav Kongas
3880M: ok@artecdesign.ee
3881L: linux-usb-devel@lists.sourceforge.net
3882S: Maintained
3883
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884USB KAWASAKI LSI DRIVER
3885P: Oliver Neukum
3886M: oliver@neukum.name
3887L: linux-usb-users@lists.sourceforge.net
3888L: linux-usb-devel@lists.sourceforge.net
3889S: Maintained
3890
3891USB MASS STORAGE DRIVER
3892P: Matthew Dharm
3893M: mdharm-usb@one-eyed-alien.net
3894L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003895L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896S: Maintained
3897W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3898
3899USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003900P: David Brownell
3901M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902L: linux-usb-users@lists.sourceforge.net
3903L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003904S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905
Matthias Urlichsba460e42005-07-14 00:33:47 -07003906USB OPTION-CARD DRIVER
3907P: Matthias Urlichs
3908M: smurf@smurf.noris.de
3909L: linux-usb-devel@lists.sourceforge.net
3910S: Maintained
3911
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912USB OV511 DRIVER
3913P: Mark McClelland
3914M: mmcclell@bigfoot.com
3915L: linux-usb-users@lists.sourceforge.net
3916L: linux-usb-devel@lists.sourceforge.net
3917W: http://alpha.dyndns.org/ov511/
3918S: Maintained
3919
3920USB PEGASUS DRIVER
3921P: Petko Manolov
3922M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003924L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925W: http://pegasus2.sourceforge.net/
3926S: Maintained
3927
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003928USB PRINTER DRIVER (usblp)
3929P: Pete Zaitcev
3930M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931L: linux-usb-users@lists.sourceforge.net
3932L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003933S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934
3935USB RTL8150 DRIVER
3936P: Petko Manolov
3937M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003939L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940W: http://pegasus2.sourceforge.net/
3941S: Maintained
3942
3943USB SE401 DRIVER
3944P: Jeroen Vreeken
3945M: pe1rxq@amsat.org
3946L: linux-usb-users@lists.sourceforge.net
3947L: linux-usb-devel@lists.sourceforge.net
3948W: http://www.chello.nl/~j.vreeken/se401/
3949S: Maintained
3950
3951USB SERIAL CYBERJACK DRIVER
3952P: Matthias Bruestle and Harald Welte
3953M: support@reiner-sct.com
3954W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3955S: Maintained
3956
3957USB SERIAL DIGI ACCELEPORT DRIVER
3958P: Peter Berger and Al Borchers
3959M: pberger@brimson.com
3960M: alborchers@steinerpoint.com
3961L: linux-usb-users@lists.sourceforge.net
3962L: linux-usb-devel@lists.sourceforge.net
3963S: Maintained
3964
3965USB SERIAL DRIVER
3966P: Greg Kroah-Hartman
3967M: gregkh@suse.de
3968L: linux-usb-users@lists.sourceforge.net
3969L: linux-usb-devel@lists.sourceforge.net
3970S: Supported
3971
3972USB SERIAL BELKIN F5U103 DRIVER
3973P: William Greathouse
3974M: wgreathouse@smva.com
3975L: linux-usb-users@lists.sourceforge.net
3976L: linux-usb-devel@lists.sourceforge.net
3977S: Maintained
3978
3979USB SERIAL CYPRESS M8 DRIVER
3980P: Lonnie Mendez
3981M: dignome@gmail.com
3982L: linux-usb-users@lists.sourceforge.net
3983L: linux-usb-devel@lists.sourceforge.net
3984S: Maintained
3985W: http://geocities.com/i0xox0i
3986W: http://firstlight.net/cvs
3987
3988USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3989L: linux-usb-users@lists.sourceforge.net
3990L: linux-usb-devel@lists.sourceforge.net
3991S: Maintained
3992
3993USB AUERSWALD DRIVER
3994P: Wolfgang Muees
3995M: wolfgang@iksw-muees.de
3996L: linux-usb-users@lists.sourceforge.net
3997L: linux-usb-devel@lists.sourceforge.net
3998S: Maintained
3999
4000USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4001P: Gary Brubaker
4002M: xavyer@ix.netcom.com
4003L: linux-usb-users@lists.sourceforge.net
4004L: linux-usb-devel@lists.sourceforge.net
4005S: Maintained
4006
4007USB SERIAL KEYSPAN DRIVER
4008P: Greg Kroah-Hartman
4009M: greg@kroah.com
4010L: linux-usb-users@lists.sourceforge.net
4011L: linux-usb-devel@lists.sourceforge.net
4012W: http://www.kroah.com/linux/
4013S: Maintained
4014
4015USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004016P: Support Department
4017M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018L: linux-usb-users@lists.sourceforge.net
4019L: linux-usb-devel@lists.sourceforge.net
4020W: http://www.connecttech.com
4021S: Supported
4022
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004023USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024P: Luca Risolia
4025M: luca.risolia@studio.unibo.it
4026L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004027L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028W: http://www.linux-projects.org
4029S: Maintained
4030
4031USB SUBSYSTEM
4032P: Greg Kroah-Hartman
4033M: gregkh@suse.de
4034L: linux-usb-users@lists.sourceforge.net
4035L: linux-usb-devel@lists.sourceforge.net
4036W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004037T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038S: Supported
4039
4040USB UHCI DRIVER
4041P: Alan Stern
4042M: stern@rowland.harvard.edu
4043L: linux-usb-users@lists.sourceforge.net
4044L: linux-usb-devel@lists.sourceforge.net
4045S: Maintained
4046
David Brownell69ae9e32006-11-14 02:03:31 -08004047USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048P: David Brownell
4049M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004050L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004051W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052S: Maintained
4053
4054USB W996[87]CF DRIVER
4055P: Luca Risolia
4056M: luca.risolia@studio.unibo.it
4057L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004058L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059W: http://www.linux-projects.org
4060S: Maintained
4061
Luca Risolia60f78052006-02-06 16:29:35 +00004062USB ZC0301 DRIVER
4063P: Luca Risolia
4064M: luca.risolia@studio.unibo.it
4065L: linux-usb-devel@lists.sourceforge.net
4066L: video4linux-list@redhat.com
4067W: http://www.linux-projects.org
4068S: Maintained
4069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070USB ZD1201 DRIVER
4071P: Jeroen Vreeken
4072M: pe1rxq@amsat.org
4073L: linux-usb-users@lists.sourceforge.net
4074L: linux-usb-devel@lists.sourceforge.net
4075W: http://linux-lc100020.sourceforge.net
4076S: Maintained
4077
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004078USB ZR364XX DRIVER
4079P: Antoine Jacquet
4080M: royale@zerezo.com
4081L: linux-usb-devel@lists.sourceforge.net
4082L: video4linux-list@redhat.com
4083W: http://royale.zerezo.com/zr364xx/
4084S: Maintained
4085
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086USER-MODE LINUX
4087P: Jeff Dike
4088M: jdike@karaya.com
4089L: user-mode-linux-devel@lists.sourceforge.net
4090L: user-mode-linux-user@lists.sourceforge.net
4091W: http://user-mode-linux.sourceforge.net
4092S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004093
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094FAT/VFAT/MSDOS FILESYSTEM:
4095P: OGAWA Hirofumi
4096M: hirofumi@mail.parknet.co.jp
4097L: linux-kernel@vger.kernel.org
4098S: Maintained
4099
4100VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4101P: Jeff Garzik
4102S: Odd fixes
4103
4104VIA RHINE NETWORK DRIVER
4105P: Roger Luethi
4106M: rl@hellgate.ch
4107S: Maintained
4108
Jean Delvare32c0a522005-09-22 21:47:58 +02004109VIAPRO SMBUS DRIVER
4110P: Jean Delvare
4111M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004112L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004113S: Maintained
4114
Francois Romieu01f20732007-01-26 00:57:17 -08004115VIA VELOCITY NETWORK DRIVER
4116P: Francois Romieu
4117M: romieu@fr.zoreil.com
4118L: netdev@vger.kernel.org
4119S: Maintained
4120
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121UCLINUX (AND M68KNOMMU)
4122P: Greg Ungerer
4123M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004125L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126S: Maintained
4127
4128UCLINUX FOR NEC V850
4129P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130
4131UCLINUX FOR RENESAS H8/300
4132P: Yoshinori Sato
4133M: ysato@users.sourceforge.jp
4134W: http://uclinux-h8.sourceforge.jp/
4135S: Supported
4136
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004137UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004138P: Evgeniy Dushistov
4139M: dushistov@mail.ru
4140L: linux-kernel@vger.kernel.org
4141S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004142
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143USB DIAMOND RIO500 DRIVER
4144P: Cesar Miquel
4145M: miquel@df.uba.ar
4146L: rio500-users@lists.sourceforge.net
4147W: http://rio500.sourceforge.net
4148S: Maintained
4149
4150VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004151P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004152M: mchehab@infradead.org
4153M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004155W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004156T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004157S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158
Juerg Haefligerab413192006-09-24 20:54:04 +02004159VT1211 HARDWARE MONITOR DRIVER
4160P: Juerg Haefliger
4161M: juergh@gmail.com
4162L: lm-sensors@lm-sensors.org
4163S: Maintained
4164
Roger Lucas1de9e372005-11-26 20:20:05 +01004165VT8231 HARDWARE MONITOR DRIVER
4166P: Roger Lucas
4167M: roger@planbit.co.uk
4168L: lm-sensors@lm-sensors.org
4169S: Maintained
4170
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171W1 DALLAS'S 1-WIRE BUS
4172P: Evgeniy Polyakov
4173M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174S: Maintained
4175
Charles Spirakis13927072006-07-05 18:05:15 +02004176W83791D HARDWARE MONITORING DRIVER
4177P: Charles Spirakis
4178M: bezaur@gmail.com
4179L: lm-sensors@lm-sensors.org
4180S: Maintained
4181
Rudolf Marek61db0112006-12-12 18:18:30 +01004182W83793 HARDWARE MONITORING DRIVER
4183P: Rudolf Marek
4184M: r.marek@assembler.cz
4185L: lm-sensors@lm-sensors.org
4186S: Maintained
4187
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188W83L51xD SD/MMC CARD INTERFACE DRIVER
4189P: Pierre Ossman
4190M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004191L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192W: http://projects.drzeus.cx/wbsd
4193S: Maintained
4194
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004195WATCHDOG DEVICE DRIVERS
4196P: Wim Van Sebroeck
4197M: wim@iguana.be
4198T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4199S: Maintained
4200
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4202P: Jean Tourrilhes
4203M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004204L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4206S: Maintained
4207
4208WD7000 SCSI DRIVER
4209P: Miroslav Zagorac
4210M: zaga@fly.cc.fer.hr
4211L: linux-scsi@vger.kernel.org
4212S: Maintained
4213
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004214WISTRON LAPTOP BUTTON DRIVER
4215P: Miloslav Trmac
4216M: mitr@volny.cz
4217S: Maintained
4218
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219WL3501 WIRELESS PCMCIA CARD DRIVER
4220P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004221M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004222L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004223W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224S: Maintained
4225
4226X.25 NETWORK LAYER
4227P: Henner Eisen
4228M: eis@baty.hanse.de
4229L: linux-x25@vger.kernel.org
4230S: Maintained
4231
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004232XEN HYPERVISOR INTERFACE
4233P: Jeremy Fitzhardinge
4234M: jeremy@xensource.com
4235P: Chris Wright
4236M: chrisw@sous-sol.org
4237L: virtualization@lists.osdl.org
4238L: xen-devel@lists.xensource.com
4239S: Supported
4240
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241XFS FILESYSTEM
4242P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004243P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004245L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004247T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248S: Supported
4249
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004250XILINX SYSTEMACE DRIVER
4251P: Grant Likely
4252M: grant.likely@secretlab.ca
4253W: http://www.secretlab.ca/
4254L: linux-kernel@vger.kernel.org
4255S: Maintained
4256
Peter Korsgaard238b8722006-12-06 20:35:17 -08004257XILINX UARTLITE SERIAL DRIVER
4258P: Peter Korsgaard
4259M: jacmet@sunsite.dk
4260L: linux-serial@vger.kernel.org
4261S: Maintained
4262
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263X86 3-LEVEL PAGING (PAE) SUPPORT
4264P: Ingo Molnar
4265M: mingo@redhat.com
4266S: Maintained
4267
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268YAM DRIVER FOR AX.25
4269P: Jean-Paul Roubelat
4270M: jpr@f6fbb.org
4271L: linux-hams@vger.kernel.org
4272S: Maintained
4273
Henkaf64a5e2005-10-12 15:02:56 +02004274YEALINK PHONE DRIVER
4275P: Henk Vergonet
4276M: Henk.Vergonet@gmail.com
4277L: usbb2k-api-dev@nongnu.org
4278S: Maintained
4279
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280Z8530 DRIVER FOR AX.25
4281P: Joerg Reuter
4282M: jreuter@yaina.de
4283W: http://yaina.de/jreuter/
4284W: http://www.qsl.net/dl1bke/
4285L: linux-hams@vger.kernel.org
4286S: Maintained
4287
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004288ZD1211RW WIRELESS DRIVER
4289P: Daniel Drake
4290M: dsd@gentoo.org
4291P: Ulrich Kunitz
4292M: kune@deine-taler.de
4293W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004294L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004295L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4296S: Maintained
4297
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298ZF MACHZ WATCHDOG
4299P: Fernando Fuganti
4300M: fuganti@netbank.com.br
4301W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4302S: Maintained
4303
4304ZR36067 VIDEO FOR LINUX DRIVER
4305P: Ronald Bultje
4306M: rbultje@ronald.bitfreak.net
4307L: mjpeg-users@lists.sourceforge.net
4308W: http://mjpeg.sourceforge.net/driver-zoran/
4309S: Maintained
4310
4311ZR36120 VIDEO FOR LINUX DRIVER
4312P: Pauline Middelink
4313M: middelin@polyware.nl
4314W: http://www.polyware.nl/~middelin/En/hobbies.html
4315W: http://www.polyware.nl/~middelin/hobbies.html
4316S: Maintained
4317
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004318ZS DECSTATION Z85C30 SERIAL DRIVER
4319P: Maciej W. Rozycki
4320M: macro@linux-mips.org
4321S: Maintained
4322
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323THE REST
4324P: Linus Torvalds
4325S: Buried alive in reporters