blob: e6589c3b69c2e3feea7f92ef82b3972977a0c207 [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: Aubrey Li
730M: aubrey.li@analog.com
731P: Bernd Schmidt
732M: bernd.schmidt@analog.com
733P: Bryan Wu
734M: bryan.wu@analog.com
735P: Grace Pan
736M: grace.pan@analog.com
737P: Marc Hoffman
738M: marc.hoffman@analog.com
739P: Michael Hennerich
740M: michael.hennerich@analog.com
741P: Mike Frysinger
742M: michael.frysinger@analog.com
743P: Jerry Zeng
744M: jerry.zeng@analog.com
745P: Jie Zhang
746M: jie.zhang@analog.com
747P: Robin Getz
748M: robin.getz@analog.com
749P: Roy Huang
750M: roy.huang@analog.com
751P: Sonic Zhang
752M: sonic.zhang@analog.com
753P: Vivi Li
754M: vivi.li@analog.com
755P: Yi Li
756M: yi.li@analog.com
757L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
758W: http://blackfin.uclinux.org
759S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700760
Bryan Wue190d6b2007-07-17 14:43:44 +0800761BLACKFIN EMAC DRIVER
762P: Bryan Wu
763M: bryan.wu@analog.com
764L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
765W: http://blackfin.uclinux.org
766S: Supported
767
Mike Frysinger566da5b2007-06-11 15:31:30 +0800768BLACKFIN RTC DRIVER
769P: Mike Frysinger
770M: michael.frysinger@analog.com
771M: vapier.adi@gmail.com
772L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
773W: http://blackfin.uclinux.org
774S: Supported
775
Bryan Wu1394f032007-05-06 14:50:22 -0700776BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800777P: Aubrey Li
778M: aubrey.li@analog.com
779L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
780W: http://blackfin.uclinux.org
781S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700782
Bryan Wu1e6d3202007-07-15 02:50:02 +0800783BLACKFIN WATCHDOG DRIVER
784P: Mike Frysinger
785M: michael.frysinger@analog.com
786M: vapier.adi@gmail.com
787L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
788W: http://blackfin.uclinux.org
789S: Supported
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791BAYCOM/HDLCDRV DRIVERS FOR AX.25
792P: Thomas Sailer
793M: t.sailer@alumni.ethz.ch
794L: linux-hams@vger.kernel.org
795W: http://www.baycom.org/~tom/ham/ham.html
796S: Maintained
797
Michael Buesche4d6b792007-09-18 15:39:42 -0400798B43 WIRELESS DRIVER
799P: Michael Buesch
800M: mb@bu3sch.de
801P: Stefano Brivio
802M: st3@riseup.net
803L: linux-wireless@vger.kernel.org
804W: http://bcm43xx.berlios.de/
805S: Maintained
806
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200807BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
808P: Larry Finger
809M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200810P: Stefano Brivio
811M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700812L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200813W: http://bcm43xx.berlios.de/
814S: Maintained
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816BEFS FILE SYSTEM
817P: Sergey S. Kostyliov
818M: rathamahata@php4.ru
819L: linux-kernel@vger.kernel.org
820S: Maintained
821
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822BFS FILE SYSTEM
823P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800824M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825L: linux-kernel@vger.kernel.org
826S: Maintained
827
Bryan Wud24ecfc2007-05-01 23:26:32 +0200828BLACKFIN I2C TWI DRIVER
829P: Sonic Zhang
830M: sonic.zhang@analog.com
831L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
832W: http://blackfin.uclinux.org/
833S: Supported
834
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835BLOCK LAYER
836P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200837M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800839T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840S: Maintained
841
842BLUETOOTH SUBSYSTEM
843P: Marcel Holtmann
844M: marcel@holtmann.org
845P: Maxim Krasnyansky
846M: maxk@qualcomm.com
847L: bluez-devel@lists.sf.net
848W: http://bluez.sf.net
849W: http://www.bluez.org
850W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800851T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852S: Maintained
853
854BLUETOOTH RFCOMM LAYER
855P: Marcel Holtmann
856M: marcel@holtmann.org
857P: Maxim Krasnyansky
858M: maxk@qualcomm.com
859S: Maintained
860
861BLUETOOTH BNEP LAYER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864P: Maxim Krasnyansky
865M: maxk@qualcomm.com
866S: Maintained
867
868BLUETOOTH CMTP LAYER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871S: Maintained
872
873BLUETOOTH HIDP LAYER
874P: Marcel Holtmann
875M: marcel@holtmann.org
876S: Maintained
877
878BLUETOOTH HCI UART DRIVER
879P: Marcel Holtmann
880M: marcel@holtmann.org
881P: Maxim Krasnyansky
882M: maxk@qualcomm.com
883S: Maintained
884
885BLUETOOTH HCI USB DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888P: Maxim Krasnyansky
889M: maxk@qualcomm.com
890S: Maintained
891
892BLUETOOTH HCI BCM203X DRIVER
893P: Marcel Holtmann
894M: marcel@holtmann.org
895S: Maintained
896
897BLUETOOTH HCI BPA10X DRIVER
898P: Marcel Holtmann
899M: marcel@holtmann.org
900S: Maintained
901
902BLUETOOTH HCI BFUSB DRIVER
903P: Marcel Holtmann
904M: marcel@holtmann.org
905S: Maintained
906
907BLUETOOTH HCI DTL1 DRIVER
908P: Marcel Holtmann
909M: marcel@holtmann.org
910S: Maintained
911
912BLUETOOTH HCI BLUECARD DRIVER
913P: Marcel Holtmann
914M: marcel@holtmann.org
915S: Maintained
916
917BLUETOOTH HCI BT3C DRIVER
918P: Marcel Holtmann
919M: marcel@holtmann.org
920S: Maintained
921
922BLUETOOTH HCI BTUART DRIVER
923P: Marcel Holtmann
924M: marcel@holtmann.org
925S: Maintained
926
927BLUETOOTH HCI VHCI DRIVER
928P: Maxim Krasnyansky
929M: maxk@qualcomm.com
930S: Maintained
931
932BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100933P: Chad Tindel
934M: ctindel@users.sourceforge.net
935P: Jay Vosburgh
936M: fubar@us.ibm.com
937L: bonding-devel@lists.sourceforge.net
938W: http://sourceforge.net/projects/bonding/
939S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000941BROADBAND PROCESSOR ARCHITECTURE
942P: Arnd Bergmann
943M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100944L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400945W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000946S: Supported
947
Gary Zambrano39105892006-06-22 17:26:20 -0700948BROADCOM B44 10/100 ETHERNET DRIVER
949P: Gary Zambrano
950M: zambrano@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
Michael Chan948c51e2006-06-04 02:51:39 -0700954BROADCOM BNX2 GIGABIT ETHERNET DRIVER
955P: Michael Chan
956M: mchan@broadcom.com
957L: netdev@vger.kernel.org
958S: Supported
959
960BROADCOM TG3 GIGABIT ETHERNET DRIVER
961P: Michael Chan
962M: mchan@broadcom.com
963L: netdev@vger.kernel.org
964S: Supported
965
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200966BSG (block layer generic sg v4 driver)
967P: FUJITA Tomonori
968M: fujita.tomonori@lab.ntt.co.jp
969L: linux-scsi@vger.kernel.org
970S: Supported
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700973P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200974M: mchehab@infradead.org
975M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700977W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200978T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700979S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
Jonathan Corbet77d51402007-03-22 19:44:17 -0300981CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
982P: Jonathan Corbet
983M: corbet@lwn.net
984L: video4linux-list@redhat.com
985S: Maintained
986
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200987CALGARY x86-64 IOMMU
988P: Muli Ben-Yehuda
989M: muli@il.ibm.com
990P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200991M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200992L: linux-kernel@vger.kernel.org
993L: discuss@x86-64.org
994S: Maintained
995
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800996CFAG12864B LCD DRIVER
997P: Miguel Ojeda Sandonis
998M: maxextreme@gmail.com
999L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001000W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001001S: Maintained
1002
1003CFAG12864BFB LCD FRAMEBUFFER DRIVER
1004P: Miguel Ojeda Sandonis
1005M: maxextreme@gmail.com
1006L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001007W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001008S: Maintained
1009
Johannes Berg704232c2007-04-23 12:20:05 -07001010CFG80211 and NL80211
1011P: Johannes Berg
1012M: johannes@sipsolutions.net
1013L: linux-wireless@vger.kernel.org
1014S: Maintained
1015
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001016CHECKPATCH
1017P: Andy Whitcroft
1018M: apw@shadowen.org
1019P: Randy Dunlap
1020M: rdunlap@xenotime.net
1021P: Joel Schopp
1022M: jschopp@austin.ibm.com
1023S: Supported
1024
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025COMMON INTERNET FILE SYSTEM (CIFS)
1026P: Steve French
1027M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001028L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001030W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001031T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001032S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033
Joel Becker7063fbf2005-12-15 14:29:43 -08001034CONFIGFS
1035P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001036M: joel.becker@oracle.com
1037L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001038S: Supported
1039
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001040CIRRUS LOGIC EP93XX ETHERNET DRIVER
1041P: Lennert Buytenhek
1042M: kernel@wantstofly.org
1043L: netdev@vger.kernel.org
1044S: Maintained
1045
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046CIRRUS LOGIC GENERIC FBDEV DRIVER
1047P: Jeff Garzik
1048M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001049L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050S: Odd Fixes
1051
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001052CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1053P: Lennert Buytenhek
1054M: kernel@wantstofly.org
1055L: linux-usb-devel@lists.sourceforge.net
1056S: Maintained
1057
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1059P: Cirrus Logic Corporation (kernel 2.2 driver)
1060M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1061P: Nils Faerber (port to kernel 2.4)
1062M: Nils Faerber <nils@kernelconcepts.de>
1063S: Maintained
1064
1065CODA FILE SYSTEM
1066P: Jan Harkes
1067M: jaharkes@cs.cmu.edu
1068M: coda@cs.cmu.edu
1069L: codalist@coda.cs.cmu.edu
1070W: http://www.coda.cs.cmu.edu/
1071S: Maintained
1072
1073COMPACTPCI HOTPLUG CORE
1074P: Scott Murray
1075M: scottm@somanetworks.com
1076M: scott@spiteful.org
1077L: pcihpd-discuss@lists.sourceforge.net
1078S: Supported
1079
1080COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1081P: Scott Murray
1082M: scottm@somanetworks.com
1083M: scott@spiteful.org
1084L: pcihpd-discuss@lists.sourceforge.net
1085S: Supported
1086
1087COMPACTPCI HOTPLUG GENERIC DRIVER
1088P: Scott Murray
1089M: scottm@somanetworks.com
1090M: scott@spiteful.org
1091L: pcihpd-discuss@lists.sourceforge.net
1092S: Supported
1093
1094COMPUTONE INTELLIPORT MULTIPORT CARD
1095P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001096M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001098S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099
Simon Arlott949be0f2007-03-06 02:47:46 -08001100CONEXANT ACCESSRUNNER USB DRIVER
1101P: Simon Arlott
1102M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001103L: accessrunner-general@lists.sourceforge.net
1104W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001105S: Maintained
1106
Rudolf Marekbebe4672007-05-08 17:22:02 +02001107CORETEMP HARDWARE MONITORING DRIVER
1108P: Rudolf Marek
1109M: r.marek@assembler.cz
1110L: lm-sensors@lm-sensors.org
1111S: Maintained
1112
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113COSA/SRP SYNC SERIAL DRIVER
1114P: Jan "Yenya" Kasprzak
1115M: kas@fi.muni.cz
1116W: http://www.fi.muni.cz/~kas/cosa/
1117S: Maintained
1118
1119CPU FREQUENCY DRIVERS
1120P: Dave Jones
1121M: davej@codemonkey.org.uk
1122L: cpufreq@lists.linux.org.uk
1123W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001124T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125S: Maintained
1126
1127CPUID/MSR DRIVER
1128P: H. Peter Anvin
1129M: hpa@zytor.com
1130S: Maintained
1131
Paul Jacksoned90fb42005-09-27 21:45:37 -07001132CPUSETS
1133P: Paul Jackson
1134P: Simon Derr
1135M: pj@sgi.com
1136M: simon.derr@bull.net
1137L: linux-kernel@vger.kernel.org
1138W: http://www.bullopensource.org/cpuset/
1139S: Supported
1140
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001142W: http://sourceforge.net/projects/cramfs/
1143S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144
1145CRIS PORT
1146P: Mikael Starvik
1147M: starvik@axis.com
1148L: dev-etrax@axis.com
1149W: http://developer.axis.com
1150S: Maintained
1151
1152CRYPTO API
1153P: Herbert Xu
1154M: herbert@gondor.apana.org.au
1155P: David S. Miller
1156M: davem@davemloft.net
1157L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001158T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159S: Maintained
1160
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001161CS5535 Audio ALSA driver
1162P: Jaya Kumar
1163M: jayakumar.alsa@gmail.com
1164S: Maintained
1165
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166CYBERPRO FB DRIVER
1167P: Russell King
1168M: rmk@arm.linux.org.uk
1169W: http://www.arm.linux.org.uk/
1170S: Maintained
1171
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001172CYBLAFB FRAMEBUFFER DRIVER
1173P: Knut Petersen
1174M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001175L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001176S: Maintained
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178CYCLADES 2X SYNC CARD DRIVER
1179P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001180M: acme@ghostprotocols.net
1181W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182S: Maintained
1183
1184CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001186S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187
1188CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001190S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192DAMA SLAVE for AX.25
1193P: Joerg Reuter
1194M: jreuter@yaina.de
1195W: http://yaina.de/jreuter/
1196W: http://www.qsl.net/dl1bke/
1197L: linux-hams@vger.kernel.org
1198S: Maintained
1199
1200DC395x SCSI driver
1201P: Oliver Neukum
1202M: oliver@neukum.name
1203P: Ali Akcaagac
1204M: aliakc@web.de
1205P: Jamie Lenehan
1206M: lenehan@twibble.org
1207W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001208L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209L: http://lists.twibble.org/mailman/listinfo/dc395x/
1210S: Maintained
1211
1212DC390/AM53C974 SCSI driver
1213P: Kurt Garloff
1214M: garloff@suse.de
1215W: http://www.garloff.de/kurt/linux/dc390/
1216P: Guennadi Liakhovetski
1217M: g.liakhovetski@gmx.de
1218S: Maintained
1219
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001220DCCP PROTOCOL
1221P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001222M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001223L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001224W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001225S: Maintained
1226
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227DECnet NETWORK LAYER
1228P: Patrick Caulfield
1229M: patrick@tykepenguin.com
1230W: http://linux-decnet.sourceforge.net
1231L: linux-decnet-user@lists.sourceforge.net
1232S: Maintained
1233
1234DEFXX FDDI NETWORK DRIVER
1235P: Maciej W. Rozycki
1236M: macro@linux-mips.org
1237S: Maintained
1238
1239DELL LAPTOP SMM DRIVER
1240P: Massimo Dal Zotto
1241M: dz@debian.org
1242W: http://www.debian.org/~dz/i8k/
1243S: Maintained
1244
Doug Warzecha90563ec2005-09-06 15:17:15 -07001245DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1246P: Doug Warzecha
1247M: Douglas_Warzecha@dell.com
1248S: Maintained
1249
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001250DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251P: Alasdair Kergon
1252L: dm-devel@redhat.com
1253W: http://sources.redhat.com/dm
1254S: Maintained
1255
1256DEVICE NUMBER REGISTRY
1257P: Torben Mathiasen
1258M: device@lanana.org
1259W: http://lanana.org/docs/device-list/index.html
1260L: linux-kernel@vger.kernel.org
1261S: Maintained
1262
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263DIGI INTL. EPCA DRIVER
1264P: Digi International, Inc
1265M: Eng.Linux@digi.com
1266L: Eng.Linux@digi.com
1267W: http://www.digi.com
1268S: Orphaned
1269
1270DIGI RIGHTSWITCH NETWORK DRIVER
1271P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001272L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273W: http://www.digi.com
1274S: Orphaned
1275
1276DIRECTORY NOTIFICATION
1277P: Stephen Rothwell
1278M: sfr@canb.auug.org.au
1279L: linux-kernel@vger.kernel.org
1280S: Supported
1281
1282DISK GEOMETRY AND PARTITION HANDLING
1283P: Andries Brouwer
1284M: aeb@cwi.nl
1285W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1286W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1287W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1288S: Maintained
1289
1290DISKQUOTA:
1291P: Jan Kara
1292M: jack@suse.cz
1293L: linux-kernel@vger.kernel.org
1294S: Maintained
1295
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001296DISTRIBUTED LOCK MANAGER
1297P: Patrick Caulfield
1298M: pcaulfie@redhat.com
1299P: David Teigland
1300M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001301L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001302W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001303T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1304T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001305S: Supported
1306
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1308P: Tobias Ringstrom
1309M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001310L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311S: Maintained
1312
Dan Williamsb3e5f262007-08-07 10:26:35 -07001313DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001314P: Shannon Nelson
1315M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001316P: Dan Williams
1317M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001318L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001319S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001320
Juerg Haefligerb8250372007-06-09 10:11:16 -04001321DME1737 HARDWARE MONITOR DRIVER
1322P: Juerg Haefliger
1323M: juergh@gmail.com
1324L: lm-sensors@lm-sensors.org
1325S: Maintained
1326
Martin Waitzba483d52005-06-17 13:20:59 -07001327DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001328P: Randy Dunlap
1329M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001330S: Maintained
1331
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001332DOCKING STATION DRIVER
1333P: Kristen Carlson Accardi
1334M: kristen.c.accardi@intel.com
1335L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001336S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001337
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338DOUBLETALK DRIVER
1339P: James R. Van Zandt
1340M: jrv@vanzandt.mv.com
1341L: blinux-list@redhat.com
1342S: Maintained
1343
1344DRIVER CORE, KOBJECTS, AND SYSFS
1345P: Greg Kroah-Hartman
1346M: gregkh@suse.de
1347L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001348T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349S: Supported
1350
1351DRM DRIVERS
1352P: David Airlie
1353M: airlied@linux.ie
1354L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001355T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356S: Maintained
1357
1358DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001359P: Francois Romieu
1360M: romieu@fr.zoreil.com
1361L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362S: Maintained
1363
1364DVB SUBSYSTEM AND DRIVERS
1365P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001366M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001368W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001369T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001370S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371
1372EATA-DMA SCSI DRIVER
1373P: Michael Neuffer
1374L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1375S: Maintained
1376
1377EATA ISA/EISA/PCI SCSI DRIVER
1378P: Dario Ballabio
1379M: ballabio_dario@emc.com
1380L: linux-scsi@vger.kernel.org
1381S: Maintained
1382
1383EATA-PIO SCSI DRIVER
1384P: Michael Neuffer
1385M: mike@i-Connect.Net
1386L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1387S: Maintained
1388
1389EBTABLES
1390P: Bart De Schuymer
1391M: bart.de.schuymer@pandora.be
1392L: ebtables-user@lists.sourceforge.net
1393L: ebtables-devel@lists.sourceforge.net
1394W: http://ebtables.sourceforge.net/
1395S: Maintained
1396
Michael Halcrow237fead2006-10-04 02:16:22 -07001397ECRYPT FILE SYSTEM
1398P: Mike Halcrow, Phillip Hellewell
1399M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1400L: ecryptfs-devel@lists.sourceforge.net
1401W: http://ecryptfs.sourceforge.net/
1402S: Supported
1403
Alan Coxda9bb1d2006-01-18 17:44:13 -08001404EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001405P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001406M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001407L: bluesmoke-devel@lists.sourceforge.net
1408W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001410
1411EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001412P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001413P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001414M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001415M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001416L: bluesmoke-devel@lists.sourceforge.net
1417W: bluesmoke.sourceforge.net
1418S: Maintained
1419
1420EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001421P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001422M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001423L: bluesmoke-devel@lists.sourceforge.net
1424W: bluesmoke.sourceforge.net
1425S: Maintained
1426
Douglas Thompson6bc78402007-07-19 01:50:12 -07001427EDAC-I82443BXGX
1428P: Tim Small
1429M: tim@buttersideup.com
1430L: bluesmoke-devel@lists.sourceforge.net
1431W: bluesmoke.sourceforge.net
1432S: Maintained
1433
1434EDAC-I3000
1435P: Jason Uhlenkott
1436M: juhlenko@akamai.com
1437L: bluesmoke-devel@lists.sourceforge.net
1438W: bluesmoke.sourceforge.net
1439S: Maintained
1440
1441EDAC-I5000
1442P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001443M: dougthompson@xmission.com
1444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
1448EDAC-I82975X
1449P: Ranganathan Desikan
1450P: Arvind R.
1451M: rdesikan@jetzbroadband.com
1452M: arvind@acarlab.com
1453L: bluesmoke-devel@lists.sourceforge.net
1454W: bluesmoke.sourceforge.net
1455S: Maintained
1456
1457EDAC-PASEMI
1458P: Egor Martovetsky
1459M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001460L: bluesmoke-devel@lists.sourceforge.net
1461W: bluesmoke.sourceforge.net
1462S: Maintained
1463
Dave Peterson0e438e32006-03-26 01:38:55 -08001464EDAC-R82600
1465P: Tim Small
1466M: tim@buttersideup.com
1467L: bluesmoke-devel@lists.sourceforge.net
1468W: bluesmoke.sourceforge.net
1469S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001470
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471EEPRO100 NETWORK DRIVER
1472P: Andrey V. Savochkin
1473M: saw@saw.sw.com.sg
1474S: Maintained
1475
Josh Triplett0bee8d22006-07-30 03:03:58 -07001476EFS FILESYSTEM
1477W: http://aeschi.ch.eu.org/efs/
1478S: Orphan
1479
Heiko J Schickfab97222006-09-22 15:22:22 -07001480EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1481P: Hoang-Nam Nguyen
1482M: hnguyen@de.ibm.com
1483P: Christoph Raisch
1484M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001485L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001486S: Supported
1487
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001488EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001489P: James Smart
1490M: james.smart@emulex.com
1491L: linux-scsi@vger.kernel.org
1492W: http://sourceforge.net/projects/lpfcxxxx
1493S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001494
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495EPSON 1355 FRAMEBUFFER DRIVER
1496P: Christopher Hoover
1497M: ch@murgatroid.com, ch@hpl.hp.com
1498S: Maintained
1499
1500ETHEREXPRESS-16 NETWORK DRIVER
1501P: Philip Blundell
1502M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001503L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504S: Maintained
1505
1506ETHERNET BRIDGE
1507P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001508M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001509L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510W: http://bridge.sourceforge.net/
1511S: Maintained
1512
1513ETHERTEAM 16I DRIVER
1514P: Mika Kuoppala
1515M: miku@iki.fi
1516S: Maintained
1517
1518EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001519L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520S: Maintained
1521
1522EXT3 FILE SYSTEM
1523P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001524M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001525L: linux-ext4@vger.kernel.org
1526S: Maintained
1527
1528EXT4 FILE SYSTEM
1529P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001530M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001531L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532S: Maintained
1533
Jean Delvaree53004e2006-01-09 23:26:14 +01001534F71805F HARDWARE MONITORING DRIVER
1535P: Jean Delvare
1536M: khali@linux-fr.org
1537L: lm-sensors@lm-sensors.org
1538S: Maintained
1539
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540FARSYNC SYNCHRONOUS DRIVER
1541P: Kevin Curtis
1542M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543W: http://www.farsite.co.uk/
1544S: Supported
1545
Akinobu Mitac5408b82007-04-23 14:41:20 -07001546FAULT INJECTION SUPPORT
1547P: Akinobu Mita
1548M: akinobu.mita@gmail.com
1549S: Supported
1550
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551FRAMEBUFFER LAYER
1552P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001553M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001554L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555W: http://linux-fbdev.sourceforge.net/
1556S: Maintained
1557
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001558FREESCALE SOC FS_ENET DRIVER
1559P: Pantelis Antoniou
1560M: pantelis.antoniou@gmail.com
1561P: Vitaly Bordug
1562M: vbordug@ru.mvista.com
1563L: linuxppc-embedded@ozlabs.org
1564L: netdev@vger.kernel.org
1565S: Maintained
1566
Li Yanga7205b32007-04-23 10:38:18 -07001567FREESCALE HIGHSPEED USB DEVICE DRIVER
1568P: Li Yang
1569M: leoli@freescale.com
1570L: linux-usb-devel@lists.sourceforge.net
1571L: linuxppc-embedded@ozlabs.org
1572S: Maintained
1573
Li Yangbeaf53b2007-05-25 13:54:02 +08001574FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1575P: Li Yang
1576M: leoli@freescale.com
1577L: netdev@vger.kernel.org
1578L: linuxppc-embedded@ozlabs.org
1579S: Maintained
1580
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581FILE LOCKING (flock() and fcntl()/lockf())
1582P: Matthew Wilcox
1583M: matthew@wil.cx
1584L: linux-fsdevel@vger.kernel.org
1585S: Maintained
1586
1587FILESYSTEMS (VFS and infrastructure)
1588P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001589M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590S: Maintained
1591
Stefan Richterb3274472007-05-30 20:44:52 -04001592FIREWIRE SUBSYSTEM
1593P: Kristian Hoegsberg, Stefan Richter
1594M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1595L: linux1394-devel@lists.sourceforge.net
1596W: http://www.linux1394.org/
1597T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1598S: Maintained
1599
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600FIRMWARE LOADER (request_firmware)
1601L: linux-kernel@vger.kernel.org
1602S: Orphan
1603
1604FPU EMULATOR
1605P: Bill Metzenthen
1606M: billm@suburbia.net
1607W: http://suburbia.net/~billm/floating-point/emulator/
1608S: Maintained
1609
1610FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1611P: Mike McLagan
1612M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001613L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614S: Maintained
1615
1616FREEVXFS FILESYSTEM
1617P: Christoph Hellwig
1618M: hch@infradead.org
1619W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1620S: Maintained
1621
David Howells5ab7ffe2007-04-10 15:10:45 +01001622FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623P: David Howells
1624M: dhowells@redhat.com
1625S: Maintained
1626
Miklos Szeredi04578f12005-09-09 13:10:22 -07001627FUSE: FILESYSTEM IN USERSPACE
1628P: Miklos Szeredi
1629M: miklos@szeredi.hu
1630L: fuse-devel@lists.sourceforge.net
1631W: http://fuse.sourceforge.net/
1632S: Maintained
1633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1635P: Rik Faith
1636M: faith@cs.unc.edu
1637L: linux-scsi@vger.kernel.org
1638S: Odd fixes (e.g., new signatures)
1639
1640GDT SCSI DISK ARRAY CONTROLLER DRIVER
1641P: Achim Leubner
1642M: achim_leubner@adaptec.com
1643L: linux-scsi@vger.kernel.org
1644W: http://www.icp-vortex.com/
1645S: Supported
1646
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001647GENERIC GPIO I2C DRIVER
1648P: Haavard Skinnemoen
1649M: hskinnemoen@atmel.com
1650S: Supported
1651
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1653P: Krzysztof Halasa
1654M: khc@pm.waw.pl
1655W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1656S: Maintained
1657
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001658GFS2 FILE SYSTEM
1659P: Steven Whitehouse
1660M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001661L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001662W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001663T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1664T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001665S: Supported
1666
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001667GIGASET ISDN DRIVERS
1668P: Hansjoerg Lipp
1669M: hjlipp@web.de
1670P: Tilman Schmidt
1671M: tilman@imap.cc
1672L: gigaset307x-common@lists.sourceforge.net
1673W: http://gigaset307x.sourceforge.net/
1674S: Maintained
1675
Jean Delvare5b543962005-08-15 19:51:02 +02001676HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001677P: Mark M. Hoffman
1678M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001679L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001680W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001681T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001682S: Maintained
1683
Michael Buesch844dd052006-06-26 00:24:59 -07001684HARDWARE RANDOM NUMBER GENERATOR CORE
1685P: Michael Buesch
1686M: mb@bu3sch.de
1687S: Maintained
1688
Robert Love860e1d62005-08-31 23:57:59 -04001689HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1690P: Robert Love
1691M: rlove@rlove.org
1692M: linux-kernel@vger.kernel.org
1693W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1694S: Maintained
1695
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696HARMONY SOUND DRIVER
1697P: Kyle McMartin
1698M: kyle@parisc-linux.org
1699W: http://www.parisc-linux.org/~kyle/harmony/
1700L: parisc-linux@lists.parisc-linux.org
1701S: Maintained
1702
1703HAYES ESP SERIAL DRIVER
1704P: Andrew J. Robinson
1705M: arobinso@nyx.net
1706L: linux-kernel@vger.kernel.org
1707W: http://www.nyx.net/~arobinso
1708S: Maintained
1709
1710HFS FILESYSTEM
1711P: Roman Zippel
1712M: zippel@linux-m68k.org
1713L: linux-kernel@vger.kernel.org
1714S: Maintained
1715
1716HGA FRAMEBUFFER DRIVER
1717P: Ferenc Bakonyi
1718M: fero@drama.obuda.kando.hu
1719L: linux-nvidia@lists.surfsouth.com
1720W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1721S: Maintained
1722
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001723HID CORE LAYER
1724P: Jiri Kosina
1725M: jkosina@suse.cz
1726L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001727T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001728S: Maintained
1729
Ingo Molnar38bed542007-02-22 09:09:34 +01001730HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1731P: Thomas Gleixner
1732M: tglx@linutronix.de
1733L: linux-kernel@vger.kernel.org
1734S: Maintained
1735
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736HIGH-SPEED SCC DRIVER FOR AX.25
1737P: Klaus Kudielka
1738M: klaus.kudielka@ieee.org
1739L: linux-hams@vger.kernel.org
1740W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1741S: Maintained
1742
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001743HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1744P: HighPoint Linux Team
1745M: linux@highpoint-tech.com
1746W: http://www.highpoint-tech.com
1747S: Supported
1748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749HIPPI
1750P: Jes Sorensen
1751M: jes@trained-monkey.org
1752L: linux-hippi@sunsite.dk
1753S: Maintained
1754
1755HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1756P: Chirag Kantharia
1757M: chirag.kantharia@hp.com
1758L: iss_storagedev@hp.com
1759S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001760
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761HEWLETT-PACKARD SMART2 RAID DRIVER
1762P: Chirag Kantharia
1763M: chirag.kantharia@hp.com
1764L: iss_storagedev@hp.com
1765S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1768P: Mike Miller
1769M: mike.miller@hp.com
1770L: iss_storagedev@hp.com
1771S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001772
Jouni Malinenff1d2762005-05-12 22:54:16 -04001773HOST AP DRIVER
1774P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001775M: j@w1.fi
1776L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001777L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001778W: http://hostap.epitest.fi/
1779S: Maintained
1780
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1782P: Jaroslav Kysela
1783M: perex@suse.cz
1784S: Maintained
1785
Bob Piccob9b03322005-11-07 00:59:19 -08001786HPET: High Precision Event Timers driver (hpet.c)
1787P: Clemens Ladisch
1788M: clemens@ladisch.de
1789S: Maintained
1790
1791HPET: i386
1792P: Venkatesh Pallipadi (Venki)
1793M: venkatesh.pallipadi@intel.com
1794S: Maintained
1795
1796HPET: x86_64
1797P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001798M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001799S: Maintained
1800
1801HPET: ACPI hpet.c
1802P: Bob Picco
1803M: bob.picco@hp.com
1804S: Maintained
1805
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806HPFS FILESYSTEM
1807P: Mikulas Patocka
1808M: mikulas@artax.karlin.mff.cuni.cz
1809W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1810S: Maintained
1811
1812HUGETLB FILESYSTEM
1813P: William Irwin
1814M: wli@holomorphy.com
1815S: Maintained
1816
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001817I2C/SMBUS STUB DRIVER
1818P: Mark M. Hoffman
1819M: mhoffman@lightlink.com
1820L: lm-sensors@lm-sensors.org
1821S: Maintained
1822
Jean Delvare5b543962005-08-15 19:51:02 +02001823I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824P: Jean Delvare
1825M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001826L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001827T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828S: Maintained
1829
Till Harbaume8c76ee2007-05-01 23:26:35 +02001830I2C-TINY-USB DRIVER
1831P: Till Harbaum
1832M: till@harbaum.org
1833L: i2c@lm-sensors.org
1834T: http://www.harbaum.org/till/i2c_tiny_usb
1835S: Maintained
1836
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001838P: H. Peter Anvin
1839M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840L: Linux-Kernel@vger.kernel.org
1841S: Maintained
1842
1843i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844P: H. Peter Anvin
1845M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001846T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847S: Maintained
1848
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849IA64 (Itanium) PLATFORM
1850P: Tony Luck
1851M: tony.luck@intel.com
1852L: linux-ia64@vger.kernel.org
1853W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001854T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855S: Maintained
1856
1857SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001858P: Jes Sorensen
1859M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860L: linux-altix@sgi.com
1861L: linux-ia64@vger.kernel.org
1862W: http://www.sgi.com/altix
1863S: Maintained
1864
1865IBM MCA SCSI SUBSYSTEM DRIVER
1866P: Michael Lang
1867M: langa2@kph.uni-mainz.de
1868W: http://www.uni-mainz.de/~langm000/linux.html
1869S: Maintained
1870
1871IBM Power Linux RAID adapter
1872P: Brian King
1873M: brking@us.ibm.com
1874S: Supported
1875
1876IBM ServeRAID RAID DRIVER
1877P: Jack Hammer
1878P: Dave Jeffery
1879M: ipslinux@adaptec.com
1880W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001881S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001883IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001885M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001887T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888S: Maintained
1889
1890IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001891P: Alan Cox
1892M: alan@lxorguk.ukuu.org.uk
1893L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894S: Maintained
1895
1896IDE/ATAPI FLOPPY DRIVERS
1897P: Paul Bristow
1898M: Paul Bristow <paul@paulbristow.net>
1899W: http://paulbristow.net/linux/idefloppy.html
1900L: linux-kernel@vger.kernel.org
1901S: Maintained
1902
1903IDE/ATAPI TAPE DRIVERS
1904P: Gadi Oxman
1905M: Gadi Oxman <gadio@netvision.net.il>
1906L: linux-kernel@vger.kernel.org
1907S: Maintained
1908
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909IEEE 1394 SUBSYSTEM
1910P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001911M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001912P: Stefan Richter
1913M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914L: linux1394-devel@lists.sourceforge.net
1915W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001916T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917S: Maintained
1918
Stefan Richterf51a5a92007-04-23 14:41:10 -07001919IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920P: Dan Dennedy
1921M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001922P: Stefan Richter
1923M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001925S: Maintained
1926
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927IMS TWINTURBO FRAMEBUFFER DRIVER
1928P: Paul Mundt
1929M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001930L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931S: Maintained
1932
1933INFINIBAND SUBSYSTEM
1934P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001935M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936P: Sean Hefty
1937M: mshefty@ichips.intel.com
1938P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001939M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001940L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001942T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943S: Supported
1944
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001945INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001946P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001947M: dmitry.torokhov@gmail.com
1948M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949L: linux-input@atrey.karlin.mff.cuni.cz
1950L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001951T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952S: Maintained
1953
Robert Lovec9f04f52005-07-15 12:21:07 -04001954INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001955P: John McCutchan
1956M: ttb@tentacle.dhs.org
1957P: Robert Love
1958M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001959L: linux-kernel@vger.kernel.org
1960S: Maintained
1961
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001962INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001963P: Sylvain Meyer
1964M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001965L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001966S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001967
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001969P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001970M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001971L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001972S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973
1974INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1975P: Ingo Molnar
1976M: mingo@redhat.com
1977S: Maintained
1978
1979INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1980P: Jeff Garzik
1981M: jgarzik@pobox.com
1982W: http://sourceforge.net/projects/gkernel/
1983S: Maintained
1984
1985INTEL IA32 MICROCODE UPDATE SUPPORT
1986P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001987M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988S: Maintained
1989
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001990INTEL I/OAT DMA DRIVER
1991P: Shannon Nelson
1992M: shannon.nelson@intel.com
1993L: linux-kernel@vger.kernel.org
1994S: Supported
1995
Dan Williamsb3e5f262007-08-07 10:26:35 -07001996INTEL IOP-ADMA DMA DRIVER
1997P: Dan Williams
1998M: dan.j.williams@intel.com
1999L: linux-kernel@vger.kernel.org
2000S: Supported
2001
Michael Buesch844dd052006-06-26 00:24:59 -07002002INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2003P: Deepak Saxena
2004M: dsaxena@plexity.net
2005S: Maintained
2006
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002007INTEL IXP2000 ETHERNET DRIVER
2008P: Lennert Buytenhek
2009M: kernel@wantstofly.org
2010L: netdev@vger.kernel.org
2011S: Maintained
2012
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013INTEL PRO/100 ETHERNET SUPPORT
2014P: John Ronciak
2015M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016P: Jesse Brandeburg
2017M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002018P: Jeff Kirsher
2019M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002020P: Auke Kok
2021M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002022L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023W: http://sourceforge.net/projects/e1000/
2024S: Supported
2025
2026INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2027P: Jeb Cramer
2028M: cramerj@intel.com
2029P: John Ronciak
2030M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002031P: Jesse Brandeburg
2032M: jesse.brandeburg@intel.com
2033P: Jeff Kirsher
2034M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002035P: Auke Kok
2036M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002037L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038W: http://sourceforge.net/projects/e1000/
2039S: Supported
2040
2041INTEL PRO/10GbE SUPPORT
2042P: Ayyappan Veeraiyan
2043M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002044P: Auke Kok
2045M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002046P: Jesse Brandeburg
2047M: jesse.brandeburg@intel.com
2048P: John Ronciak
2049M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002050L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051W: http://sourceforge.net/projects/e1000/
2052S: Supported
2053
James Ketrenos826d2ab2005-11-07 18:56:59 -06002054INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2055P: Yi Zhu
2056M: yi.zhu@intel.com
2057P: James Ketrenos
2058M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002059L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002060L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002061L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2062W: http://ipw2100.sourceforge.net
2063S: Supported
2064
2065INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2066P: Yi Zhu
2067M: yi.zhu@intel.com
2068P: James Ketrenos
2069M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002070L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002071L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002072L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2073W: http://ipw2200.sourceforge.net
2074S: Supported
2075
Ralf Baechlecb109a02007-08-30 23:56:30 -07002076IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077P: Ralf Baechle
2078M: ralf@linux-mips.org
2079L: linux-mips@linux-mips.org
2080S: Maintained
2081
Ralf Baechlecb109a02007-08-30 23:56:30 -07002082IOC3 SERIAL DRIVER
2083P: Pat Gefre
2084M: pfg@sgi.com
2085L: linux-kernel@linux-mips.org
2086S: Maintained
2087
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088IP MASQUERADING:
2089P: Juanjo Ciarlante
2090M: jjciarla@raiz.uncu.edu.ar
2091S: Maintained
2092
Francois Romieu1202d6f2007-09-17 17:13:55 -07002093IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2094P: Francois Romieu
2095M: romieu@fr.zoreil.com
2096P: Sorbica Shieh
2097M: sorbica@icplus.com.tw
2098P: Jesse Huang
2099M: jesse@icplus.com.tw
2100L: netdev@vger.kernel.org
2101S: Maintained
2102
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002103IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002104P: Arthur Jones
2105M: infinipath@qlogic.com
2106L: general@lists.openfabrics.org
2107T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002108S: Supported
2109
Corey Minyard4409ebe2006-04-20 02:43:12 -07002110IPMI SUBSYSTEM
2111P: Corey Minyard
2112M: minyard@acm.org
2113L: openipmi-developer@lists.sourceforge.net
2114W: http://openipmi.sourceforge.net/
2115S: Supported
2116
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117IPX NETWORK LAYER
2118P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002119M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002120L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121S: Maintained
2122
2123IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002124P: Samuel Ortiz
2125M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002126L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002128S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129
2130ISAPNP
2131P: Jaroslav Kysela
2132M: perex@suse.cz
2133S: Maintained
2134
2135ISDN SUBSYSTEM
2136P: Karsten Keil
2137M: kkeil@suse.de
2138P: Kai Germaschewski
2139M: kai.germaschewski@gmx.de
2140L: isdn4linux@listserv.isdn4linux.de
2141W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002142T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143S: Maintained
2144
2145ISDN SUBSYSTEM (Eicon active card driver)
2146P: Armin Schindler
2147M: mac@melware.de
2148L: isdn4linux@listserv.isdn4linux.de
2149W: http://www.melware.de
2150S: Maintained
2151
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2153P: David Woodhouse
2154M: dwmw2@infradead.org
2155L: jffs-dev@axis.com
2156W: http://sources.redhat.com/jffs2/
2157S: Maintained
2158
2159JFS FILESYSTEM
2160P: Dave Kleikamp
2161M: shaggy@austin.ibm.com
2162L: jfs-discussion@lists.sourceforge.net
2163W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002164T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Supported
2166
Josh Triplettde456d32006-07-30 03:04:00 -07002167JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002168P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002169M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002170L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002171S: Maintained
2172
Rudolf Marek4660cb32006-10-08 22:01:26 +02002173K8TEMP HARDWARE MONITORING DRIVER
2174P: Rudolf Marek
2175M: r.marek@assembler.cz
2176L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177S: Maintained
2178
2179KCONFIG
2180P: Roman Zippel
2181M: zippel@linux-m68k.org
2182L: kbuild-devel@lists.sourceforge.net
2183S: Maintained
2184
Vivek Goyalea6c2082006-05-20 14:59:55 -07002185KDUMP
2186P: Vivek Goyal
2187M: vgoyal@in.ibm.com
2188P: Haren Myneni
2189M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002190L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002191L: linux-kernel@vger.kernel.org
2192W: http://lse.sourceforge.net/kdump/
2193S: Maintained
2194
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195KERNEL AUTOMOUNTER (AUTOFS)
2196P: H. Peter Anvin
2197M: hpa@zytor.com
2198L: autofs@linux.kernel.org
2199S: Odd Fixes
2200
2201KERNEL AUTOMOUNTER v4 (AUTOFS4)
2202P: Ian Kent
2203M: raven@themaw.net
2204L: autofs@linux.kernel.org
2205S: Maintained
2206
2207KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2208P: Kai Germaschewski
2209M: kai@germaschewski.name
2210P: Sam Ravnborg
2211M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002212T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002213S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214
2215KERNEL JANITORS
2216P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002217L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219S: Maintained
2220
2221KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002222P: J. Bruce Fields
2223M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002225M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226L: nfs@lists.sourceforge.net
2227W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002228S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229
Avi Kivity426d62e2006-12-13 00:34:03 -08002230KERNEL VIRTUAL MACHINE (KVM)
2231P: Avi Kivity
2232M: avi@qumranet.com
2233L: kvm-devel@lists.sourceforge.net
2234W: kvm.sourceforge.net
2235S: Supported
2236
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002237KEXEC
2238P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002239M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002240W: http://www.xmission.com/~ebiederm/files/kexec/
2241L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002242L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002243S: Maintained
2244
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002245KPROBES
2246P: Prasanna S Panchamukhi
2247M: prasanna@in.ibm.com
2248P: Ananth N Mavinakayanahalli
2249M: ananth@in.ibm.com
2250P: Anil S Keshavamurthy
2251M: anil.s.keshavamurthy@intel.com
2252P: David S. Miller
2253M: davem@davemloft.net
2254L: linux-kernel@vger.kernel.org
2255S: Maintained
2256
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002257KS0108 LCD CONTROLLER DRIVER
2258P: Miguel Ojeda Sandonis
2259M: maxextreme@gmail.com
2260L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002261W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002262S: Maintained
2263
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002266S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267
2268LASI 53c700 driver for PARISC
2269P: James E.J. Bottomley
2270M: James.Bottomley@HansenPartnership.com
2271L: linux-scsi@vger.kernel.org
2272S: Maintained
2273
Richard Purdie263de9b2006-05-15 09:44:16 -07002274LED SUBSYSTEM
2275P: Richard Purdie
2276M: rpurdie@rpsys.net
2277S: Maintained
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279LEGO USB Tower driver
2280P: Juergen Stuber
2281M: starblue@users.sourceforge.net
2282L: legousb-devel@lists.sourceforge.net
2283W: http://legousb.sourceforge.net/
2284S: Maintained
2285
2286LINUX FOR IBM pSERIES (RS/6000)
2287P: Paul Mackerras
2288M: paulus@au.ibm.com
2289W: http://www.ibm.com/linux/ltc/projects/ppc
2290S: Supported
2291
2292LINUX FOR NCR VOYAGER
2293P: James Bottomley
2294M: James.Bottomley@HansenPartnership.com
2295W: http://www.hansenpartnership.com/voyager
2296S: Maintained
2297
2298LINUX FOR POWERPC
2299P: Paul Mackerras
2300M: paulus@samba.org
2301W: http://www.penguinppc.org/
2302L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002303T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304S: Supported
2305
2306LINUX FOR POWER MACINTOSH
2307P: Benjamin Herrenschmidt
2308M: benh@kernel.crashing.org
2309W: http://www.penguinppc.org/
2310L: linuxppc-dev@ozlabs.org
2311S: Maintained
2312
2313LINUX FOR POWERPC EMBEDDED MPC52XX
2314P: Sylvain Munaut
2315M: tnt@246tNt.com
2316W: http://www.246tNt.com/mpc52xx/
2317W: http://www.penguinppc.org/
2318L: linuxppc-dev@ozlabs.org
2319L: linuxppc-embedded@ozlabs.org
2320S: Maintained
2321
2322LINUX FOR POWERPC EMBEDDED PPC4XX
2323P: Matt Porter
2324M: mporter@kernel.crashing.org
2325W: http://www.penguinppc.org/
2326L: linuxppc-embedded@ozlabs.org
2327S: Maintained
2328
Tom Rinie93adf12005-07-26 12:49:53 -07002329LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330P: Tom Rini
2331M: trini@kernel.crashing.org
2332W: http://www.penguinppc.org/
2333L: linuxppc-embedded@ozlabs.org
2334S: Maintained
2335
Tom Rinie93adf12005-07-26 12:49:53 -07002336LINUX FOR POWERPC EMBEDDED PPC8XX
2337P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002338M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002339W: http://www.penguinppc.org/
2340L: linuxppc-embedded@ozlabs.org
2341S: Maintained
2342
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002344P: Kumar Gala
2345M: galak@kernel.crashing.org
2346W: http://www.penguinppc.org/
2347L: linuxppc-embedded@ozlabs.org
2348S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349
Olof Johanssonab06ff32006-09-06 14:44:54 -05002350LINUX FOR POWERPC PA SEMI PWRFICIENT
2351P: Olof Johansson
2352M: olof@lixom.net
2353W: http://www.pasemi.com/
2354L: linuxppc-dev@ozlabs.org
2355S: Supported
2356
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357LLC (802.2)
2358P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002359M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Maintained
2361
2362LINUX FOR 64BIT POWERPC
2363P: Paul Mackerras
2364M: paulus@samba.org
2365M: paulus@au.ibm.com
2366P: Anton Blanchard
2367M: anton@samba.org
2368M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002369W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002370L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Supported
2372
2373LINUX SECURITY MODULE (LSM) FRAMEWORK
2374P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002375M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002376L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002378T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379S: Supported
2380
2381LM83 HARDWARE MONITOR DRIVER
2382P: Jean Delvare
2383M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002384L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385S: Maintained
2386
2387LM90 HARDWARE MONITOR DRIVER
2388P: Jean Delvare
2389M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002390L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002393LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394P: Richard Russon (FlatCap)
2395M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002396L: linux-ntfs-dev@lists.sourceforge.net
2397W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398S: Maintained
2399
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002400LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2401P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002402M: Eric.Moore@lsi.com
2403M: support@lsi.com
2404L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002405L: linux-scsi@vger.kernel.org
2406W: http://www.lsilogic.com/support
2407S: Supported
2408
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2410P: Matthew Wilcox
2411M: matthew@wil.cx
2412L: linux-scsi@vger.kernel.org
2413S: Maintained
2414
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002415M32R ARCHITECTURE
2416P: Hirokazu Takata
2417M: takata@linux-m32r.org
2418L: linux-m32r@ml.linux-m32r.org
2419L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2420W: http://www.linux-m32r.org/
2421S: Maintained
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423M68K ARCHITECTURE
2424P: Geert Uytterhoeven
2425M: geert@linux-m68k.org
2426P: Roman Zippel
2427M: zippel@linux-m68k.org
2428L: linux-m68k@lists.linux-m68k.org
2429W: http://www.linux-m68k.org/
2430W: http://linux-m68k-cvs.ubb.ca/
2431S: Maintained
2432
2433M68K ON APPLE MACINTOSH
2434P: Joshua Thompson
2435M: funaho@jurai.org
2436W: http://www.mac.linux-m68k.org/
2437L: linux-mac68k@mac.linux-m68k.org
2438S: Maintained
2439
2440M68K ON HP9000/300
2441P: Philip Blundell
2442M: philb@gnu.org
2443W: http://www.tazenda.demon.co.uk/phil/linux-hp
2444S: Maintained
2445
Jiri Benc64a327a2007-05-05 11:47:08 -07002446MAC80211
2447P: Jiri Benc
2448M: jbenc@suse.cz
2449P: Michael Wu
2450M: flamingice@sourmilk.net
2451L: linux-wireless@vger.kernel.org
2452W: http://linuxwireless.org/
2453T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2454S: Maintained
2455
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002456MACVLAN DRIVER
2457P: Patrick McHardy
2458M: kaber@trash.net
2459L: netdev@vger.kernel.org
2460S: Maintained
2461
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462MARVELL YUKON / SYSKONNECT DRIVER
2463P: Mirko Lindner
2464M: mlindner@syskonnect.de
2465P: Ralph Roesler
2466M: rroesler@syskonnect.de
2467W: http://www.syskonnect.com
2468S: Supported
2469
Michael Kerriskfaf16682005-07-31 22:34:47 -07002470MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002471P: Michael Kerrisk
2472M: mtk-manpages@gmx.net
2473W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2474S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002475
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002476MARVELL MV643XX ETHERNET DRIVER
2477P: Dale Farnsworth
2478M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002480M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002481L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002482S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483
2484MATROX FRAMEBUFFER DRIVER
2485P: Petr Vandrovec
2486M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002487L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488S: Maintained
2489
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002490MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2491P: Hans J. Koch
2492M: hjk@linutronix.de
2493L: lm-sensors@lm-sensors.org
2494S: Maintained
2495
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002496MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002497P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002498M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002499S: linux-scsi@vger.kernel.org
2500W: http://megaraid.lsilogic.com
2501S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002502
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002503MEMORY MANAGEMENT
2504L: linux-mm@kvack.org
2505L: linux-kernel@vger.kernel.org
2506W: http://www.linux-mm.org
2507S: Maintained
2508
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002509MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510P: David Woodhouse
2511M: dwmw2@infradead.org
2512W: http://www.linux-mtd.infradead.org/
2513L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002514T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515S: Maintained
2516
Artem Bityutskiy48576402007-02-13 17:11:10 +02002517UNSORTED BLOCK IMAGES (UBI)
2518P: Artem Bityutskiy
2519M: dedekind@infradead.org
2520W: http://www.linux-mtd.infradead.org/
2521L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002522T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002523S: Maintained
2524
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525MICROTEK X6 SCANNER
2526P: Oliver Neukum
2527M: oliver@neukum.name
2528S: Maintained
2529
2530MIPS
2531P: Ralf Baechle
2532M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002533W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002535T: git www.linux-mips.org:/pub/scm/linux.git
2536S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537
2538MISCELLANEOUS MCA-SUPPORT
2539P: James Bottomley
2540M: jejb@steeleye.com
2541L: linux-kernel@vger.kernel.org
2542S: Maintained
2543
2544MODULE SUPPORT
2545P: Rusty Russell
2546M: rusty@rustcorp.com.au
2547L: linux-kernel@vger.kernel.org
2548S: Maintained
2549
2550MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2551P: Stelian Pop
2552M: stelian@popies.net
2553W: http://popies.net/meye/
2554S: Maintained
2555
Pavel Pisac58ff042007-05-16 01:10:41 +02002556MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2557P: Pavel Pisa
2558M: ppisa@pikron.com
2559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2560W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2561S: Maintained
2562
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563MOUSE AND MISC DEVICES [GENERAL]
2564P: Alessandro Rubini
2565M: rubini@ipvvis.unipv.it
2566L: linux-kernel@vger.kernel.org
2567S: Maintained
2568
Jiri Slabyd7354102006-12-08 02:38:35 -08002569MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2570P: Jiri Slaby
2571M: jirislaby@gmail.com
2572L: linux-kernel@vger.kernel.org
2573S: Maintained
2574
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002575MSI LAPTOP SUPPORT
2576P: Lennart Poettering
2577M: mzxreary@0pointer.de
2578L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2579W: http://0pointer.de/lennart/tchibo.html
2580S: Maintained
2581
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582MTRR AND SIMILAR SUPPORT [i386]
2583P: Richard Gooch
2584M: rgooch@atnf.csiro.au
2585L: linux-kernel@vger.kernel.org
2586W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2587S: Maintained
2588
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002589MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2590P: Pierre Ossman
2591M: drzeus-mmc@drzeus.cx
2592L: linux-kernel@vger.kernel.org
2593S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002594
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595MULTISOUND SOUND DRIVER
2596P: Andrew Veliath
2597M: andrewtv@usa.net
2598S: Maintained
2599
Jiri Slabyd7354102006-12-08 02:38:35 -08002600MULTITECH MULTIPORT CARD (ISICOM)
2601P: Jiri Slaby
2602M: jirislaby@gmail.com
2603L: linux-kernel@vger.kernel.org
2604S: Maintained
2605
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606NATSEMI ETHERNET DRIVER (DP8381x)
2607P: Tim Hockin
2608M: thockin@hockin.org
2609S: Maintained
2610
2611NCP FILESYSTEM
2612P: Petr Vandrovec
2613M: vandrove@vc.cvut.cz
2614L: linware@sh.cvut.cz
2615S: Maintained
2616
2617NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2618P: James E.J. Bottomley
2619M: James.Bottomley@HansenPartnership.com
2620L: linux-scsi@vger.kernel.org
2621S: Maintained
2622
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002623NETEM NETWORK EMULATOR
2624P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002625M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002626L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002627S: Maintained
2628
Jiri Slaby4a584482007-08-30 23:56:39 -07002629NETERION (S2IO) Xframe 10GbE DRIVER
2630P: Ramkrishna Vepa
2631M: ram.vepa@neterion.com
2632P: Rastapur Santosh
2633M: santosh.rastapur@neterion.com
2634P: Sivakumar Subramani
2635M: sivakumar.subramani@neterion.com
2636P: Sreenivasa Honnur
2637M: sreenivasa.honnur@neterion.com
2638L: netdev@vger.kernel.org
2639W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2640S: Supported
2641
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642NETFILTER/IPTABLES/IPCHAINS
2643P: Rusty Russell
2644P: Marc Boucher
2645P: James Morris
2646P: Harald Welte
2647P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002648P: Patrick McHardy
2649M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002650L: netfilter-devel@vger.kernel.org
2651L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002652L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653W: http://www.netfilter.org/
2654W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655S: Supported
2656
Paul Moore4cc67732006-09-25 15:57:13 -07002657NETLABEL
2658P: Paul Moore
2659M: paul.moore@hp.com
2660W: http://netlabel.sf.net
2661L: netdev@vger.kernel.org
2662S: Supported
2663
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664NETROM NETWORK LAYER
2665P: Ralf Baechle
2666M: ralf@linux-mips.org
2667L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002668W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669S: Maintained
2670
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002671NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672P: Paul Clements
2673M: Paul.Clements@steeleye.com
2674S: Maintained
2675
2676NETWORK DEVICE DRIVERS
2677P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002678M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679P: Jeff Garzik
2680M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002681L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002682T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683S: Maintained
2684
2685NETWORKING [GENERAL]
2686P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002687M: netdev@vger.kernel.org
2688L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002689W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690S: Maintained
2691
2692NETWORKING [IPv4/IPv6]
2693P: David S. Miller
2694M: davem@davemloft.net
2695P: Alexey Kuznetsov
2696M: kuznet@ms2.inr.ac.ru
2697P: Pekka Savola (ipv6)
2698M: pekkas@netcore.fi
2699P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002700M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701P: Hideaki YOSHIFUJI
2702M: yoshfuji@linux-ipv6.org
2703P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002704M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002705L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002706T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707S: Maintained
2708
James Morris10e2ff12007-08-25 14:41:28 -07002709NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2710P: Paul Moore
2711M: paul.moore@hp.com
2712L: netdev@vger.kernel.org
2713S: Maintained
2714
John W. Linville29f8f632006-01-18 14:52:48 -08002715NETWORKING [WIRELESS]
2716P: John W. Linville
2717M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002718L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002719T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2720S: Maintained
2721
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002722NETXEN (1/10) GbE SUPPORT
2723P: Amit S. Kale
2724M: amitkale@netxen.com
2725L: netdev@vger.kernel.org
2726W: http://www.netxen.com
2727S: Supported
2728
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729IPVS
2730P: Wensong Zhang
2731M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002732P: Simon Horman
2733M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734P: Julian Anastasov
2735M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002736L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737S: Maintained
2738
2739NFS CLIENT
2740P: Trond Myklebust
2741M: trond.myklebust@fys.uio.no
2742L: linux-kernel@vger.kernel.org
2743S: Maintained
2744
2745NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002746P: Jan-Pascal van Best
2747M: janpascal@vanbest.org
2748P: Andreas Mohr
2749M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002750L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751S: Maintained
2752
2753NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2754P: YOKOTA Hiroshi
2755M: yokota@netlab.is.tsukuba.ac.jp
2756W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2757S: Maintained
2758
2759NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2760P: GOTO Masanori
2761M: gotom@debian.or.jp
2762P: YOKOTA Hiroshi
2763M: yokota@netlab.is.tsukuba.ac.jp
2764W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2765S: Maintained
2766
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767NTFS FILESYSTEM
2768P: Anton Altaparmakov
2769M: aia21@cantab.net
2770L: linux-ntfs-dev@lists.sourceforge.net
2771L: linux-kernel@vger.kernel.org
2772W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002773T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Maintained
2775
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002776NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002777P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002778M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002779L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002780S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002782OPENCORES I2C BUS DRIVER
2783P: Peter Korsgaard
2784M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002785L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002786S: Maintained
2787
Mark Fashehccd979b2005-12-15 14:31:24 -08002788ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2789P: Mark Fasheh
2790M: mark.fasheh@oracle.com
2791P: Kurt Hackel
2792M: kurt.hackel@oracle.com
2793L: ocfs2-devel@oss.oracle.com
2794W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002795S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002796
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797OLYMPIC NETWORK DRIVER
2798P: Peter De Shrijver
2799M: p2@ace.ulyssis.student.kuleuven.ac.be
2800P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002801M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002802L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803L: linux-tr@linuxtr.net
2804W: http://www.linuxtr.net
2805S: Maintained
2806
Harald Weltec1986ee2005-11-13 16:06:29 -08002807OMNIKEY CARDMAN 4000 DRIVER
2808P: Harald Welte
2809M: laforge@gnumonks.org
2810S: Maintained
2811
Harald Welte77c44ab2005-11-13 16:06:26 -08002812OMNIKEY CARDMAN 4040 DRIVER
2813P: Harald Welte
2814M: laforge@gnumonks.org
2815S: Maintained
2816
Jonathan Corbet77d51402007-03-22 19:44:17 -03002817OMNIVISION OV7670 SENSOR DRIVER
2818P: Jonathan Corbet
2819M: corbet@lwn.net
2820L: video4linux-list@redhat.com
2821S: Maintained
2822
Thomas Gleixner431bca72007-05-02 09:31:35 +02002823ONENAND FLASH DRIVER
2824P: Kyungmin Park
2825M: kyungmin.park@samsung.com
2826L: linux-mtd@lists.infradead.org
2827S: Maintained
2828
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829ONSTREAM SCSI TAPE DRIVER
2830P: Willem Riede
2831M: osst@riede.org
2832L: osst-users@lists.sourceforge.net
2833L: linux-scsi@vger.kernel.org
2834S: Maintained
2835
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836OPROFILE
2837P: Philippe Elie
2838M: phil.el@wanadoo.fr
2839L: oprofile-list@lists.sf.net
2840S: Maintained
2841
2842ORINOCO DRIVER
2843P: Pavel Roskin
2844M: proski@gnu.org
2845P: David Gibson
2846M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002847L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002848L: orinoco-users@lists.sourceforge.net
2849L: orinoco-devel@lists.sourceforge.net
2850W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851S: Maintained
2852
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002853PA SEMI ETHERNET DRIVER
2854P: Olof Johansson
2855M: olof@lixom.net
2856L: netdev@vger.kernel.org
2857S: Maintained
2858
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002859PA SEMI SMBUS DRIVER
2860P: Olof Johansson
2861M: olof@lixom.net
2862L: i2c@lm-sensors.org
2863S: Maintained
2864
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002866L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002867S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868
2869PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2870P: Tim Waugh
2871M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002872L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873W: http://www.torque.net/linux-pp.html
2874S: Maintained
2875
2876PARISC ARCHITECTURE
2877P: Matthew Wilcox
2878M: matthew@wil.cx
2879P: Grant Grundler
2880M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002881P: Kyle McMartin
2882M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883L: parisc-linux@parisc-linux.org
2884W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002885T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2886T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887S: Maintained
2888
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002889PARAVIRT_OPS INTERFACE
2890P: Jeremy Fitzhardinge
2891M: jeremy@xensource.com
2892P: Chris Wright
2893M: chrisw@sous-sol.org
2894P: Zachary Amsden
2895M: zach@vmware.com
2896P: Rusty Russell
2897M: rusty@rustcorp.com.au
2898L: virtualization@lists.osdl.org
2899L: linux-kernel@vger.kernel.org
2900S: Supported
2901
Jim Cromie1662d322006-10-06 00:43:59 -07002902PC87360 HARDWARE MONITORING DRIVER
2903P: Jim Cromie
2904M: jim.cromie@gmail.com
2905L: lm-sensors@lm-sensors.org
2906S: Maintained
2907
2908PC8736x GPIO DRIVER
2909P: Jim Cromie
2910M: jim.cromie@gmail.com
2911S: Maintained
2912
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002913PCI ERROR RECOVERY
2914P: Linas Vepstas
2915M: linas@austin.ibm.com
2916L: linux-kernel@vger.kernel.org
2917L: linux-pci@atrey.karlin.mff.cuni.cz
2918S: Supported
2919
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2921P: Thomas Sailer
2922M: sailer@ife.ee.ethz.ch
2923L: linux-sound@vger.kernel.org
2924W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2925S: Maintained
2926
2927PCI SUBSYSTEM
2928P: Greg Kroah-Hartman
2929M: gregkh@suse.de
2930L: linux-kernel@vger.kernel.org
2931L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002932T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933S: Supported
2934
2935PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002936P: Kristen Carlson Accardi
2937M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938S: Supported
2939
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002940PCIE HOTPLUG DRIVER
2941P: Kristen Carlson Accardi
2942M: kristen.c.accardi@intel.com
2943L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002944S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002945
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002947P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002948L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002950T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002951S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952
2953PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002954P: Don Fry
2955M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002956L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957S: Maintained
2958
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002959PER-TASK DELAY ACCOUNTING
2960P: Shailabh Nagar
2961M: nagar@watson.ibm.com
2962L: linux-kernel@vger.kernel.org
2963S: Maintained
2964
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002965PERSONALITY HANDLING
2966P: Christoph Hellwig
2967M: hch@infradead.org
2968L: linux-abi-devel@lists.sourceforge.net
2969S: Maintained
2970
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002972P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973M: joern@wh.fh-wedel.de
2974L: linux-mtd@lists.infradead.org
2975S: Maintained
2976
Peter Osterlund249a6772005-09-27 21:45:30 -07002977PKTCDVD DRIVER
2978P: Peter Osterlund
2979M: petero2@telia.com
2980L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002981S: Maintained
2982
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002984P: Thomas Gleixner
2985M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002986L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987S: Supported
2988
Anton Vorontsov3be86142007-07-15 04:43:36 +04002989POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2990P: Anton Vorontsov
2991M: cbou@mail.ru
2992P: David Woodhouse
2993M: dwmw2@infradead.org
2994L: linux-kernel@vger.kernel.org
2995L: kernel-discuss@handhelds.org
2996T: git git.infradead.org/battery-2.6.git
2997S: Maintained
2998
Eugene Surovegin24682972005-10-14 03:00:53 -07002999POWERPC 4xx EMAC DRIVER
3000P: Eugene Surovegin
3001M: ebs@ebshome.net
3002W: http://kernel.ebshome.net/emac/
3003L: linuxppc-embedded@ozlabs.org
3004L: netdev@vger.kernel.org
3005S: Maintained
3006
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007PNP SUPPORT
3008P: Adam Belay
3009M: ambx1@neo.rr.com
3010S: Maintained
3011
Vitaly Wool999445d2007-01-04 13:07:03 +01003012PNXxxxx I2C DRIVER
3013P: Vitaly Wool
3014M: vitalywool@gmail.com
3015L: i2c@lm-sensors.org
3016S: Maintained
3017
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018PPP PROTOCOL DRIVERS AND COMPRESSORS
3019P: Paul Mackerras
3020M: paulus@samba.org
3021L: linux-ppp@vger.kernel.org
3022S: Maintained
3023
3024PPP OVER ATM (RFC 2364)
3025P: Mitchell Blank Jr
3026M: mitch@sfgoth.com
3027S: Maintained
3028
3029PPP OVER ETHERNET
3030P: Michal Ostrowski
3031M: mostrows@speakeasy.net
3032S: Maintained
3033
James Chapmana6d23702007-06-27 15:53:17 -07003034PPP OVER L2TP
3035P: James Chapman
3036M: jchapman@katalix.com
3037S: Maintained
3038
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039PREEMPTIBLE KERNEL
3040P: Robert Love
3041M: rml@tech9.net
3042L: linux-kernel@vger.kernel.org
3043L: kpreempt-tech@lists.sourceforge.net
3044W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3045S: Supported
3046
3047PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003048P: Luis R. Rodriguez
3049M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003050L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051W: http://prism54.org
3052S: Maintained
3053
3054PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3055P: Peter Denison
3056M: promise@pnd-pc.demon.co.uk
3057W: http://www.pnd-pc.demon.co.uk/promise/
3058S: Maintained
3059
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003060PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3061P: Mikael Pettersson
3062M: mikpe@it.uu.se
3063L: linux-ide@vger.kernel.org
3064S: Maintained
3065
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003066PS3 NETWORK SUPPORT
3067P: Masakazu Mokuno
3068M: mokuno@sm.sony.co.jp
3069L: netdev@vger.kernel.org
3070L: cbe-oss-dev@ozlabs.org
3071S: Supported
3072
Geoff Levandf58a9d12006-11-23 00:46:51 +01003073PS3 PLATFORM SUPPORT
3074P: Geoff Levand
3075M: geoffrey.levand@am.sony.com
3076L: linuxppc-dev@ozlabs.org
3077L: cbe-oss-dev@ozlabs.org
3078S: Supported
3079
Michael Krufky83202042006-07-03 00:24:18 -07003080PVRUSB2 VIDEO4LINUX DRIVER
3081P: Mike Isely
3082M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003083L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003084L: video4linux-list@redhat.com
3085W: http://www.isely.net/pvrusb2/
3086S: Maintained
3087
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088PXA2xx SUPPORT
3089P: Nicolas Pitre
3090M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003091L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092S: Maintained
3093
Pierre Ossman272f1332007-05-14 21:25:26 +02003094PXA MMCI DRIVER
3095S: Orphan
3096
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097QLOGIC QLA2XXX FC-SCSI DRIVER
3098P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003099M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100L: linux-scsi@vger.kernel.org
3101S: Supported
3102
Ron Mercer5a4faa82006-07-25 00:40:21 -07003103QLOGIC QLA3XXX NETWORK DRIVER
3104P: Ron Mercer
3105M: linux-driver@qlogic.com
3106L: netdev@vger.kernel.org
3107S: Supported
3108
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109QNX4 FILESYSTEM
3110P: Anders Larsen
3111M: al@alarsen.net
3112L: linux-kernel@vger.kernel.org
3113W: http://www.alarsen.net/linux/qnx4fs/
3114S: Maintained
3115
3116RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003117P: Benjamin Herrenschmidt
3118M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003119L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120S: Maintained
3121
3122RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003123P: Paul Mackerras
3124M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003125L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126S: Maintained
3127
3128RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3129P: Corey Thomas
3130M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003131L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132S: Maintained
3133
Matt Mackall9e95ce22005-04-16 15:25:56 -07003134RANDOM NUMBER DRIVER
3135P: Matt Mackall
3136M: mpm@selenic.com
3137S: Maintained
3138
Matt Porter394b7012005-11-07 01:00:15 -08003139RAPIDIO SUBSYSTEM
3140P: Matt Porter
3141M: mporter@kernel.crashing.org
3142L: linux-kernel@vger.kernel.org
3143S: Maintained
3144
Josh Triplett595182b2006-10-04 02:17:21 -07003145READ-COPY UPDATE (RCU)
3146P: Dipankar Sarma
3147M: dipankar@in.ibm.com
3148W: http://www.rdrop.com/users/paulmck/rclock/
3149L: linux-kernel@vger.kernel.org
3150S: Supported
3151
3152RCUTORTURE MODULE
3153P: Josh Triplett
3154M: josh@freedesktop.org
3155L: linux-kernel@vger.kernel.org
3156S: Maintained
3157
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158REAL TIME CLOCK DRIVER
3159P: Paul Gortmaker
3160M: p_gortmaker@yahoo.com
3161L: linux-kernel@vger.kernel.org
3162S: Maintained
3163
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003164REAL TIME CLOCK (RTC) SUBSYSTEM
3165P: Alessandro Zummo
3166M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003167L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003168S: Maintained
3169
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170REISERFS FILE SYSTEM
3171P: Hans Reiser
3172M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003173L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174W: http://www.namesys.com
3175S: Supported
3176
3177ROCKETPORT DRIVER
3178P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179W: http://www.comtrol.com
3180S: Maintained
3181
3182ROSE NETWORK LAYER
3183P: Ralf Baechle
3184M: ralf@linux-mips.org
3185L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003186W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187S: Maintained
3188
3189RISCOM8 DRIVER
3190S: Orphan
3191
Michael Wu605bebe2007-05-14 01:41:02 -04003192RTL818X WIRELESS DRIVER
3193P: Michael Wu
3194M: flamingice@sourmilk.net
3195P: Andrea Merello
3196M: andreamrl@tiscali.it
3197L: linux-wireless@vger.kernel.org
3198W: http://linuxwireless.org/
3199T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3200S: Maintained
3201
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003202S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003203P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003204M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003205L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003206S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003207
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208S390
3209P: Martin Schwidefsky
3210M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003211P: Heiko Carstens
3212M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003214L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003215W: http://www.ibm.com/developerworks/linux/linux390/
3216S: Supported
3217
3218S390 NETWORK DRIVERS
3219P: Frank Pavlic
3220M: fpavlic@de.ibm.com
3221M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003222L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003223W: http://www.ibm.com/developerworks/linux/linux390/
3224S: Supported
3225
3226S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003227P: Swen Schillig
3228M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003229M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003230L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003231W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232S: Supported
3233
3234SAA7146 VIDEO4LINUX-2 DRIVER
3235P: Michael Hunold
3236M: michael@mihu.de
3237W: http://www.mihu.de/linux/saa7146
3238S: Maintained
3239
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240SC1200 WDT DRIVER
3241P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003242M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243S: Maintained
3244
3245SCHEDULER
3246P: Ingo Molnar
3247M: mingo@elte.hu
3248P: Robert Love [the preemptible kernel bits]
3249M: rml@tech9.net
3250L: linux-kernel@vger.kernel.org
3251S: Maintained
3252
3253SCSI CDROM DRIVER
3254P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003255M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256L: linux-scsi@vger.kernel.org
3257W: http://www.kernel.dk
3258S: Maintained
3259
3260SCSI SG DRIVER
3261P: Doug Gilbert
3262M: dgilbert@interlog.com
3263L: linux-scsi@vger.kernel.org
3264W: http://www.torque.net/sg
3265S: Maintained
3266
3267SCSI SUBSYSTEM
3268P: James E.J. Bottomley
3269M: James.Bottomley@SteelEye.com
3270L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003271T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272S: Maintained
3273
3274SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003275P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276M: Kai.Makisara@kolumbus.fi
3277L: linux-scsi@vger.kernel.org
3278S: Maintained
3279
3280SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003281P: Vlad Yasevich
3282M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003283P: Sridhar Samudrala
3284M: sri@us.ibm.com
3285L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003286W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003287S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288
3289SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003290P: Jim Cromie
3291M: jim.cromie@gmail.com
3292S: Odd Fixes
3293
3294SCx200 GPIO DRIVER
3295P: Jim Cromie
3296M: jim.cromie@gmail.com
3297S: Maintained
3298
3299SCx200 HRT CLOCKSOURCE DRIVER
3300P: Jim Cromie
3301M: jim.cromie@gmail.com
3302S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303
3304SECURITY CONTACT
3305P: Security Officers
3306M: security@kernel.org
3307S: Supported
3308
3309SELINUX SECURITY MODULE
3310P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003311M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003313M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003314P: Eric Paris
3315M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003317L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318W: http://www.nsa.gov/selinux
3319S: Supported
3320
Jiri Slabycef2cf02007-05-08 00:31:45 -07003321SENSABLE PHANTOM
3322P: Jiri Slaby
3323M: jirislaby@gmail.com
3324S: Maintained
3325
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326SERIAL ATA (SATA) SUBSYSTEM:
3327P: Jeff Garzik
3328M: jgarzik@pobox.com
3329L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003330T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331S: Supported
3332
3333SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3334P: Pat Gefre
3335M: pfg@sgi.com
3336L: linux-ia64@vger.kernel.org
3337S: Supported
3338
3339SGI VISUAL WORKSTATION 320 AND 540
3340P: Andrey Panin
3341M: pazke@donpac.ru
3342L: linux-visws-devel@lists.sf.net
3343W: http://linux-visws.sf.net
3344S: Maintained for 2.6.
3345
3346SIMTEC EB110ATX (Chalice CATS)
3347P: Ben Dooks
3348P: Vincent Sanders
3349M: support@simtec.co.uk
3350W: http://www.simtec.co.uk/products/EB110ATX/
3351S: Supported
3352
3353SIMTEC EB2410ITX (BAST)
3354P: Ben Dooks
3355P: Vincent Sanders
3356M: support@simtec.co.uk
3357W: http://www.simtec.co.uk/products/EB2410ITX/
3358S: Supported
3359
Francois Romieu92aab3c2005-07-30 13:11:18 +02003360SIS 190 ETHERNET DRIVER
3361P: Francois Romieu
3362M: romieu@fr.zoreil.com
3363L: netdev@vger.kernel.org
3364S: Maintained
3365
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366SIS 5513 IDE CONTROLLER DRIVER
3367P: Lionel Bouton
3368M: Lionel.Bouton@inet6.fr
3369W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3370W: http://gyver.homeip.net/sis5513/index.html
3371S: Maintained
3372
3373SIS 900/7016 FAST ETHERNET DRIVER
3374P: Daniele Venzano
3375M: venza@brownhat.org
3376W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003377L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378S: Maintained
3379
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003380SIS 96X I2C/SMBUS DRIVER
3381P: Mark M. Hoffman
3382M: mhoffman@lightlink.com
3383L: lm-sensors@lm-sensors.org
3384S: Maintained
3385
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386SIS FRAMEBUFFER DRIVER
3387P: Thomas Winischhofer
3388M: thomas@winischhofer.net
3389W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003390S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391
3392SIS USB2VGA DRIVER
3393P: Thomas Winischhofer
3394M: thomas@winischhofer.net
3395W: http://www.winischhofer.at/linuxsisusbvga.shtml
3396S: Maintained
3397
Christoph Lameter415ad262007-07-26 10:40:56 -07003398SLAB ALLOCATOR
3399P: Christoph Lameter
3400M: clameter@sgi.com
3401P: Pekka Enberg
3402M: penberg@cs.helsinki.fi
3403L: linux-mm@kvack.org
3404S: Maintained
3405
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406SMC91x ETHERNET DRIVER
3407P: Nicolas Pitre
3408M: nico@cam.org
3409S: Maintained
3410
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003411SMSC47B397 HARDWARE MONITOR DRIVER
3412P: Mark M. Hoffman
3413M: mhoffman@lightlink.com
3414L: lm-sensors@lm-sensors.org
3415S: Maintained
3416
Daniel Drake8f0f8502006-07-18 22:00:25 +01003417SOFTMAC LAYER (IEEE 802.11)
3418P: Johannes Berg
3419M: johannes@sipsolutions.net
3420P: Joe Jezak
3421M: josejx@gentoo.org
3422P: Daniel Drake
3423M: dsd@gentoo.org
3424W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003425L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003426S: Maintained
3427
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428SOFTWARE RAID (Multiple Disks) SUPPORT
3429P: Ingo Molnar
3430M: mingo@redhat.com
3431P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003432M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003434S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435
Pavel Machek95a631e2007-07-19 01:47:42 -07003436HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437P: Pavel Machek
3438M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003439P: Rafael J. Wysocki
3440M: rjw@sisk.pl
3441L: linux-pm@lists.linux-foundation.org
3442S: Supported
3443
3444SUSPEND TO RAM:
3445P: Pavel Machek
3446M: pavel@suse.cz
3447P: Rafael J. Wysocki
3448M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003449L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450S: Maintained
3451
3452SONIC NETWORK DRIVER
3453P: Thomas Bogendoerfer
3454M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003455L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456S: Maintained
3457
Michael Buesch61e115a2007-09-18 15:12:50 -04003458SONICS SILICON BACKPLANE DRIVER (SSB)
3459P: Michael Buesch
3460M: mb@bu3sch.de
3461L: netdev@vger.kernel.org
3462S: Maintained
3463
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003465P: Mattia Dongili
3466M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003467L: linux-acpi@vger.kernel.org
3468W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469S: Maintained
3470
3471SOUND
3472P: Jaroslav Kysela
3473M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003474L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475S: Maintained
3476
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003477SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3478P: Liam Girdwood
3479M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003480L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003481S: Supported
3482
Kumar Gala025c3982006-04-02 16:05:54 -05003483SPI SUBSYSTEM
3484P: David Brownell
3485M: dbrownell@users.sourceforge.net
3486L: spi-devel-general@lists.sourceforge.net
3487S: Maintained
3488
Steven Rostedt855f46a2006-08-05 12:14:50 -07003489STABLE BRANCH:
3490P: Greg Kroah-Hartman
3491M: greg@kroah.com
3492P: Chris Wright
3493M: chrisw@sous-sol.org
3494L: stable@kernel.org
3495S: Maintained
3496
Kylene Hall1c72d462005-05-01 08:59:13 -07003497TPM DEVICE DRIVER
3498P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003499M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003500W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003501P: Marcel Selhorst
3502M: tpm@selhorst.net
3503W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003504L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003505S: Maintained
3506
Mark Gross1a80ba82005-10-30 15:02:55 -08003507Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003508P: Mark Gross
3509M: mark.gross@intel.com
3510S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003511
Chris Zankel48b415c2005-06-23 22:01:07 -07003512TENSILICA XTENSA PORT (xtensa):
3513P: Chris Zankel
3514M: chris@zankel.net
3515S: Maintained
3516
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003517THINKPAD ACPI EXTRAS DRIVER
3518P: Henrique de Moraes Holschuh
3519M: ibm-acpi@hmh.eng.br
3520L: ibm-acpi-devel@lists.sourceforge.net
3521W: http://ibm-acpi.sourceforge.net
3522W: http://thinkwiki.org/wiki/Ibm-acpi
3523T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3524S: Maintained
3525
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526UltraSPARC (sparc64):
3527P: David S. Miller
3528M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003530T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531S: Maintained
3532
3533SHARP LH SUPPORT (LH7952X & LH7A40X)
3534P: Marc Singer
3535M: elf@buici.com
3536W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003537L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538S: Maintained
3539
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003540SHPC HOTPLUG DRIVER
3541P: Kristen Carlson Accardi
3542M: kristen.c.accardi@intel.com
3543L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003544S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003545
Pierre Ossmand129bce2006-03-24 03:18:17 -08003546SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3547P: Pierre Ossman
3548M: drzeus-sdhci@drzeus.cx
3549L: sdhci-devel@list.drzeus.cx
3550W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3551S: Maintained
3552
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003553SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3554P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003555M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003556L: netdev@vger.kernel.org
3557S: Maintained
3558
Chris Boot1a87d942006-07-10 04:45:34 -07003559SOEKRIS NET48XX LED SUPPORT
3560P: Chris Boot
3561M: bootc@bootc.net
3562S: Maintained
3563
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564SPARC (sparc32):
3565P: William L. Irwin
3566M: wli@holomorphy.com
3567L: sparclinux@vger.kernel.org
3568S: Maintained
3569
3570SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3571P: Roger Wolff
3572M: R.E.Wolff@BitWizard.nl
3573L: linux-kernel@vger.kernel.org ?
3574S: Supported
3575
Jim Lewis2752e402006-09-29 02:01:19 -07003576SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003577P: Linas Vepstas
3578M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003579L: netdev@vger.kernel.org
3580S: Supported
3581
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582SRM (Alpha) environment access
3583P: Jan-Benedict Glaw
3584M: jbglaw@lug-owl.de
3585L: linux-kernel@vger.kernel.org
3586S: Maintained
3587
3588STARFIRE/DURALAN NETWORK DRIVER
3589P: Ion Badulescu
3590M: ionut@cs.columbia.edu
3591S: Maintained
3592
3593STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3594W: http://mosquitonet.Stanford.EDU/strip.html
3595S: Unsupported ?
3596
3597STRADIS MPEG-2 DECODER DRIVER
3598P: Nathan Laredo
3599M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600W: http://www.stradis.com/
3601S: Maintained
3602
3603SUPERH (sh)
3604P: Paul Mundt
3605M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003606L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608S: Maintained
3609
3610SUPERH64 (sh64)
3611P: Paul Mundt
3612M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613L: linuxsh-shmedia-dev@lists.sourceforge.net
3614W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615S: Maintained
3616
3617SUN3/3X
3618P: Sam Creasey
3619M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620W: http://sammy.net/sun3/
3621S: Maintained
3622
3623SVGA HANDLING
3624P: Martin Mares
3625M: mj@ucw.cz
3626L: linux-video@atrey.karlin.mff.cuni.cz
3627S: Maintained
3628
3629SYSV FILESYSTEM
3630P: Christoph Hellwig
3631M: hch@infradead.org
3632S: Maintained
3633
Stephen Hemminger781b4562006-07-10 20:25:29 -07003634TC CLASSIFIER
3635P: Jamal Hadi Salim
3636M: hadi@cyberus.ca
3637L: netdev@vger.kernel.org
3638S: Maintained
3639
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003640TCP LOW PRIORITY MODULE
3641P: Wong Hoi Sing, Edison
3642M: hswong3i@gmail.com
3643P: Hung Hing Lun, Mike
3644M: hlhung3i@gmail.com
3645W: http://tcp-lp-mod.sourceforge.net/
3646S: Maintained
3647
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003648TEHUTI ETHERNET DRIVER
3649P: Alexander Indenbaum
3650M: baum@tehutinetworks.net
3651P: Andy Gospodarek
3652M: andy@greyhouse.net
3653L: netdev@vger.kernel.org
3654S: Supported
3655
Alex Dubov4020f2d2006-10-04 02:15:37 -07003656TI FLASH MEDIA INTERFACE DRIVER
3657P: Alex Dubov
3658M: oakad@yahoo.com
3659S: Maintained
3660
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003661TI OMAP MMC INTERFACE DRIVER
3662P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3663M: linux-omap-open-source@linux.omap.com
3664W: http://linux.omap.com
3665W: http://www.muru.com/linux/omap/
3666S: Maintained
3667
Michael Buesch844dd052006-06-26 00:24:59 -07003668TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3669P: Deepak Saxena
3670M: dsaxena@plexity.net
3671S: Maintained
3672
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003673TASKSTATS STATISTICS INTERFACE
3674P: Shailabh Nagar
3675M: nagar@watson.ibm.com
3676L: linux-kernel@vger.kernel.org
3677S: Maintained
3678
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003680P: Romain Lievin
3681M: roms@lpg.ticalc.org
3682S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683
Per Lidene86eaa32006-01-12 16:45:18 +01003684TIPC NETWORK LAYER
3685P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003686M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003687P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003688M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003689P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003690M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003691L: tipc-discussion@lists.sourceforge.net
3692W: http://tipc.sourceforge.net/
3693W: http://tipc.cslab.ericsson.net/
3694T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3695S: Maintained
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697TLAN NETWORK DRIVER
3698P: Samuel Chessman
3699M: chessman@tux.org
3700L: tlan-devel@lists.sourceforge.net
3701W: http://sourceforge.net/projects/tlan/
3702S: Maintained
3703
3704TOKEN-RING NETWORK DRIVER
3705P: Mike Phillips
3706M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003707L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708L: linux-tr@linuxtr.net
3709W: http://www.linuxtr.net
3710S: Maintained
3711
3712TOSHIBA ACPI EXTRAS DRIVER
3713P: John Belmonte
3714M: toshiba_acpi@memebeam.org
3715W: http://memebeam.org/toys/ToshibaAcpiDriver
3716S: Maintained
3717
3718TOSHIBA SMM DRIVER
3719P: Jonathan Buzzard
3720M: jonathan@buzzard.org.uk
3721L: tlinux-users@tce.toshiba-dme.co.jp
3722W: http://www.buzzard.org.uk/toshiba/
3723S: Maintained
3724
3725TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3726P: Muli Ben-Yehuda
3727M: mulix@mulix.org
3728L: linux-kernel@vger.kernel.org
3729S: Maintained
3730
3731TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003732P: Adrian Bunk
3733M: trivial@kernel.org
3734L: linux-kernel@vger.kernel.org
3735W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3736T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3737S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738
3739TMS380 TOKEN-RING NETWORK DRIVER
3740P: Adam Fritzler
3741M: mid@auk.cx
3742L: linux-tr@linuxtr.net
3743W: http://www.auk.cx/tms380tr/
3744S: Maintained
3745
3746TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747L: tulip-users@lists.sourceforge.net
3748W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003749S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750
3751TUN/TAP driver
3752P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003753M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754L: vtun@office.satix.net
3755W: http://vtun.sourceforge.net/tun
3756S: Maintained
3757
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003758TURBOCHANNEL SUBSYSTEM
3759P: Maciej W. Rozycki
3760M: macro@linux-mips.org
3761S: Maintained
3762
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763U14-34F SCSI DRIVER
3764P: Dario Ballabio
3765M: ballabio_dario@emc.com
3766L: linux-scsi@vger.kernel.org
3767S: Maintained
3768
3769UDF FILESYSTEM
3770P: Ben Fennema
3771M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772W: http://linux-udf.sourceforge.net
3773S: Maintained
3774
3775UNIFORM CDROM DRIVER
3776P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003777M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778L: linux-kernel@vger.kernel.org
3779W: http://www.kernel.dk
3780S: Maintained
3781
3782USB ACM DRIVER
3783P: Oliver Neukum
3784M: oliver@neukum.name
3785L: linux-usb-users@lists.sourceforge.net
3786L: linux-usb-devel@lists.sourceforge.net
3787S: Maintained
3788
3789USB BLOCK DRIVER (UB ub)
3790P: Pete Zaitcev
3791M: zaitcev@redhat.com
3792L: linux-kernel@vger.kernel.org
3793L: linux-usb-devel@lists.sourceforge.net
3794S: Supported
3795
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796USB CDC ETHERNET DRIVER
3797P: Greg Kroah-Hartman
3798M: greg@kroah.com
3799L: linux-usb-users@lists.sourceforge.net
3800L: linux-usb-devel@lists.sourceforge.net
3801S: Maintained
3802W: http://www.kroah.com/linux-usb/
3803
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003804USB DAVICOM DM9601 DRIVER
3805P: Peter Korsgaard
3806M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003807L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003808W: http://www.linux-usb.org/usbnet
3809S: Maintained
3810
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811USB EHCI DRIVER
3812P: David Brownell
3813M: dbrownell@users.sourceforge.net
3814L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003815S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816
Luca Risolia7ce08c92006-01-11 02:06:59 +00003817USB ET61X[12]51 DRIVER
3818P: Luca Risolia
3819M: luca.risolia@studio.unibo.it
3820L: linux-usb-devel@lists.sourceforge.net
3821L: video4linux-list@redhat.com
3822W: http://www.linux-projects.org
3823S: Maintained
3824
David Brownell69ae9e32006-11-14 02:03:31 -08003825USB GADGET/PERIPHERAL SUBSYSTEM
3826P: David Brownell
3827M: dbrownell@users.sourceforge.net
3828L: linux-usb-devel@lists.sourceforge.net
3829W: http://www.linux-usb.org/gadget
3830S: Maintained
3831
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003832USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003833P: Jiri Kosina
3834M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003836T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837S: Maintained
3838
3839USB HUB DRIVER
3840P: Johannes Erdfelt
3841M: johannes@erdfelt.com
3842L: linux-usb-users@lists.sourceforge.net
3843L: linux-usb-devel@lists.sourceforge.net
3844S: Maintained
3845
Olav Kongas959eea22005-11-03 17:38:14 +02003846USB ISP116X DRIVER
3847P: Olav Kongas
3848M: ok@artecdesign.ee
3849L: linux-usb-devel@lists.sourceforge.net
3850S: Maintained
3851
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852USB KAWASAKI LSI DRIVER
3853P: Oliver Neukum
3854M: oliver@neukum.name
3855L: linux-usb-users@lists.sourceforge.net
3856L: linux-usb-devel@lists.sourceforge.net
3857S: Maintained
3858
3859USB MASS STORAGE DRIVER
3860P: Matthew Dharm
3861M: mdharm-usb@one-eyed-alien.net
3862L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003863L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864S: Maintained
3865W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3866
3867USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003868P: David Brownell
3869M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870L: linux-usb-users@lists.sourceforge.net
3871L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003872S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873
Matthias Urlichsba460e42005-07-14 00:33:47 -07003874USB OPTION-CARD DRIVER
3875P: Matthias Urlichs
3876M: smurf@smurf.noris.de
3877L: linux-usb-devel@lists.sourceforge.net
3878S: Maintained
3879
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880USB OV511 DRIVER
3881P: Mark McClelland
3882M: mmcclell@bigfoot.com
3883L: linux-usb-users@lists.sourceforge.net
3884L: linux-usb-devel@lists.sourceforge.net
3885W: http://alpha.dyndns.org/ov511/
3886S: Maintained
3887
3888USB PEGASUS DRIVER
3889P: Petko Manolov
3890M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003892L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893W: http://pegasus2.sourceforge.net/
3894S: Maintained
3895
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003896USB PRINTER DRIVER (usblp)
3897P: Pete Zaitcev
3898M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899L: linux-usb-users@lists.sourceforge.net
3900L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003901S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902
3903USB RTL8150 DRIVER
3904P: Petko Manolov
3905M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003907L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908W: http://pegasus2.sourceforge.net/
3909S: Maintained
3910
3911USB SE401 DRIVER
3912P: Jeroen Vreeken
3913M: pe1rxq@amsat.org
3914L: linux-usb-users@lists.sourceforge.net
3915L: linux-usb-devel@lists.sourceforge.net
3916W: http://www.chello.nl/~j.vreeken/se401/
3917S: Maintained
3918
3919USB SERIAL CYBERJACK DRIVER
3920P: Matthias Bruestle and Harald Welte
3921M: support@reiner-sct.com
3922W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3923S: Maintained
3924
3925USB SERIAL DIGI ACCELEPORT DRIVER
3926P: Peter Berger and Al Borchers
3927M: pberger@brimson.com
3928M: alborchers@steinerpoint.com
3929L: linux-usb-users@lists.sourceforge.net
3930L: linux-usb-devel@lists.sourceforge.net
3931S: Maintained
3932
3933USB SERIAL DRIVER
3934P: Greg Kroah-Hartman
3935M: gregkh@suse.de
3936L: linux-usb-users@lists.sourceforge.net
3937L: linux-usb-devel@lists.sourceforge.net
3938S: Supported
3939
3940USB SERIAL BELKIN F5U103 DRIVER
3941P: William Greathouse
3942M: wgreathouse@smva.com
3943L: linux-usb-users@lists.sourceforge.net
3944L: linux-usb-devel@lists.sourceforge.net
3945S: Maintained
3946
3947USB SERIAL CYPRESS M8 DRIVER
3948P: Lonnie Mendez
3949M: dignome@gmail.com
3950L: linux-usb-users@lists.sourceforge.net
3951L: linux-usb-devel@lists.sourceforge.net
3952S: Maintained
3953W: http://geocities.com/i0xox0i
3954W: http://firstlight.net/cvs
3955
3956USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3957L: linux-usb-users@lists.sourceforge.net
3958L: linux-usb-devel@lists.sourceforge.net
3959S: Maintained
3960
3961USB AUERSWALD DRIVER
3962P: Wolfgang Muees
3963M: wolfgang@iksw-muees.de
3964L: linux-usb-users@lists.sourceforge.net
3965L: linux-usb-devel@lists.sourceforge.net
3966S: Maintained
3967
3968USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3969P: Gary Brubaker
3970M: xavyer@ix.netcom.com
3971L: linux-usb-users@lists.sourceforge.net
3972L: linux-usb-devel@lists.sourceforge.net
3973S: Maintained
3974
3975USB SERIAL KEYSPAN DRIVER
3976P: Greg Kroah-Hartman
3977M: greg@kroah.com
3978L: linux-usb-users@lists.sourceforge.net
3979L: linux-usb-devel@lists.sourceforge.net
3980W: http://www.kroah.com/linux/
3981S: Maintained
3982
3983USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003984P: Support Department
3985M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986L: linux-usb-users@lists.sourceforge.net
3987L: linux-usb-devel@lists.sourceforge.net
3988W: http://www.connecttech.com
3989S: Supported
3990
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003991USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992P: Luca Risolia
3993M: luca.risolia@studio.unibo.it
3994L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003995L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996W: http://www.linux-projects.org
3997S: Maintained
3998
3999USB SUBSYSTEM
4000P: Greg Kroah-Hartman
4001M: gregkh@suse.de
4002L: linux-usb-users@lists.sourceforge.net
4003L: linux-usb-devel@lists.sourceforge.net
4004W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004005T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006S: Supported
4007
4008USB UHCI DRIVER
4009P: Alan Stern
4010M: stern@rowland.harvard.edu
4011L: linux-usb-users@lists.sourceforge.net
4012L: linux-usb-devel@lists.sourceforge.net
4013S: Maintained
4014
David Brownell69ae9e32006-11-14 02:03:31 -08004015USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004016P: David Brownell
4017M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004018L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004019W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020S: Maintained
4021
4022USB W996[87]CF DRIVER
4023P: Luca Risolia
4024M: luca.risolia@studio.unibo.it
4025L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004026L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027W: http://www.linux-projects.org
4028S: Maintained
4029
Luca Risolia60f78052006-02-06 16:29:35 +00004030USB ZC0301 DRIVER
4031P: Luca Risolia
4032M: luca.risolia@studio.unibo.it
4033L: linux-usb-devel@lists.sourceforge.net
4034L: video4linux-list@redhat.com
4035W: http://www.linux-projects.org
4036S: Maintained
4037
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038USB ZD1201 DRIVER
4039P: Jeroen Vreeken
4040M: pe1rxq@amsat.org
4041L: linux-usb-users@lists.sourceforge.net
4042L: linux-usb-devel@lists.sourceforge.net
4043W: http://linux-lc100020.sourceforge.net
4044S: Maintained
4045
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004046USB ZR364XX DRIVER
4047P: Antoine Jacquet
4048M: royale@zerezo.com
4049L: linux-usb-devel@lists.sourceforge.net
4050L: video4linux-list@redhat.com
4051W: http://royale.zerezo.com/zr364xx/
4052S: Maintained
4053
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054USER-MODE LINUX
4055P: Jeff Dike
4056M: jdike@karaya.com
4057L: user-mode-linux-devel@lists.sourceforge.net
4058L: user-mode-linux-user@lists.sourceforge.net
4059W: http://user-mode-linux.sourceforge.net
4060S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004061
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062FAT/VFAT/MSDOS FILESYSTEM:
4063P: OGAWA Hirofumi
4064M: hirofumi@mail.parknet.co.jp
4065L: linux-kernel@vger.kernel.org
4066S: Maintained
4067
4068VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4069P: Jeff Garzik
4070S: Odd fixes
4071
4072VIA RHINE NETWORK DRIVER
4073P: Roger Luethi
4074M: rl@hellgate.ch
4075S: Maintained
4076
Jean Delvare32c0a522005-09-22 21:47:58 +02004077VIAPRO SMBUS DRIVER
4078P: Jean Delvare
4079M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004080L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004081S: Maintained
4082
Francois Romieu01f20732007-01-26 00:57:17 -08004083VIA VELOCITY NETWORK DRIVER
4084P: Francois Romieu
4085M: romieu@fr.zoreil.com
4086L: netdev@vger.kernel.org
4087S: Maintained
4088
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089UCLINUX (AND M68KNOMMU)
4090P: Greg Ungerer
4091M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004093L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094S: Maintained
4095
4096UCLINUX FOR NEC V850
4097P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098
4099UCLINUX FOR RENESAS H8/300
4100P: Yoshinori Sato
4101M: ysato@users.sourceforge.jp
4102W: http://uclinux-h8.sourceforge.jp/
4103S: Supported
4104
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004105UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004106P: Evgeniy Dushistov
4107M: dushistov@mail.ru
4108L: linux-kernel@vger.kernel.org
4109S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004110
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111USB DIAMOND RIO500 DRIVER
4112P: Cesar Miquel
4113M: miquel@df.uba.ar
4114L: rio500-users@lists.sourceforge.net
4115W: http://rio500.sourceforge.net
4116S: Maintained
4117
4118VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004119P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004120M: mchehab@infradead.org
4121M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004123W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004124T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004125S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126
Juerg Haefligerab413192006-09-24 20:54:04 +02004127VT1211 HARDWARE MONITOR DRIVER
4128P: Juerg Haefliger
4129M: juergh@gmail.com
4130L: lm-sensors@lm-sensors.org
4131S: Maintained
4132
Roger Lucas1de9e372005-11-26 20:20:05 +01004133VT8231 HARDWARE MONITOR DRIVER
4134P: Roger Lucas
4135M: roger@planbit.co.uk
4136L: lm-sensors@lm-sensors.org
4137S: Maintained
4138
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139W1 DALLAS'S 1-WIRE BUS
4140P: Evgeniy Polyakov
4141M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142S: Maintained
4143
Charles Spirakis13927072006-07-05 18:05:15 +02004144W83791D HARDWARE MONITORING DRIVER
4145P: Charles Spirakis
4146M: bezaur@gmail.com
4147L: lm-sensors@lm-sensors.org
4148S: Maintained
4149
Rudolf Marek61db0112006-12-12 18:18:30 +01004150W83793 HARDWARE MONITORING DRIVER
4151P: Rudolf Marek
4152M: r.marek@assembler.cz
4153L: lm-sensors@lm-sensors.org
4154S: Maintained
4155
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156W83L51xD SD/MMC CARD INTERFACE DRIVER
4157P: Pierre Ossman
4158M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004159L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160W: http://projects.drzeus.cx/wbsd
4161S: Maintained
4162
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004163WATCHDOG DEVICE DRIVERS
4164P: Wim Van Sebroeck
4165M: wim@iguana.be
4166T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4167S: Maintained
4168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4170P: Jean Tourrilhes
4171M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004172L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4174S: Maintained
4175
4176WD7000 SCSI DRIVER
4177P: Miroslav Zagorac
4178M: zaga@fly.cc.fer.hr
4179L: linux-scsi@vger.kernel.org
4180S: Maintained
4181
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004182WISTRON LAPTOP BUTTON DRIVER
4183P: Miloslav Trmac
4184M: mitr@volny.cz
4185S: Maintained
4186
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187WL3501 WIRELESS PCMCIA CARD DRIVER
4188P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004189M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004190L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004191W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192S: Maintained
4193
4194X.25 NETWORK LAYER
4195P: Henner Eisen
4196M: eis@baty.hanse.de
4197L: linux-x25@vger.kernel.org
4198S: Maintained
4199
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004200XEN HYPERVISOR INTERFACE
4201P: Jeremy Fitzhardinge
4202M: jeremy@xensource.com
4203P: Chris Wright
4204M: chrisw@sous-sol.org
4205L: virtualization@lists.osdl.org
4206L: xen-devel@lists.xensource.com
4207S: Supported
4208
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209XFS FILESYSTEM
4210P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004211P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004213L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004215T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216S: Supported
4217
Peter Korsgaard238b8722006-12-06 20:35:17 -08004218XILINX UARTLITE SERIAL DRIVER
4219P: Peter Korsgaard
4220M: jacmet@sunsite.dk
4221L: linux-serial@vger.kernel.org
4222S: Maintained
4223
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224X86 3-LEVEL PAGING (PAE) SUPPORT
4225P: Ingo Molnar
4226M: mingo@redhat.com
4227S: Maintained
4228
4229X86-64 port
4230P: Andi Kleen
4231M: ak@suse.de
4232L: discuss@x86-64.org
4233W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004234T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235S: Maintained
4236
4237YAM DRIVER FOR AX.25
4238P: Jean-Paul Roubelat
4239M: jpr@f6fbb.org
4240L: linux-hams@vger.kernel.org
4241S: Maintained
4242
Henkaf64a5e2005-10-12 15:02:56 +02004243YEALINK PHONE DRIVER
4244P: Henk Vergonet
4245M: Henk.Vergonet@gmail.com
4246L: usbb2k-api-dev@nongnu.org
4247S: Maintained
4248
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249Z8530 DRIVER FOR AX.25
4250P: Joerg Reuter
4251M: jreuter@yaina.de
4252W: http://yaina.de/jreuter/
4253W: http://www.qsl.net/dl1bke/
4254L: linux-hams@vger.kernel.org
4255S: Maintained
4256
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004257ZD1211RW WIRELESS DRIVER
4258P: Daniel Drake
4259M: dsd@gentoo.org
4260P: Ulrich Kunitz
4261M: kune@deine-taler.de
4262W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004263L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004264L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4265S: Maintained
4266
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267ZF MACHZ WATCHDOG
4268P: Fernando Fuganti
4269M: fuganti@netbank.com.br
4270W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4271S: Maintained
4272
4273ZR36067 VIDEO FOR LINUX DRIVER
4274P: Ronald Bultje
4275M: rbultje@ronald.bitfreak.net
4276L: mjpeg-users@lists.sourceforge.net
4277W: http://mjpeg.sourceforge.net/driver-zoran/
4278S: Maintained
4279
4280ZR36120 VIDEO FOR LINUX DRIVER
4281P: Pauline Middelink
4282M: middelin@polyware.nl
4283W: http://www.polyware.nl/~middelin/En/hobbies.html
4284W: http://www.polyware.nl/~middelin/hobbies.html
4285S: Maintained
4286
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004287ZS DECSTATION Z85C30 SERIAL DRIVER
4288P: Maciej W. Rozycki
4289M: macro@linux-mips.org
4290S: Maintained
4291
Linus Torvalds1da177e2005-04-16 15:20:36 -07004292THE REST
4293P: Linus Torvalds
4294S: Buried alive in reporters