blob: 3f07d5ff85f1aef1e5eb4a4fc42851a8c66910e7 [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 Bueschfb67a0f2006-08-16 00:39:36 +0200798BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
799P: Larry Finger
800M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200801P: Stefano Brivio
802M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700803L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200804W: http://bcm43xx.berlios.de/
805S: Maintained
806
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807BEFS FILE SYSTEM
808P: Sergey S. Kostyliov
809M: rathamahata@php4.ru
810L: linux-kernel@vger.kernel.org
811S: Maintained
812
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813BFS FILE SYSTEM
814P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800815M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816L: linux-kernel@vger.kernel.org
817S: Maintained
818
Bryan Wud24ecfc2007-05-01 23:26:32 +0200819BLACKFIN I2C TWI DRIVER
820P: Sonic Zhang
821M: sonic.zhang@analog.com
822L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
823W: http://blackfin.uclinux.org/
824S: Supported
825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826BLOCK LAYER
827P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200828M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800830T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831S: Maintained
832
833BLUETOOTH SUBSYSTEM
834P: Marcel Holtmann
835M: marcel@holtmann.org
836P: Maxim Krasnyansky
837M: maxk@qualcomm.com
838L: bluez-devel@lists.sf.net
839W: http://bluez.sf.net
840W: http://www.bluez.org
841W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800842T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843S: Maintained
844
845BLUETOOTH RFCOMM LAYER
846P: Marcel Holtmann
847M: marcel@holtmann.org
848P: Maxim Krasnyansky
849M: maxk@qualcomm.com
850S: Maintained
851
852BLUETOOTH BNEP LAYER
853P: Marcel Holtmann
854M: marcel@holtmann.org
855P: Maxim Krasnyansky
856M: maxk@qualcomm.com
857S: Maintained
858
859BLUETOOTH CMTP LAYER
860P: Marcel Holtmann
861M: marcel@holtmann.org
862S: Maintained
863
864BLUETOOTH HIDP LAYER
865P: Marcel Holtmann
866M: marcel@holtmann.org
867S: Maintained
868
869BLUETOOTH HCI UART DRIVER
870P: Marcel Holtmann
871M: marcel@holtmann.org
872P: Maxim Krasnyansky
873M: maxk@qualcomm.com
874S: Maintained
875
876BLUETOOTH HCI USB DRIVER
877P: Marcel Holtmann
878M: marcel@holtmann.org
879P: Maxim Krasnyansky
880M: maxk@qualcomm.com
881S: Maintained
882
883BLUETOOTH HCI BCM203X DRIVER
884P: Marcel Holtmann
885M: marcel@holtmann.org
886S: Maintained
887
888BLUETOOTH HCI BPA10X DRIVER
889P: Marcel Holtmann
890M: marcel@holtmann.org
891S: Maintained
892
893BLUETOOTH HCI BFUSB DRIVER
894P: Marcel Holtmann
895M: marcel@holtmann.org
896S: Maintained
897
898BLUETOOTH HCI DTL1 DRIVER
899P: Marcel Holtmann
900M: marcel@holtmann.org
901S: Maintained
902
903BLUETOOTH HCI BLUECARD DRIVER
904P: Marcel Holtmann
905M: marcel@holtmann.org
906S: Maintained
907
908BLUETOOTH HCI BT3C DRIVER
909P: Marcel Holtmann
910M: marcel@holtmann.org
911S: Maintained
912
913BLUETOOTH HCI BTUART DRIVER
914P: Marcel Holtmann
915M: marcel@holtmann.org
916S: Maintained
917
918BLUETOOTH HCI VHCI DRIVER
919P: Maxim Krasnyansky
920M: maxk@qualcomm.com
921S: Maintained
922
923BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100924P: Chad Tindel
925M: ctindel@users.sourceforge.net
926P: Jay Vosburgh
927M: fubar@us.ibm.com
928L: bonding-devel@lists.sourceforge.net
929W: http://sourceforge.net/projects/bonding/
930S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000932BROADBAND PROCESSOR ARCHITECTURE
933P: Arnd Bergmann
934M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100935L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400936W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000937S: Supported
938
Gary Zambrano39105892006-06-22 17:26:20 -0700939BROADCOM B44 10/100 ETHERNET DRIVER
940P: Gary Zambrano
941M: zambrano@broadcom.com
942L: netdev@vger.kernel.org
943S: Supported
944
Michael Chan948c51e2006-06-04 02:51:39 -0700945BROADCOM BNX2 GIGABIT ETHERNET DRIVER
946P: Michael Chan
947M: mchan@broadcom.com
948L: netdev@vger.kernel.org
949S: Supported
950
951BROADCOM TG3 GIGABIT ETHERNET DRIVER
952P: Michael Chan
953M: mchan@broadcom.com
954L: netdev@vger.kernel.org
955S: Supported
956
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200957BSG (block layer generic sg v4 driver)
958P: FUJITA Tomonori
959M: fujita.tomonori@lab.ntt.co.jp
960L: linux-scsi@vger.kernel.org
961S: Supported
962
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700964P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200965M: mchehab@infradead.org
966M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700968W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200969T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700970S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971
Jonathan Corbet77d51402007-03-22 19:44:17 -0300972CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
973P: Jonathan Corbet
974M: corbet@lwn.net
975L: video4linux-list@redhat.com
976S: Maintained
977
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200978CALGARY x86-64 IOMMU
979P: Muli Ben-Yehuda
980M: muli@il.ibm.com
981P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200982M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200983L: linux-kernel@vger.kernel.org
984L: discuss@x86-64.org
985S: Maintained
986
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800987CFAG12864B LCD DRIVER
988P: Miguel Ojeda Sandonis
989M: maxextreme@gmail.com
990L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700991W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800992S: Maintained
993
994CFAG12864BFB LCD FRAMEBUFFER DRIVER
995P: Miguel Ojeda Sandonis
996M: maxextreme@gmail.com
997L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700998W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800999S: Maintained
1000
Johannes Berg704232c2007-04-23 12:20:05 -07001001CFG80211 and NL80211
1002P: Johannes Berg
1003M: johannes@sipsolutions.net
1004L: linux-wireless@vger.kernel.org
1005S: Maintained
1006
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001007CHECKPATCH
1008P: Andy Whitcroft
1009M: apw@shadowen.org
1010P: Randy Dunlap
1011M: rdunlap@xenotime.net
1012P: Joel Schopp
1013M: jschopp@austin.ibm.com
1014S: Supported
1015
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016COMMON INTERNET FILE SYSTEM (CIFS)
1017P: Steve French
1018M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001019L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001021W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001022T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001023S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024
Joel Becker7063fbf2005-12-15 14:29:43 -08001025CONFIGFS
1026P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001027M: joel.becker@oracle.com
1028L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001029S: Supported
1030
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001031CIRRUS LOGIC EP93XX ETHERNET DRIVER
1032P: Lennert Buytenhek
1033M: kernel@wantstofly.org
1034L: netdev@vger.kernel.org
1035S: Maintained
1036
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037CIRRUS LOGIC GENERIC FBDEV DRIVER
1038P: Jeff Garzik
1039M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001040L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041S: Odd Fixes
1042
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001043CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1044P: Lennert Buytenhek
1045M: kernel@wantstofly.org
1046L: linux-usb-devel@lists.sourceforge.net
1047S: Maintained
1048
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1050P: Cirrus Logic Corporation (kernel 2.2 driver)
1051M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1052P: Nils Faerber (port to kernel 2.4)
1053M: Nils Faerber <nils@kernelconcepts.de>
1054S: Maintained
1055
1056CODA FILE SYSTEM
1057P: Jan Harkes
1058M: jaharkes@cs.cmu.edu
1059M: coda@cs.cmu.edu
1060L: codalist@coda.cs.cmu.edu
1061W: http://www.coda.cs.cmu.edu/
1062S: Maintained
1063
1064COMPACTPCI HOTPLUG CORE
1065P: Scott Murray
1066M: scottm@somanetworks.com
1067M: scott@spiteful.org
1068L: pcihpd-discuss@lists.sourceforge.net
1069S: Supported
1070
1071COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1072P: Scott Murray
1073M: scottm@somanetworks.com
1074M: scott@spiteful.org
1075L: pcihpd-discuss@lists.sourceforge.net
1076S: Supported
1077
1078COMPACTPCI HOTPLUG GENERIC DRIVER
1079P: Scott Murray
1080M: scottm@somanetworks.com
1081M: scott@spiteful.org
1082L: pcihpd-discuss@lists.sourceforge.net
1083S: Supported
1084
1085COMPUTONE INTELLIPORT MULTIPORT CARD
1086P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001087M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001089S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
Simon Arlott949be0f2007-03-06 02:47:46 -08001091CONEXANT ACCESSRUNNER USB DRIVER
1092P: Simon Arlott
1093M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001094L: accessrunner-general@lists.sourceforge.net
1095W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001096S: Maintained
1097
Rudolf Marekbebe4672007-05-08 17:22:02 +02001098CORETEMP HARDWARE MONITORING DRIVER
1099P: Rudolf Marek
1100M: r.marek@assembler.cz
1101L: lm-sensors@lm-sensors.org
1102S: Maintained
1103
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104COSA/SRP SYNC SERIAL DRIVER
1105P: Jan "Yenya" Kasprzak
1106M: kas@fi.muni.cz
1107W: http://www.fi.muni.cz/~kas/cosa/
1108S: Maintained
1109
1110CPU FREQUENCY DRIVERS
1111P: Dave Jones
1112M: davej@codemonkey.org.uk
1113L: cpufreq@lists.linux.org.uk
1114W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001115T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116S: Maintained
1117
1118CPUID/MSR DRIVER
1119P: H. Peter Anvin
1120M: hpa@zytor.com
1121S: Maintained
1122
Paul Jacksoned90fb42005-09-27 21:45:37 -07001123CPUSETS
1124P: Paul Jackson
1125P: Simon Derr
1126M: pj@sgi.com
1127M: simon.derr@bull.net
1128L: linux-kernel@vger.kernel.org
1129W: http://www.bullopensource.org/cpuset/
1130S: Supported
1131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001133W: http://sourceforge.net/projects/cramfs/
1134S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135
1136CRIS PORT
1137P: Mikael Starvik
1138M: starvik@axis.com
1139L: dev-etrax@axis.com
1140W: http://developer.axis.com
1141S: Maintained
1142
1143CRYPTO API
1144P: Herbert Xu
1145M: herbert@gondor.apana.org.au
1146P: David S. Miller
1147M: davem@davemloft.net
1148L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001149T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150S: Maintained
1151
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001152CS5535 Audio ALSA driver
1153P: Jaya Kumar
1154M: jayakumar.alsa@gmail.com
1155S: Maintained
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157CYBERPRO FB DRIVER
1158P: Russell King
1159M: rmk@arm.linux.org.uk
1160W: http://www.arm.linux.org.uk/
1161S: Maintained
1162
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001163CYBLAFB FRAMEBUFFER DRIVER
1164P: Knut Petersen
1165M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001166L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001167S: Maintained
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169CYCLADES 2X SYNC CARD DRIVER
1170P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001171M: acme@ghostprotocols.net
1172W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173S: Maintained
1174
1175CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001177S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178
1179CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001181S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183DAMA SLAVE for AX.25
1184P: Joerg Reuter
1185M: jreuter@yaina.de
1186W: http://yaina.de/jreuter/
1187W: http://www.qsl.net/dl1bke/
1188L: linux-hams@vger.kernel.org
1189S: Maintained
1190
1191DC395x SCSI driver
1192P: Oliver Neukum
1193M: oliver@neukum.name
1194P: Ali Akcaagac
1195M: aliakc@web.de
1196P: Jamie Lenehan
1197M: lenehan@twibble.org
1198W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001199L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200L: http://lists.twibble.org/mailman/listinfo/dc395x/
1201S: Maintained
1202
1203DC390/AM53C974 SCSI driver
1204P: Kurt Garloff
1205M: garloff@suse.de
1206W: http://www.garloff.de/kurt/linux/dc390/
1207P: Guennadi Liakhovetski
1208M: g.liakhovetski@gmx.de
1209S: Maintained
1210
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001211DCCP PROTOCOL
1212P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001213M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001214L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001215W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001216S: Maintained
1217
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218DECnet NETWORK LAYER
1219P: Patrick Caulfield
1220M: patrick@tykepenguin.com
1221W: http://linux-decnet.sourceforge.net
1222L: linux-decnet-user@lists.sourceforge.net
1223S: Maintained
1224
1225DEFXX FDDI NETWORK DRIVER
1226P: Maciej W. Rozycki
1227M: macro@linux-mips.org
1228S: Maintained
1229
1230DELL LAPTOP SMM DRIVER
1231P: Massimo Dal Zotto
1232M: dz@debian.org
1233W: http://www.debian.org/~dz/i8k/
1234S: Maintained
1235
Doug Warzecha90563ec2005-09-06 15:17:15 -07001236DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1237P: Doug Warzecha
1238M: Douglas_Warzecha@dell.com
1239S: Maintained
1240
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001241DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242P: Alasdair Kergon
1243L: dm-devel@redhat.com
1244W: http://sources.redhat.com/dm
1245S: Maintained
1246
1247DEVICE NUMBER REGISTRY
1248P: Torben Mathiasen
1249M: device@lanana.org
1250W: http://lanana.org/docs/device-list/index.html
1251L: linux-kernel@vger.kernel.org
1252S: Maintained
1253
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254DIGI INTL. EPCA DRIVER
1255P: Digi International, Inc
1256M: Eng.Linux@digi.com
1257L: Eng.Linux@digi.com
1258W: http://www.digi.com
1259S: Orphaned
1260
1261DIGI RIGHTSWITCH NETWORK DRIVER
1262P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001263L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264W: http://www.digi.com
1265S: Orphaned
1266
1267DIRECTORY NOTIFICATION
1268P: Stephen Rothwell
1269M: sfr@canb.auug.org.au
1270L: linux-kernel@vger.kernel.org
1271S: Supported
1272
1273DISK GEOMETRY AND PARTITION HANDLING
1274P: Andries Brouwer
1275M: aeb@cwi.nl
1276W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1277W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1278W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1279S: Maintained
1280
1281DISKQUOTA:
1282P: Jan Kara
1283M: jack@suse.cz
1284L: linux-kernel@vger.kernel.org
1285S: Maintained
1286
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001287DISTRIBUTED LOCK MANAGER
1288P: Patrick Caulfield
1289M: pcaulfie@redhat.com
1290P: David Teigland
1291M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001292L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001293W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001294T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1295T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001296S: Supported
1297
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1299P: Tobias Ringstrom
1300M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001301L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302S: Maintained
1303
Dan Williamsb3e5f262007-08-07 10:26:35 -07001304DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001305P: Shannon Nelson
1306M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001307P: Dan Williams
1308M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001309L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001310S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001311
Juerg Haefligerb8250372007-06-09 10:11:16 -04001312DME1737 HARDWARE MONITOR DRIVER
1313P: Juerg Haefliger
1314M: juergh@gmail.com
1315L: lm-sensors@lm-sensors.org
1316S: Maintained
1317
Martin Waitzba483d52005-06-17 13:20:59 -07001318DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001319P: Randy Dunlap
1320M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001321S: Maintained
1322
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001323DOCKING STATION DRIVER
1324P: Kristen Carlson Accardi
1325M: kristen.c.accardi@intel.com
1326L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001327S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329DOUBLETALK DRIVER
1330P: James R. Van Zandt
1331M: jrv@vanzandt.mv.com
1332L: blinux-list@redhat.com
1333S: Maintained
1334
1335DRIVER CORE, KOBJECTS, AND SYSFS
1336P: Greg Kroah-Hartman
1337M: gregkh@suse.de
1338L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001339T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340S: Supported
1341
1342DRM DRIVERS
1343P: David Airlie
1344M: airlied@linux.ie
1345L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001346T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347S: Maintained
1348
1349DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001350P: Francois Romieu
1351M: romieu@fr.zoreil.com
1352L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353S: Maintained
1354
1355DVB SUBSYSTEM AND DRIVERS
1356P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001357M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001359W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001360T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001361S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362
1363EATA-DMA SCSI DRIVER
1364P: Michael Neuffer
1365L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1366S: Maintained
1367
1368EATA ISA/EISA/PCI SCSI DRIVER
1369P: Dario Ballabio
1370M: ballabio_dario@emc.com
1371L: linux-scsi@vger.kernel.org
1372S: Maintained
1373
1374EATA-PIO SCSI DRIVER
1375P: Michael Neuffer
1376M: mike@i-Connect.Net
1377L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1378S: Maintained
1379
1380EBTABLES
1381P: Bart De Schuymer
1382M: bart.de.schuymer@pandora.be
1383L: ebtables-user@lists.sourceforge.net
1384L: ebtables-devel@lists.sourceforge.net
1385W: http://ebtables.sourceforge.net/
1386S: Maintained
1387
Michael Halcrow237fead2006-10-04 02:16:22 -07001388ECRYPT FILE SYSTEM
1389P: Mike Halcrow, Phillip Hellewell
1390M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1391L: ecryptfs-devel@lists.sourceforge.net
1392W: http://ecryptfs.sourceforge.net/
1393S: Supported
1394
Alan Coxda9bb1d2006-01-18 17:44:13 -08001395EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001396P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001397M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001398L: bluesmoke-devel@lists.sourceforge.net
1399W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001400S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001401
1402EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001403P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001404P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001405M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001406M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001407L: bluesmoke-devel@lists.sourceforge.net
1408W: bluesmoke.sourceforge.net
1409S: Maintained
1410
1411EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001412P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001413M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001414L: bluesmoke-devel@lists.sourceforge.net
1415W: bluesmoke.sourceforge.net
1416S: Maintained
1417
Douglas Thompson6bc78402007-07-19 01:50:12 -07001418EDAC-I82443BXGX
1419P: Tim Small
1420M: tim@buttersideup.com
1421L: bluesmoke-devel@lists.sourceforge.net
1422W: bluesmoke.sourceforge.net
1423S: Maintained
1424
1425EDAC-I3000
1426P: Jason Uhlenkott
1427M: juhlenko@akamai.com
1428L: bluesmoke-devel@lists.sourceforge.net
1429W: bluesmoke.sourceforge.net
1430S: Maintained
1431
1432EDAC-I5000
1433P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001434M: dougthompson@xmission.com
1435L: bluesmoke-devel@lists.sourceforge.net
1436W: bluesmoke.sourceforge.net
1437S: Maintained
1438
1439EDAC-I82975X
1440P: Ranganathan Desikan
1441P: Arvind R.
1442M: rdesikan@jetzbroadband.com
1443M: arvind@acarlab.com
1444L: bluesmoke-devel@lists.sourceforge.net
1445W: bluesmoke.sourceforge.net
1446S: Maintained
1447
1448EDAC-PASEMI
1449P: Egor Martovetsky
1450M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001451L: bluesmoke-devel@lists.sourceforge.net
1452W: bluesmoke.sourceforge.net
1453S: Maintained
1454
Dave Peterson0e438e32006-03-26 01:38:55 -08001455EDAC-R82600
1456P: Tim Small
1457M: tim@buttersideup.com
1458L: bluesmoke-devel@lists.sourceforge.net
1459W: bluesmoke.sourceforge.net
1460S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001461
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462EEPRO100 NETWORK DRIVER
1463P: Andrey V. Savochkin
1464M: saw@saw.sw.com.sg
1465S: Maintained
1466
Josh Triplett0bee8d22006-07-30 03:03:58 -07001467EFS FILESYSTEM
1468W: http://aeschi.ch.eu.org/efs/
1469S: Orphan
1470
Heiko J Schickfab97222006-09-22 15:22:22 -07001471EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1472P: Hoang-Nam Nguyen
1473M: hnguyen@de.ibm.com
1474P: Christoph Raisch
1475M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001476L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001477S: Supported
1478
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001479EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001480P: James Smart
1481M: james.smart@emulex.com
1482L: linux-scsi@vger.kernel.org
1483W: http://sourceforge.net/projects/lpfcxxxx
1484S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001485
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486EPSON 1355 FRAMEBUFFER DRIVER
1487P: Christopher Hoover
1488M: ch@murgatroid.com, ch@hpl.hp.com
1489S: Maintained
1490
1491ETHEREXPRESS-16 NETWORK DRIVER
1492P: Philip Blundell
1493M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001494L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495S: Maintained
1496
1497ETHERNET BRIDGE
1498P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001499M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001500L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501W: http://bridge.sourceforge.net/
1502S: Maintained
1503
1504ETHERTEAM 16I DRIVER
1505P: Mika Kuoppala
1506M: miku@iki.fi
1507S: Maintained
1508
1509EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001510L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511S: Maintained
1512
1513EXT3 FILE SYSTEM
1514P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001515M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001516L: linux-ext4@vger.kernel.org
1517S: Maintained
1518
1519EXT4 FILE SYSTEM
1520P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001521M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001522L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523S: Maintained
1524
Jean Delvaree53004e2006-01-09 23:26:14 +01001525F71805F HARDWARE MONITORING DRIVER
1526P: Jean Delvare
1527M: khali@linux-fr.org
1528L: lm-sensors@lm-sensors.org
1529S: Maintained
1530
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531FARSYNC SYNCHRONOUS DRIVER
1532P: Kevin Curtis
1533M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534W: http://www.farsite.co.uk/
1535S: Supported
1536
Akinobu Mitac5408b82007-04-23 14:41:20 -07001537FAULT INJECTION SUPPORT
1538P: Akinobu Mita
1539M: akinobu.mita@gmail.com
1540S: Supported
1541
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542FRAMEBUFFER LAYER
1543P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001544M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001545L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546W: http://linux-fbdev.sourceforge.net/
1547S: Maintained
1548
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001549FREESCALE SOC FS_ENET DRIVER
1550P: Pantelis Antoniou
1551M: pantelis.antoniou@gmail.com
1552P: Vitaly Bordug
1553M: vbordug@ru.mvista.com
1554L: linuxppc-embedded@ozlabs.org
1555L: netdev@vger.kernel.org
1556S: Maintained
1557
Li Yanga7205b32007-04-23 10:38:18 -07001558FREESCALE HIGHSPEED USB DEVICE DRIVER
1559P: Li Yang
1560M: leoli@freescale.com
1561L: linux-usb-devel@lists.sourceforge.net
1562L: linuxppc-embedded@ozlabs.org
1563S: Maintained
1564
Li Yangbeaf53b2007-05-25 13:54:02 +08001565FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1566P: Li Yang
1567M: leoli@freescale.com
1568L: netdev@vger.kernel.org
1569L: linuxppc-embedded@ozlabs.org
1570S: Maintained
1571
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572FILE LOCKING (flock() and fcntl()/lockf())
1573P: Matthew Wilcox
1574M: matthew@wil.cx
1575L: linux-fsdevel@vger.kernel.org
1576S: Maintained
1577
1578FILESYSTEMS (VFS and infrastructure)
1579P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001580M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581S: Maintained
1582
Stefan Richterb3274472007-05-30 20:44:52 -04001583FIREWIRE SUBSYSTEM
1584P: Kristian Hoegsberg, Stefan Richter
1585M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1586L: linux1394-devel@lists.sourceforge.net
1587W: http://www.linux1394.org/
1588T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1589S: Maintained
1590
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591FIRMWARE LOADER (request_firmware)
1592L: linux-kernel@vger.kernel.org
1593S: Orphan
1594
1595FPU EMULATOR
1596P: Bill Metzenthen
1597M: billm@suburbia.net
1598W: http://suburbia.net/~billm/floating-point/emulator/
1599S: Maintained
1600
1601FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1602P: Mike McLagan
1603M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001604L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605S: Maintained
1606
1607FREEVXFS FILESYSTEM
1608P: Christoph Hellwig
1609M: hch@infradead.org
1610W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1611S: Maintained
1612
David Howells5ab7ffe2007-04-10 15:10:45 +01001613FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614P: David Howells
1615M: dhowells@redhat.com
1616S: Maintained
1617
Miklos Szeredi04578f12005-09-09 13:10:22 -07001618FUSE: FILESYSTEM IN USERSPACE
1619P: Miklos Szeredi
1620M: miklos@szeredi.hu
1621L: fuse-devel@lists.sourceforge.net
1622W: http://fuse.sourceforge.net/
1623S: Maintained
1624
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1626P: Rik Faith
1627M: faith@cs.unc.edu
1628L: linux-scsi@vger.kernel.org
1629S: Odd fixes (e.g., new signatures)
1630
1631GDT SCSI DISK ARRAY CONTROLLER DRIVER
1632P: Achim Leubner
1633M: achim_leubner@adaptec.com
1634L: linux-scsi@vger.kernel.org
1635W: http://www.icp-vortex.com/
1636S: Supported
1637
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001638GENERIC GPIO I2C DRIVER
1639P: Haavard Skinnemoen
1640M: hskinnemoen@atmel.com
1641S: Supported
1642
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1644P: Krzysztof Halasa
1645M: khc@pm.waw.pl
1646W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1647S: Maintained
1648
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001649GFS2 FILE SYSTEM
1650P: Steven Whitehouse
1651M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001652L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001653W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001654T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1655T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001656S: Supported
1657
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001658GIGASET ISDN DRIVERS
1659P: Hansjoerg Lipp
1660M: hjlipp@web.de
1661P: Tilman Schmidt
1662M: tilman@imap.cc
1663L: gigaset307x-common@lists.sourceforge.net
1664W: http://gigaset307x.sourceforge.net/
1665S: Maintained
1666
Jean Delvare5b543962005-08-15 19:51:02 +02001667HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001668P: Mark M. Hoffman
1669M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001670L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001671W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001672T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001673S: Maintained
1674
Michael Buesch844dd052006-06-26 00:24:59 -07001675HARDWARE RANDOM NUMBER GENERATOR CORE
1676P: Michael Buesch
1677M: mb@bu3sch.de
1678S: Maintained
1679
Robert Love860e1d62005-08-31 23:57:59 -04001680HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1681P: Robert Love
1682M: rlove@rlove.org
1683M: linux-kernel@vger.kernel.org
1684W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1685S: Maintained
1686
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687HARMONY SOUND DRIVER
1688P: Kyle McMartin
1689M: kyle@parisc-linux.org
1690W: http://www.parisc-linux.org/~kyle/harmony/
1691L: parisc-linux@lists.parisc-linux.org
1692S: Maintained
1693
1694HAYES ESP SERIAL DRIVER
1695P: Andrew J. Robinson
1696M: arobinso@nyx.net
1697L: linux-kernel@vger.kernel.org
1698W: http://www.nyx.net/~arobinso
1699S: Maintained
1700
1701HFS FILESYSTEM
1702P: Roman Zippel
1703M: zippel@linux-m68k.org
1704L: linux-kernel@vger.kernel.org
1705S: Maintained
1706
1707HGA FRAMEBUFFER DRIVER
1708P: Ferenc Bakonyi
1709M: fero@drama.obuda.kando.hu
1710L: linux-nvidia@lists.surfsouth.com
1711W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1712S: Maintained
1713
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001714HID CORE LAYER
1715P: Jiri Kosina
1716M: jkosina@suse.cz
1717L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001718T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001719S: Maintained
1720
Ingo Molnar38bed542007-02-22 09:09:34 +01001721HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1722P: Thomas Gleixner
1723M: tglx@linutronix.de
1724L: linux-kernel@vger.kernel.org
1725S: Maintained
1726
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727HIGH-SPEED SCC DRIVER FOR AX.25
1728P: Klaus Kudielka
1729M: klaus.kudielka@ieee.org
1730L: linux-hams@vger.kernel.org
1731W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1732S: Maintained
1733
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001734HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1735P: HighPoint Linux Team
1736M: linux@highpoint-tech.com
1737W: http://www.highpoint-tech.com
1738S: Supported
1739
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740HIPPI
1741P: Jes Sorensen
1742M: jes@trained-monkey.org
1743L: linux-hippi@sunsite.dk
1744S: Maintained
1745
1746HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1747P: Chirag Kantharia
1748M: chirag.kantharia@hp.com
1749L: iss_storagedev@hp.com
1750S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001751
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752HEWLETT-PACKARD SMART2 RAID DRIVER
1753P: Chirag Kantharia
1754M: chirag.kantharia@hp.com
1755L: iss_storagedev@hp.com
1756S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001757
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1759P: Mike Miller
1760M: mike.miller@hp.com
1761L: iss_storagedev@hp.com
1762S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001763
Jouni Malinenff1d2762005-05-12 22:54:16 -04001764HOST AP DRIVER
1765P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001766M: j@w1.fi
1767L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001768L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001769W: http://hostap.epitest.fi/
1770S: Maintained
1771
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1773P: Jaroslav Kysela
1774M: perex@suse.cz
1775S: Maintained
1776
Bob Piccob9b03322005-11-07 00:59:19 -08001777HPET: High Precision Event Timers driver (hpet.c)
1778P: Clemens Ladisch
1779M: clemens@ladisch.de
1780S: Maintained
1781
1782HPET: i386
1783P: Venkatesh Pallipadi (Venki)
1784M: venkatesh.pallipadi@intel.com
1785S: Maintained
1786
1787HPET: x86_64
1788P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001789M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001790S: Maintained
1791
1792HPET: ACPI hpet.c
1793P: Bob Picco
1794M: bob.picco@hp.com
1795S: Maintained
1796
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797HPFS FILESYSTEM
1798P: Mikulas Patocka
1799M: mikulas@artax.karlin.mff.cuni.cz
1800W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1801S: Maintained
1802
1803HUGETLB FILESYSTEM
1804P: William Irwin
1805M: wli@holomorphy.com
1806S: Maintained
1807
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001808I2C/SMBUS STUB DRIVER
1809P: Mark M. Hoffman
1810M: mhoffman@lightlink.com
1811L: lm-sensors@lm-sensors.org
1812S: Maintained
1813
Jean Delvare5b543962005-08-15 19:51:02 +02001814I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815P: Jean Delvare
1816M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001817L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001818T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819S: Maintained
1820
Till Harbaume8c76ee2007-05-01 23:26:35 +02001821I2C-TINY-USB DRIVER
1822P: Till Harbaum
1823M: till@harbaum.org
1824L: i2c@lm-sensors.org
1825T: http://www.harbaum.org/till/i2c_tiny_usb
1826S: Maintained
1827
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001829P: H. Peter Anvin
1830M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831L: Linux-Kernel@vger.kernel.org
1832S: Maintained
1833
1834i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835P: H. Peter Anvin
1836M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001837T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838S: Maintained
1839
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840IA64 (Itanium) PLATFORM
1841P: Tony Luck
1842M: tony.luck@intel.com
1843L: linux-ia64@vger.kernel.org
1844W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001845T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846S: Maintained
1847
1848SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001849P: Jes Sorensen
1850M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851L: linux-altix@sgi.com
1852L: linux-ia64@vger.kernel.org
1853W: http://www.sgi.com/altix
1854S: Maintained
1855
1856IBM MCA SCSI SUBSYSTEM DRIVER
1857P: Michael Lang
1858M: langa2@kph.uni-mainz.de
1859W: http://www.uni-mainz.de/~langm000/linux.html
1860S: Maintained
1861
1862IBM Power Linux RAID adapter
1863P: Brian King
1864M: brking@us.ibm.com
1865S: Supported
1866
1867IBM ServeRAID RAID DRIVER
1868P: Jack Hammer
1869P: Dave Jeffery
1870M: ipslinux@adaptec.com
1871W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001872S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001874IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001876M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001878T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879S: Maintained
1880
1881IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001882P: Alan Cox
1883M: alan@lxorguk.ukuu.org.uk
1884L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885S: Maintained
1886
1887IDE/ATAPI FLOPPY DRIVERS
1888P: Paul Bristow
1889M: Paul Bristow <paul@paulbristow.net>
1890W: http://paulbristow.net/linux/idefloppy.html
1891L: linux-kernel@vger.kernel.org
1892S: Maintained
1893
1894IDE/ATAPI TAPE DRIVERS
1895P: Gadi Oxman
1896M: Gadi Oxman <gadio@netvision.net.il>
1897L: linux-kernel@vger.kernel.org
1898S: Maintained
1899
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900IEEE 1394 SUBSYSTEM
1901P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001902M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001903P: Stefan Richter
1904M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905L: linux1394-devel@lists.sourceforge.net
1906W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001907T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908S: Maintained
1909
Stefan Richterf51a5a92007-04-23 14:41:10 -07001910IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911P: Dan Dennedy
1912M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001913P: Stefan Richter
1914M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001916S: Maintained
1917
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918IMS TWINTURBO FRAMEBUFFER DRIVER
1919P: Paul Mundt
1920M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001921L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922S: Maintained
1923
1924INFINIBAND SUBSYSTEM
1925P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001926M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927P: Sean Hefty
1928M: mshefty@ichips.intel.com
1929P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001930M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001931L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001933T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Supported
1935
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001936INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001937P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001938M: dmitry.torokhov@gmail.com
1939M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940L: linux-input@atrey.karlin.mff.cuni.cz
1941L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001942T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943S: Maintained
1944
Robert Lovec9f04f52005-07-15 12:21:07 -04001945INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001946P: John McCutchan
1947M: ttb@tentacle.dhs.org
1948P: Robert Love
1949M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001950L: linux-kernel@vger.kernel.org
1951S: Maintained
1952
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001953INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001954P: Sylvain Meyer
1955M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001956L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001957S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001960P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001961M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001962L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001963S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964
1965INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1966P: Ingo Molnar
1967M: mingo@redhat.com
1968S: Maintained
1969
1970INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1971P: Jeff Garzik
1972M: jgarzik@pobox.com
1973W: http://sourceforge.net/projects/gkernel/
1974S: Maintained
1975
1976INTEL IA32 MICROCODE UPDATE SUPPORT
1977P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001978M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979S: Maintained
1980
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001981INTEL I/OAT DMA DRIVER
1982P: Shannon Nelson
1983M: shannon.nelson@intel.com
1984L: linux-kernel@vger.kernel.org
1985S: Supported
1986
Dan Williamsb3e5f262007-08-07 10:26:35 -07001987INTEL IOP-ADMA DMA DRIVER
1988P: Dan Williams
1989M: dan.j.williams@intel.com
1990L: linux-kernel@vger.kernel.org
1991S: Supported
1992
Michael Buesch844dd052006-06-26 00:24:59 -07001993INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1994P: Deepak Saxena
1995M: dsaxena@plexity.net
1996S: Maintained
1997
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001998INTEL IXP2000 ETHERNET DRIVER
1999P: Lennert Buytenhek
2000M: kernel@wantstofly.org
2001L: netdev@vger.kernel.org
2002S: Maintained
2003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004INTEL PRO/100 ETHERNET SUPPORT
2005P: John Ronciak
2006M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007P: Jesse Brandeburg
2008M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002009P: Jeff Kirsher
2010M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002011P: Auke Kok
2012M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002013L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014W: http://sourceforge.net/projects/e1000/
2015S: Supported
2016
2017INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2018P: Jeb Cramer
2019M: cramerj@intel.com
2020P: John Ronciak
2021M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002022P: Jesse Brandeburg
2023M: jesse.brandeburg@intel.com
2024P: Jeff Kirsher
2025M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002026P: Auke Kok
2027M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002028L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029W: http://sourceforge.net/projects/e1000/
2030S: Supported
2031
2032INTEL PRO/10GbE SUPPORT
2033P: Ayyappan Veeraiyan
2034M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002035P: Auke Kok
2036M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002037P: Jesse Brandeburg
2038M: jesse.brandeburg@intel.com
2039P: John Ronciak
2040M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002041L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042W: http://sourceforge.net/projects/e1000/
2043S: Supported
2044
James Ketrenos826d2ab2005-11-07 18:56:59 -06002045INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2046P: Yi Zhu
2047M: yi.zhu@intel.com
2048P: James Ketrenos
2049M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002050L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002051L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002052L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2053W: http://ipw2100.sourceforge.net
2054S: Supported
2055
2056INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2057P: Yi Zhu
2058M: yi.zhu@intel.com
2059P: James Ketrenos
2060M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002061L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002062L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002063L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2064W: http://ipw2200.sourceforge.net
2065S: Supported
2066
Ralf Baechlecb109a02007-08-30 23:56:30 -07002067IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068P: Ralf Baechle
2069M: ralf@linux-mips.org
2070L: linux-mips@linux-mips.org
2071S: Maintained
2072
Ralf Baechlecb109a02007-08-30 23:56:30 -07002073IOC3 SERIAL DRIVER
2074P: Pat Gefre
2075M: pfg@sgi.com
2076L: linux-kernel@linux-mips.org
2077S: Maintained
2078
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079IP MASQUERADING:
2080P: Juanjo Ciarlante
2081M: jjciarla@raiz.uncu.edu.ar
2082S: Maintained
2083
Francois Romieu1202d6f2007-09-17 17:13:55 -07002084IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2085P: Francois Romieu
2086M: romieu@fr.zoreil.com
2087P: Sorbica Shieh
2088M: sorbica@icplus.com.tw
2089P: Jesse Huang
2090M: jesse@icplus.com.tw
2091L: netdev@vger.kernel.org
2092S: Maintained
2093
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002094IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002095P: Arthur Jones
2096M: infinipath@qlogic.com
2097L: general@lists.openfabrics.org
2098T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002099S: Supported
2100
Corey Minyard4409ebe2006-04-20 02:43:12 -07002101IPMI SUBSYSTEM
2102P: Corey Minyard
2103M: minyard@acm.org
2104L: openipmi-developer@lists.sourceforge.net
2105W: http://openipmi.sourceforge.net/
2106S: Supported
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108IPX NETWORK LAYER
2109P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002110M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002111L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112S: Maintained
2113
2114IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002115P: Samuel Ortiz
2116M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002117L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002119S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120
2121ISAPNP
2122P: Jaroslav Kysela
2123M: perex@suse.cz
2124S: Maintained
2125
2126ISDN SUBSYSTEM
2127P: Karsten Keil
2128M: kkeil@suse.de
2129P: Kai Germaschewski
2130M: kai.germaschewski@gmx.de
2131L: isdn4linux@listserv.isdn4linux.de
2132W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002133T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
2136ISDN SUBSYSTEM (Eicon active card driver)
2137P: Armin Schindler
2138M: mac@melware.de
2139L: isdn4linux@listserv.isdn4linux.de
2140W: http://www.melware.de
2141S: Maintained
2142
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2144P: David Woodhouse
2145M: dwmw2@infradead.org
2146L: jffs-dev@axis.com
2147W: http://sources.redhat.com/jffs2/
2148S: Maintained
2149
2150JFS FILESYSTEM
2151P: Dave Kleikamp
2152M: shaggy@austin.ibm.com
2153L: jfs-discussion@lists.sourceforge.net
2154W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002155T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156S: Supported
2157
Josh Triplettde456d32006-07-30 03:04:00 -07002158JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002159P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002160M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002161L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002162S: Maintained
2163
Rudolf Marek4660cb32006-10-08 22:01:26 +02002164K8TEMP HARDWARE MONITORING DRIVER
2165P: Rudolf Marek
2166M: r.marek@assembler.cz
2167L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168S: Maintained
2169
2170KCONFIG
2171P: Roman Zippel
2172M: zippel@linux-m68k.org
2173L: kbuild-devel@lists.sourceforge.net
2174S: Maintained
2175
Vivek Goyalea6c2082006-05-20 14:59:55 -07002176KDUMP
2177P: Vivek Goyal
2178M: vgoyal@in.ibm.com
2179P: Haren Myneni
2180M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002181L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002182L: linux-kernel@vger.kernel.org
2183W: http://lse.sourceforge.net/kdump/
2184S: Maintained
2185
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186KERNEL AUTOMOUNTER (AUTOFS)
2187P: H. Peter Anvin
2188M: hpa@zytor.com
2189L: autofs@linux.kernel.org
2190S: Odd Fixes
2191
2192KERNEL AUTOMOUNTER v4 (AUTOFS4)
2193P: Ian Kent
2194M: raven@themaw.net
2195L: autofs@linux.kernel.org
2196S: Maintained
2197
2198KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2199P: Kai Germaschewski
2200M: kai@germaschewski.name
2201P: Sam Ravnborg
2202M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002203T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002204S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
2206KERNEL JANITORS
2207P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002208L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
2212KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002213P: J. Bruce Fields
2214M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002216M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217L: nfs@lists.sourceforge.net
2218W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002219S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220
Avi Kivity426d62e2006-12-13 00:34:03 -08002221KERNEL VIRTUAL MACHINE (KVM)
2222P: Avi Kivity
2223M: avi@qumranet.com
2224L: kvm-devel@lists.sourceforge.net
2225W: kvm.sourceforge.net
2226S: Supported
2227
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002228KEXEC
2229P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002230M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002231W: http://www.xmission.com/~ebiederm/files/kexec/
2232L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002233L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002234S: Maintained
2235
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002236KPROBES
2237P: Prasanna S Panchamukhi
2238M: prasanna@in.ibm.com
2239P: Ananth N Mavinakayanahalli
2240M: ananth@in.ibm.com
2241P: Anil S Keshavamurthy
2242M: anil.s.keshavamurthy@intel.com
2243P: David S. Miller
2244M: davem@davemloft.net
2245L: linux-kernel@vger.kernel.org
2246S: Maintained
2247
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002248KS0108 LCD CONTROLLER DRIVER
2249P: Miguel Ojeda Sandonis
2250M: maxextreme@gmail.com
2251L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002252W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002253S: Maintained
2254
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002257S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258
2259LASI 53c700 driver for PARISC
2260P: James E.J. Bottomley
2261M: James.Bottomley@HansenPartnership.com
2262L: linux-scsi@vger.kernel.org
2263S: Maintained
2264
Richard Purdie263de9b2006-05-15 09:44:16 -07002265LED SUBSYSTEM
2266P: Richard Purdie
2267M: rpurdie@rpsys.net
2268S: Maintained
2269
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270LEGO USB Tower driver
2271P: Juergen Stuber
2272M: starblue@users.sourceforge.net
2273L: legousb-devel@lists.sourceforge.net
2274W: http://legousb.sourceforge.net/
2275S: Maintained
2276
2277LINUX FOR IBM pSERIES (RS/6000)
2278P: Paul Mackerras
2279M: paulus@au.ibm.com
2280W: http://www.ibm.com/linux/ltc/projects/ppc
2281S: Supported
2282
2283LINUX FOR NCR VOYAGER
2284P: James Bottomley
2285M: James.Bottomley@HansenPartnership.com
2286W: http://www.hansenpartnership.com/voyager
2287S: Maintained
2288
2289LINUX FOR POWERPC
2290P: Paul Mackerras
2291M: paulus@samba.org
2292W: http://www.penguinppc.org/
2293L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002294T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295S: Supported
2296
2297LINUX FOR POWER MACINTOSH
2298P: Benjamin Herrenschmidt
2299M: benh@kernel.crashing.org
2300W: http://www.penguinppc.org/
2301L: linuxppc-dev@ozlabs.org
2302S: Maintained
2303
2304LINUX FOR POWERPC EMBEDDED MPC52XX
2305P: Sylvain Munaut
2306M: tnt@246tNt.com
2307W: http://www.246tNt.com/mpc52xx/
2308W: http://www.penguinppc.org/
2309L: linuxppc-dev@ozlabs.org
2310L: linuxppc-embedded@ozlabs.org
2311S: Maintained
2312
2313LINUX FOR POWERPC EMBEDDED PPC4XX
2314P: Matt Porter
2315M: mporter@kernel.crashing.org
2316W: http://www.penguinppc.org/
2317L: linuxppc-embedded@ozlabs.org
2318S: Maintained
2319
Tom Rinie93adf12005-07-26 12:49:53 -07002320LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321P: Tom Rini
2322M: trini@kernel.crashing.org
2323W: http://www.penguinppc.org/
2324L: linuxppc-embedded@ozlabs.org
2325S: Maintained
2326
Tom Rinie93adf12005-07-26 12:49:53 -07002327LINUX FOR POWERPC EMBEDDED PPC8XX
2328P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002329M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002330W: http://www.penguinppc.org/
2331L: linuxppc-embedded@ozlabs.org
2332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002335P: Kumar Gala
2336M: galak@kernel.crashing.org
2337W: http://www.penguinppc.org/
2338L: linuxppc-embedded@ozlabs.org
2339S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340
Olof Johanssonab06ff32006-09-06 14:44:54 -05002341LINUX FOR POWERPC PA SEMI PWRFICIENT
2342P: Olof Johansson
2343M: olof@lixom.net
2344W: http://www.pasemi.com/
2345L: linuxppc-dev@ozlabs.org
2346S: Supported
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348LLC (802.2)
2349P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002350M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Maintained
2352
2353LINUX FOR 64BIT POWERPC
2354P: Paul Mackerras
2355M: paulus@samba.org
2356M: paulus@au.ibm.com
2357P: Anton Blanchard
2358M: anton@samba.org
2359M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002360W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002361L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Supported
2363
2364LINUX SECURITY MODULE (LSM) FRAMEWORK
2365P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002366M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002367L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002369T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Supported
2371
2372LM83 HARDWARE MONITOR DRIVER
2373P: Jean Delvare
2374M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002375L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
2378LM90 HARDWARE MONITOR DRIVER
2379P: Jean Delvare
2380M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002381L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Maintained
2383
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002384LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385P: Richard Russon (FlatCap)
2386M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002387L: linux-ntfs-dev@lists.sourceforge.net
2388W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Maintained
2390
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002391LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2392P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002393M: Eric.Moore@lsi.com
2394M: support@lsi.com
2395L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002396L: linux-scsi@vger.kernel.org
2397W: http://www.lsilogic.com/support
2398S: Supported
2399
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2401P: Matthew Wilcox
2402M: matthew@wil.cx
2403L: linux-scsi@vger.kernel.org
2404S: Maintained
2405
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002406M32R ARCHITECTURE
2407P: Hirokazu Takata
2408M: takata@linux-m32r.org
2409L: linux-m32r@ml.linux-m32r.org
2410L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2411W: http://www.linux-m32r.org/
2412S: Maintained
2413
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414M68K ARCHITECTURE
2415P: Geert Uytterhoeven
2416M: geert@linux-m68k.org
2417P: Roman Zippel
2418M: zippel@linux-m68k.org
2419L: linux-m68k@lists.linux-m68k.org
2420W: http://www.linux-m68k.org/
2421W: http://linux-m68k-cvs.ubb.ca/
2422S: Maintained
2423
2424M68K ON APPLE MACINTOSH
2425P: Joshua Thompson
2426M: funaho@jurai.org
2427W: http://www.mac.linux-m68k.org/
2428L: linux-mac68k@mac.linux-m68k.org
2429S: Maintained
2430
2431M68K ON HP9000/300
2432P: Philip Blundell
2433M: philb@gnu.org
2434W: http://www.tazenda.demon.co.uk/phil/linux-hp
2435S: Maintained
2436
Jiri Benc64a327a2007-05-05 11:47:08 -07002437MAC80211
2438P: Jiri Benc
2439M: jbenc@suse.cz
2440P: Michael Wu
2441M: flamingice@sourmilk.net
2442L: linux-wireless@vger.kernel.org
2443W: http://linuxwireless.org/
2444T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2445S: Maintained
2446
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002447MACVLAN DRIVER
2448P: Patrick McHardy
2449M: kaber@trash.net
2450L: netdev@vger.kernel.org
2451S: Maintained
2452
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453MARVELL YUKON / SYSKONNECT DRIVER
2454P: Mirko Lindner
2455M: mlindner@syskonnect.de
2456P: Ralph Roesler
2457M: rroesler@syskonnect.de
2458W: http://www.syskonnect.com
2459S: Supported
2460
Michael Kerriskfaf16682005-07-31 22:34:47 -07002461MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002462P: Michael Kerrisk
2463M: mtk-manpages@gmx.net
2464W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2465S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002466
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002467MARVELL MV643XX ETHERNET DRIVER
2468P: Dale Farnsworth
2469M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002471M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002472L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002473S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474
2475MATROX FRAMEBUFFER DRIVER
2476P: Petr Vandrovec
2477M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002478L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479S: Maintained
2480
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002481MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2482P: Hans J. Koch
2483M: hjk@linutronix.de
2484L: lm-sensors@lm-sensors.org
2485S: Maintained
2486
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002487MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002488P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002489M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002490S: linux-scsi@vger.kernel.org
2491W: http://megaraid.lsilogic.com
2492S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002493
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002494MEMORY MANAGEMENT
2495L: linux-mm@kvack.org
2496L: linux-kernel@vger.kernel.org
2497W: http://www.linux-mm.org
2498S: Maintained
2499
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002500MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501P: David Woodhouse
2502M: dwmw2@infradead.org
2503W: http://www.linux-mtd.infradead.org/
2504L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002505T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506S: Maintained
2507
Artem Bityutskiy48576402007-02-13 17:11:10 +02002508UNSORTED BLOCK IMAGES (UBI)
2509P: Artem Bityutskiy
2510M: dedekind@infradead.org
2511W: http://www.linux-mtd.infradead.org/
2512L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002513T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002514S: Maintained
2515
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516MICROTEK X6 SCANNER
2517P: Oliver Neukum
2518M: oliver@neukum.name
2519S: Maintained
2520
2521MIPS
2522P: Ralf Baechle
2523M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002524W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002526T: git www.linux-mips.org:/pub/scm/linux.git
2527S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528
2529MISCELLANEOUS MCA-SUPPORT
2530P: James Bottomley
2531M: jejb@steeleye.com
2532L: linux-kernel@vger.kernel.org
2533S: Maintained
2534
2535MODULE SUPPORT
2536P: Rusty Russell
2537M: rusty@rustcorp.com.au
2538L: linux-kernel@vger.kernel.org
2539S: Maintained
2540
2541MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2542P: Stelian Pop
2543M: stelian@popies.net
2544W: http://popies.net/meye/
2545S: Maintained
2546
Pavel Pisac58ff042007-05-16 01:10:41 +02002547MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2548P: Pavel Pisa
2549M: ppisa@pikron.com
2550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2551W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2552S: Maintained
2553
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554MOUSE AND MISC DEVICES [GENERAL]
2555P: Alessandro Rubini
2556M: rubini@ipvvis.unipv.it
2557L: linux-kernel@vger.kernel.org
2558S: Maintained
2559
Jiri Slabyd7354102006-12-08 02:38:35 -08002560MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2561P: Jiri Slaby
2562M: jirislaby@gmail.com
2563L: linux-kernel@vger.kernel.org
2564S: Maintained
2565
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002566MSI LAPTOP SUPPORT
2567P: Lennart Poettering
2568M: mzxreary@0pointer.de
2569L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2570W: http://0pointer.de/lennart/tchibo.html
2571S: Maintained
2572
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573MTRR AND SIMILAR SUPPORT [i386]
2574P: Richard Gooch
2575M: rgooch@atnf.csiro.au
2576L: linux-kernel@vger.kernel.org
2577W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2578S: Maintained
2579
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002580MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2581P: Pierre Ossman
2582M: drzeus-mmc@drzeus.cx
2583L: linux-kernel@vger.kernel.org
2584S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002585
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586MULTISOUND SOUND DRIVER
2587P: Andrew Veliath
2588M: andrewtv@usa.net
2589S: Maintained
2590
Jiri Slabyd7354102006-12-08 02:38:35 -08002591MULTITECH MULTIPORT CARD (ISICOM)
2592P: Jiri Slaby
2593M: jirislaby@gmail.com
2594L: linux-kernel@vger.kernel.org
2595S: Maintained
2596
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597NATSEMI ETHERNET DRIVER (DP8381x)
2598P: Tim Hockin
2599M: thockin@hockin.org
2600S: Maintained
2601
2602NCP FILESYSTEM
2603P: Petr Vandrovec
2604M: vandrove@vc.cvut.cz
2605L: linware@sh.cvut.cz
2606S: Maintained
2607
2608NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2609P: James E.J. Bottomley
2610M: James.Bottomley@HansenPartnership.com
2611L: linux-scsi@vger.kernel.org
2612S: Maintained
2613
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002614NETEM NETWORK EMULATOR
2615P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002616M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002617L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002618S: Maintained
2619
Jiri Slaby4a584482007-08-30 23:56:39 -07002620NETERION (S2IO) Xframe 10GbE DRIVER
2621P: Ramkrishna Vepa
2622M: ram.vepa@neterion.com
2623P: Rastapur Santosh
2624M: santosh.rastapur@neterion.com
2625P: Sivakumar Subramani
2626M: sivakumar.subramani@neterion.com
2627P: Sreenivasa Honnur
2628M: sreenivasa.honnur@neterion.com
2629L: netdev@vger.kernel.org
2630W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2631S: Supported
2632
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633NETFILTER/IPTABLES/IPCHAINS
2634P: Rusty Russell
2635P: Marc Boucher
2636P: James Morris
2637P: Harald Welte
2638P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002639P: Patrick McHardy
2640M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002641L: netfilter-devel@vger.kernel.org
2642L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002643L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644W: http://www.netfilter.org/
2645W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646S: Supported
2647
Paul Moore4cc67732006-09-25 15:57:13 -07002648NETLABEL
2649P: Paul Moore
2650M: paul.moore@hp.com
2651W: http://netlabel.sf.net
2652L: netdev@vger.kernel.org
2653S: Supported
2654
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655NETROM NETWORK LAYER
2656P: Ralf Baechle
2657M: ralf@linux-mips.org
2658L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002659W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660S: Maintained
2661
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002662NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663P: Paul Clements
2664M: Paul.Clements@steeleye.com
2665S: Maintained
2666
2667NETWORK DEVICE DRIVERS
2668P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002669M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670P: Jeff Garzik
2671M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002672L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002673T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674S: Maintained
2675
2676NETWORKING [GENERAL]
2677P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002678M: netdev@vger.kernel.org
2679L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002680W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681S: Maintained
2682
2683NETWORKING [IPv4/IPv6]
2684P: David S. Miller
2685M: davem@davemloft.net
2686P: Alexey Kuznetsov
2687M: kuznet@ms2.inr.ac.ru
2688P: Pekka Savola (ipv6)
2689M: pekkas@netcore.fi
2690P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002691M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692P: Hideaki YOSHIFUJI
2693M: yoshfuji@linux-ipv6.org
2694P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002695M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002696L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002697T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698S: Maintained
2699
James Morris10e2ff12007-08-25 14:41:28 -07002700NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2701P: Paul Moore
2702M: paul.moore@hp.com
2703L: netdev@vger.kernel.org
2704S: Maintained
2705
John W. Linville29f8f632006-01-18 14:52:48 -08002706NETWORKING [WIRELESS]
2707P: John W. Linville
2708M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002709L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002710T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2711S: Maintained
2712
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002713NETXEN (1/10) GbE SUPPORT
2714P: Amit S. Kale
2715M: amitkale@netxen.com
2716L: netdev@vger.kernel.org
2717W: http://www.netxen.com
2718S: Supported
2719
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720IPVS
2721P: Wensong Zhang
2722M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002723P: Simon Horman
2724M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725P: Julian Anastasov
2726M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002727L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728S: Maintained
2729
2730NFS CLIENT
2731P: Trond Myklebust
2732M: trond.myklebust@fys.uio.no
2733L: linux-kernel@vger.kernel.org
2734S: Maintained
2735
2736NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002737P: Jan-Pascal van Best
2738M: janpascal@vanbest.org
2739P: Andreas Mohr
2740M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002741L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742S: Maintained
2743
2744NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2745P: YOKOTA Hiroshi
2746M: yokota@netlab.is.tsukuba.ac.jp
2747W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2748S: Maintained
2749
2750NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2751P: GOTO Masanori
2752M: gotom@debian.or.jp
2753P: YOKOTA Hiroshi
2754M: yokota@netlab.is.tsukuba.ac.jp
2755W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2756S: Maintained
2757
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758NTFS FILESYSTEM
2759P: Anton Altaparmakov
2760M: aia21@cantab.net
2761L: linux-ntfs-dev@lists.sourceforge.net
2762L: linux-kernel@vger.kernel.org
2763W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002764T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765S: Maintained
2766
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002767NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002768P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002769M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002770L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002771S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002773OPENCORES I2C BUS DRIVER
2774P: Peter Korsgaard
2775M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002776L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002777S: Maintained
2778
Mark Fashehccd979b2005-12-15 14:31:24 -08002779ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2780P: Mark Fasheh
2781M: mark.fasheh@oracle.com
2782P: Kurt Hackel
2783M: kurt.hackel@oracle.com
2784L: ocfs2-devel@oss.oracle.com
2785W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002786S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002787
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788OLYMPIC NETWORK DRIVER
2789P: Peter De Shrijver
2790M: p2@ace.ulyssis.student.kuleuven.ac.be
2791P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002792M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002793L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794L: linux-tr@linuxtr.net
2795W: http://www.linuxtr.net
2796S: Maintained
2797
Harald Weltec1986ee2005-11-13 16:06:29 -08002798OMNIKEY CARDMAN 4000 DRIVER
2799P: Harald Welte
2800M: laforge@gnumonks.org
2801S: Maintained
2802
Harald Welte77c44ab2005-11-13 16:06:26 -08002803OMNIKEY CARDMAN 4040 DRIVER
2804P: Harald Welte
2805M: laforge@gnumonks.org
2806S: Maintained
2807
Jonathan Corbet77d51402007-03-22 19:44:17 -03002808OMNIVISION OV7670 SENSOR DRIVER
2809P: Jonathan Corbet
2810M: corbet@lwn.net
2811L: video4linux-list@redhat.com
2812S: Maintained
2813
Thomas Gleixner431bca72007-05-02 09:31:35 +02002814ONENAND FLASH DRIVER
2815P: Kyungmin Park
2816M: kyungmin.park@samsung.com
2817L: linux-mtd@lists.infradead.org
2818S: Maintained
2819
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820ONSTREAM SCSI TAPE DRIVER
2821P: Willem Riede
2822M: osst@riede.org
2823L: osst-users@lists.sourceforge.net
2824L: linux-scsi@vger.kernel.org
2825S: Maintained
2826
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827OPROFILE
2828P: Philippe Elie
2829M: phil.el@wanadoo.fr
2830L: oprofile-list@lists.sf.net
2831S: Maintained
2832
2833ORINOCO DRIVER
2834P: Pavel Roskin
2835M: proski@gnu.org
2836P: David Gibson
2837M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002838L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002839L: orinoco-users@lists.sourceforge.net
2840L: orinoco-devel@lists.sourceforge.net
2841W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842S: Maintained
2843
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002844PA SEMI ETHERNET DRIVER
2845P: Olof Johansson
2846M: olof@lixom.net
2847L: netdev@vger.kernel.org
2848S: Maintained
2849
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002850PA SEMI SMBUS DRIVER
2851P: Olof Johansson
2852M: olof@lixom.net
2853L: i2c@lm-sensors.org
2854S: Maintained
2855
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002857L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002858S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859
2860PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2861P: Tim Waugh
2862M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002863L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864W: http://www.torque.net/linux-pp.html
2865S: Maintained
2866
2867PARISC ARCHITECTURE
2868P: Matthew Wilcox
2869M: matthew@wil.cx
2870P: Grant Grundler
2871M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002872P: Kyle McMartin
2873M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874L: parisc-linux@parisc-linux.org
2875W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002876T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2877T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878S: Maintained
2879
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002880PARAVIRT_OPS INTERFACE
2881P: Jeremy Fitzhardinge
2882M: jeremy@xensource.com
2883P: Chris Wright
2884M: chrisw@sous-sol.org
2885P: Zachary Amsden
2886M: zach@vmware.com
2887P: Rusty Russell
2888M: rusty@rustcorp.com.au
2889L: virtualization@lists.osdl.org
2890L: linux-kernel@vger.kernel.org
2891S: Supported
2892
Jim Cromie1662d322006-10-06 00:43:59 -07002893PC87360 HARDWARE MONITORING DRIVER
2894P: Jim Cromie
2895M: jim.cromie@gmail.com
2896L: lm-sensors@lm-sensors.org
2897S: Maintained
2898
2899PC8736x GPIO DRIVER
2900P: Jim Cromie
2901M: jim.cromie@gmail.com
2902S: Maintained
2903
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002904PCI ERROR RECOVERY
2905P: Linas Vepstas
2906M: linas@austin.ibm.com
2907L: linux-kernel@vger.kernel.org
2908L: linux-pci@atrey.karlin.mff.cuni.cz
2909S: Supported
2910
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2912P: Thomas Sailer
2913M: sailer@ife.ee.ethz.ch
2914L: linux-sound@vger.kernel.org
2915W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2916S: Maintained
2917
2918PCI SUBSYSTEM
2919P: Greg Kroah-Hartman
2920M: gregkh@suse.de
2921L: linux-kernel@vger.kernel.org
2922L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002923T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924S: Supported
2925
2926PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002927P: Kristen Carlson Accardi
2928M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929S: Supported
2930
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002931PCIE HOTPLUG DRIVER
2932P: Kristen Carlson Accardi
2933M: kristen.c.accardi@intel.com
2934L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002935S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002936
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002938P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002939L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002941T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002942S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943
2944PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002945P: Don Fry
2946M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002947L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948S: Maintained
2949
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002950PER-TASK DELAY ACCOUNTING
2951P: Shailabh Nagar
2952M: nagar@watson.ibm.com
2953L: linux-kernel@vger.kernel.org
2954S: Maintained
2955
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002956PERSONALITY HANDLING
2957P: Christoph Hellwig
2958M: hch@infradead.org
2959L: linux-abi-devel@lists.sourceforge.net
2960S: Maintained
2961
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002963P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964M: joern@wh.fh-wedel.de
2965L: linux-mtd@lists.infradead.org
2966S: Maintained
2967
Peter Osterlund249a6772005-09-27 21:45:30 -07002968PKTCDVD DRIVER
2969P: Peter Osterlund
2970M: petero2@telia.com
2971L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002972S: Maintained
2973
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002975P: Thomas Gleixner
2976M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002977L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978S: Supported
2979
Anton Vorontsov3be86142007-07-15 04:43:36 +04002980POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2981P: Anton Vorontsov
2982M: cbou@mail.ru
2983P: David Woodhouse
2984M: dwmw2@infradead.org
2985L: linux-kernel@vger.kernel.org
2986L: kernel-discuss@handhelds.org
2987T: git git.infradead.org/battery-2.6.git
2988S: Maintained
2989
Eugene Surovegin24682972005-10-14 03:00:53 -07002990POWERPC 4xx EMAC DRIVER
2991P: Eugene Surovegin
2992M: ebs@ebshome.net
2993W: http://kernel.ebshome.net/emac/
2994L: linuxppc-embedded@ozlabs.org
2995L: netdev@vger.kernel.org
2996S: Maintained
2997
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998PNP SUPPORT
2999P: Adam Belay
3000M: ambx1@neo.rr.com
3001S: Maintained
3002
Vitaly Wool999445d2007-01-04 13:07:03 +01003003PNXxxxx I2C DRIVER
3004P: Vitaly Wool
3005M: vitalywool@gmail.com
3006L: i2c@lm-sensors.org
3007S: Maintained
3008
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009PPP PROTOCOL DRIVERS AND COMPRESSORS
3010P: Paul Mackerras
3011M: paulus@samba.org
3012L: linux-ppp@vger.kernel.org
3013S: Maintained
3014
3015PPP OVER ATM (RFC 2364)
3016P: Mitchell Blank Jr
3017M: mitch@sfgoth.com
3018S: Maintained
3019
3020PPP OVER ETHERNET
3021P: Michal Ostrowski
3022M: mostrows@speakeasy.net
3023S: Maintained
3024
James Chapmana6d23702007-06-27 15:53:17 -07003025PPP OVER L2TP
3026P: James Chapman
3027M: jchapman@katalix.com
3028S: Maintained
3029
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030PREEMPTIBLE KERNEL
3031P: Robert Love
3032M: rml@tech9.net
3033L: linux-kernel@vger.kernel.org
3034L: kpreempt-tech@lists.sourceforge.net
3035W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3036S: Supported
3037
3038PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003039P: Luis R. Rodriguez
3040M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003041L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042W: http://prism54.org
3043S: Maintained
3044
3045PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3046P: Peter Denison
3047M: promise@pnd-pc.demon.co.uk
3048W: http://www.pnd-pc.demon.co.uk/promise/
3049S: Maintained
3050
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003051PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3052P: Mikael Pettersson
3053M: mikpe@it.uu.se
3054L: linux-ide@vger.kernel.org
3055S: Maintained
3056
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003057PS3 NETWORK SUPPORT
3058P: Masakazu Mokuno
3059M: mokuno@sm.sony.co.jp
3060L: netdev@vger.kernel.org
3061L: cbe-oss-dev@ozlabs.org
3062S: Supported
3063
Geoff Levandf58a9d12006-11-23 00:46:51 +01003064PS3 PLATFORM SUPPORT
3065P: Geoff Levand
3066M: geoffrey.levand@am.sony.com
3067L: linuxppc-dev@ozlabs.org
3068L: cbe-oss-dev@ozlabs.org
3069S: Supported
3070
Michael Krufky83202042006-07-03 00:24:18 -07003071PVRUSB2 VIDEO4LINUX DRIVER
3072P: Mike Isely
3073M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003074L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003075L: video4linux-list@redhat.com
3076W: http://www.isely.net/pvrusb2/
3077S: Maintained
3078
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079PXA2xx SUPPORT
3080P: Nicolas Pitre
3081M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003082L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083S: Maintained
3084
Pierre Ossman272f1332007-05-14 21:25:26 +02003085PXA MMCI DRIVER
3086S: Orphan
3087
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088QLOGIC QLA2XXX FC-SCSI DRIVER
3089P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003090M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091L: linux-scsi@vger.kernel.org
3092S: Supported
3093
Ron Mercer5a4faa82006-07-25 00:40:21 -07003094QLOGIC QLA3XXX NETWORK DRIVER
3095P: Ron Mercer
3096M: linux-driver@qlogic.com
3097L: netdev@vger.kernel.org
3098S: Supported
3099
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100QNX4 FILESYSTEM
3101P: Anders Larsen
3102M: al@alarsen.net
3103L: linux-kernel@vger.kernel.org
3104W: http://www.alarsen.net/linux/qnx4fs/
3105S: Maintained
3106
3107RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003108P: Benjamin Herrenschmidt
3109M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003110L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111S: Maintained
3112
3113RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003114P: Paul Mackerras
3115M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003116L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117S: Maintained
3118
3119RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3120P: Corey Thomas
3121M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003122L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123S: Maintained
3124
Matt Mackall9e95ce22005-04-16 15:25:56 -07003125RANDOM NUMBER DRIVER
3126P: Matt Mackall
3127M: mpm@selenic.com
3128S: Maintained
3129
Matt Porter394b7012005-11-07 01:00:15 -08003130RAPIDIO SUBSYSTEM
3131P: Matt Porter
3132M: mporter@kernel.crashing.org
3133L: linux-kernel@vger.kernel.org
3134S: Maintained
3135
Josh Triplett595182b2006-10-04 02:17:21 -07003136READ-COPY UPDATE (RCU)
3137P: Dipankar Sarma
3138M: dipankar@in.ibm.com
3139W: http://www.rdrop.com/users/paulmck/rclock/
3140L: linux-kernel@vger.kernel.org
3141S: Supported
3142
3143RCUTORTURE MODULE
3144P: Josh Triplett
3145M: josh@freedesktop.org
3146L: linux-kernel@vger.kernel.org
3147S: Maintained
3148
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149REAL TIME CLOCK DRIVER
3150P: Paul Gortmaker
3151M: p_gortmaker@yahoo.com
3152L: linux-kernel@vger.kernel.org
3153S: Maintained
3154
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003155REAL TIME CLOCK (RTC) SUBSYSTEM
3156P: Alessandro Zummo
3157M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003158L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003159S: Maintained
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161REISERFS FILE SYSTEM
3162P: Hans Reiser
3163M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003164L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165W: http://www.namesys.com
3166S: Supported
3167
3168ROCKETPORT DRIVER
3169P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170W: http://www.comtrol.com
3171S: Maintained
3172
3173ROSE NETWORK LAYER
3174P: Ralf Baechle
3175M: ralf@linux-mips.org
3176L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003177W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178S: Maintained
3179
3180RISCOM8 DRIVER
3181S: Orphan
3182
Michael Wu605bebe2007-05-14 01:41:02 -04003183RTL818X WIRELESS DRIVER
3184P: Michael Wu
3185M: flamingice@sourmilk.net
3186P: Andrea Merello
3187M: andreamrl@tiscali.it
3188L: linux-wireless@vger.kernel.org
3189W: http://linuxwireless.org/
3190T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3191S: Maintained
3192
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003193S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003194P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003195M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003196L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003197S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003198
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199S390
3200P: Martin Schwidefsky
3201M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003202P: Heiko Carstens
3203M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003205L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003206W: http://www.ibm.com/developerworks/linux/linux390/
3207S: Supported
3208
3209S390 NETWORK DRIVERS
3210P: Frank Pavlic
3211M: fpavlic@de.ibm.com
3212M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003213L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003214W: http://www.ibm.com/developerworks/linux/linux390/
3215S: Supported
3216
3217S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003218P: Swen Schillig
3219M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003220M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003221L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003222W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223S: Supported
3224
3225SAA7146 VIDEO4LINUX-2 DRIVER
3226P: Michael Hunold
3227M: michael@mihu.de
3228W: http://www.mihu.de/linux/saa7146
3229S: Maintained
3230
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231SC1200 WDT DRIVER
3232P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003233M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234S: Maintained
3235
3236SCHEDULER
3237P: Ingo Molnar
3238M: mingo@elte.hu
3239P: Robert Love [the preemptible kernel bits]
3240M: rml@tech9.net
3241L: linux-kernel@vger.kernel.org
3242S: Maintained
3243
3244SCSI CDROM DRIVER
3245P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003246M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247L: linux-scsi@vger.kernel.org
3248W: http://www.kernel.dk
3249S: Maintained
3250
3251SCSI SG DRIVER
3252P: Doug Gilbert
3253M: dgilbert@interlog.com
3254L: linux-scsi@vger.kernel.org
3255W: http://www.torque.net/sg
3256S: Maintained
3257
3258SCSI SUBSYSTEM
3259P: James E.J. Bottomley
3260M: James.Bottomley@SteelEye.com
3261L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003262T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263S: Maintained
3264
3265SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003266P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267M: Kai.Makisara@kolumbus.fi
3268L: linux-scsi@vger.kernel.org
3269S: Maintained
3270
3271SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003272P: Vlad Yasevich
3273M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003274P: Sridhar Samudrala
3275M: sri@us.ibm.com
3276L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003277W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003278S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279
3280SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003281P: Jim Cromie
3282M: jim.cromie@gmail.com
3283S: Odd Fixes
3284
3285SCx200 GPIO DRIVER
3286P: Jim Cromie
3287M: jim.cromie@gmail.com
3288S: Maintained
3289
3290SCx200 HRT CLOCKSOURCE DRIVER
3291P: Jim Cromie
3292M: jim.cromie@gmail.com
3293S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294
3295SECURITY CONTACT
3296P: Security Officers
3297M: security@kernel.org
3298S: Supported
3299
3300SELINUX SECURITY MODULE
3301P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003302M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003304M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003305P: Eric Paris
3306M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003308L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309W: http://www.nsa.gov/selinux
3310S: Supported
3311
Jiri Slabycef2cf02007-05-08 00:31:45 -07003312SENSABLE PHANTOM
3313P: Jiri Slaby
3314M: jirislaby@gmail.com
3315S: Maintained
3316
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317SERIAL ATA (SATA) SUBSYSTEM:
3318P: Jeff Garzik
3319M: jgarzik@pobox.com
3320L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003321T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322S: Supported
3323
3324SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3325P: Pat Gefre
3326M: pfg@sgi.com
3327L: linux-ia64@vger.kernel.org
3328S: Supported
3329
3330SGI VISUAL WORKSTATION 320 AND 540
3331P: Andrey Panin
3332M: pazke@donpac.ru
3333L: linux-visws-devel@lists.sf.net
3334W: http://linux-visws.sf.net
3335S: Maintained for 2.6.
3336
3337SIMTEC EB110ATX (Chalice CATS)
3338P: Ben Dooks
3339P: Vincent Sanders
3340M: support@simtec.co.uk
3341W: http://www.simtec.co.uk/products/EB110ATX/
3342S: Supported
3343
3344SIMTEC EB2410ITX (BAST)
3345P: Ben Dooks
3346P: Vincent Sanders
3347M: support@simtec.co.uk
3348W: http://www.simtec.co.uk/products/EB2410ITX/
3349S: Supported
3350
Francois Romieu92aab3c2005-07-30 13:11:18 +02003351SIS 190 ETHERNET DRIVER
3352P: Francois Romieu
3353M: romieu@fr.zoreil.com
3354L: netdev@vger.kernel.org
3355S: Maintained
3356
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357SIS 5513 IDE CONTROLLER DRIVER
3358P: Lionel Bouton
3359M: Lionel.Bouton@inet6.fr
3360W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3361W: http://gyver.homeip.net/sis5513/index.html
3362S: Maintained
3363
3364SIS 900/7016 FAST ETHERNET DRIVER
3365P: Daniele Venzano
3366M: venza@brownhat.org
3367W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003368L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369S: Maintained
3370
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003371SIS 96X I2C/SMBUS DRIVER
3372P: Mark M. Hoffman
3373M: mhoffman@lightlink.com
3374L: lm-sensors@lm-sensors.org
3375S: Maintained
3376
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377SIS FRAMEBUFFER DRIVER
3378P: Thomas Winischhofer
3379M: thomas@winischhofer.net
3380W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003381S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382
3383SIS USB2VGA DRIVER
3384P: Thomas Winischhofer
3385M: thomas@winischhofer.net
3386W: http://www.winischhofer.at/linuxsisusbvga.shtml
3387S: Maintained
3388
Christoph Lameter415ad262007-07-26 10:40:56 -07003389SLAB ALLOCATOR
3390P: Christoph Lameter
3391M: clameter@sgi.com
3392P: Pekka Enberg
3393M: penberg@cs.helsinki.fi
3394L: linux-mm@kvack.org
3395S: Maintained
3396
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397SMC91x ETHERNET DRIVER
3398P: Nicolas Pitre
3399M: nico@cam.org
3400S: Maintained
3401
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003402SMSC47B397 HARDWARE MONITOR DRIVER
3403P: Mark M. Hoffman
3404M: mhoffman@lightlink.com
3405L: lm-sensors@lm-sensors.org
3406S: Maintained
3407
Daniel Drake8f0f8502006-07-18 22:00:25 +01003408SOFTMAC LAYER (IEEE 802.11)
3409P: Johannes Berg
3410M: johannes@sipsolutions.net
3411P: Joe Jezak
3412M: josejx@gentoo.org
3413P: Daniel Drake
3414M: dsd@gentoo.org
3415W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003416L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003417S: Maintained
3418
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419SOFTWARE RAID (Multiple Disks) SUPPORT
3420P: Ingo Molnar
3421M: mingo@redhat.com
3422P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003423M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003425S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426
Pavel Machek95a631e2007-07-19 01:47:42 -07003427HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428P: Pavel Machek
3429M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003430P: Rafael J. Wysocki
3431M: rjw@sisk.pl
3432L: linux-pm@lists.linux-foundation.org
3433S: Supported
3434
3435SUSPEND TO RAM:
3436P: Pavel Machek
3437M: pavel@suse.cz
3438P: Rafael J. Wysocki
3439M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003440L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441S: Maintained
3442
3443SONIC NETWORK DRIVER
3444P: Thomas Bogendoerfer
3445M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003446L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447S: Maintained
3448
3449SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003450P: Mattia Dongili
3451M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003452L: linux-acpi@vger.kernel.org
3453W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454S: Maintained
3455
3456SOUND
3457P: Jaroslav Kysela
3458M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003459L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460S: Maintained
3461
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003462SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3463P: Liam Girdwood
3464M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003465L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003466S: Supported
3467
Kumar Gala025c3982006-04-02 16:05:54 -05003468SPI SUBSYSTEM
3469P: David Brownell
3470M: dbrownell@users.sourceforge.net
3471L: spi-devel-general@lists.sourceforge.net
3472S: Maintained
3473
Steven Rostedt855f46a2006-08-05 12:14:50 -07003474STABLE BRANCH:
3475P: Greg Kroah-Hartman
3476M: greg@kroah.com
3477P: Chris Wright
3478M: chrisw@sous-sol.org
3479L: stable@kernel.org
3480S: Maintained
3481
Kylene Hall1c72d462005-05-01 08:59:13 -07003482TPM DEVICE DRIVER
3483P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003484M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003485W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003486P: Marcel Selhorst
3487M: tpm@selhorst.net
3488W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003489L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003490S: Maintained
3491
Mark Gross1a80ba82005-10-30 15:02:55 -08003492Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003493P: Mark Gross
3494M: mark.gross@intel.com
3495S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003496
Chris Zankel48b415c2005-06-23 22:01:07 -07003497TENSILICA XTENSA PORT (xtensa):
3498P: Chris Zankel
3499M: chris@zankel.net
3500S: Maintained
3501
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003502THINKPAD ACPI EXTRAS DRIVER
3503P: Henrique de Moraes Holschuh
3504M: ibm-acpi@hmh.eng.br
3505L: ibm-acpi-devel@lists.sourceforge.net
3506W: http://ibm-acpi.sourceforge.net
3507W: http://thinkwiki.org/wiki/Ibm-acpi
3508T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3509S: Maintained
3510
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511UltraSPARC (sparc64):
3512P: David S. Miller
3513M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003515T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516S: Maintained
3517
3518SHARP LH SUPPORT (LH7952X & LH7A40X)
3519P: Marc Singer
3520M: elf@buici.com
3521W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S: Maintained
3524
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003525SHPC HOTPLUG DRIVER
3526P: Kristen Carlson Accardi
3527M: kristen.c.accardi@intel.com
3528L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003529S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003530
Pierre Ossmand129bce2006-03-24 03:18:17 -08003531SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3532P: Pierre Ossman
3533M: drzeus-sdhci@drzeus.cx
3534L: sdhci-devel@list.drzeus.cx
3535W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3536S: Maintained
3537
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003538SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3539P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003540M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003541L: netdev@vger.kernel.org
3542S: Maintained
3543
Chris Boot1a87d942006-07-10 04:45:34 -07003544SOEKRIS NET48XX LED SUPPORT
3545P: Chris Boot
3546M: bootc@bootc.net
3547S: Maintained
3548
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549SPARC (sparc32):
3550P: William L. Irwin
3551M: wli@holomorphy.com
3552L: sparclinux@vger.kernel.org
3553S: Maintained
3554
3555SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3556P: Roger Wolff
3557M: R.E.Wolff@BitWizard.nl
3558L: linux-kernel@vger.kernel.org ?
3559S: Supported
3560
Jim Lewis2752e402006-09-29 02:01:19 -07003561SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003562P: Linas Vepstas
3563M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003564L: netdev@vger.kernel.org
3565S: Supported
3566
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567SRM (Alpha) environment access
3568P: Jan-Benedict Glaw
3569M: jbglaw@lug-owl.de
3570L: linux-kernel@vger.kernel.org
3571S: Maintained
3572
3573STARFIRE/DURALAN NETWORK DRIVER
3574P: Ion Badulescu
3575M: ionut@cs.columbia.edu
3576S: Maintained
3577
3578STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3579W: http://mosquitonet.Stanford.EDU/strip.html
3580S: Unsupported ?
3581
3582STRADIS MPEG-2 DECODER DRIVER
3583P: Nathan Laredo
3584M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585W: http://www.stradis.com/
3586S: Maintained
3587
3588SUPERH (sh)
3589P: Paul Mundt
3590M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003591L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593S: Maintained
3594
3595SUPERH64 (sh64)
3596P: Paul Mundt
3597M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598L: linuxsh-shmedia-dev@lists.sourceforge.net
3599W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600S: Maintained
3601
3602SUN3/3X
3603P: Sam Creasey
3604M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605W: http://sammy.net/sun3/
3606S: Maintained
3607
3608SVGA HANDLING
3609P: Martin Mares
3610M: mj@ucw.cz
3611L: linux-video@atrey.karlin.mff.cuni.cz
3612S: Maintained
3613
3614SYSV FILESYSTEM
3615P: Christoph Hellwig
3616M: hch@infradead.org
3617S: Maintained
3618
Stephen Hemminger781b4562006-07-10 20:25:29 -07003619TC CLASSIFIER
3620P: Jamal Hadi Salim
3621M: hadi@cyberus.ca
3622L: netdev@vger.kernel.org
3623S: Maintained
3624
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003625TCP LOW PRIORITY MODULE
3626P: Wong Hoi Sing, Edison
3627M: hswong3i@gmail.com
3628P: Hung Hing Lun, Mike
3629M: hlhung3i@gmail.com
3630W: http://tcp-lp-mod.sourceforge.net/
3631S: Maintained
3632
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003633TEHUTI ETHERNET DRIVER
3634P: Alexander Indenbaum
3635M: baum@tehutinetworks.net
3636P: Andy Gospodarek
3637M: andy@greyhouse.net
3638L: netdev@vger.kernel.org
3639S: Supported
3640
Alex Dubov4020f2d2006-10-04 02:15:37 -07003641TI FLASH MEDIA INTERFACE DRIVER
3642P: Alex Dubov
3643M: oakad@yahoo.com
3644S: Maintained
3645
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003646TI OMAP MMC INTERFACE DRIVER
3647P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3648M: linux-omap-open-source@linux.omap.com
3649W: http://linux.omap.com
3650W: http://www.muru.com/linux/omap/
3651S: Maintained
3652
Michael Buesch844dd052006-06-26 00:24:59 -07003653TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3654P: Deepak Saxena
3655M: dsaxena@plexity.net
3656S: Maintained
3657
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003658TASKSTATS STATISTICS INTERFACE
3659P: Shailabh Nagar
3660M: nagar@watson.ibm.com
3661L: linux-kernel@vger.kernel.org
3662S: Maintained
3663
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003665P: Romain Lievin
3666M: roms@lpg.ticalc.org
3667S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668
Per Lidene86eaa32006-01-12 16:45:18 +01003669TIPC NETWORK LAYER
3670P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003671M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003672P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003673M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003674P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003675M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003676L: tipc-discussion@lists.sourceforge.net
3677W: http://tipc.sourceforge.net/
3678W: http://tipc.cslab.ericsson.net/
3679T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3680S: Maintained
3681
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682TLAN NETWORK DRIVER
3683P: Samuel Chessman
3684M: chessman@tux.org
3685L: tlan-devel@lists.sourceforge.net
3686W: http://sourceforge.net/projects/tlan/
3687S: Maintained
3688
3689TOKEN-RING NETWORK DRIVER
3690P: Mike Phillips
3691M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003692L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693L: linux-tr@linuxtr.net
3694W: http://www.linuxtr.net
3695S: Maintained
3696
3697TOSHIBA ACPI EXTRAS DRIVER
3698P: John Belmonte
3699M: toshiba_acpi@memebeam.org
3700W: http://memebeam.org/toys/ToshibaAcpiDriver
3701S: Maintained
3702
3703TOSHIBA SMM DRIVER
3704P: Jonathan Buzzard
3705M: jonathan@buzzard.org.uk
3706L: tlinux-users@tce.toshiba-dme.co.jp
3707W: http://www.buzzard.org.uk/toshiba/
3708S: Maintained
3709
3710TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3711P: Muli Ben-Yehuda
3712M: mulix@mulix.org
3713L: linux-kernel@vger.kernel.org
3714S: Maintained
3715
3716TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003717P: Adrian Bunk
3718M: trivial@kernel.org
3719L: linux-kernel@vger.kernel.org
3720W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3721T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3722S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723
3724TMS380 TOKEN-RING NETWORK DRIVER
3725P: Adam Fritzler
3726M: mid@auk.cx
3727L: linux-tr@linuxtr.net
3728W: http://www.auk.cx/tms380tr/
3729S: Maintained
3730
3731TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732L: tulip-users@lists.sourceforge.net
3733W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003734S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735
3736TUN/TAP driver
3737P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003738M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739L: vtun@office.satix.net
3740W: http://vtun.sourceforge.net/tun
3741S: Maintained
3742
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003743TURBOCHANNEL SUBSYSTEM
3744P: Maciej W. Rozycki
3745M: macro@linux-mips.org
3746S: Maintained
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748U14-34F SCSI DRIVER
3749P: Dario Ballabio
3750M: ballabio_dario@emc.com
3751L: linux-scsi@vger.kernel.org
3752S: Maintained
3753
3754UDF FILESYSTEM
3755P: Ben Fennema
3756M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757W: http://linux-udf.sourceforge.net
3758S: Maintained
3759
3760UNIFORM CDROM DRIVER
3761P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003762M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763L: linux-kernel@vger.kernel.org
3764W: http://www.kernel.dk
3765S: Maintained
3766
3767USB ACM DRIVER
3768P: Oliver Neukum
3769M: oliver@neukum.name
3770L: linux-usb-users@lists.sourceforge.net
3771L: linux-usb-devel@lists.sourceforge.net
3772S: Maintained
3773
3774USB BLOCK DRIVER (UB ub)
3775P: Pete Zaitcev
3776M: zaitcev@redhat.com
3777L: linux-kernel@vger.kernel.org
3778L: linux-usb-devel@lists.sourceforge.net
3779S: Supported
3780
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781USB CDC ETHERNET DRIVER
3782P: Greg Kroah-Hartman
3783M: greg@kroah.com
3784L: linux-usb-users@lists.sourceforge.net
3785L: linux-usb-devel@lists.sourceforge.net
3786S: Maintained
3787W: http://www.kroah.com/linux-usb/
3788
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003789USB DAVICOM DM9601 DRIVER
3790P: Peter Korsgaard
3791M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003792L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003793W: http://www.linux-usb.org/usbnet
3794S: Maintained
3795
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796USB EHCI DRIVER
3797P: David Brownell
3798M: dbrownell@users.sourceforge.net
3799L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003800S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801
Luca Risolia7ce08c92006-01-11 02:06:59 +00003802USB ET61X[12]51 DRIVER
3803P: Luca Risolia
3804M: luca.risolia@studio.unibo.it
3805L: linux-usb-devel@lists.sourceforge.net
3806L: video4linux-list@redhat.com
3807W: http://www.linux-projects.org
3808S: Maintained
3809
David Brownell69ae9e32006-11-14 02:03:31 -08003810USB GADGET/PERIPHERAL SUBSYSTEM
3811P: David Brownell
3812M: dbrownell@users.sourceforge.net
3813L: linux-usb-devel@lists.sourceforge.net
3814W: http://www.linux-usb.org/gadget
3815S: Maintained
3816
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003817USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01003818P: Jiri Kosina
3819M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003821T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822S: Maintained
3823
3824USB HUB DRIVER
3825P: Johannes Erdfelt
3826M: johannes@erdfelt.com
3827L: linux-usb-users@lists.sourceforge.net
3828L: linux-usb-devel@lists.sourceforge.net
3829S: Maintained
3830
Olav Kongas959eea22005-11-03 17:38:14 +02003831USB ISP116X DRIVER
3832P: Olav Kongas
3833M: ok@artecdesign.ee
3834L: linux-usb-devel@lists.sourceforge.net
3835S: Maintained
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837USB KAWASAKI LSI DRIVER
3838P: Oliver Neukum
3839M: oliver@neukum.name
3840L: linux-usb-users@lists.sourceforge.net
3841L: linux-usb-devel@lists.sourceforge.net
3842S: Maintained
3843
3844USB MASS STORAGE DRIVER
3845P: Matthew Dharm
3846M: mdharm-usb@one-eyed-alien.net
3847L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003848L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849S: Maintained
3850W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3851
3852USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003853P: David Brownell
3854M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855L: linux-usb-users@lists.sourceforge.net
3856L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003857S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858
Matthias Urlichsba460e42005-07-14 00:33:47 -07003859USB OPTION-CARD DRIVER
3860P: Matthias Urlichs
3861M: smurf@smurf.noris.de
3862L: linux-usb-devel@lists.sourceforge.net
3863S: Maintained
3864
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865USB OV511 DRIVER
3866P: Mark McClelland
3867M: mmcclell@bigfoot.com
3868L: linux-usb-users@lists.sourceforge.net
3869L: linux-usb-devel@lists.sourceforge.net
3870W: http://alpha.dyndns.org/ov511/
3871S: Maintained
3872
3873USB PEGASUS DRIVER
3874P: Petko Manolov
3875M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003877L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878W: http://pegasus2.sourceforge.net/
3879S: Maintained
3880
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003881USB PRINTER DRIVER (usblp)
3882P: Pete Zaitcev
3883M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884L: linux-usb-users@lists.sourceforge.net
3885L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003886S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887
3888USB RTL8150 DRIVER
3889P: Petko Manolov
3890M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003892L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893W: http://pegasus2.sourceforge.net/
3894S: Maintained
3895
3896USB SE401 DRIVER
3897P: Jeroen Vreeken
3898M: pe1rxq@amsat.org
3899L: linux-usb-users@lists.sourceforge.net
3900L: linux-usb-devel@lists.sourceforge.net
3901W: http://www.chello.nl/~j.vreeken/se401/
3902S: Maintained
3903
3904USB SERIAL CYBERJACK DRIVER
3905P: Matthias Bruestle and Harald Welte
3906M: support@reiner-sct.com
3907W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3908S: Maintained
3909
3910USB SERIAL DIGI ACCELEPORT DRIVER
3911P: Peter Berger and Al Borchers
3912M: pberger@brimson.com
3913M: alborchers@steinerpoint.com
3914L: linux-usb-users@lists.sourceforge.net
3915L: linux-usb-devel@lists.sourceforge.net
3916S: Maintained
3917
3918USB SERIAL DRIVER
3919P: Greg Kroah-Hartman
3920M: gregkh@suse.de
3921L: linux-usb-users@lists.sourceforge.net
3922L: linux-usb-devel@lists.sourceforge.net
3923S: Supported
3924
3925USB SERIAL BELKIN F5U103 DRIVER
3926P: William Greathouse
3927M: wgreathouse@smva.com
3928L: linux-usb-users@lists.sourceforge.net
3929L: linux-usb-devel@lists.sourceforge.net
3930S: Maintained
3931
3932USB SERIAL CYPRESS M8 DRIVER
3933P: Lonnie Mendez
3934M: dignome@gmail.com
3935L: linux-usb-users@lists.sourceforge.net
3936L: linux-usb-devel@lists.sourceforge.net
3937S: Maintained
3938W: http://geocities.com/i0xox0i
3939W: http://firstlight.net/cvs
3940
3941USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3942L: linux-usb-users@lists.sourceforge.net
3943L: linux-usb-devel@lists.sourceforge.net
3944S: Maintained
3945
3946USB AUERSWALD DRIVER
3947P: Wolfgang Muees
3948M: wolfgang@iksw-muees.de
3949L: linux-usb-users@lists.sourceforge.net
3950L: linux-usb-devel@lists.sourceforge.net
3951S: Maintained
3952
3953USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3954P: Gary Brubaker
3955M: xavyer@ix.netcom.com
3956L: linux-usb-users@lists.sourceforge.net
3957L: linux-usb-devel@lists.sourceforge.net
3958S: Maintained
3959
3960USB SERIAL KEYSPAN DRIVER
3961P: Greg Kroah-Hartman
3962M: greg@kroah.com
3963L: linux-usb-users@lists.sourceforge.net
3964L: linux-usb-devel@lists.sourceforge.net
3965W: http://www.kroah.com/linux/
3966S: Maintained
3967
3968USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003969P: Support Department
3970M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971L: linux-usb-users@lists.sourceforge.net
3972L: linux-usb-devel@lists.sourceforge.net
3973W: http://www.connecttech.com
3974S: Supported
3975
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003976USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977P: Luca Risolia
3978M: luca.risolia@studio.unibo.it
3979L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003980L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981W: http://www.linux-projects.org
3982S: Maintained
3983
3984USB SUBSYSTEM
3985P: Greg Kroah-Hartman
3986M: gregkh@suse.de
3987L: linux-usb-users@lists.sourceforge.net
3988L: linux-usb-devel@lists.sourceforge.net
3989W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003990T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991S: Supported
3992
3993USB UHCI DRIVER
3994P: Alan Stern
3995M: stern@rowland.harvard.edu
3996L: linux-usb-users@lists.sourceforge.net
3997L: linux-usb-devel@lists.sourceforge.net
3998S: Maintained
3999
David Brownell69ae9e32006-11-14 02:03:31 -08004000USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001P: David Brownell
4002M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004003L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004004W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005S: Maintained
4006
4007USB W996[87]CF DRIVER
4008P: Luca Risolia
4009M: luca.risolia@studio.unibo.it
4010L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00004011L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012W: http://www.linux-projects.org
4013S: Maintained
4014
Luca Risolia60f78052006-02-06 16:29:35 +00004015USB ZC0301 DRIVER
4016P: Luca Risolia
4017M: luca.risolia@studio.unibo.it
4018L: linux-usb-devel@lists.sourceforge.net
4019L: video4linux-list@redhat.com
4020W: http://www.linux-projects.org
4021S: Maintained
4022
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023USB ZD1201 DRIVER
4024P: Jeroen Vreeken
4025M: pe1rxq@amsat.org
4026L: linux-usb-users@lists.sourceforge.net
4027L: linux-usb-devel@lists.sourceforge.net
4028W: http://linux-lc100020.sourceforge.net
4029S: Maintained
4030
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004031USB ZR364XX DRIVER
4032P: Antoine Jacquet
4033M: royale@zerezo.com
4034L: linux-usb-devel@lists.sourceforge.net
4035L: video4linux-list@redhat.com
4036W: http://royale.zerezo.com/zr364xx/
4037S: Maintained
4038
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039USER-MODE LINUX
4040P: Jeff Dike
4041M: jdike@karaya.com
4042L: user-mode-linux-devel@lists.sourceforge.net
4043L: user-mode-linux-user@lists.sourceforge.net
4044W: http://user-mode-linux.sourceforge.net
4045S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004046
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047FAT/VFAT/MSDOS FILESYSTEM:
4048P: OGAWA Hirofumi
4049M: hirofumi@mail.parknet.co.jp
4050L: linux-kernel@vger.kernel.org
4051S: Maintained
4052
4053VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4054P: Jeff Garzik
4055S: Odd fixes
4056
4057VIA RHINE NETWORK DRIVER
4058P: Roger Luethi
4059M: rl@hellgate.ch
4060S: Maintained
4061
Jean Delvare32c0a522005-09-22 21:47:58 +02004062VIAPRO SMBUS DRIVER
4063P: Jean Delvare
4064M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004065L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004066S: Maintained
4067
Francois Romieu01f20732007-01-26 00:57:17 -08004068VIA VELOCITY NETWORK DRIVER
4069P: Francois Romieu
4070M: romieu@fr.zoreil.com
4071L: netdev@vger.kernel.org
4072S: Maintained
4073
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074UCLINUX (AND M68KNOMMU)
4075P: Greg Ungerer
4076M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004078L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079S: Maintained
4080
4081UCLINUX FOR NEC V850
4082P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083
4084UCLINUX FOR RENESAS H8/300
4085P: Yoshinori Sato
4086M: ysato@users.sourceforge.jp
4087W: http://uclinux-h8.sourceforge.jp/
4088S: Supported
4089
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004090UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004091P: Evgeniy Dushistov
4092M: dushistov@mail.ru
4093L: linux-kernel@vger.kernel.org
4094S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004095
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096USB DIAMOND RIO500 DRIVER
4097P: Cesar Miquel
4098M: miquel@df.uba.ar
4099L: rio500-users@lists.sourceforge.net
4100W: http://rio500.sourceforge.net
4101S: Maintained
4102
4103VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004104P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004105M: mchehab@infradead.org
4106M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004108W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004109T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004110S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111
Juerg Haefligerab413192006-09-24 20:54:04 +02004112VT1211 HARDWARE MONITOR DRIVER
4113P: Juerg Haefliger
4114M: juergh@gmail.com
4115L: lm-sensors@lm-sensors.org
4116S: Maintained
4117
Roger Lucas1de9e372005-11-26 20:20:05 +01004118VT8231 HARDWARE MONITOR DRIVER
4119P: Roger Lucas
4120M: roger@planbit.co.uk
4121L: lm-sensors@lm-sensors.org
4122S: Maintained
4123
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124W1 DALLAS'S 1-WIRE BUS
4125P: Evgeniy Polyakov
4126M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127S: Maintained
4128
Charles Spirakis13927072006-07-05 18:05:15 +02004129W83791D HARDWARE MONITORING DRIVER
4130P: Charles Spirakis
4131M: bezaur@gmail.com
4132L: lm-sensors@lm-sensors.org
4133S: Maintained
4134
Rudolf Marek61db0112006-12-12 18:18:30 +01004135W83793 HARDWARE MONITORING DRIVER
4136P: Rudolf Marek
4137M: r.marek@assembler.cz
4138L: lm-sensors@lm-sensors.org
4139S: Maintained
4140
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141W83L51xD SD/MMC CARD INTERFACE DRIVER
4142P: Pierre Ossman
4143M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004144L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145W: http://projects.drzeus.cx/wbsd
4146S: Maintained
4147
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004148WATCHDOG DEVICE DRIVERS
4149P: Wim Van Sebroeck
4150M: wim@iguana.be
4151T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4152S: Maintained
4153
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4155P: Jean Tourrilhes
4156M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004157L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4159S: Maintained
4160
4161WD7000 SCSI DRIVER
4162P: Miroslav Zagorac
4163M: zaga@fly.cc.fer.hr
4164L: linux-scsi@vger.kernel.org
4165S: Maintained
4166
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004167WISTRON LAPTOP BUTTON DRIVER
4168P: Miloslav Trmac
4169M: mitr@volny.cz
4170S: Maintained
4171
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172WL3501 WIRELESS PCMCIA CARD DRIVER
4173P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004174M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004175L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004176W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177S: Maintained
4178
4179X.25 NETWORK LAYER
4180P: Henner Eisen
4181M: eis@baty.hanse.de
4182L: linux-x25@vger.kernel.org
4183S: Maintained
4184
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004185XEN HYPERVISOR INTERFACE
4186P: Jeremy Fitzhardinge
4187M: jeremy@xensource.com
4188P: Chris Wright
4189M: chrisw@sous-sol.org
4190L: virtualization@lists.osdl.org
4191L: xen-devel@lists.xensource.com
4192S: Supported
4193
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194XFS FILESYSTEM
4195P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004196P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004198L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004200T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201S: Supported
4202
Peter Korsgaard238b8722006-12-06 20:35:17 -08004203XILINX UARTLITE SERIAL DRIVER
4204P: Peter Korsgaard
4205M: jacmet@sunsite.dk
4206L: linux-serial@vger.kernel.org
4207S: Maintained
4208
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209X86 3-LEVEL PAGING (PAE) SUPPORT
4210P: Ingo Molnar
4211M: mingo@redhat.com
4212S: Maintained
4213
4214X86-64 port
4215P: Andi Kleen
4216M: ak@suse.de
4217L: discuss@x86-64.org
4218W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004219T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220S: Maintained
4221
4222YAM DRIVER FOR AX.25
4223P: Jean-Paul Roubelat
4224M: jpr@f6fbb.org
4225L: linux-hams@vger.kernel.org
4226S: Maintained
4227
Henkaf64a5e2005-10-12 15:02:56 +02004228YEALINK PHONE DRIVER
4229P: Henk Vergonet
4230M: Henk.Vergonet@gmail.com
4231L: usbb2k-api-dev@nongnu.org
4232S: Maintained
4233
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234Z8530 DRIVER FOR AX.25
4235P: Joerg Reuter
4236M: jreuter@yaina.de
4237W: http://yaina.de/jreuter/
4238W: http://www.qsl.net/dl1bke/
4239L: linux-hams@vger.kernel.org
4240S: Maintained
4241
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004242ZD1211RW WIRELESS DRIVER
4243P: Daniel Drake
4244M: dsd@gentoo.org
4245P: Ulrich Kunitz
4246M: kune@deine-taler.de
4247W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004248L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004249L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4250S: Maintained
4251
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252ZF MACHZ WATCHDOG
4253P: Fernando Fuganti
4254M: fuganti@netbank.com.br
4255W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4256S: Maintained
4257
4258ZR36067 VIDEO FOR LINUX DRIVER
4259P: Ronald Bultje
4260M: rbultje@ronald.bitfreak.net
4261L: mjpeg-users@lists.sourceforge.net
4262W: http://mjpeg.sourceforge.net/driver-zoran/
4263S: Maintained
4264
4265ZR36120 VIDEO FOR LINUX DRIVER
4266P: Pauline Middelink
4267M: middelin@polyware.nl
4268W: http://www.polyware.nl/~middelin/En/hobbies.html
4269W: http://www.polyware.nl/~middelin/hobbies.html
4270S: Maintained
4271
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004272ZS DECSTATION Z85C30 SERIAL DRIVER
4273P: Maciej W. Rozycki
4274M: macro@linux-mips.org
4275S: Maintained
4276
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277THE REST
4278P: Linus Torvalds
4279S: Buried alive in reporters