blob: 975f263f5c21a165ebaf5fe7e22e38e9ec26a8f6 [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
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
Antoine Jacquetb7eee612007-04-27 12:30:59 -030058 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100149S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700154L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155S: Maintained
156
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001579P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700201IPS SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203M: aacraid@adaptec.com
204L: linux-scsi@vger.kernel.org
205W: http://www.adaptec.com/
206S: Maintained
207
208DPT_I2O SCSI RAID DRIVER
209P: Adaptec OEM Raid Solutions
210M: aacraid@adaptec.com
211L: linux-scsi@vger.kernel.org
212W: http://www.adaptec.com/
213S: Maintained
214
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215AACRAID SCSI RAID DRIVER
216P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700217M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700219W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220S: Supported
221
222ACPI
223P: Len Brown
224M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500225M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500226L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800228T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500229S: Supported
230
231ACPI BATTERY DRIVERS
232P: Vladimir P. Lebedev
233M: vladimir.p.lebedev@intel.com
234L: linux-acpi@vger.kernel.org
235W: http://acpi.sourceforge.net/
236S: Supported
237
238ACPI EC DRIVER
239P: Alexey Starikovskiy
240M: alexey.y.starikovskiy@linux.intel.com
241L: linux-acpi@vger.kernel.org
242W: http://acpi.sourceforge.net/
243S: Supported
244
245ACPI FAN DRIVER
246P: Konstantin A. Karasyov
247M: konstantin.a.karasyov@intel.com
248L: linux-acpi@vger.kernel.org
249W: http://acpi.sourceforge.net/
250S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700252ACPI PCI HOTPLUG DRIVER
253P: Kristen Carlson Accardi
254M: kristen.c.accardi@intel.com
255L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500256S: Supported
257
258ACPI THERMAL DRIVER
259P: Konstantin A. Karasyov
260M: konstantin.a.karasyov@intel.com
261L: linux-acpi@vger.kernel.org
262W: http://acpi.sourceforge.net/
263S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700264
Len Brown359acec2007-02-10 01:59:24 -0500265ACPI VIDEO DRIVER
266P: Luming Yu
267M: luming.yu@intel.com
268L: linux-acpi@vger.kernel.org
269W: http://acpi.sourceforge.net/
270S: Supported
271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272AD1816 SOUND DRIVER
273P: Thorsten Knabe
274M: Thorsten Knabe <linux@thorsten-knabe.de>
275W: http://linux.thorsten-knabe.de
276S: Maintained
277
Kyle McMartin6958ae32005-10-21 23:11:27 -0400278AD1889 SOUND DRIVER
279P: Kyle McMartin
280M: kyle@parisc-linux.org
281P: Thibaut Varene
282M: T-Bone@parisc-linux.org
283W: http://wiki.parisc-linux.org/AD1889
284L: parisc-linux@lists.parisc-linux.org
285S: Maintained
286
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287ADM1025 HARDWARE MONITOR DRIVER
288P: Jean Delvare
289M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200290L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291S: Maintained
292
Corentin Labbecae2caa2007-02-14 21:15:04 +0100293ADM1029 HARDWARE MONITOR DRIVER
294P: Corentin Labbe
295M: corentin.labbe@geomatys.fr
296L: lm-sensors@lm-sensors.org
297S: Maintained
298
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299ADT746X FAN DRIVER
300P: Colin Leroy
301M: colin@colino.net
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304AEDSP16 DRIVER
305P: Riccardo Facchetti
306M: fizban@tin.it
307S: Maintained
308
309AFFS FILE SYSTEM
310P: Roman Zippel
311M: zippel@linux-m68k.org
312S: Maintained
313
314AGPGART DRIVER
315P: Dave Jones
316M: davej@codemonkey.org.uk
317W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800318T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319S: Maintained
320
321AHA152X SCSI DRIVER
322P: Juergen E. Fischer
323M: Juergen Fischer <fischer@norbit.de>
324L: linux-scsi@vger.kernel.org
325S: Maintained
326
327ALCATEL SPEEDTOUCH USB DRIVER
328P: Duncan Sands
329M: duncan.sands@free.fr
330L: linux-usb-users@lists.sourceforge.net
331L: linux-usb-devel@lists.sourceforge.net
332W: http://www.linux-usb.org/SpeedTouch/
333S: Maintained
334
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335ALI1563 I2C DRIVER
336P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100337M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200338L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000339S: Maintained
340
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341ALPHA PORT
342P: Richard Henderson
343M: rth@twiddle.net
344S: Odd Fixes for 2.4; Maintained for 2.6.
345P: Ivan Kokshaysky
346M: ink@jurassic.park.msu.ru
347S: Maintained for 2.4; PCI support for 2.6.
348
Jordan Crousef90b8112006-01-06 00:12:14 -0800349AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100350P: Jordan Crouse
351M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800352L: info-linux@geode.amd.com
353W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
354S: Supported
355
Stelian Pop284f42b2006-12-12 18:18:31 +0100356AMS (Apple Motion Sensor) DRIVER
357P: Stelian Pop
358M: stelian@popies.net
359P: Michael Hanselmann
360M: linux-kernel@hansmi.ch
361S: Supported
362
Tom Tuckerf94b5332006-09-22 15:22:48 -0700363AMSO1100 RNIC DRIVER
364P: Tom Tucker
365M: tom@opengridcomputing.com
366P: Steve Wise
367M: swise@opengridcomputing.com
368L: openib-general@openib.org
369S: Maintained
370
Johannes Berg42269062006-07-25 16:15:50 +0200371AOA (Apple Onboard Audio) ALSA DRIVER
372P: Johannes Berg
373M: johannes@sipsolutions.net
374L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200375L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200376S: Maintained
377
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378APM DRIVER
379P: Stephen Rothwell
380M: sfr@canb.auug.org.au
381L: linux-laptop@vger.kernel.org
382W: http://www.canb.auug.org.au/~sfr/
383S: Supported
384
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700385APPLE SMC DRIVER
386P: Nicolas Boichat
387M: nicolas@boichat.ch
388L: mactel-linux-devel@lists.sourceforge.net
389S: Maintained
390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391APPLETALK NETWORK LAYER
392P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300393M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394S: Maintained
395
Jaya Kumar1154ea72005-06-21 17:17:04 -0700396ARC FRAMEBUFFER DRIVER
397P: Jaya Kumar
398M: jayalk@intworks.biz
399S: Maintained
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401ARM26 ARCHITECTURE
402P: Ian Molton
403M: spyro@f2s.com
404S: Maintained
405
406ARM26/ARCHIMEDES
407P: Ian Molton
408M: spyro@f2s.com
409S: Maintained
410
411ARM26/A5000
412P: John Appleby
413M: john@dnsworld.co.uk
414S: Maintained
415
416ARM MFM AND FLOPPY DRIVERS
417P: Ian Molton
418M: spyro@f2s.com
419S: Maintained
420
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800421ARM/ADI ROADRUNNER MACHINE SUPPORT
422P: Lennert Buytenhek
423M: kernel@wantstofly.org
424L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
425S: Maintained
426
427ARM/ADS SPHERE MACHINE SUPPORT
428P: Lennert Buytenhek
429M: kernel@wantstofly.org
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
433ARM/AJECO 1ARM MACHINE SUPPORT
434P: Lennert Buytenhek
435M: kernel@wantstofly.org
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437S: Maintained
438
Andrew Victord4a89c72006-12-04 13:56:21 +0100439ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
440P: Andrew Victor
441M: andrew@sanpeople.com
442L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
443W: http://maxim.org.za/at91_26.html
444S: Maintained
445
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800446ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
452ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458ARM/CORGI MACHINE SUPPORT
459P: Richard Purdie
460M: rpurdie@rpsys.net
461S: Maintained
462
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800463ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
464P: Lennert Buytenhek
465M: kernel@wantstofly.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100469ARM/HP JORNADA 7XX MACHINE SUPPORT
470P: Kristoffer Ericson
471M: kristoffer_e1@hotmail.com
472W: www.jlime.com
473S: Maintained
474
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800475ARM/INTEL IOP32X ARM ARCHITECTURE
476P: Lennert Buytenhek
477M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100478P: Dan Williams
479M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100481S: Supported
482
483ARM/INTEL IOP33X ARM ARCHITECTURE
484P: Dan Williams
485M: dan.j.williams@intel.com
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488
489ARM/INTEL IOP13XX ARM ARCHITECTURE
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100492P: Dan Williams
493M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100495S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496
497ARM/INTEL IQ81342EX MACHINE SUPPORT
498P: Lennert Buytenhek
499M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100500P: Dan Williams
501M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800502L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100503S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800504
505ARM/INTEL IXP2000 ARM ARCHITECTURE
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
511ARM/INTEL IXDP2850 MACHINE SUPPORT
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
517ARM/INTEL IXP23XX ARM ARCHITECTURE
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
523ARM/INTEL XSC3 (MANZANO) ARM CORE
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100526P: Dan Williams
527M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100529S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800530
531ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Maintained
536
537ARM/LOGICPD PXA270 MACHINE SUPPORT
538P: Lennert Buytenhek
539M: kernel@wantstofly.org
540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
541S: Maintained
542
Dirk Opfer8459c152005-11-06 14:27:52 +0000543ARM/TOSA MACHINE SUPPORT
544P: Dirk Opfer
545M: dirk@opfer-online.de
546S: Maintained
547
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548ARM/PLEB SUPPORT
549P: Peter Chubb
550M: pleb@gelato.unsw.edu.au
551W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
552S: Maintained
553
554ARM/PT DIGITAL BOARD PORT
555P: Stefan Eletzhofer
556M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558W: http://www.arm.linux.org.uk/
559S: Maintained
560
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561ARM/RADISYS ENP2611 MACHINE SUPPORT
562P: Lennert Buytenhek
563M: kernel@wantstofly.org
564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565S: Maintained
566
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567ARM/SHARK MACHINE SUPPORT
568P: Alexander Schulz
569M: alex@shark-linux.de
570W: http://www.shark-linux.de/shark.html
571S: Maintained
572
573ARM/STRONGARM110 PORT
574P: Russell King
575M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577W: http://www.arm.linux.org.uk/
578S: Maintained
579
580ARM/S3C2410 ARM ARCHITECTURE
581P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800582M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584W: http://www.fluff.org/ben/linux/
585S: Maintained
586
587ARM/S3C2440 ARM ARCHITECTURE
588P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800589M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700590L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591W: http://www.fluff.org/ben/linux/
592S: Maintained
593
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800594ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
600ARM/THECUS N2100 MACHINE SUPPORT
601P: Lennert Buytenhek
602M: kernel@wantstofly.org
603L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
604S: Maintained
605
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606ARPD SUPPORT
607P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700608L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609S: Maintained
610
611ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500612P: Corentin Chary
613M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614P: Karol Kozimor
615M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616L: acpi4asus-user@lists.sourceforge.net
617W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500618W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619S: Maintained
620
Corentin Chary85091b72007-01-26 14:04:30 +0100621ASUS LAPTOP EXTRAS DRIVER
622P: Corentin Chary
623M: corentincj@iksaif.net
624L: acpi4asus-user@lists.sourceforge.net
625W: http://sourceforge.net/projects/acpi4asus
626W: http://xf.iksaif.net/acpi4asus
627S: Maintained
628
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629ATA OVER ETHERNET DRIVER
630P: Ed L. Cashin
631M: ecashin@coraid.com
632W: http://www.coraid.com/support/linux
633S: Supported
634
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600635ATL1 ETHERNET DRIVER
636P: Jay Cliburn
637M: jcliburn@gmail.com
638P: Chris Snook
639M: csnook@redhat.com
640L: atl1-devel@lists.sourceforge.net
641W: http://sourceforge.net/projects/atl1
642W: http://atl1.sourceforge.net
643S: Maintained
644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645ATM
646P: Chas Williams
647M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700648L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649W: http://linux-atm.sourceforge.net
650S: Maintained
651
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100652ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100653P: Haavard Skinnemoen
654M: hskinnemoen@atmel.com
655S: Supported
656
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800657ATMEL SPI DRIVER
658P: Haavard Skinnemoen
659M: hskinnemoen@atmel.com
660S: Supported
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662ATMEL WIRELESS DRIVER
663P: Simon Kelley
664M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700665L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666W: http://www.thekelleys.org.uk/atmel
667W: http://atmelwlandriver.sourceforge.net/
668S: Maintained
669
Chris Wrighta92b7b82005-07-07 18:12:23 -0700670AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100671P: David Woodhouse
672M: dwmw2@infradead.org
673L: linux-audit@redhat.com
674W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800675T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700676S: Maintained
677
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800678AUXILIARY DISPLAY DRIVERS
679P: Miguel Ojeda Sandonis
680M: maxextreme@gmail.com
681L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700682W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800683S: Maintained
684
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700685AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688W: http://www.atmel.com/products/AVR32/
689W: http://avr32linux.org/
690W: http://avrfreaks.net/
691S: Supported
692
693AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700694P: Haavard Skinnemoen
695M: hskinnemoen@atmel.com
696S: Supported
697
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698AX.25 NETWORK LAYER
699P: Ralf Baechle
700M: ralf@linux-mips.org
701L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200702W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703S: Maintained
704
Richard Purdie300abeb2007-02-07 22:21:07 +0000705BACKLIGHT CLASS/SUBSYSTEM
706P: Richard Purdie
707M: rpurdie@rpsys.net
708S: Maintained
709
Bryan Wu1394f032007-05-06 14:50:22 -0700710BLACKFIN ARCHITECTURE
711P: Aubrey Li
712M: aubrey.li@analog.com
713P: Bernd Schmidt
714M: bernd.schmidt@analog.com
715P: Bryan Wu
716M: bryan.wu@analog.com
717P: Grace Pan
718M: grace.pan@analog.com
719P: Michael Hennerich
720M: michael.hennerich@analog.com
721P: Mike Frysinger
722M: michael.frysinger@analog.com
723P: Jane Lv
724M: jane.lv@analog.com
725P: Jerry Zeng
726M: jerry.zeng@analog.com
727P: Jie Zhang
728M: jie.zhang@analog.com
729P: Robin Getz
730M: robin.getz@analog.com
731P: Roy Huang
732M: roy.huang@analog.com
733P: Sonic Zhang
734M: sonic.zhang@analog.com
735P: Yi Li
736M: yi.li@analog.com
737L: uclinux-dist-devel@blackfin.uclinux.org
738W: http://blackfin.uclinux.org
739S: Supported
740
741BLACKFIN SERIAL DRIVER
742P: Aubrey Li
743M: aubrey.li@analog.com
744L: uclinux-dist-devel@blackfin.uclinux.org
745W: http://blackfin.uclinux.org
746S: Supported
747
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748BAYCOM/HDLCDRV DRIVERS FOR AX.25
749P: Thomas Sailer
750M: t.sailer@alumni.ethz.ch
751L: linux-hams@vger.kernel.org
752W: http://www.baycom.org/~tom/ham/ham.html
753S: Maintained
754
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200755BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
756P: Larry Finger
757M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200758P: Stefano Brivio
759M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700760L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200761W: http://bcm43xx.berlios.de/
762S: Maintained
763
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764BEFS FILE SYSTEM
765P: Sergey S. Kostyliov
766M: rathamahata@php4.ru
767L: linux-kernel@vger.kernel.org
768S: Maintained
769
770BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
771P: Kenji Hollis
772W: http://ftp.bitgate.com/pcwd/
773S: Maintained
774
775BFS FILE SYSTEM
776P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800777M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778L: linux-kernel@vger.kernel.org
779S: Maintained
780
Bryan Wud24ecfc2007-05-01 23:26:32 +0200781BLACKFIN I2C TWI DRIVER
782P: Sonic Zhang
783M: sonic.zhang@analog.com
784L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
785W: http://blackfin.uclinux.org/
786S: Supported
787
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788BLOCK LAYER
789P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200790M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800792T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793S: Maintained
794
795BLUETOOTH SUBSYSTEM
796P: Marcel Holtmann
797M: marcel@holtmann.org
798P: Maxim Krasnyansky
799M: maxk@qualcomm.com
800L: bluez-devel@lists.sf.net
801W: http://bluez.sf.net
802W: http://www.bluez.org
803W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800804T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805S: Maintained
806
807BLUETOOTH RFCOMM LAYER
808P: Marcel Holtmann
809M: marcel@holtmann.org
810P: Maxim Krasnyansky
811M: maxk@qualcomm.com
812S: Maintained
813
814BLUETOOTH BNEP LAYER
815P: Marcel Holtmann
816M: marcel@holtmann.org
817P: Maxim Krasnyansky
818M: maxk@qualcomm.com
819S: Maintained
820
821BLUETOOTH CMTP LAYER
822P: Marcel Holtmann
823M: marcel@holtmann.org
824S: Maintained
825
826BLUETOOTH HIDP LAYER
827P: Marcel Holtmann
828M: marcel@holtmann.org
829S: Maintained
830
831BLUETOOTH HCI UART DRIVER
832P: Marcel Holtmann
833M: marcel@holtmann.org
834P: Maxim Krasnyansky
835M: maxk@qualcomm.com
836S: Maintained
837
838BLUETOOTH HCI USB DRIVER
839P: Marcel Holtmann
840M: marcel@holtmann.org
841P: Maxim Krasnyansky
842M: maxk@qualcomm.com
843S: Maintained
844
845BLUETOOTH HCI BCM203X DRIVER
846P: Marcel Holtmann
847M: marcel@holtmann.org
848S: Maintained
849
850BLUETOOTH HCI BPA10X DRIVER
851P: Marcel Holtmann
852M: marcel@holtmann.org
853S: Maintained
854
855BLUETOOTH HCI BFUSB DRIVER
856P: Marcel Holtmann
857M: marcel@holtmann.org
858S: Maintained
859
860BLUETOOTH HCI DTL1 DRIVER
861P: Marcel Holtmann
862M: marcel@holtmann.org
863S: Maintained
864
865BLUETOOTH HCI BLUECARD DRIVER
866P: Marcel Holtmann
867M: marcel@holtmann.org
868S: Maintained
869
870BLUETOOTH HCI BT3C DRIVER
871P: Marcel Holtmann
872M: marcel@holtmann.org
873S: Maintained
874
875BLUETOOTH HCI BTUART DRIVER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878S: Maintained
879
880BLUETOOTH HCI VHCI DRIVER
881P: Maxim Krasnyansky
882M: maxk@qualcomm.com
883S: Maintained
884
885BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100886P: Chad Tindel
887M: ctindel@users.sourceforge.net
888P: Jay Vosburgh
889M: fubar@us.ibm.com
890L: bonding-devel@lists.sourceforge.net
891W: http://sourceforge.net/projects/bonding/
892S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000894BROADBAND PROCESSOR ARCHITECTURE
895P: Arnd Bergmann
896M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100897L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400898W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000899S: Supported
900
Gary Zambrano39105892006-06-22 17:26:20 -0700901BROADCOM B44 10/100 ETHERNET DRIVER
902P: Gary Zambrano
903M: zambrano@broadcom.com
904L: netdev@vger.kernel.org
905S: Supported
906
Michael Chan948c51e2006-06-04 02:51:39 -0700907BROADCOM BNX2 GIGABIT ETHERNET DRIVER
908P: Michael Chan
909M: mchan@broadcom.com
910L: netdev@vger.kernel.org
911S: Supported
912
913BROADCOM TG3 GIGABIT ETHERNET DRIVER
914P: Michael Chan
915M: mchan@broadcom.com
916L: netdev@vger.kernel.org
917S: Supported
918
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700920P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200921M: mchehab@infradead.org
922M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700924W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200925T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700926S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927
Jonathan Corbet77d51402007-03-22 19:44:17 -0300928CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
929P: Jonathan Corbet
930M: corbet@lwn.net
931L: video4linux-list@redhat.com
932S: Maintained
933
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200934CALGARY x86-64 IOMMU
935P: Muli Ben-Yehuda
936M: muli@il.ibm.com
937P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200938M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200939L: linux-kernel@vger.kernel.org
940L: discuss@x86-64.org
941S: Maintained
942
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800943CFAG12864B LCD DRIVER
944P: Miguel Ojeda Sandonis
945M: maxextreme@gmail.com
946L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700947W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800948S: Maintained
949
950CFAG12864BFB LCD FRAMEBUFFER DRIVER
951P: Miguel Ojeda Sandonis
952M: maxextreme@gmail.com
953L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700954W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800955S: Maintained
956
Johannes Berg704232c2007-04-23 12:20:05 -0700957CFG80211 and NL80211
958P: Johannes Berg
959M: johannes@sipsolutions.net
960L: linux-wireless@vger.kernel.org
961S: Maintained
962
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963COMMON INTERNET FILE SYSTEM (CIFS)
964P: Steve French
965M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100966L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967L: samba-technical@lists.samba.org
968W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800969T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300970S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971
Joel Becker7063fbf2005-12-15 14:29:43 -0800972CONFIGFS
973P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800974M: joel.becker@oracle.com
975L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800976S: Supported
977
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800978CIRRUS LOGIC EP93XX ETHERNET DRIVER
979P: Lennert Buytenhek
980M: kernel@wantstofly.org
981L: netdev@vger.kernel.org
982S: Maintained
983
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984CIRRUS LOGIC GENERIC FBDEV DRIVER
985P: Jeff Garzik
986M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800987L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988S: Odd Fixes
989
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800990CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
991P: Lennert Buytenhek
992M: kernel@wantstofly.org
993L: linux-usb-devel@lists.sourceforge.net
994S: Maintained
995
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
997P: Cirrus Logic Corporation (kernel 2.2 driver)
998M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
999P: Nils Faerber (port to kernel 2.4)
1000M: Nils Faerber <nils@kernelconcepts.de>
1001S: Maintained
1002
1003CODA FILE SYSTEM
1004P: Jan Harkes
1005M: jaharkes@cs.cmu.edu
1006M: coda@cs.cmu.edu
1007L: codalist@coda.cs.cmu.edu
1008W: http://www.coda.cs.cmu.edu/
1009S: Maintained
1010
1011COMPACTPCI HOTPLUG CORE
1012P: Scott Murray
1013M: scottm@somanetworks.com
1014M: scott@spiteful.org
1015L: pcihpd-discuss@lists.sourceforge.net
1016S: Supported
1017
1018COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1019P: Scott Murray
1020M: scottm@somanetworks.com
1021M: scott@spiteful.org
1022L: pcihpd-discuss@lists.sourceforge.net
1023S: Supported
1024
1025COMPACTPCI HOTPLUG GENERIC DRIVER
1026P: Scott Murray
1027M: scottm@somanetworks.com
1028M: scott@spiteful.org
1029L: pcihpd-discuss@lists.sourceforge.net
1030S: Supported
1031
1032COMPUTONE INTELLIPORT MULTIPORT CARD
1033P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001034M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001036S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037
Simon Arlott949be0f2007-03-06 02:47:46 -08001038CONEXANT ACCESSRUNNER USB DRIVER
1039P: Simon Arlott
1040M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001041L: accessrunner-general@lists.sourceforge.net
1042W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001043S: Maintained
1044
Rudolf Marekbebe4672007-05-08 17:22:02 +02001045CORETEMP HARDWARE MONITORING DRIVER
1046P: Rudolf Marek
1047M: r.marek@assembler.cz
1048L: lm-sensors@lm-sensors.org
1049S: Maintained
1050
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051COSA/SRP SYNC SERIAL DRIVER
1052P: Jan "Yenya" Kasprzak
1053M: kas@fi.muni.cz
1054W: http://www.fi.muni.cz/~kas/cosa/
1055S: Maintained
1056
1057CPU FREQUENCY DRIVERS
1058P: Dave Jones
1059M: davej@codemonkey.org.uk
1060L: cpufreq@lists.linux.org.uk
1061W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001062T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063S: Maintained
1064
1065CPUID/MSR DRIVER
1066P: H. Peter Anvin
1067M: hpa@zytor.com
1068S: Maintained
1069
Paul Jacksoned90fb42005-09-27 21:45:37 -07001070CPUSETS
1071P: Paul Jackson
1072P: Simon Derr
1073M: pj@sgi.com
1074M: simon.derr@bull.net
1075L: linux-kernel@vger.kernel.org
1076W: http://www.bullopensource.org/cpuset/
1077S: Supported
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001080W: http://sourceforge.net/projects/cramfs/
1081S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
1083CRIS PORT
1084P: Mikael Starvik
1085M: starvik@axis.com
1086L: dev-etrax@axis.com
1087W: http://developer.axis.com
1088S: Maintained
1089
1090CRYPTO API
1091P: Herbert Xu
1092M: herbert@gondor.apana.org.au
1093P: David S. Miller
1094M: davem@davemloft.net
1095L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001096T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097S: Maintained
1098
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001099CS5535 Audio ALSA driver
1100P: Jaya Kumar
1101M: jayakumar.alsa@gmail.com
1102S: Maintained
1103
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104CYBERPRO FB DRIVER
1105P: Russell King
1106M: rmk@arm.linux.org.uk
1107W: http://www.arm.linux.org.uk/
1108S: Maintained
1109
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001110CYBLAFB FRAMEBUFFER DRIVER
1111P: Knut Petersen
1112M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001113L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001114S: Maintained
1115
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116CYCLADES 2X SYNC CARD DRIVER
1117P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001118M: acme@ghostprotocols.net
1119W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120S: Maintained
1121
1122CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001124S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125
1126CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001128S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130DAMA SLAVE for AX.25
1131P: Joerg Reuter
1132M: jreuter@yaina.de
1133W: http://yaina.de/jreuter/
1134W: http://www.qsl.net/dl1bke/
1135L: linux-hams@vger.kernel.org
1136S: Maintained
1137
1138DC395x SCSI driver
1139P: Oliver Neukum
1140M: oliver@neukum.name
1141P: Ali Akcaagac
1142M: aliakc@web.de
1143P: Jamie Lenehan
1144M: lenehan@twibble.org
1145W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001146L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147L: http://lists.twibble.org/mailman/listinfo/dc395x/
1148S: Maintained
1149
1150DC390/AM53C974 SCSI driver
1151P: Kurt Garloff
1152M: garloff@suse.de
1153W: http://www.garloff.de/kurt/linux/dc390/
1154P: Guennadi Liakhovetski
1155M: g.liakhovetski@gmx.de
1156S: Maintained
1157
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001158DCCP PROTOCOL
1159P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001160M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001161L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001162W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001163S: Maintained
1164
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165DECnet NETWORK LAYER
1166P: Patrick Caulfield
1167M: patrick@tykepenguin.com
1168W: http://linux-decnet.sourceforge.net
1169L: linux-decnet-user@lists.sourceforge.net
1170S: Maintained
1171
1172DEFXX FDDI NETWORK DRIVER
1173P: Maciej W. Rozycki
1174M: macro@linux-mips.org
1175S: Maintained
1176
1177DELL LAPTOP SMM DRIVER
1178P: Massimo Dal Zotto
1179M: dz@debian.org
1180W: http://www.debian.org/~dz/i8k/
1181S: Maintained
1182
Doug Warzecha90563ec2005-09-06 15:17:15 -07001183DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1184P: Doug Warzecha
1185M: Douglas_Warzecha@dell.com
1186S: Maintained
1187
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001188DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189P: Alasdair Kergon
1190L: dm-devel@redhat.com
1191W: http://sources.redhat.com/dm
1192S: Maintained
1193
1194DEVICE NUMBER REGISTRY
1195P: Torben Mathiasen
1196M: device@lanana.org
1197W: http://lanana.org/docs/device-list/index.html
1198L: linux-kernel@vger.kernel.org
1199S: Maintained
1200
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201DIGI INTL. EPCA DRIVER
1202P: Digi International, Inc
1203M: Eng.Linux@digi.com
1204L: Eng.Linux@digi.com
1205W: http://www.digi.com
1206S: Orphaned
1207
1208DIGI RIGHTSWITCH NETWORK DRIVER
1209P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001210L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211W: http://www.digi.com
1212S: Orphaned
1213
1214DIRECTORY NOTIFICATION
1215P: Stephen Rothwell
1216M: sfr@canb.auug.org.au
1217L: linux-kernel@vger.kernel.org
1218S: Supported
1219
1220DISK GEOMETRY AND PARTITION HANDLING
1221P: Andries Brouwer
1222M: aeb@cwi.nl
1223W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1224W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1225W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1226S: Maintained
1227
1228DISKQUOTA:
1229P: Jan Kara
1230M: jack@suse.cz
1231L: linux-kernel@vger.kernel.org
1232S: Maintained
1233
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001234DISTRIBUTED LOCK MANAGER
1235P: Patrick Caulfield
1236M: pcaulfie@redhat.com
1237P: David Teigland
1238M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001239L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001240W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001241T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1242T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001243S: Supported
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1246P: Tobias Ringstrom
1247M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001248L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249S: Maintained
1250
Martin Waitzba483d52005-06-17 13:20:59 -07001251DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001252P: Randy Dunlap
1253M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001254S: Maintained
1255
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001256DOCKING STATION DRIVER
1257P: Kristen Carlson Accardi
1258M: kristen.c.accardi@intel.com
1259L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001260S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001261
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262DOUBLETALK DRIVER
1263P: James R. Van Zandt
1264M: jrv@vanzandt.mv.com
1265L: blinux-list@redhat.com
1266S: Maintained
1267
1268DRIVER CORE, KOBJECTS, AND SYSFS
1269P: Greg Kroah-Hartman
1270M: gregkh@suse.de
1271L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001272T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273S: Supported
1274
1275DRM DRIVERS
1276P: David Airlie
1277M: airlied@linux.ie
1278L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001279T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280S: Maintained
1281
1282DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001283P: Francois Romieu
1284M: romieu@fr.zoreil.com
1285L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286S: Maintained
1287
1288DVB SUBSYSTEM AND DRIVERS
1289P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001290M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001292W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001293T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001294S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
1296EATA-DMA SCSI DRIVER
1297P: Michael Neuffer
1298L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1299S: Maintained
1300
1301EATA ISA/EISA/PCI SCSI DRIVER
1302P: Dario Ballabio
1303M: ballabio_dario@emc.com
1304L: linux-scsi@vger.kernel.org
1305S: Maintained
1306
1307EATA-PIO SCSI DRIVER
1308P: Michael Neuffer
1309M: mike@i-Connect.Net
1310L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1311S: Maintained
1312
1313EBTABLES
1314P: Bart De Schuymer
1315M: bart.de.schuymer@pandora.be
1316L: ebtables-user@lists.sourceforge.net
1317L: ebtables-devel@lists.sourceforge.net
1318W: http://ebtables.sourceforge.net/
1319S: Maintained
1320
Michael Halcrow237fead2006-10-04 02:16:22 -07001321ECRYPT FILE SYSTEM
1322P: Mike Halcrow, Phillip Hellewell
1323M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1324L: ecryptfs-devel@lists.sourceforge.net
1325W: http://ecryptfs.sourceforge.net/
1326S: Supported
1327
Alan Coxda9bb1d2006-01-18 17:44:13 -08001328EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001329P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001330M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001331L: bluesmoke-devel@lists.sourceforge.net
1332W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001333S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001334
1335EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001336P: Mark Gross
1337M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001338L: bluesmoke-devel@lists.sourceforge.net
1339W: bluesmoke.sourceforge.net
1340S: Maintained
1341
1342EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001343P: Doug Thompson
1344M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001345L: bluesmoke-devel@lists.sourceforge.net
1346W: bluesmoke.sourceforge.net
1347S: Maintained
1348
1349EDAC-R82600
1350P: Tim Small
1351M: tim@buttersideup.com
1352L: bluesmoke-devel@lists.sourceforge.net
1353W: bluesmoke.sourceforge.net
1354S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356EEPRO100 NETWORK DRIVER
1357P: Andrey V. Savochkin
1358M: saw@saw.sw.com.sg
1359S: Maintained
1360
Josh Triplett0bee8d22006-07-30 03:03:58 -07001361EFS FILESYSTEM
1362W: http://aeschi.ch.eu.org/efs/
1363S: Orphan
1364
Heiko J Schickfab97222006-09-22 15:22:22 -07001365EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1366P: Hoang-Nam Nguyen
1367M: hnguyen@de.ibm.com
1368P: Christoph Raisch
1369M: raisch@de.ibm.com
1370L: openib-general@openib.org
1371S: Supported
1372
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373EMU10K1 SOUND DRIVER
1374P: James Courtier-Dutton
1375M: James@superbug.demon.co.uk
1376L: emu10k1-devel@lists.sourceforge.net
1377W: http://sourceforge.net/projects/emu10k1/
1378S: Maintained
1379
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001380EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001381P: James Smart
1382M: james.smart@emulex.com
1383L: linux-scsi@vger.kernel.org
1384W: http://sourceforge.net/projects/lpfcxxxx
1385S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387EPSON 1355 FRAMEBUFFER DRIVER
1388P: Christopher Hoover
1389M: ch@murgatroid.com, ch@hpl.hp.com
1390S: Maintained
1391
1392ETHEREXPRESS-16 NETWORK DRIVER
1393P: Philip Blundell
1394M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001395L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396S: Maintained
1397
1398ETHERNET BRIDGE
1399P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001400M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001401L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402W: http://bridge.sourceforge.net/
1403S: Maintained
1404
1405ETHERTEAM 16I DRIVER
1406P: Mika Kuoppala
1407M: miku@iki.fi
1408S: Maintained
1409
1410EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001411L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412S: Maintained
1413
1414EXT3 FILE SYSTEM
1415P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001416M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001417L: linux-ext4@vger.kernel.org
1418S: Maintained
1419
1420EXT4 FILE SYSTEM
1421P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001422M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001423L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424S: Maintained
1425
Jean Delvaree53004e2006-01-09 23:26:14 +01001426F71805F HARDWARE MONITORING DRIVER
1427P: Jean Delvare
1428M: khali@linux-fr.org
1429L: lm-sensors@lm-sensors.org
1430S: Maintained
1431
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432FARSYNC SYNCHRONOUS DRIVER
1433P: Kevin Curtis
1434M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435W: http://www.farsite.co.uk/
1436S: Supported
1437
Akinobu Mitac5408b82007-04-23 14:41:20 -07001438FAULT INJECTION SUPPORT
1439P: Akinobu Mita
1440M: akinobu.mita@gmail.com
1441S: Supported
1442
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443FRAMEBUFFER LAYER
1444P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001445M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001446L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447W: http://linux-fbdev.sourceforge.net/
1448S: Maintained
1449
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001450FREESCALE SOC FS_ENET DRIVER
1451P: Pantelis Antoniou
1452M: pantelis.antoniou@gmail.com
1453P: Vitaly Bordug
1454M: vbordug@ru.mvista.com
1455L: linuxppc-embedded@ozlabs.org
1456L: netdev@vger.kernel.org
1457S: Maintained
1458
Li Yanga7205b32007-04-23 10:38:18 -07001459FREESCALE HIGHSPEED USB DEVICE DRIVER
1460P: Li Yang
1461M: leoli@freescale.com
1462L: linux-usb-devel@lists.sourceforge.net
1463L: linuxppc-embedded@ozlabs.org
1464S: Maintained
1465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466FILE LOCKING (flock() and fcntl()/lockf())
1467P: Matthew Wilcox
1468M: matthew@wil.cx
1469L: linux-fsdevel@vger.kernel.org
1470S: Maintained
1471
1472FILESYSTEMS (VFS and infrastructure)
1473P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001474M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475S: Maintained
1476
1477FIRMWARE LOADER (request_firmware)
1478L: linux-kernel@vger.kernel.org
1479S: Orphan
1480
1481FPU EMULATOR
1482P: Bill Metzenthen
1483M: billm@suburbia.net
1484W: http://suburbia.net/~billm/floating-point/emulator/
1485S: Maintained
1486
1487FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1488P: Mike McLagan
1489M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001490L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491S: Maintained
1492
1493FREEVXFS FILESYSTEM
1494P: Christoph Hellwig
1495M: hch@infradead.org
1496W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1497S: Maintained
1498
David Howells5ab7ffe2007-04-10 15:10:45 +01001499FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500P: David Howells
1501M: dhowells@redhat.com
1502S: Maintained
1503
Miklos Szeredi04578f12005-09-09 13:10:22 -07001504FUSE: FILESYSTEM IN USERSPACE
1505P: Miklos Szeredi
1506M: miklos@szeredi.hu
1507L: fuse-devel@lists.sourceforge.net
1508W: http://fuse.sourceforge.net/
1509S: Maintained
1510
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1512P: Rik Faith
1513M: faith@cs.unc.edu
1514L: linux-scsi@vger.kernel.org
1515S: Odd fixes (e.g., new signatures)
1516
1517GDT SCSI DISK ARRAY CONTROLLER DRIVER
1518P: Achim Leubner
1519M: achim_leubner@adaptec.com
1520L: linux-scsi@vger.kernel.org
1521W: http://www.icp-vortex.com/
1522S: Supported
1523
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001524GENERIC GPIO I2C DRIVER
1525P: Haavard Skinnemoen
1526M: hskinnemoen@atmel.com
1527S: Supported
1528
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1530P: Krzysztof Halasa
1531M: khc@pm.waw.pl
1532W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1533S: Maintained
1534
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001535GFS2 FILE SYSTEM
1536P: Steven Whitehouse
1537M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001538L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001539W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001540T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1541T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001542S: Supported
1543
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001544GIGASET ISDN DRIVERS
1545P: Hansjoerg Lipp
1546M: hjlipp@web.de
1547P: Tilman Schmidt
1548M: tilman@imap.cc
1549L: gigaset307x-common@lists.sourceforge.net
1550W: http://gigaset307x.sourceforge.net/
1551S: Maintained
1552
Jean Delvare5b543962005-08-15 19:51:02 +02001553HARDWARE MONITORING
1554P: Jean Delvare
1555M: khali@linux-fr.org
1556L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001557W: http://www.lm-sensors.org/
1558T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001559S: Maintained
1560
Michael Buesch844dd052006-06-26 00:24:59 -07001561HARDWARE RANDOM NUMBER GENERATOR CORE
1562P: Michael Buesch
1563M: mb@bu3sch.de
1564S: Maintained
1565
Robert Love860e1d62005-08-31 23:57:59 -04001566HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1567P: Robert Love
1568M: rlove@rlove.org
1569M: linux-kernel@vger.kernel.org
1570W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1571S: Maintained
1572
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573HARMONY SOUND DRIVER
1574P: Kyle McMartin
1575M: kyle@parisc-linux.org
1576W: http://www.parisc-linux.org/~kyle/harmony/
1577L: parisc-linux@lists.parisc-linux.org
1578S: Maintained
1579
1580HAYES ESP SERIAL DRIVER
1581P: Andrew J. Robinson
1582M: arobinso@nyx.net
1583L: linux-kernel@vger.kernel.org
1584W: http://www.nyx.net/~arobinso
1585S: Maintained
1586
1587HFS FILESYSTEM
1588P: Roman Zippel
1589M: zippel@linux-m68k.org
1590L: linux-kernel@vger.kernel.org
1591S: Maintained
1592
1593HGA FRAMEBUFFER DRIVER
1594P: Ferenc Bakonyi
1595M: fero@drama.obuda.kando.hu
1596L: linux-nvidia@lists.surfsouth.com
1597W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1598S: Maintained
1599
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001600HID CORE LAYER
1601P: Jiri Kosina
1602M: jkosina@suse.cz
1603L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001604T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001605S: Maintained
1606
Ingo Molnar38bed542007-02-22 09:09:34 +01001607HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1608P: Thomas Gleixner
1609M: tglx@linutronix.de
1610L: linux-kernel@vger.kernel.org
1611S: Maintained
1612
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613HIGH-SPEED SCC DRIVER FOR AX.25
1614P: Klaus Kudielka
1615M: klaus.kudielka@ieee.org
1616L: linux-hams@vger.kernel.org
1617W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1618S: Maintained
1619
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001620HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1621P: HighPoint Linux Team
1622M: linux@highpoint-tech.com
1623W: http://www.highpoint-tech.com
1624S: Supported
1625
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626HIPPI
1627P: Jes Sorensen
1628M: jes@trained-monkey.org
1629L: linux-hippi@sunsite.dk
1630S: Maintained
1631
1632HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1633P: Chirag Kantharia
1634M: chirag.kantharia@hp.com
1635L: iss_storagedev@hp.com
1636S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001637
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638HEWLETT-PACKARD SMART2 RAID DRIVER
1639P: Chirag Kantharia
1640M: chirag.kantharia@hp.com
1641L: iss_storagedev@hp.com
1642S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001643
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1645P: Mike Miller
1646M: mike.miller@hp.com
1647L: iss_storagedev@hp.com
1648S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001649
Jouni Malinenff1d2762005-05-12 22:54:16 -04001650HOST AP DRIVER
1651P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001652M: j@w1.fi
1653L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001654L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001655W: http://hostap.epitest.fi/
1656S: Maintained
1657
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1659P: Jaroslav Kysela
1660M: perex@suse.cz
1661S: Maintained
1662
Bob Piccob9b03322005-11-07 00:59:19 -08001663HPET: High Precision Event Timers driver (hpet.c)
1664P: Clemens Ladisch
1665M: clemens@ladisch.de
1666S: Maintained
1667
1668HPET: i386
1669P: Venkatesh Pallipadi (Venki)
1670M: venkatesh.pallipadi@intel.com
1671S: Maintained
1672
1673HPET: x86_64
1674P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001675M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001676S: Maintained
1677
1678HPET: ACPI hpet.c
1679P: Bob Picco
1680M: bob.picco@hp.com
1681S: Maintained
1682
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683HPFS FILESYSTEM
1684P: Mikulas Patocka
1685M: mikulas@artax.karlin.mff.cuni.cz
1686W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1687S: Maintained
1688
1689HUGETLB FILESYSTEM
1690P: William Irwin
1691M: wli@holomorphy.com
1692S: Maintained
1693
Jean Delvare5b543962005-08-15 19:51:02 +02001694I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695P: Jean Delvare
1696M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001697L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001698T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699S: Maintained
1700
Till Harbaume8c76ee2007-05-01 23:26:35 +02001701I2C-TINY-USB DRIVER
1702P: Till Harbaum
1703M: till@harbaum.org
1704L: i2c@lm-sensors.org
1705T: http://www.harbaum.org/till/i2c_tiny_usb
1706S: Maintained
1707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708i386 BOOT CODE
1709P: Riley H. Williams
1710M: Riley@Williams.Name
1711L: Linux-Kernel@vger.kernel.org
1712S: Maintained
1713
1714i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1715P: Dave Jones
1716M: davej@codemonkey.org.uk
1717P: H. Peter Anvin
1718M: hpa@zytor.com
1719S: Maintained
1720
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721IA64 (Itanium) PLATFORM
1722P: Tony Luck
1723M: tony.luck@intel.com
1724L: linux-ia64@vger.kernel.org
1725W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001726T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727S: Maintained
1728
1729SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001730P: Jes Sorensen
1731M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732L: linux-altix@sgi.com
1733L: linux-ia64@vger.kernel.org
1734W: http://www.sgi.com/altix
1735S: Maintained
1736
1737IBM MCA SCSI SUBSYSTEM DRIVER
1738P: Michael Lang
1739M: langa2@kph.uni-mainz.de
1740W: http://www.uni-mainz.de/~langm000/linux.html
1741S: Maintained
1742
1743IBM Power Linux RAID adapter
1744P: Brian King
1745M: brking@us.ibm.com
1746S: Supported
1747
1748IBM ServeRAID RAID DRIVER
1749P: Jack Hammer
1750P: Dave Jeffery
1751M: ipslinux@adaptec.com
1752W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001753S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001755IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001757M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001759T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760S: Maintained
1761
1762IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001763P: Alan Cox
1764M: alan@lxorguk.ukuu.org.uk
1765L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766S: Maintained
1767
1768IDE/ATAPI FLOPPY DRIVERS
1769P: Paul Bristow
1770M: Paul Bristow <paul@paulbristow.net>
1771W: http://paulbristow.net/linux/idefloppy.html
1772L: linux-kernel@vger.kernel.org
1773S: Maintained
1774
1775IDE/ATAPI TAPE DRIVERS
1776P: Gadi Oxman
1777M: Gadi Oxman <gadio@netvision.net.il>
1778L: linux-kernel@vger.kernel.org
1779S: Maintained
1780
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781IEEE 1394 SUBSYSTEM
1782P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001783M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001784P: Stefan Richter
1785M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786L: linux1394-devel@lists.sourceforge.net
1787W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001788T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789S: Maintained
1790
Stefan Richterf51a5a92007-04-23 14:41:10 -07001791IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792P: Dan Dennedy
1793M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001794P: Stefan Richter
1795M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001797S: Maintained
1798
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799IMS TWINTURBO FRAMEBUFFER DRIVER
1800P: Paul Mundt
1801M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001802L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803S: Maintained
1804
1805INFINIBAND SUBSYSTEM
1806P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001807M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808P: Sean Hefty
1809M: mshefty@ichips.intel.com
1810P: Hal Rosenstock
1811M: halr@voltaire.com
1812L: openib-general@openib.org
1813W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001814T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815S: Supported
1816
1817INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001818P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001819M: dmitry.torokhov@gmail.com
1820M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821L: linux-input@atrey.karlin.mff.cuni.cz
1822L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001823T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824S: Maintained
1825
Robert Lovec9f04f52005-07-15 12:21:07 -04001826INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001827P: John McCutchan
1828M: ttb@tentacle.dhs.org
1829P: Robert Love
1830M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001831L: linux-kernel@vger.kernel.org
1832S: Maintained
1833
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001834INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001835P: Sylvain Meyer
1836M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001837L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001838S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001839
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001841P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001842M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001843L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001844S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845
1846INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1847P: Ingo Molnar
1848M: mingo@redhat.com
1849S: Maintained
1850
1851INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1852P: Jeff Garzik
1853M: jgarzik@pobox.com
1854W: http://sourceforge.net/projects/gkernel/
1855S: Maintained
1856
1857INTEL IA32 MICROCODE UPDATE SUPPORT
1858P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001859M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860S: Maintained
1861
Michael Buesch844dd052006-06-26 00:24:59 -07001862INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1863P: Deepak Saxena
1864M: dsaxena@plexity.net
1865S: Maintained
1866
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001867INTEL IXP2000 ETHERNET DRIVER
1868P: Lennert Buytenhek
1869M: kernel@wantstofly.org
1870L: netdev@vger.kernel.org
1871S: Maintained
1872
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873INTEL PRO/100 ETHERNET SUPPORT
1874P: John Ronciak
1875M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876P: Jesse Brandeburg
1877M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001878P: Jeff Kirsher
1879M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001880P: Auke Kok
1881M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001882L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883W: http://sourceforge.net/projects/e1000/
1884S: Supported
1885
1886INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1887P: Jeb Cramer
1888M: cramerj@intel.com
1889P: John Ronciak
1890M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001891P: Jesse Brandeburg
1892M: jesse.brandeburg@intel.com
1893P: Jeff Kirsher
1894M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001895P: Auke Kok
1896M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001897L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898W: http://sourceforge.net/projects/e1000/
1899S: Supported
1900
1901INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001902P: Jeff Kirsher
1903M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904P: Ayyappan Veeraiyan
1905M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906P: John Ronciak
1907M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001908P: Jesse Brandeburg
1909M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001910P: Auke Kok
1911M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001912L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913W: http://sourceforge.net/projects/e1000/
1914S: Supported
1915
James Ketrenos826d2ab2005-11-07 18:56:59 -06001916INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1917P: Yi Zhu
1918M: yi.zhu@intel.com
1919P: James Ketrenos
1920M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001921L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001922L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001923L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1924W: http://ipw2100.sourceforge.net
1925S: Supported
1926
1927INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1928P: Yi Zhu
1929M: yi.zhu@intel.com
1930P: James Ketrenos
1931M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001932L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001933L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001934L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1935W: http://ipw2200.sourceforge.net
1936S: Supported
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938IOC3 DRIVER
1939P: Ralf Baechle
1940M: ralf@linux-mips.org
1941L: linux-mips@linux-mips.org
1942S: Maintained
1943
1944IP MASQUERADING:
1945P: Juanjo Ciarlante
1946M: jjciarla@raiz.uncu.edu.ar
1947S: Maintained
1948
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001949IPATH DRIVER:
1950P: Bryan O'Sullivan
1951M: support@pathscale.com
1952L: openib-general@openib.org
1953S: Supported
1954
Corey Minyard4409ebe2006-04-20 02:43:12 -07001955IPMI SUBSYSTEM
1956P: Corey Minyard
1957M: minyard@acm.org
1958L: openipmi-developer@lists.sourceforge.net
1959W: http://openipmi.sourceforge.net/
1960S: Supported
1961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962IPX NETWORK LAYER
1963P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001964M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001965L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966S: Maintained
1967
1968IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001969P: Samuel Ortiz
1970M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001971L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001973S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974
1975ISAPNP
1976P: Jaroslav Kysela
1977M: perex@suse.cz
1978S: Maintained
1979
1980ISDN SUBSYSTEM
1981P: Karsten Keil
1982M: kkeil@suse.de
1983P: Kai Germaschewski
1984M: kai.germaschewski@gmx.de
1985L: isdn4linux@listserv.isdn4linux.de
1986W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001987T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988S: Maintained
1989
1990ISDN SUBSYSTEM (Eicon active card driver)
1991P: Armin Schindler
1992M: mac@melware.de
1993L: isdn4linux@listserv.isdn4linux.de
1994W: http://www.melware.de
1995S: Maintained
1996
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1998P: David Woodhouse
1999M: dwmw2@infradead.org
2000L: jffs-dev@axis.com
2001W: http://sources.redhat.com/jffs2/
2002S: Maintained
2003
2004JFS FILESYSTEM
2005P: Dave Kleikamp
2006M: shaggy@austin.ibm.com
2007L: jfs-discussion@lists.sourceforge.net
2008W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002009T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010S: Supported
2011
Josh Triplettde456d32006-07-30 03:04:00 -07002012JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002013P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002014M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002015L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002016S: Maintained
2017
Rudolf Marek4660cb32006-10-08 22:01:26 +02002018K8TEMP HARDWARE MONITORING DRIVER
2019P: Rudolf Marek
2020M: r.marek@assembler.cz
2021L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022S: Maintained
2023
2024KCONFIG
2025P: Roman Zippel
2026M: zippel@linux-m68k.org
2027L: kbuild-devel@lists.sourceforge.net
2028S: Maintained
2029
Vivek Goyalea6c2082006-05-20 14:59:55 -07002030KDUMP
2031P: Vivek Goyal
2032M: vgoyal@in.ibm.com
2033P: Haren Myneni
2034M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002035L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002036L: linux-kernel@vger.kernel.org
2037W: http://lse.sourceforge.net/kdump/
2038S: Maintained
2039
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040KERNEL AUTOMOUNTER (AUTOFS)
2041P: H. Peter Anvin
2042M: hpa@zytor.com
2043L: autofs@linux.kernel.org
2044S: Odd Fixes
2045
2046KERNEL AUTOMOUNTER v4 (AUTOFS4)
2047P: Ian Kent
2048M: raven@themaw.net
2049L: autofs@linux.kernel.org
2050S: Maintained
2051
2052KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2053P: Kai Germaschewski
2054M: kai@germaschewski.name
2055P: Sam Ravnborg
2056M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002057T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002058S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059
2060KERNEL JANITORS
2061P: Several
David Brownellf318a632007-04-23 14:41:06 -07002062L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064S: Maintained
2065
2066KERNEL NFSD
2067P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002068M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069L: nfs@lists.sourceforge.net
2070W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002071S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072
Avi Kivity426d62e2006-12-13 00:34:03 -08002073KERNEL VIRTUAL MACHINE (KVM)
2074P: Avi Kivity
2075M: avi@qumranet.com
2076L: kvm-devel@lists.sourceforge.net
2077W: kvm.sourceforge.net
2078S: Supported
2079
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002080KEXEC
2081P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002082M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002083W: http://www.xmission.com/~ebiederm/files/kexec/
2084L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002085L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002086S: Maintained
2087
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002088KPROBES
2089P: Prasanna S Panchamukhi
2090M: prasanna@in.ibm.com
2091P: Ananth N Mavinakayanahalli
2092M: ananth@in.ibm.com
2093P: Anil S Keshavamurthy
2094M: anil.s.keshavamurthy@intel.com
2095P: David S. Miller
2096M: davem@davemloft.net
2097L: linux-kernel@vger.kernel.org
2098S: Maintained
2099
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002100KS0108 LCD CONTROLLER DRIVER
2101P: Miguel Ojeda Sandonis
2102M: maxextreme@gmail.com
2103L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002104W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002105S: Maintained
2106
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002109S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
2111LASI 53c700 driver for PARISC
2112P: James E.J. Bottomley
2113M: James.Bottomley@HansenPartnership.com
2114L: linux-scsi@vger.kernel.org
2115S: Maintained
2116
Richard Purdie263de9b2006-05-15 09:44:16 -07002117LED SUBSYSTEM
2118P: Richard Purdie
2119M: rpurdie@rpsys.net
2120S: Maintained
2121
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122LEGO USB Tower driver
2123P: Juergen Stuber
2124M: starblue@users.sourceforge.net
2125L: legousb-devel@lists.sourceforge.net
2126W: http://legousb.sourceforge.net/
2127S: Maintained
2128
2129LINUX FOR IBM pSERIES (RS/6000)
2130P: Paul Mackerras
2131M: paulus@au.ibm.com
2132W: http://www.ibm.com/linux/ltc/projects/ppc
2133S: Supported
2134
2135LINUX FOR NCR VOYAGER
2136P: James Bottomley
2137M: James.Bottomley@HansenPartnership.com
2138W: http://www.hansenpartnership.com/voyager
2139S: Maintained
2140
2141LINUX FOR POWERPC
2142P: Paul Mackerras
2143M: paulus@samba.org
2144W: http://www.penguinppc.org/
2145L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002146T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Supported
2148
2149LINUX FOR POWER MACINTOSH
2150P: Benjamin Herrenschmidt
2151M: benh@kernel.crashing.org
2152W: http://www.penguinppc.org/
2153L: linuxppc-dev@ozlabs.org
2154S: Maintained
2155
2156LINUX FOR POWERPC EMBEDDED MPC52XX
2157P: Sylvain Munaut
2158M: tnt@246tNt.com
2159W: http://www.246tNt.com/mpc52xx/
2160W: http://www.penguinppc.org/
2161L: linuxppc-dev@ozlabs.org
2162L: linuxppc-embedded@ozlabs.org
2163S: Maintained
2164
2165LINUX FOR POWERPC EMBEDDED PPC4XX
2166P: Matt Porter
2167M: mporter@kernel.crashing.org
2168W: http://www.penguinppc.org/
2169L: linuxppc-embedded@ozlabs.org
2170S: Maintained
2171
Tom Rinie93adf12005-07-26 12:49:53 -07002172LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173P: Tom Rini
2174M: trini@kernel.crashing.org
2175W: http://www.penguinppc.org/
2176L: linuxppc-embedded@ozlabs.org
2177S: Maintained
2178
Tom Rinie93adf12005-07-26 12:49:53 -07002179LINUX FOR POWERPC EMBEDDED PPC8XX
2180P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002181M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002182W: http://www.penguinppc.org/
2183L: linuxppc-embedded@ozlabs.org
2184S: Maintained
2185
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002187P: Kumar Gala
2188M: galak@kernel.crashing.org
2189W: http://www.penguinppc.org/
2190L: linuxppc-embedded@ozlabs.org
2191S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192
Olof Johanssonab06ff32006-09-06 14:44:54 -05002193LINUX FOR POWERPC PA SEMI PWRFICIENT
2194P: Olof Johansson
2195M: olof@lixom.net
2196W: http://www.pasemi.com/
2197L: linuxppc-dev@ozlabs.org
2198S: Supported
2199
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200LLC (802.2)
2201P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002202M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203S: Maintained
2204
2205LINUX FOR 64BIT POWERPC
2206P: Paul Mackerras
2207M: paulus@samba.org
2208M: paulus@au.ibm.com
2209P: Anton Blanchard
2210M: anton@samba.org
2211M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002212W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002213L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214S: Supported
2215
2216LINUX SECURITY MODULE (LSM) FRAMEWORK
2217P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002218M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002219L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002221T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222S: Supported
2223
2224LM83 HARDWARE MONITOR DRIVER
2225P: Jean Delvare
2226M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002227L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S: Maintained
2229
2230LM90 HARDWARE MONITOR DRIVER
2231P: Jean Delvare
2232M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002233L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234S: Maintained
2235
2236LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2237P: Richard Russon (FlatCap)
2238M: ldm@flatcap.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002239L: ldm-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240W: http://ldm.sourceforge.net
2241S: Maintained
2242
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002243LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2244P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002245M: Eric.Moore@lsi.com
2246M: support@lsi.com
2247L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002248L: linux-scsi@vger.kernel.org
2249W: http://www.lsilogic.com/support
2250S: Supported
2251
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2253P: Matthew Wilcox
2254M: matthew@wil.cx
2255L: linux-scsi@vger.kernel.org
2256S: Maintained
2257
2258M68K ARCHITECTURE
2259P: Geert Uytterhoeven
2260M: geert@linux-m68k.org
2261P: Roman Zippel
2262M: zippel@linux-m68k.org
2263L: linux-m68k@lists.linux-m68k.org
2264W: http://www.linux-m68k.org/
2265W: http://linux-m68k-cvs.ubb.ca/
2266S: Maintained
2267
2268M68K ON APPLE MACINTOSH
2269P: Joshua Thompson
2270M: funaho@jurai.org
2271W: http://www.mac.linux-m68k.org/
2272L: linux-mac68k@mac.linux-m68k.org
2273S: Maintained
2274
2275M68K ON HP9000/300
2276P: Philip Blundell
2277M: philb@gnu.org
2278W: http://www.tazenda.demon.co.uk/phil/linux-hp
2279S: Maintained
2280
Jiri Benc64a327a2007-05-05 11:47:08 -07002281MAC80211
2282P: Jiri Benc
2283M: jbenc@suse.cz
2284P: Michael Wu
2285M: flamingice@sourmilk.net
2286L: linux-wireless@vger.kernel.org
2287W: http://linuxwireless.org/
2288T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2289S: Maintained
2290
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291MARVELL YUKON / SYSKONNECT DRIVER
2292P: Mirko Lindner
2293M: mlindner@syskonnect.de
2294P: Ralph Roesler
2295M: rroesler@syskonnect.de
2296W: http://www.syskonnect.com
2297S: Supported
2298
Michael Kerriskfaf16682005-07-31 22:34:47 -07002299MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002300P: Michael Kerrisk
2301M: mtk-manpages@gmx.net
2302W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2303S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002304
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002305MARVELL MV643XX ETHERNET DRIVER
2306P: Dale Farnsworth
2307M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002309M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002310L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002311S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312
2313MATROX FRAMEBUFFER DRIVER
2314P: Petr Vandrovec
2315M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002316L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317S: Maintained
2318
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002319MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2320P: Hans J. Koch
2321M: hjk@linutronix.de
2322L: lm-sensors@lm-sensors.org
2323S: Maintained
2324
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002325MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002326P: Neela Syam Kolli
2327M: Neela.Kolli@engenio.com
2328S: linux-scsi@vger.kernel.org
2329W: http://megaraid.lsilogic.com
2330S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002331
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002332MEMORY MANAGEMENT
2333L: linux-mm@kvack.org
2334L: linux-kernel@vger.kernel.org
2335W: http://www.linux-mm.org
2336S: Maintained
2337
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002338MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339P: David Woodhouse
2340M: dwmw2@infradead.org
2341W: http://www.linux-mtd.infradead.org/
2342L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002343T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344S: Maintained
2345
Artem Bityutskiy48576402007-02-13 17:11:10 +02002346UNSORTED BLOCK IMAGES (UBI)
2347P: Artem Bityutskiy
2348M: dedekind@infradead.org
2349W: http://www.linux-mtd.infradead.org/
2350L: linux-mtd@lists.infradead.org
2351T: git git://git.infradead.org/ubi-2.6.git
2352S: Maintained
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354MICROTEK X6 SCANNER
2355P: Oliver Neukum
2356M: oliver@neukum.name
2357S: Maintained
2358
2359MIPS
2360P: Ralf Baechle
2361M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002362W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002364T: git www.linux-mips.org:/pub/scm/linux.git
2365S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366
2367MISCELLANEOUS MCA-SUPPORT
2368P: James Bottomley
2369M: jejb@steeleye.com
2370L: linux-kernel@vger.kernel.org
2371S: Maintained
2372
2373MODULE SUPPORT
2374P: Rusty Russell
2375M: rusty@rustcorp.com.au
2376L: linux-kernel@vger.kernel.org
2377S: Maintained
2378
2379MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2380P: Stelian Pop
2381M: stelian@popies.net
2382W: http://popies.net/meye/
2383S: Maintained
2384
2385MOUSE AND MISC DEVICES [GENERAL]
2386P: Alessandro Rubini
2387M: rubini@ipvvis.unipv.it
2388L: linux-kernel@vger.kernel.org
2389S: Maintained
2390
Jiri Slabyd7354102006-12-08 02:38:35 -08002391MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2392P: Jiri Slaby
2393M: jirislaby@gmail.com
2394L: linux-kernel@vger.kernel.org
2395S: Maintained
2396
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002397MSI LAPTOP SUPPORT
2398P: Lennart Poettering
2399M: mzxreary@0pointer.de
2400L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2401W: http://0pointer.de/lennart/tchibo.html
2402S: Maintained
2403
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404MTRR AND SIMILAR SUPPORT [i386]
2405P: Richard Gooch
2406M: rgooch@atnf.csiro.au
2407L: linux-kernel@vger.kernel.org
2408W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2409S: Maintained
2410
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002411MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2412P: Pierre Ossman
2413M: drzeus-mmc@drzeus.cx
2414L: linux-kernel@vger.kernel.org
2415S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417MULTISOUND SOUND DRIVER
2418P: Andrew Veliath
2419M: andrewtv@usa.net
2420S: Maintained
2421
Jiri Slabyd7354102006-12-08 02:38:35 -08002422MULTITECH MULTIPORT CARD (ISICOM)
2423P: Jiri Slaby
2424M: jirislaby@gmail.com
2425L: linux-kernel@vger.kernel.org
2426S: Maintained
2427
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428NATSEMI ETHERNET DRIVER (DP8381x)
2429P: Tim Hockin
2430M: thockin@hockin.org
2431S: Maintained
2432
2433NCP FILESYSTEM
2434P: Petr Vandrovec
2435M: vandrove@vc.cvut.cz
2436L: linware@sh.cvut.cz
2437S: Maintained
2438
2439NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2440P: James E.J. Bottomley
2441M: James.Bottomley@HansenPartnership.com
2442L: linux-scsi@vger.kernel.org
2443S: Maintained
2444
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002445NETEM NETWORK EMULATOR
2446P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002447M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002448L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002449S: Maintained
2450
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451NETFILTER/IPTABLES/IPCHAINS
2452P: Rusty Russell
2453P: Marc Boucher
2454P: James Morris
2455P: Harald Welte
2456P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002457P: Patrick McHardy
2458M: kaber@trash.net
2459L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002460L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002461L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462W: http://www.netfilter.org/
2463W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464S: Supported
2465
Paul Moore4cc67732006-09-25 15:57:13 -07002466NETLABEL
2467P: Paul Moore
2468M: paul.moore@hp.com
2469W: http://netlabel.sf.net
2470L: netdev@vger.kernel.org
2471S: Supported
2472
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473NETROM NETWORK LAYER
2474P: Ralf Baechle
2475M: ralf@linux-mips.org
2476L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002477W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478S: Maintained
2479
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002480NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481P: Paul Clements
2482M: Paul.Clements@steeleye.com
2483S: Maintained
2484
2485NETWORK DEVICE DRIVERS
2486P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002487M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488P: Jeff Garzik
2489M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002490L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002491T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492S: Maintained
2493
2494NETWORKING [GENERAL]
2495P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002496M: netdev@vger.kernel.org
2497L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002498W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499S: Maintained
2500
2501NETWORKING [IPv4/IPv6]
2502P: David S. Miller
2503M: davem@davemloft.net
2504P: Alexey Kuznetsov
2505M: kuznet@ms2.inr.ac.ru
2506P: Pekka Savola (ipv6)
2507M: pekkas@netcore.fi
2508P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002509M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510P: Hideaki YOSHIFUJI
2511M: yoshfuji@linux-ipv6.org
2512P: Patrick McHardy
2513M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002514L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002515T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516S: Maintained
2517
John W. Linville29f8f632006-01-18 14:52:48 -08002518NETWORKING [WIRELESS]
2519P: John W. Linville
2520M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002521L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002522T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2523S: Maintained
2524
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002525NETXEN (1/10) GbE SUPPORT
2526P: Amit S. Kale
2527M: amitkale@netxen.com
2528L: netdev@vger.kernel.org
2529W: http://www.netxen.com
2530S: Supported
2531
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532IPVS
2533P: Wensong Zhang
2534M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002535P: Simon Horman
2536M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537P: Julian Anastasov
2538M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002539L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Maintained
2541
2542NFS CLIENT
2543P: Trond Myklebust
2544M: trond.myklebust@fys.uio.no
2545L: linux-kernel@vger.kernel.org
2546S: Maintained
2547
2548NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002549P: Jan-Pascal van Best
2550M: janpascal@vanbest.org
2551P: Andreas Mohr
2552M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002553L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554S: Maintained
2555
2556NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2557P: YOKOTA Hiroshi
2558M: yokota@netlab.is.tsukuba.ac.jp
2559W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2560S: Maintained
2561
2562NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2563P: GOTO Masanori
2564M: gotom@debian.or.jp
2565P: YOKOTA Hiroshi
2566M: yokota@netlab.is.tsukuba.ac.jp
2567W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2568S: Maintained
2569
2570NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2571P: Eberhard Moenkeberg
2572M: emoenke@gwdg.de
2573L: linux-kernel@vger.kernel.org
2574S: Maintained
2575
2576NTFS FILESYSTEM
2577P: Anton Altaparmakov
2578M: aia21@cantab.net
2579L: linux-ntfs-dev@lists.sourceforge.net
2580L: linux-kernel@vger.kernel.org
2581W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002582T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583S: Maintained
2584
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002585NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002586P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002587M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002588L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002589S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590
Ramkrishna Vepa3ef34b82007-03-30 18:42:27 -07002591NETERION (S2IO) Xframe 10GbE DRIVER
2592P: Ramkrishna Vepa
2593M: ram.vepa@neterion.com
2594P: Rastapur Santosh
2595M: santosh.rastapur@neterion.com
2596P: Sivakumar Subramani
2597M: sivakumar.subramani@neterion.com
2598P: Sreenivasa Honnur
2599M: sreenivasa.honnur@neterion.com
2600L: netdev@vger.kernel.org
2601W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2602S: Supported
2603
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002604OPENCORES I2C BUS DRIVER
2605P: Peter Korsgaard
2606M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002607L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002608S: Maintained
2609
Mark Fashehccd979b2005-12-15 14:31:24 -08002610ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2611P: Mark Fasheh
2612M: mark.fasheh@oracle.com
2613P: Kurt Hackel
2614M: kurt.hackel@oracle.com
2615L: ocfs2-devel@oss.oracle.com
2616W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002617S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002618
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619OLYMPIC NETWORK DRIVER
2620P: Peter De Shrijver
2621M: p2@ace.ulyssis.student.kuleuven.ac.be
2622P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002623M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002624L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625L: linux-tr@linuxtr.net
2626W: http://www.linuxtr.net
2627S: Maintained
2628
Harald Weltec1986ee2005-11-13 16:06:29 -08002629OMNIKEY CARDMAN 4000 DRIVER
2630P: Harald Welte
2631M: laforge@gnumonks.org
2632S: Maintained
2633
Harald Welte77c44ab2005-11-13 16:06:26 -08002634OMNIKEY CARDMAN 4040 DRIVER
2635P: Harald Welte
2636M: laforge@gnumonks.org
2637S: Maintained
2638
Jonathan Corbet77d51402007-03-22 19:44:17 -03002639OMNIVISION OV7670 SENSOR DRIVER
2640P: Jonathan Corbet
2641M: corbet@lwn.net
2642L: video4linux-list@redhat.com
2643S: Maintained
2644
Thomas Gleixner431bca72007-05-02 09:31:35 +02002645ONENAND FLASH DRIVER
2646P: Kyungmin Park
2647M: kyungmin.park@samsung.com
2648L: linux-mtd@lists.infradead.org
2649S: Maintained
2650
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651ONSTREAM SCSI TAPE DRIVER
2652P: Willem Riede
2653M: osst@riede.org
2654L: osst-users@lists.sourceforge.net
2655L: linux-scsi@vger.kernel.org
2656S: Maintained
2657
2658OPL3-SA2, SA3, and SAx DRIVER
2659P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002660M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661L: linux-sound@vger.kernel.org
2662S: Maintained
2663
2664OPROFILE
2665P: Philippe Elie
2666M: phil.el@wanadoo.fr
2667L: oprofile-list@lists.sf.net
2668S: Maintained
2669
2670ORINOCO DRIVER
2671P: Pavel Roskin
2672M: proski@gnu.org
2673P: David Gibson
2674M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002675L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002676L: orinoco-users@lists.sourceforge.net
2677L: orinoco-devel@lists.sourceforge.net
2678W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679S: Maintained
2680
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002681PA SEMI ETHERNET DRIVER
2682P: Olof Johansson
2683M: olof@lixom.net
2684L: netdev@vger.kernel.org
2685S: Maintained
2686
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002687PA SEMI SMBUS DRIVER
2688P: Olof Johansson
2689M: olof@lixom.net
2690L: i2c@lm-sensors.org
2691S: Maintained
2692
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002695S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696
2697PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2698P: Tim Waugh
2699M: tim@cyberelk.net
2700L: linux-parport@lists.infradead.org
2701W: http://www.torque.net/linux-pp.html
2702S: Maintained
2703
2704PARISC ARCHITECTURE
2705P: Matthew Wilcox
2706M: matthew@wil.cx
2707P: Grant Grundler
2708M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002709P: Kyle McMartin
2710M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711L: parisc-linux@parisc-linux.org
2712W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002713T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2714T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715S: Maintained
2716
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002717PARAVIRT_OPS INTERFACE
2718P: Jeremy Fitzhardinge
2719M: jeremy@xensource.com
2720P: Chris Wright
2721M: chrisw@sous-sol.org
2722P: Zachary Amsden
2723M: zach@vmware.com
2724P: Rusty Russell
2725M: rusty@rustcorp.com.au
2726L: virtualization@lists.osdl.org
2727L: linux-kernel@vger.kernel.org
2728S: Supported
2729
Jim Cromie1662d322006-10-06 00:43:59 -07002730PC87360 HARDWARE MONITORING DRIVER
2731P: Jim Cromie
2732M: jim.cromie@gmail.com
2733L: lm-sensors@lm-sensors.org
2734S: Maintained
2735
2736PC8736x GPIO DRIVER
2737P: Jim Cromie
2738M: jim.cromie@gmail.com
2739S: Maintained
2740
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002741PCI ERROR RECOVERY
2742P: Linas Vepstas
2743M: linas@austin.ibm.com
2744L: linux-kernel@vger.kernel.org
2745L: linux-pci@atrey.karlin.mff.cuni.cz
2746S: Supported
2747
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2749P: Thomas Sailer
2750M: sailer@ife.ee.ethz.ch
2751L: linux-sound@vger.kernel.org
2752W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2753S: Maintained
2754
2755PCI SUBSYSTEM
2756P: Greg Kroah-Hartman
2757M: gregkh@suse.de
2758L: linux-kernel@vger.kernel.org
2759L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002760T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761S: Supported
2762
2763PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002764P: Kristen Carlson Accardi
2765M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766S: Supported
2767
2768PCI HOTPLUG COMPAQ DRIVER
2769P: Greg Kroah-Hartman
2770M: greg@kroah.com
2771S: Maintained
2772
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002773PCIE HOTPLUG DRIVER
2774P: Kristen Carlson Accardi
2775M: kristen.c.accardi@intel.com
2776L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002777S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002778
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002780P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002781L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002783T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002784S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785
2786PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002787P: Don Fry
2788M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002789L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002792PER-TASK DELAY ACCOUNTING
2793P: Shailabh Nagar
2794M: nagar@watson.ibm.com
2795L: linux-kernel@vger.kernel.org
2796S: Maintained
2797
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002798PERSONALITY HANDLING
2799P: Christoph Hellwig
2800M: hch@infradead.org
2801L: linux-abi-devel@lists.sourceforge.net
2802S: Maintained
2803
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002805P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806M: joern@wh.fh-wedel.de
2807L: linux-mtd@lists.infradead.org
2808S: Maintained
2809
Peter Osterlund249a6772005-09-27 21:45:30 -07002810PKTCDVD DRIVER
2811P: Peter Osterlund
2812M: petero2@telia.com
2813L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002814S: Maintained
2815
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816POSIX CLOCKS and TIMERS
2817P: George Anzinger
2818M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002819L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820S: Supported
2821
Eugene Surovegin24682972005-10-14 03:00:53 -07002822POWERPC 4xx EMAC DRIVER
2823P: Eugene Surovegin
2824M: ebs@ebshome.net
2825W: http://kernel.ebshome.net/emac/
2826L: linuxppc-embedded@ozlabs.org
2827L: netdev@vger.kernel.org
2828S: Maintained
2829
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830PNP SUPPORT
2831P: Adam Belay
2832M: ambx1@neo.rr.com
2833S: Maintained
2834
Vitaly Wool999445d2007-01-04 13:07:03 +01002835PNXxxxx I2C DRIVER
2836P: Vitaly Wool
2837M: vitalywool@gmail.com
2838L: i2c@lm-sensors.org
2839S: Maintained
2840
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841PPP PROTOCOL DRIVERS AND COMPRESSORS
2842P: Paul Mackerras
2843M: paulus@samba.org
2844L: linux-ppp@vger.kernel.org
2845S: Maintained
2846
2847PPP OVER ATM (RFC 2364)
2848P: Mitchell Blank Jr
2849M: mitch@sfgoth.com
2850S: Maintained
2851
2852PPP OVER ETHERNET
2853P: Michal Ostrowski
2854M: mostrows@speakeasy.net
2855S: Maintained
2856
2857PREEMPTIBLE KERNEL
2858P: Robert Love
2859M: rml@tech9.net
2860L: linux-kernel@vger.kernel.org
2861L: kpreempt-tech@lists.sourceforge.net
2862W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2863S: Supported
2864
2865PRISM54 WIRELESS DRIVER
2866P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002867M: developers@islsm.org
Johannes Berg724c6b32007-04-23 12:18:20 -07002868L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869W: http://prism54.org
2870S: Maintained
2871
2872PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2873P: Peter Denison
2874M: promise@pnd-pc.demon.co.uk
2875W: http://www.pnd-pc.demon.co.uk/promise/
2876S: Maintained
2877
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002878PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2879P: Mikael Pettersson
2880M: mikpe@it.uu.se
2881L: linux-ide@vger.kernel.org
2882S: Maintained
2883
Geoff Levandf58a9d12006-11-23 00:46:51 +01002884PS3 PLATFORM SUPPORT
2885P: Geoff Levand
2886M: geoffrey.levand@am.sony.com
2887L: linuxppc-dev@ozlabs.org
2888L: cbe-oss-dev@ozlabs.org
2889S: Supported
2890
Michael Krufky83202042006-07-03 00:24:18 -07002891PVRUSB2 VIDEO4LINUX DRIVER
2892P: Mike Isely
2893M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002894L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002895L: video4linux-list@redhat.com
2896W: http://www.isely.net/pvrusb2/
2897S: Maintained
2898
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899PXA2xx SUPPORT
2900P: Nicolas Pitre
2901M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002902L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903S: Maintained
2904
2905QLOGIC QLA2XXX FC-SCSI DRIVER
2906P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002907M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908L: linux-scsi@vger.kernel.org
2909S: Supported
2910
Ron Mercer5a4faa872006-07-25 00:40:21 -07002911QLOGIC QLA3XXX NETWORK DRIVER
2912P: Ron Mercer
2913M: linux-driver@qlogic.com
2914L: netdev@vger.kernel.org
2915S: Supported
2916
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917QNX4 FILESYSTEM
2918P: Anders Larsen
2919M: al@alarsen.net
2920L: linux-kernel@vger.kernel.org
2921W: http://www.alarsen.net/linux/qnx4fs/
2922S: Maintained
2923
2924RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002925P: Benjamin Herrenschmidt
2926M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002927L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928S: Maintained
2929
2930RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002931P: Paul Mackerras
2932M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002933L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934S: Maintained
2935
2936RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2937P: Corey Thomas
2938M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002939L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940S: Maintained
2941
Matt Mackall9e95ce22005-04-16 15:25:56 -07002942RANDOM NUMBER DRIVER
2943P: Matt Mackall
2944M: mpm@selenic.com
2945S: Maintained
2946
Matt Porter394b7012005-11-07 01:00:15 -08002947RAPIDIO SUBSYSTEM
2948P: Matt Porter
2949M: mporter@kernel.crashing.org
2950L: linux-kernel@vger.kernel.org
2951S: Maintained
2952
Josh Triplett595182b2006-10-04 02:17:21 -07002953READ-COPY UPDATE (RCU)
2954P: Dipankar Sarma
2955M: dipankar@in.ibm.com
2956W: http://www.rdrop.com/users/paulmck/rclock/
2957L: linux-kernel@vger.kernel.org
2958S: Supported
2959
2960RCUTORTURE MODULE
2961P: Josh Triplett
2962M: josh@freedesktop.org
2963L: linux-kernel@vger.kernel.org
2964S: Maintained
2965
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966REAL TIME CLOCK DRIVER
2967P: Paul Gortmaker
2968M: p_gortmaker@yahoo.com
2969L: linux-kernel@vger.kernel.org
2970S: Maintained
2971
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002972REAL TIME CLOCK (RTC) SUBSYSTEM
2973P: Alessandro Zummo
2974M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002975L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002976S: Maintained
2977
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978REISERFS FILE SYSTEM
2979P: Hans Reiser
2980M: reiserfs-dev@namesys.com
2981L: reiserfs-list@namesys.com
2982W: http://www.namesys.com
2983S: Supported
2984
2985ROCKETPORT DRIVER
2986P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987W: http://www.comtrol.com
2988S: Maintained
2989
2990ROSE NETWORK LAYER
2991P: Ralf Baechle
2992M: ralf@linux-mips.org
2993L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002994W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995S: Maintained
2996
2997RISCOM8 DRIVER
2998S: Orphan
2999
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003000S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003001P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003002M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003003L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003004S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003005
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006S390
3007P: Martin Schwidefsky
3008M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003009P: Heiko Carstens
3010M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003012L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003013W: http://www.ibm.com/developerworks/linux/linux390/
3014S: Supported
3015
3016S390 NETWORK DRIVERS
3017P: Frank Pavlic
3018M: fpavlic@de.ibm.com
3019M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003020L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003021W: http://www.ibm.com/developerworks/linux/linux390/
3022S: Supported
3023
3024S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003025P: Swen Schillig
3026M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003027M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003028L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003029W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030S: Supported
3031
3032SAA7146 VIDEO4LINUX-2 DRIVER
3033P: Michael Hunold
3034M: michael@mihu.de
3035W: http://www.mihu.de/linux/saa7146
3036S: Maintained
3037
3038SBPCD CDROM DRIVER
3039P: Eberhard Moenkeberg
3040M: emoenke@gwdg.de
3041L: linux-kernel@vger.kernel.org
3042S: Maintained
3043
3044SC1200 WDT DRIVER
3045P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003046M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047S: Maintained
3048
3049SCHEDULER
3050P: Ingo Molnar
3051M: mingo@elte.hu
3052P: Robert Love [the preemptible kernel bits]
3053M: rml@tech9.net
3054L: linux-kernel@vger.kernel.org
3055S: Maintained
3056
3057SCSI CDROM DRIVER
3058P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003059M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060L: linux-scsi@vger.kernel.org
3061W: http://www.kernel.dk
3062S: Maintained
3063
3064SCSI SG DRIVER
3065P: Doug Gilbert
3066M: dgilbert@interlog.com
3067L: linux-scsi@vger.kernel.org
3068W: http://www.torque.net/sg
3069S: Maintained
3070
3071SCSI SUBSYSTEM
3072P: James E.J. Bottomley
3073M: James.Bottomley@SteelEye.com
3074L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003075T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076S: Maintained
3077
3078SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003079P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080M: Kai.Makisara@kolumbus.fi
3081L: linux-scsi@vger.kernel.org
3082S: Maintained
3083
3084SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003085P: Vlad Yasevich
3086M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003087P: Sridhar Samudrala
3088M: sri@us.ibm.com
3089L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003090W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003091S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092
3093SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003094P: Jim Cromie
3095M: jim.cromie@gmail.com
3096S: Odd Fixes
3097
3098SCx200 GPIO DRIVER
3099P: Jim Cromie
3100M: jim.cromie@gmail.com
3101S: Maintained
3102
3103SCx200 HRT CLOCKSOURCE DRIVER
3104P: Jim Cromie
3105M: jim.cromie@gmail.com
3106S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107
3108SECURITY CONTACT
3109P: Security Officers
3110M: security@kernel.org
3111S: Supported
3112
3113SELINUX SECURITY MODULE
3114P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003115M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003117M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003118P: Eric Paris
3119M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003121L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122W: http://www.nsa.gov/selinux
3123S: Supported
3124
Jiri Slabycef2cf02007-05-08 00:31:45 -07003125SENSABLE PHANTOM
3126P: Jiri Slaby
3127M: jirislaby@gmail.com
3128S: Maintained
3129
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130SERIAL ATA (SATA) SUBSYSTEM:
3131P: Jeff Garzik
3132M: jgarzik@pobox.com
3133L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003134T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135S: Supported
3136
3137SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3138P: Pat Gefre
3139M: pfg@sgi.com
3140L: linux-ia64@vger.kernel.org
3141S: Supported
3142
3143SGI VISUAL WORKSTATION 320 AND 540
3144P: Andrey Panin
3145M: pazke@donpac.ru
3146L: linux-visws-devel@lists.sf.net
3147W: http://linux-visws.sf.net
3148S: Maintained for 2.6.
3149
3150SIMTEC EB110ATX (Chalice CATS)
3151P: Ben Dooks
3152P: Vincent Sanders
3153M: support@simtec.co.uk
3154W: http://www.simtec.co.uk/products/EB110ATX/
3155S: Supported
3156
3157SIMTEC EB2410ITX (BAST)
3158P: Ben Dooks
3159P: Vincent Sanders
3160M: support@simtec.co.uk
3161W: http://www.simtec.co.uk/products/EB2410ITX/
3162S: Supported
3163
Francois Romieu92aab3c2005-07-30 13:11:18 +02003164SIS 190 ETHERNET DRIVER
3165P: Francois Romieu
3166M: romieu@fr.zoreil.com
3167L: netdev@vger.kernel.org
3168S: Maintained
3169
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170SIS 5513 IDE CONTROLLER DRIVER
3171P: Lionel Bouton
3172M: Lionel.Bouton@inet6.fr
3173W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3174W: http://gyver.homeip.net/sis5513/index.html
3175S: Maintained
3176
3177SIS 900/7016 FAST ETHERNET DRIVER
3178P: Daniele Venzano
3179M: venza@brownhat.org
3180W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003181L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182S: Maintained
3183
3184SIS FRAMEBUFFER DRIVER
3185P: Thomas Winischhofer
3186M: thomas@winischhofer.net
3187W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003188S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189
3190SIS USB2VGA DRIVER
3191P: Thomas Winischhofer
3192M: thomas@winischhofer.net
3193W: http://www.winischhofer.at/linuxsisusbvga.shtml
3194S: Maintained
3195
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196SMC91x ETHERNET DRIVER
3197P: Nicolas Pitre
3198M: nico@cam.org
3199S: Maintained
3200
Daniel Drake8f0f8502006-07-18 22:00:25 +01003201SOFTMAC LAYER (IEEE 802.11)
3202P: Johannes Berg
3203M: johannes@sipsolutions.net
3204P: Joe Jezak
3205M: josejx@gentoo.org
3206P: Daniel Drake
3207M: dsd@gentoo.org
3208W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003209L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003210S: Maintained
3211
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212SOFTWARE RAID (Multiple Disks) SUPPORT
3213P: Ingo Molnar
3214M: mingo@redhat.com
3215P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003216M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003218S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219
3220SOFTWARE SUSPEND:
3221P: Pavel Machek
3222M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003223L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224S: Maintained
3225
3226SONIC NETWORK DRIVER
3227P: Thomas Bogendoerfer
3228M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003229L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230S: Maintained
3231
3232SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003233P: Mattia Dongili
3234M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003235L: linux-acpi@vger.kernel.org
3236W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237S: Maintained
3238
3239SOUND
3240P: Jaroslav Kysela
3241M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003242L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243S: Maintained
3244
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003245SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3246P: Liam Girdwood
3247M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003248L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003249S: Supported
3250
Kumar Gala025c3982006-04-02 16:05:54 -05003251SPI SUBSYSTEM
3252P: David Brownell
3253M: dbrownell@users.sourceforge.net
3254L: spi-devel-general@lists.sourceforge.net
3255S: Maintained
3256
Steven Rostedt855f46a2006-08-05 12:14:50 -07003257STABLE BRANCH:
3258P: Greg Kroah-Hartman
3259M: greg@kroah.com
3260P: Chris Wright
3261M: chrisw@sous-sol.org
3262L: stable@kernel.org
3263S: Maintained
3264
Kylene Hall1c72d462005-05-01 08:59:13 -07003265TPM DEVICE DRIVER
3266P: Kylene Hall
3267M: kjhall@us.ibm.com
3268W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003269P: Marcel Selhorst
3270M: tpm@selhorst.net
3271W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003272L: tpmdd-devel@lists.sourceforge.net
3273S: Maintained
3274
Mark Gross1a80ba82005-10-30 15:02:55 -08003275Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003276P: Mark Gross
3277M: mark.gross@intel.com
3278S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003279
Chris Zankel48b415c2005-06-23 22:01:07 -07003280TENSILICA XTENSA PORT (xtensa):
3281P: Chris Zankel
3282M: chris@zankel.net
3283S: Maintained
3284
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003285THINKPAD ACPI EXTRAS DRIVER
3286P: Henrique de Moraes Holschuh
3287M: ibm-acpi@hmh.eng.br
3288L: ibm-acpi-devel@lists.sourceforge.net
3289W: http://ibm-acpi.sourceforge.net
3290W: http://thinkwiki.org/wiki/Ibm-acpi
3291T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3292S: Maintained
3293
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294UltraSPARC (sparc64):
3295P: David S. Miller
3296M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003298T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299S: Maintained
3300
3301SHARP LH SUPPORT (LH7952X & LH7A40X)
3302P: Marc Singer
3303M: elf@buici.com
3304W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003305L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306S: Maintained
3307
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003308SHPC HOTPLUG DRIVER
3309P: Kristen Carlson Accardi
3310M: kristen.c.accardi@intel.com
3311L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003312S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003313
Pierre Ossmand129bce2006-03-24 03:18:17 -08003314SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3315P: Pierre Ossman
3316M: drzeus-sdhci@drzeus.cx
3317L: sdhci-devel@list.drzeus.cx
3318W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3319S: Maintained
3320
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003321SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3322P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003323M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003324L: netdev@vger.kernel.org
3325S: Maintained
3326
Chris Boot1a87d942006-07-10 04:45:34 -07003327SOEKRIS NET48XX LED SUPPORT
3328P: Chris Boot
3329M: bootc@bootc.net
3330S: Maintained
3331
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332SPARC (sparc32):
3333P: William L. Irwin
3334M: wli@holomorphy.com
3335L: sparclinux@vger.kernel.org
3336S: Maintained
3337
3338SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3339P: Roger Wolff
3340M: R.E.Wolff@BitWizard.nl
3341L: linux-kernel@vger.kernel.org ?
3342S: Supported
3343
Jim Lewis2752e402006-09-29 02:01:19 -07003344SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003345P: Linas Vepstas
3346M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003347L: netdev@vger.kernel.org
3348S: Supported
3349
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350SRM (Alpha) environment access
3351P: Jan-Benedict Glaw
3352M: jbglaw@lug-owl.de
3353L: linux-kernel@vger.kernel.org
3354S: Maintained
3355
3356STARFIRE/DURALAN NETWORK DRIVER
3357P: Ion Badulescu
3358M: ionut@cs.columbia.edu
3359S: Maintained
3360
3361STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3362W: http://mosquitonet.Stanford.EDU/strip.html
3363S: Unsupported ?
3364
3365STRADIS MPEG-2 DECODER DRIVER
3366P: Nathan Laredo
3367M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368W: http://www.stradis.com/
3369S: Maintained
3370
3371SUPERH (sh)
3372P: Paul Mundt
3373M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003374L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376S: Maintained
3377
3378SUPERH64 (sh64)
3379P: Paul Mundt
3380M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381L: linuxsh-shmedia-dev@lists.sourceforge.net
3382W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383S: Maintained
3384
3385SUN3/3X
3386P: Sam Creasey
3387M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388W: http://sammy.net/sun3/
3389S: Maintained
3390
3391SVGA HANDLING
3392P: Martin Mares
3393M: mj@ucw.cz
3394L: linux-video@atrey.karlin.mff.cuni.cz
3395S: Maintained
3396
3397SYSV FILESYSTEM
3398P: Christoph Hellwig
3399M: hch@infradead.org
3400S: Maintained
3401
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003402TC CLASSIFIER
3403P: Jamal Hadi Salim
3404M: hadi@cyberus.ca
3405L: netdev@vger.kernel.org
3406S: Maintained
3407
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003408TCP LOW PRIORITY MODULE
3409P: Wong Hoi Sing, Edison
3410M: hswong3i@gmail.com
3411P: Hung Hing Lun, Mike
3412M: hlhung3i@gmail.com
3413W: http://tcp-lp-mod.sourceforge.net/
3414S: Maintained
3415
Alex Dubov4020f2d2006-10-04 02:15:37 -07003416TI FLASH MEDIA INTERFACE DRIVER
3417P: Alex Dubov
3418M: oakad@yahoo.com
3419S: Maintained
3420
Michael Buesch844dd052006-06-26 00:24:59 -07003421TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3422P: Deepak Saxena
3423M: dsaxena@plexity.net
3424S: Maintained
3425
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003426TASKSTATS STATISTICS INTERFACE
3427P: Shailabh Nagar
3428M: nagar@watson.ibm.com
3429L: linux-kernel@vger.kernel.org
3430S: Maintained
3431
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003433P: Romain Lievin
3434M: roms@lpg.ticalc.org
3435S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436
Per Lidene86eaa32006-01-12 16:45:18 +01003437TIPC NETWORK LAYER
3438P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003439M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003440P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003441M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003442P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003443M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003444L: tipc-discussion@lists.sourceforge.net
3445W: http://tipc.sourceforge.net/
3446W: http://tipc.cslab.ericsson.net/
3447T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3448S: Maintained
3449
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450TLAN NETWORK DRIVER
3451P: Samuel Chessman
3452M: chessman@tux.org
3453L: tlan-devel@lists.sourceforge.net
3454W: http://sourceforge.net/projects/tlan/
3455S: Maintained
3456
3457TOKEN-RING NETWORK DRIVER
3458P: Mike Phillips
3459M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003460L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461L: linux-tr@linuxtr.net
3462W: http://www.linuxtr.net
3463S: Maintained
3464
3465TOSHIBA ACPI EXTRAS DRIVER
3466P: John Belmonte
3467M: toshiba_acpi@memebeam.org
3468W: http://memebeam.org/toys/ToshibaAcpiDriver
3469S: Maintained
3470
3471TOSHIBA SMM DRIVER
3472P: Jonathan Buzzard
3473M: jonathan@buzzard.org.uk
3474L: tlinux-users@tce.toshiba-dme.co.jp
3475W: http://www.buzzard.org.uk/toshiba/
3476S: Maintained
3477
3478TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3479P: Muli Ben-Yehuda
3480M: mulix@mulix.org
3481L: linux-kernel@vger.kernel.org
3482S: Maintained
3483
3484TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003485P: Adrian Bunk
3486M: trivial@kernel.org
3487L: linux-kernel@vger.kernel.org
3488W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3489T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3490S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491
3492TMS380 TOKEN-RING NETWORK DRIVER
3493P: Adam Fritzler
3494M: mid@auk.cx
3495L: linux-tr@linuxtr.net
3496W: http://www.auk.cx/tms380tr/
3497S: Maintained
3498
3499TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003500P: Valerie Henson
3501M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502L: tulip-users@lists.sourceforge.net
3503W: http://sourceforge.net/projects/tulip/
3504S: Maintained
3505
3506TUN/TAP driver
3507P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003508M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509L: vtun@office.satix.net
3510W: http://vtun.sourceforge.net/tun
3511S: Maintained
3512
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003513TURBOCHANNEL SUBSYSTEM
3514P: Maciej W. Rozycki
3515M: macro@linux-mips.org
3516S: Maintained
3517
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518U14-34F SCSI DRIVER
3519P: Dario Ballabio
3520M: ballabio_dario@emc.com
3521L: linux-scsi@vger.kernel.org
3522S: Maintained
3523
3524UDF FILESYSTEM
3525P: Ben Fennema
3526M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527W: http://linux-udf.sourceforge.net
3528S: Maintained
3529
3530UNIFORM CDROM DRIVER
3531P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003532M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533L: linux-kernel@vger.kernel.org
3534W: http://www.kernel.dk
3535S: Maintained
3536
3537USB ACM DRIVER
3538P: Oliver Neukum
3539M: oliver@neukum.name
3540L: linux-usb-users@lists.sourceforge.net
3541L: linux-usb-devel@lists.sourceforge.net
3542S: Maintained
3543
3544USB BLOCK DRIVER (UB ub)
3545P: Pete Zaitcev
3546M: zaitcev@redhat.com
3547L: linux-kernel@vger.kernel.org
3548L: linux-usb-devel@lists.sourceforge.net
3549S: Supported
3550
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551USB CDC ETHERNET DRIVER
3552P: Greg Kroah-Hartman
3553M: greg@kroah.com
3554L: linux-usb-users@lists.sourceforge.net
3555L: linux-usb-devel@lists.sourceforge.net
3556S: Maintained
3557W: http://www.kroah.com/linux-usb/
3558
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003559USB DAVICOM DM9601 DRIVER
3560P: Peter Korsgaard
3561M: jacmet@sunsite.dk
3562L: linux-usb-devel@lists.sourceforge.net
3563W: http://www.linux-usb.org/usbnet
3564S: Maintained
3565
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566USB EHCI DRIVER
3567P: David Brownell
3568M: dbrownell@users.sourceforge.net
3569L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003570S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571
Luca Risolia7ce08c92006-01-11 02:06:59 +00003572USB ET61X[12]51 DRIVER
3573P: Luca Risolia
3574M: luca.risolia@studio.unibo.it
3575L: linux-usb-devel@lists.sourceforge.net
3576L: video4linux-list@redhat.com
3577W: http://www.linux-projects.org
3578S: Maintained
3579
David Brownell69ae9e32006-11-14 02:03:31 -08003580USB GADGET/PERIPHERAL SUBSYSTEM
3581P: David Brownell
3582M: dbrownell@users.sourceforge.net
3583L: linux-usb-devel@lists.sourceforge.net
3584W: http://www.linux-usb.org/gadget
3585S: Maintained
3586
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587USB HID/HIDBP DRIVERS
Jiri Kosina641266fd2007-01-15 09:56:21 +01003588P: Jiri Kosina
3589M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003591T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
3594USB HUB DRIVER
3595P: Johannes Erdfelt
3596M: johannes@erdfelt.com
3597L: linux-usb-users@lists.sourceforge.net
3598L: linux-usb-devel@lists.sourceforge.net
3599S: Maintained
3600
Olav Kongas959eea22005-11-03 17:38:14 +02003601USB ISP116X DRIVER
3602P: Olav Kongas
3603M: ok@artecdesign.ee
3604L: linux-usb-devel@lists.sourceforge.net
3605S: Maintained
3606
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607USB KAWASAKI LSI DRIVER
3608P: Oliver Neukum
3609M: oliver@neukum.name
3610L: linux-usb-users@lists.sourceforge.net
3611L: linux-usb-devel@lists.sourceforge.net
3612S: Maintained
3613
3614USB MASS STORAGE DRIVER
3615P: Matthew Dharm
3616M: mdharm-usb@one-eyed-alien.net
3617L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003618L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619S: Maintained
3620W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3621
3622USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003623P: David Brownell
3624M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625L: linux-usb-users@lists.sourceforge.net
3626L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003627S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628
Matthias Urlichsba460e42005-07-14 00:33:47 -07003629USB OPTION-CARD DRIVER
3630P: Matthias Urlichs
3631M: smurf@smurf.noris.de
3632L: linux-usb-devel@lists.sourceforge.net
3633S: Maintained
3634
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635USB OV511 DRIVER
3636P: Mark McClelland
3637M: mmcclell@bigfoot.com
3638L: linux-usb-users@lists.sourceforge.net
3639L: linux-usb-devel@lists.sourceforge.net
3640W: http://alpha.dyndns.org/ov511/
3641S: Maintained
3642
3643USB PEGASUS DRIVER
3644P: Petko Manolov
3645M: petkan@users.sourceforge.net
3646L: linux-usb-users@lists.sourceforge.net
3647L: linux-usb-devel@lists.sourceforge.net
3648W: http://pegasus2.sourceforge.net/
3649S: Maintained
3650
3651USB PRINTER DRIVER
3652P: Vojtech Pavlik
3653M: vojtech@suse.cz
3654L: linux-usb-users@lists.sourceforge.net
3655L: linux-usb-devel@lists.sourceforge.net
3656S: Maintained
3657
3658USB RTL8150 DRIVER
3659P: Petko Manolov
3660M: petkan@users.sourceforge.net
3661L: linux-usb-users@lists.sourceforge.net
3662L: linux-usb-devel@lists.sourceforge.net
3663W: http://pegasus2.sourceforge.net/
3664S: Maintained
3665
3666USB SE401 DRIVER
3667P: Jeroen Vreeken
3668M: pe1rxq@amsat.org
3669L: linux-usb-users@lists.sourceforge.net
3670L: linux-usb-devel@lists.sourceforge.net
3671W: http://www.chello.nl/~j.vreeken/se401/
3672S: Maintained
3673
3674USB SERIAL CYBERJACK DRIVER
3675P: Matthias Bruestle and Harald Welte
3676M: support@reiner-sct.com
3677W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3678S: Maintained
3679
3680USB SERIAL DIGI ACCELEPORT DRIVER
3681P: Peter Berger and Al Borchers
3682M: pberger@brimson.com
3683M: alborchers@steinerpoint.com
3684L: linux-usb-users@lists.sourceforge.net
3685L: linux-usb-devel@lists.sourceforge.net
3686S: Maintained
3687
3688USB SERIAL DRIVER
3689P: Greg Kroah-Hartman
3690M: gregkh@suse.de
3691L: linux-usb-users@lists.sourceforge.net
3692L: linux-usb-devel@lists.sourceforge.net
3693S: Supported
3694
3695USB SERIAL BELKIN F5U103 DRIVER
3696P: William Greathouse
3697M: wgreathouse@smva.com
3698L: linux-usb-users@lists.sourceforge.net
3699L: linux-usb-devel@lists.sourceforge.net
3700S: Maintained
3701
3702USB SERIAL CYPRESS M8 DRIVER
3703P: Lonnie Mendez
3704M: dignome@gmail.com
3705L: linux-usb-users@lists.sourceforge.net
3706L: linux-usb-devel@lists.sourceforge.net
3707S: Maintained
3708W: http://geocities.com/i0xox0i
3709W: http://firstlight.net/cvs
3710
3711USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3712L: linux-usb-users@lists.sourceforge.net
3713L: linux-usb-devel@lists.sourceforge.net
3714S: Maintained
3715
3716USB AUERSWALD DRIVER
3717P: Wolfgang Muees
3718M: wolfgang@iksw-muees.de
3719L: linux-usb-users@lists.sourceforge.net
3720L: linux-usb-devel@lists.sourceforge.net
3721S: Maintained
3722
3723USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3724P: Gary Brubaker
3725M: xavyer@ix.netcom.com
3726L: linux-usb-users@lists.sourceforge.net
3727L: linux-usb-devel@lists.sourceforge.net
3728S: Maintained
3729
3730USB SERIAL KEYSPAN DRIVER
3731P: Greg Kroah-Hartman
3732M: greg@kroah.com
3733L: linux-usb-users@lists.sourceforge.net
3734L: linux-usb-devel@lists.sourceforge.net
3735W: http://www.kroah.com/linux/
3736S: Maintained
3737
3738USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003739P: Support Department
3740M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741L: linux-usb-users@lists.sourceforge.net
3742L: linux-usb-devel@lists.sourceforge.net
3743W: http://www.connecttech.com
3744S: Supported
3745
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003746USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747P: Luca Risolia
3748M: luca.risolia@studio.unibo.it
3749L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003750L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751W: http://www.linux-projects.org
3752S: Maintained
3753
3754USB SUBSYSTEM
3755P: Greg Kroah-Hartman
3756M: gregkh@suse.de
3757L: linux-usb-users@lists.sourceforge.net
3758L: linux-usb-devel@lists.sourceforge.net
3759W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003760T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761S: Supported
3762
3763USB UHCI DRIVER
3764P: Alan Stern
3765M: stern@rowland.harvard.edu
3766L: linux-usb-users@lists.sourceforge.net
3767L: linux-usb-devel@lists.sourceforge.net
3768S: Maintained
3769
David Brownell69ae9e32006-11-14 02:03:31 -08003770USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771P: David Brownell
3772M: dbrownell@users.sourceforge.net
3773L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003774W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775S: Maintained
3776
3777USB W996[87]CF DRIVER
3778P: Luca Risolia
3779M: luca.risolia@studio.unibo.it
3780L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003781L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782W: http://www.linux-projects.org
3783S: Maintained
3784
Luca Risolia60f78052006-02-06 16:29:35 +00003785USB ZC0301 DRIVER
3786P: Luca Risolia
3787M: luca.risolia@studio.unibo.it
3788L: linux-usb-devel@lists.sourceforge.net
3789L: video4linux-list@redhat.com
3790W: http://www.linux-projects.org
3791S: Maintained
3792
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793USB ZD1201 DRIVER
3794P: Jeroen Vreeken
3795M: pe1rxq@amsat.org
3796L: linux-usb-users@lists.sourceforge.net
3797L: linux-usb-devel@lists.sourceforge.net
3798W: http://linux-lc100020.sourceforge.net
3799S: Maintained
3800
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003801USB ZR364XX DRIVER
3802P: Antoine Jacquet
3803M: royale@zerezo.com
3804L: linux-usb-devel@lists.sourceforge.net
3805L: video4linux-list@redhat.com
3806W: http://royale.zerezo.com/zr364xx/
3807S: Maintained
3808
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809USER-MODE LINUX
3810P: Jeff Dike
3811M: jdike@karaya.com
3812L: user-mode-linux-devel@lists.sourceforge.net
3813L: user-mode-linux-user@lists.sourceforge.net
3814W: http://user-mode-linux.sourceforge.net
3815S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003816
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817FAT/VFAT/MSDOS FILESYSTEM:
3818P: OGAWA Hirofumi
3819M: hirofumi@mail.parknet.co.jp
3820L: linux-kernel@vger.kernel.org
3821S: Maintained
3822
3823VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3824P: Jeff Garzik
3825S: Odd fixes
3826
3827VIA RHINE NETWORK DRIVER
3828P: Roger Luethi
3829M: rl@hellgate.ch
3830S: Maintained
3831
Jean Delvare32c0a522005-09-22 21:47:58 +02003832VIAPRO SMBUS DRIVER
3833P: Jean Delvare
3834M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003835L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003836S: Maintained
3837
Francois Romieu01f20732007-01-26 00:57:17 -08003838VIA VELOCITY NETWORK DRIVER
3839P: Francois Romieu
3840M: romieu@fr.zoreil.com
3841L: netdev@vger.kernel.org
3842S: Maintained
3843
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844UCLINUX (AND M68KNOMMU)
3845P: Greg Ungerer
3846M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003848L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849S: Maintained
3850
3851UCLINUX FOR NEC V850
3852P: Miles Bader
3853M: uclinux-v850@lsi.nec.co.jp
3854W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3855W: http://www.ee.nec.de/uclinux/
3856S: Supported
3857
3858UCLINUX FOR RENESAS H8/300
3859P: Yoshinori Sato
3860M: ysato@users.sourceforge.jp
3861W: http://uclinux-h8.sourceforge.jp/
3862S: Supported
3863
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003864UFS FILESYSTEM
3865P: Evgeniy Dushistov
3866M: dushistov@mail.ru
3867L: linux-kernel@vger.kernel.org
3868S: Maintained
3869
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870USB DIAMOND RIO500 DRIVER
3871P: Cesar Miquel
3872M: miquel@df.uba.ar
3873L: rio500-users@lists.sourceforge.net
3874W: http://rio500.sourceforge.net
3875S: Maintained
3876
3877VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003878P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003879M: mchehab@infradead.org
3880M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003882W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003883T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003884S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885
Juerg Haefligerab413192006-09-24 20:54:04 +02003886VT1211 HARDWARE MONITOR DRIVER
3887P: Juerg Haefliger
3888M: juergh@gmail.com
3889L: lm-sensors@lm-sensors.org
3890S: Maintained
3891
Roger Lucas1de9e372005-11-26 20:20:05 +01003892VT8231 HARDWARE MONITOR DRIVER
3893P: Roger Lucas
3894M: roger@planbit.co.uk
3895L: lm-sensors@lm-sensors.org
3896S: Maintained
3897
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898W1 DALLAS'S 1-WIRE BUS
3899P: Evgeniy Polyakov
3900M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901S: Maintained
3902
Charles Spirakis13927072006-07-05 18:05:15 +02003903W83791D HARDWARE MONITORING DRIVER
3904P: Charles Spirakis
3905M: bezaur@gmail.com
3906L: lm-sensors@lm-sensors.org
3907S: Maintained
3908
Rudolf Marek61db0112006-12-12 18:18:30 +01003909W83793 HARDWARE MONITORING DRIVER
3910P: Rudolf Marek
3911M: r.marek@assembler.cz
3912L: lm-sensors@lm-sensors.org
3913S: Maintained
3914
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915W83L51xD SD/MMC CARD INTERFACE DRIVER
3916P: Pierre Ossman
3917M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003918L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919W: http://projects.drzeus.cx/wbsd
3920S: Maintained
3921
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003922WATCHDOG DEVICE DRIVERS
3923P: Wim Van Sebroeck
3924M: wim@iguana.be
3925T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3926S: Maintained
3927
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3929P: Jean Tourrilhes
3930M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003931L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3933S: Maintained
3934
3935WD7000 SCSI DRIVER
3936P: Miroslav Zagorac
3937M: zaga@fly.cc.fer.hr
3938L: linux-scsi@vger.kernel.org
3939S: Maintained
3940
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003941WISTRON LAPTOP BUTTON DRIVER
3942P: Miloslav Trmac
3943M: mitr@volny.cz
3944S: Maintained
3945
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946WL3501 WIRELESS PCMCIA CARD DRIVER
3947P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003948M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003949L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003950W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951S: Maintained
3952
3953X.25 NETWORK LAYER
3954P: Henner Eisen
3955M: eis@baty.hanse.de
3956L: linux-x25@vger.kernel.org
3957S: Maintained
3958
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003959XEN HYPERVISOR INTERFACE
3960P: Jeremy Fitzhardinge
3961M: jeremy@xensource.com
3962P: Chris Wright
3963M: chrisw@sous-sol.org
3964L: virtualization@lists.osdl.org
3965L: xen-devel@lists.xensource.com
3966S: Supported
3967
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968XFS FILESYSTEM
3969P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003970P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003972L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003974T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975S: Supported
3976
Peter Korsgaard238b8722006-12-06 20:35:17 -08003977XILINX UARTLITE SERIAL DRIVER
3978P: Peter Korsgaard
3979M: jacmet@sunsite.dk
3980L: linux-serial@vger.kernel.org
3981S: Maintained
3982
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983X86 3-LEVEL PAGING (PAE) SUPPORT
3984P: Ingo Molnar
3985M: mingo@redhat.com
3986S: Maintained
3987
3988X86-64 port
3989P: Andi Kleen
3990M: ak@suse.de
3991L: discuss@x86-64.org
3992W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003993T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994S: Maintained
3995
3996YAM DRIVER FOR AX.25
3997P: Jean-Paul Roubelat
3998M: jpr@f6fbb.org
3999L: linux-hams@vger.kernel.org
4000S: Maintained
4001
Henkaf64a5e2005-10-12 15:02:56 +02004002YEALINK PHONE DRIVER
4003P: Henk Vergonet
4004M: Henk.Vergonet@gmail.com
4005L: usbb2k-api-dev@nongnu.org
4006S: Maintained
4007
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008Z8530 DRIVER FOR AX.25
4009P: Joerg Reuter
4010M: jreuter@yaina.de
4011W: http://yaina.de/jreuter/
4012W: http://www.qsl.net/dl1bke/
4013L: linux-hams@vger.kernel.org
4014S: Maintained
4015
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004016ZD1211RW WIRELESS DRIVER
4017P: Daniel Drake
4018M: dsd@gentoo.org
4019P: Ulrich Kunitz
4020M: kune@deine-taler.de
4021W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004022L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004023L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4024S: Maintained
4025
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026ZF MACHZ WATCHDOG
4027P: Fernando Fuganti
4028M: fuganti@netbank.com.br
4029W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4030S: Maintained
4031
4032ZR36067 VIDEO FOR LINUX DRIVER
4033P: Ronald Bultje
4034M: rbultje@ronald.bitfreak.net
4035L: mjpeg-users@lists.sourceforge.net
4036W: http://mjpeg.sourceforge.net/driver-zoran/
4037S: Maintained
4038
4039ZR36120 VIDEO FOR LINUX DRIVER
4040P: Pauline Middelink
4041M: middelin@polyware.nl
4042W: http://www.polyware.nl/~middelin/En/hobbies.html
4043W: http://www.polyware.nl/~middelin/hobbies.html
4044S: Maintained
4045
4046THE REST
4047P: Linus Torvalds
4048S: Buried alive in reporters