blob: 06259b494e6f69b68a0ad6746e22841997af746e [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287ADT746X FAN DRIVER
288P: Colin Leroy
289M: colin@colino.net
290S: Maintained
291
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292AEDSP16 DRIVER
293P: Riccardo Facchetti
294M: fizban@tin.it
295S: Maintained
296
297AFFS FILE SYSTEM
298P: Roman Zippel
299M: zippel@linux-m68k.org
300S: Maintained
301
302AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400303P: David Airlie
304M: airlied@linux.ie
305T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306S: Maintained
307
308AHA152X SCSI DRIVER
309P: Juergen E. Fischer
310M: Juergen Fischer <fischer@norbit.de>
311L: linux-scsi@vger.kernel.org
312S: Maintained
313
314ALCATEL SPEEDTOUCH USB DRIVER
315P: Duncan Sands
316M: duncan.sands@free.fr
317L: linux-usb-users@lists.sourceforge.net
318L: linux-usb-devel@lists.sourceforge.net
319W: http://www.linux-usb.org/SpeedTouch/
320S: Maintained
321
Pierre Ossman272f1332007-05-14 21:25:26 +0200322ALCHEMY AU1XX0 MMC DRIVER
323S: Orphan
324
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000325ALI1563 I2C DRIVER
326P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100327M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200328L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000329S: Maintained
330
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331ALPHA PORT
332P: Richard Henderson
333M: rth@twiddle.net
334S: Odd Fixes for 2.4; Maintained for 2.6.
335P: Ivan Kokshaysky
336M: ink@jurassic.park.msu.ru
337S: Maintained for 2.4; PCI support for 2.6.
338
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700339AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
340P: Thomas Dahlmann
341M: thomas.dahlmann@amd.com
342L: info-linux@geode.amd.com
343S: Supported
344
Jordan Crousef90b8112006-01-06 00:12:14 -0800345AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100346P: Jordan Crouse
347M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800348L: info-linux@geode.amd.com
349W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
350S: Supported
351
Stelian Pop284f42b2006-12-12 18:18:31 +0100352AMS (Apple Motion Sensor) DRIVER
353P: Stelian Pop
354M: stelian@popies.net
355P: Michael Hanselmann
356M: linux-kernel@hansmi.ch
357S: Supported
358
Tom Tuckerf94b5332006-09-22 15:22:48 -0700359AMSO1100 RNIC DRIVER
360P: Tom Tucker
361M: tom@opengridcomputing.com
362P: Steve Wise
363M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700364L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700365S: Maintained
366
Johannes Berg42269062006-07-25 16:15:50 +0200367AOA (Apple Onboard Audio) ALSA DRIVER
368P: Johannes Berg
369M: johannes@sipsolutions.net
370L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200371L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200372S: Maintained
373
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374APM DRIVER
375P: Stephen Rothwell
376M: sfr@canb.auug.org.au
377L: linux-laptop@vger.kernel.org
378W: http://www.canb.auug.org.au/~sfr/
379S: Supported
380
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700381APPLE SMC DRIVER
382P: Nicolas Boichat
383M: nicolas@boichat.ch
384L: mactel-linux-devel@lists.sourceforge.net
385S: Maintained
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387APPLETALK NETWORK LAYER
388P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300389M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390S: Maintained
391
Jaya Kumar1154ea72005-06-21 17:17:04 -0700392ARC FRAMEBUFFER DRIVER
393P: Jaya Kumar
394M: jayalk@intworks.biz
395S: Maintained
396
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397ARM MFM AND FLOPPY DRIVERS
398P: Ian Molton
399M: spyro@f2s.com
400S: Maintained
401
Russell King2761f5c2007-05-24 06:56:08 +0200402ARM PRIMECELL MMCI PL180/1 DRIVER
403P: Russell King
404M: rmk@arm.linux.org.uk
405L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
406S: Maintained
407
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800408ARM/ADI ROADRUNNER MACHINE SUPPORT
409P: Lennert Buytenhek
410M: kernel@wantstofly.org
411L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
412S: Maintained
413
414ARM/ADS SPHERE MACHINE SUPPORT
415P: Lennert Buytenhek
416M: kernel@wantstofly.org
417L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
418S: Maintained
419
420ARM/AJECO 1ARM MACHINE SUPPORT
421P: Lennert Buytenhek
422M: kernel@wantstofly.org
423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424S: Maintained
425
Andrew Victord4a89c72006-12-04 13:56:21 +0100426ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
427P: Andrew Victor
428M: andrew@sanpeople.com
429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430W: http://maxim.org.za/at91_26.html
431S: Maintained
432
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800433ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
434P: Lennert Buytenhek
435M: kernel@wantstofly.org
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437S: Maintained
438
439ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
440P: Lennert Buytenhek
441M: kernel@wantstofly.org
442L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
443S: Maintained
444
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445ARM/CORGI MACHINE SUPPORT
446P: Richard Purdie
447M: rpurdie@rpsys.net
448S: Maintained
449
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800450ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
451P: Lennert Buytenhek
452M: kernel@wantstofly.org
453L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
454S: Maintained
455
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100456ARM/HP JORNADA 7XX MACHINE SUPPORT
457P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100458M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100459W: www.jlime.com
460S: Maintained
461
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800462ARM/INTEL IOP32X ARM ARCHITECTURE
463P: Lennert Buytenhek
464M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100465P: Dan Williams
466M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100468S: Supported
469
470ARM/INTEL IOP33X ARM ARCHITECTURE
471P: Dan Williams
472M: dan.j.williams@intel.com
473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
474S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800475
476ARM/INTEL IOP13XX ARM ARCHITECTURE
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100479P: Dan Williams
480M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100482S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800483
484ARM/INTEL IQ81342EX MACHINE SUPPORT
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 IXP2000 ARM ARCHITECTURE
493P: Lennert Buytenhek
494M: kernel@wantstofly.org
495L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
496S: Maintained
497
498ARM/INTEL IXDP2850 MACHINE SUPPORT
499P: Lennert Buytenhek
500M: kernel@wantstofly.org
501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
502S: Maintained
503
504ARM/INTEL IXP23XX ARM ARCHITECTURE
505P: Lennert Buytenhek
506M: kernel@wantstofly.org
507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508S: Maintained
509
510ARM/INTEL XSC3 (MANZANO) ARM CORE
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100513P: Dan Williams
514M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800515L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100516S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800517
518ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
519P: Lennert Buytenhek
520M: kernel@wantstofly.org
521L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
522S: Maintained
523
524ARM/LOGICPD PXA270 MACHINE SUPPORT
525P: Lennert Buytenhek
526M: kernel@wantstofly.org
527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
528S: Maintained
529
Dirk Opfer8459c152005-11-06 14:27:52 +0000530ARM/TOSA MACHINE SUPPORT
531P: Dirk Opfer
532M: dirk@opfer-online.de
533S: Maintained
534
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535ARM/PLEB SUPPORT
536P: Peter Chubb
537M: pleb@gelato.unsw.edu.au
538W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
539S: Maintained
540
541ARM/PT DIGITAL BOARD PORT
542P: Stefan Eletzhofer
543M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545W: http://www.arm.linux.org.uk/
546S: Maintained
547
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800548ARM/RADISYS ENP2611 MACHINE SUPPORT
549P: Lennert Buytenhek
550M: kernel@wantstofly.org
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Maintained
553
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554ARM/SHARK MACHINE SUPPORT
555P: Alexander Schulz
556M: alex@shark-linux.de
557W: http://www.shark-linux.de/shark.html
558S: Maintained
559
560ARM/STRONGARM110 PORT
561P: Russell King
562M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564W: http://www.arm.linux.org.uk/
565S: Maintained
566
567ARM/S3C2410 ARM ARCHITECTURE
568P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800569M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571W: http://www.fluff.org/ben/linux/
572S: Maintained
573
574ARM/S3C2440 ARM ARCHITECTURE
575P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800576M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.fluff.org/ben/linux/
579S: Maintained
580
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800581ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
582P: Lennert Buytenhek
583M: kernel@wantstofly.org
584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
585S: Maintained
586
587ARM/THECUS N2100 MACHINE SUPPORT
588P: Lennert Buytenhek
589M: kernel@wantstofly.org
590L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
591S: Maintained
592
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593ARPD SUPPORT
594P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700595L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596S: Maintained
597
598ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500599P: Corentin Chary
600M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601P: Karol Kozimor
602M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603L: acpi4asus-user@lists.sourceforge.net
604W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500605W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606S: Maintained
607
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400608ASUS ASB100 HARDWARE MONITOR DRIVER
609P: Mark M. Hoffman
610M: mhoffman@lightlink.com
611L: lm-sensors@lm-sensors.org
612S: Maintained
613
Corentin Chary85091b72007-01-26 14:04:30 +0100614ASUS LAPTOP EXTRAS DRIVER
615P: Corentin Chary
616M: corentincj@iksaif.net
617L: acpi4asus-user@lists.sourceforge.net
618W: http://sourceforge.net/projects/acpi4asus
619W: http://xf.iksaif.net/acpi4asus
620S: Maintained
621
Dan Williamsb3e5f262007-08-07 10:26:35 -0700622ASYNCHRONOUS TRANSFERS/TRANSFORMS API
623P: Dan Williams
624M: dan.j.williams@intel.com
625P: Shannon Nelson
626M: shannon.nelson@intel.com
627L: linux-kernel@vger.kernel.org
628W: http://sourceforge.net/projects/xscaleiop
629S: Supported
630
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631ATA OVER ETHERNET DRIVER
632P: Ed L. Cashin
633M: ecashin@coraid.com
634W: http://www.coraid.com/support/linux
635S: Supported
636
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600637ATL1 ETHERNET DRIVER
638P: Jay Cliburn
639M: jcliburn@gmail.com
640P: Chris Snook
641M: csnook@redhat.com
642L: atl1-devel@lists.sourceforge.net
643W: http://sourceforge.net/projects/atl1
644W: http://atl1.sourceforge.net
645S: Maintained
646
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647ATM
648P: Chas Williams
649M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700650L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651W: http://linux-atm.sourceforge.net
652S: Maintained
653
Pierre Ossman272f1332007-05-14 21:25:26 +0200654ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200655P: Nicolas Ferre
656M: nicolas.ferre@rfo.atmel.com
657L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
658W: http://www.atmel.com/products/AT91/
659W: http://www.at91.com/
660S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200661
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100662ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100663P: Haavard Skinnemoen
664M: hskinnemoen@atmel.com
665S: Supported
666
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800667ATMEL SPI DRIVER
668P: Haavard Skinnemoen
669M: hskinnemoen@atmel.com
670S: Supported
671
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672ATMEL WIRELESS DRIVER
673P: Simon Kelley
674M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700675L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676W: http://www.thekelleys.org.uk/atmel
677W: http://atmelwlandriver.sourceforge.net/
678S: Maintained
679
Chris Wrighta92b7b82005-07-07 18:12:23 -0700680AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100681P: David Woodhouse
682M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700683L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100684W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800685T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700686S: Maintained
687
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800688AUXILIARY DISPLAY DRIVERS
689P: Miguel Ojeda Sandonis
690M: maxextreme@gmail.com
691L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700692W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800693S: Maintained
694
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700695AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700696P: Haavard Skinnemoen
697M: hskinnemoen@atmel.com
698W: http://www.atmel.com/products/AVR32/
699W: http://avr32linux.org/
700W: http://avrfreaks.net/
701S: Supported
702
703AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700704P: Haavard Skinnemoen
705M: hskinnemoen@atmel.com
706S: Supported
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708AX.25 NETWORK LAYER
709P: Ralf Baechle
710M: ralf@linux-mips.org
711L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200712W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713S: Maintained
714
Richard Purdie300abeb2007-02-07 22:21:07 +0000715BACKLIGHT CLASS/SUBSYSTEM
716P: Richard Purdie
717M: rpurdie@rpsys.net
718S: Maintained
719
Bryan Wu1394f032007-05-06 14:50:22 -0700720BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800721P: Aubrey Li
722M: aubrey.li@analog.com
723P: Bernd Schmidt
724M: bernd.schmidt@analog.com
725P: Bryan Wu
726M: bryan.wu@analog.com
727P: Grace Pan
728M: grace.pan@analog.com
729P: Marc Hoffman
730M: marc.hoffman@analog.com
731P: Michael Hennerich
732M: michael.hennerich@analog.com
733P: Mike Frysinger
734M: michael.frysinger@analog.com
735P: Jerry Zeng
736M: jerry.zeng@analog.com
737P: Jie Zhang
738M: jie.zhang@analog.com
739P: Robin Getz
740M: robin.getz@analog.com
741P: Roy Huang
742M: roy.huang@analog.com
743P: Sonic Zhang
744M: sonic.zhang@analog.com
745P: Vivi Li
746M: vivi.li@analog.com
747P: Yi Li
748M: yi.li@analog.com
749L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
750W: http://blackfin.uclinux.org
751S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700752
Bryan Wue190d6b2007-07-17 14:43:44 +0800753BLACKFIN EMAC DRIVER
754P: Bryan Wu
755M: bryan.wu@analog.com
756L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
757W: http://blackfin.uclinux.org
758S: Supported
759
Mike Frysinger566da5b2007-06-11 15:31:30 +0800760BLACKFIN RTC DRIVER
761P: Mike Frysinger
762M: michael.frysinger@analog.com
763M: vapier.adi@gmail.com
764L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
765W: http://blackfin.uclinux.org
766S: Supported
767
Bryan Wu1394f032007-05-06 14:50:22 -0700768BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800769P: Aubrey Li
770M: aubrey.li@analog.com
771L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
772W: http://blackfin.uclinux.org
773S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700774
Bryan Wu1e6d3202007-07-15 02:50:02 +0800775BLACKFIN WATCHDOG DRIVER
776P: Mike Frysinger
777M: michael.frysinger@analog.com
778M: vapier.adi@gmail.com
779L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
780W: http://blackfin.uclinux.org
781S: Supported
782
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783BAYCOM/HDLCDRV DRIVERS FOR AX.25
784P: Thomas Sailer
785M: t.sailer@alumni.ethz.ch
786L: linux-hams@vger.kernel.org
787W: http://www.baycom.org/~tom/ham/ham.html
788S: Maintained
789
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200790BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
791P: Larry Finger
792M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200793P: Stefano Brivio
794M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700795L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200796W: http://bcm43xx.berlios.de/
797S: Maintained
798
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799BEFS FILE SYSTEM
800P: Sergey S. Kostyliov
801M: rathamahata@php4.ru
802L: linux-kernel@vger.kernel.org
803S: Maintained
804
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805BFS FILE SYSTEM
806P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800807M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808L: linux-kernel@vger.kernel.org
809S: Maintained
810
Bryan Wud24ecfc2007-05-01 23:26:32 +0200811BLACKFIN I2C TWI DRIVER
812P: Sonic Zhang
813M: sonic.zhang@analog.com
814L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
815W: http://blackfin.uclinux.org/
816S: Supported
817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818BLOCK LAYER
819P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200820M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800822T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823S: Maintained
824
825BLUETOOTH SUBSYSTEM
826P: Marcel Holtmann
827M: marcel@holtmann.org
828P: Maxim Krasnyansky
829M: maxk@qualcomm.com
830L: bluez-devel@lists.sf.net
831W: http://bluez.sf.net
832W: http://www.bluez.org
833W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800834T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835S: Maintained
836
837BLUETOOTH RFCOMM LAYER
838P: Marcel Holtmann
839M: marcel@holtmann.org
840P: Maxim Krasnyansky
841M: maxk@qualcomm.com
842S: Maintained
843
844BLUETOOTH BNEP LAYER
845P: Marcel Holtmann
846M: marcel@holtmann.org
847P: Maxim Krasnyansky
848M: maxk@qualcomm.com
849S: Maintained
850
851BLUETOOTH CMTP LAYER
852P: Marcel Holtmann
853M: marcel@holtmann.org
854S: Maintained
855
856BLUETOOTH HIDP LAYER
857P: Marcel Holtmann
858M: marcel@holtmann.org
859S: Maintained
860
861BLUETOOTH HCI UART DRIVER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864P: Maxim Krasnyansky
865M: maxk@qualcomm.com
866S: Maintained
867
868BLUETOOTH HCI USB DRIVER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871P: Maxim Krasnyansky
872M: maxk@qualcomm.com
873S: Maintained
874
875BLUETOOTH HCI BCM203X DRIVER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878S: Maintained
879
880BLUETOOTH HCI BPA10X DRIVER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883S: Maintained
884
885BLUETOOTH HCI BFUSB DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888S: Maintained
889
890BLUETOOTH HCI DTL1 DRIVER
891P: Marcel Holtmann
892M: marcel@holtmann.org
893S: Maintained
894
895BLUETOOTH HCI BLUECARD DRIVER
896P: Marcel Holtmann
897M: marcel@holtmann.org
898S: Maintained
899
900BLUETOOTH HCI BT3C DRIVER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903S: Maintained
904
905BLUETOOTH HCI BTUART DRIVER
906P: Marcel Holtmann
907M: marcel@holtmann.org
908S: Maintained
909
910BLUETOOTH HCI VHCI DRIVER
911P: Maxim Krasnyansky
912M: maxk@qualcomm.com
913S: Maintained
914
915BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100916P: Chad Tindel
917M: ctindel@users.sourceforge.net
918P: Jay Vosburgh
919M: fubar@us.ibm.com
920L: bonding-devel@lists.sourceforge.net
921W: http://sourceforge.net/projects/bonding/
922S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000924BROADBAND PROCESSOR ARCHITECTURE
925P: Arnd Bergmann
926M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100927L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400928W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000929S: Supported
930
Gary Zambrano39105892006-06-22 17:26:20 -0700931BROADCOM B44 10/100 ETHERNET DRIVER
932P: Gary Zambrano
933M: zambrano@broadcom.com
934L: netdev@vger.kernel.org
935S: Supported
936
Michael Chan948c51e2006-06-04 02:51:39 -0700937BROADCOM BNX2 GIGABIT ETHERNET DRIVER
938P: Michael Chan
939M: mchan@broadcom.com
940L: netdev@vger.kernel.org
941S: Supported
942
943BROADCOM TG3 GIGABIT ETHERNET DRIVER
944P: Michael Chan
945M: mchan@broadcom.com
946L: netdev@vger.kernel.org
947S: Supported
948
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200949BSG (block layer generic sg v4 driver)
950P: FUJITA Tomonori
951M: fujita.tomonori@lab.ntt.co.jp
952L: linux-scsi@vger.kernel.org
953S: Supported
954
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700956P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200957M: mchehab@infradead.org
958M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700960W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200961T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700962S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963
Jonathan Corbet77d51402007-03-22 19:44:17 -0300964CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
965P: Jonathan Corbet
966M: corbet@lwn.net
967L: video4linux-list@redhat.com
968S: Maintained
969
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200970CALGARY x86-64 IOMMU
971P: Muli Ben-Yehuda
972M: muli@il.ibm.com
973P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200974M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200975L: linux-kernel@vger.kernel.org
976L: discuss@x86-64.org
977S: Maintained
978
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800979CFAG12864B LCD DRIVER
980P: Miguel Ojeda Sandonis
981M: maxextreme@gmail.com
982L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700983W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800984S: Maintained
985
986CFAG12864BFB LCD FRAMEBUFFER DRIVER
987P: Miguel Ojeda Sandonis
988M: maxextreme@gmail.com
989L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700990W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800991S: Maintained
992
Johannes Berg704232c2007-04-23 12:20:05 -0700993CFG80211 and NL80211
994P: Johannes Berg
995M: johannes@sipsolutions.net
996L: linux-wireless@vger.kernel.org
997S: Maintained
998
Andy Whitcroft0a920b52007-06-01 00:46:48 -0700999CHECKPATCH
1000P: Andy Whitcroft
1001M: apw@shadowen.org
1002P: Randy Dunlap
1003M: rdunlap@xenotime.net
1004P: Joel Schopp
1005M: jschopp@austin.ibm.com
1006S: Supported
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008COMMON INTERNET FILE SYSTEM (CIFS)
1009P: Steve French
1010M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001011L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001013W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001014T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001015S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016
Joel Becker7063fbf2005-12-15 14:29:43 -08001017CONFIGFS
1018P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001019M: joel.becker@oracle.com
1020L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001021S: Supported
1022
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001023CIRRUS LOGIC EP93XX ETHERNET DRIVER
1024P: Lennert Buytenhek
1025M: kernel@wantstofly.org
1026L: netdev@vger.kernel.org
1027S: Maintained
1028
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029CIRRUS LOGIC GENERIC FBDEV DRIVER
1030P: Jeff Garzik
1031M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001032L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033S: Odd Fixes
1034
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001035CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1036P: Lennert Buytenhek
1037M: kernel@wantstofly.org
1038L: linux-usb-devel@lists.sourceforge.net
1039S: Maintained
1040
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1042P: Cirrus Logic Corporation (kernel 2.2 driver)
1043M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1044P: Nils Faerber (port to kernel 2.4)
1045M: Nils Faerber <nils@kernelconcepts.de>
1046S: Maintained
1047
1048CODA FILE SYSTEM
1049P: Jan Harkes
1050M: jaharkes@cs.cmu.edu
1051M: coda@cs.cmu.edu
1052L: codalist@coda.cs.cmu.edu
1053W: http://www.coda.cs.cmu.edu/
1054S: Maintained
1055
1056COMPACTPCI HOTPLUG CORE
1057P: Scott Murray
1058M: scottm@somanetworks.com
1059M: scott@spiteful.org
1060L: pcihpd-discuss@lists.sourceforge.net
1061S: Supported
1062
1063COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1064P: Scott Murray
1065M: scottm@somanetworks.com
1066M: scott@spiteful.org
1067L: pcihpd-discuss@lists.sourceforge.net
1068S: Supported
1069
1070COMPACTPCI HOTPLUG GENERIC DRIVER
1071P: Scott Murray
1072M: scottm@somanetworks.com
1073M: scott@spiteful.org
1074L: pcihpd-discuss@lists.sourceforge.net
1075S: Supported
1076
1077COMPUTONE INTELLIPORT MULTIPORT CARD
1078P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001079M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001081S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
Simon Arlott949be0f2007-03-06 02:47:46 -08001083CONEXANT ACCESSRUNNER USB DRIVER
1084P: Simon Arlott
1085M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001086L: accessrunner-general@lists.sourceforge.net
1087W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001088S: Maintained
1089
Rudolf Marekbebe4672007-05-08 17:22:02 +02001090CORETEMP HARDWARE MONITORING DRIVER
1091P: Rudolf Marek
1092M: r.marek@assembler.cz
1093L: lm-sensors@lm-sensors.org
1094S: Maintained
1095
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096COSA/SRP SYNC SERIAL DRIVER
1097P: Jan "Yenya" Kasprzak
1098M: kas@fi.muni.cz
1099W: http://www.fi.muni.cz/~kas/cosa/
1100S: Maintained
1101
1102CPU FREQUENCY DRIVERS
1103P: Dave Jones
1104M: davej@codemonkey.org.uk
1105L: cpufreq@lists.linux.org.uk
1106W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001107T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108S: Maintained
1109
1110CPUID/MSR DRIVER
1111P: H. Peter Anvin
1112M: hpa@zytor.com
1113S: Maintained
1114
Paul Jacksoned90fb42005-09-27 21:45:37 -07001115CPUSETS
1116P: Paul Jackson
1117P: Simon Derr
1118M: pj@sgi.com
1119M: simon.derr@bull.net
1120L: linux-kernel@vger.kernel.org
1121W: http://www.bullopensource.org/cpuset/
1122S: Supported
1123
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001125W: http://sourceforge.net/projects/cramfs/
1126S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127
1128CRIS PORT
1129P: Mikael Starvik
1130M: starvik@axis.com
1131L: dev-etrax@axis.com
1132W: http://developer.axis.com
1133S: Maintained
1134
1135CRYPTO API
1136P: Herbert Xu
1137M: herbert@gondor.apana.org.au
1138P: David S. Miller
1139M: davem@davemloft.net
1140L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001141T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142S: Maintained
1143
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001144CS5535 Audio ALSA driver
1145P: Jaya Kumar
1146M: jayakumar.alsa@gmail.com
1147S: Maintained
1148
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149CYBERPRO FB DRIVER
1150P: Russell King
1151M: rmk@arm.linux.org.uk
1152W: http://www.arm.linux.org.uk/
1153S: Maintained
1154
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001155CYBLAFB FRAMEBUFFER DRIVER
1156P: Knut Petersen
1157M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001158L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001159S: Maintained
1160
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161CYCLADES 2X SYNC CARD DRIVER
1162P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001163M: acme@ghostprotocols.net
1164W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165S: Maintained
1166
1167CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001169S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170
1171CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001173S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175DAMA SLAVE for AX.25
1176P: Joerg Reuter
1177M: jreuter@yaina.de
1178W: http://yaina.de/jreuter/
1179W: http://www.qsl.net/dl1bke/
1180L: linux-hams@vger.kernel.org
1181S: Maintained
1182
1183DC395x SCSI driver
1184P: Oliver Neukum
1185M: oliver@neukum.name
1186P: Ali Akcaagac
1187M: aliakc@web.de
1188P: Jamie Lenehan
1189M: lenehan@twibble.org
1190W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001191L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192L: http://lists.twibble.org/mailman/listinfo/dc395x/
1193S: Maintained
1194
1195DC390/AM53C974 SCSI driver
1196P: Kurt Garloff
1197M: garloff@suse.de
1198W: http://www.garloff.de/kurt/linux/dc390/
1199P: Guennadi Liakhovetski
1200M: g.liakhovetski@gmx.de
1201S: Maintained
1202
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001203DCCP PROTOCOL
1204P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001205M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001206L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001207W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001208S: Maintained
1209
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210DECnet NETWORK LAYER
1211P: Patrick Caulfield
1212M: patrick@tykepenguin.com
1213W: http://linux-decnet.sourceforge.net
1214L: linux-decnet-user@lists.sourceforge.net
1215S: Maintained
1216
1217DEFXX FDDI NETWORK DRIVER
1218P: Maciej W. Rozycki
1219M: macro@linux-mips.org
1220S: Maintained
1221
1222DELL LAPTOP SMM DRIVER
1223P: Massimo Dal Zotto
1224M: dz@debian.org
1225W: http://www.debian.org/~dz/i8k/
1226S: Maintained
1227
Doug Warzecha90563ec2005-09-06 15:17:15 -07001228DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1229P: Doug Warzecha
1230M: Douglas_Warzecha@dell.com
1231S: Maintained
1232
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001233DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234P: Alasdair Kergon
1235L: dm-devel@redhat.com
1236W: http://sources.redhat.com/dm
1237S: Maintained
1238
1239DEVICE NUMBER REGISTRY
1240P: Torben Mathiasen
1241M: device@lanana.org
1242W: http://lanana.org/docs/device-list/index.html
1243L: linux-kernel@vger.kernel.org
1244S: Maintained
1245
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246DIGI INTL. EPCA DRIVER
1247P: Digi International, Inc
1248M: Eng.Linux@digi.com
1249L: Eng.Linux@digi.com
1250W: http://www.digi.com
1251S: Orphaned
1252
1253DIGI RIGHTSWITCH NETWORK DRIVER
1254P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001255L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256W: http://www.digi.com
1257S: Orphaned
1258
1259DIRECTORY NOTIFICATION
1260P: Stephen Rothwell
1261M: sfr@canb.auug.org.au
1262L: linux-kernel@vger.kernel.org
1263S: Supported
1264
1265DISK GEOMETRY AND PARTITION HANDLING
1266P: Andries Brouwer
1267M: aeb@cwi.nl
1268W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1269W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1270W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1271S: Maintained
1272
1273DISKQUOTA:
1274P: Jan Kara
1275M: jack@suse.cz
1276L: linux-kernel@vger.kernel.org
1277S: Maintained
1278
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001279DISTRIBUTED LOCK MANAGER
1280P: Patrick Caulfield
1281M: pcaulfie@redhat.com
1282P: David Teigland
1283M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001284L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001285W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001286T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1287T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001288S: Supported
1289
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1291P: Tobias Ringstrom
1292M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001293L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294S: Maintained
1295
Dan Williamsb3e5f262007-08-07 10:26:35 -07001296DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001297P: Shannon Nelson
1298M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001299P: Dan Williams
1300M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001301L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001302S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001303
Juerg Haefligerb8250372007-06-09 10:11:16 -04001304DME1737 HARDWARE MONITOR DRIVER
1305P: Juerg Haefliger
1306M: juergh@gmail.com
1307L: lm-sensors@lm-sensors.org
1308S: Maintained
1309
Martin Waitzba483d52005-06-17 13:20:59 -07001310DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001311P: Randy Dunlap
1312M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001313S: Maintained
1314
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001315DOCKING STATION DRIVER
1316P: Kristen Carlson Accardi
1317M: kristen.c.accardi@intel.com
1318L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001319S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001320
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321DOUBLETALK DRIVER
1322P: James R. Van Zandt
1323M: jrv@vanzandt.mv.com
1324L: blinux-list@redhat.com
1325S: Maintained
1326
1327DRIVER CORE, KOBJECTS, AND SYSFS
1328P: Greg Kroah-Hartman
1329M: gregkh@suse.de
1330L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001331T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332S: Supported
1333
1334DRM DRIVERS
1335P: David Airlie
1336M: airlied@linux.ie
1337L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001338T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339S: Maintained
1340
1341DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001342P: Francois Romieu
1343M: romieu@fr.zoreil.com
1344L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
1347DVB SUBSYSTEM AND DRIVERS
1348P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001349M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001351W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001352T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001353S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354
1355EATA-DMA SCSI DRIVER
1356P: Michael Neuffer
1357L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1358S: Maintained
1359
1360EATA ISA/EISA/PCI SCSI DRIVER
1361P: Dario Ballabio
1362M: ballabio_dario@emc.com
1363L: linux-scsi@vger.kernel.org
1364S: Maintained
1365
1366EATA-PIO SCSI DRIVER
1367P: Michael Neuffer
1368M: mike@i-Connect.Net
1369L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1370S: Maintained
1371
1372EBTABLES
1373P: Bart De Schuymer
1374M: bart.de.schuymer@pandora.be
1375L: ebtables-user@lists.sourceforge.net
1376L: ebtables-devel@lists.sourceforge.net
1377W: http://ebtables.sourceforge.net/
1378S: Maintained
1379
Michael Halcrow237fead2006-10-04 02:16:22 -07001380ECRYPT FILE SYSTEM
1381P: Mike Halcrow, Phillip Hellewell
1382M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1383L: ecryptfs-devel@lists.sourceforge.net
1384W: http://ecryptfs.sourceforge.net/
1385S: Supported
1386
Alan Coxda9bb1d2006-01-18 17:44:13 -08001387EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001388P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001389M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001390L: bluesmoke-devel@lists.sourceforge.net
1391W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001392S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001393
1394EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001395P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001396P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001397M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001398M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001399L: bluesmoke-devel@lists.sourceforge.net
1400W: bluesmoke.sourceforge.net
1401S: Maintained
1402
1403EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001404P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001405M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001406L: bluesmoke-devel@lists.sourceforge.net
1407W: bluesmoke.sourceforge.net
1408S: Maintained
1409
Douglas Thompson6bc78402007-07-19 01:50:12 -07001410EDAC-I82443BXGX
1411P: Tim Small
1412M: tim@buttersideup.com
1413L: bluesmoke-devel@lists.sourceforge.net
1414W: bluesmoke.sourceforge.net
1415S: Maintained
1416
1417EDAC-I3000
1418P: Jason Uhlenkott
1419M: juhlenko@akamai.com
1420L: bluesmoke-devel@lists.sourceforge.net
1421W: bluesmoke.sourceforge.net
1422S: Maintained
1423
1424EDAC-I5000
1425P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001426M: dougthompson@xmission.com
1427L: bluesmoke-devel@lists.sourceforge.net
1428W: bluesmoke.sourceforge.net
1429S: Maintained
1430
1431EDAC-I82975X
1432P: Ranganathan Desikan
1433P: Arvind R.
1434M: rdesikan@jetzbroadband.com
1435M: arvind@acarlab.com
1436L: bluesmoke-devel@lists.sourceforge.net
1437W: bluesmoke.sourceforge.net
1438S: Maintained
1439
1440EDAC-PASEMI
1441P: Egor Martovetsky
1442M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001443L: bluesmoke-devel@lists.sourceforge.net
1444W: bluesmoke.sourceforge.net
1445S: Maintained
1446
Dave Peterson0e438e32006-03-26 01:38:55 -08001447EDAC-R82600
1448P: Tim Small
1449M: tim@buttersideup.com
1450L: bluesmoke-devel@lists.sourceforge.net
1451W: bluesmoke.sourceforge.net
1452S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001453
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454EEPRO100 NETWORK DRIVER
1455P: Andrey V. Savochkin
1456M: saw@saw.sw.com.sg
1457S: Maintained
1458
Josh Triplett0bee8d22006-07-30 03:03:58 -07001459EFS FILESYSTEM
1460W: http://aeschi.ch.eu.org/efs/
1461S: Orphan
1462
Heiko J Schickfab97222006-09-22 15:22:22 -07001463EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1464P: Hoang-Nam Nguyen
1465M: hnguyen@de.ibm.com
1466P: Christoph Raisch
1467M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001468L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001469S: Supported
1470
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001471EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001472P: James Smart
1473M: james.smart@emulex.com
1474L: linux-scsi@vger.kernel.org
1475W: http://sourceforge.net/projects/lpfcxxxx
1476S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001477
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478EPSON 1355 FRAMEBUFFER DRIVER
1479P: Christopher Hoover
1480M: ch@murgatroid.com, ch@hpl.hp.com
1481S: Maintained
1482
1483ETHEREXPRESS-16 NETWORK DRIVER
1484P: Philip Blundell
1485M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001486L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487S: Maintained
1488
1489ETHERNET BRIDGE
1490P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001491M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001492L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493W: http://bridge.sourceforge.net/
1494S: Maintained
1495
1496ETHERTEAM 16I DRIVER
1497P: Mika Kuoppala
1498M: miku@iki.fi
1499S: Maintained
1500
1501EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001502L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503S: Maintained
1504
1505EXT3 FILE SYSTEM
1506P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001507M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001508L: linux-ext4@vger.kernel.org
1509S: Maintained
1510
1511EXT4 FILE SYSTEM
1512P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001513M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001514L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515S: Maintained
1516
Jean Delvaree53004e2006-01-09 23:26:14 +01001517F71805F HARDWARE MONITORING DRIVER
1518P: Jean Delvare
1519M: khali@linux-fr.org
1520L: lm-sensors@lm-sensors.org
1521S: Maintained
1522
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523FARSYNC SYNCHRONOUS DRIVER
1524P: Kevin Curtis
1525M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526W: http://www.farsite.co.uk/
1527S: Supported
1528
Akinobu Mitac5408b82007-04-23 14:41:20 -07001529FAULT INJECTION SUPPORT
1530P: Akinobu Mita
1531M: akinobu.mita@gmail.com
1532S: Supported
1533
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534FRAMEBUFFER LAYER
1535P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001536M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001537L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538W: http://linux-fbdev.sourceforge.net/
1539S: Maintained
1540
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001541FREESCALE SOC FS_ENET DRIVER
1542P: Pantelis Antoniou
1543M: pantelis.antoniou@gmail.com
1544P: Vitaly Bordug
1545M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001546L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001547L: netdev@vger.kernel.org
1548S: Maintained
1549
Li Yanga7205b32007-04-23 10:38:18 -07001550FREESCALE HIGHSPEED USB DEVICE DRIVER
1551P: Li Yang
1552M: leoli@freescale.com
1553L: linux-usb-devel@lists.sourceforge.net
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001554L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001555S: Maintained
1556
Li Yangbeaf53b2007-05-25 13:54:02 +08001557FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1558P: Li Yang
1559M: leoli@freescale.com
1560L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001561L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001562S: Maintained
1563
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564FILE LOCKING (flock() and fcntl()/lockf())
1565P: Matthew Wilcox
1566M: matthew@wil.cx
1567L: linux-fsdevel@vger.kernel.org
1568S: Maintained
1569
1570FILESYSTEMS (VFS and infrastructure)
1571P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001572M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573S: Maintained
1574
Stefan Richterb3274472007-05-30 20:44:52 -04001575FIREWIRE SUBSYSTEM
1576P: Kristian Hoegsberg, Stefan Richter
1577M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1578L: linux1394-devel@lists.sourceforge.net
1579W: http://www.linux1394.org/
1580T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1581S: Maintained
1582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583FIRMWARE LOADER (request_firmware)
1584L: linux-kernel@vger.kernel.org
1585S: Orphan
1586
1587FPU EMULATOR
1588P: Bill Metzenthen
1589M: billm@suburbia.net
1590W: http://suburbia.net/~billm/floating-point/emulator/
1591S: Maintained
1592
1593FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1594P: Mike McLagan
1595M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001596L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597S: Maintained
1598
1599FREEVXFS FILESYSTEM
1600P: Christoph Hellwig
1601M: hch@infradead.org
1602W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1603S: Maintained
1604
David Howells5ab7ffe2007-04-10 15:10:45 +01001605FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606P: David Howells
1607M: dhowells@redhat.com
1608S: Maintained
1609
Miklos Szeredi04578f12005-09-09 13:10:22 -07001610FUSE: FILESYSTEM IN USERSPACE
1611P: Miklos Szeredi
1612M: miklos@szeredi.hu
1613L: fuse-devel@lists.sourceforge.net
1614W: http://fuse.sourceforge.net/
1615S: Maintained
1616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1618P: Rik Faith
1619M: faith@cs.unc.edu
1620L: linux-scsi@vger.kernel.org
1621S: Odd fixes (e.g., new signatures)
1622
1623GDT SCSI DISK ARRAY CONTROLLER DRIVER
1624P: Achim Leubner
1625M: achim_leubner@adaptec.com
1626L: linux-scsi@vger.kernel.org
1627W: http://www.icp-vortex.com/
1628S: Supported
1629
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001630GENERIC GPIO I2C DRIVER
1631P: Haavard Skinnemoen
1632M: hskinnemoen@atmel.com
1633S: Supported
1634
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1636P: Krzysztof Halasa
1637M: khc@pm.waw.pl
1638W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1639S: Maintained
1640
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001641GFS2 FILE SYSTEM
1642P: Steven Whitehouse
1643M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001644L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001645W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001646T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1647T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001648S: Supported
1649
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001650GIGASET ISDN DRIVERS
1651P: Hansjoerg Lipp
1652M: hjlipp@web.de
1653P: Tilman Schmidt
1654M: tilman@imap.cc
1655L: gigaset307x-common@lists.sourceforge.net
1656W: http://gigaset307x.sourceforge.net/
1657S: Maintained
1658
Jean Delvare5b543962005-08-15 19:51:02 +02001659HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001660P: Mark M. Hoffman
1661M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001662L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001663W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001664T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001665S: Maintained
1666
Michael Buesch844dd052006-06-26 00:24:59 -07001667HARDWARE RANDOM NUMBER GENERATOR CORE
1668P: Michael Buesch
1669M: mb@bu3sch.de
1670S: Maintained
1671
Robert Love860e1d62005-08-31 23:57:59 -04001672HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1673P: Robert Love
1674M: rlove@rlove.org
1675M: linux-kernel@vger.kernel.org
1676W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1677S: Maintained
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679HARMONY SOUND DRIVER
1680P: Kyle McMartin
1681M: kyle@parisc-linux.org
1682W: http://www.parisc-linux.org/~kyle/harmony/
1683L: parisc-linux@lists.parisc-linux.org
1684S: Maintained
1685
1686HAYES ESP SERIAL DRIVER
1687P: Andrew J. Robinson
1688M: arobinso@nyx.net
1689L: linux-kernel@vger.kernel.org
1690W: http://www.nyx.net/~arobinso
1691S: Maintained
1692
1693HFS FILESYSTEM
1694P: Roman Zippel
1695M: zippel@linux-m68k.org
1696L: linux-kernel@vger.kernel.org
1697S: Maintained
1698
1699HGA FRAMEBUFFER DRIVER
1700P: Ferenc Bakonyi
1701M: fero@drama.obuda.kando.hu
1702L: linux-nvidia@lists.surfsouth.com
1703W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1704S: Maintained
1705
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001706HID CORE LAYER
1707P: Jiri Kosina
1708M: jkosina@suse.cz
1709L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001710T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001711S: Maintained
1712
Ingo Molnar38bed542007-02-22 09:09:34 +01001713HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1714P: Thomas Gleixner
1715M: tglx@linutronix.de
1716L: linux-kernel@vger.kernel.org
1717S: Maintained
1718
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719HIGH-SPEED SCC DRIVER FOR AX.25
1720P: Klaus Kudielka
1721M: klaus.kudielka@ieee.org
1722L: linux-hams@vger.kernel.org
1723W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1724S: Maintained
1725
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001726HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1727P: HighPoint Linux Team
1728M: linux@highpoint-tech.com
1729W: http://www.highpoint-tech.com
1730S: Supported
1731
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732HIPPI
1733P: Jes Sorensen
1734M: jes@trained-monkey.org
1735L: linux-hippi@sunsite.dk
1736S: Maintained
1737
1738HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1739P: Chirag Kantharia
1740M: chirag.kantharia@hp.com
1741L: iss_storagedev@hp.com
1742S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001743
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744HEWLETT-PACKARD SMART2 RAID DRIVER
1745P: Chirag Kantharia
1746M: chirag.kantharia@hp.com
1747L: iss_storagedev@hp.com
1748S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001749
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1751P: Mike Miller
1752M: mike.miller@hp.com
1753L: iss_storagedev@hp.com
1754S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001755
Jouni Malinenff1d2762005-05-12 22:54:16 -04001756HOST AP DRIVER
1757P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001758M: j@w1.fi
1759L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001760L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001761W: http://hostap.epitest.fi/
1762S: Maintained
1763
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1765P: Jaroslav Kysela
1766M: perex@suse.cz
1767S: Maintained
1768
Bob Piccob9b03322005-11-07 00:59:19 -08001769HPET: High Precision Event Timers driver (hpet.c)
1770P: Clemens Ladisch
1771M: clemens@ladisch.de
1772S: Maintained
1773
1774HPET: i386
1775P: Venkatesh Pallipadi (Venki)
1776M: venkatesh.pallipadi@intel.com
1777S: Maintained
1778
1779HPET: x86_64
1780P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001781M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001782S: Maintained
1783
1784HPET: ACPI hpet.c
1785P: Bob Picco
1786M: bob.picco@hp.com
1787S: Maintained
1788
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789HPFS FILESYSTEM
1790P: Mikulas Patocka
1791M: mikulas@artax.karlin.mff.cuni.cz
1792W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1793S: Maintained
1794
1795HUGETLB FILESYSTEM
1796P: William Irwin
1797M: wli@holomorphy.com
1798S: Maintained
1799
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001800I2C/SMBUS STUB DRIVER
1801P: Mark M. Hoffman
1802M: mhoffman@lightlink.com
1803L: lm-sensors@lm-sensors.org
1804S: Maintained
1805
Jean Delvare5b543962005-08-15 19:51:02 +02001806I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807P: Jean Delvare
1808M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001809L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001810T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811S: Maintained
1812
Till Harbaume8c76ee2007-05-01 23:26:35 +02001813I2C-TINY-USB DRIVER
1814P: Till Harbaum
1815M: till@harbaum.org
1816L: i2c@lm-sensors.org
1817T: http://www.harbaum.org/till/i2c_tiny_usb
1818S: Maintained
1819
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001821P: H. Peter Anvin
1822M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823L: Linux-Kernel@vger.kernel.org
1824S: Maintained
1825
1826i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827P: H. Peter Anvin
1828M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001829T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830S: Maintained
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832IA64 (Itanium) PLATFORM
1833P: Tony Luck
1834M: tony.luck@intel.com
1835L: linux-ia64@vger.kernel.org
1836W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001837T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838S: Maintained
1839
1840SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001841P: Jes Sorensen
1842M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843L: linux-altix@sgi.com
1844L: linux-ia64@vger.kernel.org
1845W: http://www.sgi.com/altix
1846S: Maintained
1847
1848IBM MCA SCSI SUBSYSTEM DRIVER
1849P: Michael Lang
1850M: langa2@kph.uni-mainz.de
1851W: http://www.uni-mainz.de/~langm000/linux.html
1852S: Maintained
1853
1854IBM Power Linux RAID adapter
1855P: Brian King
1856M: brking@us.ibm.com
1857S: Supported
1858
1859IBM ServeRAID RAID DRIVER
1860P: Jack Hammer
1861P: Dave Jeffery
1862M: ipslinux@adaptec.com
1863W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001864S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001866IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001868M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001870T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871S: Maintained
1872
1873IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001874P: Alan Cox
1875M: alan@lxorguk.ukuu.org.uk
1876L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877S: Maintained
1878
1879IDE/ATAPI FLOPPY DRIVERS
1880P: Paul Bristow
1881M: Paul Bristow <paul@paulbristow.net>
1882W: http://paulbristow.net/linux/idefloppy.html
1883L: linux-kernel@vger.kernel.org
1884S: Maintained
1885
1886IDE/ATAPI TAPE DRIVERS
1887P: Gadi Oxman
1888M: Gadi Oxman <gadio@netvision.net.il>
1889L: linux-kernel@vger.kernel.org
1890S: Maintained
1891
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892IEEE 1394 SUBSYSTEM
1893P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001894M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001895P: Stefan Richter
1896M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897L: linux1394-devel@lists.sourceforge.net
1898W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001899T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900S: Maintained
1901
Stefan Richterf51a5a92007-04-23 14:41:10 -07001902IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903P: Dan Dennedy
1904M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001905P: Stefan Richter
1906M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001908S: Maintained
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910IMS TWINTURBO FRAMEBUFFER DRIVER
1911P: Paul Mundt
1912M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001913L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914S: Maintained
1915
1916INFINIBAND SUBSYSTEM
1917P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001918M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919P: Sean Hefty
1920M: mshefty@ichips.intel.com
1921P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001922M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001923L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001925T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926S: Supported
1927
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001928INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001929P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001930M: dmitry.torokhov@gmail.com
1931M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932L: linux-input@atrey.karlin.mff.cuni.cz
1933L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001934T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935S: Maintained
1936
Robert Lovec9f04f52005-07-15 12:21:07 -04001937INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001938P: John McCutchan
1939M: ttb@tentacle.dhs.org
1940P: Robert Love
1941M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001942L: linux-kernel@vger.kernel.org
1943S: Maintained
1944
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001945INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001946P: Sylvain Meyer
1947M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001948L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001949S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001950
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001952P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001953M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001954L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001955S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956
1957INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1958P: Ingo Molnar
1959M: mingo@redhat.com
1960S: Maintained
1961
1962INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1963P: Jeff Garzik
1964M: jgarzik@pobox.com
1965W: http://sourceforge.net/projects/gkernel/
1966S: Maintained
1967
1968INTEL IA32 MICROCODE UPDATE SUPPORT
1969P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001970M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971S: Maintained
1972
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001973INTEL I/OAT DMA DRIVER
1974P: Shannon Nelson
1975M: shannon.nelson@intel.com
1976L: linux-kernel@vger.kernel.org
1977S: Supported
1978
Dan Williamsb3e5f262007-08-07 10:26:35 -07001979INTEL IOP-ADMA DMA DRIVER
1980P: Dan Williams
1981M: dan.j.williams@intel.com
1982L: linux-kernel@vger.kernel.org
1983S: Supported
1984
Michael Buesch844dd052006-06-26 00:24:59 -07001985INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1986P: Deepak Saxena
1987M: dsaxena@plexity.net
1988S: Maintained
1989
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001990INTEL IXP2000 ETHERNET DRIVER
1991P: Lennert Buytenhek
1992M: kernel@wantstofly.org
1993L: netdev@vger.kernel.org
1994S: Maintained
1995
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996INTEL PRO/100 ETHERNET SUPPORT
1997P: John Ronciak
1998M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999P: Jesse Brandeburg
2000M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002001P: Jeff Kirsher
2002M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002003P: Auke Kok
2004M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002005L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006W: http://sourceforge.net/projects/e1000/
2007S: Supported
2008
2009INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2010P: Jeb Cramer
2011M: cramerj@intel.com
2012P: John Ronciak
2013M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002014P: Jesse Brandeburg
2015M: jesse.brandeburg@intel.com
2016P: Jeff Kirsher
2017M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002018P: Auke Kok
2019M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002020L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021W: http://sourceforge.net/projects/e1000/
2022S: Supported
2023
2024INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002025P: Jeff Kirsher
2026M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027P: Ayyappan Veeraiyan
2028M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029P: John Ronciak
2030M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002031P: Jesse Brandeburg
2032M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002033P: Auke Kok
2034M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002035L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036W: http://sourceforge.net/projects/e1000/
2037S: Supported
2038
James Ketrenos826d2ab2005-11-07 18:56:59 -06002039INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2040P: Yi Zhu
2041M: yi.zhu@intel.com
2042P: James Ketrenos
2043M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002044L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002045L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002046L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2047W: http://ipw2100.sourceforge.net
2048S: Supported
2049
2050INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2051P: Yi Zhu
2052M: yi.zhu@intel.com
2053P: James Ketrenos
2054M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002055L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002056L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002057L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2058W: http://ipw2200.sourceforge.net
2059S: Supported
2060
Ralf Baechlecb109a02007-08-30 23:56:30 -07002061IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062P: Ralf Baechle
2063M: ralf@linux-mips.org
2064L: linux-mips@linux-mips.org
2065S: Maintained
2066
Ralf Baechlecb109a02007-08-30 23:56:30 -07002067IOC3 SERIAL DRIVER
2068P: Pat Gefre
2069M: pfg@sgi.com
2070L: linux-kernel@linux-mips.org
2071S: Maintained
2072
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073IP MASQUERADING:
2074P: Juanjo Ciarlante
2075M: jjciarla@raiz.uncu.edu.ar
2076S: Maintained
2077
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002078IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002079P: Arthur Jones
2080M: infinipath@qlogic.com
2081L: general@lists.openfabrics.org
2082T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002083S: Supported
2084
Corey Minyard4409ebe2006-04-20 02:43:12 -07002085IPMI SUBSYSTEM
2086P: Corey Minyard
2087M: minyard@acm.org
2088L: openipmi-developer@lists.sourceforge.net
2089W: http://openipmi.sourceforge.net/
2090S: Supported
2091
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092IPX NETWORK LAYER
2093P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002094M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002095L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096S: Maintained
2097
2098IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002099P: Samuel Ortiz
2100M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002101L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002103S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104
2105ISAPNP
2106P: Jaroslav Kysela
2107M: perex@suse.cz
2108S: Maintained
2109
2110ISDN SUBSYSTEM
2111P: Karsten Keil
2112M: kkeil@suse.de
2113P: Kai Germaschewski
2114M: kai.germaschewski@gmx.de
2115L: isdn4linux@listserv.isdn4linux.de
2116W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002117T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118S: Maintained
2119
2120ISDN SUBSYSTEM (Eicon active card driver)
2121P: Armin Schindler
2122M: mac@melware.de
2123L: isdn4linux@listserv.isdn4linux.de
2124W: http://www.melware.de
2125S: Maintained
2126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2128P: David Woodhouse
2129M: dwmw2@infradead.org
2130L: jffs-dev@axis.com
2131W: http://sources.redhat.com/jffs2/
2132S: Maintained
2133
2134JFS FILESYSTEM
2135P: Dave Kleikamp
2136M: shaggy@austin.ibm.com
2137L: jfs-discussion@lists.sourceforge.net
2138W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002139T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140S: Supported
2141
Josh Triplettde456d32006-07-30 03:04:00 -07002142JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002143P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002144M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002145L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002146S: Maintained
2147
Rudolf Marek4660cb32006-10-08 22:01:26 +02002148K8TEMP HARDWARE MONITORING DRIVER
2149P: Rudolf Marek
2150M: r.marek@assembler.cz
2151L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152S: Maintained
2153
2154KCONFIG
2155P: Roman Zippel
2156M: zippel@linux-m68k.org
2157L: kbuild-devel@lists.sourceforge.net
2158S: Maintained
2159
Vivek Goyalea6c2082006-05-20 14:59:55 -07002160KDUMP
2161P: Vivek Goyal
2162M: vgoyal@in.ibm.com
2163P: Haren Myneni
2164M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002165L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002166L: linux-kernel@vger.kernel.org
2167W: http://lse.sourceforge.net/kdump/
2168S: Maintained
2169
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170KERNEL AUTOMOUNTER (AUTOFS)
2171P: H. Peter Anvin
2172M: hpa@zytor.com
2173L: autofs@linux.kernel.org
2174S: Odd Fixes
2175
2176KERNEL AUTOMOUNTER v4 (AUTOFS4)
2177P: Ian Kent
2178M: raven@themaw.net
2179L: autofs@linux.kernel.org
2180S: Maintained
2181
2182KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2183P: Kai Germaschewski
2184M: kai@germaschewski.name
2185P: Sam Ravnborg
2186M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002187T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002188S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189
2190KERNEL JANITORS
2191P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002192L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194S: Maintained
2195
2196KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002197P: J. Bruce Fields
2198M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002200M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201L: nfs@lists.sourceforge.net
2202W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002203S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204
Avi Kivity426d62e2006-12-13 00:34:03 -08002205KERNEL VIRTUAL MACHINE (KVM)
2206P: Avi Kivity
2207M: avi@qumranet.com
2208L: kvm-devel@lists.sourceforge.net
2209W: kvm.sourceforge.net
2210S: Supported
2211
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002212KEXEC
2213P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002214M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002215W: http://www.xmission.com/~ebiederm/files/kexec/
2216L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002217L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002218S: Maintained
2219
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002220KPROBES
2221P: Prasanna S Panchamukhi
2222M: prasanna@in.ibm.com
2223P: Ananth N Mavinakayanahalli
2224M: ananth@in.ibm.com
2225P: Anil S Keshavamurthy
2226M: anil.s.keshavamurthy@intel.com
2227P: David S. Miller
2228M: davem@davemloft.net
2229L: linux-kernel@vger.kernel.org
2230S: Maintained
2231
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002232KS0108 LCD CONTROLLER DRIVER
2233P: Miguel Ojeda Sandonis
2234M: maxextreme@gmail.com
2235L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002236W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002237S: Maintained
2238
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002241S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242
2243LASI 53c700 driver for PARISC
2244P: James E.J. Bottomley
2245M: James.Bottomley@HansenPartnership.com
2246L: linux-scsi@vger.kernel.org
2247S: Maintained
2248
Richard Purdie263de9b2006-05-15 09:44:16 -07002249LED SUBSYSTEM
2250P: Richard Purdie
2251M: rpurdie@rpsys.net
2252S: Maintained
2253
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254LEGO USB Tower driver
2255P: Juergen Stuber
2256M: starblue@users.sourceforge.net
2257L: legousb-devel@lists.sourceforge.net
2258W: http://legousb.sourceforge.net/
2259S: Maintained
2260
2261LINUX FOR IBM pSERIES (RS/6000)
2262P: Paul Mackerras
2263M: paulus@au.ibm.com
2264W: http://www.ibm.com/linux/ltc/projects/ppc
2265S: Supported
2266
2267LINUX FOR NCR VOYAGER
2268P: James Bottomley
2269M: James.Bottomley@HansenPartnership.com
2270W: http://www.hansenpartnership.com/voyager
2271S: Maintained
2272
2273LINUX FOR POWERPC
2274P: Paul Mackerras
2275M: paulus@samba.org
2276W: http://www.penguinppc.org/
2277L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002278T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279S: Supported
2280
2281LINUX FOR POWER MACINTOSH
2282P: Benjamin Herrenschmidt
2283M: benh@kernel.crashing.org
2284W: http://www.penguinppc.org/
2285L: linuxppc-dev@ozlabs.org
2286S: Maintained
2287
2288LINUX FOR POWERPC EMBEDDED MPC52XX
2289P: Sylvain Munaut
2290M: tnt@246tNt.com
2291W: http://www.246tNt.com/mpc52xx/
2292W: http://www.penguinppc.org/
2293L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294S: Maintained
2295
2296LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002297P: Josh Boyer
2298M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299P: Matt Porter
2300M: mporter@kernel.crashing.org
2301W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002302L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002303T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304S: Maintained
2305
Tom Rinie93adf12005-07-26 12:49:53 -07002306LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307P: Tom Rini
2308M: trini@kernel.crashing.org
2309W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002310L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311S: Maintained
2312
Tom Rinie93adf12005-07-26 12:49:53 -07002313LINUX FOR POWERPC EMBEDDED PPC8XX
2314P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002315M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002316W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002317L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002318S: Maintained
2319
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002321P: Kumar Gala
2322M: galak@kernel.crashing.org
2323W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002324L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002325S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326
Olof Johanssonab06ff32006-09-06 14:44:54 -05002327LINUX FOR POWERPC PA SEMI PWRFICIENT
2328P: Olof Johansson
2329M: olof@lixom.net
2330W: http://www.pasemi.com/
2331L: linuxppc-dev@ozlabs.org
2332S: Supported
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334LLC (802.2)
2335P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002336M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337S: Maintained
2338
2339LINUX FOR 64BIT POWERPC
2340P: Paul Mackerras
2341M: paulus@samba.org
2342M: paulus@au.ibm.com
2343P: Anton Blanchard
2344M: anton@samba.org
2345M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002346W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002347L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348S: Supported
2349
2350LINUX SECURITY MODULE (LSM) FRAMEWORK
2351P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002352M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002353L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002355T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356S: Supported
2357
2358LM83 HARDWARE MONITOR DRIVER
2359P: Jean Delvare
2360M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002361L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Maintained
2363
2364LM90 HARDWARE MONITOR DRIVER
2365P: Jean Delvare
2366M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002367L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368S: Maintained
2369
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002370LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371P: Richard Russon (FlatCap)
2372M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002373L: linux-ntfs-dev@lists.sourceforge.net
2374W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375S: Maintained
2376
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002377LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2378P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002379M: Eric.Moore@lsi.com
2380M: support@lsi.com
2381L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002382L: linux-scsi@vger.kernel.org
2383W: http://www.lsilogic.com/support
2384S: Supported
2385
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2387P: Matthew Wilcox
2388M: matthew@wil.cx
2389L: linux-scsi@vger.kernel.org
2390S: Maintained
2391
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002392M32R ARCHITECTURE
2393P: Hirokazu Takata
2394M: takata@linux-m32r.org
2395L: linux-m32r@ml.linux-m32r.org
2396L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2397W: http://www.linux-m32r.org/
2398S: Maintained
2399
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400M68K ARCHITECTURE
2401P: Geert Uytterhoeven
2402M: geert@linux-m68k.org
2403P: Roman Zippel
2404M: zippel@linux-m68k.org
2405L: linux-m68k@lists.linux-m68k.org
2406W: http://www.linux-m68k.org/
2407W: http://linux-m68k-cvs.ubb.ca/
2408S: Maintained
2409
2410M68K ON APPLE MACINTOSH
2411P: Joshua Thompson
2412M: funaho@jurai.org
2413W: http://www.mac.linux-m68k.org/
2414L: linux-mac68k@mac.linux-m68k.org
2415S: Maintained
2416
2417M68K ON HP9000/300
2418P: Philip Blundell
2419M: philb@gnu.org
2420W: http://www.tazenda.demon.co.uk/phil/linux-hp
2421S: Maintained
2422
Jiri Benc64a327a2007-05-05 11:47:08 -07002423MAC80211
2424P: Jiri Benc
2425M: jbenc@suse.cz
2426P: Michael Wu
2427M: flamingice@sourmilk.net
2428L: linux-wireless@vger.kernel.org
2429W: http://linuxwireless.org/
2430T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2431S: Maintained
2432
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002433MACVLAN DRIVER
2434P: Patrick McHardy
2435M: kaber@trash.net
2436L: netdev@vger.kernel.org
2437S: Maintained
2438
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439MARVELL YUKON / SYSKONNECT DRIVER
2440P: Mirko Lindner
2441M: mlindner@syskonnect.de
2442P: Ralph Roesler
2443M: rroesler@syskonnect.de
2444W: http://www.syskonnect.com
2445S: Supported
2446
Michael Kerriskfaf16682005-07-31 22:34:47 -07002447MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002448P: Michael Kerrisk
2449M: mtk-manpages@gmx.net
2450W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2451S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002452
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002453MARVELL MV643XX ETHERNET DRIVER
2454P: Dale Farnsworth
2455M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002457M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002458L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002459S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460
2461MATROX FRAMEBUFFER DRIVER
2462P: Petr Vandrovec
2463M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002464L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465S: Maintained
2466
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002467MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2468P: Hans J. Koch
2469M: hjk@linutronix.de
2470L: lm-sensors@lm-sensors.org
2471S: Maintained
2472
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002473MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002474P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002475M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002476S: linux-scsi@vger.kernel.org
2477W: http://megaraid.lsilogic.com
2478S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002479
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002480MEMORY MANAGEMENT
2481L: linux-mm@kvack.org
2482L: linux-kernel@vger.kernel.org
2483W: http://www.linux-mm.org
2484S: Maintained
2485
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002486MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487P: David Woodhouse
2488M: dwmw2@infradead.org
2489W: http://www.linux-mtd.infradead.org/
2490L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002491T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492S: Maintained
2493
Artem Bityutskiy48576402007-02-13 17:11:10 +02002494UNSORTED BLOCK IMAGES (UBI)
2495P: Artem Bityutskiy
2496M: dedekind@infradead.org
2497W: http://www.linux-mtd.infradead.org/
2498L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002499T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002500S: Maintained
2501
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502MICROTEK X6 SCANNER
2503P: Oliver Neukum
2504M: oliver@neukum.name
2505S: Maintained
2506
2507MIPS
2508P: Ralf Baechle
2509M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002510W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002512T: git www.linux-mips.org:/pub/scm/linux.git
2513S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514
2515MISCELLANEOUS MCA-SUPPORT
2516P: James Bottomley
2517M: jejb@steeleye.com
2518L: linux-kernel@vger.kernel.org
2519S: Maintained
2520
2521MODULE SUPPORT
2522P: Rusty Russell
2523M: rusty@rustcorp.com.au
2524L: linux-kernel@vger.kernel.org
2525S: Maintained
2526
2527MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2528P: Stelian Pop
2529M: stelian@popies.net
2530W: http://popies.net/meye/
2531S: Maintained
2532
Pavel Pisac58ff042007-05-16 01:10:41 +02002533MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2534P: Pavel Pisa
2535M: ppisa@pikron.com
2536L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2537W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2538S: Maintained
2539
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540MOUSE AND MISC DEVICES [GENERAL]
2541P: Alessandro Rubini
2542M: rubini@ipvvis.unipv.it
2543L: linux-kernel@vger.kernel.org
2544S: Maintained
2545
Jiri Slabyd7354102006-12-08 02:38:35 -08002546MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2547P: Jiri Slaby
2548M: jirislaby@gmail.com
2549L: linux-kernel@vger.kernel.org
2550S: Maintained
2551
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002552MSI LAPTOP SUPPORT
2553P: Lennart Poettering
2554M: mzxreary@0pointer.de
2555L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2556W: http://0pointer.de/lennart/tchibo.html
2557S: Maintained
2558
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559MTRR AND SIMILAR SUPPORT [i386]
2560P: Richard Gooch
2561M: rgooch@atnf.csiro.au
2562L: linux-kernel@vger.kernel.org
2563W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2564S: Maintained
2565
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002566MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2567P: Pierre Ossman
2568M: drzeus-mmc@drzeus.cx
2569L: linux-kernel@vger.kernel.org
2570S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572MULTISOUND SOUND DRIVER
2573P: Andrew Veliath
2574M: andrewtv@usa.net
2575S: Maintained
2576
Jiri Slabyd7354102006-12-08 02:38:35 -08002577MULTITECH MULTIPORT CARD (ISICOM)
2578P: Jiri Slaby
2579M: jirislaby@gmail.com
2580L: linux-kernel@vger.kernel.org
2581S: Maintained
2582
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583NATSEMI ETHERNET DRIVER (DP8381x)
2584P: Tim Hockin
2585M: thockin@hockin.org
2586S: Maintained
2587
2588NCP FILESYSTEM
2589P: Petr Vandrovec
2590M: vandrove@vc.cvut.cz
2591L: linware@sh.cvut.cz
2592S: Maintained
2593
2594NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2595P: James E.J. Bottomley
2596M: James.Bottomley@HansenPartnership.com
2597L: linux-scsi@vger.kernel.org
2598S: Maintained
2599
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002600NETEM NETWORK EMULATOR
2601P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002602M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002603L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002604S: Maintained
2605
Jiri Slaby4a584482007-08-30 23:56:39 -07002606NETERION (S2IO) Xframe 10GbE DRIVER
2607P: Ramkrishna Vepa
2608M: ram.vepa@neterion.com
2609P: Rastapur Santosh
2610M: santosh.rastapur@neterion.com
2611P: Sivakumar Subramani
2612M: sivakumar.subramani@neterion.com
2613P: Sreenivasa Honnur
2614M: sreenivasa.honnur@neterion.com
2615L: netdev@vger.kernel.org
2616W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2617S: Supported
2618
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619NETFILTER/IPTABLES/IPCHAINS
2620P: Rusty Russell
2621P: Marc Boucher
2622P: James Morris
2623P: Harald Welte
2624P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002625P: Patrick McHardy
2626M: kaber@trash.net
2627L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002628L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002629L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630W: http://www.netfilter.org/
2631W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632S: Supported
2633
Paul Moore4cc67732006-09-25 15:57:13 -07002634NETLABEL
2635P: Paul Moore
2636M: paul.moore@hp.com
2637W: http://netlabel.sf.net
2638L: netdev@vger.kernel.org
2639S: Supported
2640
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641NETROM NETWORK LAYER
2642P: Ralf Baechle
2643M: ralf@linux-mips.org
2644L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002645W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646S: Maintained
2647
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002648NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649P: Paul Clements
2650M: Paul.Clements@steeleye.com
2651S: Maintained
2652
2653NETWORK DEVICE DRIVERS
2654P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002655M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656P: Jeff Garzik
2657M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002658L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002659T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660S: Maintained
2661
2662NETWORKING [GENERAL]
2663P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002664M: netdev@vger.kernel.org
2665L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002666W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667S: Maintained
2668
2669NETWORKING [IPv4/IPv6]
2670P: David S. Miller
2671M: davem@davemloft.net
2672P: Alexey Kuznetsov
2673M: kuznet@ms2.inr.ac.ru
2674P: Pekka Savola (ipv6)
2675M: pekkas@netcore.fi
2676P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002677M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678P: Hideaki YOSHIFUJI
2679M: yoshfuji@linux-ipv6.org
2680P: Patrick McHardy
2681M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002682L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002683T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684S: Maintained
2685
James Morris10e2ff12007-08-25 14:41:28 -07002686NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2687P: Paul Moore
2688M: paul.moore@hp.com
2689L: netdev@vger.kernel.org
2690S: Maintained
2691
John W. Linville29f8f632006-01-18 14:52:48 -08002692NETWORKING [WIRELESS]
2693P: John W. Linville
2694M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002695L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002696T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2697S: Maintained
2698
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002699NETXEN (1/10) GbE SUPPORT
2700P: Amit S. Kale
2701M: amitkale@netxen.com
2702L: netdev@vger.kernel.org
2703W: http://www.netxen.com
2704S: Supported
2705
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706IPVS
2707P: Wensong Zhang
2708M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002709P: Simon Horman
2710M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711P: Julian Anastasov
2712M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002713L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714S: Maintained
2715
2716NFS CLIENT
2717P: Trond Myklebust
2718M: trond.myklebust@fys.uio.no
2719L: linux-kernel@vger.kernel.org
2720S: Maintained
2721
2722NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002723P: Jan-Pascal van Best
2724M: janpascal@vanbest.org
2725P: Andreas Mohr
2726M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002727L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728S: Maintained
2729
2730NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2731P: YOKOTA Hiroshi
2732M: yokota@netlab.is.tsukuba.ac.jp
2733W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2734S: Maintained
2735
2736NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2737P: GOTO Masanori
2738M: gotom@debian.or.jp
2739P: YOKOTA Hiroshi
2740M: yokota@netlab.is.tsukuba.ac.jp
2741W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2742S: Maintained
2743
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744NTFS FILESYSTEM
2745P: Anton Altaparmakov
2746M: aia21@cantab.net
2747L: linux-ntfs-dev@lists.sourceforge.net
2748L: linux-kernel@vger.kernel.org
2749W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002750T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751S: Maintained
2752
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002753NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002754P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002755M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002756L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002757S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002759OPENCORES I2C BUS DRIVER
2760P: Peter Korsgaard
2761M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002762L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002763S: Maintained
2764
Mark Fashehccd979b2005-12-15 14:31:24 -08002765ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2766P: Mark Fasheh
2767M: mark.fasheh@oracle.com
2768P: Kurt Hackel
2769M: kurt.hackel@oracle.com
2770L: ocfs2-devel@oss.oracle.com
2771W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002772S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002773
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774OLYMPIC NETWORK DRIVER
2775P: Peter De Shrijver
2776M: p2@ace.ulyssis.student.kuleuven.ac.be
2777P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002778M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002779L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780L: linux-tr@linuxtr.net
2781W: http://www.linuxtr.net
2782S: Maintained
2783
Harald Weltec1986ee2005-11-13 16:06:29 -08002784OMNIKEY CARDMAN 4000 DRIVER
2785P: Harald Welte
2786M: laforge@gnumonks.org
2787S: Maintained
2788
Harald Welte77c44ab2005-11-13 16:06:26 -08002789OMNIKEY CARDMAN 4040 DRIVER
2790P: Harald Welte
2791M: laforge@gnumonks.org
2792S: Maintained
2793
Jonathan Corbet77d51402007-03-22 19:44:17 -03002794OMNIVISION OV7670 SENSOR DRIVER
2795P: Jonathan Corbet
2796M: corbet@lwn.net
2797L: video4linux-list@redhat.com
2798S: Maintained
2799
Thomas Gleixner431bca72007-05-02 09:31:35 +02002800ONENAND FLASH DRIVER
2801P: Kyungmin Park
2802M: kyungmin.park@samsung.com
2803L: linux-mtd@lists.infradead.org
2804S: Maintained
2805
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806ONSTREAM SCSI TAPE DRIVER
2807P: Willem Riede
2808M: osst@riede.org
2809L: osst-users@lists.sourceforge.net
2810L: linux-scsi@vger.kernel.org
2811S: Maintained
2812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813OPROFILE
2814P: Philippe Elie
2815M: phil.el@wanadoo.fr
2816L: oprofile-list@lists.sf.net
2817S: Maintained
2818
2819ORINOCO DRIVER
2820P: Pavel Roskin
2821M: proski@gnu.org
2822P: David Gibson
2823M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002824L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002825L: orinoco-users@lists.sourceforge.net
2826L: orinoco-devel@lists.sourceforge.net
2827W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828S: Maintained
2829
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002830PA SEMI ETHERNET DRIVER
2831P: Olof Johansson
2832M: olof@lixom.net
2833L: netdev@vger.kernel.org
2834S: Maintained
2835
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002836PA SEMI SMBUS DRIVER
2837P: Olof Johansson
2838M: olof@lixom.net
2839L: i2c@lm-sensors.org
2840S: Maintained
2841
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002843L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002844S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845
2846PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2847P: Tim Waugh
2848M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002849L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850W: http://www.torque.net/linux-pp.html
2851S: Maintained
2852
2853PARISC ARCHITECTURE
2854P: Matthew Wilcox
2855M: matthew@wil.cx
2856P: Grant Grundler
2857M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002858P: Kyle McMartin
2859M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860L: parisc-linux@parisc-linux.org
2861W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002862T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2863T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864S: Maintained
2865
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002866PARAVIRT_OPS INTERFACE
2867P: Jeremy Fitzhardinge
2868M: jeremy@xensource.com
2869P: Chris Wright
2870M: chrisw@sous-sol.org
2871P: Zachary Amsden
2872M: zach@vmware.com
2873P: Rusty Russell
2874M: rusty@rustcorp.com.au
2875L: virtualization@lists.osdl.org
2876L: linux-kernel@vger.kernel.org
2877S: Supported
2878
Jim Cromie1662d322006-10-06 00:43:59 -07002879PC87360 HARDWARE MONITORING DRIVER
2880P: Jim Cromie
2881M: jim.cromie@gmail.com
2882L: lm-sensors@lm-sensors.org
2883S: Maintained
2884
2885PC8736x GPIO DRIVER
2886P: Jim Cromie
2887M: jim.cromie@gmail.com
2888S: Maintained
2889
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002890PCI ERROR RECOVERY
2891P: Linas Vepstas
2892M: linas@austin.ibm.com
2893L: linux-kernel@vger.kernel.org
2894L: linux-pci@atrey.karlin.mff.cuni.cz
2895S: Supported
2896
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2898P: Thomas Sailer
2899M: sailer@ife.ee.ethz.ch
2900L: linux-sound@vger.kernel.org
2901W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2902S: Maintained
2903
2904PCI SUBSYSTEM
2905P: Greg Kroah-Hartman
2906M: gregkh@suse.de
2907L: linux-kernel@vger.kernel.org
2908L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002909T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910S: Supported
2911
2912PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002913P: Kristen Carlson Accardi
2914M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915S: Supported
2916
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002917PCIE HOTPLUG DRIVER
2918P: Kristen Carlson Accardi
2919M: kristen.c.accardi@intel.com
2920L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002921S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002922
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002924P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002925L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002927T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002928S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929
2930PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002931P: Don Fry
2932M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002933L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934S: Maintained
2935
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002936PER-TASK DELAY ACCOUNTING
2937P: Shailabh Nagar
2938M: nagar@watson.ibm.com
2939L: linux-kernel@vger.kernel.org
2940S: Maintained
2941
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002942PERSONALITY HANDLING
2943P: Christoph Hellwig
2944M: hch@infradead.org
2945L: linux-abi-devel@lists.sourceforge.net
2946S: Maintained
2947
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002949P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950M: joern@wh.fh-wedel.de
2951L: linux-mtd@lists.infradead.org
2952S: Maintained
2953
Peter Osterlund249a6772005-09-27 21:45:30 -07002954PKTCDVD DRIVER
2955P: Peter Osterlund
2956M: petero2@telia.com
2957L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002958S: Maintained
2959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002961P: Thomas Gleixner
2962M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002963L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964S: Supported
2965
Anton Vorontsov3be86142007-07-15 04:43:36 +04002966POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2967P: Anton Vorontsov
2968M: cbou@mail.ru
2969P: David Woodhouse
2970M: dwmw2@infradead.org
2971L: linux-kernel@vger.kernel.org
2972L: kernel-discuss@handhelds.org
2973T: git git.infradead.org/battery-2.6.git
2974S: Maintained
2975
Eugene Surovegin24682972005-10-14 03:00:53 -07002976POWERPC 4xx EMAC DRIVER
2977P: Eugene Surovegin
2978M: ebs@ebshome.net
2979W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002980L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07002981L: netdev@vger.kernel.org
2982S: Maintained
2983
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984PNP SUPPORT
2985P: Adam Belay
2986M: ambx1@neo.rr.com
2987S: Maintained
2988
Vitaly Wool999445d2007-01-04 13:07:03 +01002989PNXxxxx I2C DRIVER
2990P: Vitaly Wool
2991M: vitalywool@gmail.com
2992L: i2c@lm-sensors.org
2993S: Maintained
2994
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995PPP PROTOCOL DRIVERS AND COMPRESSORS
2996P: Paul Mackerras
2997M: paulus@samba.org
2998L: linux-ppp@vger.kernel.org
2999S: Maintained
3000
3001PPP OVER ATM (RFC 2364)
3002P: Mitchell Blank Jr
3003M: mitch@sfgoth.com
3004S: Maintained
3005
3006PPP OVER ETHERNET
3007P: Michal Ostrowski
3008M: mostrows@speakeasy.net
3009S: Maintained
3010
James Chapmana6d23702007-06-27 15:53:17 -07003011PPP OVER L2TP
3012P: James Chapman
3013M: jchapman@katalix.com
3014S: Maintained
3015
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016PREEMPTIBLE KERNEL
3017P: Robert Love
3018M: rml@tech9.net
3019L: linux-kernel@vger.kernel.org
3020L: kpreempt-tech@lists.sourceforge.net
3021W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3022S: Supported
3023
3024PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003025P: Luis R. Rodriguez
3026M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003027L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028W: http://prism54.org
3029S: Maintained
3030
3031PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3032P: Peter Denison
3033M: promise@pnd-pc.demon.co.uk
3034W: http://www.pnd-pc.demon.co.uk/promise/
3035S: Maintained
3036
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003037PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3038P: Mikael Pettersson
3039M: mikpe@it.uu.se
3040L: linux-ide@vger.kernel.org
3041S: Maintained
3042
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003043PS3 NETWORK SUPPORT
3044P: Masakazu Mokuno
3045M: mokuno@sm.sony.co.jp
3046L: netdev@vger.kernel.org
3047L: cbe-oss-dev@ozlabs.org
3048S: Supported
3049
Geoff Levandf58a9d12006-11-23 00:46:51 +01003050PS3 PLATFORM SUPPORT
3051P: Geoff Levand
3052M: geoffrey.levand@am.sony.com
3053L: linuxppc-dev@ozlabs.org
3054L: cbe-oss-dev@ozlabs.org
3055S: Supported
3056
Michael Krufky83202042006-07-03 00:24:18 -07003057PVRUSB2 VIDEO4LINUX DRIVER
3058P: Mike Isely
3059M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003060L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003061L: video4linux-list@redhat.com
3062W: http://www.isely.net/pvrusb2/
3063S: Maintained
3064
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065PXA2xx SUPPORT
3066P: Nicolas Pitre
3067M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003068L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069S: Maintained
3070
Pierre Ossman272f1332007-05-14 21:25:26 +02003071PXA MMCI DRIVER
3072S: Orphan
3073
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074QLOGIC QLA2XXX FC-SCSI DRIVER
3075P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003076M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077L: linux-scsi@vger.kernel.org
3078S: Supported
3079
Ron Mercer5a4faa872006-07-25 00:40:21 -07003080QLOGIC QLA3XXX NETWORK DRIVER
3081P: Ron Mercer
3082M: linux-driver@qlogic.com
3083L: netdev@vger.kernel.org
3084S: Supported
3085
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086QNX4 FILESYSTEM
3087P: Anders Larsen
3088M: al@alarsen.net
3089L: linux-kernel@vger.kernel.org
3090W: http://www.alarsen.net/linux/qnx4fs/
3091S: Maintained
3092
3093RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003094P: Benjamin Herrenschmidt
3095M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003096L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097S: Maintained
3098
3099RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003100P: Paul Mackerras
3101M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003102L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103S: Maintained
3104
3105RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3106P: Corey Thomas
3107M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003108L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109S: Maintained
3110
Matt Mackall9e95ce22005-04-16 15:25:56 -07003111RANDOM NUMBER DRIVER
3112P: Matt Mackall
3113M: mpm@selenic.com
3114S: Maintained
3115
Matt Porter394b7012005-11-07 01:00:15 -08003116RAPIDIO SUBSYSTEM
3117P: Matt Porter
3118M: mporter@kernel.crashing.org
3119L: linux-kernel@vger.kernel.org
3120S: Maintained
3121
Josh Triplett595182b2006-10-04 02:17:21 -07003122READ-COPY UPDATE (RCU)
3123P: Dipankar Sarma
3124M: dipankar@in.ibm.com
3125W: http://www.rdrop.com/users/paulmck/rclock/
3126L: linux-kernel@vger.kernel.org
3127S: Supported
3128
3129RCUTORTURE MODULE
3130P: Josh Triplett
3131M: josh@freedesktop.org
3132L: linux-kernel@vger.kernel.org
3133S: Maintained
3134
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135REAL TIME CLOCK DRIVER
3136P: Paul Gortmaker
3137M: p_gortmaker@yahoo.com
3138L: linux-kernel@vger.kernel.org
3139S: Maintained
3140
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003141REAL TIME CLOCK (RTC) SUBSYSTEM
3142P: Alessandro Zummo
3143M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003144L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003145S: Maintained
3146
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147REISERFS FILE SYSTEM
3148P: Hans Reiser
3149M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003150L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151W: http://www.namesys.com
3152S: Supported
3153
3154ROCKETPORT DRIVER
3155P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156W: http://www.comtrol.com
3157S: Maintained
3158
3159ROSE NETWORK LAYER
3160P: Ralf Baechle
3161M: ralf@linux-mips.org
3162L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003163W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164S: Maintained
3165
3166RISCOM8 DRIVER
3167S: Orphan
3168
Michael Wu605bebe2007-05-14 01:41:02 -04003169RTL818X WIRELESS DRIVER
3170P: Michael Wu
3171M: flamingice@sourmilk.net
3172P: Andrea Merello
3173M: andreamrl@tiscali.it
3174L: linux-wireless@vger.kernel.org
3175W: http://linuxwireless.org/
3176T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3177S: Maintained
3178
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003179S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003180P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003181M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003182L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003183S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003184
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185S390
3186P: Martin Schwidefsky
3187M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003188P: Heiko Carstens
3189M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003191L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003192W: http://www.ibm.com/developerworks/linux/linux390/
3193S: Supported
3194
3195S390 NETWORK DRIVERS
3196P: Frank Pavlic
3197M: fpavlic@de.ibm.com
3198M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003199L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003200W: http://www.ibm.com/developerworks/linux/linux390/
3201S: Supported
3202
3203S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003204P: Swen Schillig
3205M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003206M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003207L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003208W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209S: Supported
3210
3211SAA7146 VIDEO4LINUX-2 DRIVER
3212P: Michael Hunold
3213M: michael@mihu.de
3214W: http://www.mihu.de/linux/saa7146
3215S: Maintained
3216
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217SC1200 WDT DRIVER
3218P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003219M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220S: Maintained
3221
3222SCHEDULER
3223P: Ingo Molnar
3224M: mingo@elte.hu
3225P: Robert Love [the preemptible kernel bits]
3226M: rml@tech9.net
3227L: linux-kernel@vger.kernel.org
3228S: Maintained
3229
3230SCSI CDROM DRIVER
3231P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003232M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233L: linux-scsi@vger.kernel.org
3234W: http://www.kernel.dk
3235S: Maintained
3236
3237SCSI SG DRIVER
3238P: Doug Gilbert
3239M: dgilbert@interlog.com
3240L: linux-scsi@vger.kernel.org
3241W: http://www.torque.net/sg
3242S: Maintained
3243
3244SCSI SUBSYSTEM
3245P: James E.J. Bottomley
3246M: James.Bottomley@SteelEye.com
3247L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003248T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249S: Maintained
3250
3251SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003252P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253M: Kai.Makisara@kolumbus.fi
3254L: linux-scsi@vger.kernel.org
3255S: Maintained
3256
3257SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003258P: Vlad Yasevich
3259M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003260P: Sridhar Samudrala
3261M: sri@us.ibm.com
3262L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003263W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003264S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265
3266SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003267P: Jim Cromie
3268M: jim.cromie@gmail.com
3269S: Odd Fixes
3270
3271SCx200 GPIO DRIVER
3272P: Jim Cromie
3273M: jim.cromie@gmail.com
3274S: Maintained
3275
3276SCx200 HRT CLOCKSOURCE DRIVER
3277P: Jim Cromie
3278M: jim.cromie@gmail.com
3279S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280
3281SECURITY CONTACT
3282P: Security Officers
3283M: security@kernel.org
3284S: Supported
3285
3286SELINUX SECURITY MODULE
3287P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003288M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003290M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003291P: Eric Paris
3292M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003294L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295W: http://www.nsa.gov/selinux
3296S: Supported
3297
Jiri Slabycef2cf02007-05-08 00:31:45 -07003298SENSABLE PHANTOM
3299P: Jiri Slaby
3300M: jirislaby@gmail.com
3301S: Maintained
3302
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303SERIAL ATA (SATA) SUBSYSTEM:
3304P: Jeff Garzik
3305M: jgarzik@pobox.com
3306L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003307T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308S: Supported
3309
3310SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3311P: Pat Gefre
3312M: pfg@sgi.com
3313L: linux-ia64@vger.kernel.org
3314S: Supported
3315
3316SGI VISUAL WORKSTATION 320 AND 540
3317P: Andrey Panin
3318M: pazke@donpac.ru
3319L: linux-visws-devel@lists.sf.net
3320W: http://linux-visws.sf.net
3321S: Maintained for 2.6.
3322
3323SIMTEC EB110ATX (Chalice CATS)
3324P: Ben Dooks
3325P: Vincent Sanders
3326M: support@simtec.co.uk
3327W: http://www.simtec.co.uk/products/EB110ATX/
3328S: Supported
3329
3330SIMTEC EB2410ITX (BAST)
3331P: Ben Dooks
3332P: Vincent Sanders
3333M: support@simtec.co.uk
3334W: http://www.simtec.co.uk/products/EB2410ITX/
3335S: Supported
3336
Francois Romieu92aab3c2005-07-30 13:11:18 +02003337SIS 190 ETHERNET DRIVER
3338P: Francois Romieu
3339M: romieu@fr.zoreil.com
3340L: netdev@vger.kernel.org
3341S: Maintained
3342
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343SIS 5513 IDE CONTROLLER DRIVER
3344P: Lionel Bouton
3345M: Lionel.Bouton@inet6.fr
3346W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3347W: http://gyver.homeip.net/sis5513/index.html
3348S: Maintained
3349
3350SIS 900/7016 FAST ETHERNET DRIVER
3351P: Daniele Venzano
3352M: venza@brownhat.org
3353W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003354L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355S: Maintained
3356
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003357SIS 96X I2C/SMBUS DRIVER
3358P: Mark M. Hoffman
3359M: mhoffman@lightlink.com
3360L: lm-sensors@lm-sensors.org
3361S: Maintained
3362
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363SIS FRAMEBUFFER DRIVER
3364P: Thomas Winischhofer
3365M: thomas@winischhofer.net
3366W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003367S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368
3369SIS USB2VGA DRIVER
3370P: Thomas Winischhofer
3371M: thomas@winischhofer.net
3372W: http://www.winischhofer.at/linuxsisusbvga.shtml
3373S: Maintained
3374
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003375SLAB ALLOCATOR
3376P: Christoph Lameter
3377M: clameter@sgi.com
3378P: Pekka Enberg
3379M: penberg@cs.helsinki.fi
3380L: linux-mm@kvack.org
3381S: Maintained
3382
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383SMC91x ETHERNET DRIVER
3384P: Nicolas Pitre
3385M: nico@cam.org
3386S: Maintained
3387
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003388SMSC47B397 HARDWARE MONITOR DRIVER
3389P: Mark M. Hoffman
3390M: mhoffman@lightlink.com
3391L: lm-sensors@lm-sensors.org
3392S: Maintained
3393
Daniel Drake8f0f8502006-07-18 22:00:25 +01003394SOFTMAC LAYER (IEEE 802.11)
3395P: Johannes Berg
3396M: johannes@sipsolutions.net
3397P: Joe Jezak
3398M: josejx@gentoo.org
3399P: Daniel Drake
3400M: dsd@gentoo.org
3401W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003402L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003403S: Maintained
3404
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405SOFTWARE RAID (Multiple Disks) SUPPORT
3406P: Ingo Molnar
3407M: mingo@redhat.com
3408P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003409M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003411S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412
Pavel Machek95a631e2007-07-19 01:47:42 -07003413HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414P: Pavel Machek
3415M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003416P: Rafael J. Wysocki
3417M: rjw@sisk.pl
3418L: linux-pm@lists.linux-foundation.org
3419S: Supported
3420
3421SUSPEND TO RAM:
3422P: Pavel Machek
3423M: pavel@suse.cz
3424P: Rafael J. Wysocki
3425M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003426L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427S: Maintained
3428
3429SONIC NETWORK DRIVER
3430P: Thomas Bogendoerfer
3431M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003432L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433S: Maintained
3434
3435SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003436P: Mattia Dongili
3437M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003438L: linux-acpi@vger.kernel.org
3439W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440S: Maintained
3441
3442SOUND
3443P: Jaroslav Kysela
3444M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003445L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446S: Maintained
3447
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003448SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3449P: Liam Girdwood
3450M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003451L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003452S: Supported
3453
Kumar Gala025c3982006-04-02 16:05:54 -05003454SPI SUBSYSTEM
3455P: David Brownell
3456M: dbrownell@users.sourceforge.net
3457L: spi-devel-general@lists.sourceforge.net
3458S: Maintained
3459
Steven Rostedt855f46a2006-08-05 12:14:50 -07003460STABLE BRANCH:
3461P: Greg Kroah-Hartman
3462M: greg@kroah.com
3463P: Chris Wright
3464M: chrisw@sous-sol.org
3465L: stable@kernel.org
3466S: Maintained
3467
Kylene Hall1c72d462005-05-01 08:59:13 -07003468TPM DEVICE DRIVER
3469P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003470M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003471W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003472P: Marcel Selhorst
3473M: tpm@selhorst.net
3474W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003475L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003476S: Maintained
3477
Mark Gross1a80ba82005-10-30 15:02:55 -08003478Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003479P: Mark Gross
3480M: mark.gross@intel.com
3481S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003482
Chris Zankel48b415c2005-06-23 22:01:07 -07003483TENSILICA XTENSA PORT (xtensa):
3484P: Chris Zankel
3485M: chris@zankel.net
3486S: Maintained
3487
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003488THINKPAD ACPI EXTRAS DRIVER
3489P: Henrique de Moraes Holschuh
3490M: ibm-acpi@hmh.eng.br
3491L: ibm-acpi-devel@lists.sourceforge.net
3492W: http://ibm-acpi.sourceforge.net
3493W: http://thinkwiki.org/wiki/Ibm-acpi
3494T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3495S: Maintained
3496
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497UltraSPARC (sparc64):
3498P: David S. Miller
3499M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003501T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502S: Maintained
3503
3504SHARP LH SUPPORT (LH7952X & LH7A40X)
3505P: Marc Singer
3506M: elf@buici.com
3507W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509S: Maintained
3510
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003511SHPC HOTPLUG DRIVER
3512P: Kristen Carlson Accardi
3513M: kristen.c.accardi@intel.com
3514L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003515S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003516
Pierre Ossmand129bce2006-03-24 03:18:17 -08003517SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3518P: Pierre Ossman
3519M: drzeus-sdhci@drzeus.cx
3520L: sdhci-devel@list.drzeus.cx
3521W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3522S: Maintained
3523
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003524SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3525P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003526M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003527L: netdev@vger.kernel.org
3528S: Maintained
3529
Chris Boot1a87d942006-07-10 04:45:34 -07003530SOEKRIS NET48XX LED SUPPORT
3531P: Chris Boot
3532M: bootc@bootc.net
3533S: Maintained
3534
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535SPARC (sparc32):
3536P: William L. Irwin
3537M: wli@holomorphy.com
3538L: sparclinux@vger.kernel.org
3539S: Maintained
3540
3541SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3542P: Roger Wolff
3543M: R.E.Wolff@BitWizard.nl
3544L: linux-kernel@vger.kernel.org ?
3545S: Supported
3546
Jim Lewis2752e402006-09-29 02:01:19 -07003547SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003548P: Linas Vepstas
3549M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003550L: netdev@vger.kernel.org
3551S: Supported
3552
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553SRM (Alpha) environment access
3554P: Jan-Benedict Glaw
3555M: jbglaw@lug-owl.de
3556L: linux-kernel@vger.kernel.org
3557S: Maintained
3558
3559STARFIRE/DURALAN NETWORK DRIVER
3560P: Ion Badulescu
3561M: ionut@cs.columbia.edu
3562S: Maintained
3563
3564STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3565W: http://mosquitonet.Stanford.EDU/strip.html
3566S: Unsupported ?
3567
3568STRADIS MPEG-2 DECODER DRIVER
3569P: Nathan Laredo
3570M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571W: http://www.stradis.com/
3572S: Maintained
3573
3574SUPERH (sh)
3575P: Paul Mundt
3576M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003577L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579S: Maintained
3580
3581SUPERH64 (sh64)
3582P: Paul Mundt
3583M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584L: linuxsh-shmedia-dev@lists.sourceforge.net
3585W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586S: Maintained
3587
3588SUN3/3X
3589P: Sam Creasey
3590M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591W: http://sammy.net/sun3/
3592S: Maintained
3593
3594SVGA HANDLING
3595P: Martin Mares
3596M: mj@ucw.cz
3597L: linux-video@atrey.karlin.mff.cuni.cz
3598S: Maintained
3599
3600SYSV FILESYSTEM
3601P: Christoph Hellwig
3602M: hch@infradead.org
3603S: Maintained
3604
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003605TC CLASSIFIER
3606P: Jamal Hadi Salim
3607M: hadi@cyberus.ca
3608L: netdev@vger.kernel.org
3609S: Maintained
3610
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003611TCP LOW PRIORITY MODULE
3612P: Wong Hoi Sing, Edison
3613M: hswong3i@gmail.com
3614P: Hung Hing Lun, Mike
3615M: hlhung3i@gmail.com
3616W: http://tcp-lp-mod.sourceforge.net/
3617S: Maintained
3618
Alex Dubov4020f2d2006-10-04 02:15:37 -07003619TI FLASH MEDIA INTERFACE DRIVER
3620P: Alex Dubov
3621M: oakad@yahoo.com
3622S: Maintained
3623
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003624TI OMAP MMC INTERFACE DRIVER
3625P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3626M: linux-omap-open-source@linux.omap.com
3627W: http://linux.omap.com
3628W: http://www.muru.com/linux/omap/
3629S: Maintained
3630
Michael Buesch844dd052006-06-26 00:24:59 -07003631TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3632P: Deepak Saxena
3633M: dsaxena@plexity.net
3634S: Maintained
3635
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003636TASKSTATS STATISTICS INTERFACE
3637P: Shailabh Nagar
3638M: nagar@watson.ibm.com
3639L: linux-kernel@vger.kernel.org
3640S: Maintained
3641
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003643P: Romain Lievin
3644M: roms@lpg.ticalc.org
3645S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646
Per Lidene86eaa32006-01-12 16:45:18 +01003647TIPC NETWORK LAYER
3648P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003649M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003650P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003651M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003652P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003653M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003654L: tipc-discussion@lists.sourceforge.net
3655W: http://tipc.sourceforge.net/
3656W: http://tipc.cslab.ericsson.net/
3657T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3658S: Maintained
3659
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660TLAN NETWORK DRIVER
3661P: Samuel Chessman
3662M: chessman@tux.org
3663L: tlan-devel@lists.sourceforge.net
3664W: http://sourceforge.net/projects/tlan/
3665S: Maintained
3666
3667TOKEN-RING NETWORK DRIVER
3668P: Mike Phillips
3669M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003670L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671L: linux-tr@linuxtr.net
3672W: http://www.linuxtr.net
3673S: Maintained
3674
3675TOSHIBA ACPI EXTRAS DRIVER
3676P: John Belmonte
3677M: toshiba_acpi@memebeam.org
3678W: http://memebeam.org/toys/ToshibaAcpiDriver
3679S: Maintained
3680
3681TOSHIBA SMM DRIVER
3682P: Jonathan Buzzard
3683M: jonathan@buzzard.org.uk
3684L: tlinux-users@tce.toshiba-dme.co.jp
3685W: http://www.buzzard.org.uk/toshiba/
3686S: Maintained
3687
3688TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3689P: Muli Ben-Yehuda
3690M: mulix@mulix.org
3691L: linux-kernel@vger.kernel.org
3692S: Maintained
3693
3694TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003695P: Adrian Bunk
3696M: trivial@kernel.org
3697L: linux-kernel@vger.kernel.org
3698W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3699T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3700S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701
3702TMS380 TOKEN-RING NETWORK DRIVER
3703P: Adam Fritzler
3704M: mid@auk.cx
3705L: linux-tr@linuxtr.net
3706W: http://www.auk.cx/tms380tr/
3707S: Maintained
3708
3709TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710L: tulip-users@lists.sourceforge.net
3711W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003712S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713
3714TUN/TAP driver
3715P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003716M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717L: vtun@office.satix.net
3718W: http://vtun.sourceforge.net/tun
3719S: Maintained
3720
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003721TURBOCHANNEL SUBSYSTEM
3722P: Maciej W. Rozycki
3723M: macro@linux-mips.org
3724S: Maintained
3725
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726U14-34F SCSI DRIVER
3727P: Dario Ballabio
3728M: ballabio_dario@emc.com
3729L: linux-scsi@vger.kernel.org
3730S: Maintained
3731
3732UDF FILESYSTEM
3733P: Ben Fennema
3734M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735W: http://linux-udf.sourceforge.net
3736S: Maintained
3737
3738UNIFORM CDROM DRIVER
3739P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003740M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741L: linux-kernel@vger.kernel.org
3742W: http://www.kernel.dk
3743S: Maintained
3744
3745USB ACM DRIVER
3746P: Oliver Neukum
3747M: oliver@neukum.name
3748L: linux-usb-users@lists.sourceforge.net
3749L: linux-usb-devel@lists.sourceforge.net
3750S: Maintained
3751
3752USB BLOCK DRIVER (UB ub)
3753P: Pete Zaitcev
3754M: zaitcev@redhat.com
3755L: linux-kernel@vger.kernel.org
3756L: linux-usb-devel@lists.sourceforge.net
3757S: Supported
3758
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759USB CDC ETHERNET DRIVER
3760P: Greg Kroah-Hartman
3761M: greg@kroah.com
3762L: linux-usb-users@lists.sourceforge.net
3763L: linux-usb-devel@lists.sourceforge.net
3764S: Maintained
3765W: http://www.kroah.com/linux-usb/
3766
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003767USB DAVICOM DM9601 DRIVER
3768P: Peter Korsgaard
3769M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003770L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003771W: http://www.linux-usb.org/usbnet
3772S: Maintained
3773
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774USB EHCI DRIVER
3775P: David Brownell
3776M: dbrownell@users.sourceforge.net
3777L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003778S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779
Luca Risolia7ce08c92006-01-11 02:06:59 +00003780USB ET61X[12]51 DRIVER
3781P: Luca Risolia
3782M: luca.risolia@studio.unibo.it
3783L: linux-usb-devel@lists.sourceforge.net
3784L: video4linux-list@redhat.com
3785W: http://www.linux-projects.org
3786S: Maintained
3787
David Brownell69ae9e32006-11-14 02:03:31 -08003788USB GADGET/PERIPHERAL SUBSYSTEM
3789P: David Brownell
3790M: dbrownell@users.sourceforge.net
3791L: linux-usb-devel@lists.sourceforge.net
3792W: http://www.linux-usb.org/gadget
3793S: Maintained
3794
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003795USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003796P: Jiri Kosina
3797M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003799T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800S: Maintained
3801
3802USB HUB DRIVER
3803P: Johannes Erdfelt
3804M: johannes@erdfelt.com
3805L: linux-usb-users@lists.sourceforge.net
3806L: linux-usb-devel@lists.sourceforge.net
3807S: Maintained
3808
Olav Kongas959eea22005-11-03 17:38:14 +02003809USB ISP116X DRIVER
3810P: Olav Kongas
3811M: ok@artecdesign.ee
3812L: linux-usb-devel@lists.sourceforge.net
3813S: Maintained
3814
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815USB KAWASAKI LSI DRIVER
3816P: Oliver Neukum
3817M: oliver@neukum.name
3818L: linux-usb-users@lists.sourceforge.net
3819L: linux-usb-devel@lists.sourceforge.net
3820S: Maintained
3821
3822USB MASS STORAGE DRIVER
3823P: Matthew Dharm
3824M: mdharm-usb@one-eyed-alien.net
3825L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003826L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827S: Maintained
3828W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3829
3830USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003831P: David Brownell
3832M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833L: linux-usb-users@lists.sourceforge.net
3834L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003835S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836
Matthias Urlichsba460e42005-07-14 00:33:47 -07003837USB OPTION-CARD DRIVER
3838P: Matthias Urlichs
3839M: smurf@smurf.noris.de
3840L: linux-usb-devel@lists.sourceforge.net
3841S: Maintained
3842
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843USB OV511 DRIVER
3844P: Mark McClelland
3845M: mmcclell@bigfoot.com
3846L: linux-usb-users@lists.sourceforge.net
3847L: linux-usb-devel@lists.sourceforge.net
3848W: http://alpha.dyndns.org/ov511/
3849S: Maintained
3850
3851USB PEGASUS DRIVER
3852P: Petko Manolov
3853M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003855L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856W: http://pegasus2.sourceforge.net/
3857S: Maintained
3858
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003859USB PRINTER DRIVER (usblp)
3860P: Pete Zaitcev
3861M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862L: linux-usb-users@lists.sourceforge.net
3863L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003864S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865
3866USB RTL8150 DRIVER
3867P: Petko Manolov
3868M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003870L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871W: http://pegasus2.sourceforge.net/
3872S: Maintained
3873
3874USB SE401 DRIVER
3875P: Jeroen Vreeken
3876M: pe1rxq@amsat.org
3877L: linux-usb-users@lists.sourceforge.net
3878L: linux-usb-devel@lists.sourceforge.net
3879W: http://www.chello.nl/~j.vreeken/se401/
3880S: Maintained
3881
3882USB SERIAL CYBERJACK DRIVER
3883P: Matthias Bruestle and Harald Welte
3884M: support@reiner-sct.com
3885W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3886S: Maintained
3887
3888USB SERIAL DIGI ACCELEPORT DRIVER
3889P: Peter Berger and Al Borchers
3890M: pberger@brimson.com
3891M: alborchers@steinerpoint.com
3892L: linux-usb-users@lists.sourceforge.net
3893L: linux-usb-devel@lists.sourceforge.net
3894S: Maintained
3895
3896USB SERIAL DRIVER
3897P: Greg Kroah-Hartman
3898M: gregkh@suse.de
3899L: linux-usb-users@lists.sourceforge.net
3900L: linux-usb-devel@lists.sourceforge.net
3901S: Supported
3902
3903USB SERIAL BELKIN F5U103 DRIVER
3904P: William Greathouse
3905M: wgreathouse@smva.com
3906L: linux-usb-users@lists.sourceforge.net
3907L: linux-usb-devel@lists.sourceforge.net
3908S: Maintained
3909
3910USB SERIAL CYPRESS M8 DRIVER
3911P: Lonnie Mendez
3912M: dignome@gmail.com
3913L: linux-usb-users@lists.sourceforge.net
3914L: linux-usb-devel@lists.sourceforge.net
3915S: Maintained
3916W: http://geocities.com/i0xox0i
3917W: http://firstlight.net/cvs
3918
3919USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3920L: linux-usb-users@lists.sourceforge.net
3921L: linux-usb-devel@lists.sourceforge.net
3922S: Maintained
3923
3924USB AUERSWALD DRIVER
3925P: Wolfgang Muees
3926M: wolfgang@iksw-muees.de
3927L: linux-usb-users@lists.sourceforge.net
3928L: linux-usb-devel@lists.sourceforge.net
3929S: Maintained
3930
3931USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3932P: Gary Brubaker
3933M: xavyer@ix.netcom.com
3934L: linux-usb-users@lists.sourceforge.net
3935L: linux-usb-devel@lists.sourceforge.net
3936S: Maintained
3937
3938USB SERIAL KEYSPAN DRIVER
3939P: Greg Kroah-Hartman
3940M: greg@kroah.com
3941L: linux-usb-users@lists.sourceforge.net
3942L: linux-usb-devel@lists.sourceforge.net
3943W: http://www.kroah.com/linux/
3944S: Maintained
3945
3946USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003947P: Support Department
3948M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949L: linux-usb-users@lists.sourceforge.net
3950L: linux-usb-devel@lists.sourceforge.net
3951W: http://www.connecttech.com
3952S: Supported
3953
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003954USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955P: Luca Risolia
3956M: luca.risolia@studio.unibo.it
3957L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003958L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959W: http://www.linux-projects.org
3960S: Maintained
3961
3962USB SUBSYSTEM
3963P: Greg Kroah-Hartman
3964M: gregkh@suse.de
3965L: linux-usb-users@lists.sourceforge.net
3966L: linux-usb-devel@lists.sourceforge.net
3967W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003968T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969S: Supported
3970
3971USB UHCI DRIVER
3972P: Alan Stern
3973M: stern@rowland.harvard.edu
3974L: linux-usb-users@lists.sourceforge.net
3975L: linux-usb-devel@lists.sourceforge.net
3976S: Maintained
3977
David Brownell69ae9e32006-11-14 02:03:31 -08003978USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979P: David Brownell
3980M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003981L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003982W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983S: Maintained
3984
3985USB W996[87]CF DRIVER
3986P: Luca Risolia
3987M: luca.risolia@studio.unibo.it
3988L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003989L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990W: http://www.linux-projects.org
3991S: Maintained
3992
Luca Risolia60f78052006-02-06 16:29:35 +00003993USB ZC0301 DRIVER
3994P: Luca Risolia
3995M: luca.risolia@studio.unibo.it
3996L: linux-usb-devel@lists.sourceforge.net
3997L: video4linux-list@redhat.com
3998W: http://www.linux-projects.org
3999S: Maintained
4000
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001USB ZD1201 DRIVER
4002P: Jeroen Vreeken
4003M: pe1rxq@amsat.org
4004L: linux-usb-users@lists.sourceforge.net
4005L: linux-usb-devel@lists.sourceforge.net
4006W: http://linux-lc100020.sourceforge.net
4007S: Maintained
4008
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004009USB ZR364XX DRIVER
4010P: Antoine Jacquet
4011M: royale@zerezo.com
4012L: linux-usb-devel@lists.sourceforge.net
4013L: video4linux-list@redhat.com
4014W: http://royale.zerezo.com/zr364xx/
4015S: Maintained
4016
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017USER-MODE LINUX
4018P: Jeff Dike
4019M: jdike@karaya.com
4020L: user-mode-linux-devel@lists.sourceforge.net
4021L: user-mode-linux-user@lists.sourceforge.net
4022W: http://user-mode-linux.sourceforge.net
4023S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004024
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025FAT/VFAT/MSDOS FILESYSTEM:
4026P: OGAWA Hirofumi
4027M: hirofumi@mail.parknet.co.jp
4028L: linux-kernel@vger.kernel.org
4029S: Maintained
4030
4031VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4032P: Jeff Garzik
4033S: Odd fixes
4034
4035VIA RHINE NETWORK DRIVER
4036P: Roger Luethi
4037M: rl@hellgate.ch
4038S: Maintained
4039
Jean Delvare32c0a522005-09-22 21:47:58 +02004040VIAPRO SMBUS DRIVER
4041P: Jean Delvare
4042M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004043L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004044S: Maintained
4045
Francois Romieu01f20732007-01-26 00:57:17 -08004046VIA VELOCITY NETWORK DRIVER
4047P: Francois Romieu
4048M: romieu@fr.zoreil.com
4049L: netdev@vger.kernel.org
4050S: Maintained
4051
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052UCLINUX (AND M68KNOMMU)
4053P: Greg Ungerer
4054M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004056L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057S: Maintained
4058
4059UCLINUX FOR NEC V850
4060P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061
4062UCLINUX FOR RENESAS H8/300
4063P: Yoshinori Sato
4064M: ysato@users.sourceforge.jp
4065W: http://uclinux-h8.sourceforge.jp/
4066S: Supported
4067
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004068UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004069P: Evgeniy Dushistov
4070M: dushistov@mail.ru
4071L: linux-kernel@vger.kernel.org
4072S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004073
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074USB DIAMOND RIO500 DRIVER
4075P: Cesar Miquel
4076M: miquel@df.uba.ar
4077L: rio500-users@lists.sourceforge.net
4078W: http://rio500.sourceforge.net
4079S: Maintained
4080
4081VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004082P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004083M: mchehab@infradead.org
4084M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004086W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004087T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004088S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089
Juerg Haefligerab413192006-09-24 20:54:04 +02004090VT1211 HARDWARE MONITOR DRIVER
4091P: Juerg Haefliger
4092M: juergh@gmail.com
4093L: lm-sensors@lm-sensors.org
4094S: Maintained
4095
Roger Lucas1de9e372005-11-26 20:20:05 +01004096VT8231 HARDWARE MONITOR DRIVER
4097P: Roger Lucas
4098M: roger@planbit.co.uk
4099L: lm-sensors@lm-sensors.org
4100S: Maintained
4101
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102W1 DALLAS'S 1-WIRE BUS
4103P: Evgeniy Polyakov
4104M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105S: Maintained
4106
Charles Spirakis13927072006-07-05 18:05:15 +02004107W83791D HARDWARE MONITORING DRIVER
4108P: Charles Spirakis
4109M: bezaur@gmail.com
4110L: lm-sensors@lm-sensors.org
4111S: Maintained
4112
Rudolf Marek61db0112006-12-12 18:18:30 +01004113W83793 HARDWARE MONITORING DRIVER
4114P: Rudolf Marek
4115M: r.marek@assembler.cz
4116L: lm-sensors@lm-sensors.org
4117S: Maintained
4118
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119W83L51xD SD/MMC CARD INTERFACE DRIVER
4120P: Pierre Ossman
4121M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004122L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123W: http://projects.drzeus.cx/wbsd
4124S: Maintained
4125
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004126WATCHDOG DEVICE DRIVERS
4127P: Wim Van Sebroeck
4128M: wim@iguana.be
4129T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4130S: Maintained
4131
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4133P: Jean Tourrilhes
4134M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004135L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4137S: Maintained
4138
4139WD7000 SCSI DRIVER
4140P: Miroslav Zagorac
4141M: zaga@fly.cc.fer.hr
4142L: linux-scsi@vger.kernel.org
4143S: Maintained
4144
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004145WISTRON LAPTOP BUTTON DRIVER
4146P: Miloslav Trmac
4147M: mitr@volny.cz
4148S: Maintained
4149
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150WL3501 WIRELESS PCMCIA CARD DRIVER
4151P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004152M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004153L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004154W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155S: Maintained
4156
4157X.25 NETWORK LAYER
4158P: Henner Eisen
4159M: eis@baty.hanse.de
4160L: linux-x25@vger.kernel.org
4161S: Maintained
4162
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004163XEN HYPERVISOR INTERFACE
4164P: Jeremy Fitzhardinge
4165M: jeremy@xensource.com
4166P: Chris Wright
4167M: chrisw@sous-sol.org
4168L: virtualization@lists.osdl.org
4169L: xen-devel@lists.xensource.com
4170S: Supported
4171
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172XFS FILESYSTEM
4173P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004174P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004176L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004178T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179S: Supported
4180
Peter Korsgaard238b8722006-12-06 20:35:17 -08004181XILINX UARTLITE SERIAL DRIVER
4182P: Peter Korsgaard
4183M: jacmet@sunsite.dk
4184L: linux-serial@vger.kernel.org
4185S: Maintained
4186
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187X86 3-LEVEL PAGING (PAE) SUPPORT
4188P: Ingo Molnar
4189M: mingo@redhat.com
4190S: Maintained
4191
4192X86-64 port
4193P: Andi Kleen
4194M: ak@suse.de
4195L: discuss@x86-64.org
4196W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004197T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198S: Maintained
4199
4200YAM DRIVER FOR AX.25
4201P: Jean-Paul Roubelat
4202M: jpr@f6fbb.org
4203L: linux-hams@vger.kernel.org
4204S: Maintained
4205
Henkaf64a5e2005-10-12 15:02:56 +02004206YEALINK PHONE DRIVER
4207P: Henk Vergonet
4208M: Henk.Vergonet@gmail.com
4209L: usbb2k-api-dev@nongnu.org
4210S: Maintained
4211
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212Z8530 DRIVER FOR AX.25
4213P: Joerg Reuter
4214M: jreuter@yaina.de
4215W: http://yaina.de/jreuter/
4216W: http://www.qsl.net/dl1bke/
4217L: linux-hams@vger.kernel.org
4218S: Maintained
4219
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004220ZD1211RW WIRELESS DRIVER
4221P: Daniel Drake
4222M: dsd@gentoo.org
4223P: Ulrich Kunitz
4224M: kune@deine-taler.de
4225W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004226L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004227L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4228S: Maintained
4229
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230ZF MACHZ WATCHDOG
4231P: Fernando Fuganti
4232M: fuganti@netbank.com.br
4233W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4234S: Maintained
4235
4236ZR36067 VIDEO FOR LINUX DRIVER
4237P: Ronald Bultje
4238M: rbultje@ronald.bitfreak.net
4239L: mjpeg-users@lists.sourceforge.net
4240W: http://mjpeg.sourceforge.net/driver-zoran/
4241S: Maintained
4242
4243ZR36120 VIDEO FOR LINUX DRIVER
4244P: Pauline Middelink
4245M: middelin@polyware.nl
4246W: http://www.polyware.nl/~middelin/En/hobbies.html
4247W: http://www.polyware.nl/~middelin/hobbies.html
4248S: Maintained
4249
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004250ZS DECSTATION Z85C30 SERIAL DRIVER
4251P: Maciej W. Rozycki
4252M: macro@linux-mips.org
4253S: Maintained
4254
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255THE REST
4256P: Linus Torvalds
4257S: Buried alive in reporters