blob: 16646801105c87f165d9cebb7f29a70facd0a6b0 [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 Becker62ca3d262006-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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277DIRECTORY NOTIFICATION
1278P: Stephen Rothwell
1279M: sfr@canb.auug.org.au
1280L: linux-kernel@vger.kernel.org
1281S: Supported
1282
1283DISK GEOMETRY AND PARTITION HANDLING
1284P: Andries Brouwer
1285M: aeb@cwi.nl
1286W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1287W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1288W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1289S: Maintained
1290
1291DISKQUOTA:
1292P: Jan Kara
1293M: jack@suse.cz
1294L: linux-kernel@vger.kernel.org
1295S: Maintained
1296
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001297DISTRIBUTED LOCK MANAGER
1298P: Patrick Caulfield
1299M: pcaulfie@redhat.com
1300P: David Teigland
1301M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001302L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001303W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001304T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1305T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001306S: Supported
1307
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1309P: Tobias Ringstrom
1310M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001311L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312S: Maintained
1313
Dan Williamsb3e5f262007-08-07 10:26:35 -07001314DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001315P: Shannon Nelson
1316M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001317P: Dan Williams
1318M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001319L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001320S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001321
Juerg Haefligerb8250372007-06-09 10:11:16 -04001322DME1737 HARDWARE MONITOR DRIVER
1323P: Juerg Haefliger
1324M: juergh@gmail.com
1325L: lm-sensors@lm-sensors.org
1326S: Maintained
1327
Martin Waitzba483d52005-06-17 13:20:59 -07001328DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001329P: Randy Dunlap
1330M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001331S: Maintained
1332
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001333DOCKING STATION DRIVER
1334P: Kristen Carlson Accardi
1335M: kristen.c.accardi@intel.com
1336L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001337S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001338
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339DOUBLETALK DRIVER
1340P: James R. Van Zandt
1341M: jrv@vanzandt.mv.com
1342L: blinux-list@redhat.com
1343S: Maintained
1344
1345DRIVER CORE, KOBJECTS, AND SYSFS
1346P: Greg Kroah-Hartman
1347M: gregkh@suse.de
1348L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001349T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350S: Supported
1351
1352DRM DRIVERS
1353P: David Airlie
1354M: airlied@linux.ie
1355L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001356T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357S: Maintained
1358
1359DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001360P: Francois Romieu
1361M: romieu@fr.zoreil.com
1362L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363S: Maintained
1364
1365DVB SUBSYSTEM AND DRIVERS
1366P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001367M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001369W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001370T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001371S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372
1373EATA-DMA SCSI DRIVER
1374P: Michael Neuffer
1375L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1376S: Maintained
1377
1378EATA ISA/EISA/PCI SCSI DRIVER
1379P: Dario Ballabio
1380M: ballabio_dario@emc.com
1381L: linux-scsi@vger.kernel.org
1382S: Maintained
1383
1384EATA-PIO SCSI DRIVER
1385P: Michael Neuffer
1386M: mike@i-Connect.Net
1387L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1388S: Maintained
1389
1390EBTABLES
1391P: Bart De Schuymer
1392M: bart.de.schuymer@pandora.be
1393L: ebtables-user@lists.sourceforge.net
1394L: ebtables-devel@lists.sourceforge.net
1395W: http://ebtables.sourceforge.net/
1396S: Maintained
1397
Michael Halcrow237fead2006-10-04 02:16:22 -07001398ECRYPT FILE SYSTEM
1399P: Mike Halcrow, Phillip Hellewell
1400M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1401L: ecryptfs-devel@lists.sourceforge.net
1402W: http://ecryptfs.sourceforge.net/
1403S: Supported
1404
Alan Coxda9bb1d2006-01-18 17:44:13 -08001405EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001406P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001407M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001408L: bluesmoke-devel@lists.sourceforge.net
1409W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001410S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001411
1412EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001413P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001414P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001415M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001416M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001417L: bluesmoke-devel@lists.sourceforge.net
1418W: bluesmoke.sourceforge.net
1419S: Maintained
1420
1421EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001422P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001423M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001424L: bluesmoke-devel@lists.sourceforge.net
1425W: bluesmoke.sourceforge.net
1426S: Maintained
1427
Douglas Thompson6bc78402007-07-19 01:50:12 -07001428EDAC-I82443BXGX
1429P: Tim Small
1430M: tim@buttersideup.com
1431L: bluesmoke-devel@lists.sourceforge.net
1432W: bluesmoke.sourceforge.net
1433S: Maintained
1434
1435EDAC-I3000
1436P: Jason Uhlenkott
1437M: juhlenko@akamai.com
1438L: bluesmoke-devel@lists.sourceforge.net
1439W: bluesmoke.sourceforge.net
1440S: Maintained
1441
1442EDAC-I5000
1443P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001444M: dougthompson@xmission.com
1445L: bluesmoke-devel@lists.sourceforge.net
1446W: bluesmoke.sourceforge.net
1447S: Maintained
1448
1449EDAC-I82975X
1450P: Ranganathan Desikan
1451P: Arvind R.
1452M: rdesikan@jetzbroadband.com
1453M: arvind@acarlab.com
1454L: bluesmoke-devel@lists.sourceforge.net
1455W: bluesmoke.sourceforge.net
1456S: Maintained
1457
1458EDAC-PASEMI
1459P: Egor Martovetsky
1460M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001461L: bluesmoke-devel@lists.sourceforge.net
1462W: bluesmoke.sourceforge.net
1463S: Maintained
1464
Dave Peterson0e438e32006-03-26 01:38:55 -08001465EDAC-R82600
1466P: Tim Small
1467M: tim@buttersideup.com
1468L: bluesmoke-devel@lists.sourceforge.net
1469W: bluesmoke.sourceforge.net
1470S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001471
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472EEPRO100 NETWORK DRIVER
1473P: Andrey V. Savochkin
1474M: saw@saw.sw.com.sg
1475S: Maintained
1476
Josh Triplett0bee8d22006-07-30 03:03:58 -07001477EFS FILESYSTEM
1478W: http://aeschi.ch.eu.org/efs/
1479S: Orphan
1480
Heiko J Schickfab97222006-09-22 15:22:22 -07001481EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1482P: Hoang-Nam Nguyen
1483M: hnguyen@de.ibm.com
1484P: Christoph Raisch
1485M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001486L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001487S: Supported
1488
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001489EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001490P: James Smart
1491M: james.smart@emulex.com
1492L: linux-scsi@vger.kernel.org
1493W: http://sourceforge.net/projects/lpfcxxxx
1494S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001495
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496EPSON 1355 FRAMEBUFFER DRIVER
1497P: Christopher Hoover
1498M: ch@murgatroid.com, ch@hpl.hp.com
1499S: Maintained
1500
1501ETHEREXPRESS-16 NETWORK DRIVER
1502P: Philip Blundell
1503M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001504L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505S: Maintained
1506
1507ETHERNET BRIDGE
1508P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001509M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001510L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511W: http://bridge.sourceforge.net/
1512S: Maintained
1513
1514ETHERTEAM 16I DRIVER
1515P: Mika Kuoppala
1516M: miku@iki.fi
1517S: Maintained
1518
1519EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001520L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521S: Maintained
1522
1523EXT3 FILE SYSTEM
1524P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001525M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001526L: linux-ext4@vger.kernel.org
1527S: Maintained
1528
1529EXT4 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533S: Maintained
1534
Jean Delvaree53004e2006-01-09 23:26:14 +01001535F71805F HARDWARE MONITORING DRIVER
1536P: Jean Delvare
1537M: khali@linux-fr.org
1538L: lm-sensors@lm-sensors.org
1539S: Maintained
1540
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541FARSYNC SYNCHRONOUS DRIVER
1542P: Kevin Curtis
1543M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544W: http://www.farsite.co.uk/
1545S: Supported
1546
Akinobu Mitac5408b82007-04-23 14:41:20 -07001547FAULT INJECTION SUPPORT
1548P: Akinobu Mita
1549M: akinobu.mita@gmail.com
1550S: Supported
1551
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552FRAMEBUFFER LAYER
1553P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001554M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001555L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556W: http://linux-fbdev.sourceforge.net/
1557S: Maintained
1558
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001559FREESCALE SOC FS_ENET DRIVER
1560P: Pantelis Antoniou
1561M: pantelis.antoniou@gmail.com
1562P: Vitaly Bordug
1563M: vbordug@ru.mvista.com
1564L: linuxppc-embedded@ozlabs.org
1565L: netdev@vger.kernel.org
1566S: Maintained
1567
Li Yanga7205b32007-04-23 10:38:18 -07001568FREESCALE HIGHSPEED USB DEVICE DRIVER
1569P: Li Yang
1570M: leoli@freescale.com
1571L: linux-usb-devel@lists.sourceforge.net
1572L: linuxppc-embedded@ozlabs.org
1573S: Maintained
1574
Li Yangbeaf53b2007-05-25 13:54:02 +08001575FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1576P: Li Yang
1577M: leoli@freescale.com
1578L: netdev@vger.kernel.org
1579L: linuxppc-embedded@ozlabs.org
1580S: Maintained
1581
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582FILE LOCKING (flock() and fcntl()/lockf())
1583P: Matthew Wilcox
1584M: matthew@wil.cx
1585L: linux-fsdevel@vger.kernel.org
1586S: Maintained
1587
1588FILESYSTEMS (VFS and infrastructure)
1589P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001590M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591S: Maintained
1592
Stefan Richterb3274472007-05-30 20:44:52 -04001593FIREWIRE SUBSYSTEM
1594P: Kristian Hoegsberg, Stefan Richter
1595M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1596L: linux1394-devel@lists.sourceforge.net
1597W: http://www.linux1394.org/
1598T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1599S: Maintained
1600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601FIRMWARE LOADER (request_firmware)
1602L: linux-kernel@vger.kernel.org
1603S: Orphan
1604
1605FPU EMULATOR
1606P: Bill Metzenthen
1607M: billm@suburbia.net
1608W: http://suburbia.net/~billm/floating-point/emulator/
1609S: Maintained
1610
1611FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1612P: Mike McLagan
1613M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001614L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615S: Maintained
1616
1617FREEVXFS FILESYSTEM
1618P: Christoph Hellwig
1619M: hch@infradead.org
1620W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1621S: Maintained
1622
David Howells5ab7ffe2007-04-10 15:10:45 +01001623FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624P: David Howells
1625M: dhowells@redhat.com
1626S: Maintained
1627
Miklos Szeredi04578f12005-09-09 13:10:22 -07001628FUSE: FILESYSTEM IN USERSPACE
1629P: Miklos Szeredi
1630M: miklos@szeredi.hu
1631L: fuse-devel@lists.sourceforge.net
1632W: http://fuse.sourceforge.net/
1633S: Maintained
1634
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1636P: Rik Faith
1637M: faith@cs.unc.edu
1638L: linux-scsi@vger.kernel.org
1639S: Odd fixes (e.g., new signatures)
1640
1641GDT SCSI DISK ARRAY CONTROLLER DRIVER
1642P: Achim Leubner
1643M: achim_leubner@adaptec.com
1644L: linux-scsi@vger.kernel.org
1645W: http://www.icp-vortex.com/
1646S: Supported
1647
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001648GENERIC GPIO I2C DRIVER
1649P: Haavard Skinnemoen
1650M: hskinnemoen@atmel.com
1651S: Supported
1652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1654P: Krzysztof Halasa
1655M: khc@pm.waw.pl
1656W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1657S: Maintained
1658
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001659GFS2 FILE SYSTEM
1660P: Steven Whitehouse
1661M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001662L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001663W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001664T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1665T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001666S: Supported
1667
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001668GIGASET ISDN DRIVERS
1669P: Hansjoerg Lipp
1670M: hjlipp@web.de
1671P: Tilman Schmidt
1672M: tilman@imap.cc
1673L: gigaset307x-common@lists.sourceforge.net
1674W: http://gigaset307x.sourceforge.net/
1675S: Maintained
1676
Jean Delvare5b543962005-08-15 19:51:02 +02001677HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001678P: Mark M. Hoffman
1679M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001680L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001681W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001682T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001683S: Maintained
1684
Michael Buesch844dd052006-06-26 00:24:59 -07001685HARDWARE RANDOM NUMBER GENERATOR CORE
1686P: Michael Buesch
1687M: mb@bu3sch.de
1688S: Maintained
1689
Robert Love860e1d62005-08-31 23:57:59 -04001690HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1691P: Robert Love
1692M: rlove@rlove.org
1693M: linux-kernel@vger.kernel.org
1694W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1695S: Maintained
1696
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697HARMONY SOUND DRIVER
1698P: Kyle McMartin
1699M: kyle@parisc-linux.org
1700W: http://www.parisc-linux.org/~kyle/harmony/
1701L: parisc-linux@lists.parisc-linux.org
1702S: Maintained
1703
1704HAYES ESP SERIAL DRIVER
1705P: Andrew J. Robinson
1706M: arobinso@nyx.net
1707L: linux-kernel@vger.kernel.org
1708W: http://www.nyx.net/~arobinso
1709S: Maintained
1710
1711HFS FILESYSTEM
1712P: Roman Zippel
1713M: zippel@linux-m68k.org
1714L: linux-kernel@vger.kernel.org
1715S: Maintained
1716
1717HGA FRAMEBUFFER DRIVER
1718P: Ferenc Bakonyi
1719M: fero@drama.obuda.kando.hu
1720L: linux-nvidia@lists.surfsouth.com
1721W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1722S: Maintained
1723
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001724HID CORE LAYER
1725P: Jiri Kosina
1726M: jkosina@suse.cz
1727L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001728T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001729S: Maintained
1730
Ingo Molnar38bed542007-02-22 09:09:34 +01001731HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1732P: Thomas Gleixner
1733M: tglx@linutronix.de
1734L: linux-kernel@vger.kernel.org
1735S: Maintained
1736
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737HIGH-SPEED SCC DRIVER FOR AX.25
1738P: Klaus Kudielka
1739M: klaus.kudielka@ieee.org
1740L: linux-hams@vger.kernel.org
1741W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1742S: Maintained
1743
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001744HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1745P: HighPoint Linux Team
1746M: linux@highpoint-tech.com
1747W: http://www.highpoint-tech.com
1748S: Supported
1749
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750HIPPI
1751P: Jes Sorensen
1752M: jes@trained-monkey.org
1753L: linux-hippi@sunsite.dk
1754S: Maintained
1755
1756HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1757P: Chirag Kantharia
1758M: chirag.kantharia@hp.com
1759L: iss_storagedev@hp.com
1760S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762HEWLETT-PACKARD SMART2 RAID DRIVER
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 SMART CISS RAID DRIVER (cciss)
1769P: Mike Miller
1770M: mike.miller@hp.com
1771L: iss_storagedev@hp.com
1772S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001773
Jouni Malinenff1d2762005-05-12 22:54:16 -04001774HOST AP DRIVER
1775P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001776M: j@w1.fi
1777L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001778L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001779W: http://hostap.epitest.fi/
1780S: Maintained
1781
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1783P: Jaroslav Kysela
1784M: perex@suse.cz
1785S: Maintained
1786
Bob Piccob9b03322005-11-07 00:59:19 -08001787HPET: High Precision Event Timers driver (hpet.c)
1788P: Clemens Ladisch
1789M: clemens@ladisch.de
1790S: Maintained
1791
1792HPET: i386
1793P: Venkatesh Pallipadi (Venki)
1794M: venkatesh.pallipadi@intel.com
1795S: Maintained
1796
1797HPET: x86_64
1798P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001799M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001800S: Maintained
1801
1802HPET: ACPI hpet.c
1803P: Bob Picco
1804M: bob.picco@hp.com
1805S: Maintained
1806
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807HPFS FILESYSTEM
1808P: Mikulas Patocka
1809M: mikulas@artax.karlin.mff.cuni.cz
1810W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1811S: Maintained
1812
1813HUGETLB FILESYSTEM
1814P: William Irwin
1815M: wli@holomorphy.com
1816S: Maintained
1817
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001818I2C/SMBUS STUB DRIVER
1819P: Mark M. Hoffman
1820M: mhoffman@lightlink.com
1821L: lm-sensors@lm-sensors.org
1822S: Maintained
1823
Jean Delvare5b543962005-08-15 19:51:02 +02001824I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825P: Jean Delvare
1826M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001827L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001828T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829S: Maintained
1830
Till Harbaume8c76ee2007-05-01 23:26:35 +02001831I2C-TINY-USB DRIVER
1832P: Till Harbaum
1833M: till@harbaum.org
1834L: i2c@lm-sensors.org
1835T: http://www.harbaum.org/till/i2c_tiny_usb
1836S: Maintained
1837
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001839P: H. Peter Anvin
1840M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841L: Linux-Kernel@vger.kernel.org
1842S: Maintained
1843
1844i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845P: H. Peter Anvin
1846M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001847T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848S: Maintained
1849
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850IA64 (Itanium) PLATFORM
1851P: Tony Luck
1852M: tony.luck@intel.com
1853L: linux-ia64@vger.kernel.org
1854W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001855T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856S: Maintained
1857
1858SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001859P: Jes Sorensen
1860M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861L: linux-altix@sgi.com
1862L: linux-ia64@vger.kernel.org
1863W: http://www.sgi.com/altix
1864S: Maintained
1865
1866IBM MCA SCSI SUBSYSTEM DRIVER
1867P: Michael Lang
1868M: langa2@kph.uni-mainz.de
1869W: http://www.uni-mainz.de/~langm000/linux.html
1870S: Maintained
1871
1872IBM Power Linux RAID adapter
1873P: Brian King
1874M: brking@us.ibm.com
1875S: Supported
1876
1877IBM ServeRAID RAID DRIVER
1878P: Jack Hammer
1879P: Dave Jeffery
1880M: ipslinux@adaptec.com
1881W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001882S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001884IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001886M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001888T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889S: Maintained
1890
1891IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001892P: Alan Cox
1893M: alan@lxorguk.ukuu.org.uk
1894L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895S: Maintained
1896
1897IDE/ATAPI FLOPPY DRIVERS
1898P: Paul Bristow
1899M: Paul Bristow <paul@paulbristow.net>
1900W: http://paulbristow.net/linux/idefloppy.html
1901L: linux-kernel@vger.kernel.org
1902S: Maintained
1903
1904IDE/ATAPI TAPE DRIVERS
1905P: Gadi Oxman
1906M: Gadi Oxman <gadio@netvision.net.il>
1907L: linux-kernel@vger.kernel.org
1908S: Maintained
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910IEEE 1394 SUBSYSTEM
1911P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001912M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001913P: Stefan Richter
1914M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915L: linux1394-devel@lists.sourceforge.net
1916W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001917T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918S: Maintained
1919
Stefan Richterf51a5a92007-04-23 14:41:10 -07001920IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921P: Dan Dennedy
1922M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001923P: Stefan Richter
1924M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001926S: Maintained
1927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928IMS TWINTURBO FRAMEBUFFER DRIVER
1929P: Paul Mundt
1930M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001931L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932S: Maintained
1933
1934INFINIBAND SUBSYSTEM
1935P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001936M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937P: Sean Hefty
1938M: mshefty@ichips.intel.com
1939P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001940M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001941L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001943T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944S: Supported
1945
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001946INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001947P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001948M: dmitry.torokhov@gmail.com
1949M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950L: linux-input@atrey.karlin.mff.cuni.cz
1951L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001952T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953S: Maintained
1954
Robert Lovec9f04f52005-07-15 12:21:07 -04001955INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001956P: John McCutchan
1957M: ttb@tentacle.dhs.org
1958P: Robert Love
1959M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001960L: linux-kernel@vger.kernel.org
1961S: Maintained
1962
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001963INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001964P: Sylvain Meyer
1965M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001966L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001967S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001968
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001970P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001971M: adaplas@gmail.com
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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974
1975INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1976P: Ingo Molnar
1977M: mingo@redhat.com
1978S: Maintained
1979
1980INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1981P: Jeff Garzik
1982M: jgarzik@pobox.com
1983W: http://sourceforge.net/projects/gkernel/
1984S: Maintained
1985
1986INTEL IA32 MICROCODE UPDATE SUPPORT
1987P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001988M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989S: Maintained
1990
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001991INTEL I/OAT DMA DRIVER
1992P: Shannon Nelson
1993M: shannon.nelson@intel.com
1994L: linux-kernel@vger.kernel.org
1995S: Supported
1996
Dan Williamsb3e5f262007-08-07 10:26:35 -07001997INTEL IOP-ADMA DMA DRIVER
1998P: Dan Williams
1999M: dan.j.williams@intel.com
2000L: linux-kernel@vger.kernel.org
2001S: Supported
2002
Michael Buesch844dd052006-06-26 00:24:59 -07002003INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2004P: Deepak Saxena
2005M: dsaxena@plexity.net
2006S: Maintained
2007
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002008INTEL IXP2000 ETHERNET DRIVER
2009P: Lennert Buytenhek
2010M: kernel@wantstofly.org
2011L: netdev@vger.kernel.org
2012S: Maintained
2013
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014INTEL PRO/100 ETHERNET SUPPORT
2015P: John Ronciak
2016M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017P: Jesse Brandeburg
2018M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002019P: Jeff Kirsher
2020M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002021P: Auke Kok
2022M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002023L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024W: http://sourceforge.net/projects/e1000/
2025S: Supported
2026
2027INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2028P: Jeb Cramer
2029M: cramerj@intel.com
2030P: John Ronciak
2031M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002032P: Jesse Brandeburg
2033M: jesse.brandeburg@intel.com
2034P: Jeff Kirsher
2035M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002036P: Auke Kok
2037M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002038L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039W: http://sourceforge.net/projects/e1000/
2040S: Supported
2041
2042INTEL PRO/10GbE SUPPORT
2043P: Ayyappan Veeraiyan
2044M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002045P: Auke Kok
2046M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002047P: Jesse Brandeburg
2048M: jesse.brandeburg@intel.com
2049P: John Ronciak
2050M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002051L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052W: http://sourceforge.net/projects/e1000/
2053S: Supported
2054
James Ketrenos826d2ab2005-11-07 18:56:59 -06002055INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2056P: Yi Zhu
2057M: yi.zhu@intel.com
2058P: James Ketrenos
2059M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002060L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002061L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002062L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2063W: http://ipw2100.sourceforge.net
2064S: Supported
2065
2066INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2067P: Yi Zhu
2068M: yi.zhu@intel.com
2069P: James Ketrenos
2070M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002071L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002072L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002073L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2074W: http://ipw2200.sourceforge.net
2075S: Supported
2076
Zhu Yib481de92007-09-25 17:54:57 -07002077INTEL WIRELESS WIFI LINK (iwlwifi)
2078P: Zhu Yi
2079M: yi.zhu@intel.com
2080L: linux-wireless@vger.kernel.org
2081L: ipw3945-devel@lists.sourceforge.net
2082W: http://intellinuxwireless.org
2083T: git git://intellinuxwireless.org/repos/iwlwifi
2084S: Supported
2085
Ralf Baechlecb109a02007-08-30 23:56:30 -07002086IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087P: Ralf Baechle
2088M: ralf@linux-mips.org
2089L: linux-mips@linux-mips.org
2090S: Maintained
2091
Ralf Baechlecb109a02007-08-30 23:56:30 -07002092IOC3 SERIAL DRIVER
2093P: Pat Gefre
2094M: pfg@sgi.com
2095L: linux-kernel@linux-mips.org
2096S: Maintained
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098IP MASQUERADING:
2099P: Juanjo Ciarlante
2100M: jjciarla@raiz.uncu.edu.ar
2101S: Maintained
2102
Francois Romieu1202d6f2007-09-17 17:13:55 -07002103IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2104P: Francois Romieu
2105M: romieu@fr.zoreil.com
2106P: Sorbica Shieh
2107M: sorbica@icplus.com.tw
2108P: Jesse Huang
2109M: jesse@icplus.com.tw
2110L: netdev@vger.kernel.org
2111S: Maintained
2112
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002113IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002114P: Arthur Jones
2115M: infinipath@qlogic.com
2116L: general@lists.openfabrics.org
2117T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002118S: Supported
2119
Corey Minyard4409ebe2006-04-20 02:43:12 -07002120IPMI SUBSYSTEM
2121P: Corey Minyard
2122M: minyard@acm.org
2123L: openipmi-developer@lists.sourceforge.net
2124W: http://openipmi.sourceforge.net/
2125S: Supported
2126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127IPX NETWORK LAYER
2128P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002129M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002130L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Maintained
2132
2133IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002134P: Samuel Ortiz
2135M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002136L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002138S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139
2140ISAPNP
2141P: Jaroslav Kysela
2142M: perex@suse.cz
2143S: Maintained
2144
2145ISDN SUBSYSTEM
2146P: Karsten Keil
2147M: kkeil@suse.de
2148P: Kai Germaschewski
2149M: kai.germaschewski@gmx.de
2150L: isdn4linux@listserv.isdn4linux.de
2151W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002152T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Maintained
2154
2155ISDN SUBSYSTEM (Eicon active card driver)
2156P: Armin Schindler
2157M: mac@melware.de
2158L: isdn4linux@listserv.isdn4linux.de
2159W: http://www.melware.de
2160S: Maintained
2161
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2163P: David Woodhouse
2164M: dwmw2@infradead.org
2165L: jffs-dev@axis.com
2166W: http://sources.redhat.com/jffs2/
2167S: Maintained
2168
2169JFS FILESYSTEM
2170P: Dave Kleikamp
2171M: shaggy@austin.ibm.com
2172L: jfs-discussion@lists.sourceforge.net
2173W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002174T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175S: Supported
2176
Josh Triplettde456d32006-07-30 03:04:00 -07002177JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002178P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002179M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002180L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002181S: Maintained
2182
Rudolf Marek4660cb32006-10-08 22:01:26 +02002183K8TEMP HARDWARE MONITORING DRIVER
2184P: Rudolf Marek
2185M: r.marek@assembler.cz
2186L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187S: Maintained
2188
2189KCONFIG
2190P: Roman Zippel
2191M: zippel@linux-m68k.org
2192L: kbuild-devel@lists.sourceforge.net
2193S: Maintained
2194
Vivek Goyalea6c2082006-05-20 14:59:55 -07002195KDUMP
2196P: Vivek Goyal
2197M: vgoyal@in.ibm.com
2198P: Haren Myneni
2199M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002200L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002201L: linux-kernel@vger.kernel.org
2202W: http://lse.sourceforge.net/kdump/
2203S: Maintained
2204
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205KERNEL AUTOMOUNTER (AUTOFS)
2206P: H. Peter Anvin
2207M: hpa@zytor.com
2208L: autofs@linux.kernel.org
2209S: Odd Fixes
2210
2211KERNEL AUTOMOUNTER v4 (AUTOFS4)
2212P: Ian Kent
2213M: raven@themaw.net
2214L: autofs@linux.kernel.org
2215S: Maintained
2216
2217KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2218P: Kai Germaschewski
2219M: kai@germaschewski.name
2220P: Sam Ravnborg
2221M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002222T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002223S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224
2225KERNEL JANITORS
2226P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002227L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229S: Maintained
2230
2231KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002232P: J. Bruce Fields
2233M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002235M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236L: nfs@lists.sourceforge.net
2237W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002238S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239
Avi Kivity426d62e2006-12-13 00:34:03 -08002240KERNEL VIRTUAL MACHINE (KVM)
2241P: Avi Kivity
2242M: avi@qumranet.com
2243L: kvm-devel@lists.sourceforge.net
2244W: kvm.sourceforge.net
2245S: Supported
2246
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002247KEXEC
2248P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002249M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002250W: http://www.xmission.com/~ebiederm/files/kexec/
2251L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002252L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002253S: Maintained
2254
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002255KPROBES
2256P: Prasanna S Panchamukhi
2257M: prasanna@in.ibm.com
2258P: Ananth N Mavinakayanahalli
2259M: ananth@in.ibm.com
2260P: Anil S Keshavamurthy
2261M: anil.s.keshavamurthy@intel.com
2262P: David S. Miller
2263M: davem@davemloft.net
2264L: linux-kernel@vger.kernel.org
2265S: Maintained
2266
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002267KS0108 LCD CONTROLLER DRIVER
2268P: Miguel Ojeda Sandonis
2269M: maxextreme@gmail.com
2270L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002271W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002272S: Maintained
2273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002276S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277
2278LASI 53c700 driver for PARISC
2279P: James E.J. Bottomley
2280M: James.Bottomley@HansenPartnership.com
2281L: linux-scsi@vger.kernel.org
2282S: Maintained
2283
Richard Purdie263de9b2006-05-15 09:44:16 -07002284LED SUBSYSTEM
2285P: Richard Purdie
2286M: rpurdie@rpsys.net
2287S: Maintained
2288
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289LEGO USB Tower driver
2290P: Juergen Stuber
2291M: starblue@users.sourceforge.net
2292L: legousb-devel@lists.sourceforge.net
2293W: http://legousb.sourceforge.net/
2294S: Maintained
2295
2296LINUX FOR IBM pSERIES (RS/6000)
2297P: Paul Mackerras
2298M: paulus@au.ibm.com
2299W: http://www.ibm.com/linux/ltc/projects/ppc
2300S: Supported
2301
2302LINUX FOR NCR VOYAGER
2303P: James Bottomley
2304M: James.Bottomley@HansenPartnership.com
2305W: http://www.hansenpartnership.com/voyager
2306S: Maintained
2307
2308LINUX FOR POWERPC
2309P: Paul Mackerras
2310M: paulus@samba.org
2311W: http://www.penguinppc.org/
2312L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002313T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314S: Supported
2315
2316LINUX FOR POWER MACINTOSH
2317P: Benjamin Herrenschmidt
2318M: benh@kernel.crashing.org
2319W: http://www.penguinppc.org/
2320L: linuxppc-dev@ozlabs.org
2321S: Maintained
2322
2323LINUX FOR POWERPC EMBEDDED MPC52XX
2324P: Sylvain Munaut
2325M: tnt@246tNt.com
2326W: http://www.246tNt.com/mpc52xx/
2327W: http://www.penguinppc.org/
2328L: linuxppc-dev@ozlabs.org
2329L: linuxppc-embedded@ozlabs.org
2330S: Maintained
2331
2332LINUX FOR POWERPC EMBEDDED PPC4XX
2333P: Matt Porter
2334M: mporter@kernel.crashing.org
2335W: http://www.penguinppc.org/
2336L: linuxppc-embedded@ozlabs.org
2337S: Maintained
2338
Tom Rinie93adf12005-07-26 12:49:53 -07002339LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340P: Tom Rini
2341M: trini@kernel.crashing.org
2342W: http://www.penguinppc.org/
2343L: linuxppc-embedded@ozlabs.org
2344S: Maintained
2345
Tom Rinie93adf12005-07-26 12:49:53 -07002346LINUX FOR POWERPC EMBEDDED PPC8XX
2347P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002348M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002349W: http://www.penguinppc.org/
2350L: linuxppc-embedded@ozlabs.org
2351S: Maintained
2352
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002354P: Kumar Gala
2355M: galak@kernel.crashing.org
2356W: http://www.penguinppc.org/
2357L: linuxppc-embedded@ozlabs.org
2358S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359
Olof Johanssonab06ff32006-09-06 14:44:54 -05002360LINUX FOR POWERPC PA SEMI PWRFICIENT
2361P: Olof Johansson
2362M: olof@lixom.net
2363W: http://www.pasemi.com/
2364L: linuxppc-dev@ozlabs.org
2365S: Supported
2366
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367LLC (802.2)
2368P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002369M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Maintained
2371
2372LINUX FOR 64BIT POWERPC
2373P: Paul Mackerras
2374M: paulus@samba.org
2375M: paulus@au.ibm.com
2376P: Anton Blanchard
2377M: anton@samba.org
2378M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002379W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002380L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Supported
2382
2383LINUX SECURITY MODULE (LSM) FRAMEWORK
2384P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002385M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002386L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002388T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Supported
2390
2391LM83 HARDWARE MONITOR DRIVER
2392P: Jean Delvare
2393M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002394L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395S: Maintained
2396
2397LM90 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
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002403LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Richard Russon (FlatCap)
2405M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002406L: linux-ntfs-dev@lists.sourceforge.net
2407W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Maintained
2409
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002410LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2411P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002412M: Eric.Moore@lsi.com
2413M: support@lsi.com
2414L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002415L: linux-scsi@vger.kernel.org
2416W: http://www.lsilogic.com/support
2417S: Supported
2418
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2420P: Matthew Wilcox
2421M: matthew@wil.cx
2422L: linux-scsi@vger.kernel.org
2423S: Maintained
2424
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002425M32R ARCHITECTURE
2426P: Hirokazu Takata
2427M: takata@linux-m32r.org
2428L: linux-m32r@ml.linux-m32r.org
2429L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2430W: http://www.linux-m32r.org/
2431S: Maintained
2432
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433M68K ARCHITECTURE
2434P: Geert Uytterhoeven
2435M: geert@linux-m68k.org
2436P: Roman Zippel
2437M: zippel@linux-m68k.org
2438L: linux-m68k@lists.linux-m68k.org
2439W: http://www.linux-m68k.org/
2440W: http://linux-m68k-cvs.ubb.ca/
2441S: Maintained
2442
2443M68K ON APPLE MACINTOSH
2444P: Joshua Thompson
2445M: funaho@jurai.org
2446W: http://www.mac.linux-m68k.org/
2447L: linux-mac68k@mac.linux-m68k.org
2448S: Maintained
2449
2450M68K ON HP9000/300
2451P: Philip Blundell
2452M: philb@gnu.org
2453W: http://www.tazenda.demon.co.uk/phil/linux-hp
2454S: Maintained
2455
Jiri Benc64a327a2007-05-05 11:47:08 -07002456MAC80211
2457P: Jiri Benc
2458M: jbenc@suse.cz
2459P: Michael Wu
2460M: flamingice@sourmilk.net
2461L: linux-wireless@vger.kernel.org
2462W: http://linuxwireless.org/
2463T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2464S: Maintained
2465
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002466MACVLAN DRIVER
2467P: Patrick McHardy
2468M: kaber@trash.net
2469L: netdev@vger.kernel.org
2470S: Maintained
2471
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472MARVELL YUKON / SYSKONNECT DRIVER
2473P: Mirko Lindner
2474M: mlindner@syskonnect.de
2475P: Ralph Roesler
2476M: rroesler@syskonnect.de
2477W: http://www.syskonnect.com
2478S: Supported
2479
Michael Kerriskfaf16682005-07-31 22:34:47 -07002480MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002481P: Michael Kerrisk
2482M: mtk-manpages@gmx.net
2483W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2484S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002485
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002486MARVELL MV643XX ETHERNET DRIVER
2487P: Dale Farnsworth
2488M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002490M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002491L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002492S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493
2494MATROX FRAMEBUFFER DRIVER
2495P: Petr Vandrovec
2496M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002497L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498S: Maintained
2499
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002500MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2501P: Hans J. Koch
2502M: hjk@linutronix.de
2503L: lm-sensors@lm-sensors.org
2504S: Maintained
2505
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002506MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002507P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002508M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002509S: linux-scsi@vger.kernel.org
2510W: http://megaraid.lsilogic.com
2511S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002512
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002513MEMORY MANAGEMENT
2514L: linux-mm@kvack.org
2515L: linux-kernel@vger.kernel.org
2516W: http://www.linux-mm.org
2517S: Maintained
2518
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002519MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520P: David Woodhouse
2521M: dwmw2@infradead.org
2522W: http://www.linux-mtd.infradead.org/
2523L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002524T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525S: Maintained
2526
Artem Bityutskiy48576402007-02-13 17:11:10 +02002527UNSORTED BLOCK IMAGES (UBI)
2528P: Artem Bityutskiy
2529M: dedekind@infradead.org
2530W: http://www.linux-mtd.infradead.org/
2531L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002532T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002533S: Maintained
2534
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535MICROTEK X6 SCANNER
2536P: Oliver Neukum
2537M: oliver@neukum.name
2538S: Maintained
2539
2540MIPS
2541P: Ralf Baechle
2542M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002543W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002545T: git www.linux-mips.org:/pub/scm/linux.git
2546S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547
2548MISCELLANEOUS MCA-SUPPORT
2549P: James Bottomley
2550M: jejb@steeleye.com
2551L: linux-kernel@vger.kernel.org
2552S: Maintained
2553
2554MODULE SUPPORT
2555P: Rusty Russell
2556M: rusty@rustcorp.com.au
2557L: linux-kernel@vger.kernel.org
2558S: Maintained
2559
2560MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2561P: Stelian Pop
2562M: stelian@popies.net
2563W: http://popies.net/meye/
2564S: Maintained
2565
Pavel Pisac58ff042007-05-16 01:10:41 +02002566MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2567P: Pavel Pisa
2568M: ppisa@pikron.com
2569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2570W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2571S: Maintained
2572
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573MOUSE AND MISC DEVICES [GENERAL]
2574P: Alessandro Rubini
2575M: rubini@ipvvis.unipv.it
2576L: linux-kernel@vger.kernel.org
2577S: Maintained
2578
Jiri Slabyd7354102006-12-08 02:38:35 -08002579MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2580P: Jiri Slaby
2581M: jirislaby@gmail.com
2582L: linux-kernel@vger.kernel.org
2583S: Maintained
2584
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002585MSI LAPTOP SUPPORT
2586P: Lennart Poettering
2587M: mzxreary@0pointer.de
2588L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2589W: http://0pointer.de/lennart/tchibo.html
2590S: Maintained
2591
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592MTRR AND SIMILAR SUPPORT [i386]
2593P: Richard Gooch
2594M: rgooch@atnf.csiro.au
2595L: linux-kernel@vger.kernel.org
2596W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2597S: Maintained
2598
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002599MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2600P: Pierre Ossman
2601M: drzeus-mmc@drzeus.cx
2602L: linux-kernel@vger.kernel.org
2603S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002604
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605MULTISOUND SOUND DRIVER
2606P: Andrew Veliath
2607M: andrewtv@usa.net
2608S: Maintained
2609
Jiri Slabyd7354102006-12-08 02:38:35 -08002610MULTITECH MULTIPORT CARD (ISICOM)
2611P: Jiri Slaby
2612M: jirislaby@gmail.com
2613L: linux-kernel@vger.kernel.org
2614S: Maintained
2615
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616NATSEMI ETHERNET DRIVER (DP8381x)
2617P: Tim Hockin
2618M: thockin@hockin.org
2619S: Maintained
2620
2621NCP FILESYSTEM
2622P: Petr Vandrovec
2623M: vandrove@vc.cvut.cz
2624L: linware@sh.cvut.cz
2625S: Maintained
2626
2627NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2628P: James E.J. Bottomley
2629M: James.Bottomley@HansenPartnership.com
2630L: linux-scsi@vger.kernel.org
2631S: Maintained
2632
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002633NETEM NETWORK EMULATOR
2634P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002635M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002636L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002637S: Maintained
2638
Jiri Slaby4a584482007-08-30 23:56:39 -07002639NETERION (S2IO) Xframe 10GbE DRIVER
2640P: Ramkrishna Vepa
2641M: ram.vepa@neterion.com
2642P: Rastapur Santosh
2643M: santosh.rastapur@neterion.com
2644P: Sivakumar Subramani
2645M: sivakumar.subramani@neterion.com
2646P: Sreenivasa Honnur
2647M: sreenivasa.honnur@neterion.com
2648L: netdev@vger.kernel.org
2649W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2650S: Supported
2651
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652NETFILTER/IPTABLES/IPCHAINS
2653P: Rusty Russell
2654P: Marc Boucher
2655P: James Morris
2656P: Harald Welte
2657P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002658P: Patrick McHardy
2659M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002660L: netfilter-devel@vger.kernel.org
2661L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002662L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663W: http://www.netfilter.org/
2664W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665S: Supported
2666
Paul Moore4cc67732006-09-25 15:57:13 -07002667NETLABEL
2668P: Paul Moore
2669M: paul.moore@hp.com
2670W: http://netlabel.sf.net
2671L: netdev@vger.kernel.org
2672S: Supported
2673
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674NETROM NETWORK LAYER
2675P: Ralf Baechle
2676M: ralf@linux-mips.org
2677L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002678W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679S: Maintained
2680
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002681NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682P: Paul Clements
2683M: Paul.Clements@steeleye.com
2684S: Maintained
2685
2686NETWORK DEVICE DRIVERS
2687P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002688M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689P: Jeff Garzik
2690M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002691L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002692T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693S: Maintained
2694
2695NETWORKING [GENERAL]
2696P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002697M: netdev@vger.kernel.org
2698L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002699W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700S: Maintained
2701
2702NETWORKING [IPv4/IPv6]
2703P: David S. Miller
2704M: davem@davemloft.net
2705P: Alexey Kuznetsov
2706M: kuznet@ms2.inr.ac.ru
2707P: Pekka Savola (ipv6)
2708M: pekkas@netcore.fi
2709P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002710M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711P: Hideaki YOSHIFUJI
2712M: yoshfuji@linux-ipv6.org
2713P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002714M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002715L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002716T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717S: Maintained
2718
James Morris10e2ff12007-08-25 14:41:28 -07002719NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2720P: Paul Moore
2721M: paul.moore@hp.com
2722L: netdev@vger.kernel.org
2723S: Maintained
2724
John W. Linville29f8f632006-01-18 14:52:48 -08002725NETWORKING [WIRELESS]
2726P: John W. Linville
2727M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002728L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002729T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2730S: Maintained
2731
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002732NETXEN (1/10) GbE SUPPORT
2733P: Amit S. Kale
2734M: amitkale@netxen.com
2735L: netdev@vger.kernel.org
2736W: http://www.netxen.com
2737S: Supported
2738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739IPVS
2740P: Wensong Zhang
2741M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002742P: Simon Horman
2743M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744P: Julian Anastasov
2745M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002746L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747S: Maintained
2748
2749NFS CLIENT
2750P: Trond Myklebust
2751M: trond.myklebust@fys.uio.no
2752L: linux-kernel@vger.kernel.org
2753S: Maintained
2754
2755NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002756P: Jan-Pascal van Best
2757M: janpascal@vanbest.org
2758P: Andreas Mohr
2759M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002760L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761S: Maintained
2762
2763NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2764P: YOKOTA Hiroshi
2765M: yokota@netlab.is.tsukuba.ac.jp
2766W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2767S: Maintained
2768
2769NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2770P: GOTO Masanori
2771M: gotom@debian.or.jp
2772P: YOKOTA Hiroshi
2773M: yokota@netlab.is.tsukuba.ac.jp
2774W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2775S: Maintained
2776
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777NTFS FILESYSTEM
2778P: Anton Altaparmakov
2779M: aia21@cantab.net
2780L: linux-ntfs-dev@lists.sourceforge.net
2781L: linux-kernel@vger.kernel.org
2782W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002783T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784S: Maintained
2785
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002786NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002787P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002788M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002789L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002790S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002792OPENCORES I2C BUS DRIVER
2793P: Peter Korsgaard
2794M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002795L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002796S: Maintained
2797
Mark Fashehccd979b2005-12-15 14:31:24 -08002798ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2799P: Mark Fasheh
2800M: mark.fasheh@oracle.com
2801P: Kurt Hackel
2802M: kurt.hackel@oracle.com
2803L: ocfs2-devel@oss.oracle.com
2804W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002805S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002806
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807OLYMPIC NETWORK DRIVER
2808P: Peter De Shrijver
2809M: p2@ace.ulyssis.student.kuleuven.ac.be
2810P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002811M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002812L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813L: linux-tr@linuxtr.net
2814W: http://www.linuxtr.net
2815S: Maintained
2816
Harald Weltec1986ee2005-11-13 16:06:29 -08002817OMNIKEY CARDMAN 4000 DRIVER
2818P: Harald Welte
2819M: laforge@gnumonks.org
2820S: Maintained
2821
Harald Welte77c44ab2005-11-13 16:06:26 -08002822OMNIKEY CARDMAN 4040 DRIVER
2823P: Harald Welte
2824M: laforge@gnumonks.org
2825S: Maintained
2826
Jonathan Corbet77d51402007-03-22 19:44:17 -03002827OMNIVISION OV7670 SENSOR DRIVER
2828P: Jonathan Corbet
2829M: corbet@lwn.net
2830L: video4linux-list@redhat.com
2831S: Maintained
2832
Thomas Gleixner431bca72007-05-02 09:31:35 +02002833ONENAND FLASH DRIVER
2834P: Kyungmin Park
2835M: kyungmin.park@samsung.com
2836L: linux-mtd@lists.infradead.org
2837S: Maintained
2838
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839ONSTREAM SCSI TAPE DRIVER
2840P: Willem Riede
2841M: osst@riede.org
2842L: osst-users@lists.sourceforge.net
2843L: linux-scsi@vger.kernel.org
2844S: Maintained
2845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846OPROFILE
2847P: Philippe Elie
2848M: phil.el@wanadoo.fr
2849L: oprofile-list@lists.sf.net
2850S: Maintained
2851
2852ORINOCO DRIVER
2853P: Pavel Roskin
2854M: proski@gnu.org
2855P: David Gibson
2856M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002857L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002858L: orinoco-users@lists.sourceforge.net
2859L: orinoco-devel@lists.sourceforge.net
2860W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861S: Maintained
2862
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002863PA SEMI ETHERNET DRIVER
2864P: Olof Johansson
2865M: olof@lixom.net
2866L: netdev@vger.kernel.org
2867S: Maintained
2868
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002869PA SEMI SMBUS DRIVER
2870P: Olof Johansson
2871M: olof@lixom.net
2872L: i2c@lm-sensors.org
2873S: Maintained
2874
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002876L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002877S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878
2879PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2880P: Tim Waugh
2881M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002882L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883W: http://www.torque.net/linux-pp.html
2884S: Maintained
2885
2886PARISC ARCHITECTURE
2887P: Matthew Wilcox
2888M: matthew@wil.cx
2889P: Grant Grundler
2890M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002891P: Kyle McMartin
2892M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893L: parisc-linux@parisc-linux.org
2894W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002895T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2896T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897S: Maintained
2898
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002899PARAVIRT_OPS INTERFACE
2900P: Jeremy Fitzhardinge
2901M: jeremy@xensource.com
2902P: Chris Wright
2903M: chrisw@sous-sol.org
2904P: Zachary Amsden
2905M: zach@vmware.com
2906P: Rusty Russell
2907M: rusty@rustcorp.com.au
2908L: virtualization@lists.osdl.org
2909L: linux-kernel@vger.kernel.org
2910S: Supported
2911
Jim Cromie1662d322006-10-06 00:43:59 -07002912PC87360 HARDWARE MONITORING DRIVER
2913P: Jim Cromie
2914M: jim.cromie@gmail.com
2915L: lm-sensors@lm-sensors.org
2916S: Maintained
2917
2918PC8736x GPIO DRIVER
2919P: Jim Cromie
2920M: jim.cromie@gmail.com
2921S: Maintained
2922
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002923PCI ERROR RECOVERY
2924P: Linas Vepstas
2925M: linas@austin.ibm.com
2926L: linux-kernel@vger.kernel.org
2927L: linux-pci@atrey.karlin.mff.cuni.cz
2928S: Supported
2929
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2931P: Thomas Sailer
2932M: sailer@ife.ee.ethz.ch
2933L: linux-sound@vger.kernel.org
2934W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2935S: Maintained
2936
2937PCI SUBSYSTEM
2938P: Greg Kroah-Hartman
2939M: gregkh@suse.de
2940L: linux-kernel@vger.kernel.org
2941L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002942T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943S: Supported
2944
2945PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002946P: Kristen Carlson Accardi
2947M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948S: Supported
2949
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002950PCIE HOTPLUG DRIVER
2951P: Kristen Carlson Accardi
2952M: kristen.c.accardi@intel.com
2953L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002954S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002955
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002957P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002958L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002960T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002961S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962
2963PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002964P: Don Fry
2965M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002966L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967S: Maintained
2968
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002969PER-TASK DELAY ACCOUNTING
2970P: Shailabh Nagar
2971M: nagar@watson.ibm.com
2972L: linux-kernel@vger.kernel.org
2973S: Maintained
2974
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002975PERSONALITY HANDLING
2976P: Christoph Hellwig
2977M: hch@infradead.org
2978L: linux-abi-devel@lists.sourceforge.net
2979S: Maintained
2980
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002982P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983M: joern@wh.fh-wedel.de
2984L: linux-mtd@lists.infradead.org
2985S: Maintained
2986
Peter Osterlund249a6772005-09-27 21:45:30 -07002987PKTCDVD DRIVER
2988P: Peter Osterlund
2989M: petero2@telia.com
2990L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002991S: Maintained
2992
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002994P: Thomas Gleixner
2995M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002996L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997S: Supported
2998
Anton Vorontsov3be86142007-07-15 04:43:36 +04002999POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3000P: Anton Vorontsov
3001M: cbou@mail.ru
3002P: David Woodhouse
3003M: dwmw2@infradead.org
3004L: linux-kernel@vger.kernel.org
3005L: kernel-discuss@handhelds.org
3006T: git git.infradead.org/battery-2.6.git
3007S: Maintained
3008
Eugene Surovegin24682972005-10-14 03:00:53 -07003009POWERPC 4xx EMAC DRIVER
3010P: Eugene Surovegin
3011M: ebs@ebshome.net
3012W: http://kernel.ebshome.net/emac/
3013L: linuxppc-embedded@ozlabs.org
3014L: netdev@vger.kernel.org
3015S: Maintained
3016
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017PNP SUPPORT
3018P: Adam Belay
3019M: ambx1@neo.rr.com
3020S: Maintained
3021
Vitaly Wool999445d2007-01-04 13:07:03 +01003022PNXxxxx I2C DRIVER
3023P: Vitaly Wool
3024M: vitalywool@gmail.com
3025L: i2c@lm-sensors.org
3026S: Maintained
3027
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028PPP PROTOCOL DRIVERS AND COMPRESSORS
3029P: Paul Mackerras
3030M: paulus@samba.org
3031L: linux-ppp@vger.kernel.org
3032S: Maintained
3033
3034PPP OVER ATM (RFC 2364)
3035P: Mitchell Blank Jr
3036M: mitch@sfgoth.com
3037S: Maintained
3038
3039PPP OVER ETHERNET
3040P: Michal Ostrowski
3041M: mostrows@speakeasy.net
3042S: Maintained
3043
James Chapmana6d23702007-06-27 15:53:17 -07003044PPP OVER L2TP
3045P: James Chapman
3046M: jchapman@katalix.com
3047S: Maintained
3048
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049PREEMPTIBLE KERNEL
3050P: Robert Love
3051M: rml@tech9.net
3052L: linux-kernel@vger.kernel.org
3053L: kpreempt-tech@lists.sourceforge.net
3054W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3055S: Supported
3056
Michael Wueff1a592007-09-25 18:11:01 -07003057P54 WIRELESS DRIVER
3058P: Michael Wu
3059M: flamingice@sourmilk.net
3060L: linux-wireless@vger.kernel.org
3061W: http://prism54.org
3062T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3063S: Maintained
3064
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003066P: Luis R. Rodriguez
3067M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003068L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069W: http://prism54.org
3070S: Maintained
3071
3072PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3073P: Peter Denison
3074M: promise@pnd-pc.demon.co.uk
3075W: http://www.pnd-pc.demon.co.uk/promise/
3076S: Maintained
3077
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003078PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3079P: Mikael Pettersson
3080M: mikpe@it.uu.se
3081L: linux-ide@vger.kernel.org
3082S: Maintained
3083
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003084PS3 NETWORK SUPPORT
3085P: Masakazu Mokuno
3086M: mokuno@sm.sony.co.jp
3087L: netdev@vger.kernel.org
3088L: cbe-oss-dev@ozlabs.org
3089S: Supported
3090
Geoff Levandf58a9d12006-11-23 00:46:51 +01003091PS3 PLATFORM SUPPORT
3092P: Geoff Levand
3093M: geoffrey.levand@am.sony.com
3094L: linuxppc-dev@ozlabs.org
3095L: cbe-oss-dev@ozlabs.org
3096S: Supported
3097
Michael Krufky83202042006-07-03 00:24:18 -07003098PVRUSB2 VIDEO4LINUX DRIVER
3099P: Mike Isely
3100M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003101L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003102L: video4linux-list@redhat.com
3103W: http://www.isely.net/pvrusb2/
3104S: Maintained
3105
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106PXA2xx SUPPORT
3107P: Nicolas Pitre
3108M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003109L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110S: Maintained
3111
Pierre Ossman272f1332007-05-14 21:25:26 +02003112PXA MMCI DRIVER
3113S: Orphan
3114
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115QLOGIC QLA2XXX FC-SCSI DRIVER
3116P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003117M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118L: linux-scsi@vger.kernel.org
3119S: Supported
3120
Ron Mercer5a4faa872006-07-25 00:40:21 -07003121QLOGIC QLA3XXX NETWORK DRIVER
3122P: Ron Mercer
3123M: linux-driver@qlogic.com
3124L: netdev@vger.kernel.org
3125S: Supported
3126
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127QNX4 FILESYSTEM
3128P: Anders Larsen
3129M: al@alarsen.net
3130L: linux-kernel@vger.kernel.org
3131W: http://www.alarsen.net/linux/qnx4fs/
3132S: Maintained
3133
3134RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003135P: Benjamin Herrenschmidt
3136M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003137L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138S: Maintained
3139
3140RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003141P: Paul Mackerras
3142M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003143L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144S: Maintained
3145
3146RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3147P: Corey Thomas
3148M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003149L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003152RALINK RT2X00 WLAN DRIVER
3153P: rt2x00 project
3154L: linux-wireless@vger.kernel.org
3155L: rt2400-devel@lists.sourceforge.net
3156W: http://rt2x00.serialmonkey.com/
3157S: Maintained
3158F: drivers/net/wireless/rt2x00/
3159
Matt Mackall9e95ce22005-04-16 15:25:56 -07003160RANDOM NUMBER DRIVER
3161P: Matt Mackall
3162M: mpm@selenic.com
3163S: Maintained
3164
Matt Porter394b7012005-11-07 01:00:15 -08003165RAPIDIO SUBSYSTEM
3166P: Matt Porter
3167M: mporter@kernel.crashing.org
3168L: linux-kernel@vger.kernel.org
3169S: Maintained
3170
Josh Triplett595182b2006-10-04 02:17:21 -07003171READ-COPY UPDATE (RCU)
3172P: Dipankar Sarma
3173M: dipankar@in.ibm.com
3174W: http://www.rdrop.com/users/paulmck/rclock/
3175L: linux-kernel@vger.kernel.org
3176S: Supported
3177
3178RCUTORTURE MODULE
3179P: Josh Triplett
3180M: josh@freedesktop.org
3181L: linux-kernel@vger.kernel.org
3182S: Maintained
3183
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184REAL TIME CLOCK DRIVER
3185P: Paul Gortmaker
3186M: p_gortmaker@yahoo.com
3187L: linux-kernel@vger.kernel.org
3188S: Maintained
3189
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003190REAL TIME CLOCK (RTC) SUBSYSTEM
3191P: Alessandro Zummo
3192M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003193L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003194S: Maintained
3195
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196REISERFS FILE SYSTEM
3197P: Hans Reiser
3198M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003199L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200W: http://www.namesys.com
3201S: Supported
3202
3203ROCKETPORT DRIVER
3204P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205W: http://www.comtrol.com
3206S: Maintained
3207
3208ROSE NETWORK LAYER
3209P: Ralf Baechle
3210M: ralf@linux-mips.org
3211L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003212W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213S: Maintained
3214
3215RISCOM8 DRIVER
3216S: Orphan
3217
Michael Wu605bebe2007-05-14 01:41:02 -04003218RTL818X WIRELESS DRIVER
3219P: Michael Wu
3220M: flamingice@sourmilk.net
3221P: Andrea Merello
3222M: andreamrl@tiscali.it
3223L: linux-wireless@vger.kernel.org
3224W: http://linuxwireless.org/
3225T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3226S: Maintained
3227
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003228S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003229P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003230M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003231L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003232S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003233
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234S390
3235P: Martin Schwidefsky
3236M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003237P: Heiko Carstens
3238M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003240L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003241W: http://www.ibm.com/developerworks/linux/linux390/
3242S: Supported
3243
3244S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003245P: Ursula Braun
3246M: ubraun@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003247M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003248L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003249W: http://www.ibm.com/developerworks/linux/linux390/
3250S: Supported
3251
3252S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003253P: Swen Schillig
3254M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003255M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003256L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003257W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258S: Supported
3259
Ursula Braundd96df22007-09-19 13:09:02 +02003260S390 IUCV NETWORK LAYER
3261P: Ursula Braun
3262M: ubraun@linux.vnet.ibm.com
3263M: linux390@de.ibm.com
3264L: linux-s390@vger.kernel.org
3265W: http://www.ibm.com/developerworks/linux/linux390/
3266S: Supported
3267
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268SAA7146 VIDEO4LINUX-2 DRIVER
3269P: Michael Hunold
3270M: michael@mihu.de
3271W: http://www.mihu.de/linux/saa7146
3272S: Maintained
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274SC1200 WDT DRIVER
3275P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003276M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277S: Maintained
3278
3279SCHEDULER
3280P: Ingo Molnar
3281M: mingo@elte.hu
3282P: Robert Love [the preemptible kernel bits]
3283M: rml@tech9.net
3284L: linux-kernel@vger.kernel.org
3285S: Maintained
3286
3287SCSI CDROM DRIVER
3288P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003289M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290L: linux-scsi@vger.kernel.org
3291W: http://www.kernel.dk
3292S: Maintained
3293
3294SCSI SG DRIVER
3295P: Doug Gilbert
3296M: dgilbert@interlog.com
3297L: linux-scsi@vger.kernel.org
3298W: http://www.torque.net/sg
3299S: Maintained
3300
3301SCSI SUBSYSTEM
3302P: James E.J. Bottomley
3303M: James.Bottomley@SteelEye.com
3304L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003305T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306S: Maintained
3307
3308SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003309P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310M: Kai.Makisara@kolumbus.fi
3311L: linux-scsi@vger.kernel.org
3312S: Maintained
3313
3314SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003315P: Vlad Yasevich
3316M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003317P: Sridhar Samudrala
3318M: sri@us.ibm.com
3319L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003320W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003321S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322
3323SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003324P: Jim Cromie
3325M: jim.cromie@gmail.com
3326S: Odd Fixes
3327
3328SCx200 GPIO DRIVER
3329P: Jim Cromie
3330M: jim.cromie@gmail.com
3331S: Maintained
3332
3333SCx200 HRT CLOCKSOURCE DRIVER
3334P: Jim Cromie
3335M: jim.cromie@gmail.com
3336S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337
3338SECURITY CONTACT
3339P: Security Officers
3340M: security@kernel.org
3341S: Supported
3342
3343SELINUX SECURITY MODULE
3344P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003345M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003347M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003348P: Eric Paris
3349M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003351L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352W: http://www.nsa.gov/selinux
3353S: Supported
3354
Jiri Slabycef2cf02007-05-08 00:31:45 -07003355SENSABLE PHANTOM
3356P: Jiri Slaby
3357M: jirislaby@gmail.com
3358S: Maintained
3359
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360SERIAL ATA (SATA) SUBSYSTEM:
3361P: Jeff Garzik
3362M: jgarzik@pobox.com
3363L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003364T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365S: Supported
3366
3367SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3368P: Pat Gefre
3369M: pfg@sgi.com
3370L: linux-ia64@vger.kernel.org
3371S: Supported
3372
3373SGI VISUAL WORKSTATION 320 AND 540
3374P: Andrey Panin
3375M: pazke@donpac.ru
3376L: linux-visws-devel@lists.sf.net
3377W: http://linux-visws.sf.net
3378S: Maintained for 2.6.
3379
3380SIMTEC EB110ATX (Chalice CATS)
3381P: Ben Dooks
3382P: Vincent Sanders
3383M: support@simtec.co.uk
3384W: http://www.simtec.co.uk/products/EB110ATX/
3385S: Supported
3386
3387SIMTEC EB2410ITX (BAST)
3388P: Ben Dooks
3389P: Vincent Sanders
3390M: support@simtec.co.uk
3391W: http://www.simtec.co.uk/products/EB2410ITX/
3392S: Supported
3393
Francois Romieu92aab3c2005-07-30 13:11:18 +02003394SIS 190 ETHERNET DRIVER
3395P: Francois Romieu
3396M: romieu@fr.zoreil.com
3397L: netdev@vger.kernel.org
3398S: Maintained
3399
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400SIS 5513 IDE CONTROLLER DRIVER
3401P: Lionel Bouton
3402M: Lionel.Bouton@inet6.fr
3403W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3404W: http://gyver.homeip.net/sis5513/index.html
3405S: Maintained
3406
3407SIS 900/7016 FAST ETHERNET DRIVER
3408P: Daniele Venzano
3409M: venza@brownhat.org
3410W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003411L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412S: Maintained
3413
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003414SIS 96X I2C/SMBUS DRIVER
3415P: Mark M. Hoffman
3416M: mhoffman@lightlink.com
3417L: lm-sensors@lm-sensors.org
3418S: Maintained
3419
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420SIS FRAMEBUFFER DRIVER
3421P: Thomas Winischhofer
3422M: thomas@winischhofer.net
3423W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003424S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425
3426SIS USB2VGA DRIVER
3427P: Thomas Winischhofer
3428M: thomas@winischhofer.net
3429W: http://www.winischhofer.at/linuxsisusbvga.shtml
3430S: Maintained
3431
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003432SLAB ALLOCATOR
3433P: Christoph Lameter
3434M: clameter@sgi.com
3435P: Pekka Enberg
3436M: penberg@cs.helsinki.fi
3437L: linux-mm@kvack.org
3438S: Maintained
3439
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440SMC91x ETHERNET DRIVER
3441P: Nicolas Pitre
3442M: nico@cam.org
3443S: Maintained
3444
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003445SMSC47B397 HARDWARE MONITOR DRIVER
3446P: Mark M. Hoffman
3447M: mhoffman@lightlink.com
3448L: lm-sensors@lm-sensors.org
3449S: Maintained
3450
Daniel Drake8f0f8502006-07-18 22:00:25 +01003451SOFTMAC LAYER (IEEE 802.11)
3452P: Johannes Berg
3453M: johannes@sipsolutions.net
3454P: Joe Jezak
3455M: josejx@gentoo.org
3456P: Daniel Drake
3457M: dsd@gentoo.org
3458W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003459L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003460S: Maintained
3461
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462SOFTWARE RAID (Multiple Disks) SUPPORT
3463P: Ingo Molnar
3464M: mingo@redhat.com
3465P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003466M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003468S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469
Pavel Machek95a631e2007-07-19 01:47:42 -07003470HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471P: Pavel Machek
3472M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003473P: Rafael J. Wysocki
3474M: rjw@sisk.pl
3475L: linux-pm@lists.linux-foundation.org
3476S: Supported
3477
3478SUSPEND TO RAM:
3479P: Pavel Machek
3480M: pavel@suse.cz
3481P: Rafael J. Wysocki
3482M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003483L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484S: Maintained
3485
3486SONIC NETWORK DRIVER
3487P: Thomas Bogendoerfer
3488M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003489L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490S: Maintained
3491
Michael Buesch61e115a2007-09-18 15:12:50 -04003492SONICS SILICON BACKPLANE DRIVER (SSB)
3493P: Michael Buesch
3494M: mb@bu3sch.de
3495L: netdev@vger.kernel.org
3496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003499P: Mattia Dongili
3500M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003501L: linux-acpi@vger.kernel.org
3502W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503S: Maintained
3504
3505SOUND
3506P: Jaroslav Kysela
3507M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003508L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509S: Maintained
3510
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003511SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3512P: Liam Girdwood
3513M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003514L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003515S: Supported
3516
Kumar Gala025c3982006-04-02 16:05:54 -05003517SPI SUBSYSTEM
3518P: David Brownell
3519M: dbrownell@users.sourceforge.net
3520L: spi-devel-general@lists.sourceforge.net
3521S: Maintained
3522
Steven Rostedt855f46a2006-08-05 12:14:50 -07003523STABLE BRANCH:
3524P: Greg Kroah-Hartman
3525M: greg@kroah.com
3526P: Chris Wright
3527M: chrisw@sous-sol.org
3528L: stable@kernel.org
3529S: Maintained
3530
Kylene Hall1c72d462005-05-01 08:59:13 -07003531TPM DEVICE DRIVER
3532P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003533M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003534W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003535P: Marcel Selhorst
3536M: tpm@selhorst.net
3537W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003538L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003539S: Maintained
3540
Mark Gross1a80ba82005-10-30 15:02:55 -08003541Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003542P: Mark Gross
3543M: mark.gross@intel.com
3544S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003545
Chris Zankel48b415c2005-06-23 22:01:07 -07003546TENSILICA XTENSA PORT (xtensa):
3547P: Chris Zankel
3548M: chris@zankel.net
3549S: Maintained
3550
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003551THINKPAD ACPI EXTRAS DRIVER
3552P: Henrique de Moraes Holschuh
3553M: ibm-acpi@hmh.eng.br
3554L: ibm-acpi-devel@lists.sourceforge.net
3555W: http://ibm-acpi.sourceforge.net
3556W: http://thinkwiki.org/wiki/Ibm-acpi
3557T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3558S: Maintained
3559
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560UltraSPARC (sparc64):
3561P: David S. Miller
3562M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003564T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565S: Maintained
3566
3567SHARP LH SUPPORT (LH7952X & LH7A40X)
3568P: Marc Singer
3569M: elf@buici.com
3570W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572S: Maintained
3573
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003574SHPC HOTPLUG DRIVER
3575P: Kristen Carlson Accardi
3576M: kristen.c.accardi@intel.com
3577L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003578S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003579
Pierre Ossmand129bce2006-03-24 03:18:17 -08003580SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3581P: Pierre Ossman
3582M: drzeus-sdhci@drzeus.cx
3583L: sdhci-devel@list.drzeus.cx
3584W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3585S: Maintained
3586
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003587SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3588P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003589M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003590L: netdev@vger.kernel.org
3591S: Maintained
3592
Chris Boot1a87d942006-07-10 04:45:34 -07003593SOEKRIS NET48XX LED SUPPORT
3594P: Chris Boot
3595M: bootc@bootc.net
3596S: Maintained
3597
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598SPARC (sparc32):
3599P: William L. Irwin
3600M: wli@holomorphy.com
3601L: sparclinux@vger.kernel.org
3602S: Maintained
3603
3604SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3605P: Roger Wolff
3606M: R.E.Wolff@BitWizard.nl
3607L: linux-kernel@vger.kernel.org ?
3608S: Supported
3609
Jim Lewis2752e402006-09-29 02:01:19 -07003610SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003611P: Linas Vepstas
3612M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003613L: netdev@vger.kernel.org
3614S: Supported
3615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616SRM (Alpha) environment access
3617P: Jan-Benedict Glaw
3618M: jbglaw@lug-owl.de
3619L: linux-kernel@vger.kernel.org
3620S: Maintained
3621
3622STARFIRE/DURALAN NETWORK DRIVER
3623P: Ion Badulescu
3624M: ionut@cs.columbia.edu
3625S: Maintained
3626
3627STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3628W: http://mosquitonet.Stanford.EDU/strip.html
3629S: Unsupported ?
3630
3631STRADIS MPEG-2 DECODER DRIVER
3632P: Nathan Laredo
3633M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634W: http://www.stradis.com/
3635S: Maintained
3636
3637SUPERH (sh)
3638P: Paul Mundt
3639M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003640L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642S: Maintained
3643
3644SUPERH64 (sh64)
3645P: Paul Mundt
3646M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647L: linuxsh-shmedia-dev@lists.sourceforge.net
3648W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649S: Maintained
3650
3651SUN3/3X
3652P: Sam Creasey
3653M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654W: http://sammy.net/sun3/
3655S: Maintained
3656
3657SVGA HANDLING
3658P: Martin Mares
3659M: mj@ucw.cz
3660L: linux-video@atrey.karlin.mff.cuni.cz
3661S: Maintained
3662
3663SYSV FILESYSTEM
3664P: Christoph Hellwig
3665M: hch@infradead.org
3666S: Maintained
3667
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003668TC CLASSIFIER
3669P: Jamal Hadi Salim
3670M: hadi@cyberus.ca
3671L: netdev@vger.kernel.org
3672S: Maintained
3673
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003674TCP LOW PRIORITY MODULE
3675P: Wong Hoi Sing, Edison
3676M: hswong3i@gmail.com
3677P: Hung Hing Lun, Mike
3678M: hlhung3i@gmail.com
3679W: http://tcp-lp-mod.sourceforge.net/
3680S: Maintained
3681
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003682TEHUTI ETHERNET DRIVER
3683P: Alexander Indenbaum
3684M: baum@tehutinetworks.net
3685P: Andy Gospodarek
3686M: andy@greyhouse.net
3687L: netdev@vger.kernel.org
3688S: Supported
3689
Alex Dubov4020f2d2006-10-04 02:15:37 -07003690TI FLASH MEDIA INTERFACE DRIVER
3691P: Alex Dubov
3692M: oakad@yahoo.com
3693S: Maintained
3694
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003695TI OMAP MMC INTERFACE DRIVER
3696P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3697M: linux-omap-open-source@linux.omap.com
3698W: http://linux.omap.com
3699W: http://www.muru.com/linux/omap/
3700S: Maintained
3701
Michael Buesch844dd052006-06-26 00:24:59 -07003702TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3703P: Deepak Saxena
3704M: dsaxena@plexity.net
3705S: Maintained
3706
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003707TASKSTATS STATISTICS INTERFACE
3708P: Shailabh Nagar
3709M: nagar@watson.ibm.com
3710L: linux-kernel@vger.kernel.org
3711S: Maintained
3712
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003714P: Romain Lievin
3715M: roms@lpg.ticalc.org
3716S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717
Per Lidene86eaa32006-01-12 16:45:18 +01003718TIPC NETWORK LAYER
3719P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003720M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003721P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003722M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003723P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003724M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003725L: tipc-discussion@lists.sourceforge.net
3726W: http://tipc.sourceforge.net/
3727W: http://tipc.cslab.ericsson.net/
3728T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3729S: Maintained
3730
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731TLAN NETWORK DRIVER
3732P: Samuel Chessman
3733M: chessman@tux.org
3734L: tlan-devel@lists.sourceforge.net
3735W: http://sourceforge.net/projects/tlan/
3736S: Maintained
3737
3738TOKEN-RING NETWORK DRIVER
3739P: Mike Phillips
3740M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003741L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742L: linux-tr@linuxtr.net
3743W: http://www.linuxtr.net
3744S: Maintained
3745
3746TOSHIBA ACPI EXTRAS DRIVER
3747P: John Belmonte
3748M: toshiba_acpi@memebeam.org
3749W: http://memebeam.org/toys/ToshibaAcpiDriver
3750S: Maintained
3751
3752TOSHIBA SMM DRIVER
3753P: Jonathan Buzzard
3754M: jonathan@buzzard.org.uk
3755L: tlinux-users@tce.toshiba-dme.co.jp
3756W: http://www.buzzard.org.uk/toshiba/
3757S: Maintained
3758
3759TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3760P: Muli Ben-Yehuda
3761M: mulix@mulix.org
3762L: linux-kernel@vger.kernel.org
3763S: Maintained
3764
3765TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003766P: Adrian Bunk
3767M: trivial@kernel.org
3768L: linux-kernel@vger.kernel.org
3769W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3770T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3771S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772
3773TMS380 TOKEN-RING NETWORK DRIVER
3774P: Adam Fritzler
3775M: mid@auk.cx
3776L: linux-tr@linuxtr.net
3777W: http://www.auk.cx/tms380tr/
3778S: Maintained
3779
3780TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781L: tulip-users@lists.sourceforge.net
3782W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003783S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784
3785TUN/TAP driver
3786P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003787M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788L: vtun@office.satix.net
3789W: http://vtun.sourceforge.net/tun
3790S: Maintained
3791
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003792TURBOCHANNEL SUBSYSTEM
3793P: Maciej W. Rozycki
3794M: macro@linux-mips.org
3795S: Maintained
3796
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797U14-34F SCSI DRIVER
3798P: Dario Ballabio
3799M: ballabio_dario@emc.com
3800L: linux-scsi@vger.kernel.org
3801S: Maintained
3802
3803UDF FILESYSTEM
3804P: Ben Fennema
3805M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806W: http://linux-udf.sourceforge.net
3807S: Maintained
3808
3809UNIFORM CDROM DRIVER
3810P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003811M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812L: linux-kernel@vger.kernel.org
3813W: http://www.kernel.dk
3814S: Maintained
3815
3816USB ACM DRIVER
3817P: Oliver Neukum
3818M: oliver@neukum.name
3819L: linux-usb-users@lists.sourceforge.net
3820L: linux-usb-devel@lists.sourceforge.net
3821S: Maintained
3822
3823USB BLOCK DRIVER (UB ub)
3824P: Pete Zaitcev
3825M: zaitcev@redhat.com
3826L: linux-kernel@vger.kernel.org
3827L: linux-usb-devel@lists.sourceforge.net
3828S: Supported
3829
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830USB CDC ETHERNET DRIVER
3831P: Greg Kroah-Hartman
3832M: greg@kroah.com
3833L: linux-usb-users@lists.sourceforge.net
3834L: linux-usb-devel@lists.sourceforge.net
3835S: Maintained
3836W: http://www.kroah.com/linux-usb/
3837
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003838USB DAVICOM DM9601 DRIVER
3839P: Peter Korsgaard
3840M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003841L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003842W: http://www.linux-usb.org/usbnet
3843S: Maintained
3844
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845USB EHCI DRIVER
3846P: David Brownell
3847M: dbrownell@users.sourceforge.net
3848L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003849S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850
Luca Risolia7ce08c92006-01-11 02:06:59 +00003851USB ET61X[12]51 DRIVER
3852P: Luca Risolia
3853M: luca.risolia@studio.unibo.it
3854L: linux-usb-devel@lists.sourceforge.net
3855L: video4linux-list@redhat.com
3856W: http://www.linux-projects.org
3857S: Maintained
3858
David Brownell69ae9e32006-11-14 02:03:31 -08003859USB GADGET/PERIPHERAL SUBSYSTEM
3860P: David Brownell
3861M: dbrownell@users.sourceforge.net
3862L: linux-usb-devel@lists.sourceforge.net
3863W: http://www.linux-usb.org/gadget
3864S: Maintained
3865
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003866USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003867P: Jiri Kosina
3868M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003870T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871S: Maintained
3872
3873USB HUB DRIVER
3874P: Johannes Erdfelt
3875M: johannes@erdfelt.com
3876L: linux-usb-users@lists.sourceforge.net
3877L: linux-usb-devel@lists.sourceforge.net
3878S: Maintained
3879
Olav Kongas959eea22005-11-03 17:38:14 +02003880USB ISP116X DRIVER
3881P: Olav Kongas
3882M: ok@artecdesign.ee
3883L: linux-usb-devel@lists.sourceforge.net
3884S: Maintained
3885
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886USB KAWASAKI LSI DRIVER
3887P: Oliver Neukum
3888M: oliver@neukum.name
3889L: linux-usb-users@lists.sourceforge.net
3890L: linux-usb-devel@lists.sourceforge.net
3891S: Maintained
3892
3893USB MASS STORAGE DRIVER
3894P: Matthew Dharm
3895M: mdharm-usb@one-eyed-alien.net
3896L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003897L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898S: Maintained
3899W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3900
3901USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003902P: David Brownell
3903M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904L: linux-usb-users@lists.sourceforge.net
3905L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003906S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907
Matthias Urlichsba460e42005-07-14 00:33:47 -07003908USB OPTION-CARD DRIVER
3909P: Matthias Urlichs
3910M: smurf@smurf.noris.de
3911L: linux-usb-devel@lists.sourceforge.net
3912S: Maintained
3913
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914USB OV511 DRIVER
3915P: Mark McClelland
3916M: mmcclell@bigfoot.com
3917L: linux-usb-users@lists.sourceforge.net
3918L: linux-usb-devel@lists.sourceforge.net
3919W: http://alpha.dyndns.org/ov511/
3920S: Maintained
3921
3922USB PEGASUS DRIVER
3923P: Petko Manolov
3924M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003926L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927W: http://pegasus2.sourceforge.net/
3928S: Maintained
3929
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003930USB PRINTER DRIVER (usblp)
3931P: Pete Zaitcev
3932M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933L: linux-usb-users@lists.sourceforge.net
3934L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003935S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936
3937USB RTL8150 DRIVER
3938P: Petko Manolov
3939M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003941L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942W: http://pegasus2.sourceforge.net/
3943S: Maintained
3944
3945USB SE401 DRIVER
3946P: Jeroen Vreeken
3947M: pe1rxq@amsat.org
3948L: linux-usb-users@lists.sourceforge.net
3949L: linux-usb-devel@lists.sourceforge.net
3950W: http://www.chello.nl/~j.vreeken/se401/
3951S: Maintained
3952
3953USB SERIAL CYBERJACK DRIVER
3954P: Matthias Bruestle and Harald Welte
3955M: support@reiner-sct.com
3956W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3957S: Maintained
3958
3959USB SERIAL DIGI ACCELEPORT DRIVER
3960P: Peter Berger and Al Borchers
3961M: pberger@brimson.com
3962M: alborchers@steinerpoint.com
3963L: linux-usb-users@lists.sourceforge.net
3964L: linux-usb-devel@lists.sourceforge.net
3965S: Maintained
3966
3967USB SERIAL DRIVER
3968P: Greg Kroah-Hartman
3969M: gregkh@suse.de
3970L: linux-usb-users@lists.sourceforge.net
3971L: linux-usb-devel@lists.sourceforge.net
3972S: Supported
3973
3974USB SERIAL BELKIN F5U103 DRIVER
3975P: William Greathouse
3976M: wgreathouse@smva.com
3977L: linux-usb-users@lists.sourceforge.net
3978L: linux-usb-devel@lists.sourceforge.net
3979S: Maintained
3980
3981USB SERIAL CYPRESS M8 DRIVER
3982P: Lonnie Mendez
3983M: dignome@gmail.com
3984L: linux-usb-users@lists.sourceforge.net
3985L: linux-usb-devel@lists.sourceforge.net
3986S: Maintained
3987W: http://geocities.com/i0xox0i
3988W: http://firstlight.net/cvs
3989
3990USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3991L: linux-usb-users@lists.sourceforge.net
3992L: linux-usb-devel@lists.sourceforge.net
3993S: Maintained
3994
3995USB AUERSWALD DRIVER
3996P: Wolfgang Muees
3997M: wolfgang@iksw-muees.de
3998L: linux-usb-users@lists.sourceforge.net
3999L: linux-usb-devel@lists.sourceforge.net
4000S: Maintained
4001
4002USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4003P: Gary Brubaker
4004M: xavyer@ix.netcom.com
4005L: linux-usb-users@lists.sourceforge.net
4006L: linux-usb-devel@lists.sourceforge.net
4007S: Maintained
4008
4009USB SERIAL KEYSPAN DRIVER
4010P: Greg Kroah-Hartman
4011M: greg@kroah.com
4012L: linux-usb-users@lists.sourceforge.net
4013L: linux-usb-devel@lists.sourceforge.net
4014W: http://www.kroah.com/linux/
4015S: Maintained
4016
4017USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004018P: Support Department
4019M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020L: linux-usb-users@lists.sourceforge.net
4021L: linux-usb-devel@lists.sourceforge.net
4022W: http://www.connecttech.com
4023S: Supported
4024
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004025USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026P: Luca Risolia
4027M: luca.risolia@studio.unibo.it
4028L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004029L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030W: http://www.linux-projects.org
4031S: Maintained
4032
4033USB SUBSYSTEM
4034P: Greg Kroah-Hartman
4035M: gregkh@suse.de
4036L: linux-usb-users@lists.sourceforge.net
4037L: linux-usb-devel@lists.sourceforge.net
4038W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004039T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040S: Supported
4041
4042USB UHCI DRIVER
4043P: Alan Stern
4044M: stern@rowland.harvard.edu
4045L: linux-usb-users@lists.sourceforge.net
4046L: linux-usb-devel@lists.sourceforge.net
4047S: Maintained
4048
David Brownell69ae9e32006-11-14 02:03:31 -08004049USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050P: David Brownell
4051M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004052L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004053W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054S: Maintained
4055
4056USB W996[87]CF DRIVER
4057P: Luca Risolia
4058M: luca.risolia@studio.unibo.it
4059L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004060L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061W: http://www.linux-projects.org
4062S: Maintained
4063
Luca Risolia60f78052006-02-06 16:29:35 +00004064USB ZC0301 DRIVER
4065P: Luca Risolia
4066M: luca.risolia@studio.unibo.it
4067L: linux-usb-devel@lists.sourceforge.net
4068L: video4linux-list@redhat.com
4069W: http://www.linux-projects.org
4070S: Maintained
4071
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072USB ZD1201 DRIVER
4073P: Jeroen Vreeken
4074M: pe1rxq@amsat.org
4075L: linux-usb-users@lists.sourceforge.net
4076L: linux-usb-devel@lists.sourceforge.net
4077W: http://linux-lc100020.sourceforge.net
4078S: Maintained
4079
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004080USB ZR364XX DRIVER
4081P: Antoine Jacquet
4082M: royale@zerezo.com
4083L: linux-usb-devel@lists.sourceforge.net
4084L: video4linux-list@redhat.com
4085W: http://royale.zerezo.com/zr364xx/
4086S: Maintained
4087
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088USER-MODE LINUX
4089P: Jeff Dike
4090M: jdike@karaya.com
4091L: user-mode-linux-devel@lists.sourceforge.net
4092L: user-mode-linux-user@lists.sourceforge.net
4093W: http://user-mode-linux.sourceforge.net
4094S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004095
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096FAT/VFAT/MSDOS FILESYSTEM:
4097P: OGAWA Hirofumi
4098M: hirofumi@mail.parknet.co.jp
4099L: linux-kernel@vger.kernel.org
4100S: Maintained
4101
4102VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4103P: Jeff Garzik
4104S: Odd fixes
4105
4106VIA RHINE NETWORK DRIVER
4107P: Roger Luethi
4108M: rl@hellgate.ch
4109S: Maintained
4110
Jean Delvare32c0a522005-09-22 21:47:58 +02004111VIAPRO SMBUS DRIVER
4112P: Jean Delvare
4113M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004114L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004115S: Maintained
4116
Francois Romieu01f20732007-01-26 00:57:17 -08004117VIA VELOCITY NETWORK DRIVER
4118P: Francois Romieu
4119M: romieu@fr.zoreil.com
4120L: netdev@vger.kernel.org
4121S: Maintained
4122
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123UCLINUX (AND M68KNOMMU)
4124P: Greg Ungerer
4125M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004127L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128S: Maintained
4129
4130UCLINUX FOR NEC V850
4131P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132
4133UCLINUX FOR RENESAS H8/300
4134P: Yoshinori Sato
4135M: ysato@users.sourceforge.jp
4136W: http://uclinux-h8.sourceforge.jp/
4137S: Supported
4138
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004139UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004140P: Evgeniy Dushistov
4141M: dushistov@mail.ru
4142L: linux-kernel@vger.kernel.org
4143S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004144
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145USB DIAMOND RIO500 DRIVER
4146P: Cesar Miquel
4147M: miquel@df.uba.ar
4148L: rio500-users@lists.sourceforge.net
4149W: http://rio500.sourceforge.net
4150S: Maintained
4151
4152VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004153P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004154M: mchehab@infradead.org
4155M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004157W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004158T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004159S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160
Juerg Haefligerab413192006-09-24 20:54:04 +02004161VT1211 HARDWARE MONITOR DRIVER
4162P: Juerg Haefliger
4163M: juergh@gmail.com
4164L: lm-sensors@lm-sensors.org
4165S: Maintained
4166
Roger Lucas1de9e372005-11-26 20:20:05 +01004167VT8231 HARDWARE MONITOR DRIVER
4168P: Roger Lucas
4169M: roger@planbit.co.uk
4170L: lm-sensors@lm-sensors.org
4171S: Maintained
4172
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173W1 DALLAS'S 1-WIRE BUS
4174P: Evgeniy Polyakov
4175M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176S: Maintained
4177
Charles Spirakis13927072006-07-05 18:05:15 +02004178W83791D HARDWARE MONITORING DRIVER
4179P: Charles Spirakis
4180M: bezaur@gmail.com
4181L: lm-sensors@lm-sensors.org
4182S: Maintained
4183
Rudolf Marek61db0112006-12-12 18:18:30 +01004184W83793 HARDWARE MONITORING DRIVER
4185P: Rudolf Marek
4186M: r.marek@assembler.cz
4187L: lm-sensors@lm-sensors.org
4188S: Maintained
4189
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190W83L51xD SD/MMC CARD INTERFACE DRIVER
4191P: Pierre Ossman
4192M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004193L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194W: http://projects.drzeus.cx/wbsd
4195S: Maintained
4196
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004197WATCHDOG DEVICE DRIVERS
4198P: Wim Van Sebroeck
4199M: wim@iguana.be
4200T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4201S: Maintained
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4204P: Jean Tourrilhes
4205M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004206L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4208S: Maintained
4209
4210WD7000 SCSI DRIVER
4211P: Miroslav Zagorac
4212M: zaga@fly.cc.fer.hr
4213L: linux-scsi@vger.kernel.org
4214S: Maintained
4215
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004216WISTRON LAPTOP BUTTON DRIVER
4217P: Miloslav Trmac
4218M: mitr@volny.cz
4219S: Maintained
4220
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221WL3501 WIRELESS PCMCIA CARD DRIVER
4222P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004223M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004224L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004225W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226S: Maintained
4227
4228X.25 NETWORK LAYER
4229P: Henner Eisen
4230M: eis@baty.hanse.de
4231L: linux-x25@vger.kernel.org
4232S: Maintained
4233
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004234XEN HYPERVISOR INTERFACE
4235P: Jeremy Fitzhardinge
4236M: jeremy@xensource.com
4237P: Chris Wright
4238M: chrisw@sous-sol.org
4239L: virtualization@lists.osdl.org
4240L: xen-devel@lists.xensource.com
4241S: Supported
4242
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243XFS FILESYSTEM
4244P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004245P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004247L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004249T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250S: Supported
4251
Peter Korsgaard238b8722006-12-06 20:35:17 -08004252XILINX UARTLITE SERIAL DRIVER
4253P: Peter Korsgaard
4254M: jacmet@sunsite.dk
4255L: linux-serial@vger.kernel.org
4256S: Maintained
4257
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258X86 3-LEVEL PAGING (PAE) SUPPORT
4259P: Ingo Molnar
4260M: mingo@redhat.com
4261S: Maintained
4262
4263X86-64 port
4264P: Andi Kleen
4265M: ak@suse.de
4266L: discuss@x86-64.org
4267W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004268T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269S: Maintained
4270
4271YAM DRIVER FOR AX.25
4272P: Jean-Paul Roubelat
4273M: jpr@f6fbb.org
4274L: linux-hams@vger.kernel.org
4275S: Maintained
4276
Henkaf64a5e2005-10-12 15:02:56 +02004277YEALINK PHONE DRIVER
4278P: Henk Vergonet
4279M: Henk.Vergonet@gmail.com
4280L: usbb2k-api-dev@nongnu.org
4281S: Maintained
4282
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283Z8530 DRIVER FOR AX.25
4284P: Joerg Reuter
4285M: jreuter@yaina.de
4286W: http://yaina.de/jreuter/
4287W: http://www.qsl.net/dl1bke/
4288L: linux-hams@vger.kernel.org
4289S: Maintained
4290
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004291ZD1211RW WIRELESS DRIVER
4292P: Daniel Drake
4293M: dsd@gentoo.org
4294P: Ulrich Kunitz
4295M: kune@deine-taler.de
4296W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004297L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004298L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4299S: Maintained
4300
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301ZF MACHZ WATCHDOG
4302P: Fernando Fuganti
4303M: fuganti@netbank.com.br
4304W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4305S: Maintained
4306
4307ZR36067 VIDEO FOR LINUX DRIVER
4308P: Ronald Bultje
4309M: rbultje@ronald.bitfreak.net
4310L: mjpeg-users@lists.sourceforge.net
4311W: http://mjpeg.sourceforge.net/driver-zoran/
4312S: Maintained
4313
4314ZR36120 VIDEO FOR LINUX DRIVER
4315P: Pauline Middelink
4316M: middelin@polyware.nl
4317W: http://www.polyware.nl/~middelin/En/hobbies.html
4318W: http://www.polyware.nl/~middelin/hobbies.html
4319S: Maintained
4320
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004321ZS DECSTATION Z85C30 SERIAL DRIVER
4322P: Maciej W. Rozycki
4323M: macro@linux-mips.org
4324S: Maintained
4325
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326THE REST
4327P: Linus Torvalds
4328S: Buried alive in reporters