blob: 934afd3dfa408aa2179732300f08d7a8dc4c95c6 [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
Larry Finger75388ac2007-09-25 16:46:54 -0700807B43LEGACY WIRELESS DRIVER
808P: Larry Finger
809M: Larry.Finger@lwfinger.net
810L: linux-wireless@vger.kernel.org
811W: http://bcm43xx.berlios.de/
812S: Maintained
813
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200814BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
815P: Larry Finger
816M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200817P: Stefano Brivio
818M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700819L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200820W: http://bcm43xx.berlios.de/
821S: Maintained
822
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823BEFS FILE SYSTEM
824P: Sergey S. Kostyliov
825M: rathamahata@php4.ru
826L: linux-kernel@vger.kernel.org
827S: Maintained
828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829BFS FILE SYSTEM
830P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800831M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832L: linux-kernel@vger.kernel.org
833S: Maintained
834
Bryan Wud24ecfc2007-05-01 23:26:32 +0200835BLACKFIN I2C TWI DRIVER
836P: Sonic Zhang
837M: sonic.zhang@analog.com
838L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
839W: http://blackfin.uclinux.org/
840S: Supported
841
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842BLOCK LAYER
843P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200844M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800846T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847S: Maintained
848
849BLUETOOTH SUBSYSTEM
850P: Marcel Holtmann
851M: marcel@holtmann.org
852P: Maxim Krasnyansky
853M: maxk@qualcomm.com
854L: bluez-devel@lists.sf.net
855W: http://bluez.sf.net
856W: http://www.bluez.org
857W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800858T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859S: Maintained
860
861BLUETOOTH RFCOMM LAYER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864P: Maxim Krasnyansky
865M: maxk@qualcomm.com
866S: Maintained
867
868BLUETOOTH BNEP LAYER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871P: Maxim Krasnyansky
872M: maxk@qualcomm.com
873S: Maintained
874
875BLUETOOTH CMTP LAYER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878S: Maintained
879
880BLUETOOTH HIDP LAYER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883S: Maintained
884
885BLUETOOTH HCI UART DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888P: Maxim Krasnyansky
889M: maxk@qualcomm.com
890S: Maintained
891
892BLUETOOTH HCI USB DRIVER
893P: Marcel Holtmann
894M: marcel@holtmann.org
895P: Maxim Krasnyansky
896M: maxk@qualcomm.com
897S: Maintained
898
899BLUETOOTH HCI BCM203X DRIVER
900P: Marcel Holtmann
901M: marcel@holtmann.org
902S: Maintained
903
904BLUETOOTH HCI BPA10X DRIVER
905P: Marcel Holtmann
906M: marcel@holtmann.org
907S: Maintained
908
909BLUETOOTH HCI BFUSB DRIVER
910P: Marcel Holtmann
911M: marcel@holtmann.org
912S: Maintained
913
914BLUETOOTH HCI DTL1 DRIVER
915P: Marcel Holtmann
916M: marcel@holtmann.org
917S: Maintained
918
919BLUETOOTH HCI BLUECARD DRIVER
920P: Marcel Holtmann
921M: marcel@holtmann.org
922S: Maintained
923
924BLUETOOTH HCI BT3C DRIVER
925P: Marcel Holtmann
926M: marcel@holtmann.org
927S: Maintained
928
929BLUETOOTH HCI BTUART DRIVER
930P: Marcel Holtmann
931M: marcel@holtmann.org
932S: Maintained
933
934BLUETOOTH HCI VHCI DRIVER
935P: Maxim Krasnyansky
936M: maxk@qualcomm.com
937S: Maintained
938
939BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100940P: Chad Tindel
941M: ctindel@users.sourceforge.net
942P: Jay Vosburgh
943M: fubar@us.ibm.com
944L: bonding-devel@lists.sourceforge.net
945W: http://sourceforge.net/projects/bonding/
946S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000948BROADBAND PROCESSOR ARCHITECTURE
949P: Arnd Bergmann
950M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100951L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400952W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000953S: Supported
954
Gary Zambrano39105892006-06-22 17:26:20 -0700955BROADCOM B44 10/100 ETHERNET DRIVER
956P: Gary Zambrano
957M: zambrano@broadcom.com
958L: netdev@vger.kernel.org
959S: Supported
960
Michael Chan948c51e2006-06-04 02:51:39 -0700961BROADCOM BNX2 GIGABIT ETHERNET DRIVER
962P: Michael Chan
963M: mchan@broadcom.com
964L: netdev@vger.kernel.org
965S: Supported
966
967BROADCOM TG3 GIGABIT ETHERNET DRIVER
968P: Michael Chan
969M: mchan@broadcom.com
970L: netdev@vger.kernel.org
971S: Supported
972
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200973BSG (block layer generic sg v4 driver)
974P: FUJITA Tomonori
975M: fujita.tomonori@lab.ntt.co.jp
976L: linux-scsi@vger.kernel.org
977S: Supported
978
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700980P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200981M: mchehab@infradead.org
982M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700984W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200985T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700986S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
Jonathan Corbet77d51402007-03-22 19:44:17 -0300988CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
989P: Jonathan Corbet
990M: corbet@lwn.net
991L: video4linux-list@redhat.com
992S: Maintained
993
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200994CALGARY x86-64 IOMMU
995P: Muli Ben-Yehuda
996M: muli@il.ibm.com
997P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200998M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200999L: linux-kernel@vger.kernel.org
1000L: discuss@x86-64.org
1001S: Maintained
1002
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001003CFAG12864B LCD 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
1010CFAG12864BFB LCD FRAMEBUFFER DRIVER
1011P: Miguel Ojeda Sandonis
1012M: maxextreme@gmail.com
1013L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001014W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001015S: Maintained
1016
Johannes Berg704232c2007-04-23 12:20:05 -07001017CFG80211 and NL80211
1018P: Johannes Berg
1019M: johannes@sipsolutions.net
1020L: linux-wireless@vger.kernel.org
1021S: Maintained
1022
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001023CHECKPATCH
1024P: Andy Whitcroft
1025M: apw@shadowen.org
1026P: Randy Dunlap
1027M: rdunlap@xenotime.net
1028P: Joel Schopp
1029M: jschopp@austin.ibm.com
1030S: Supported
1031
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032COMMON INTERNET FILE SYSTEM (CIFS)
1033P: Steve French
1034M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001035L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001037W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001038T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001039S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Joel Becker7063fbf2005-12-15 14:29:43 -08001041CONFIGFS
1042P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001043M: joel.becker@oracle.com
1044L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001045S: Supported
1046
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001047CIRRUS LOGIC EP93XX ETHERNET DRIVER
1048P: Lennert Buytenhek
1049M: kernel@wantstofly.org
1050L: netdev@vger.kernel.org
1051S: Maintained
1052
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053CIRRUS LOGIC GENERIC FBDEV DRIVER
1054P: Jeff Garzik
1055M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001056L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057S: Odd Fixes
1058
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001059CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1060P: Lennert Buytenhek
1061M: kernel@wantstofly.org
1062L: linux-usb-devel@lists.sourceforge.net
1063S: Maintained
1064
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1066P: Cirrus Logic Corporation (kernel 2.2 driver)
1067M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1068P: Nils Faerber (port to kernel 2.4)
1069M: Nils Faerber <nils@kernelconcepts.de>
1070S: Maintained
1071
1072CODA FILE SYSTEM
1073P: Jan Harkes
1074M: jaharkes@cs.cmu.edu
1075M: coda@cs.cmu.edu
1076L: codalist@coda.cs.cmu.edu
1077W: http://www.coda.cs.cmu.edu/
1078S: Maintained
1079
1080COMPACTPCI HOTPLUG CORE
1081P: Scott Murray
1082M: scottm@somanetworks.com
1083M: scott@spiteful.org
1084L: pcihpd-discuss@lists.sourceforge.net
1085S: Supported
1086
1087COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1088P: Scott Murray
1089M: scottm@somanetworks.com
1090M: scott@spiteful.org
1091L: pcihpd-discuss@lists.sourceforge.net
1092S: Supported
1093
1094COMPACTPCI HOTPLUG GENERIC DRIVER
1095P: Scott Murray
1096M: scottm@somanetworks.com
1097M: scott@spiteful.org
1098L: pcihpd-discuss@lists.sourceforge.net
1099S: Supported
1100
1101COMPUTONE INTELLIPORT MULTIPORT CARD
1102P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001103M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001105S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106
Simon Arlott949be0f2007-03-06 02:47:46 -08001107CONEXANT ACCESSRUNNER USB DRIVER
1108P: Simon Arlott
1109M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001110L: accessrunner-general@lists.sourceforge.net
1111W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001112S: Maintained
1113
Rudolf Marekbebe4672007-05-08 17:22:02 +02001114CORETEMP HARDWARE MONITORING DRIVER
1115P: Rudolf Marek
1116M: r.marek@assembler.cz
1117L: lm-sensors@lm-sensors.org
1118S: Maintained
1119
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120COSA/SRP SYNC SERIAL DRIVER
1121P: Jan "Yenya" Kasprzak
1122M: kas@fi.muni.cz
1123W: http://www.fi.muni.cz/~kas/cosa/
1124S: Maintained
1125
1126CPU FREQUENCY DRIVERS
1127P: Dave Jones
1128M: davej@codemonkey.org.uk
1129L: cpufreq@lists.linux.org.uk
1130W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001131T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132S: Maintained
1133
1134CPUID/MSR DRIVER
1135P: H. Peter Anvin
1136M: hpa@zytor.com
1137S: Maintained
1138
Paul Jacksoned90fb42005-09-27 21:45:37 -07001139CPUSETS
1140P: Paul Jackson
1141P: Simon Derr
1142M: pj@sgi.com
1143M: simon.derr@bull.net
1144L: linux-kernel@vger.kernel.org
1145W: http://www.bullopensource.org/cpuset/
1146S: Supported
1147
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001149W: http://sourceforge.net/projects/cramfs/
1150S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151
1152CRIS PORT
1153P: Mikael Starvik
1154M: starvik@axis.com
1155L: dev-etrax@axis.com
1156W: http://developer.axis.com
1157S: Maintained
1158
1159CRYPTO API
1160P: Herbert Xu
1161M: herbert@gondor.apana.org.au
1162P: David S. Miller
1163M: davem@davemloft.net
1164L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001165T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166S: Maintained
1167
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001168CS5535 Audio ALSA driver
1169P: Jaya Kumar
1170M: jayakumar.alsa@gmail.com
1171S: Maintained
1172
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173CYBERPRO FB DRIVER
1174P: Russell King
1175M: rmk@arm.linux.org.uk
1176W: http://www.arm.linux.org.uk/
1177S: Maintained
1178
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001179CYBLAFB FRAMEBUFFER DRIVER
1180P: Knut Petersen
1181M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001182L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001183S: Maintained
1184
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185CYCLADES 2X SYNC CARD DRIVER
1186P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001187M: acme@ghostprotocols.net
1188W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189S: Maintained
1190
1191CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001193S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194
1195CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001197S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199DAMA SLAVE for AX.25
1200P: Joerg Reuter
1201M: jreuter@yaina.de
1202W: http://yaina.de/jreuter/
1203W: http://www.qsl.net/dl1bke/
1204L: linux-hams@vger.kernel.org
1205S: Maintained
1206
1207DC395x SCSI driver
1208P: Oliver Neukum
1209M: oliver@neukum.name
1210P: Ali Akcaagac
1211M: aliakc@web.de
1212P: Jamie Lenehan
1213M: lenehan@twibble.org
1214W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001215L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216L: http://lists.twibble.org/mailman/listinfo/dc395x/
1217S: Maintained
1218
1219DC390/AM53C974 SCSI driver
1220P: Kurt Garloff
1221M: garloff@suse.de
1222W: http://www.garloff.de/kurt/linux/dc390/
1223P: Guennadi Liakhovetski
1224M: g.liakhovetski@gmx.de
1225S: Maintained
1226
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001227DCCP PROTOCOL
1228P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001229M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001230L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001231W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001232S: Maintained
1233
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234DECnet NETWORK LAYER
1235P: Patrick Caulfield
1236M: patrick@tykepenguin.com
1237W: http://linux-decnet.sourceforge.net
1238L: linux-decnet-user@lists.sourceforge.net
1239S: Maintained
1240
1241DEFXX FDDI NETWORK DRIVER
1242P: Maciej W. Rozycki
1243M: macro@linux-mips.org
1244S: Maintained
1245
1246DELL LAPTOP SMM DRIVER
1247P: Massimo Dal Zotto
1248M: dz@debian.org
1249W: http://www.debian.org/~dz/i8k/
1250S: Maintained
1251
Doug Warzecha90563ec2005-09-06 15:17:15 -07001252DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1253P: Doug Warzecha
1254M: Douglas_Warzecha@dell.com
1255S: Maintained
1256
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001257DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258P: Alasdair Kergon
1259L: dm-devel@redhat.com
1260W: http://sources.redhat.com/dm
1261S: Maintained
1262
1263DEVICE NUMBER REGISTRY
1264P: Torben Mathiasen
1265M: device@lanana.org
1266W: http://lanana.org/docs/device-list/index.html
1267L: linux-kernel@vger.kernel.org
1268S: Maintained
1269
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270DIGI INTL. EPCA DRIVER
1271P: Digi International, Inc
1272M: Eng.Linux@digi.com
1273L: Eng.Linux@digi.com
1274W: http://www.digi.com
1275S: Orphaned
1276
1277DIGI RIGHTSWITCH NETWORK DRIVER
1278P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001279L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280W: http://www.digi.com
1281S: Orphaned
1282
1283DIRECTORY NOTIFICATION
1284P: Stephen Rothwell
1285M: sfr@canb.auug.org.au
1286L: linux-kernel@vger.kernel.org
1287S: Supported
1288
1289DISK GEOMETRY AND PARTITION HANDLING
1290P: Andries Brouwer
1291M: aeb@cwi.nl
1292W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1293W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1294W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1295S: Maintained
1296
1297DISKQUOTA:
1298P: Jan Kara
1299M: jack@suse.cz
1300L: linux-kernel@vger.kernel.org
1301S: Maintained
1302
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001303DISTRIBUTED LOCK MANAGER
1304P: Patrick Caulfield
1305M: pcaulfie@redhat.com
1306P: David Teigland
1307M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001308L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001309W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001310T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1311T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001312S: Supported
1313
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1315P: Tobias Ringstrom
1316M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001317L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318S: Maintained
1319
Dan Williamsb3e5f262007-08-07 10:26:35 -07001320DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001321P: Shannon Nelson
1322M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001323P: Dan Williams
1324M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001325L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001326S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001327
Juerg Haefligerb8250372007-06-09 10:11:16 -04001328DME1737 HARDWARE MONITOR DRIVER
1329P: Juerg Haefliger
1330M: juergh@gmail.com
1331L: lm-sensors@lm-sensors.org
1332S: Maintained
1333
Martin Waitzba483d52005-06-17 13:20:59 -07001334DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001335P: Randy Dunlap
1336M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001337S: Maintained
1338
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001339DOCKING STATION DRIVER
1340P: Kristen Carlson Accardi
1341M: kristen.c.accardi@intel.com
1342L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001343S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001344
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345DOUBLETALK DRIVER
1346P: James R. Van Zandt
1347M: jrv@vanzandt.mv.com
1348L: blinux-list@redhat.com
1349S: Maintained
1350
1351DRIVER CORE, KOBJECTS, AND SYSFS
1352P: Greg Kroah-Hartman
1353M: gregkh@suse.de
1354L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001355T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356S: Supported
1357
1358DRM DRIVERS
1359P: David Airlie
1360M: airlied@linux.ie
1361L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001362T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363S: Maintained
1364
1365DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001366P: Francois Romieu
1367M: romieu@fr.zoreil.com
1368L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369S: Maintained
1370
1371DVB SUBSYSTEM AND DRIVERS
1372P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001373M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001375W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001376T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001377S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378
1379EATA-DMA SCSI DRIVER
1380P: Michael Neuffer
1381L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1382S: Maintained
1383
1384EATA ISA/EISA/PCI SCSI DRIVER
1385P: Dario Ballabio
1386M: ballabio_dario@emc.com
1387L: linux-scsi@vger.kernel.org
1388S: Maintained
1389
1390EATA-PIO SCSI DRIVER
1391P: Michael Neuffer
1392M: mike@i-Connect.Net
1393L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1394S: Maintained
1395
1396EBTABLES
1397P: Bart De Schuymer
1398M: bart.de.schuymer@pandora.be
1399L: ebtables-user@lists.sourceforge.net
1400L: ebtables-devel@lists.sourceforge.net
1401W: http://ebtables.sourceforge.net/
1402S: Maintained
1403
Michael Halcrow237fead2006-10-04 02:16:22 -07001404ECRYPT FILE SYSTEM
1405P: Mike Halcrow, Phillip Hellewell
1406M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1407L: ecryptfs-devel@lists.sourceforge.net
1408W: http://ecryptfs.sourceforge.net/
1409S: Supported
1410
Alan Coxda9bb1d2006-01-18 17:44:13 -08001411EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001412P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001413M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001414L: bluesmoke-devel@lists.sourceforge.net
1415W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001416S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001417
1418EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001419P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001420P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001421M: mark.gross@intel.com
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
1427EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001428P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001429M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001430L: bluesmoke-devel@lists.sourceforge.net
1431W: bluesmoke.sourceforge.net
1432S: Maintained
1433
Douglas Thompson6bc78402007-07-19 01:50:12 -07001434EDAC-I82443BXGX
1435P: Tim Small
1436M: tim@buttersideup.com
1437L: bluesmoke-devel@lists.sourceforge.net
1438W: bluesmoke.sourceforge.net
1439S: Maintained
1440
1441EDAC-I3000
1442P: Jason Uhlenkott
1443M: juhlenko@akamai.com
1444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
1448EDAC-I5000
1449P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001450M: dougthompson@xmission.com
1451L: bluesmoke-devel@lists.sourceforge.net
1452W: bluesmoke.sourceforge.net
1453S: Maintained
1454
1455EDAC-I82975X
1456P: Ranganathan Desikan
1457P: Arvind R.
1458M: rdesikan@jetzbroadband.com
1459M: arvind@acarlab.com
1460L: bluesmoke-devel@lists.sourceforge.net
1461W: bluesmoke.sourceforge.net
1462S: Maintained
1463
1464EDAC-PASEMI
1465P: Egor Martovetsky
1466M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001467L: bluesmoke-devel@lists.sourceforge.net
1468W: bluesmoke.sourceforge.net
1469S: Maintained
1470
Dave Peterson0e438e32006-03-26 01:38:55 -08001471EDAC-R82600
1472P: Tim Small
1473M: tim@buttersideup.com
1474L: bluesmoke-devel@lists.sourceforge.net
1475W: bluesmoke.sourceforge.net
1476S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001477
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478EEPRO100 NETWORK DRIVER
1479P: Andrey V. Savochkin
1480M: saw@saw.sw.com.sg
1481S: Maintained
1482
Josh Triplett0bee8d22006-07-30 03:03:58 -07001483EFS FILESYSTEM
1484W: http://aeschi.ch.eu.org/efs/
1485S: Orphan
1486
Heiko J Schickfab97222006-09-22 15:22:22 -07001487EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1488P: Hoang-Nam Nguyen
1489M: hnguyen@de.ibm.com
1490P: Christoph Raisch
1491M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001492L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001493S: Supported
1494
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001495EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001496P: James Smart
1497M: james.smart@emulex.com
1498L: linux-scsi@vger.kernel.org
1499W: http://sourceforge.net/projects/lpfcxxxx
1500S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001501
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502EPSON 1355 FRAMEBUFFER DRIVER
1503P: Christopher Hoover
1504M: ch@murgatroid.com, ch@hpl.hp.com
1505S: Maintained
1506
1507ETHEREXPRESS-16 NETWORK DRIVER
1508P: Philip Blundell
1509M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001510L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511S: Maintained
1512
1513ETHERNET BRIDGE
1514P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001515M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001516L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517W: http://bridge.sourceforge.net/
1518S: Maintained
1519
1520ETHERTEAM 16I DRIVER
1521P: Mika Kuoppala
1522M: miku@iki.fi
1523S: Maintained
1524
1525EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001526L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527S: Maintained
1528
1529EXT3 FILE SYSTEM
1530P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001531M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001532L: linux-ext4@vger.kernel.org
1533S: Maintained
1534
1535EXT4 FILE SYSTEM
1536P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001537M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001538L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539S: Maintained
1540
Jean Delvaree53004e2006-01-09 23:26:14 +01001541F71805F HARDWARE MONITORING DRIVER
1542P: Jean Delvare
1543M: khali@linux-fr.org
1544L: lm-sensors@lm-sensors.org
1545S: Maintained
1546
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547FARSYNC SYNCHRONOUS DRIVER
1548P: Kevin Curtis
1549M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550W: http://www.farsite.co.uk/
1551S: Supported
1552
Akinobu Mitac5408b82007-04-23 14:41:20 -07001553FAULT INJECTION SUPPORT
1554P: Akinobu Mita
1555M: akinobu.mita@gmail.com
1556S: Supported
1557
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558FRAMEBUFFER LAYER
1559P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001560M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001561L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562W: http://linux-fbdev.sourceforge.net/
1563S: Maintained
1564
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001565FREESCALE SOC FS_ENET DRIVER
1566P: Pantelis Antoniou
1567M: pantelis.antoniou@gmail.com
1568P: Vitaly Bordug
1569M: vbordug@ru.mvista.com
1570L: linuxppc-embedded@ozlabs.org
1571L: netdev@vger.kernel.org
1572S: Maintained
1573
Li Yanga7205b32007-04-23 10:38:18 -07001574FREESCALE HIGHSPEED USB DEVICE DRIVER
1575P: Li Yang
1576M: leoli@freescale.com
1577L: linux-usb-devel@lists.sourceforge.net
1578L: linuxppc-embedded@ozlabs.org
1579S: Maintained
1580
Li Yangbeaf53b2007-05-25 13:54:02 +08001581FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1582P: Li Yang
1583M: leoli@freescale.com
1584L: netdev@vger.kernel.org
1585L: linuxppc-embedded@ozlabs.org
1586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588FILE LOCKING (flock() and fcntl()/lockf())
1589P: Matthew Wilcox
1590M: matthew@wil.cx
1591L: linux-fsdevel@vger.kernel.org
1592S: Maintained
1593
1594FILESYSTEMS (VFS and infrastructure)
1595P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001596M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597S: Maintained
1598
Stefan Richterb3274472007-05-30 20:44:52 -04001599FIREWIRE SUBSYSTEM
1600P: Kristian Hoegsberg, Stefan Richter
1601M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1602L: linux1394-devel@lists.sourceforge.net
1603W: http://www.linux1394.org/
1604T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1605S: Maintained
1606
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607FIRMWARE LOADER (request_firmware)
1608L: linux-kernel@vger.kernel.org
1609S: Orphan
1610
1611FPU EMULATOR
1612P: Bill Metzenthen
1613M: billm@suburbia.net
1614W: http://suburbia.net/~billm/floating-point/emulator/
1615S: Maintained
1616
1617FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1618P: Mike McLagan
1619M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001620L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621S: Maintained
1622
1623FREEVXFS FILESYSTEM
1624P: Christoph Hellwig
1625M: hch@infradead.org
1626W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1627S: Maintained
1628
David Howells5ab7ffe2007-04-10 15:10:45 +01001629FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630P: David Howells
1631M: dhowells@redhat.com
1632S: Maintained
1633
Miklos Szeredi04578f12005-09-09 13:10:22 -07001634FUSE: FILESYSTEM IN USERSPACE
1635P: Miklos Szeredi
1636M: miklos@szeredi.hu
1637L: fuse-devel@lists.sourceforge.net
1638W: http://fuse.sourceforge.net/
1639S: Maintained
1640
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1642P: Rik Faith
1643M: faith@cs.unc.edu
1644L: linux-scsi@vger.kernel.org
1645S: Odd fixes (e.g., new signatures)
1646
1647GDT SCSI DISK ARRAY CONTROLLER DRIVER
1648P: Achim Leubner
1649M: achim_leubner@adaptec.com
1650L: linux-scsi@vger.kernel.org
1651W: http://www.icp-vortex.com/
1652S: Supported
1653
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001654GENERIC GPIO I2C DRIVER
1655P: Haavard Skinnemoen
1656M: hskinnemoen@atmel.com
1657S: Supported
1658
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1660P: Krzysztof Halasa
1661M: khc@pm.waw.pl
1662W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1663S: Maintained
1664
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001665GFS2 FILE SYSTEM
1666P: Steven Whitehouse
1667M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001668L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001669W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001670T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1671T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001672S: Supported
1673
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001674GIGASET ISDN DRIVERS
1675P: Hansjoerg Lipp
1676M: hjlipp@web.de
1677P: Tilman Schmidt
1678M: tilman@imap.cc
1679L: gigaset307x-common@lists.sourceforge.net
1680W: http://gigaset307x.sourceforge.net/
1681S: Maintained
1682
Jean Delvare5b543962005-08-15 19:51:02 +02001683HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001684P: Mark M. Hoffman
1685M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001686L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001687W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001688T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001689S: Maintained
1690
Michael Buesch844dd052006-06-26 00:24:59 -07001691HARDWARE RANDOM NUMBER GENERATOR CORE
1692P: Michael Buesch
1693M: mb@bu3sch.de
1694S: Maintained
1695
Robert Love860e1d62005-08-31 23:57:59 -04001696HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1697P: Robert Love
1698M: rlove@rlove.org
1699M: linux-kernel@vger.kernel.org
1700W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1701S: Maintained
1702
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703HARMONY SOUND DRIVER
1704P: Kyle McMartin
1705M: kyle@parisc-linux.org
1706W: http://www.parisc-linux.org/~kyle/harmony/
1707L: parisc-linux@lists.parisc-linux.org
1708S: Maintained
1709
1710HAYES ESP SERIAL DRIVER
1711P: Andrew J. Robinson
1712M: arobinso@nyx.net
1713L: linux-kernel@vger.kernel.org
1714W: http://www.nyx.net/~arobinso
1715S: Maintained
1716
1717HFS FILESYSTEM
1718P: Roman Zippel
1719M: zippel@linux-m68k.org
1720L: linux-kernel@vger.kernel.org
1721S: Maintained
1722
1723HGA FRAMEBUFFER DRIVER
1724P: Ferenc Bakonyi
1725M: fero@drama.obuda.kando.hu
1726L: linux-nvidia@lists.surfsouth.com
1727W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1728S: Maintained
1729
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001730HID CORE LAYER
1731P: Jiri Kosina
1732M: jkosina@suse.cz
1733L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001734T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001735S: Maintained
1736
Ingo Molnar38bed542007-02-22 09:09:34 +01001737HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1738P: Thomas Gleixner
1739M: tglx@linutronix.de
1740L: linux-kernel@vger.kernel.org
1741S: Maintained
1742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743HIGH-SPEED SCC DRIVER FOR AX.25
1744P: Klaus Kudielka
1745M: klaus.kudielka@ieee.org
1746L: linux-hams@vger.kernel.org
1747W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1748S: Maintained
1749
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001750HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1751P: HighPoint Linux Team
1752M: linux@highpoint-tech.com
1753W: http://www.highpoint-tech.com
1754S: Supported
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756HIPPI
1757P: Jes Sorensen
1758M: jes@trained-monkey.org
1759L: linux-hippi@sunsite.dk
1760S: Maintained
1761
1762HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1763P: Chirag Kantharia
1764M: chirag.kantharia@hp.com
1765L: iss_storagedev@hp.com
1766S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001767
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768HEWLETT-PACKARD SMART2 RAID DRIVER
1769P: Chirag Kantharia
1770M: chirag.kantharia@hp.com
1771L: iss_storagedev@hp.com
1772S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001773
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1775P: Mike Miller
1776M: mike.miller@hp.com
1777L: iss_storagedev@hp.com
1778S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001779
Jouni Malinenff1d2762005-05-12 22:54:16 -04001780HOST AP DRIVER
1781P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001782M: j@w1.fi
1783L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001784L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001785W: http://hostap.epitest.fi/
1786S: Maintained
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1789P: Jaroslav Kysela
1790M: perex@suse.cz
1791S: Maintained
1792
Bob Piccob9b03322005-11-07 00:59:19 -08001793HPET: High Precision Event Timers driver (hpet.c)
1794P: Clemens Ladisch
1795M: clemens@ladisch.de
1796S: Maintained
1797
1798HPET: i386
1799P: Venkatesh Pallipadi (Venki)
1800M: venkatesh.pallipadi@intel.com
1801S: Maintained
1802
1803HPET: x86_64
1804P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001805M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001806S: Maintained
1807
1808HPET: ACPI hpet.c
1809P: Bob Picco
1810M: bob.picco@hp.com
1811S: Maintained
1812
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813HPFS FILESYSTEM
1814P: Mikulas Patocka
1815M: mikulas@artax.karlin.mff.cuni.cz
1816W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1817S: Maintained
1818
1819HUGETLB FILESYSTEM
1820P: William Irwin
1821M: wli@holomorphy.com
1822S: Maintained
1823
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001824I2C/SMBUS STUB DRIVER
1825P: Mark M. Hoffman
1826M: mhoffman@lightlink.com
1827L: lm-sensors@lm-sensors.org
1828S: Maintained
1829
Jean Delvare5b543962005-08-15 19:51:02 +02001830I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831P: Jean Delvare
1832M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001833L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001834T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835S: Maintained
1836
Till Harbaume8c76ee2007-05-01 23:26:35 +02001837I2C-TINY-USB DRIVER
1838P: Till Harbaum
1839M: till@harbaum.org
1840L: i2c@lm-sensors.org
1841T: http://www.harbaum.org/till/i2c_tiny_usb
1842S: Maintained
1843
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001845P: H. Peter Anvin
1846M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847L: Linux-Kernel@vger.kernel.org
1848S: Maintained
1849
1850i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851P: H. Peter Anvin
1852M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001853T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854S: Maintained
1855
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856IA64 (Itanium) PLATFORM
1857P: Tony Luck
1858M: tony.luck@intel.com
1859L: linux-ia64@vger.kernel.org
1860W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001861T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862S: Maintained
1863
1864SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001865P: Jes Sorensen
1866M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867L: linux-altix@sgi.com
1868L: linux-ia64@vger.kernel.org
1869W: http://www.sgi.com/altix
1870S: Maintained
1871
1872IBM MCA SCSI SUBSYSTEM DRIVER
1873P: Michael Lang
1874M: langa2@kph.uni-mainz.de
1875W: http://www.uni-mainz.de/~langm000/linux.html
1876S: Maintained
1877
1878IBM Power Linux RAID adapter
1879P: Brian King
1880M: brking@us.ibm.com
1881S: Supported
1882
1883IBM ServeRAID RAID DRIVER
1884P: Jack Hammer
1885P: Dave Jeffery
1886M: ipslinux@adaptec.com
1887W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001888S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001890IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001892M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001894T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895S: Maintained
1896
1897IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001898P: Alan Cox
1899M: alan@lxorguk.ukuu.org.uk
1900L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901S: Maintained
1902
1903IDE/ATAPI FLOPPY DRIVERS
1904P: Paul Bristow
1905M: Paul Bristow <paul@paulbristow.net>
1906W: http://paulbristow.net/linux/idefloppy.html
1907L: linux-kernel@vger.kernel.org
1908S: Maintained
1909
1910IDE/ATAPI TAPE DRIVERS
1911P: Gadi Oxman
1912M: Gadi Oxman <gadio@netvision.net.il>
1913L: linux-kernel@vger.kernel.org
1914S: Maintained
1915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916IEEE 1394 SUBSYSTEM
1917P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001918M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001919P: Stefan Richter
1920M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921L: linux1394-devel@lists.sourceforge.net
1922W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001923T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924S: Maintained
1925
Stefan Richterf51a5a92007-04-23 14:41:10 -07001926IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927P: Dan Dennedy
1928M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001929P: Stefan Richter
1930M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001932S: Maintained
1933
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934IMS TWINTURBO FRAMEBUFFER DRIVER
1935P: Paul Mundt
1936M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001937L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938S: Maintained
1939
1940INFINIBAND SUBSYSTEM
1941P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001942M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943P: Sean Hefty
1944M: mshefty@ichips.intel.com
1945P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001946M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001947L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001949T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950S: Supported
1951
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001952INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001953P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001954M: dmitry.torokhov@gmail.com
1955M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956L: linux-input@atrey.karlin.mff.cuni.cz
1957L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001958T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959S: Maintained
1960
Robert Lovec9f04f52005-07-15 12:21:07 -04001961INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001962P: John McCutchan
1963M: ttb@tentacle.dhs.org
1964P: Robert Love
1965M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001966L: linux-kernel@vger.kernel.org
1967S: Maintained
1968
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001969INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001970P: Sylvain Meyer
1971M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001972L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001973S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001974
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001976P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001977M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001978L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001979S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980
1981INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1982P: Ingo Molnar
1983M: mingo@redhat.com
1984S: Maintained
1985
1986INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1987P: Jeff Garzik
1988M: jgarzik@pobox.com
1989W: http://sourceforge.net/projects/gkernel/
1990S: Maintained
1991
1992INTEL IA32 MICROCODE UPDATE SUPPORT
1993P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001994M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995S: Maintained
1996
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001997INTEL I/OAT DMA DRIVER
1998P: Shannon Nelson
1999M: shannon.nelson@intel.com
2000L: linux-kernel@vger.kernel.org
2001S: Supported
2002
Dan Williamsb3e5f262007-08-07 10:26:35 -07002003INTEL IOP-ADMA DMA DRIVER
2004P: Dan Williams
2005M: dan.j.williams@intel.com
2006L: linux-kernel@vger.kernel.org
2007S: Supported
2008
Michael Buesch844dd052006-06-26 00:24:59 -07002009INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2010P: Deepak Saxena
2011M: dsaxena@plexity.net
2012S: Maintained
2013
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002014INTEL IXP2000 ETHERNET DRIVER
2015P: Lennert Buytenhek
2016M: kernel@wantstofly.org
2017L: netdev@vger.kernel.org
2018S: Maintained
2019
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020INTEL PRO/100 ETHERNET SUPPORT
2021P: John Ronciak
2022M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023P: Jesse Brandeburg
2024M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002025P: Jeff Kirsher
2026M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002027P: Auke Kok
2028M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002029L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030W: http://sourceforge.net/projects/e1000/
2031S: Supported
2032
2033INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2034P: Jeb Cramer
2035M: cramerj@intel.com
2036P: John Ronciak
2037M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002038P: Jesse Brandeburg
2039M: jesse.brandeburg@intel.com
2040P: Jeff Kirsher
2041M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002042P: Auke Kok
2043M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002044L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045W: http://sourceforge.net/projects/e1000/
2046S: Supported
2047
2048INTEL PRO/10GbE SUPPORT
2049P: Ayyappan Veeraiyan
2050M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002051P: Auke Kok
2052M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002053P: Jesse Brandeburg
2054M: jesse.brandeburg@intel.com
2055P: John Ronciak
2056M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002057L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058W: http://sourceforge.net/projects/e1000/
2059S: Supported
2060
James Ketrenos826d2ab2005-11-07 18:56:59 -06002061INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2062P: Yi Zhu
2063M: yi.zhu@intel.com
2064P: James Ketrenos
2065M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002066L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002067L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002068L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2069W: http://ipw2100.sourceforge.net
2070S: Supported
2071
2072INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2073P: Yi Zhu
2074M: yi.zhu@intel.com
2075P: James Ketrenos
2076M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002077L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002078L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002079L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2080W: http://ipw2200.sourceforge.net
2081S: Supported
2082
Zhu Yib481de92007-09-25 17:54:57 -07002083INTEL WIRELESS WIFI LINK (iwlwifi)
2084P: Zhu Yi
2085M: yi.zhu@intel.com
2086L: linux-wireless@vger.kernel.org
2087L: ipw3945-devel@lists.sourceforge.net
2088W: http://intellinuxwireless.org
2089T: git git://intellinuxwireless.org/repos/iwlwifi
2090S: Supported
2091
Ralf Baechlecb109a02007-08-30 23:56:30 -07002092IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093P: Ralf Baechle
2094M: ralf@linux-mips.org
2095L: linux-mips@linux-mips.org
2096S: Maintained
2097
Ralf Baechlecb109a02007-08-30 23:56:30 -07002098IOC3 SERIAL DRIVER
2099P: Pat Gefre
2100M: pfg@sgi.com
2101L: linux-kernel@linux-mips.org
2102S: Maintained
2103
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104IP MASQUERADING:
2105P: Juanjo Ciarlante
2106M: jjciarla@raiz.uncu.edu.ar
2107S: Maintained
2108
Francois Romieu1202d6f2007-09-17 17:13:55 -07002109IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2110P: Francois Romieu
2111M: romieu@fr.zoreil.com
2112P: Sorbica Shieh
2113M: sorbica@icplus.com.tw
2114P: Jesse Huang
2115M: jesse@icplus.com.tw
2116L: netdev@vger.kernel.org
2117S: Maintained
2118
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002119IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002120P: Arthur Jones
2121M: infinipath@qlogic.com
2122L: general@lists.openfabrics.org
2123T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002124S: Supported
2125
Corey Minyard4409ebe2006-04-20 02:43:12 -07002126IPMI SUBSYSTEM
2127P: Corey Minyard
2128M: minyard@acm.org
2129L: openipmi-developer@lists.sourceforge.net
2130W: http://openipmi.sourceforge.net/
2131S: Supported
2132
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133IPX NETWORK LAYER
2134P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002135M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002136L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
2139IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002140P: Samuel Ortiz
2141M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002142L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002144S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145
2146ISAPNP
2147P: Jaroslav Kysela
2148M: perex@suse.cz
2149S: Maintained
2150
2151ISDN SUBSYSTEM
2152P: Karsten Keil
2153M: kkeil@suse.de
2154P: Kai Germaschewski
2155M: kai.germaschewski@gmx.de
2156L: isdn4linux@listserv.isdn4linux.de
2157W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002158T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159S: Maintained
2160
2161ISDN SUBSYSTEM (Eicon active card driver)
2162P: Armin Schindler
2163M: mac@melware.de
2164L: isdn4linux@listserv.isdn4linux.de
2165W: http://www.melware.de
2166S: Maintained
2167
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2169P: David Woodhouse
2170M: dwmw2@infradead.org
2171L: jffs-dev@axis.com
2172W: http://sources.redhat.com/jffs2/
2173S: Maintained
2174
2175JFS FILESYSTEM
2176P: Dave Kleikamp
2177M: shaggy@austin.ibm.com
2178L: jfs-discussion@lists.sourceforge.net
2179W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002180T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181S: Supported
2182
Josh Triplettde456d32006-07-30 03:04:00 -07002183JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002184P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002185M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002186L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002187S: Maintained
2188
Rudolf Marek4660cb32006-10-08 22:01:26 +02002189K8TEMP HARDWARE MONITORING DRIVER
2190P: Rudolf Marek
2191M: r.marek@assembler.cz
2192L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193S: Maintained
2194
2195KCONFIG
2196P: Roman Zippel
2197M: zippel@linux-m68k.org
2198L: kbuild-devel@lists.sourceforge.net
2199S: Maintained
2200
Vivek Goyalea6c2082006-05-20 14:59:55 -07002201KDUMP
2202P: Vivek Goyal
2203M: vgoyal@in.ibm.com
2204P: Haren Myneni
2205M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002206L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002207L: linux-kernel@vger.kernel.org
2208W: http://lse.sourceforge.net/kdump/
2209S: Maintained
2210
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211KERNEL AUTOMOUNTER (AUTOFS)
2212P: H. Peter Anvin
2213M: hpa@zytor.com
2214L: autofs@linux.kernel.org
2215S: Odd Fixes
2216
2217KERNEL AUTOMOUNTER v4 (AUTOFS4)
2218P: Ian Kent
2219M: raven@themaw.net
2220L: autofs@linux.kernel.org
2221S: Maintained
2222
2223KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2224P: Kai Germaschewski
2225M: kai@germaschewski.name
2226P: Sam Ravnborg
2227M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002228T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002229S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230
2231KERNEL JANITORS
2232P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002233L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235S: Maintained
2236
2237KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002238P: J. Bruce Fields
2239M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002241M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242L: nfs@lists.sourceforge.net
2243W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002244S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245
Avi Kivity426d62e2006-12-13 00:34:03 -08002246KERNEL VIRTUAL MACHINE (KVM)
2247P: Avi Kivity
2248M: avi@qumranet.com
2249L: kvm-devel@lists.sourceforge.net
2250W: kvm.sourceforge.net
2251S: Supported
2252
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002253KEXEC
2254P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002255M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002256W: http://www.xmission.com/~ebiederm/files/kexec/
2257L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002258L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002259S: Maintained
2260
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002261KPROBES
2262P: Prasanna S Panchamukhi
2263M: prasanna@in.ibm.com
2264P: Ananth N Mavinakayanahalli
2265M: ananth@in.ibm.com
2266P: Anil S Keshavamurthy
2267M: anil.s.keshavamurthy@intel.com
2268P: David S. Miller
2269M: davem@davemloft.net
2270L: linux-kernel@vger.kernel.org
2271S: Maintained
2272
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002273KS0108 LCD CONTROLLER DRIVER
2274P: Miguel Ojeda Sandonis
2275M: maxextreme@gmail.com
2276L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002277W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002278S: Maintained
2279
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002282S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283
2284LASI 53c700 driver for PARISC
2285P: James E.J. Bottomley
2286M: James.Bottomley@HansenPartnership.com
2287L: linux-scsi@vger.kernel.org
2288S: Maintained
2289
Richard Purdie263de9b2006-05-15 09:44:16 -07002290LED SUBSYSTEM
2291P: Richard Purdie
2292M: rpurdie@rpsys.net
2293S: Maintained
2294
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295LEGO USB Tower driver
2296P: Juergen Stuber
2297M: starblue@users.sourceforge.net
2298L: legousb-devel@lists.sourceforge.net
2299W: http://legousb.sourceforge.net/
2300S: Maintained
2301
2302LINUX FOR IBM pSERIES (RS/6000)
2303P: Paul Mackerras
2304M: paulus@au.ibm.com
2305W: http://www.ibm.com/linux/ltc/projects/ppc
2306S: Supported
2307
2308LINUX FOR NCR VOYAGER
2309P: James Bottomley
2310M: James.Bottomley@HansenPartnership.com
2311W: http://www.hansenpartnership.com/voyager
2312S: Maintained
2313
2314LINUX FOR POWERPC
2315P: Paul Mackerras
2316M: paulus@samba.org
2317W: http://www.penguinppc.org/
2318L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002319T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320S: Supported
2321
2322LINUX FOR POWER MACINTOSH
2323P: Benjamin Herrenschmidt
2324M: benh@kernel.crashing.org
2325W: http://www.penguinppc.org/
2326L: linuxppc-dev@ozlabs.org
2327S: Maintained
2328
2329LINUX FOR POWERPC EMBEDDED MPC52XX
2330P: Sylvain Munaut
2331M: tnt@246tNt.com
2332W: http://www.246tNt.com/mpc52xx/
2333W: http://www.penguinppc.org/
2334L: linuxppc-dev@ozlabs.org
2335L: linuxppc-embedded@ozlabs.org
2336S: Maintained
2337
2338LINUX FOR POWERPC EMBEDDED PPC4XX
2339P: Matt Porter
2340M: mporter@kernel.crashing.org
2341W: http://www.penguinppc.org/
2342L: linuxppc-embedded@ozlabs.org
2343S: Maintained
2344
Tom Rinie93adf12005-07-26 12:49:53 -07002345LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346P: Tom Rini
2347M: trini@kernel.crashing.org
2348W: http://www.penguinppc.org/
2349L: linuxppc-embedded@ozlabs.org
2350S: Maintained
2351
Tom Rinie93adf12005-07-26 12:49:53 -07002352LINUX FOR POWERPC EMBEDDED PPC8XX
2353P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002354M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002355W: http://www.penguinppc.org/
2356L: linuxppc-embedded@ozlabs.org
2357S: Maintained
2358
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002360P: Kumar Gala
2361M: galak@kernel.crashing.org
2362W: http://www.penguinppc.org/
2363L: linuxppc-embedded@ozlabs.org
2364S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365
Olof Johanssonab06ff32006-09-06 14:44:54 -05002366LINUX FOR POWERPC PA SEMI PWRFICIENT
2367P: Olof Johansson
2368M: olof@lixom.net
2369W: http://www.pasemi.com/
2370L: linuxppc-dev@ozlabs.org
2371S: Supported
2372
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373LLC (802.2)
2374P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002375M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
2378LINUX FOR 64BIT POWERPC
2379P: Paul Mackerras
2380M: paulus@samba.org
2381M: paulus@au.ibm.com
2382P: Anton Blanchard
2383M: anton@samba.org
2384M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002385W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002386L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Supported
2388
2389LINUX SECURITY MODULE (LSM) FRAMEWORK
2390P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002391M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002392L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002394T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395S: Supported
2396
2397LM83 HARDWARE MONITOR DRIVER
2398P: Jean Delvare
2399M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002400L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401S: Maintained
2402
2403LM90 HARDWARE MONITOR DRIVER
2404P: Jean Delvare
2405M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002406L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S: Maintained
2408
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002409LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410P: Richard Russon (FlatCap)
2411M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002412L: linux-ntfs-dev@lists.sourceforge.net
2413W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Maintained
2415
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002416LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2417P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002418M: Eric.Moore@lsi.com
2419M: support@lsi.com
2420L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002421L: linux-scsi@vger.kernel.org
2422W: http://www.lsilogic.com/support
2423S: Supported
2424
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2426P: Matthew Wilcox
2427M: matthew@wil.cx
2428L: linux-scsi@vger.kernel.org
2429S: Maintained
2430
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002431M32R ARCHITECTURE
2432P: Hirokazu Takata
2433M: takata@linux-m32r.org
2434L: linux-m32r@ml.linux-m32r.org
2435L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2436W: http://www.linux-m32r.org/
2437S: Maintained
2438
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439M68K ARCHITECTURE
2440P: Geert Uytterhoeven
2441M: geert@linux-m68k.org
2442P: Roman Zippel
2443M: zippel@linux-m68k.org
2444L: linux-m68k@lists.linux-m68k.org
2445W: http://www.linux-m68k.org/
2446W: http://linux-m68k-cvs.ubb.ca/
2447S: Maintained
2448
2449M68K ON APPLE MACINTOSH
2450P: Joshua Thompson
2451M: funaho@jurai.org
2452W: http://www.mac.linux-m68k.org/
2453L: linux-mac68k@mac.linux-m68k.org
2454S: Maintained
2455
2456M68K ON HP9000/300
2457P: Philip Blundell
2458M: philb@gnu.org
2459W: http://www.tazenda.demon.co.uk/phil/linux-hp
2460S: Maintained
2461
Jiri Benc64a327a2007-05-05 11:47:08 -07002462MAC80211
2463P: Jiri Benc
2464M: jbenc@suse.cz
2465P: Michael Wu
2466M: flamingice@sourmilk.net
2467L: linux-wireless@vger.kernel.org
2468W: http://linuxwireless.org/
2469T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2470S: Maintained
2471
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002472MACVLAN DRIVER
2473P: Patrick McHardy
2474M: kaber@trash.net
2475L: netdev@vger.kernel.org
2476S: Maintained
2477
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478MARVELL YUKON / SYSKONNECT DRIVER
2479P: Mirko Lindner
2480M: mlindner@syskonnect.de
2481P: Ralph Roesler
2482M: rroesler@syskonnect.de
2483W: http://www.syskonnect.com
2484S: Supported
2485
Michael Kerriskfaf16682005-07-31 22:34:47 -07002486MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002487P: Michael Kerrisk
2488M: mtk-manpages@gmx.net
2489W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2490S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002491
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002492MARVELL MV643XX ETHERNET DRIVER
2493P: Dale Farnsworth
2494M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002496M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002497L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002498S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499
2500MATROX FRAMEBUFFER DRIVER
2501P: Petr Vandrovec
2502M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002503L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504S: Maintained
2505
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002506MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2507P: Hans J. Koch
2508M: hjk@linutronix.de
2509L: lm-sensors@lm-sensors.org
2510S: Maintained
2511
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002512MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002513P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002514M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002515S: linux-scsi@vger.kernel.org
2516W: http://megaraid.lsilogic.com
2517S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002518
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002519MEMORY MANAGEMENT
2520L: linux-mm@kvack.org
2521L: linux-kernel@vger.kernel.org
2522W: http://www.linux-mm.org
2523S: Maintained
2524
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002525MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526P: David Woodhouse
2527M: dwmw2@infradead.org
2528W: http://www.linux-mtd.infradead.org/
2529L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002530T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531S: Maintained
2532
Artem Bityutskiy48576402007-02-13 17:11:10 +02002533UNSORTED BLOCK IMAGES (UBI)
2534P: Artem Bityutskiy
2535M: dedekind@infradead.org
2536W: http://www.linux-mtd.infradead.org/
2537L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002538T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002539S: Maintained
2540
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541MICROTEK X6 SCANNER
2542P: Oliver Neukum
2543M: oliver@neukum.name
2544S: Maintained
2545
2546MIPS
2547P: Ralf Baechle
2548M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002549W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002551T: git www.linux-mips.org:/pub/scm/linux.git
2552S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
2554MISCELLANEOUS MCA-SUPPORT
2555P: James Bottomley
2556M: jejb@steeleye.com
2557L: linux-kernel@vger.kernel.org
2558S: Maintained
2559
2560MODULE SUPPORT
2561P: Rusty Russell
2562M: rusty@rustcorp.com.au
2563L: linux-kernel@vger.kernel.org
2564S: Maintained
2565
2566MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2567P: Stelian Pop
2568M: stelian@popies.net
2569W: http://popies.net/meye/
2570S: Maintained
2571
Pavel Pisac58ff042007-05-16 01:10:41 +02002572MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2573P: Pavel Pisa
2574M: ppisa@pikron.com
2575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2576W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2577S: Maintained
2578
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579MOUSE AND MISC DEVICES [GENERAL]
2580P: Alessandro Rubini
2581M: rubini@ipvvis.unipv.it
2582L: linux-kernel@vger.kernel.org
2583S: Maintained
2584
Jiri Slabyd7354102006-12-08 02:38:35 -08002585MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2586P: Jiri Slaby
2587M: jirislaby@gmail.com
2588L: linux-kernel@vger.kernel.org
2589S: Maintained
2590
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002591MSI LAPTOP SUPPORT
2592P: Lennart Poettering
2593M: mzxreary@0pointer.de
2594L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2595W: http://0pointer.de/lennart/tchibo.html
2596S: Maintained
2597
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598MTRR AND SIMILAR SUPPORT [i386]
2599P: Richard Gooch
2600M: rgooch@atnf.csiro.au
2601L: linux-kernel@vger.kernel.org
2602W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2603S: Maintained
2604
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002605MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2606P: Pierre Ossman
2607M: drzeus-mmc@drzeus.cx
2608L: linux-kernel@vger.kernel.org
2609S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002610
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611MULTISOUND SOUND DRIVER
2612P: Andrew Veliath
2613M: andrewtv@usa.net
2614S: Maintained
2615
Jiri Slabyd7354102006-12-08 02:38:35 -08002616MULTITECH MULTIPORT CARD (ISICOM)
2617P: Jiri Slaby
2618M: jirislaby@gmail.com
2619L: linux-kernel@vger.kernel.org
2620S: Maintained
2621
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622NATSEMI ETHERNET DRIVER (DP8381x)
2623P: Tim Hockin
2624M: thockin@hockin.org
2625S: Maintained
2626
2627NCP FILESYSTEM
2628P: Petr Vandrovec
2629M: vandrove@vc.cvut.cz
2630L: linware@sh.cvut.cz
2631S: Maintained
2632
2633NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2634P: James E.J. Bottomley
2635M: James.Bottomley@HansenPartnership.com
2636L: linux-scsi@vger.kernel.org
2637S: Maintained
2638
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002639NETEM NETWORK EMULATOR
2640P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002641M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002642L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002643S: Maintained
2644
Jiri Slaby4a584482007-08-30 23:56:39 -07002645NETERION (S2IO) Xframe 10GbE DRIVER
2646P: Ramkrishna Vepa
2647M: ram.vepa@neterion.com
2648P: Rastapur Santosh
2649M: santosh.rastapur@neterion.com
2650P: Sivakumar Subramani
2651M: sivakumar.subramani@neterion.com
2652P: Sreenivasa Honnur
2653M: sreenivasa.honnur@neterion.com
2654L: netdev@vger.kernel.org
2655W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2656S: Supported
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658NETFILTER/IPTABLES/IPCHAINS
2659P: Rusty Russell
2660P: Marc Boucher
2661P: James Morris
2662P: Harald Welte
2663P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002664P: Patrick McHardy
2665M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002666L: netfilter-devel@vger.kernel.org
2667L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002668L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669W: http://www.netfilter.org/
2670W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671S: Supported
2672
Paul Moore4cc67732006-09-25 15:57:13 -07002673NETLABEL
2674P: Paul Moore
2675M: paul.moore@hp.com
2676W: http://netlabel.sf.net
2677L: netdev@vger.kernel.org
2678S: Supported
2679
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680NETROM NETWORK LAYER
2681P: Ralf Baechle
2682M: ralf@linux-mips.org
2683L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002684W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685S: Maintained
2686
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002687NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688P: Paul Clements
2689M: Paul.Clements@steeleye.com
2690S: Maintained
2691
2692NETWORK DEVICE DRIVERS
2693P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002694M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695P: Jeff Garzik
2696M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002697L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002698T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699S: Maintained
2700
2701NETWORKING [GENERAL]
2702P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002703M: netdev@vger.kernel.org
2704L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002705W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Maintained
2707
2708NETWORKING [IPv4/IPv6]
2709P: David S. Miller
2710M: davem@davemloft.net
2711P: Alexey Kuznetsov
2712M: kuznet@ms2.inr.ac.ru
2713P: Pekka Savola (ipv6)
2714M: pekkas@netcore.fi
2715P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002716M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717P: Hideaki YOSHIFUJI
2718M: yoshfuji@linux-ipv6.org
2719P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002720M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002722T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723S: Maintained
2724
James Morris10e2ff12007-08-25 14:41:28 -07002725NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2726P: Paul Moore
2727M: paul.moore@hp.com
2728L: netdev@vger.kernel.org
2729S: Maintained
2730
John W. Linville29f8f632006-01-18 14:52:48 -08002731NETWORKING [WIRELESS]
2732P: John W. Linville
2733M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002734L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002735T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2736S: Maintained
2737
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002738NETXEN (1/10) GbE SUPPORT
2739P: Amit S. Kale
2740M: amitkale@netxen.com
2741L: netdev@vger.kernel.org
2742W: http://www.netxen.com
2743S: Supported
2744
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745IPVS
2746P: Wensong Zhang
2747M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002748P: Simon Horman
2749M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750P: Julian Anastasov
2751M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002752L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753S: Maintained
2754
2755NFS CLIENT
2756P: Trond Myklebust
2757M: trond.myklebust@fys.uio.no
2758L: linux-kernel@vger.kernel.org
2759S: Maintained
2760
2761NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002762P: Jan-Pascal van Best
2763M: janpascal@vanbest.org
2764P: Andreas Mohr
2765M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002766L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767S: Maintained
2768
2769NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2770P: YOKOTA Hiroshi
2771M: yokota@netlab.is.tsukuba.ac.jp
2772W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2773S: Maintained
2774
2775NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2776P: GOTO Masanori
2777M: gotom@debian.or.jp
2778P: YOKOTA Hiroshi
2779M: yokota@netlab.is.tsukuba.ac.jp
2780W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2781S: Maintained
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783NTFS FILESYSTEM
2784P: Anton Altaparmakov
2785M: aia21@cantab.net
2786L: linux-ntfs-dev@lists.sourceforge.net
2787L: linux-kernel@vger.kernel.org
2788W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002789T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002792NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002793P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002794M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002795L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002796S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002798OPENCORES I2C BUS DRIVER
2799P: Peter Korsgaard
2800M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002801L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002802S: Maintained
2803
Mark Fashehccd979b2005-12-15 14:31:24 -08002804ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2805P: Mark Fasheh
2806M: mark.fasheh@oracle.com
2807P: Kurt Hackel
2808M: kurt.hackel@oracle.com
2809L: ocfs2-devel@oss.oracle.com
2810W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002811S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813OLYMPIC NETWORK DRIVER
2814P: Peter De Shrijver
2815M: p2@ace.ulyssis.student.kuleuven.ac.be
2816P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002817M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002818L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819L: linux-tr@linuxtr.net
2820W: http://www.linuxtr.net
2821S: Maintained
2822
Harald Weltec1986ee2005-11-13 16:06:29 -08002823OMNIKEY CARDMAN 4000 DRIVER
2824P: Harald Welte
2825M: laforge@gnumonks.org
2826S: Maintained
2827
Harald Welte77c44ab2005-11-13 16:06:26 -08002828OMNIKEY CARDMAN 4040 DRIVER
2829P: Harald Welte
2830M: laforge@gnumonks.org
2831S: Maintained
2832
Jonathan Corbet77d51402007-03-22 19:44:17 -03002833OMNIVISION OV7670 SENSOR DRIVER
2834P: Jonathan Corbet
2835M: corbet@lwn.net
2836L: video4linux-list@redhat.com
2837S: Maintained
2838
Thomas Gleixner431bca72007-05-02 09:31:35 +02002839ONENAND FLASH DRIVER
2840P: Kyungmin Park
2841M: kyungmin.park@samsung.com
2842L: linux-mtd@lists.infradead.org
2843S: Maintained
2844
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845ONSTREAM SCSI TAPE DRIVER
2846P: Willem Riede
2847M: osst@riede.org
2848L: osst-users@lists.sourceforge.net
2849L: linux-scsi@vger.kernel.org
2850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852OPROFILE
2853P: Philippe Elie
2854M: phil.el@wanadoo.fr
2855L: oprofile-list@lists.sf.net
2856S: Maintained
2857
2858ORINOCO DRIVER
2859P: Pavel Roskin
2860M: proski@gnu.org
2861P: David Gibson
2862M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002863L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002864L: orinoco-users@lists.sourceforge.net
2865L: orinoco-devel@lists.sourceforge.net
2866W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867S: Maintained
2868
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002869PA SEMI ETHERNET DRIVER
2870P: Olof Johansson
2871M: olof@lixom.net
2872L: netdev@vger.kernel.org
2873S: Maintained
2874
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002875PA SEMI SMBUS DRIVER
2876P: Olof Johansson
2877M: olof@lixom.net
2878L: i2c@lm-sensors.org
2879S: Maintained
2880
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002882L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002883S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884
2885PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2886P: Tim Waugh
2887M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002888L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889W: http://www.torque.net/linux-pp.html
2890S: Maintained
2891
2892PARISC ARCHITECTURE
2893P: Matthew Wilcox
2894M: matthew@wil.cx
2895P: Grant Grundler
2896M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002897P: Kyle McMartin
2898M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899L: parisc-linux@parisc-linux.org
2900W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002901T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2902T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903S: Maintained
2904
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002905PARAVIRT_OPS INTERFACE
2906P: Jeremy Fitzhardinge
2907M: jeremy@xensource.com
2908P: Chris Wright
2909M: chrisw@sous-sol.org
2910P: Zachary Amsden
2911M: zach@vmware.com
2912P: Rusty Russell
2913M: rusty@rustcorp.com.au
2914L: virtualization@lists.osdl.org
2915L: linux-kernel@vger.kernel.org
2916S: Supported
2917
Jim Cromie1662d322006-10-06 00:43:59 -07002918PC87360 HARDWARE MONITORING DRIVER
2919P: Jim Cromie
2920M: jim.cromie@gmail.com
2921L: lm-sensors@lm-sensors.org
2922S: Maintained
2923
2924PC8736x GPIO DRIVER
2925P: Jim Cromie
2926M: jim.cromie@gmail.com
2927S: Maintained
2928
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002929PCI ERROR RECOVERY
2930P: Linas Vepstas
2931M: linas@austin.ibm.com
2932L: linux-kernel@vger.kernel.org
2933L: linux-pci@atrey.karlin.mff.cuni.cz
2934S: Supported
2935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2937P: Thomas Sailer
2938M: sailer@ife.ee.ethz.ch
2939L: linux-sound@vger.kernel.org
2940W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2941S: Maintained
2942
2943PCI SUBSYSTEM
2944P: Greg Kroah-Hartman
2945M: gregkh@suse.de
2946L: linux-kernel@vger.kernel.org
2947L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002948T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949S: Supported
2950
2951PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002952P: Kristen Carlson Accardi
2953M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954S: Supported
2955
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002956PCIE HOTPLUG DRIVER
2957P: Kristen Carlson Accardi
2958M: kristen.c.accardi@intel.com
2959L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002960S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002961
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002963P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002964L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002966T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002967S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968
2969PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002970P: Don Fry
2971M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002972L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973S: Maintained
2974
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002975PER-TASK DELAY ACCOUNTING
2976P: Shailabh Nagar
2977M: nagar@watson.ibm.com
2978L: linux-kernel@vger.kernel.org
2979S: Maintained
2980
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002981PERSONALITY HANDLING
2982P: Christoph Hellwig
2983M: hch@infradead.org
2984L: linux-abi-devel@lists.sourceforge.net
2985S: Maintained
2986
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002988P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989M: joern@wh.fh-wedel.de
2990L: linux-mtd@lists.infradead.org
2991S: Maintained
2992
Peter Osterlund249a6772005-09-27 21:45:30 -07002993PKTCDVD DRIVER
2994P: Peter Osterlund
2995M: petero2@telia.com
2996L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002997S: Maintained
2998
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003000P: Thomas Gleixner
3001M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003002L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003S: Supported
3004
Anton Vorontsov3be86142007-07-15 04:43:36 +04003005POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3006P: Anton Vorontsov
3007M: cbou@mail.ru
3008P: David Woodhouse
3009M: dwmw2@infradead.org
3010L: linux-kernel@vger.kernel.org
3011L: kernel-discuss@handhelds.org
3012T: git git.infradead.org/battery-2.6.git
3013S: Maintained
3014
Eugene Surovegin24682972005-10-14 03:00:53 -07003015POWERPC 4xx EMAC DRIVER
3016P: Eugene Surovegin
3017M: ebs@ebshome.net
3018W: http://kernel.ebshome.net/emac/
3019L: linuxppc-embedded@ozlabs.org
3020L: netdev@vger.kernel.org
3021S: Maintained
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023PNP SUPPORT
3024P: Adam Belay
3025M: ambx1@neo.rr.com
3026S: Maintained
3027
Vitaly Wool999445d2007-01-04 13:07:03 +01003028PNXxxxx I2C DRIVER
3029P: Vitaly Wool
3030M: vitalywool@gmail.com
3031L: i2c@lm-sensors.org
3032S: Maintained
3033
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034PPP PROTOCOL DRIVERS AND COMPRESSORS
3035P: Paul Mackerras
3036M: paulus@samba.org
3037L: linux-ppp@vger.kernel.org
3038S: Maintained
3039
3040PPP OVER ATM (RFC 2364)
3041P: Mitchell Blank Jr
3042M: mitch@sfgoth.com
3043S: Maintained
3044
3045PPP OVER ETHERNET
3046P: Michal Ostrowski
3047M: mostrows@speakeasy.net
3048S: Maintained
3049
James Chapmana6d23702007-06-27 15:53:17 -07003050PPP OVER L2TP
3051P: James Chapman
3052M: jchapman@katalix.com
3053S: Maintained
3054
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055PREEMPTIBLE KERNEL
3056P: Robert Love
3057M: rml@tech9.net
3058L: linux-kernel@vger.kernel.org
3059L: kpreempt-tech@lists.sourceforge.net
3060W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3061S: Supported
3062
3063PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003064P: Luis R. Rodriguez
3065M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003066L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067W: http://prism54.org
3068S: Maintained
3069
3070PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3071P: Peter Denison
3072M: promise@pnd-pc.demon.co.uk
3073W: http://www.pnd-pc.demon.co.uk/promise/
3074S: Maintained
3075
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003076PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3077P: Mikael Pettersson
3078M: mikpe@it.uu.se
3079L: linux-ide@vger.kernel.org
3080S: Maintained
3081
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003082PS3 NETWORK SUPPORT
3083P: Masakazu Mokuno
3084M: mokuno@sm.sony.co.jp
3085L: netdev@vger.kernel.org
3086L: cbe-oss-dev@ozlabs.org
3087S: Supported
3088
Geoff Levandf58a9d12006-11-23 00:46:51 +01003089PS3 PLATFORM SUPPORT
3090P: Geoff Levand
3091M: geoffrey.levand@am.sony.com
3092L: linuxppc-dev@ozlabs.org
3093L: cbe-oss-dev@ozlabs.org
3094S: Supported
3095
Michael Krufky83202042006-07-03 00:24:18 -07003096PVRUSB2 VIDEO4LINUX DRIVER
3097P: Mike Isely
3098M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003099L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003100L: video4linux-list@redhat.com
3101W: http://www.isely.net/pvrusb2/
3102S: Maintained
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104PXA2xx SUPPORT
3105P: Nicolas Pitre
3106M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003107L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108S: Maintained
3109
Pierre Ossman272f1332007-05-14 21:25:26 +02003110PXA MMCI DRIVER
3111S: Orphan
3112
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113QLOGIC QLA2XXX FC-SCSI DRIVER
3114P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003115M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116L: linux-scsi@vger.kernel.org
3117S: Supported
3118
Ron Mercer5a4faa82006-07-25 00:40:21 -07003119QLOGIC QLA3XXX NETWORK DRIVER
3120P: Ron Mercer
3121M: linux-driver@qlogic.com
3122L: netdev@vger.kernel.org
3123S: Supported
3124
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125QNX4 FILESYSTEM
3126P: Anders Larsen
3127M: al@alarsen.net
3128L: linux-kernel@vger.kernel.org
3129W: http://www.alarsen.net/linux/qnx4fs/
3130S: Maintained
3131
3132RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003133P: Benjamin Herrenschmidt
3134M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003135L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136S: Maintained
3137
3138RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003139P: Paul Mackerras
3140M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003141L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142S: Maintained
3143
3144RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3145P: Corey Thomas
3146M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003147L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148S: Maintained
3149
Matt Mackall9e95ce22005-04-16 15:25:56 -07003150RANDOM NUMBER DRIVER
3151P: Matt Mackall
3152M: mpm@selenic.com
3153S: Maintained
3154
Matt Porter394b7012005-11-07 01:00:15 -08003155RAPIDIO SUBSYSTEM
3156P: Matt Porter
3157M: mporter@kernel.crashing.org
3158L: linux-kernel@vger.kernel.org
3159S: Maintained
3160
Josh Triplett595182b2006-10-04 02:17:21 -07003161READ-COPY UPDATE (RCU)
3162P: Dipankar Sarma
3163M: dipankar@in.ibm.com
3164W: http://www.rdrop.com/users/paulmck/rclock/
3165L: linux-kernel@vger.kernel.org
3166S: Supported
3167
3168RCUTORTURE MODULE
3169P: Josh Triplett
3170M: josh@freedesktop.org
3171L: linux-kernel@vger.kernel.org
3172S: Maintained
3173
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174REAL TIME CLOCK DRIVER
3175P: Paul Gortmaker
3176M: p_gortmaker@yahoo.com
3177L: linux-kernel@vger.kernel.org
3178S: Maintained
3179
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003180REAL TIME CLOCK (RTC) SUBSYSTEM
3181P: Alessandro Zummo
3182M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003183L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003184S: Maintained
3185
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186REISERFS FILE SYSTEM
3187P: Hans Reiser
3188M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003189L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190W: http://www.namesys.com
3191S: Supported
3192
3193ROCKETPORT DRIVER
3194P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195W: http://www.comtrol.com
3196S: Maintained
3197
3198ROSE NETWORK LAYER
3199P: Ralf Baechle
3200M: ralf@linux-mips.org
3201L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003202W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203S: Maintained
3204
3205RISCOM8 DRIVER
3206S: Orphan
3207
Michael Wu605bebe2007-05-14 01:41:02 -04003208RTL818X WIRELESS DRIVER
3209P: Michael Wu
3210M: flamingice@sourmilk.net
3211P: Andrea Merello
3212M: andreamrl@tiscali.it
3213L: linux-wireless@vger.kernel.org
3214W: http://linuxwireless.org/
3215T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3216S: Maintained
3217
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003218S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003219P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003220M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003221L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003222S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003223
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224S390
3225P: Martin Schwidefsky
3226M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003227P: Heiko Carstens
3228M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229M: 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/
3232S: Supported
3233
3234S390 NETWORK DRIVERS
3235P: Frank Pavlic
3236M: fpavlic@de.ibm.com
3237M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003238L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003239W: http://www.ibm.com/developerworks/linux/linux390/
3240S: Supported
3241
3242S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003243P: Swen Schillig
3244M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003245M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003246L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003247W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248S: Supported
3249
3250SAA7146 VIDEO4LINUX-2 DRIVER
3251P: Michael Hunold
3252M: michael@mihu.de
3253W: http://www.mihu.de/linux/saa7146
3254S: Maintained
3255
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256SC1200 WDT DRIVER
3257P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003258M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259S: Maintained
3260
3261SCHEDULER
3262P: Ingo Molnar
3263M: mingo@elte.hu
3264P: Robert Love [the preemptible kernel bits]
3265M: rml@tech9.net
3266L: linux-kernel@vger.kernel.org
3267S: Maintained
3268
3269SCSI CDROM DRIVER
3270P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003271M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272L: linux-scsi@vger.kernel.org
3273W: http://www.kernel.dk
3274S: Maintained
3275
3276SCSI SG DRIVER
3277P: Doug Gilbert
3278M: dgilbert@interlog.com
3279L: linux-scsi@vger.kernel.org
3280W: http://www.torque.net/sg
3281S: Maintained
3282
3283SCSI SUBSYSTEM
3284P: James E.J. Bottomley
3285M: James.Bottomley@SteelEye.com
3286L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003287T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288S: Maintained
3289
3290SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003291P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292M: Kai.Makisara@kolumbus.fi
3293L: linux-scsi@vger.kernel.org
3294S: Maintained
3295
3296SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003297P: Vlad Yasevich
3298M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003299P: Sridhar Samudrala
3300M: sri@us.ibm.com
3301L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003302W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003303S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304
3305SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003306P: Jim Cromie
3307M: jim.cromie@gmail.com
3308S: Odd Fixes
3309
3310SCx200 GPIO DRIVER
3311P: Jim Cromie
3312M: jim.cromie@gmail.com
3313S: Maintained
3314
3315SCx200 HRT CLOCKSOURCE DRIVER
3316P: Jim Cromie
3317M: jim.cromie@gmail.com
3318S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319
3320SECURITY CONTACT
3321P: Security Officers
3322M: security@kernel.org
3323S: Supported
3324
3325SELINUX SECURITY MODULE
3326P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003327M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003329M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003330P: Eric Paris
3331M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003333L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334W: http://www.nsa.gov/selinux
3335S: Supported
3336
Jiri Slabycef2cf02007-05-08 00:31:45 -07003337SENSABLE PHANTOM
3338P: Jiri Slaby
3339M: jirislaby@gmail.com
3340S: Maintained
3341
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342SERIAL ATA (SATA) SUBSYSTEM:
3343P: Jeff Garzik
3344M: jgarzik@pobox.com
3345L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003346T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347S: Supported
3348
3349SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3350P: Pat Gefre
3351M: pfg@sgi.com
3352L: linux-ia64@vger.kernel.org
3353S: Supported
3354
3355SGI VISUAL WORKSTATION 320 AND 540
3356P: Andrey Panin
3357M: pazke@donpac.ru
3358L: linux-visws-devel@lists.sf.net
3359W: http://linux-visws.sf.net
3360S: Maintained for 2.6.
3361
3362SIMTEC EB110ATX (Chalice CATS)
3363P: Ben Dooks
3364P: Vincent Sanders
3365M: support@simtec.co.uk
3366W: http://www.simtec.co.uk/products/EB110ATX/
3367S: Supported
3368
3369SIMTEC EB2410ITX (BAST)
3370P: Ben Dooks
3371P: Vincent Sanders
3372M: support@simtec.co.uk
3373W: http://www.simtec.co.uk/products/EB2410ITX/
3374S: Supported
3375
Francois Romieu92aab3c2005-07-30 13:11:18 +02003376SIS 190 ETHERNET DRIVER
3377P: Francois Romieu
3378M: romieu@fr.zoreil.com
3379L: netdev@vger.kernel.org
3380S: Maintained
3381
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382SIS 5513 IDE CONTROLLER DRIVER
3383P: Lionel Bouton
3384M: Lionel.Bouton@inet6.fr
3385W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3386W: http://gyver.homeip.net/sis5513/index.html
3387S: Maintained
3388
3389SIS 900/7016 FAST ETHERNET DRIVER
3390P: Daniele Venzano
3391M: venza@brownhat.org
3392W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003393L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394S: Maintained
3395
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003396SIS 96X I2C/SMBUS DRIVER
3397P: Mark M. Hoffman
3398M: mhoffman@lightlink.com
3399L: lm-sensors@lm-sensors.org
3400S: Maintained
3401
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402SIS FRAMEBUFFER DRIVER
3403P: Thomas Winischhofer
3404M: thomas@winischhofer.net
3405W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003406S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407
3408SIS USB2VGA DRIVER
3409P: Thomas Winischhofer
3410M: thomas@winischhofer.net
3411W: http://www.winischhofer.at/linuxsisusbvga.shtml
3412S: Maintained
3413
Christoph Lameter415ad262007-07-26 10:40:56 -07003414SLAB ALLOCATOR
3415P: Christoph Lameter
3416M: clameter@sgi.com
3417P: Pekka Enberg
3418M: penberg@cs.helsinki.fi
3419L: linux-mm@kvack.org
3420S: Maintained
3421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422SMC91x ETHERNET DRIVER
3423P: Nicolas Pitre
3424M: nico@cam.org
3425S: Maintained
3426
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003427SMSC47B397 HARDWARE MONITOR DRIVER
3428P: Mark M. Hoffman
3429M: mhoffman@lightlink.com
3430L: lm-sensors@lm-sensors.org
3431S: Maintained
3432
Daniel Drake8f0f8502006-07-18 22:00:25 +01003433SOFTMAC LAYER (IEEE 802.11)
3434P: Johannes Berg
3435M: johannes@sipsolutions.net
3436P: Joe Jezak
3437M: josejx@gentoo.org
3438P: Daniel Drake
3439M: dsd@gentoo.org
3440W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003441L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003442S: Maintained
3443
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444SOFTWARE RAID (Multiple Disks) SUPPORT
3445P: Ingo Molnar
3446M: mingo@redhat.com
3447P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003448M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003450S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451
Pavel Machek95a631e2007-07-19 01:47:42 -07003452HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453P: Pavel Machek
3454M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003455P: Rafael J. Wysocki
3456M: rjw@sisk.pl
3457L: linux-pm@lists.linux-foundation.org
3458S: Supported
3459
3460SUSPEND TO RAM:
3461P: Pavel Machek
3462M: pavel@suse.cz
3463P: Rafael J. Wysocki
3464M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003465L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466S: Maintained
3467
3468SONIC NETWORK DRIVER
3469P: Thomas Bogendoerfer
3470M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003471L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472S: Maintained
3473
Michael Buesch61e115a2007-09-18 15:12:50 -04003474SONICS SILICON BACKPLANE DRIVER (SSB)
3475P: Michael Buesch
3476M: mb@bu3sch.de
3477L: netdev@vger.kernel.org
3478S: Maintained
3479
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003481P: Mattia Dongili
3482M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003483L: linux-acpi@vger.kernel.org
3484W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485S: Maintained
3486
3487SOUND
3488P: Jaroslav Kysela
3489M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003490L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491S: Maintained
3492
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003493SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3494P: Liam Girdwood
3495M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003496L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003497S: Supported
3498
Kumar Gala025c3982006-04-02 16:05:54 -05003499SPI SUBSYSTEM
3500P: David Brownell
3501M: dbrownell@users.sourceforge.net
3502L: spi-devel-general@lists.sourceforge.net
3503S: Maintained
3504
Steven Rostedt855f46a2006-08-05 12:14:50 -07003505STABLE BRANCH:
3506P: Greg Kroah-Hartman
3507M: greg@kroah.com
3508P: Chris Wright
3509M: chrisw@sous-sol.org
3510L: stable@kernel.org
3511S: Maintained
3512
Kylene Hall1c72d462005-05-01 08:59:13 -07003513TPM DEVICE DRIVER
3514P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003515M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003516W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003517P: Marcel Selhorst
3518M: tpm@selhorst.net
3519W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003520L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003521S: Maintained
3522
Mark Gross1a80ba82005-10-30 15:02:55 -08003523Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003524P: Mark Gross
3525M: mark.gross@intel.com
3526S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003527
Chris Zankel48b415c2005-06-23 22:01:07 -07003528TENSILICA XTENSA PORT (xtensa):
3529P: Chris Zankel
3530M: chris@zankel.net
3531S: Maintained
3532
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003533THINKPAD ACPI EXTRAS DRIVER
3534P: Henrique de Moraes Holschuh
3535M: ibm-acpi@hmh.eng.br
3536L: ibm-acpi-devel@lists.sourceforge.net
3537W: http://ibm-acpi.sourceforge.net
3538W: http://thinkwiki.org/wiki/Ibm-acpi
3539T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3540S: Maintained
3541
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542UltraSPARC (sparc64):
3543P: David S. Miller
3544M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003546T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547S: Maintained
3548
3549SHARP LH SUPPORT (LH7952X & LH7A40X)
3550P: Marc Singer
3551M: elf@buici.com
3552W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003553L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554S: Maintained
3555
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003556SHPC HOTPLUG DRIVER
3557P: Kristen Carlson Accardi
3558M: kristen.c.accardi@intel.com
3559L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003560S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003561
Pierre Ossmand129bce2006-03-24 03:18:17 -08003562SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3563P: Pierre Ossman
3564M: drzeus-sdhci@drzeus.cx
3565L: sdhci-devel@list.drzeus.cx
3566W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3567S: Maintained
3568
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003569SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3570P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003571M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003572L: netdev@vger.kernel.org
3573S: Maintained
3574
Chris Boot1a87d942006-07-10 04:45:34 -07003575SOEKRIS NET48XX LED SUPPORT
3576P: Chris Boot
3577M: bootc@bootc.net
3578S: Maintained
3579
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580SPARC (sparc32):
3581P: William L. Irwin
3582M: wli@holomorphy.com
3583L: sparclinux@vger.kernel.org
3584S: Maintained
3585
3586SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3587P: Roger Wolff
3588M: R.E.Wolff@BitWizard.nl
3589L: linux-kernel@vger.kernel.org ?
3590S: Supported
3591
Jim Lewis2752e402006-09-29 02:01:19 -07003592SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003593P: Linas Vepstas
3594M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003595L: netdev@vger.kernel.org
3596S: Supported
3597
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598SRM (Alpha) environment access
3599P: Jan-Benedict Glaw
3600M: jbglaw@lug-owl.de
3601L: linux-kernel@vger.kernel.org
3602S: Maintained
3603
3604STARFIRE/DURALAN NETWORK DRIVER
3605P: Ion Badulescu
3606M: ionut@cs.columbia.edu
3607S: Maintained
3608
3609STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3610W: http://mosquitonet.Stanford.EDU/strip.html
3611S: Unsupported ?
3612
3613STRADIS MPEG-2 DECODER DRIVER
3614P: Nathan Laredo
3615M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616W: http://www.stradis.com/
3617S: Maintained
3618
3619SUPERH (sh)
3620P: Paul Mundt
3621M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003622L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003624S: Maintained
3625
3626SUPERH64 (sh64)
3627P: Paul Mundt
3628M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629L: linuxsh-shmedia-dev@lists.sourceforge.net
3630W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631S: Maintained
3632
3633SUN3/3X
3634P: Sam Creasey
3635M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636W: http://sammy.net/sun3/
3637S: Maintained
3638
3639SVGA HANDLING
3640P: Martin Mares
3641M: mj@ucw.cz
3642L: linux-video@atrey.karlin.mff.cuni.cz
3643S: Maintained
3644
3645SYSV FILESYSTEM
3646P: Christoph Hellwig
3647M: hch@infradead.org
3648S: Maintained
3649
Stephen Hemminger781b4562006-07-10 20:25:29 -07003650TC CLASSIFIER
3651P: Jamal Hadi Salim
3652M: hadi@cyberus.ca
3653L: netdev@vger.kernel.org
3654S: Maintained
3655
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003656TCP LOW PRIORITY MODULE
3657P: Wong Hoi Sing, Edison
3658M: hswong3i@gmail.com
3659P: Hung Hing Lun, Mike
3660M: hlhung3i@gmail.com
3661W: http://tcp-lp-mod.sourceforge.net/
3662S: Maintained
3663
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003664TEHUTI ETHERNET DRIVER
3665P: Alexander Indenbaum
3666M: baum@tehutinetworks.net
3667P: Andy Gospodarek
3668M: andy@greyhouse.net
3669L: netdev@vger.kernel.org
3670S: Supported
3671
Alex Dubov4020f2d2006-10-04 02:15:37 -07003672TI FLASH MEDIA INTERFACE DRIVER
3673P: Alex Dubov
3674M: oakad@yahoo.com
3675S: Maintained
3676
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003677TI OMAP MMC INTERFACE DRIVER
3678P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3679M: linux-omap-open-source@linux.omap.com
3680W: http://linux.omap.com
3681W: http://www.muru.com/linux/omap/
3682S: Maintained
3683
Michael Buesch844dd052006-06-26 00:24:59 -07003684TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3685P: Deepak Saxena
3686M: dsaxena@plexity.net
3687S: Maintained
3688
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003689TASKSTATS STATISTICS INTERFACE
3690P: Shailabh Nagar
3691M: nagar@watson.ibm.com
3692L: linux-kernel@vger.kernel.org
3693S: Maintained
3694
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003696P: Romain Lievin
3697M: roms@lpg.ticalc.org
3698S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699
Per Lidene86eaa32006-01-12 16:45:18 +01003700TIPC NETWORK LAYER
3701P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003702M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003703P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003704M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003705P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003706M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003707L: tipc-discussion@lists.sourceforge.net
3708W: http://tipc.sourceforge.net/
3709W: http://tipc.cslab.ericsson.net/
3710T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3711S: Maintained
3712
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713TLAN NETWORK DRIVER
3714P: Samuel Chessman
3715M: chessman@tux.org
3716L: tlan-devel@lists.sourceforge.net
3717W: http://sourceforge.net/projects/tlan/
3718S: Maintained
3719
3720TOKEN-RING NETWORK DRIVER
3721P: Mike Phillips
3722M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003723L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724L: linux-tr@linuxtr.net
3725W: http://www.linuxtr.net
3726S: Maintained
3727
3728TOSHIBA ACPI EXTRAS DRIVER
3729P: John Belmonte
3730M: toshiba_acpi@memebeam.org
3731W: http://memebeam.org/toys/ToshibaAcpiDriver
3732S: Maintained
3733
3734TOSHIBA SMM DRIVER
3735P: Jonathan Buzzard
3736M: jonathan@buzzard.org.uk
3737L: tlinux-users@tce.toshiba-dme.co.jp
3738W: http://www.buzzard.org.uk/toshiba/
3739S: Maintained
3740
3741TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3742P: Muli Ben-Yehuda
3743M: mulix@mulix.org
3744L: linux-kernel@vger.kernel.org
3745S: Maintained
3746
3747TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003748P: Adrian Bunk
3749M: trivial@kernel.org
3750L: linux-kernel@vger.kernel.org
3751W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3752T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3753S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754
3755TMS380 TOKEN-RING NETWORK DRIVER
3756P: Adam Fritzler
3757M: mid@auk.cx
3758L: linux-tr@linuxtr.net
3759W: http://www.auk.cx/tms380tr/
3760S: Maintained
3761
3762TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763L: tulip-users@lists.sourceforge.net
3764W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003765S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766
3767TUN/TAP driver
3768P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003769M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770L: vtun@office.satix.net
3771W: http://vtun.sourceforge.net/tun
3772S: Maintained
3773
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003774TURBOCHANNEL SUBSYSTEM
3775P: Maciej W. Rozycki
3776M: macro@linux-mips.org
3777S: Maintained
3778
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779U14-34F SCSI DRIVER
3780P: Dario Ballabio
3781M: ballabio_dario@emc.com
3782L: linux-scsi@vger.kernel.org
3783S: Maintained
3784
3785UDF FILESYSTEM
3786P: Ben Fennema
3787M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788W: http://linux-udf.sourceforge.net
3789S: Maintained
3790
3791UNIFORM CDROM DRIVER
3792P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003793M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794L: linux-kernel@vger.kernel.org
3795W: http://www.kernel.dk
3796S: Maintained
3797
3798USB ACM DRIVER
3799P: Oliver Neukum
3800M: oliver@neukum.name
3801L: linux-usb-users@lists.sourceforge.net
3802L: linux-usb-devel@lists.sourceforge.net
3803S: Maintained
3804
3805USB BLOCK DRIVER (UB ub)
3806P: Pete Zaitcev
3807M: zaitcev@redhat.com
3808L: linux-kernel@vger.kernel.org
3809L: linux-usb-devel@lists.sourceforge.net
3810S: Supported
3811
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812USB CDC ETHERNET DRIVER
3813P: Greg Kroah-Hartman
3814M: greg@kroah.com
3815L: linux-usb-users@lists.sourceforge.net
3816L: linux-usb-devel@lists.sourceforge.net
3817S: Maintained
3818W: http://www.kroah.com/linux-usb/
3819
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003820USB DAVICOM DM9601 DRIVER
3821P: Peter Korsgaard
3822M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003823L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003824W: http://www.linux-usb.org/usbnet
3825S: Maintained
3826
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827USB EHCI DRIVER
3828P: David Brownell
3829M: dbrownell@users.sourceforge.net
3830L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003831S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832
Luca Risolia7ce08c92006-01-11 02:06:59 +00003833USB ET61X[12]51 DRIVER
3834P: Luca Risolia
3835M: luca.risolia@studio.unibo.it
3836L: linux-usb-devel@lists.sourceforge.net
3837L: video4linux-list@redhat.com
3838W: http://www.linux-projects.org
3839S: Maintained
3840
David Brownell69ae9e32006-11-14 02:03:31 -08003841USB GADGET/PERIPHERAL SUBSYSTEM
3842P: David Brownell
3843M: dbrownell@users.sourceforge.net
3844L: linux-usb-devel@lists.sourceforge.net
3845W: http://www.linux-usb.org/gadget
3846S: Maintained
3847
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003848USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003849P: Jiri Kosina
3850M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003852T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853S: Maintained
3854
3855USB HUB DRIVER
3856P: Johannes Erdfelt
3857M: johannes@erdfelt.com
3858L: linux-usb-users@lists.sourceforge.net
3859L: linux-usb-devel@lists.sourceforge.net
3860S: Maintained
3861
Olav Kongas959eea22005-11-03 17:38:14 +02003862USB ISP116X DRIVER
3863P: Olav Kongas
3864M: ok@artecdesign.ee
3865L: linux-usb-devel@lists.sourceforge.net
3866S: Maintained
3867
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868USB KAWASAKI LSI DRIVER
3869P: Oliver Neukum
3870M: oliver@neukum.name
3871L: linux-usb-users@lists.sourceforge.net
3872L: linux-usb-devel@lists.sourceforge.net
3873S: Maintained
3874
3875USB MASS STORAGE DRIVER
3876P: Matthew Dharm
3877M: mdharm-usb@one-eyed-alien.net
3878L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003879L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880S: Maintained
3881W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3882
3883USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003884P: David Brownell
3885M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886L: linux-usb-users@lists.sourceforge.net
3887L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003888S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889
Matthias Urlichsba460e42005-07-14 00:33:47 -07003890USB OPTION-CARD DRIVER
3891P: Matthias Urlichs
3892M: smurf@smurf.noris.de
3893L: linux-usb-devel@lists.sourceforge.net
3894S: Maintained
3895
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896USB OV511 DRIVER
3897P: Mark McClelland
3898M: mmcclell@bigfoot.com
3899L: linux-usb-users@lists.sourceforge.net
3900L: linux-usb-devel@lists.sourceforge.net
3901W: http://alpha.dyndns.org/ov511/
3902S: Maintained
3903
3904USB PEGASUS DRIVER
3905P: Petko Manolov
3906M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003908L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909W: http://pegasus2.sourceforge.net/
3910S: Maintained
3911
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003912USB PRINTER DRIVER (usblp)
3913P: Pete Zaitcev
3914M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915L: linux-usb-users@lists.sourceforge.net
3916L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003917S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918
3919USB RTL8150 DRIVER
3920P: Petko Manolov
3921M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003923L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924W: http://pegasus2.sourceforge.net/
3925S: Maintained
3926
3927USB SE401 DRIVER
3928P: Jeroen Vreeken
3929M: pe1rxq@amsat.org
3930L: linux-usb-users@lists.sourceforge.net
3931L: linux-usb-devel@lists.sourceforge.net
3932W: http://www.chello.nl/~j.vreeken/se401/
3933S: Maintained
3934
3935USB SERIAL CYBERJACK DRIVER
3936P: Matthias Bruestle and Harald Welte
3937M: support@reiner-sct.com
3938W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3939S: Maintained
3940
3941USB SERIAL DIGI ACCELEPORT DRIVER
3942P: Peter Berger and Al Borchers
3943M: pberger@brimson.com
3944M: alborchers@steinerpoint.com
3945L: linux-usb-users@lists.sourceforge.net
3946L: linux-usb-devel@lists.sourceforge.net
3947S: Maintained
3948
3949USB SERIAL DRIVER
3950P: Greg Kroah-Hartman
3951M: gregkh@suse.de
3952L: linux-usb-users@lists.sourceforge.net
3953L: linux-usb-devel@lists.sourceforge.net
3954S: Supported
3955
3956USB SERIAL BELKIN F5U103 DRIVER
3957P: William Greathouse
3958M: wgreathouse@smva.com
3959L: linux-usb-users@lists.sourceforge.net
3960L: linux-usb-devel@lists.sourceforge.net
3961S: Maintained
3962
3963USB SERIAL CYPRESS M8 DRIVER
3964P: Lonnie Mendez
3965M: dignome@gmail.com
3966L: linux-usb-users@lists.sourceforge.net
3967L: linux-usb-devel@lists.sourceforge.net
3968S: Maintained
3969W: http://geocities.com/i0xox0i
3970W: http://firstlight.net/cvs
3971
3972USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3973L: linux-usb-users@lists.sourceforge.net
3974L: linux-usb-devel@lists.sourceforge.net
3975S: Maintained
3976
3977USB AUERSWALD DRIVER
3978P: Wolfgang Muees
3979M: wolfgang@iksw-muees.de
3980L: linux-usb-users@lists.sourceforge.net
3981L: linux-usb-devel@lists.sourceforge.net
3982S: Maintained
3983
3984USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3985P: Gary Brubaker
3986M: xavyer@ix.netcom.com
3987L: linux-usb-users@lists.sourceforge.net
3988L: linux-usb-devel@lists.sourceforge.net
3989S: Maintained
3990
3991USB SERIAL KEYSPAN DRIVER
3992P: Greg Kroah-Hartman
3993M: greg@kroah.com
3994L: linux-usb-users@lists.sourceforge.net
3995L: linux-usb-devel@lists.sourceforge.net
3996W: http://www.kroah.com/linux/
3997S: Maintained
3998
3999USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004000P: Support Department
4001M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002L: linux-usb-users@lists.sourceforge.net
4003L: linux-usb-devel@lists.sourceforge.net
4004W: http://www.connecttech.com
4005S: Supported
4006
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004007USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008P: Luca Risolia
4009M: luca.risolia@studio.unibo.it
4010L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004011L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012W: http://www.linux-projects.org
4013S: Maintained
4014
4015USB SUBSYSTEM
4016P: Greg Kroah-Hartman
4017M: gregkh@suse.de
4018L: linux-usb-users@lists.sourceforge.net
4019L: linux-usb-devel@lists.sourceforge.net
4020W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004021T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022S: Supported
4023
4024USB UHCI DRIVER
4025P: Alan Stern
4026M: stern@rowland.harvard.edu
4027L: linux-usb-users@lists.sourceforge.net
4028L: linux-usb-devel@lists.sourceforge.net
4029S: Maintained
4030
David Brownell69ae9e32006-11-14 02:03:31 -08004031USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032P: David Brownell
4033M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004034L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004035W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036S: Maintained
4037
4038USB W996[87]CF DRIVER
4039P: Luca Risolia
4040M: luca.risolia@studio.unibo.it
4041L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004042L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043W: http://www.linux-projects.org
4044S: Maintained
4045
Luca Risolia60f78052006-02-06 16:29:35 +00004046USB ZC0301 DRIVER
4047P: Luca Risolia
4048M: luca.risolia@studio.unibo.it
4049L: linux-usb-devel@lists.sourceforge.net
4050L: video4linux-list@redhat.com
4051W: http://www.linux-projects.org
4052S: Maintained
4053
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054USB ZD1201 DRIVER
4055P: Jeroen Vreeken
4056M: pe1rxq@amsat.org
4057L: linux-usb-users@lists.sourceforge.net
4058L: linux-usb-devel@lists.sourceforge.net
4059W: http://linux-lc100020.sourceforge.net
4060S: Maintained
4061
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004062USB ZR364XX DRIVER
4063P: Antoine Jacquet
4064M: royale@zerezo.com
4065L: linux-usb-devel@lists.sourceforge.net
4066L: video4linux-list@redhat.com
4067W: http://royale.zerezo.com/zr364xx/
4068S: Maintained
4069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070USER-MODE LINUX
4071P: Jeff Dike
4072M: jdike@karaya.com
4073L: user-mode-linux-devel@lists.sourceforge.net
4074L: user-mode-linux-user@lists.sourceforge.net
4075W: http://user-mode-linux.sourceforge.net
4076S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004077
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078FAT/VFAT/MSDOS FILESYSTEM:
4079P: OGAWA Hirofumi
4080M: hirofumi@mail.parknet.co.jp
4081L: linux-kernel@vger.kernel.org
4082S: Maintained
4083
4084VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4085P: Jeff Garzik
4086S: Odd fixes
4087
4088VIA RHINE NETWORK DRIVER
4089P: Roger Luethi
4090M: rl@hellgate.ch
4091S: Maintained
4092
Jean Delvare32c0a522005-09-22 21:47:58 +02004093VIAPRO SMBUS DRIVER
4094P: Jean Delvare
4095M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004096L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004097S: Maintained
4098
Francois Romieu01f20732007-01-26 00:57:17 -08004099VIA VELOCITY NETWORK DRIVER
4100P: Francois Romieu
4101M: romieu@fr.zoreil.com
4102L: netdev@vger.kernel.org
4103S: Maintained
4104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105UCLINUX (AND M68KNOMMU)
4106P: Greg Ungerer
4107M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004109L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110S: Maintained
4111
4112UCLINUX FOR NEC V850
4113P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114
4115UCLINUX FOR RENESAS H8/300
4116P: Yoshinori Sato
4117M: ysato@users.sourceforge.jp
4118W: http://uclinux-h8.sourceforge.jp/
4119S: Supported
4120
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004121UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004122P: Evgeniy Dushistov
4123M: dushistov@mail.ru
4124L: linux-kernel@vger.kernel.org
4125S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127USB DIAMOND RIO500 DRIVER
4128P: Cesar Miquel
4129M: miquel@df.uba.ar
4130L: rio500-users@lists.sourceforge.net
4131W: http://rio500.sourceforge.net
4132S: Maintained
4133
4134VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004135P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004136M: mchehab@infradead.org
4137M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004139W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004140T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004141S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142
Juerg Haefligerab413192006-09-24 20:54:04 +02004143VT1211 HARDWARE MONITOR DRIVER
4144P: Juerg Haefliger
4145M: juergh@gmail.com
4146L: lm-sensors@lm-sensors.org
4147S: Maintained
4148
Roger Lucas1de9e372005-11-26 20:20:05 +01004149VT8231 HARDWARE MONITOR DRIVER
4150P: Roger Lucas
4151M: roger@planbit.co.uk
4152L: lm-sensors@lm-sensors.org
4153S: Maintained
4154
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155W1 DALLAS'S 1-WIRE BUS
4156P: Evgeniy Polyakov
4157M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158S: Maintained
4159
Charles Spirakis13927072006-07-05 18:05:15 +02004160W83791D HARDWARE MONITORING DRIVER
4161P: Charles Spirakis
4162M: bezaur@gmail.com
4163L: lm-sensors@lm-sensors.org
4164S: Maintained
4165
Rudolf Marek61db0112006-12-12 18:18:30 +01004166W83793 HARDWARE MONITORING DRIVER
4167P: Rudolf Marek
4168M: r.marek@assembler.cz
4169L: lm-sensors@lm-sensors.org
4170S: Maintained
4171
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172W83L51xD SD/MMC CARD INTERFACE DRIVER
4173P: Pierre Ossman
4174M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004175L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176W: http://projects.drzeus.cx/wbsd
4177S: Maintained
4178
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004179WATCHDOG DEVICE DRIVERS
4180P: Wim Van Sebroeck
4181M: wim@iguana.be
4182T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4183S: Maintained
4184
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4186P: Jean Tourrilhes
4187M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004188L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4190S: Maintained
4191
4192WD7000 SCSI DRIVER
4193P: Miroslav Zagorac
4194M: zaga@fly.cc.fer.hr
4195L: linux-scsi@vger.kernel.org
4196S: Maintained
4197
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004198WISTRON LAPTOP BUTTON DRIVER
4199P: Miloslav Trmac
4200M: mitr@volny.cz
4201S: Maintained
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203WL3501 WIRELESS PCMCIA CARD DRIVER
4204P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004205M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004206L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004207W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208S: Maintained
4209
4210X.25 NETWORK LAYER
4211P: Henner Eisen
4212M: eis@baty.hanse.de
4213L: linux-x25@vger.kernel.org
4214S: Maintained
4215
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004216XEN HYPERVISOR INTERFACE
4217P: Jeremy Fitzhardinge
4218M: jeremy@xensource.com
4219P: Chris Wright
4220M: chrisw@sous-sol.org
4221L: virtualization@lists.osdl.org
4222L: xen-devel@lists.xensource.com
4223S: Supported
4224
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225XFS FILESYSTEM
4226P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004227P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004229L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004231T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232S: Supported
4233
Peter Korsgaard238b8722006-12-06 20:35:17 -08004234XILINX UARTLITE SERIAL DRIVER
4235P: Peter Korsgaard
4236M: jacmet@sunsite.dk
4237L: linux-serial@vger.kernel.org
4238S: Maintained
4239
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240X86 3-LEVEL PAGING (PAE) SUPPORT
4241P: Ingo Molnar
4242M: mingo@redhat.com
4243S: Maintained
4244
4245X86-64 port
4246P: Andi Kleen
4247M: ak@suse.de
4248L: discuss@x86-64.org
4249W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004250T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251S: Maintained
4252
4253YAM DRIVER FOR AX.25
4254P: Jean-Paul Roubelat
4255M: jpr@f6fbb.org
4256L: linux-hams@vger.kernel.org
4257S: Maintained
4258
Henkaf64a5e2005-10-12 15:02:56 +02004259YEALINK PHONE DRIVER
4260P: Henk Vergonet
4261M: Henk.Vergonet@gmail.com
4262L: usbb2k-api-dev@nongnu.org
4263S: Maintained
4264
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265Z8530 DRIVER FOR AX.25
4266P: Joerg Reuter
4267M: jreuter@yaina.de
4268W: http://yaina.de/jreuter/
4269W: http://www.qsl.net/dl1bke/
4270L: linux-hams@vger.kernel.org
4271S: Maintained
4272
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004273ZD1211RW WIRELESS DRIVER
4274P: Daniel Drake
4275M: dsd@gentoo.org
4276P: Ulrich Kunitz
4277M: kune@deine-taler.de
4278W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004279L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004280L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4281S: Maintained
4282
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283ZF MACHZ WATCHDOG
4284P: Fernando Fuganti
4285M: fuganti@netbank.com.br
4286W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4287S: Maintained
4288
4289ZR36067 VIDEO FOR LINUX DRIVER
4290P: Ronald Bultje
4291M: rbultje@ronald.bitfreak.net
4292L: mjpeg-users@lists.sourceforge.net
4293W: http://mjpeg.sourceforge.net/driver-zoran/
4294S: Maintained
4295
4296ZR36120 VIDEO FOR LINUX DRIVER
4297P: Pauline Middelink
4298M: middelin@polyware.nl
4299W: http://www.polyware.nl/~middelin/En/hobbies.html
4300W: http://www.polyware.nl/~middelin/hobbies.html
4301S: Maintained
4302
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004303ZS DECSTATION Z85C30 SERIAL DRIVER
4304P: Maciej W. Rozycki
4305M: macro@linux-mips.org
4306S: Maintained
4307
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308THE REST
4309P: Linus Torvalds
4310S: Buried alive in reporters