blob: b97e53deb6e6daf92175f4f706772a6d63ffaba9 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680ATMEL WIRELESS DRIVER
681P: Simon Kelley
682M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700683L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684W: http://www.thekelleys.org.uk/atmel
685W: http://atmelwlandriver.sourceforge.net/
686S: Maintained
687
Chris Wrighta92b7b82005-07-07 18:12:23 -0700688AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100689P: David Woodhouse
690M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700691L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100692W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800693T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700694S: Maintained
695
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800696AUXILIARY DISPLAY DRIVERS
697P: Miguel Ojeda Sandonis
698M: maxextreme@gmail.com
699L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700700W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800701S: Maintained
702
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700703AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700704P: Haavard Skinnemoen
705M: hskinnemoen@atmel.com
706W: http://www.atmel.com/products/AVR32/
707W: http://avr32linux.org/
708W: http://avrfreaks.net/
709S: Supported
710
711AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700712P: Haavard Skinnemoen
713M: hskinnemoen@atmel.com
714S: Supported
715
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716AX.25 NETWORK LAYER
717P: Ralf Baechle
718M: ralf@linux-mips.org
719L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200720W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721S: Maintained
722
Richard Purdie300abeb2007-02-07 22:21:07 +0000723BACKLIGHT CLASS/SUBSYSTEM
724P: Richard Purdie
725M: rpurdie@rpsys.net
726S: Maintained
727
Bryan Wu1394f032007-05-06 14:50:22 -0700728BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800729P: Bryan Wu
730M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800731L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
732W: http://blackfin.uclinux.org
733S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700734
Bryan Wue190d6b2007-07-17 14:43:44 +0800735BLACKFIN EMAC DRIVER
736P: Bryan Wu
737M: bryan.wu@analog.com
738L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
739W: http://blackfin.uclinux.org
740S: Supported
741
Mike Frysinger566da5b2007-06-11 15:31:30 +0800742BLACKFIN RTC DRIVER
743P: Mike Frysinger
744M: michael.frysinger@analog.com
745M: vapier.adi@gmail.com
746L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
747W: http://blackfin.uclinux.org
748S: Supported
749
Bryan Wu1394f032007-05-06 14:50:22 -0700750BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800751P: Aubrey Li
752M: aubrey.li@analog.com
753L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
754W: http://blackfin.uclinux.org
755S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700756
Bryan Wu1e6d3202007-07-15 02:50:02 +0800757BLACKFIN WATCHDOG DRIVER
758P: Mike Frysinger
759M: michael.frysinger@analog.com
760M: vapier.adi@gmail.com
761L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
762W: http://blackfin.uclinux.org
763S: Supported
764
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765BAYCOM/HDLCDRV DRIVERS FOR AX.25
766P: Thomas Sailer
767M: t.sailer@alumni.ethz.ch
768L: linux-hams@vger.kernel.org
769W: http://www.baycom.org/~tom/ham/ham.html
770S: Maintained
771
Michael Buesche4d6b792007-09-18 15:39:42 -0400772B43 WIRELESS DRIVER
773P: Michael Buesch
774M: mb@bu3sch.de
775P: Stefano Brivio
776M: st3@riseup.net
777L: linux-wireless@vger.kernel.org
778W: http://bcm43xx.berlios.de/
779S: Maintained
780
Larry Finger75388ac2007-09-25 16:46:54 -0700781B43LEGACY WIRELESS DRIVER
782P: Larry Finger
783M: Larry.Finger@lwfinger.net
784L: linux-wireless@vger.kernel.org
785W: http://bcm43xx.berlios.de/
786S: Maintained
787
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200788BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
789P: Larry Finger
790M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200791P: Stefano Brivio
792M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700793L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200794W: http://bcm43xx.berlios.de/
795S: Maintained
796
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797BEFS FILE SYSTEM
798P: Sergey S. Kostyliov
799M: rathamahata@php4.ru
800L: linux-kernel@vger.kernel.org
801S: Maintained
802
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803BFS FILE SYSTEM
804P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800805M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806L: linux-kernel@vger.kernel.org
807S: Maintained
808
Bryan Wud24ecfc2007-05-01 23:26:32 +0200809BLACKFIN I2C TWI DRIVER
810P: Sonic Zhang
811M: sonic.zhang@analog.com
812L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
813W: http://blackfin.uclinux.org/
814S: Supported
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816BLOCK LAYER
817P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200818M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800820T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821S: Maintained
822
823BLUETOOTH SUBSYSTEM
824P: Marcel Holtmann
825M: marcel@holtmann.org
826P: Maxim Krasnyansky
827M: maxk@qualcomm.com
828L: bluez-devel@lists.sf.net
829W: http://bluez.sf.net
830W: http://www.bluez.org
831W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800832T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833S: Maintained
834
835BLUETOOTH RFCOMM LAYER
836P: Marcel Holtmann
837M: marcel@holtmann.org
838P: Maxim Krasnyansky
839M: maxk@qualcomm.com
840S: Maintained
841
842BLUETOOTH BNEP LAYER
843P: Marcel Holtmann
844M: marcel@holtmann.org
845P: Maxim Krasnyansky
846M: maxk@qualcomm.com
847S: Maintained
848
849BLUETOOTH CMTP LAYER
850P: Marcel Holtmann
851M: marcel@holtmann.org
852S: Maintained
853
854BLUETOOTH HIDP LAYER
855P: Marcel Holtmann
856M: marcel@holtmann.org
857S: Maintained
858
859BLUETOOTH HCI UART DRIVER
860P: Marcel Holtmann
861M: marcel@holtmann.org
862P: Maxim Krasnyansky
863M: maxk@qualcomm.com
864S: Maintained
865
866BLUETOOTH HCI USB DRIVER
867P: Marcel Holtmann
868M: marcel@holtmann.org
869P: Maxim Krasnyansky
870M: maxk@qualcomm.com
871S: Maintained
872
873BLUETOOTH HCI BCM203X DRIVER
874P: Marcel Holtmann
875M: marcel@holtmann.org
876S: Maintained
877
878BLUETOOTH HCI BPA10X DRIVER
879P: Marcel Holtmann
880M: marcel@holtmann.org
881S: Maintained
882
883BLUETOOTH HCI BFUSB DRIVER
884P: Marcel Holtmann
885M: marcel@holtmann.org
886S: Maintained
887
888BLUETOOTH HCI DTL1 DRIVER
889P: Marcel Holtmann
890M: marcel@holtmann.org
891S: Maintained
892
893BLUETOOTH HCI BLUECARD DRIVER
894P: Marcel Holtmann
895M: marcel@holtmann.org
896S: Maintained
897
898BLUETOOTH HCI BT3C DRIVER
899P: Marcel Holtmann
900M: marcel@holtmann.org
901S: Maintained
902
903BLUETOOTH HCI BTUART DRIVER
904P: Marcel Holtmann
905M: marcel@holtmann.org
906S: Maintained
907
908BLUETOOTH HCI VHCI DRIVER
909P: Maxim Krasnyansky
910M: maxk@qualcomm.com
911S: Maintained
912
913BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100914P: Chad Tindel
915M: ctindel@users.sourceforge.net
916P: Jay Vosburgh
917M: fubar@us.ibm.com
918L: bonding-devel@lists.sourceforge.net
919W: http://sourceforge.net/projects/bonding/
920S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000922BROADBAND PROCESSOR ARCHITECTURE
923P: Arnd Bergmann
924M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100925L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400926W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000927S: Supported
928
Gary Zambrano39105892006-06-22 17:26:20 -0700929BROADCOM B44 10/100 ETHERNET DRIVER
930P: Gary Zambrano
931M: zambrano@broadcom.com
932L: netdev@vger.kernel.org
933S: Supported
934
Michael Chan948c51e2006-06-04 02:51:39 -0700935BROADCOM BNX2 GIGABIT ETHERNET DRIVER
936P: Michael Chan
937M: mchan@broadcom.com
938L: netdev@vger.kernel.org
939S: Supported
940
941BROADCOM TG3 GIGABIT ETHERNET DRIVER
942P: Michael Chan
943M: mchan@broadcom.com
944L: netdev@vger.kernel.org
945S: Supported
946
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200947BSG (block layer generic sg v4 driver)
948P: FUJITA Tomonori
949M: fujita.tomonori@lab.ntt.co.jp
950L: linux-scsi@vger.kernel.org
951S: Supported
952
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700954P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200955M: mchehab@infradead.org
956M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700958W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200959T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700960S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961
Jonathan Corbet77d51402007-03-22 19:44:17 -0300962CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
963P: Jonathan Corbet
964M: corbet@lwn.net
965L: video4linux-list@redhat.com
966S: Maintained
967
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200968CALGARY x86-64 IOMMU
969P: Muli Ben-Yehuda
970M: muli@il.ibm.com
971P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200972M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200973L: linux-kernel@vger.kernel.org
974L: discuss@x86-64.org
975S: Maintained
976
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800977CFAG12864B LCD DRIVER
978P: Miguel Ojeda Sandonis
979M: maxextreme@gmail.com
980L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700981W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800982S: Maintained
983
984CFAG12864BFB LCD FRAMEBUFFER 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
Johannes Berg704232c2007-04-23 12:20:05 -0700991CFG80211 and NL80211
992P: Johannes Berg
993M: johannes@sipsolutions.net
994L: linux-wireless@vger.kernel.org
995S: Maintained
996
Andy Whitcroft0a920b52007-06-01 00:46:48 -0700997CHECKPATCH
998P: Andy Whitcroft
999M: apw@shadowen.org
1000P: Randy Dunlap
1001M: rdunlap@xenotime.net
1002P: Joel Schopp
1003M: jschopp@austin.ibm.com
1004S: Supported
1005
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006COMMON INTERNET FILE SYSTEM (CIFS)
1007P: Steve French
1008M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001009L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001011W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001012T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001013S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014
Joel Becker7063fbf2005-12-15 14:29:43 -08001015CONFIGFS
1016P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001017M: joel.becker@oracle.com
1018L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001019S: Supported
1020
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001021CIRRUS LOGIC EP93XX ETHERNET DRIVER
1022P: Lennert Buytenhek
1023M: kernel@wantstofly.org
1024L: netdev@vger.kernel.org
1025S: Maintained
1026
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027CIRRUS LOGIC GENERIC FBDEV DRIVER
1028P: Jeff Garzik
1029M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001030L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031S: Odd Fixes
1032
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001033CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1034P: Lennert Buytenhek
1035M: kernel@wantstofly.org
1036L: linux-usb-devel@lists.sourceforge.net
1037S: Maintained
1038
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1040P: Cirrus Logic Corporation (kernel 2.2 driver)
1041M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1042P: Nils Faerber (port to kernel 2.4)
1043M: Nils Faerber <nils@kernelconcepts.de>
1044S: Maintained
1045
1046CODA FILE SYSTEM
1047P: Jan Harkes
1048M: jaharkes@cs.cmu.edu
1049M: coda@cs.cmu.edu
1050L: codalist@coda.cs.cmu.edu
1051W: http://www.coda.cs.cmu.edu/
1052S: Maintained
1053
1054COMPACTPCI HOTPLUG CORE
1055P: Scott Murray
1056M: scottm@somanetworks.com
1057M: scott@spiteful.org
1058L: pcihpd-discuss@lists.sourceforge.net
1059S: Supported
1060
1061COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1062P: Scott Murray
1063M: scottm@somanetworks.com
1064M: scott@spiteful.org
1065L: pcihpd-discuss@lists.sourceforge.net
1066S: Supported
1067
1068COMPACTPCI HOTPLUG GENERIC DRIVER
1069P: Scott Murray
1070M: scottm@somanetworks.com
1071M: scott@spiteful.org
1072L: pcihpd-discuss@lists.sourceforge.net
1073S: Supported
1074
1075COMPUTONE INTELLIPORT MULTIPORT CARD
1076P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001077M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001079S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080
Simon Arlott949be0f2007-03-06 02:47:46 -08001081CONEXANT ACCESSRUNNER USB DRIVER
1082P: Simon Arlott
1083M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001084L: accessrunner-general@lists.sourceforge.net
1085W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001086S: Maintained
1087
Rudolf Marekbebe4672007-05-08 17:22:02 +02001088CORETEMP HARDWARE MONITORING DRIVER
1089P: Rudolf Marek
1090M: r.marek@assembler.cz
1091L: lm-sensors@lm-sensors.org
1092S: Maintained
1093
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094COSA/SRP SYNC SERIAL DRIVER
1095P: Jan "Yenya" Kasprzak
1096M: kas@fi.muni.cz
1097W: http://www.fi.muni.cz/~kas/cosa/
1098S: Maintained
1099
1100CPU FREQUENCY DRIVERS
1101P: Dave Jones
1102M: davej@codemonkey.org.uk
1103L: cpufreq@lists.linux.org.uk
1104W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001105T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106S: Maintained
1107
1108CPUID/MSR DRIVER
1109P: H. Peter Anvin
1110M: hpa@zytor.com
1111S: Maintained
1112
Paul Jacksoned90fb42005-09-27 21:45:37 -07001113CPUSETS
1114P: Paul Jackson
1115P: Simon Derr
1116M: pj@sgi.com
1117M: simon.derr@bull.net
1118L: linux-kernel@vger.kernel.org
1119W: http://www.bullopensource.org/cpuset/
1120S: Supported
1121
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001123W: http://sourceforge.net/projects/cramfs/
1124S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125
1126CRIS PORT
1127P: Mikael Starvik
1128M: starvik@axis.com
1129L: dev-etrax@axis.com
1130W: http://developer.axis.com
1131S: Maintained
1132
1133CRYPTO API
1134P: Herbert Xu
1135M: herbert@gondor.apana.org.au
1136P: David S. Miller
1137M: davem@davemloft.net
1138L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001139T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140S: Maintained
1141
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001142CS5535 Audio ALSA driver
1143P: Jaya Kumar
1144M: jayakumar.alsa@gmail.com
1145S: Maintained
1146
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147CYBERPRO FB DRIVER
1148P: Russell King
1149M: rmk@arm.linux.org.uk
1150W: http://www.arm.linux.org.uk/
1151S: Maintained
1152
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001153CYBLAFB FRAMEBUFFER DRIVER
1154P: Knut Petersen
1155M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001156L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001157S: Maintained
1158
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159CYCLADES 2X SYNC CARD DRIVER
1160P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001161M: acme@ghostprotocols.net
1162W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163S: Maintained
1164
1165CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001167S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
1169CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001171S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173DAMA SLAVE for AX.25
1174P: Joerg Reuter
1175M: jreuter@yaina.de
1176W: http://yaina.de/jreuter/
1177W: http://www.qsl.net/dl1bke/
1178L: linux-hams@vger.kernel.org
1179S: Maintained
1180
1181DC395x SCSI driver
1182P: Oliver Neukum
1183M: oliver@neukum.name
1184P: Ali Akcaagac
1185M: aliakc@web.de
1186P: Jamie Lenehan
1187M: lenehan@twibble.org
1188W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001189L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190L: http://lists.twibble.org/mailman/listinfo/dc395x/
1191S: Maintained
1192
1193DC390/AM53C974 SCSI driver
1194P: Kurt Garloff
1195M: garloff@suse.de
1196W: http://www.garloff.de/kurt/linux/dc390/
1197P: Guennadi Liakhovetski
1198M: g.liakhovetski@gmx.de
1199S: Maintained
1200
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001201DCCP PROTOCOL
1202P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001203M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001204L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001205W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001206S: Maintained
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208DECnet NETWORK LAYER
1209P: Patrick Caulfield
1210M: patrick@tykepenguin.com
1211W: http://linux-decnet.sourceforge.net
1212L: linux-decnet-user@lists.sourceforge.net
1213S: Maintained
1214
1215DEFXX FDDI NETWORK DRIVER
1216P: Maciej W. Rozycki
1217M: macro@linux-mips.org
1218S: Maintained
1219
1220DELL LAPTOP SMM DRIVER
1221P: Massimo Dal Zotto
1222M: dz@debian.org
1223W: http://www.debian.org/~dz/i8k/
1224S: Maintained
1225
Doug Warzecha90563ec2005-09-06 15:17:15 -07001226DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1227P: Doug Warzecha
1228M: Douglas_Warzecha@dell.com
1229S: Maintained
1230
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001231DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232P: Alasdair Kergon
1233L: dm-devel@redhat.com
1234W: http://sources.redhat.com/dm
1235S: Maintained
1236
1237DEVICE NUMBER REGISTRY
1238P: Torben Mathiasen
1239M: device@lanana.org
1240W: http://lanana.org/docs/device-list/index.html
1241L: linux-kernel@vger.kernel.org
1242S: Maintained
1243
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244DIGI INTL. EPCA DRIVER
1245P: Digi International, Inc
1246M: Eng.Linux@digi.com
1247L: Eng.Linux@digi.com
1248W: http://www.digi.com
1249S: Orphaned
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251DIRECTORY NOTIFICATION
1252P: Stephen Rothwell
1253M: sfr@canb.auug.org.au
1254L: linux-kernel@vger.kernel.org
1255S: Supported
1256
1257DISK GEOMETRY AND PARTITION HANDLING
1258P: Andries Brouwer
1259M: aeb@cwi.nl
1260W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1261W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1262W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1263S: Maintained
1264
1265DISKQUOTA:
1266P: Jan Kara
1267M: jack@suse.cz
1268L: linux-kernel@vger.kernel.org
1269S: Maintained
1270
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001271DISTRIBUTED LOCK MANAGER
1272P: Patrick Caulfield
1273M: pcaulfie@redhat.com
1274P: David Teigland
1275M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001276L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001277W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001278T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1279T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001280S: Supported
1281
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1283P: Tobias Ringstrom
1284M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001285L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286S: Maintained
1287
Dan Williamsb3e5f262007-08-07 10:26:35 -07001288DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001289P: Shannon Nelson
1290M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001291P: Dan Williams
1292M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001293L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001294S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001295
Juerg Haefligerb8250372007-06-09 10:11:16 -04001296DME1737 HARDWARE MONITOR DRIVER
1297P: Juerg Haefliger
1298M: juergh@gmail.com
1299L: lm-sensors@lm-sensors.org
1300S: Maintained
1301
Martin Waitzba483d52005-06-17 13:20:59 -07001302DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001303P: Randy Dunlap
1304M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001305S: Maintained
1306
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001307DOCKING STATION DRIVER
1308P: Kristen Carlson Accardi
1309M: kristen.c.accardi@intel.com
1310L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001311S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001312
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313DOUBLETALK DRIVER
1314P: James R. Van Zandt
1315M: jrv@vanzandt.mv.com
1316L: blinux-list@redhat.com
1317S: Maintained
1318
1319DRIVER CORE, KOBJECTS, AND SYSFS
1320P: Greg Kroah-Hartman
1321M: gregkh@suse.de
1322L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001323T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324S: Supported
1325
1326DRM DRIVERS
1327P: David Airlie
1328M: airlied@linux.ie
1329L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001330T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331S: Maintained
1332
1333DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001334P: Francois Romieu
1335M: romieu@fr.zoreil.com
1336L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337S: Maintained
1338
1339DVB SUBSYSTEM AND DRIVERS
1340P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001341M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001343W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001344T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001345S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346
1347EATA-DMA SCSI DRIVER
1348P: Michael Neuffer
1349L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1350S: Maintained
1351
1352EATA ISA/EISA/PCI SCSI DRIVER
1353P: Dario Ballabio
1354M: ballabio_dario@emc.com
1355L: linux-scsi@vger.kernel.org
1356S: Maintained
1357
1358EATA-PIO SCSI DRIVER
1359P: Michael Neuffer
1360M: mike@i-Connect.Net
1361L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1362S: Maintained
1363
1364EBTABLES
1365P: Bart De Schuymer
1366M: bart.de.schuymer@pandora.be
1367L: ebtables-user@lists.sourceforge.net
1368L: ebtables-devel@lists.sourceforge.net
1369W: http://ebtables.sourceforge.net/
1370S: Maintained
1371
Michael Halcrow237fead2006-10-04 02:16:22 -07001372ECRYPT FILE SYSTEM
1373P: Mike Halcrow, Phillip Hellewell
1374M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1375L: ecryptfs-devel@lists.sourceforge.net
1376W: http://ecryptfs.sourceforge.net/
1377S: Supported
1378
Alan Coxda9bb1d2006-01-18 17:44:13 -08001379EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001380P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001381M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001382L: bluesmoke-devel@lists.sourceforge.net
1383W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001384S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001385
1386EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001387P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001388P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001389M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001390M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001391L: bluesmoke-devel@lists.sourceforge.net
1392W: bluesmoke.sourceforge.net
1393S: Maintained
1394
1395EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001396P: Doug Thompson
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
Douglas Thompson6bc78402007-07-19 01:50:12 -07001402EDAC-I82443BXGX
1403P: Tim Small
1404M: tim@buttersideup.com
1405L: bluesmoke-devel@lists.sourceforge.net
1406W: bluesmoke.sourceforge.net
1407S: Maintained
1408
1409EDAC-I3000
1410P: Jason Uhlenkott
1411M: juhlenko@akamai.com
1412L: bluesmoke-devel@lists.sourceforge.net
1413W: bluesmoke.sourceforge.net
1414S: Maintained
1415
1416EDAC-I5000
1417P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001418M: dougthompson@xmission.com
1419L: bluesmoke-devel@lists.sourceforge.net
1420W: bluesmoke.sourceforge.net
1421S: Maintained
1422
1423EDAC-I82975X
1424P: Ranganathan Desikan
1425P: Arvind R.
1426M: rdesikan@jetzbroadband.com
1427M: arvind@acarlab.com
1428L: bluesmoke-devel@lists.sourceforge.net
1429W: bluesmoke.sourceforge.net
1430S: Maintained
1431
1432EDAC-PASEMI
1433P: Egor Martovetsky
1434M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001435L: bluesmoke-devel@lists.sourceforge.net
1436W: bluesmoke.sourceforge.net
1437S: Maintained
1438
Dave Peterson0e438e32006-03-26 01:38:55 -08001439EDAC-R82600
1440P: Tim Small
1441M: tim@buttersideup.com
1442L: bluesmoke-devel@lists.sourceforge.net
1443W: bluesmoke.sourceforge.net
1444S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001445
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446EEPRO100 NETWORK DRIVER
1447P: Andrey V. Savochkin
1448M: saw@saw.sw.com.sg
1449S: Maintained
1450
Josh Triplett0bee8d22006-07-30 03:03:58 -07001451EFS FILESYSTEM
1452W: http://aeschi.ch.eu.org/efs/
1453S: Orphan
1454
Heiko J Schickfab97222006-09-22 15:22:22 -07001455EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1456P: Hoang-Nam Nguyen
1457M: hnguyen@de.ibm.com
1458P: Christoph Raisch
1459M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001460L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001461S: Supported
1462
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001463EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001464P: James Smart
1465M: james.smart@emulex.com
1466L: linux-scsi@vger.kernel.org
1467W: http://sourceforge.net/projects/lpfcxxxx
1468S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470EPSON 1355 FRAMEBUFFER DRIVER
1471P: Christopher Hoover
1472M: ch@murgatroid.com, ch@hpl.hp.com
1473S: Maintained
1474
1475ETHEREXPRESS-16 NETWORK DRIVER
1476P: Philip Blundell
1477M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001478L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479S: Maintained
1480
1481ETHERNET BRIDGE
1482P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001483M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001484L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485W: http://bridge.sourceforge.net/
1486S: Maintained
1487
1488ETHERTEAM 16I DRIVER
1489P: Mika Kuoppala
1490M: miku@iki.fi
1491S: Maintained
1492
1493EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001494L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495S: Maintained
1496
1497EXT3 FILE SYSTEM
1498P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001499M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001500L: linux-ext4@vger.kernel.org
1501S: Maintained
1502
1503EXT4 FILE SYSTEM
1504P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001505M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001506L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507S: Maintained
1508
Jean Delvaree53004e2006-01-09 23:26:14 +01001509F71805F HARDWARE MONITORING DRIVER
1510P: Jean Delvare
1511M: khali@linux-fr.org
1512L: lm-sensors@lm-sensors.org
1513S: Maintained
1514
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515FARSYNC SYNCHRONOUS DRIVER
1516P: Kevin Curtis
1517M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518W: http://www.farsite.co.uk/
1519S: Supported
1520
Akinobu Mitac5408b82007-04-23 14:41:20 -07001521FAULT INJECTION SUPPORT
1522P: Akinobu Mita
1523M: akinobu.mita@gmail.com
1524S: Supported
1525
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526FRAMEBUFFER LAYER
1527P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001528M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001529L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530W: http://linux-fbdev.sourceforge.net/
1531S: Maintained
1532
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001533FREESCALE SOC FS_ENET DRIVER
1534P: Pantelis Antoniou
1535M: pantelis.antoniou@gmail.com
1536P: Vitaly Bordug
1537M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001538L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001539L: netdev@vger.kernel.org
1540S: Maintained
1541
Li Yanga7205b32007-04-23 10:38:18 -07001542FREESCALE HIGHSPEED USB DEVICE DRIVER
1543P: Li Yang
1544M: leoli@freescale.com
1545L: linux-usb-devel@lists.sourceforge.net
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001546L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001547S: Maintained
1548
Li Yangbeaf53b2007-05-25 13:54:02 +08001549FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1550P: Li Yang
1551M: leoli@freescale.com
1552L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001553L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001554S: Maintained
1555
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556FILE LOCKING (flock() and fcntl()/lockf())
1557P: Matthew Wilcox
1558M: matthew@wil.cx
1559L: linux-fsdevel@vger.kernel.org
1560S: Maintained
1561
1562FILESYSTEMS (VFS and infrastructure)
1563P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001564M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565S: Maintained
1566
Stefan Richterb3274472007-05-30 20:44:52 -04001567FIREWIRE SUBSYSTEM
1568P: Kristian Hoegsberg, Stefan Richter
1569M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1570L: linux1394-devel@lists.sourceforge.net
1571W: http://www.linux1394.org/
1572T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1573S: Maintained
1574
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575FIRMWARE LOADER (request_firmware)
1576L: linux-kernel@vger.kernel.org
1577S: Orphan
1578
1579FPU EMULATOR
1580P: Bill Metzenthen
1581M: billm@suburbia.net
1582W: http://suburbia.net/~billm/floating-point/emulator/
1583S: Maintained
1584
1585FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1586P: Mike McLagan
1587M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001588L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589S: Maintained
1590
1591FREEVXFS FILESYSTEM
1592P: Christoph Hellwig
1593M: hch@infradead.org
1594W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1595S: Maintained
1596
David Howells5ab7ffe2007-04-10 15:10:45 +01001597FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598P: David Howells
1599M: dhowells@redhat.com
1600S: Maintained
1601
Miklos Szeredi04578f12005-09-09 13:10:22 -07001602FUSE: FILESYSTEM IN USERSPACE
1603P: Miklos Szeredi
1604M: miklos@szeredi.hu
1605L: fuse-devel@lists.sourceforge.net
1606W: http://fuse.sourceforge.net/
1607S: Maintained
1608
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1610P: Rik Faith
1611M: faith@cs.unc.edu
1612L: linux-scsi@vger.kernel.org
1613S: Odd fixes (e.g., new signatures)
1614
1615GDT SCSI DISK ARRAY CONTROLLER DRIVER
1616P: Achim Leubner
1617M: achim_leubner@adaptec.com
1618L: linux-scsi@vger.kernel.org
1619W: http://www.icp-vortex.com/
1620S: Supported
1621
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001622GENERIC GPIO I2C DRIVER
1623P: Haavard Skinnemoen
1624M: hskinnemoen@atmel.com
1625S: Supported
1626
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1628P: Krzysztof Halasa
1629M: khc@pm.waw.pl
1630W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1631S: Maintained
1632
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001633GFS2 FILE SYSTEM
1634P: Steven Whitehouse
1635M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001636L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001637W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001638T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1639T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001640S: Supported
1641
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001642GIGASET ISDN DRIVERS
1643P: Hansjoerg Lipp
1644M: hjlipp@web.de
1645P: Tilman Schmidt
1646M: tilman@imap.cc
1647L: gigaset307x-common@lists.sourceforge.net
1648W: http://gigaset307x.sourceforge.net/
1649S: Maintained
1650
Jean Delvare5b543962005-08-15 19:51:02 +02001651HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001652P: Mark M. Hoffman
1653M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001654L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001655W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001656T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001657S: Maintained
1658
Michael Buesch844dd052006-06-26 00:24:59 -07001659HARDWARE RANDOM NUMBER GENERATOR CORE
1660P: Michael Buesch
1661M: mb@bu3sch.de
1662S: Maintained
1663
Robert Love860e1d62005-08-31 23:57:59 -04001664HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1665P: Robert Love
1666M: rlove@rlove.org
1667M: linux-kernel@vger.kernel.org
1668W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1669S: Maintained
1670
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671HARMONY SOUND DRIVER
1672P: Kyle McMartin
1673M: kyle@parisc-linux.org
1674W: http://www.parisc-linux.org/~kyle/harmony/
1675L: parisc-linux@lists.parisc-linux.org
1676S: Maintained
1677
1678HAYES ESP SERIAL DRIVER
1679P: Andrew J. Robinson
1680M: arobinso@nyx.net
1681L: linux-kernel@vger.kernel.org
1682W: http://www.nyx.net/~arobinso
1683S: Maintained
1684
1685HFS FILESYSTEM
1686P: Roman Zippel
1687M: zippel@linux-m68k.org
1688L: linux-kernel@vger.kernel.org
1689S: Maintained
1690
1691HGA FRAMEBUFFER DRIVER
1692P: Ferenc Bakonyi
1693M: fero@drama.obuda.kando.hu
1694L: linux-nvidia@lists.surfsouth.com
1695W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1696S: Maintained
1697
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001698HID CORE LAYER
1699P: Jiri Kosina
1700M: jkosina@suse.cz
1701L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001702T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001703S: Maintained
1704
Ingo Molnar38bed542007-02-22 09:09:34 +01001705HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1706P: Thomas Gleixner
1707M: tglx@linutronix.de
1708L: linux-kernel@vger.kernel.org
1709S: Maintained
1710
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711HIGH-SPEED SCC DRIVER FOR AX.25
1712P: Klaus Kudielka
1713M: klaus.kudielka@ieee.org
1714L: linux-hams@vger.kernel.org
1715W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1716S: Maintained
1717
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001718HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1719P: HighPoint Linux Team
1720M: linux@highpoint-tech.com
1721W: http://www.highpoint-tech.com
1722S: Supported
1723
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724HIPPI
1725P: Jes Sorensen
1726M: jes@trained-monkey.org
1727L: linux-hippi@sunsite.dk
1728S: Maintained
1729
1730HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1731P: Chirag Kantharia
1732M: chirag.kantharia@hp.com
1733L: iss_storagedev@hp.com
1734S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001735
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736HEWLETT-PACKARD SMART2 RAID DRIVER
1737P: Chirag Kantharia
1738M: chirag.kantharia@hp.com
1739L: iss_storagedev@hp.com
1740S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1743P: Mike Miller
1744M: mike.miller@hp.com
1745L: iss_storagedev@hp.com
1746S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001747
Jouni Malinenff1d2762005-05-12 22:54:16 -04001748HOST AP DRIVER
1749P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001750M: j@w1.fi
1751L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001752L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001753W: http://hostap.epitest.fi/
1754S: Maintained
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1757P: Jaroslav Kysela
1758M: perex@suse.cz
1759S: Maintained
1760
Bob Piccob9b03322005-11-07 00:59:19 -08001761HPET: High Precision Event Timers driver (hpet.c)
1762P: Clemens Ladisch
1763M: clemens@ladisch.de
1764S: Maintained
1765
1766HPET: i386
1767P: Venkatesh Pallipadi (Venki)
1768M: venkatesh.pallipadi@intel.com
1769S: Maintained
1770
1771HPET: x86_64
1772P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001773M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001774S: Maintained
1775
1776HPET: ACPI hpet.c
1777P: Bob Picco
1778M: bob.picco@hp.com
1779S: Maintained
1780
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781HPFS FILESYSTEM
1782P: Mikulas Patocka
1783M: mikulas@artax.karlin.mff.cuni.cz
1784W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1785S: Maintained
1786
1787HUGETLB FILESYSTEM
1788P: William Irwin
1789M: wli@holomorphy.com
1790S: Maintained
1791
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001792I2C/SMBUS STUB DRIVER
1793P: Mark M. Hoffman
1794M: mhoffman@lightlink.com
1795L: lm-sensors@lm-sensors.org
1796S: Maintained
1797
Jean Delvare5b543962005-08-15 19:51:02 +02001798I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799P: Jean Delvare
1800M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001801L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001802T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803S: Maintained
1804
Till Harbaume8c76ee2007-05-01 23:26:35 +02001805I2C-TINY-USB DRIVER
1806P: Till Harbaum
1807M: till@harbaum.org
1808L: i2c@lm-sensors.org
1809T: http://www.harbaum.org/till/i2c_tiny_usb
1810S: Maintained
1811
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001813P: H. Peter Anvin
1814M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815L: Linux-Kernel@vger.kernel.org
1816S: Maintained
1817
1818i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819P: H. Peter Anvin
1820M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001821T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822S: Maintained
1823
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824IA64 (Itanium) PLATFORM
1825P: Tony Luck
1826M: tony.luck@intel.com
1827L: linux-ia64@vger.kernel.org
1828W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001829T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830S: Maintained
1831
1832SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001833P: Jes Sorensen
1834M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835L: linux-altix@sgi.com
1836L: linux-ia64@vger.kernel.org
1837W: http://www.sgi.com/altix
1838S: Maintained
1839
1840IBM MCA SCSI SUBSYSTEM DRIVER
1841P: Michael Lang
1842M: langa2@kph.uni-mainz.de
1843W: http://www.uni-mainz.de/~langm000/linux.html
1844S: Maintained
1845
1846IBM Power Linux RAID adapter
1847P: Brian King
1848M: brking@us.ibm.com
1849S: Supported
1850
1851IBM ServeRAID RAID DRIVER
1852P: Jack Hammer
1853P: Dave Jeffery
1854M: ipslinux@adaptec.com
1855W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001856S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001858IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001860M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001862T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863S: Maintained
1864
1865IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001866P: Alan Cox
1867M: alan@lxorguk.ukuu.org.uk
1868L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869S: Maintained
1870
1871IDE/ATAPI FLOPPY DRIVERS
1872P: Paul Bristow
1873M: Paul Bristow <paul@paulbristow.net>
1874W: http://paulbristow.net/linux/idefloppy.html
1875L: linux-kernel@vger.kernel.org
1876S: Maintained
1877
1878IDE/ATAPI TAPE DRIVERS
1879P: Gadi Oxman
1880M: Gadi Oxman <gadio@netvision.net.il>
1881L: linux-kernel@vger.kernel.org
1882S: Maintained
1883
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884IEEE 1394 SUBSYSTEM
1885P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001886M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001887P: Stefan Richter
1888M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889L: linux1394-devel@lists.sourceforge.net
1890W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001891T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892S: Maintained
1893
Stefan Richterf51a5a92007-04-23 14:41:10 -07001894IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895P: Dan Dennedy
1896M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001897P: Stefan Richter
1898M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001900S: Maintained
1901
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902IMS TWINTURBO FRAMEBUFFER DRIVER
1903P: Paul Mundt
1904M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001905L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906S: Maintained
1907
1908INFINIBAND SUBSYSTEM
1909P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001910M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911P: Sean Hefty
1912M: mshefty@ichips.intel.com
1913P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001914M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001915L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001917T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918S: Supported
1919
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001920INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001921P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001922M: dmitry.torokhov@gmail.com
1923M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924L: linux-input@atrey.karlin.mff.cuni.cz
1925L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001926T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927S: Maintained
1928
Robert Lovec9f04f52005-07-15 12:21:07 -04001929INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001930P: John McCutchan
1931M: ttb@tentacle.dhs.org
1932P: Robert Love
1933M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001934L: linux-kernel@vger.kernel.org
1935S: Maintained
1936
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001937INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001938P: Sylvain Meyer
1939M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001940L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001941S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001942
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001944P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001945M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001946L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001947S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948
1949INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1950P: Ingo Molnar
1951M: mingo@redhat.com
1952S: Maintained
1953
1954INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1955P: Jeff Garzik
1956M: jgarzik@pobox.com
1957W: http://sourceforge.net/projects/gkernel/
1958S: Maintained
1959
1960INTEL IA32 MICROCODE UPDATE SUPPORT
1961P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001962M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963S: Maintained
1964
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001965INTEL I/OAT DMA DRIVER
1966P: Shannon Nelson
1967M: shannon.nelson@intel.com
1968L: linux-kernel@vger.kernel.org
1969S: Supported
1970
Dan Williamsb3e5f262007-08-07 10:26:35 -07001971INTEL IOP-ADMA DMA DRIVER
1972P: Dan Williams
1973M: dan.j.williams@intel.com
1974L: linux-kernel@vger.kernel.org
1975S: Supported
1976
Michael Buesch844dd052006-06-26 00:24:59 -07001977INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1978P: Deepak Saxena
1979M: dsaxena@plexity.net
1980S: Maintained
1981
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001982INTEL IXP2000 ETHERNET DRIVER
1983P: Lennert Buytenhek
1984M: kernel@wantstofly.org
1985L: netdev@vger.kernel.org
1986S: Maintained
1987
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988INTEL PRO/100 ETHERNET SUPPORT
1989P: John Ronciak
1990M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991P: Jesse Brandeburg
1992M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001993P: Jeff Kirsher
1994M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001995P: Auke Kok
1996M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001997L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998W: http://sourceforge.net/projects/e1000/
1999S: Supported
2000
2001INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2002P: Jeb Cramer
2003M: cramerj@intel.com
2004P: John Ronciak
2005M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002006P: Jesse Brandeburg
2007M: jesse.brandeburg@intel.com
2008P: Jeff Kirsher
2009M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002010P: Auke Kok
2011M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002012L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013W: http://sourceforge.net/projects/e1000/
2014S: Supported
2015
2016INTEL PRO/10GbE SUPPORT
2017P: Ayyappan Veeraiyan
2018M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002019P: Auke Kok
2020M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002021P: Jesse Brandeburg
2022M: jesse.brandeburg@intel.com
2023P: John Ronciak
2024M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002025L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026W: http://sourceforge.net/projects/e1000/
2027S: Supported
2028
James Ketrenos826d2ab2005-11-07 18:56:59 -06002029INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2030P: Yi Zhu
2031M: yi.zhu@intel.com
2032P: James Ketrenos
2033M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002034L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002035L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002036L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2037W: http://ipw2100.sourceforge.net
2038S: Supported
2039
2040INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2041P: Yi Zhu
2042M: yi.zhu@intel.com
2043P: James Ketrenos
2044M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002045L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002046L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002047L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2048W: http://ipw2200.sourceforge.net
2049S: Supported
2050
Zhu Yib481de92007-09-25 17:54:57 -07002051INTEL WIRELESS WIFI LINK (iwlwifi)
2052P: Zhu Yi
2053M: yi.zhu@intel.com
2054L: linux-wireless@vger.kernel.org
2055L: ipw3945-devel@lists.sourceforge.net
2056W: http://intellinuxwireless.org
2057T: git git://intellinuxwireless.org/repos/iwlwifi
2058S: Supported
2059
Ralf Baechlecb109a02007-08-30 23:56:30 -07002060IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061P: Ralf Baechle
2062M: ralf@linux-mips.org
2063L: linux-mips@linux-mips.org
2064S: Maintained
2065
Ralf Baechlecb109a02007-08-30 23:56:30 -07002066IOC3 SERIAL DRIVER
2067P: Pat Gefre
2068M: pfg@sgi.com
2069L: linux-kernel@linux-mips.org
2070S: Maintained
2071
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072IP MASQUERADING:
2073P: Juanjo Ciarlante
2074M: jjciarla@raiz.uncu.edu.ar
2075S: Maintained
2076
Francois Romieu1202d6f2007-09-17 17:13:55 -07002077IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2078P: Francois Romieu
2079M: romieu@fr.zoreil.com
2080P: Sorbica Shieh
2081M: sorbica@icplus.com.tw
2082P: Jesse Huang
2083M: jesse@icplus.com.tw
2084L: netdev@vger.kernel.org
2085S: Maintained
2086
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002087IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002088P: Arthur Jones
2089M: infinipath@qlogic.com
2090L: general@lists.openfabrics.org
2091T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002092S: Supported
2093
Corey Minyard4409ebe2006-04-20 02:43:12 -07002094IPMI SUBSYSTEM
2095P: Corey Minyard
2096M: minyard@acm.org
2097L: openipmi-developer@lists.sourceforge.net
2098W: http://openipmi.sourceforge.net/
2099S: Supported
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101IPX NETWORK LAYER
2102P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002103M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002104L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105S: Maintained
2106
2107IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002108P: Samuel Ortiz
2109M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002110L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002112S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113
2114ISAPNP
2115P: Jaroslav Kysela
2116M: perex@suse.cz
2117S: Maintained
2118
2119ISDN SUBSYSTEM
2120P: Karsten Keil
2121M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122L: isdn4linux@listserv.isdn4linux.de
2123W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002124T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Maintained
2126
2127ISDN SUBSYSTEM (Eicon active card driver)
2128P: Armin Schindler
2129M: mac@melware.de
2130L: isdn4linux@listserv.isdn4linux.de
2131W: http://www.melware.de
2132S: Maintained
2133
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2135P: David Woodhouse
2136M: dwmw2@infradead.org
2137L: jffs-dev@axis.com
2138W: http://sources.redhat.com/jffs2/
2139S: Maintained
2140
2141JFS FILESYSTEM
2142P: Dave Kleikamp
2143M: shaggy@austin.ibm.com
2144L: jfs-discussion@lists.sourceforge.net
2145W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002146T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Supported
2148
Josh Triplettde456d32006-07-30 03:04:00 -07002149JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002150P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002151M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002152L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002153S: Maintained
2154
Rudolf Marek4660cb32006-10-08 22:01:26 +02002155K8TEMP HARDWARE MONITORING DRIVER
2156P: Rudolf Marek
2157M: r.marek@assembler.cz
2158L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159S: Maintained
2160
2161KCONFIG
2162P: Roman Zippel
2163M: zippel@linux-m68k.org
2164L: kbuild-devel@lists.sourceforge.net
2165S: Maintained
2166
Vivek Goyalea6c2082006-05-20 14:59:55 -07002167KDUMP
2168P: Vivek Goyal
2169M: vgoyal@in.ibm.com
2170P: Haren Myneni
2171M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002172L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002173L: linux-kernel@vger.kernel.org
2174W: http://lse.sourceforge.net/kdump/
2175S: Maintained
2176
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177KERNEL AUTOMOUNTER (AUTOFS)
2178P: H. Peter Anvin
2179M: hpa@zytor.com
2180L: autofs@linux.kernel.org
2181S: Odd Fixes
2182
2183KERNEL AUTOMOUNTER v4 (AUTOFS4)
2184P: Ian Kent
2185M: raven@themaw.net
2186L: autofs@linux.kernel.org
2187S: Maintained
2188
2189KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190P: Sam Ravnborg
2191M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002192T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002193S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194
2195KERNEL JANITORS
2196P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002197L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199S: Maintained
2200
2201KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002202P: J. Bruce Fields
2203M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002205M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206L: nfs@lists.sourceforge.net
2207W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002208S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209
Avi Kivity426d62e2006-12-13 00:34:03 -08002210KERNEL VIRTUAL MACHINE (KVM)
2211P: Avi Kivity
2212M: avi@qumranet.com
2213L: kvm-devel@lists.sourceforge.net
2214W: kvm.sourceforge.net
2215S: Supported
2216
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002217KEXEC
2218P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002219M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002220W: http://www.xmission.com/~ebiederm/files/kexec/
2221L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002222L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002223S: Maintained
2224
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002225KPROBES
2226P: Prasanna S Panchamukhi
2227M: prasanna@in.ibm.com
2228P: Ananth N Mavinakayanahalli
2229M: ananth@in.ibm.com
2230P: Anil S Keshavamurthy
2231M: anil.s.keshavamurthy@intel.com
2232P: David S. Miller
2233M: davem@davemloft.net
2234L: linux-kernel@vger.kernel.org
2235S: Maintained
2236
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002237KS0108 LCD CONTROLLER DRIVER
2238P: Miguel Ojeda Sandonis
2239M: maxextreme@gmail.com
2240L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002241W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002242S: Maintained
2243
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002246S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247
2248LASI 53c700 driver for PARISC
2249P: James E.J. Bottomley
2250M: James.Bottomley@HansenPartnership.com
2251L: linux-scsi@vger.kernel.org
2252S: Maintained
2253
Richard Purdie263de9b2006-05-15 09:44:16 -07002254LED SUBSYSTEM
2255P: Richard Purdie
2256M: rpurdie@rpsys.net
2257S: Maintained
2258
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259LEGO USB Tower driver
2260P: Juergen Stuber
2261M: starblue@users.sourceforge.net
2262L: legousb-devel@lists.sourceforge.net
2263W: http://legousb.sourceforge.net/
2264S: Maintained
2265
2266LINUX FOR IBM pSERIES (RS/6000)
2267P: Paul Mackerras
2268M: paulus@au.ibm.com
2269W: http://www.ibm.com/linux/ltc/projects/ppc
2270S: Supported
2271
2272LINUX FOR NCR VOYAGER
2273P: James Bottomley
2274M: James.Bottomley@HansenPartnership.com
2275W: http://www.hansenpartnership.com/voyager
2276S: Maintained
2277
2278LINUX FOR POWERPC
2279P: Paul Mackerras
2280M: paulus@samba.org
2281W: http://www.penguinppc.org/
2282L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002283T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284S: Supported
2285
2286LINUX FOR POWER MACINTOSH
2287P: Benjamin Herrenschmidt
2288M: benh@kernel.crashing.org
2289W: http://www.penguinppc.org/
2290L: linuxppc-dev@ozlabs.org
2291S: Maintained
2292
2293LINUX FOR POWERPC EMBEDDED MPC52XX
2294P: Sylvain Munaut
2295M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002296P: Grant Likely
2297M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298W: http://www.246tNt.com/mpc52xx/
2299W: http://www.penguinppc.org/
2300L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301S: Maintained
2302
2303LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002304P: Josh Boyer
2305M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306P: Matt Porter
2307M: mporter@kernel.crashing.org
2308W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002309L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002310T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311S: Maintained
2312
Grant Likely260c02a2007-10-02 12:15:34 +10002313LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2314P: Grant Likely
2315M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002316W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002317L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318S: Maintained
2319
Tom Rinie93adf12005-07-26 12:49:53 -07002320LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321P: Tom Rini
2322M: trini@kernel.crashing.org
2323W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002324L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325S: Maintained
2326
Tom Rinie93adf12005-07-26 12:49:53 -07002327LINUX FOR POWERPC EMBEDDED PPC8XX
2328P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002329M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002330W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002331L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002335P: Kumar Gala
2336M: galak@kernel.crashing.org
2337W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002338L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002339S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340
Olof Johanssonab06ff32006-09-06 14:44:54 -05002341LINUX FOR POWERPC PA SEMI PWRFICIENT
2342P: Olof Johansson
2343M: olof@lixom.net
2344W: http://www.pasemi.com/
2345L: linuxppc-dev@ozlabs.org
2346S: Supported
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348LLC (802.2)
2349P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002350M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Maintained
2352
2353LINUX FOR 64BIT POWERPC
2354P: Paul Mackerras
2355M: paulus@samba.org
2356M: paulus@au.ibm.com
2357P: Anton Blanchard
2358M: anton@samba.org
2359M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002360W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002361L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Supported
2363
2364LINUX SECURITY MODULE (LSM) FRAMEWORK
2365P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002366M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002367L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002369T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Supported
2371
2372LM83 HARDWARE MONITOR DRIVER
2373P: Jean Delvare
2374M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002375L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
2378LM90 HARDWARE MONITOR DRIVER
2379P: Jean Delvare
2380M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002381L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Maintained
2383
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002384LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385P: Richard Russon (FlatCap)
2386M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002387L: linux-ntfs-dev@lists.sourceforge.net
2388W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Maintained
2390
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002391LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2392P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002393M: Eric.Moore@lsi.com
2394M: support@lsi.com
2395L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002396L: linux-scsi@vger.kernel.org
2397W: http://www.lsilogic.com/support
2398S: Supported
2399
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2401P: Matthew Wilcox
2402M: matthew@wil.cx
2403L: linux-scsi@vger.kernel.org
2404S: Maintained
2405
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002406M32R ARCHITECTURE
2407P: Hirokazu Takata
2408M: takata@linux-m32r.org
2409L: linux-m32r@ml.linux-m32r.org
2410L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2411W: http://www.linux-m32r.org/
2412S: Maintained
2413
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414M68K ARCHITECTURE
2415P: Geert Uytterhoeven
2416M: geert@linux-m68k.org
2417P: Roman Zippel
2418M: zippel@linux-m68k.org
2419L: linux-m68k@lists.linux-m68k.org
2420W: http://www.linux-m68k.org/
2421W: http://linux-m68k-cvs.ubb.ca/
2422S: Maintained
2423
2424M68K ON APPLE MACINTOSH
2425P: Joshua Thompson
2426M: funaho@jurai.org
2427W: http://www.mac.linux-m68k.org/
2428L: linux-mac68k@mac.linux-m68k.org
2429S: Maintained
2430
2431M68K ON HP9000/300
2432P: Philip Blundell
2433M: philb@gnu.org
2434W: http://www.tazenda.demon.co.uk/phil/linux-hp
2435S: Maintained
2436
Jiri Benc64a327a2007-05-05 11:47:08 -07002437MAC80211
2438P: Jiri Benc
2439M: jbenc@suse.cz
2440P: Michael Wu
2441M: flamingice@sourmilk.net
2442L: linux-wireless@vger.kernel.org
2443W: http://linuxwireless.org/
2444T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2445S: Maintained
2446
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002447MACVLAN DRIVER
2448P: Patrick McHardy
2449M: kaber@trash.net
2450L: netdev@vger.kernel.org
2451S: Maintained
2452
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453MARVELL YUKON / SYSKONNECT DRIVER
2454P: Mirko Lindner
2455M: mlindner@syskonnect.de
2456P: Ralph Roesler
2457M: rroesler@syskonnect.de
2458W: http://www.syskonnect.com
2459S: Supported
2460
Michael Kerriskfaf16682005-07-31 22:34:47 -07002461MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002462P: Michael Kerrisk
2463M: mtk-manpages@gmx.net
2464W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2465S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002466
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002467MARVELL MV643XX ETHERNET DRIVER
2468P: Dale Farnsworth
2469M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002471M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002472L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002473S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474
2475MATROX FRAMEBUFFER DRIVER
2476P: Petr Vandrovec
2477M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002478L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479S: Maintained
2480
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002481MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2482P: Hans J. Koch
2483M: hjk@linutronix.de
2484L: lm-sensors@lm-sensors.org
2485S: Maintained
2486
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002487MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002488P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002489M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002490S: linux-scsi@vger.kernel.org
2491W: http://megaraid.lsilogic.com
2492S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002493
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002494MEMORY MANAGEMENT
2495L: linux-mm@kvack.org
2496L: linux-kernel@vger.kernel.org
2497W: http://www.linux-mm.org
2498S: Maintained
2499
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002500MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501P: David Woodhouse
2502M: dwmw2@infradead.org
2503W: http://www.linux-mtd.infradead.org/
2504L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002505T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506S: Maintained
2507
Artem Bityutskiy48576402007-02-13 17:11:10 +02002508UNSORTED BLOCK IMAGES (UBI)
2509P: Artem Bityutskiy
2510M: dedekind@infradead.org
2511W: http://www.linux-mtd.infradead.org/
2512L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002513T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002514S: Maintained
2515
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516MICROTEK X6 SCANNER
2517P: Oliver Neukum
2518M: oliver@neukum.name
2519S: Maintained
2520
2521MIPS
2522P: Ralf Baechle
2523M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002524W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002526T: git www.linux-mips.org:/pub/scm/linux.git
2527S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528
2529MISCELLANEOUS MCA-SUPPORT
2530P: James Bottomley
2531M: jejb@steeleye.com
2532L: linux-kernel@vger.kernel.org
2533S: Maintained
2534
2535MODULE SUPPORT
2536P: Rusty Russell
2537M: rusty@rustcorp.com.au
2538L: linux-kernel@vger.kernel.org
2539S: Maintained
2540
2541MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2542P: Stelian Pop
2543M: stelian@popies.net
2544W: http://popies.net/meye/
2545S: Maintained
2546
Pavel Pisac58ff042007-05-16 01:10:41 +02002547MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2548P: Pavel Pisa
2549M: ppisa@pikron.com
2550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2551W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2552S: Maintained
2553
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554MOUSE AND MISC DEVICES [GENERAL]
2555P: Alessandro Rubini
2556M: rubini@ipvvis.unipv.it
2557L: linux-kernel@vger.kernel.org
2558S: Maintained
2559
Jiri Slabyd7354102006-12-08 02:38:35 -08002560MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2561P: Jiri Slaby
2562M: jirislaby@gmail.com
2563L: linux-kernel@vger.kernel.org
2564S: Maintained
2565
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002566MSI LAPTOP SUPPORT
2567P: Lennart Poettering
2568M: mzxreary@0pointer.de
2569L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2570W: http://0pointer.de/lennart/tchibo.html
2571S: Maintained
2572
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573MTRR AND SIMILAR SUPPORT [i386]
2574P: Richard Gooch
2575M: rgooch@atnf.csiro.au
2576L: linux-kernel@vger.kernel.org
2577W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2578S: Maintained
2579
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002580MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002581P: Pierre Ossman
2582M: drzeus-mmc@drzeus.cx
2583L: linux-kernel@vger.kernel.org
2584S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002585
David Brownell15a05802007-08-08 09:12:54 -07002586MULTIMEDIA CARD (MMC) ETC. OVER SPI
2587P: David Brownell
2588M: dbrownell@users.sourceforge.net
2589L: linux-kernel@vger.kernel.org
2590S: Odd fixes
2591
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592MULTISOUND SOUND DRIVER
2593P: Andrew Veliath
2594M: andrewtv@usa.net
2595S: Maintained
2596
Jiri Slabyd7354102006-12-08 02:38:35 -08002597MULTITECH MULTIPORT CARD (ISICOM)
2598P: Jiri Slaby
2599M: jirislaby@gmail.com
2600L: linux-kernel@vger.kernel.org
2601S: Maintained
2602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603NATSEMI ETHERNET DRIVER (DP8381x)
2604P: Tim Hockin
2605M: thockin@hockin.org
2606S: Maintained
2607
2608NCP FILESYSTEM
2609P: Petr Vandrovec
2610M: vandrove@vc.cvut.cz
2611L: linware@sh.cvut.cz
2612S: Maintained
2613
2614NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2615P: James E.J. Bottomley
2616M: James.Bottomley@HansenPartnership.com
2617L: linux-scsi@vger.kernel.org
2618S: Maintained
2619
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002620NETEM NETWORK EMULATOR
2621P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002622M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002623L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002624S: Maintained
2625
Jiri Slaby4a584482007-08-30 23:56:39 -07002626NETERION (S2IO) Xframe 10GbE DRIVER
2627P: Ramkrishna Vepa
2628M: ram.vepa@neterion.com
2629P: Rastapur Santosh
2630M: santosh.rastapur@neterion.com
2631P: Sivakumar Subramani
2632M: sivakumar.subramani@neterion.com
2633P: Sreenivasa Honnur
2634M: sreenivasa.honnur@neterion.com
2635L: netdev@vger.kernel.org
2636W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2637S: Supported
2638
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639NETFILTER/IPTABLES/IPCHAINS
2640P: Rusty Russell
2641P: Marc Boucher
2642P: James Morris
2643P: Harald Welte
2644P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002645P: Patrick McHardy
2646M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002647L: netfilter-devel@vger.kernel.org
2648L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002649L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650W: http://www.netfilter.org/
2651W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652S: Supported
2653
Paul Moore4cc67732006-09-25 15:57:13 -07002654NETLABEL
2655P: Paul Moore
2656M: paul.moore@hp.com
2657W: http://netlabel.sf.net
2658L: netdev@vger.kernel.org
2659S: Supported
2660
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661NETROM NETWORK LAYER
2662P: Ralf Baechle
2663M: ralf@linux-mips.org
2664L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002665W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666S: Maintained
2667
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002668NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669P: Paul Clements
2670M: Paul.Clements@steeleye.com
2671S: Maintained
2672
2673NETWORK DEVICE DRIVERS
2674P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002675M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676P: Jeff Garzik
2677M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002678L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002679T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Maintained
2681
2682NETWORKING [GENERAL]
2683P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002684M: netdev@vger.kernel.org
2685L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002686W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687S: Maintained
2688
2689NETWORKING [IPv4/IPv6]
2690P: David S. Miller
2691M: davem@davemloft.net
2692P: Alexey Kuznetsov
2693M: kuznet@ms2.inr.ac.ru
2694P: Pekka Savola (ipv6)
2695M: pekkas@netcore.fi
2696P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002697M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698P: Hideaki YOSHIFUJI
2699M: yoshfuji@linux-ipv6.org
2700P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002701M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002702L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002703T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704S: Maintained
2705
James Morris10e2ff12007-08-25 14:41:28 -07002706NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2707P: Paul Moore
2708M: paul.moore@hp.com
2709L: netdev@vger.kernel.org
2710S: Maintained
2711
John W. Linville29f8f632006-01-18 14:52:48 -08002712NETWORKING [WIRELESS]
2713P: John W. Linville
2714M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002715L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002716T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2717S: Maintained
2718
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002719NETXEN (1/10) GbE SUPPORT
2720P: Amit S. Kale
2721M: amitkale@netxen.com
2722L: netdev@vger.kernel.org
2723W: http://www.netxen.com
2724S: Supported
2725
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726IPVS
2727P: Wensong Zhang
2728M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002729P: Simon Horman
2730M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731P: Julian Anastasov
2732M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002733L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734S: Maintained
2735
2736NFS CLIENT
2737P: Trond Myklebust
2738M: trond.myklebust@fys.uio.no
2739L: linux-kernel@vger.kernel.org
2740S: Maintained
2741
2742NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002743P: Jan-Pascal van Best
2744M: janpascal@vanbest.org
2745P: Andreas Mohr
2746M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002747L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748S: Maintained
2749
2750NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2751P: YOKOTA Hiroshi
2752M: yokota@netlab.is.tsukuba.ac.jp
2753W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2754S: Maintained
2755
2756NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2757P: GOTO Masanori
2758M: gotom@debian.or.jp
2759P: YOKOTA Hiroshi
2760M: yokota@netlab.is.tsukuba.ac.jp
2761W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2762S: Maintained
2763
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764NTFS FILESYSTEM
2765P: Anton Altaparmakov
2766M: aia21@cantab.net
2767L: linux-ntfs-dev@lists.sourceforge.net
2768L: linux-kernel@vger.kernel.org
2769W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002770T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771S: Maintained
2772
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002773NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002774P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002775M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002776L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002777S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002779OPENCORES I2C BUS DRIVER
2780P: Peter Korsgaard
2781M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002782L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002783S: Maintained
2784
Mark Fashehccd979b2005-12-15 14:31:24 -08002785ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2786P: Mark Fasheh
2787M: mark.fasheh@oracle.com
2788P: Kurt Hackel
2789M: kurt.hackel@oracle.com
2790L: ocfs2-devel@oss.oracle.com
2791W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002792S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002793
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794OLYMPIC NETWORK DRIVER
2795P: Peter De Shrijver
2796M: p2@ace.ulyssis.student.kuleuven.ac.be
2797P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002798M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002799L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800L: linux-tr@linuxtr.net
2801W: http://www.linuxtr.net
2802S: Maintained
2803
Harald Weltec1986ee2005-11-13 16:06:29 -08002804OMNIKEY CARDMAN 4000 DRIVER
2805P: Harald Welte
2806M: laforge@gnumonks.org
2807S: Maintained
2808
Harald Welte77c44ab2005-11-13 16:06:26 -08002809OMNIKEY CARDMAN 4040 DRIVER
2810P: Harald Welte
2811M: laforge@gnumonks.org
2812S: Maintained
2813
Jonathan Corbet77d51402007-03-22 19:44:17 -03002814OMNIVISION OV7670 SENSOR DRIVER
2815P: Jonathan Corbet
2816M: corbet@lwn.net
2817L: video4linux-list@redhat.com
2818S: Maintained
2819
Thomas Gleixner431bca72007-05-02 09:31:35 +02002820ONENAND FLASH DRIVER
2821P: Kyungmin Park
2822M: kyungmin.park@samsung.com
2823L: linux-mtd@lists.infradead.org
2824S: Maintained
2825
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826ONSTREAM SCSI TAPE DRIVER
2827P: Willem Riede
2828M: osst@riede.org
2829L: osst-users@lists.sourceforge.net
2830L: linux-scsi@vger.kernel.org
2831S: Maintained
2832
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833OPROFILE
2834P: Philippe Elie
2835M: phil.el@wanadoo.fr
2836L: oprofile-list@lists.sf.net
2837S: Maintained
2838
2839ORINOCO DRIVER
2840P: Pavel Roskin
2841M: proski@gnu.org
2842P: David Gibson
2843M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002844L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002845L: orinoco-users@lists.sourceforge.net
2846L: orinoco-devel@lists.sourceforge.net
2847W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848S: Maintained
2849
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002850PA SEMI ETHERNET DRIVER
2851P: Olof Johansson
2852M: olof@lixom.net
2853L: netdev@vger.kernel.org
2854S: Maintained
2855
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002856PA SEMI SMBUS DRIVER
2857P: Olof Johansson
2858M: olof@lixom.net
2859L: i2c@lm-sensors.org
2860S: Maintained
2861
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002863L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002864S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865
2866PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2867P: Tim Waugh
2868M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002869L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870W: http://www.torque.net/linux-pp.html
2871S: Maintained
2872
2873PARISC ARCHITECTURE
2874P: Matthew Wilcox
2875M: matthew@wil.cx
2876P: Grant Grundler
2877M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002878P: Kyle McMartin
2879M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880L: parisc-linux@parisc-linux.org
2881W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002882T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2883T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884S: Maintained
2885
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002886PARAVIRT_OPS INTERFACE
2887P: Jeremy Fitzhardinge
2888M: jeremy@xensource.com
2889P: Chris Wright
2890M: chrisw@sous-sol.org
2891P: Zachary Amsden
2892M: zach@vmware.com
2893P: Rusty Russell
2894M: rusty@rustcorp.com.au
2895L: virtualization@lists.osdl.org
2896L: linux-kernel@vger.kernel.org
2897S: Supported
2898
Jim Cromie1662d322006-10-06 00:43:59 -07002899PC87360 HARDWARE MONITORING DRIVER
2900P: Jim Cromie
2901M: jim.cromie@gmail.com
2902L: lm-sensors@lm-sensors.org
2903S: Maintained
2904
2905PC8736x GPIO DRIVER
2906P: Jim Cromie
2907M: jim.cromie@gmail.com
2908S: Maintained
2909
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002910PCI ERROR RECOVERY
2911P: Linas Vepstas
2912M: linas@austin.ibm.com
2913L: linux-kernel@vger.kernel.org
2914L: linux-pci@atrey.karlin.mff.cuni.cz
2915S: Supported
2916
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2918P: Thomas Sailer
2919M: sailer@ife.ee.ethz.ch
2920L: linux-sound@vger.kernel.org
2921W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2922S: Maintained
2923
2924PCI SUBSYSTEM
2925P: Greg Kroah-Hartman
2926M: gregkh@suse.de
2927L: linux-kernel@vger.kernel.org
2928L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002929T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930S: Supported
2931
2932PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002933P: Kristen Carlson Accardi
2934M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935S: Supported
2936
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002937PCIE HOTPLUG DRIVER
2938P: Kristen Carlson Accardi
2939M: kristen.c.accardi@intel.com
2940L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002941S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002942
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002944P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002945L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002947T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002948S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949
2950PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002951P: Don Fry
2952M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002953L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954S: Maintained
2955
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002956PER-TASK DELAY ACCOUNTING
2957P: Shailabh Nagar
2958M: nagar@watson.ibm.com
2959L: linux-kernel@vger.kernel.org
2960S: Maintained
2961
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002962PERSONALITY HANDLING
2963P: Christoph Hellwig
2964M: hch@infradead.org
2965L: linux-abi-devel@lists.sourceforge.net
2966S: Maintained
2967
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002969P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970M: joern@wh.fh-wedel.de
2971L: linux-mtd@lists.infradead.org
2972S: Maintained
2973
Peter Osterlund249a6772005-09-27 21:45:30 -07002974PKTCDVD DRIVER
2975P: Peter Osterlund
2976M: petero2@telia.com
2977L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002978S: Maintained
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002981P: Thomas Gleixner
2982M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002983L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984S: Supported
2985
Anton Vorontsov3be86142007-07-15 04:43:36 +04002986POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2987P: Anton Vorontsov
2988M: cbou@mail.ru
2989P: David Woodhouse
2990M: dwmw2@infradead.org
2991L: linux-kernel@vger.kernel.org
2992L: kernel-discuss@handhelds.org
2993T: git git.infradead.org/battery-2.6.git
2994S: Maintained
2995
Eugene Surovegin24682972005-10-14 03:00:53 -07002996POWERPC 4xx EMAC DRIVER
2997P: Eugene Surovegin
2998M: ebs@ebshome.net
2999W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003000L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003001L: netdev@vger.kernel.org
3002S: Maintained
3003
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004PNP SUPPORT
3005P: Adam Belay
3006M: ambx1@neo.rr.com
3007S: Maintained
3008
Vitaly Wool999445d2007-01-04 13:07:03 +01003009PNXxxxx I2C DRIVER
3010P: Vitaly Wool
3011M: vitalywool@gmail.com
3012L: i2c@lm-sensors.org
3013S: Maintained
3014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015PPP PROTOCOL DRIVERS AND COMPRESSORS
3016P: Paul Mackerras
3017M: paulus@samba.org
3018L: linux-ppp@vger.kernel.org
3019S: Maintained
3020
3021PPP OVER ATM (RFC 2364)
3022P: Mitchell Blank Jr
3023M: mitch@sfgoth.com
3024S: Maintained
3025
3026PPP OVER ETHERNET
3027P: Michal Ostrowski
3028M: mostrows@speakeasy.net
3029S: Maintained
3030
James Chapmana6d23702007-06-27 15:53:17 -07003031PPP OVER L2TP
3032P: James Chapman
3033M: jchapman@katalix.com
3034S: Maintained
3035
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036PREEMPTIBLE KERNEL
3037P: Robert Love
3038M: rml@tech9.net
3039L: linux-kernel@vger.kernel.org
3040L: kpreempt-tech@lists.sourceforge.net
3041W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3042S: Supported
3043
Michael Wueff1a592007-09-25 18:11:01 -07003044P54 WIRELESS DRIVER
3045P: Michael Wu
3046M: flamingice@sourmilk.net
3047L: linux-wireless@vger.kernel.org
3048W: http://prism54.org
3049T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3050S: Maintained
3051
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003053P: Luis R. Rodriguez
3054M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003055L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056W: http://prism54.org
3057S: Maintained
3058
3059PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3060P: Peter Denison
3061M: promise@pnd-pc.demon.co.uk
3062W: http://www.pnd-pc.demon.co.uk/promise/
3063S: Maintained
3064
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003065PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3066P: Mikael Pettersson
3067M: mikpe@it.uu.se
3068L: linux-ide@vger.kernel.org
3069S: Maintained
3070
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003071PS3 NETWORK SUPPORT
3072P: Masakazu Mokuno
3073M: mokuno@sm.sony.co.jp
3074L: netdev@vger.kernel.org
3075L: cbe-oss-dev@ozlabs.org
3076S: Supported
3077
Geoff Levandf58a9d12006-11-23 00:46:51 +01003078PS3 PLATFORM SUPPORT
3079P: Geoff Levand
3080M: geoffrey.levand@am.sony.com
3081L: linuxppc-dev@ozlabs.org
3082L: cbe-oss-dev@ozlabs.org
3083S: Supported
3084
Michael Krufky83202042006-07-03 00:24:18 -07003085PVRUSB2 VIDEO4LINUX DRIVER
3086P: Mike Isely
3087M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003088L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003089L: video4linux-list@redhat.com
3090W: http://www.isely.net/pvrusb2/
3091S: Maintained
3092
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093PXA2xx SUPPORT
3094P: Nicolas Pitre
3095M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003096L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097S: Maintained
3098
Pierre Ossman272f1332007-05-14 21:25:26 +02003099PXA MMCI DRIVER
3100S: Orphan
3101
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102QLOGIC QLA2XXX FC-SCSI DRIVER
3103P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003104M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105L: linux-scsi@vger.kernel.org
3106S: Supported
3107
Ron Mercer5a4faa82006-07-25 00:40:21 -07003108QLOGIC QLA3XXX NETWORK DRIVER
3109P: Ron Mercer
3110M: linux-driver@qlogic.com
3111L: netdev@vger.kernel.org
3112S: Supported
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114QNX4 FILESYSTEM
3115P: Anders Larsen
3116M: al@alarsen.net
3117L: linux-kernel@vger.kernel.org
3118W: http://www.alarsen.net/linux/qnx4fs/
3119S: Maintained
3120
3121RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003122P: Benjamin Herrenschmidt
3123M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003124L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125S: Maintained
3126
3127RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003128P: Paul Mackerras
3129M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003130L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131S: Maintained
3132
3133RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3134P: Corey Thomas
3135M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003136L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137S: Maintained
3138
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003139RALINK RT2X00 WLAN DRIVER
3140P: rt2x00 project
3141L: linux-wireless@vger.kernel.org
3142L: rt2400-devel@lists.sourceforge.net
3143W: http://rt2x00.serialmonkey.com/
3144S: Maintained
3145F: drivers/net/wireless/rt2x00/
3146
Matt Mackall9e95ce22005-04-16 15:25:56 -07003147RANDOM NUMBER DRIVER
3148P: Matt Mackall
3149M: mpm@selenic.com
3150S: Maintained
3151
Matt Porter394b7012005-11-07 01:00:15 -08003152RAPIDIO SUBSYSTEM
3153P: Matt Porter
3154M: mporter@kernel.crashing.org
3155L: linux-kernel@vger.kernel.org
3156S: Maintained
3157
Josh Triplett595182b2006-10-04 02:17:21 -07003158READ-COPY UPDATE (RCU)
3159P: Dipankar Sarma
3160M: dipankar@in.ibm.com
3161W: http://www.rdrop.com/users/paulmck/rclock/
3162L: linux-kernel@vger.kernel.org
3163S: Supported
3164
3165RCUTORTURE MODULE
3166P: Josh Triplett
3167M: josh@freedesktop.org
3168L: linux-kernel@vger.kernel.org
3169S: Maintained
3170
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171REAL TIME CLOCK DRIVER
3172P: Paul Gortmaker
3173M: p_gortmaker@yahoo.com
3174L: linux-kernel@vger.kernel.org
3175S: Maintained
3176
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003177REAL TIME CLOCK (RTC) SUBSYSTEM
3178P: Alessandro Zummo
3179M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003180L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003181S: Maintained
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183REISERFS FILE SYSTEM
3184P: Hans Reiser
3185M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003186L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187W: http://www.namesys.com
3188S: Supported
3189
3190ROCKETPORT DRIVER
3191P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192W: http://www.comtrol.com
3193S: Maintained
3194
3195ROSE NETWORK LAYER
3196P: Ralf Baechle
3197M: ralf@linux-mips.org
3198L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003199W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200S: Maintained
3201
3202RISCOM8 DRIVER
3203S: Orphan
3204
Michael Wu605bebe2007-05-14 01:41:02 -04003205RTL818X WIRELESS DRIVER
3206P: Michael Wu
3207M: flamingice@sourmilk.net
3208P: Andrea Merello
3209M: andreamrl@tiscali.it
3210L: linux-wireless@vger.kernel.org
3211W: http://linuxwireless.org/
3212T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3213S: Maintained
3214
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003215S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003216P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003217M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003218L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003219S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003220
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221S390
3222P: Martin Schwidefsky
3223M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003224P: Heiko Carstens
3225M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003227L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003228W: http://www.ibm.com/developerworks/linux/linux390/
3229S: Supported
3230
3231S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003232P: Ursula Braun
3233M: ubraun@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003234M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003235L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003236W: http://www.ibm.com/developerworks/linux/linux390/
3237S: Supported
3238
3239S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003240P: Swen Schillig
3241M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003242M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003243L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003244W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245S: Supported
3246
Ursula Braundd96df22007-09-19 13:09:02 +02003247S390 IUCV NETWORK LAYER
3248P: Ursula Braun
3249M: ubraun@linux.vnet.ibm.com
3250M: linux390@de.ibm.com
3251L: linux-s390@vger.kernel.org
3252W: http://www.ibm.com/developerworks/linux/linux390/
3253S: Supported
3254
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255SAA7146 VIDEO4LINUX-2 DRIVER
3256P: Michael Hunold
3257M: michael@mihu.de
3258W: http://www.mihu.de/linux/saa7146
3259S: Maintained
3260
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261SC1200 WDT DRIVER
3262P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003263M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264S: Maintained
3265
3266SCHEDULER
3267P: Ingo Molnar
3268M: mingo@elte.hu
3269P: Robert Love [the preemptible kernel bits]
3270M: rml@tech9.net
3271L: linux-kernel@vger.kernel.org
3272S: Maintained
3273
3274SCSI CDROM DRIVER
3275P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003276M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277L: linux-scsi@vger.kernel.org
3278W: http://www.kernel.dk
3279S: Maintained
3280
3281SCSI SG DRIVER
3282P: Doug Gilbert
3283M: dgilbert@interlog.com
3284L: linux-scsi@vger.kernel.org
3285W: http://www.torque.net/sg
3286S: Maintained
3287
3288SCSI SUBSYSTEM
3289P: James E.J. Bottomley
3290M: James.Bottomley@SteelEye.com
3291L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003292T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293S: Maintained
3294
3295SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003296P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297M: Kai.Makisara@kolumbus.fi
3298L: linux-scsi@vger.kernel.org
3299S: Maintained
3300
3301SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003302P: Vlad Yasevich
3303M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003304P: Sridhar Samudrala
3305M: sri@us.ibm.com
3306L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003307W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003308S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309
3310SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003311P: Jim Cromie
3312M: jim.cromie@gmail.com
3313S: Odd Fixes
3314
3315SCx200 GPIO DRIVER
3316P: Jim Cromie
3317M: jim.cromie@gmail.com
3318S: Maintained
3319
3320SCx200 HRT CLOCKSOURCE DRIVER
3321P: Jim Cromie
3322M: jim.cromie@gmail.com
3323S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324
3325SECURITY CONTACT
3326P: Security Officers
3327M: security@kernel.org
3328S: Supported
3329
3330SELINUX SECURITY MODULE
3331P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003332M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003334M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003335P: Eric Paris
3336M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003338L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339W: http://www.nsa.gov/selinux
3340S: Supported
3341
Jiri Slabycef2cf02007-05-08 00:31:45 -07003342SENSABLE PHANTOM
3343P: Jiri Slaby
3344M: jirislaby@gmail.com
3345S: Maintained
3346
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347SERIAL ATA (SATA) SUBSYSTEM:
3348P: Jeff Garzik
3349M: jgarzik@pobox.com
3350L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003351T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352S: Supported
3353
3354SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3355P: Pat Gefre
3356M: pfg@sgi.com
3357L: linux-ia64@vger.kernel.org
3358S: Supported
3359
3360SGI VISUAL WORKSTATION 320 AND 540
3361P: Andrey Panin
3362M: pazke@donpac.ru
3363L: linux-visws-devel@lists.sf.net
3364W: http://linux-visws.sf.net
3365S: Maintained for 2.6.
3366
3367SIMTEC EB110ATX (Chalice CATS)
3368P: Ben Dooks
3369P: Vincent Sanders
3370M: support@simtec.co.uk
3371W: http://www.simtec.co.uk/products/EB110ATX/
3372S: Supported
3373
3374SIMTEC EB2410ITX (BAST)
3375P: Ben Dooks
3376P: Vincent Sanders
3377M: support@simtec.co.uk
3378W: http://www.simtec.co.uk/products/EB2410ITX/
3379S: Supported
3380
Francois Romieu92aab3c2005-07-30 13:11:18 +02003381SIS 190 ETHERNET DRIVER
3382P: Francois Romieu
3383M: romieu@fr.zoreil.com
3384L: netdev@vger.kernel.org
3385S: Maintained
3386
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387SIS 5513 IDE CONTROLLER DRIVER
3388P: Lionel Bouton
3389M: Lionel.Bouton@inet6.fr
3390W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3391W: http://gyver.homeip.net/sis5513/index.html
3392S: Maintained
3393
3394SIS 900/7016 FAST ETHERNET DRIVER
3395P: Daniele Venzano
3396M: venza@brownhat.org
3397W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003398L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399S: Maintained
3400
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003401SIS 96X I2C/SMBUS DRIVER
3402P: Mark M. Hoffman
3403M: mhoffman@lightlink.com
3404L: lm-sensors@lm-sensors.org
3405S: Maintained
3406
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407SIS FRAMEBUFFER DRIVER
3408P: Thomas Winischhofer
3409M: thomas@winischhofer.net
3410W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003411S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412
3413SIS USB2VGA DRIVER
3414P: Thomas Winischhofer
3415M: thomas@winischhofer.net
3416W: http://www.winischhofer.at/linuxsisusbvga.shtml
3417S: Maintained
3418
Christoph Lameter415ad262007-07-26 10:40:56 -07003419SLAB ALLOCATOR
3420P: Christoph Lameter
3421M: clameter@sgi.com
3422P: Pekka Enberg
3423M: penberg@cs.helsinki.fi
3424L: linux-mm@kvack.org
3425S: Maintained
3426
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427SMC91x ETHERNET DRIVER
3428P: Nicolas Pitre
3429M: nico@cam.org
3430S: Maintained
3431
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003432SMSC47B397 HARDWARE MONITOR DRIVER
3433P: Mark M. Hoffman
3434M: mhoffman@lightlink.com
3435L: lm-sensors@lm-sensors.org
3436S: Maintained
3437
Daniel Drake8f0f8502006-07-18 22:00:25 +01003438SOFTMAC LAYER (IEEE 802.11)
3439P: Johannes Berg
3440M: johannes@sipsolutions.net
3441P: Joe Jezak
3442M: josejx@gentoo.org
3443P: Daniel Drake
3444M: dsd@gentoo.org
3445W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003446L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003447S: Maintained
3448
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449SOFTWARE RAID (Multiple Disks) SUPPORT
3450P: Ingo Molnar
3451M: mingo@redhat.com
3452P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003453M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003455S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456
Pavel Machek95a631e2007-07-19 01:47:42 -07003457HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458P: Pavel Machek
3459M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003460P: Rafael J. Wysocki
3461M: rjw@sisk.pl
3462L: linux-pm@lists.linux-foundation.org
3463S: Supported
3464
3465SUSPEND TO RAM:
3466P: Pavel Machek
3467M: pavel@suse.cz
3468P: Rafael J. Wysocki
3469M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003470L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471S: Maintained
3472
3473SONIC NETWORK DRIVER
3474P: Thomas Bogendoerfer
3475M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003476L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477S: Maintained
3478
Michael Buesch61e115a2007-09-18 15:12:50 -04003479SONICS SILICON BACKPLANE DRIVER (SSB)
3480P: Michael Buesch
3481M: mb@bu3sch.de
3482L: netdev@vger.kernel.org
3483S: Maintained
3484
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003486P: Mattia Dongili
3487M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003488L: linux-acpi@vger.kernel.org
3489W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490S: Maintained
3491
3492SOUND
3493P: Jaroslav Kysela
3494M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003495L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496S: Maintained
3497
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003498SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3499P: Liam Girdwood
3500M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003501L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003502S: Supported
3503
Kumar Gala025c3982006-04-02 16:05:54 -05003504SPI SUBSYSTEM
3505P: David Brownell
3506M: dbrownell@users.sourceforge.net
3507L: spi-devel-general@lists.sourceforge.net
3508S: Maintained
3509
Steven Rostedt855f46a2006-08-05 12:14:50 -07003510STABLE BRANCH:
3511P: Greg Kroah-Hartman
3512M: greg@kroah.com
3513P: Chris Wright
3514M: chrisw@sous-sol.org
3515L: stable@kernel.org
3516S: Maintained
3517
Kylene Hall1c72d462005-05-01 08:59:13 -07003518TPM DEVICE DRIVER
3519P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003520M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003521W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003522P: Marcel Selhorst
3523M: tpm@selhorst.net
3524W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003525L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003526S: Maintained
3527
Mark Gross1a80ba82005-10-30 15:02:55 -08003528Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003529P: Mark Gross
3530M: mark.gross@intel.com
3531S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003532
Chris Zankel48b415c2005-06-23 22:01:07 -07003533TENSILICA XTENSA PORT (xtensa):
3534P: Chris Zankel
3535M: chris@zankel.net
3536S: Maintained
3537
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003538THINKPAD ACPI EXTRAS DRIVER
3539P: Henrique de Moraes Holschuh
3540M: ibm-acpi@hmh.eng.br
3541L: ibm-acpi-devel@lists.sourceforge.net
3542W: http://ibm-acpi.sourceforge.net
3543W: http://thinkwiki.org/wiki/Ibm-acpi
3544T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3545S: Maintained
3546
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547UltraSPARC (sparc64):
3548P: David S. Miller
3549M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003551T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552S: Maintained
3553
3554SHARP LH SUPPORT (LH7952X & LH7A40X)
3555P: Marc Singer
3556M: elf@buici.com
3557W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559S: Maintained
3560
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003561SHPC HOTPLUG DRIVER
3562P: Kristen Carlson Accardi
3563M: kristen.c.accardi@intel.com
3564L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003565S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003566
Pierre Ossmand129bce2006-03-24 03:18:17 -08003567SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3568P: Pierre Ossman
3569M: drzeus-sdhci@drzeus.cx
3570L: sdhci-devel@list.drzeus.cx
3571W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3572S: Maintained
3573
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003574SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3575P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003576M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003577L: netdev@vger.kernel.org
3578S: Maintained
3579
Chris Boot1a87d942006-07-10 04:45:34 -07003580SOEKRIS NET48XX LED SUPPORT
3581P: Chris Boot
3582M: bootc@bootc.net
3583S: Maintained
3584
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585SPARC (sparc32):
3586P: William L. Irwin
3587M: wli@holomorphy.com
3588L: sparclinux@vger.kernel.org
3589S: Maintained
3590
3591SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3592P: Roger Wolff
3593M: R.E.Wolff@BitWizard.nl
3594L: linux-kernel@vger.kernel.org ?
3595S: Supported
3596
Jim Lewis2752e402006-09-29 02:01:19 -07003597SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003598P: Linas Vepstas
3599M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003600L: netdev@vger.kernel.org
3601S: Supported
3602
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603SRM (Alpha) environment access
3604P: Jan-Benedict Glaw
3605M: jbglaw@lug-owl.de
3606L: linux-kernel@vger.kernel.org
3607S: Maintained
3608
3609STARFIRE/DURALAN NETWORK DRIVER
3610P: Ion Badulescu
3611M: ionut@cs.columbia.edu
3612S: Maintained
3613
3614STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3615W: http://mosquitonet.Stanford.EDU/strip.html
3616S: Unsupported ?
3617
3618STRADIS MPEG-2 DECODER DRIVER
3619P: Nathan Laredo
3620M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621W: http://www.stradis.com/
3622S: Maintained
3623
3624SUPERH (sh)
3625P: Paul Mundt
3626M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003627L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629S: Maintained
3630
3631SUPERH64 (sh64)
3632P: Paul Mundt
3633M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634L: linuxsh-shmedia-dev@lists.sourceforge.net
3635W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636S: Maintained
3637
3638SUN3/3X
3639P: Sam Creasey
3640M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641W: http://sammy.net/sun3/
3642S: Maintained
3643
3644SVGA HANDLING
3645P: Martin Mares
3646M: mj@ucw.cz
3647L: linux-video@atrey.karlin.mff.cuni.cz
3648S: Maintained
3649
3650SYSV FILESYSTEM
3651P: Christoph Hellwig
3652M: hch@infradead.org
3653S: Maintained
3654
Stephen Hemminger781b4562006-07-10 20:25:29 -07003655TC CLASSIFIER
3656P: Jamal Hadi Salim
3657M: hadi@cyberus.ca
3658L: netdev@vger.kernel.org
3659S: Maintained
3660
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003661TCP LOW PRIORITY MODULE
3662P: Wong Hoi Sing, Edison
3663M: hswong3i@gmail.com
3664P: Hung Hing Lun, Mike
3665M: hlhung3i@gmail.com
3666W: http://tcp-lp-mod.sourceforge.net/
3667S: Maintained
3668
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003669TEHUTI ETHERNET DRIVER
3670P: Alexander Indenbaum
3671M: baum@tehutinetworks.net
3672P: Andy Gospodarek
3673M: andy@greyhouse.net
3674L: netdev@vger.kernel.org
3675S: Supported
3676
Alex Dubov4020f2d2006-10-04 02:15:37 -07003677TI FLASH MEDIA INTERFACE DRIVER
3678P: Alex Dubov
3679M: oakad@yahoo.com
3680S: Maintained
3681
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003682TI OMAP MMC INTERFACE DRIVER
3683P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3684M: linux-omap-open-source@linux.omap.com
3685W: http://linux.omap.com
3686W: http://www.muru.com/linux/omap/
3687S: Maintained
3688
Michael Buesch844dd052006-06-26 00:24:59 -07003689TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3690P: Deepak Saxena
3691M: dsaxena@plexity.net
3692S: Maintained
3693
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003694TASKSTATS STATISTICS INTERFACE
3695P: Shailabh Nagar
3696M: nagar@watson.ibm.com
3697L: linux-kernel@vger.kernel.org
3698S: Maintained
3699
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003701P: Romain Lievin
3702M: roms@lpg.ticalc.org
3703S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704
Per Lidene86eaa32006-01-12 16:45:18 +01003705TIPC NETWORK LAYER
3706P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003707M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003708P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003709M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003710P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003711M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003712L: tipc-discussion@lists.sourceforge.net
3713W: http://tipc.sourceforge.net/
3714W: http://tipc.cslab.ericsson.net/
3715T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3716S: Maintained
3717
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718TLAN NETWORK DRIVER
3719P: Samuel Chessman
3720M: chessman@tux.org
3721L: tlan-devel@lists.sourceforge.net
3722W: http://sourceforge.net/projects/tlan/
3723S: Maintained
3724
3725TOKEN-RING NETWORK DRIVER
3726P: Mike Phillips
3727M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003728L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729L: linux-tr@linuxtr.net
3730W: http://www.linuxtr.net
3731S: Maintained
3732
3733TOSHIBA ACPI EXTRAS DRIVER
3734P: John Belmonte
3735M: toshiba_acpi@memebeam.org
3736W: http://memebeam.org/toys/ToshibaAcpiDriver
3737S: Maintained
3738
3739TOSHIBA SMM DRIVER
3740P: Jonathan Buzzard
3741M: jonathan@buzzard.org.uk
3742L: tlinux-users@tce.toshiba-dme.co.jp
3743W: http://www.buzzard.org.uk/toshiba/
3744S: Maintained
3745
3746TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3747P: Muli Ben-Yehuda
3748M: mulix@mulix.org
3749L: linux-kernel@vger.kernel.org
3750S: Maintained
3751
3752TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003753P: Adrian Bunk
3754M: trivial@kernel.org
3755L: linux-kernel@vger.kernel.org
3756W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3757T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3758S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759
3760TMS380 TOKEN-RING NETWORK DRIVER
3761P: Adam Fritzler
3762M: mid@auk.cx
3763L: linux-tr@linuxtr.net
3764W: http://www.auk.cx/tms380tr/
3765S: Maintained
3766
3767TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768L: tulip-users@lists.sourceforge.net
3769W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003770S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771
3772TUN/TAP driver
3773P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003774M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775L: vtun@office.satix.net
3776W: http://vtun.sourceforge.net/tun
3777S: Maintained
3778
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003779TURBOCHANNEL SUBSYSTEM
3780P: Maciej W. Rozycki
3781M: macro@linux-mips.org
3782S: Maintained
3783
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784U14-34F SCSI DRIVER
3785P: Dario Ballabio
3786M: ballabio_dario@emc.com
3787L: linux-scsi@vger.kernel.org
3788S: Maintained
3789
3790UDF FILESYSTEM
3791P: Ben Fennema
3792M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793W: http://linux-udf.sourceforge.net
3794S: Maintained
3795
3796UNIFORM CDROM DRIVER
3797P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003798M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799L: linux-kernel@vger.kernel.org
3800W: http://www.kernel.dk
3801S: Maintained
3802
3803USB ACM DRIVER
3804P: Oliver Neukum
3805M: oliver@neukum.name
3806L: linux-usb-users@lists.sourceforge.net
3807L: linux-usb-devel@lists.sourceforge.net
3808S: Maintained
3809
3810USB BLOCK DRIVER (UB ub)
3811P: Pete Zaitcev
3812M: zaitcev@redhat.com
3813L: linux-kernel@vger.kernel.org
3814L: linux-usb-devel@lists.sourceforge.net
3815S: Supported
3816
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817USB CDC ETHERNET DRIVER
3818P: Greg Kroah-Hartman
3819M: greg@kroah.com
3820L: linux-usb-users@lists.sourceforge.net
3821L: linux-usb-devel@lists.sourceforge.net
3822S: Maintained
3823W: http://www.kroah.com/linux-usb/
3824
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003825USB DAVICOM DM9601 DRIVER
3826P: Peter Korsgaard
3827M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003828L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003829W: http://www.linux-usb.org/usbnet
3830S: Maintained
3831
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832USB EHCI DRIVER
3833P: David Brownell
3834M: dbrownell@users.sourceforge.net
3835L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003836S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837
Luca Risolia7ce08c92006-01-11 02:06:59 +00003838USB ET61X[12]51 DRIVER
3839P: Luca Risolia
3840M: luca.risolia@studio.unibo.it
3841L: linux-usb-devel@lists.sourceforge.net
3842L: video4linux-list@redhat.com
3843W: http://www.linux-projects.org
3844S: Maintained
3845
David Brownell69ae9e32006-11-14 02:03:31 -08003846USB GADGET/PERIPHERAL SUBSYSTEM
3847P: David Brownell
3848M: dbrownell@users.sourceforge.net
3849L: linux-usb-devel@lists.sourceforge.net
3850W: http://www.linux-usb.org/gadget
3851S: Maintained
3852
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003853USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003854P: Jiri Kosina
3855M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003857T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858S: Maintained
3859
3860USB HUB DRIVER
3861P: Johannes Erdfelt
3862M: johannes@erdfelt.com
3863L: linux-usb-users@lists.sourceforge.net
3864L: linux-usb-devel@lists.sourceforge.net
3865S: Maintained
3866
Olav Kongas959eea22005-11-03 17:38:14 +02003867USB ISP116X DRIVER
3868P: Olav Kongas
3869M: ok@artecdesign.ee
3870L: linux-usb-devel@lists.sourceforge.net
3871S: Maintained
3872
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873USB KAWASAKI LSI DRIVER
3874P: Oliver Neukum
3875M: oliver@neukum.name
3876L: linux-usb-users@lists.sourceforge.net
3877L: linux-usb-devel@lists.sourceforge.net
3878S: Maintained
3879
3880USB MASS STORAGE DRIVER
3881P: Matthew Dharm
3882M: mdharm-usb@one-eyed-alien.net
3883L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003884L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885S: Maintained
3886W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3887
3888USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003889P: David Brownell
3890M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891L: linux-usb-users@lists.sourceforge.net
3892L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003893S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894
Matthias Urlichsba460e42005-07-14 00:33:47 -07003895USB OPTION-CARD DRIVER
3896P: Matthias Urlichs
3897M: smurf@smurf.noris.de
3898L: linux-usb-devel@lists.sourceforge.net
3899S: Maintained
3900
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901USB OV511 DRIVER
3902P: Mark McClelland
3903M: mmcclell@bigfoot.com
3904L: linux-usb-users@lists.sourceforge.net
3905L: linux-usb-devel@lists.sourceforge.net
3906W: http://alpha.dyndns.org/ov511/
3907S: Maintained
3908
3909USB PEGASUS DRIVER
3910P: Petko Manolov
3911M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003913L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914W: http://pegasus2.sourceforge.net/
3915S: Maintained
3916
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003917USB PRINTER DRIVER (usblp)
3918P: Pete Zaitcev
3919M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920L: linux-usb-users@lists.sourceforge.net
3921L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003922S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923
3924USB RTL8150 DRIVER
3925P: Petko Manolov
3926M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003928L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003929W: http://pegasus2.sourceforge.net/
3930S: Maintained
3931
3932USB SE401 DRIVER
3933P: Jeroen Vreeken
3934M: pe1rxq@amsat.org
3935L: linux-usb-users@lists.sourceforge.net
3936L: linux-usb-devel@lists.sourceforge.net
3937W: http://www.chello.nl/~j.vreeken/se401/
3938S: Maintained
3939
3940USB SERIAL CYBERJACK DRIVER
3941P: Matthias Bruestle and Harald Welte
3942M: support@reiner-sct.com
3943W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3944S: Maintained
3945
3946USB SERIAL DIGI ACCELEPORT DRIVER
3947P: Peter Berger and Al Borchers
3948M: pberger@brimson.com
3949M: alborchers@steinerpoint.com
3950L: linux-usb-users@lists.sourceforge.net
3951L: linux-usb-devel@lists.sourceforge.net
3952S: Maintained
3953
3954USB SERIAL DRIVER
3955P: Greg Kroah-Hartman
3956M: gregkh@suse.de
3957L: linux-usb-users@lists.sourceforge.net
3958L: linux-usb-devel@lists.sourceforge.net
3959S: Supported
3960
3961USB SERIAL BELKIN F5U103 DRIVER
3962P: William Greathouse
3963M: wgreathouse@smva.com
3964L: linux-usb-users@lists.sourceforge.net
3965L: linux-usb-devel@lists.sourceforge.net
3966S: Maintained
3967
3968USB SERIAL CYPRESS M8 DRIVER
3969P: Lonnie Mendez
3970M: dignome@gmail.com
3971L: linux-usb-users@lists.sourceforge.net
3972L: linux-usb-devel@lists.sourceforge.net
3973S: Maintained
3974W: http://geocities.com/i0xox0i
3975W: http://firstlight.net/cvs
3976
3977USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3978L: linux-usb-users@lists.sourceforge.net
3979L: linux-usb-devel@lists.sourceforge.net
3980S: Maintained
3981
3982USB AUERSWALD DRIVER
3983P: Wolfgang Muees
3984M: wolfgang@iksw-muees.de
3985L: linux-usb-users@lists.sourceforge.net
3986L: linux-usb-devel@lists.sourceforge.net
3987S: Maintained
3988
3989USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3990P: Gary Brubaker
3991M: xavyer@ix.netcom.com
3992L: linux-usb-users@lists.sourceforge.net
3993L: linux-usb-devel@lists.sourceforge.net
3994S: Maintained
3995
3996USB SERIAL KEYSPAN DRIVER
3997P: Greg Kroah-Hartman
3998M: greg@kroah.com
3999L: linux-usb-users@lists.sourceforge.net
4000L: linux-usb-devel@lists.sourceforge.net
4001W: http://www.kroah.com/linux/
4002S: Maintained
4003
4004USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004005P: Support Department
4006M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007L: linux-usb-users@lists.sourceforge.net
4008L: linux-usb-devel@lists.sourceforge.net
4009W: http://www.connecttech.com
4010S: Supported
4011
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004012USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013P: Luca Risolia
4014M: luca.risolia@studio.unibo.it
4015L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004016L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017W: http://www.linux-projects.org
4018S: Maintained
4019
4020USB SUBSYSTEM
4021P: Greg Kroah-Hartman
4022M: gregkh@suse.de
4023L: linux-usb-users@lists.sourceforge.net
4024L: linux-usb-devel@lists.sourceforge.net
4025W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004026T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027S: Supported
4028
4029USB UHCI DRIVER
4030P: Alan Stern
4031M: stern@rowland.harvard.edu
4032L: linux-usb-users@lists.sourceforge.net
4033L: linux-usb-devel@lists.sourceforge.net
4034S: Maintained
4035
David Brownell69ae9e32006-11-14 02:03:31 -08004036USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037P: David Brownell
4038M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004039L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004040W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041S: Maintained
4042
4043USB W996[87]CF DRIVER
4044P: Luca Risolia
4045M: luca.risolia@studio.unibo.it
4046L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004047L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048W: http://www.linux-projects.org
4049S: Maintained
4050
Luca Risolia60f78052006-02-06 16:29:35 +00004051USB ZC0301 DRIVER
4052P: Luca Risolia
4053M: luca.risolia@studio.unibo.it
4054L: linux-usb-devel@lists.sourceforge.net
4055L: video4linux-list@redhat.com
4056W: http://www.linux-projects.org
4057S: Maintained
4058
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059USB ZD1201 DRIVER
4060P: Jeroen Vreeken
4061M: pe1rxq@amsat.org
4062L: linux-usb-users@lists.sourceforge.net
4063L: linux-usb-devel@lists.sourceforge.net
4064W: http://linux-lc100020.sourceforge.net
4065S: Maintained
4066
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004067USB ZR364XX DRIVER
4068P: Antoine Jacquet
4069M: royale@zerezo.com
4070L: linux-usb-devel@lists.sourceforge.net
4071L: video4linux-list@redhat.com
4072W: http://royale.zerezo.com/zr364xx/
4073S: Maintained
4074
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075USER-MODE LINUX
4076P: Jeff Dike
4077M: jdike@karaya.com
4078L: user-mode-linux-devel@lists.sourceforge.net
4079L: user-mode-linux-user@lists.sourceforge.net
4080W: http://user-mode-linux.sourceforge.net
4081S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004082
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083FAT/VFAT/MSDOS FILESYSTEM:
4084P: OGAWA Hirofumi
4085M: hirofumi@mail.parknet.co.jp
4086L: linux-kernel@vger.kernel.org
4087S: Maintained
4088
4089VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4090P: Jeff Garzik
4091S: Odd fixes
4092
4093VIA RHINE NETWORK DRIVER
4094P: Roger Luethi
4095M: rl@hellgate.ch
4096S: Maintained
4097
Jean Delvare32c0a522005-09-22 21:47:58 +02004098VIAPRO SMBUS DRIVER
4099P: Jean Delvare
4100M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004101L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004102S: Maintained
4103
Francois Romieu01f20732007-01-26 00:57:17 -08004104VIA VELOCITY NETWORK DRIVER
4105P: Francois Romieu
4106M: romieu@fr.zoreil.com
4107L: netdev@vger.kernel.org
4108S: Maintained
4109
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110UCLINUX (AND M68KNOMMU)
4111P: Greg Ungerer
4112M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004114L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115S: Maintained
4116
4117UCLINUX FOR NEC V850
4118P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119
4120UCLINUX FOR RENESAS H8/300
4121P: Yoshinori Sato
4122M: ysato@users.sourceforge.jp
4123W: http://uclinux-h8.sourceforge.jp/
4124S: Supported
4125
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004126UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004127P: Evgeniy Dushistov
4128M: dushistov@mail.ru
4129L: linux-kernel@vger.kernel.org
4130S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004131
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132USB DIAMOND RIO500 DRIVER
4133P: Cesar Miquel
4134M: miquel@df.uba.ar
4135L: rio500-users@lists.sourceforge.net
4136W: http://rio500.sourceforge.net
4137S: Maintained
4138
4139VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004140P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004141M: mchehab@infradead.org
4142M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004144W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004145T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004146S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147
Juerg Haefligerab413192006-09-24 20:54:04 +02004148VT1211 HARDWARE MONITOR DRIVER
4149P: Juerg Haefliger
4150M: juergh@gmail.com
4151L: lm-sensors@lm-sensors.org
4152S: Maintained
4153
Roger Lucas1de9e372005-11-26 20:20:05 +01004154VT8231 HARDWARE MONITOR DRIVER
4155P: Roger Lucas
4156M: roger@planbit.co.uk
4157L: lm-sensors@lm-sensors.org
4158S: Maintained
4159
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160W1 DALLAS'S 1-WIRE BUS
4161P: Evgeniy Polyakov
4162M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163S: Maintained
4164
Charles Spirakis13927072006-07-05 18:05:15 +02004165W83791D HARDWARE MONITORING DRIVER
4166P: Charles Spirakis
4167M: bezaur@gmail.com
4168L: lm-sensors@lm-sensors.org
4169S: Maintained
4170
Rudolf Marek61db0112006-12-12 18:18:30 +01004171W83793 HARDWARE MONITORING DRIVER
4172P: Rudolf Marek
4173M: r.marek@assembler.cz
4174L: lm-sensors@lm-sensors.org
4175S: Maintained
4176
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177W83L51xD SD/MMC CARD INTERFACE DRIVER
4178P: Pierre Ossman
4179M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004180L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181W: http://projects.drzeus.cx/wbsd
4182S: Maintained
4183
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004184WATCHDOG DEVICE DRIVERS
4185P: Wim Van Sebroeck
4186M: wim@iguana.be
4187T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4188S: Maintained
4189
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4191P: Jean Tourrilhes
4192M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004193L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4195S: Maintained
4196
4197WD7000 SCSI DRIVER
4198P: Miroslav Zagorac
4199M: zaga@fly.cc.fer.hr
4200L: linux-scsi@vger.kernel.org
4201S: Maintained
4202
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004203WISTRON LAPTOP BUTTON DRIVER
4204P: Miloslav Trmac
4205M: mitr@volny.cz
4206S: Maintained
4207
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208WL3501 WIRELESS PCMCIA CARD DRIVER
4209P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004210M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004211L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004212W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213S: Maintained
4214
4215X.25 NETWORK LAYER
4216P: Henner Eisen
4217M: eis@baty.hanse.de
4218L: linux-x25@vger.kernel.org
4219S: Maintained
4220
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004221XEN HYPERVISOR INTERFACE
4222P: Jeremy Fitzhardinge
4223M: jeremy@xensource.com
4224P: Chris Wright
4225M: chrisw@sous-sol.org
4226L: virtualization@lists.osdl.org
4227L: xen-devel@lists.xensource.com
4228S: Supported
4229
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230XFS FILESYSTEM
4231P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004232P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004234L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004236T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237S: Supported
4238
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004239XILINX SYSTEMACE DRIVER
4240P: Grant Likely
4241M: grant.likely@secretlab.ca
4242W: http://www.secretlab.ca/
4243L: linux-kernel@vger.kernel.org
4244S: Maintained
4245
Peter Korsgaard238b8722006-12-06 20:35:17 -08004246XILINX UARTLITE SERIAL DRIVER
4247P: Peter Korsgaard
4248M: jacmet@sunsite.dk
4249L: linux-serial@vger.kernel.org
4250S: Maintained
4251
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252X86 3-LEVEL PAGING (PAE) SUPPORT
4253P: Ingo Molnar
4254M: mingo@redhat.com
4255S: Maintained
4256
4257X86-64 port
4258P: Andi Kleen
4259M: ak@suse.de
4260L: discuss@x86-64.org
4261W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004262T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263S: Maintained
4264
4265YAM DRIVER FOR AX.25
4266P: Jean-Paul Roubelat
4267M: jpr@f6fbb.org
4268L: linux-hams@vger.kernel.org
4269S: Maintained
4270
Henkaf64a5e2005-10-12 15:02:56 +02004271YEALINK PHONE DRIVER
4272P: Henk Vergonet
4273M: Henk.Vergonet@gmail.com
4274L: usbb2k-api-dev@nongnu.org
4275S: Maintained
4276
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277Z8530 DRIVER FOR AX.25
4278P: Joerg Reuter
4279M: jreuter@yaina.de
4280W: http://yaina.de/jreuter/
4281W: http://www.qsl.net/dl1bke/
4282L: linux-hams@vger.kernel.org
4283S: Maintained
4284
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004285ZD1211RW WIRELESS DRIVER
4286P: Daniel Drake
4287M: dsd@gentoo.org
4288P: Ulrich Kunitz
4289M: kune@deine-taler.de
4290W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004291L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004292L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4293S: Maintained
4294
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295ZF MACHZ WATCHDOG
4296P: Fernando Fuganti
4297M: fuganti@netbank.com.br
4298W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4299S: Maintained
4300
4301ZR36067 VIDEO FOR LINUX DRIVER
4302P: Ronald Bultje
4303M: rbultje@ronald.bitfreak.net
4304L: mjpeg-users@lists.sourceforge.net
4305W: http://mjpeg.sourceforge.net/driver-zoran/
4306S: Maintained
4307
4308ZR36120 VIDEO FOR LINUX DRIVER
4309P: Pauline Middelink
4310M: middelin@polyware.nl
4311W: http://www.polyware.nl/~middelin/En/hobbies.html
4312W: http://www.polyware.nl/~middelin/hobbies.html
4313S: Maintained
4314
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004315ZS DECSTATION Z85C30 SERIAL DRIVER
4316P: Maciej W. Rozycki
4317M: macro@linux-mips.org
4318S: Maintained
4319
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320THE REST
4321P: Linus Torvalds
4322S: Buried alive in reporters