blob: 7adebcc99cb41ab3181232728d639fd59b584957 [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
58 -----------------------------------
59
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
375L: alsa-devel@alsa-project.org
376S: 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
385APPLETALK NETWORK LAYER
386P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300387M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388S: Maintained
389
Jaya Kumar1154ea72005-06-21 17:17:04 -0700390ARC FRAMEBUFFER DRIVER
391P: Jaya Kumar
392M: jayalk@intworks.biz
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395ARM26 ARCHITECTURE
396P: Ian Molton
397M: spyro@f2s.com
398S: Maintained
399
400ARM26/ARCHIMEDES
401P: Ian Molton
402M: spyro@f2s.com
403S: Maintained
404
405ARM26/A5000
406P: John Appleby
407M: john@dnsworld.co.uk
408S: Maintained
409
410ARM MFM AND FLOPPY DRIVERS
411P: Ian Molton
412M: spyro@f2s.com
413S: Maintained
414
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800415ARM/ADI ROADRUNNER MACHINE SUPPORT
416P: Lennert Buytenhek
417M: kernel@wantstofly.org
418L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
419S: Maintained
420
421ARM/ADS SPHERE MACHINE SUPPORT
422P: Lennert Buytenhek
423M: kernel@wantstofly.org
424L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
425S: Maintained
426
427ARM/AJECO 1ARM MACHINE SUPPORT
428P: Lennert Buytenhek
429M: kernel@wantstofly.org
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
Andrew Victord4a89c72006-12-04 13:56:21 +0100433ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
434P: Andrew Victor
435M: andrew@sanpeople.com
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437W: http://maxim.org.za/at91_26.html
438S: Maintained
439
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800440ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
441P: Lennert Buytenhek
442M: kernel@wantstofly.org
443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444S: Maintained
445
446ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452ARM/CORGI MACHINE SUPPORT
453P: Richard Purdie
454M: rpurdie@rpsys.net
455S: Maintained
456
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800457ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100463ARM/HP JORNADA 7XX MACHINE SUPPORT
464P: Kristoffer Ericson
465M: kristoffer_e1@hotmail.com
466W: www.jlime.com
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/INTEL IOP32X ARM ARCHITECTURE
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100472P: Dan Williams
473M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100475S: Supported
476
477ARM/INTEL IOP33X ARM ARCHITECTURE
478P: Dan Williams
479M: dan.j.williams@intel.com
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482
483ARM/INTEL IOP13XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100486P: Dan Williams
487M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100489S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800490
491ARM/INTEL IQ81342EX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100494P: Dan Williams
495M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100497S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800498
499ARM/INTEL IXP2000 ARM ARCHITECTURE
500P: Lennert Buytenhek
501M: kernel@wantstofly.org
502L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
503S: Maintained
504
505ARM/INTEL IXDP2850 MACHINE SUPPORT
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
511ARM/INTEL IXP23XX ARM ARCHITECTURE
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
517ARM/INTEL XSC3 (MANZANO) ARM CORE
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100520P: Dan Williams
521M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100523S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800524
525ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
526P: Lennert Buytenhek
527M: kernel@wantstofly.org
528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529S: Maintained
530
531ARM/LOGICPD PXA270 MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Maintained
536
Dirk Opfer8459c152005-11-06 14:27:52 +0000537ARM/TOSA MACHINE SUPPORT
538P: Dirk Opfer
539M: dirk@opfer-online.de
540S: Maintained
541
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542ARM/PLEB SUPPORT
543P: Peter Chubb
544M: pleb@gelato.unsw.edu.au
545W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
546S: Maintained
547
548ARM/PT DIGITAL BOARD PORT
549P: Stefan Eletzhofer
550M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552W: http://www.arm.linux.org.uk/
553S: Maintained
554
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800555ARM/RADISYS ENP2611 MACHINE SUPPORT
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
559S: Maintained
560
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561ARM/SHARK MACHINE SUPPORT
562P: Alexander Schulz
563M: alex@shark-linux.de
564W: http://www.shark-linux.de/shark.html
565S: Maintained
566
567ARM/STRONGARM110 PORT
568P: Russell King
569M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571W: http://www.arm.linux.org.uk/
572S: Maintained
573
574ARM/S3C2410 ARM ARCHITECTURE
575P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800576M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.fluff.org/ben/linux/
579S: Maintained
580
581ARM/S3C2440 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800588ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592S: Maintained
593
594ARM/THECUS N2100 MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600ARPD SUPPORT
601P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700602L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603S: Maintained
604
605ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500606P: Corentin Chary
607M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608P: Karol Kozimor
609M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610L: acpi4asus-user@lists.sourceforge.net
611W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500612W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613S: Maintained
614
Corentin Chary85091b72007-01-26 14:04:30 +0100615ASUS LAPTOP EXTRAS DRIVER
616P: Corentin Chary
617M: corentincj@iksaif.net
618L: acpi4asus-user@lists.sourceforge.net
619W: http://sourceforge.net/projects/acpi4asus
620W: http://xf.iksaif.net/acpi4asus
621S: Maintained
622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623ATA OVER ETHERNET DRIVER
624P: Ed L. Cashin
625M: ecashin@coraid.com
626W: http://www.coraid.com/support/linux
627S: Supported
628
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600629ATL1 ETHERNET DRIVER
630P: Jay Cliburn
631M: jcliburn@gmail.com
632P: Chris Snook
633M: csnook@redhat.com
634L: atl1-devel@lists.sourceforge.net
635W: http://sourceforge.net/projects/atl1
636W: http://atl1.sourceforge.net
637S: Maintained
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639ATM
640P: Chas Williams
641M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700642L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643W: http://linux-atm.sourceforge.net
644S: Maintained
645
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100646ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100647P: Haavard Skinnemoen
648M: hskinnemoen@atmel.com
649S: Supported
650
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800651ATMEL SPI DRIVER
652P: Haavard Skinnemoen
653M: hskinnemoen@atmel.com
654S: Supported
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656ATMEL WIRELESS DRIVER
657P: Simon Kelley
658M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700659L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.thekelleys.org.uk/atmel
661W: http://atmelwlandriver.sourceforge.net/
662S: Maintained
663
Chris Wrighta92b7b82005-07-07 18:12:23 -0700664AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100665P: David Woodhouse
666M: dwmw2@infradead.org
667L: linux-audit@redhat.com
668W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800669T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700670S: Maintained
671
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800672AUXILIARY DISPLAY DRIVERS
673P: Miguel Ojeda Sandonis
674M: maxextreme@gmail.com
675L: linux-kernel@vger.kernel.org
676S: Maintained
677
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700678AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700679P: Haavard Skinnemoen
680M: hskinnemoen@atmel.com
681W: http://www.atmel.com/products/AVR32/
682W: http://avr32linux.org/
683W: http://avrfreaks.net/
684S: Supported
685
686AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689S: Supported
690
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691AX.25 NETWORK LAYER
692P: Ralf Baechle
693M: ralf@linux-mips.org
694L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200695W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696S: Maintained
697
Richard Purdie300abeb2007-02-07 22:21:07 +0000698BACKLIGHT CLASS/SUBSYSTEM
699P: Richard Purdie
700M: rpurdie@rpsys.net
701S: Maintained
702
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703BAYCOM/HDLCDRV DRIVERS FOR AX.25
704P: Thomas Sailer
705M: t.sailer@alumni.ethz.ch
706L: linux-hams@vger.kernel.org
707W: http://www.baycom.org/~tom/ham/ham.html
708S: Maintained
709
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200710BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
711P: Larry Finger
712M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200713P: Stefano Brivio
714M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700715L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200716W: http://bcm43xx.berlios.de/
717S: Maintained
718
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719BEFS FILE SYSTEM
720P: Sergey S. Kostyliov
721M: rathamahata@php4.ru
722L: linux-kernel@vger.kernel.org
723S: Maintained
724
725BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
726P: Kenji Hollis
727W: http://ftp.bitgate.com/pcwd/
728S: Maintained
729
730BFS FILE SYSTEM
731P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800732M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733L: linux-kernel@vger.kernel.org
734S: Maintained
735
736BLOCK LAYER
737P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200738M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800740T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741S: Maintained
742
743BLUETOOTH SUBSYSTEM
744P: Marcel Holtmann
745M: marcel@holtmann.org
746P: Maxim Krasnyansky
747M: maxk@qualcomm.com
748L: bluez-devel@lists.sf.net
749W: http://bluez.sf.net
750W: http://www.bluez.org
751W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800752T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753S: Maintained
754
755BLUETOOTH RFCOMM LAYER
756P: Marcel Holtmann
757M: marcel@holtmann.org
758P: Maxim Krasnyansky
759M: maxk@qualcomm.com
760S: Maintained
761
762BLUETOOTH BNEP LAYER
763P: Marcel Holtmann
764M: marcel@holtmann.org
765P: Maxim Krasnyansky
766M: maxk@qualcomm.com
767S: Maintained
768
769BLUETOOTH CMTP LAYER
770P: Marcel Holtmann
771M: marcel@holtmann.org
772S: Maintained
773
774BLUETOOTH HIDP LAYER
775P: Marcel Holtmann
776M: marcel@holtmann.org
777S: Maintained
778
779BLUETOOTH HCI UART DRIVER
780P: Marcel Holtmann
781M: marcel@holtmann.org
782P: Maxim Krasnyansky
783M: maxk@qualcomm.com
784S: Maintained
785
786BLUETOOTH HCI USB DRIVER
787P: Marcel Holtmann
788M: marcel@holtmann.org
789P: Maxim Krasnyansky
790M: maxk@qualcomm.com
791S: Maintained
792
793BLUETOOTH HCI BCM203X DRIVER
794P: Marcel Holtmann
795M: marcel@holtmann.org
796S: Maintained
797
798BLUETOOTH HCI BPA10X DRIVER
799P: Marcel Holtmann
800M: marcel@holtmann.org
801S: Maintained
802
803BLUETOOTH HCI BFUSB DRIVER
804P: Marcel Holtmann
805M: marcel@holtmann.org
806S: Maintained
807
808BLUETOOTH HCI DTL1 DRIVER
809P: Marcel Holtmann
810M: marcel@holtmann.org
811S: Maintained
812
813BLUETOOTH HCI BLUECARD DRIVER
814P: Marcel Holtmann
815M: marcel@holtmann.org
816S: Maintained
817
818BLUETOOTH HCI BT3C DRIVER
819P: Marcel Holtmann
820M: marcel@holtmann.org
821S: Maintained
822
823BLUETOOTH HCI BTUART DRIVER
824P: Marcel Holtmann
825M: marcel@holtmann.org
826S: Maintained
827
828BLUETOOTH HCI VHCI DRIVER
829P: Maxim Krasnyansky
830M: maxk@qualcomm.com
831S: Maintained
832
833BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100834P: Chad Tindel
835M: ctindel@users.sourceforge.net
836P: Jay Vosburgh
837M: fubar@us.ibm.com
838L: bonding-devel@lists.sourceforge.net
839W: http://sourceforge.net/projects/bonding/
840S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000842BROADBAND PROCESSOR ARCHITECTURE
843P: Arnd Bergmann
844M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100845L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400846W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000847S: Supported
848
Gary Zambrano39105892006-06-22 17:26:20 -0700849BROADCOM B44 10/100 ETHERNET DRIVER
850P: Gary Zambrano
851M: zambrano@broadcom.com
852L: netdev@vger.kernel.org
853S: Supported
854
Michael Chan948c51e2006-06-04 02:51:39 -0700855BROADCOM BNX2 GIGABIT ETHERNET DRIVER
856P: Michael Chan
857M: mchan@broadcom.com
858L: netdev@vger.kernel.org
859S: Supported
860
861BROADCOM TG3 GIGABIT ETHERNET DRIVER
862P: Michael Chan
863M: mchan@broadcom.com
864L: netdev@vger.kernel.org
865S: Supported
866
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700868P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200869M: mchehab@infradead.org
870M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700872W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200873T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700874S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200876CALGARY x86-64 IOMMU
877P: Muli Ben-Yehuda
878M: muli@il.ibm.com
879P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200880M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200881L: linux-kernel@vger.kernel.org
882L: discuss@x86-64.org
883S: Maintained
884
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800885CFAG12864B LCD DRIVER
886P: Miguel Ojeda Sandonis
887M: maxextreme@gmail.com
888L: linux-kernel@vger.kernel.org
889S: Maintained
890
891CFAG12864BFB LCD FRAMEBUFFER DRIVER
892P: Miguel Ojeda Sandonis
893M: maxextreme@gmail.com
894L: linux-kernel@vger.kernel.org
895S: Maintained
896
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897COMMON INTERNET FILE SYSTEM (CIFS)
898P: Steve French
899M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100900L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901L: samba-technical@lists.samba.org
902W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800903T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904S: Supported
905
Joel Becker7063fbf2005-12-15 14:29:43 -0800906CONFIGFS
907P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800908M: joel.becker@oracle.com
909L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800910S: Supported
911
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800912CIRRUS LOGIC EP93XX ETHERNET DRIVER
913P: Lennert Buytenhek
914M: kernel@wantstofly.org
915L: netdev@vger.kernel.org
916S: Maintained
917
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918CIRRUS LOGIC GENERIC FBDEV DRIVER
919P: Jeff Garzik
920M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800921L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922S: Odd Fixes
923
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800924CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
925P: Lennert Buytenhek
926M: kernel@wantstofly.org
927L: linux-usb-devel@lists.sourceforge.net
928S: Maintained
929
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
931P: Cirrus Logic Corporation (kernel 2.2 driver)
932M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
933P: Nils Faerber (port to kernel 2.4)
934M: Nils Faerber <nils@kernelconcepts.de>
935S: Maintained
936
937CODA FILE SYSTEM
938P: Jan Harkes
939M: jaharkes@cs.cmu.edu
940M: coda@cs.cmu.edu
941L: codalist@coda.cs.cmu.edu
942W: http://www.coda.cs.cmu.edu/
943S: Maintained
944
945COMPACTPCI HOTPLUG CORE
946P: Scott Murray
947M: scottm@somanetworks.com
948M: scott@spiteful.org
949L: pcihpd-discuss@lists.sourceforge.net
950S: Supported
951
952COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
953P: Scott Murray
954M: scottm@somanetworks.com
955M: scott@spiteful.org
956L: pcihpd-discuss@lists.sourceforge.net
957S: Supported
958
959COMPACTPCI HOTPLUG GENERIC DRIVER
960P: Scott Murray
961M: scottm@somanetworks.com
962M: scott@spiteful.org
963L: pcihpd-discuss@lists.sourceforge.net
964S: Supported
965
966COMPUTONE INTELLIPORT MULTIPORT CARD
967P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700968M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700970S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971
972COSA/SRP SYNC SERIAL DRIVER
973P: Jan "Yenya" Kasprzak
974M: kas@fi.muni.cz
975W: http://www.fi.muni.cz/~kas/cosa/
976S: Maintained
977
978CPU FREQUENCY DRIVERS
979P: Dave Jones
980M: davej@codemonkey.org.uk
981L: cpufreq@lists.linux.org.uk
982W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500983T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984S: Maintained
985
986CPUID/MSR DRIVER
987P: H. Peter Anvin
988M: hpa@zytor.com
989S: Maintained
990
Paul Jacksoned90fb42005-09-27 21:45:37 -0700991CPUSETS
992P: Paul Jackson
993P: Simon Derr
994M: pj@sgi.com
995M: simon.derr@bull.net
996L: linux-kernel@vger.kernel.org
997W: http://www.bullopensource.org/cpuset/
998S: Supported
999
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001001W: http://sourceforge.net/projects/cramfs/
1002S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003
1004CRIS PORT
1005P: Mikael Starvik
1006M: starvik@axis.com
1007L: dev-etrax@axis.com
1008W: http://developer.axis.com
1009S: Maintained
1010
1011CRYPTO API
1012P: Herbert Xu
1013M: herbert@gondor.apana.org.au
1014P: David S. Miller
1015M: davem@davemloft.net
1016L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001017T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018S: Maintained
1019
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001020CS5535 Audio ALSA driver
1021P: Jaya Kumar
1022M: jayakumar.alsa@gmail.com
1023S: Maintained
1024
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025CYBERPRO FB DRIVER
1026P: Russell King
1027M: rmk@arm.linux.org.uk
1028W: http://www.arm.linux.org.uk/
1029S: Maintained
1030
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001031CYBLAFB FRAMEBUFFER DRIVER
1032P: Knut Petersen
1033M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001034L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001035S: Maintained
1036
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037CYCLADES 2X SYNC CARD DRIVER
1038P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001039M: acme@ghostprotocols.net
1040W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041S: Maintained
1042
1043CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001045S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046
1047CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001049S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051DAMA SLAVE for AX.25
1052P: Joerg Reuter
1053M: jreuter@yaina.de
1054W: http://yaina.de/jreuter/
1055W: http://www.qsl.net/dl1bke/
1056L: linux-hams@vger.kernel.org
1057S: Maintained
1058
1059DC395x SCSI driver
1060P: Oliver Neukum
1061M: oliver@neukum.name
1062P: Ali Akcaagac
1063M: aliakc@web.de
1064P: Jamie Lenehan
1065M: lenehan@twibble.org
1066W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001067L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068L: http://lists.twibble.org/mailman/listinfo/dc395x/
1069S: Maintained
1070
1071DC390/AM53C974 SCSI driver
1072P: Kurt Garloff
1073M: garloff@suse.de
1074W: http://www.garloff.de/kurt/linux/dc390/
1075P: Guennadi Liakhovetski
1076M: g.liakhovetski@gmx.de
1077S: Maintained
1078
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001079DCCP PROTOCOL
1080P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001081M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001082L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001083W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001084S: Maintained
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086DECnet NETWORK LAYER
1087P: Patrick Caulfield
1088M: patrick@tykepenguin.com
1089W: http://linux-decnet.sourceforge.net
1090L: linux-decnet-user@lists.sourceforge.net
1091S: Maintained
1092
1093DEFXX FDDI NETWORK DRIVER
1094P: Maciej W. Rozycki
1095M: macro@linux-mips.org
1096S: Maintained
1097
1098DELL LAPTOP SMM DRIVER
1099P: Massimo Dal Zotto
1100M: dz@debian.org
1101W: http://www.debian.org/~dz/i8k/
1102S: Maintained
1103
Doug Warzecha90563ec2005-09-06 15:17:15 -07001104DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1105P: Doug Warzecha
1106M: Douglas_Warzecha@dell.com
1107S: Maintained
1108
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001109DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110P: Alasdair Kergon
1111L: dm-devel@redhat.com
1112W: http://sources.redhat.com/dm
1113S: Maintained
1114
1115DEVICE NUMBER REGISTRY
1116P: Torben Mathiasen
1117M: device@lanana.org
1118W: http://lanana.org/docs/device-list/index.html
1119L: linux-kernel@vger.kernel.org
1120S: Maintained
1121
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122DIGI INTL. EPCA DRIVER
1123P: Digi International, Inc
1124M: Eng.Linux@digi.com
1125L: Eng.Linux@digi.com
1126W: http://www.digi.com
1127S: Orphaned
1128
1129DIGI RIGHTSWITCH NETWORK DRIVER
1130P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001131L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132W: http://www.digi.com
1133S: Orphaned
1134
1135DIRECTORY NOTIFICATION
1136P: Stephen Rothwell
1137M: sfr@canb.auug.org.au
1138L: linux-kernel@vger.kernel.org
1139S: Supported
1140
1141DISK GEOMETRY AND PARTITION HANDLING
1142P: Andries Brouwer
1143M: aeb@cwi.nl
1144W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1145W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1146W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1147S: Maintained
1148
1149DISKQUOTA:
1150P: Jan Kara
1151M: jack@suse.cz
1152L: linux-kernel@vger.kernel.org
1153S: Maintained
1154
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001155DISTRIBUTED LOCK MANAGER
1156P: Patrick Caulfield
1157M: pcaulfie@redhat.com
1158P: David Teigland
1159M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001160L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001161W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001162T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1163T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001164S: Supported
1165
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1167P: Tobias Ringstrom
1168M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001169L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170S: Maintained
1171
Martin Waitzba483d52005-06-17 13:20:59 -07001172DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001173P: Randy Dunlap
1174M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001175S: Maintained
1176
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001177DOCKING STATION DRIVER
1178P: Kristen Carlson Accardi
1179M: kristen.c.accardi@intel.com
1180L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001181S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183DOUBLETALK DRIVER
1184P: James R. Van Zandt
1185M: jrv@vanzandt.mv.com
1186L: blinux-list@redhat.com
1187S: Maintained
1188
1189DRIVER CORE, KOBJECTS, AND SYSFS
1190P: Greg Kroah-Hartman
1191M: gregkh@suse.de
1192L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001193T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194S: Supported
1195
1196DRM DRIVERS
1197P: David Airlie
1198M: airlied@linux.ie
1199L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001200T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201S: Maintained
1202
1203DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001204P: Francois Romieu
1205M: romieu@fr.zoreil.com
1206L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207S: Maintained
1208
1209DVB SUBSYSTEM AND DRIVERS
1210P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001211M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001213W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001214T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001215S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216
1217EATA-DMA SCSI DRIVER
1218P: Michael Neuffer
1219L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1220S: Maintained
1221
1222EATA ISA/EISA/PCI SCSI DRIVER
1223P: Dario Ballabio
1224M: ballabio_dario@emc.com
1225L: linux-scsi@vger.kernel.org
1226S: Maintained
1227
1228EATA-PIO SCSI DRIVER
1229P: Michael Neuffer
1230M: mike@i-Connect.Net
1231L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1232S: Maintained
1233
1234EBTABLES
1235P: Bart De Schuymer
1236M: bart.de.schuymer@pandora.be
1237L: ebtables-user@lists.sourceforge.net
1238L: ebtables-devel@lists.sourceforge.net
1239W: http://ebtables.sourceforge.net/
1240S: Maintained
1241
Michael Halcrow237fead2006-10-04 02:16:22 -07001242ECRYPT FILE SYSTEM
1243P: Mike Halcrow, Phillip Hellewell
1244M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1245L: ecryptfs-devel@lists.sourceforge.net
1246W: http://ecryptfs.sourceforge.net/
1247S: Supported
1248
Alan Coxda9bb1d2006-01-18 17:44:13 -08001249EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001250P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001251M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001252L: bluesmoke-devel@lists.sourceforge.net
1253W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001254S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001255
1256EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001257P: Mark Gross
1258M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001259L: bluesmoke-devel@lists.sourceforge.net
1260W: bluesmoke.sourceforge.net
1261S: Maintained
1262
1263EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001264P: Doug Thompson
1265M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001266L: bluesmoke-devel@lists.sourceforge.net
1267W: bluesmoke.sourceforge.net
1268S: Maintained
1269
1270EDAC-R82600
1271P: Tim Small
1272M: tim@buttersideup.com
1273L: bluesmoke-devel@lists.sourceforge.net
1274W: bluesmoke.sourceforge.net
1275S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001276
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277EEPRO100 NETWORK DRIVER
1278P: Andrey V. Savochkin
1279M: saw@saw.sw.com.sg
1280S: Maintained
1281
Josh Triplett0bee8d22006-07-30 03:03:58 -07001282EFS FILESYSTEM
1283W: http://aeschi.ch.eu.org/efs/
1284S: Orphan
1285
Heiko J Schickfab97222006-09-22 15:22:22 -07001286EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1287P: Hoang-Nam Nguyen
1288M: hnguyen@de.ibm.com
1289P: Christoph Raisch
1290M: raisch@de.ibm.com
1291L: openib-general@openib.org
1292S: Supported
1293
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294EMU10K1 SOUND DRIVER
1295P: James Courtier-Dutton
1296M: James@superbug.demon.co.uk
1297L: emu10k1-devel@lists.sourceforge.net
1298W: http://sourceforge.net/projects/emu10k1/
1299S: Maintained
1300
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001301EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001302P: James Smart
1303M: james.smart@emulex.com
1304L: linux-scsi@vger.kernel.org
1305W: http://sourceforge.net/projects/lpfcxxxx
1306S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001307
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308EPSON 1355 FRAMEBUFFER DRIVER
1309P: Christopher Hoover
1310M: ch@murgatroid.com, ch@hpl.hp.com
1311S: Maintained
1312
1313ETHEREXPRESS-16 NETWORK DRIVER
1314P: Philip Blundell
1315M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001316L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317S: Maintained
1318
1319ETHERNET BRIDGE
1320P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001321M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001322L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323W: http://bridge.sourceforge.net/
1324S: Maintained
1325
1326ETHERTEAM 16I DRIVER
1327P: Mika Kuoppala
1328M: miku@iki.fi
1329S: Maintained
1330
1331EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001332L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Maintained
1334
1335EXT3 FILE SYSTEM
1336P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001337M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001338L: linux-ext4@vger.kernel.org
1339S: Maintained
1340
1341EXT4 FILE SYSTEM
1342P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001343M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001344L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
Jean Delvaree53004e2006-01-09 23:26:14 +01001347F71805F HARDWARE MONITORING DRIVER
1348P: Jean Delvare
1349M: khali@linux-fr.org
1350L: lm-sensors@lm-sensors.org
1351S: Maintained
1352
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353FARSYNC SYNCHRONOUS DRIVER
1354P: Kevin Curtis
1355M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356W: http://www.farsite.co.uk/
1357S: Supported
1358
Akinobu Mitac5408b82007-04-23 14:41:20 -07001359FAULT INJECTION SUPPORT
1360P: Akinobu Mita
1361M: akinobu.mita@gmail.com
1362S: Supported
1363
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364FRAMEBUFFER LAYER
1365P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001366M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001367L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368W: http://linux-fbdev.sourceforge.net/
1369S: Maintained
1370
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001371FREESCALE SOC FS_ENET DRIVER
1372P: Pantelis Antoniou
1373M: pantelis.antoniou@gmail.com
1374P: Vitaly Bordug
1375M: vbordug@ru.mvista.com
1376L: linuxppc-embedded@ozlabs.org
1377L: netdev@vger.kernel.org
1378S: Maintained
1379
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380FILE LOCKING (flock() and fcntl()/lockf())
1381P: Matthew Wilcox
1382M: matthew@wil.cx
1383L: linux-fsdevel@vger.kernel.org
1384S: Maintained
1385
1386FILESYSTEMS (VFS and infrastructure)
1387P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001388M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389S: Maintained
1390
1391FIRMWARE LOADER (request_firmware)
1392L: linux-kernel@vger.kernel.org
1393S: Orphan
1394
1395FPU EMULATOR
1396P: Bill Metzenthen
1397M: billm@suburbia.net
1398W: http://suburbia.net/~billm/floating-point/emulator/
1399S: Maintained
1400
1401FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1402P: Mike McLagan
1403M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001404L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405S: Maintained
1406
1407FREEVXFS FILESYSTEM
1408P: Christoph Hellwig
1409M: hch@infradead.org
1410W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1411S: Maintained
1412
David Howells5ab7ffe2007-04-10 15:10:45 +01001413FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414P: David Howells
1415M: dhowells@redhat.com
1416S: Maintained
1417
Miklos Szeredi04578f12005-09-09 13:10:22 -07001418FUSE: FILESYSTEM IN USERSPACE
1419P: Miklos Szeredi
1420M: miklos@szeredi.hu
1421L: fuse-devel@lists.sourceforge.net
1422W: http://fuse.sourceforge.net/
1423S: Maintained
1424
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1426P: Rik Faith
1427M: faith@cs.unc.edu
1428L: linux-scsi@vger.kernel.org
1429S: Odd fixes (e.g., new signatures)
1430
1431GDT SCSI DISK ARRAY CONTROLLER DRIVER
1432P: Achim Leubner
1433M: achim_leubner@adaptec.com
1434L: linux-scsi@vger.kernel.org
1435W: http://www.icp-vortex.com/
1436S: Supported
1437
1438GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1439P: Krzysztof Halasa
1440M: khc@pm.waw.pl
1441W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1442S: Maintained
1443
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001444GFS2 FILE SYSTEM
1445P: Steven Whitehouse
1446M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001447L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001448W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001449T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1450T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001451S: Supported
1452
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001453GIGASET ISDN DRIVERS
1454P: Hansjoerg Lipp
1455M: hjlipp@web.de
1456P: Tilman Schmidt
1457M: tilman@imap.cc
1458L: gigaset307x-common@lists.sourceforge.net
1459W: http://gigaset307x.sourceforge.net/
1460S: Maintained
1461
Jean Delvare5b543962005-08-15 19:51:02 +02001462HARDWARE MONITORING
1463P: Jean Delvare
1464M: khali@linux-fr.org
1465L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001466W: http://www.lm-sensors.org/
1467T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001468S: Maintained
1469
Michael Buesch844dd052006-06-26 00:24:59 -07001470HARDWARE RANDOM NUMBER GENERATOR CORE
1471P: Michael Buesch
1472M: mb@bu3sch.de
1473S: Maintained
1474
Robert Love860e1d62005-08-31 23:57:59 -04001475HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1476P: Robert Love
1477M: rlove@rlove.org
1478M: linux-kernel@vger.kernel.org
1479W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1480S: Maintained
1481
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482HARMONY SOUND DRIVER
1483P: Kyle McMartin
1484M: kyle@parisc-linux.org
1485W: http://www.parisc-linux.org/~kyle/harmony/
1486L: parisc-linux@lists.parisc-linux.org
1487S: Maintained
1488
1489HAYES ESP SERIAL DRIVER
1490P: Andrew J. Robinson
1491M: arobinso@nyx.net
1492L: linux-kernel@vger.kernel.org
1493W: http://www.nyx.net/~arobinso
1494S: Maintained
1495
1496HFS FILESYSTEM
1497P: Roman Zippel
1498M: zippel@linux-m68k.org
1499L: linux-kernel@vger.kernel.org
1500S: Maintained
1501
1502HGA FRAMEBUFFER DRIVER
1503P: Ferenc Bakonyi
1504M: fero@drama.obuda.kando.hu
1505L: linux-nvidia@lists.surfsouth.com
1506W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1507S: Maintained
1508
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001509HID CORE LAYER
1510P: Jiri Kosina
1511M: jkosina@suse.cz
1512L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001513T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001514S: Maintained
1515
Ingo Molnar38bed542007-02-22 09:09:34 +01001516HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1517P: Thomas Gleixner
1518M: tglx@linutronix.de
1519L: linux-kernel@vger.kernel.org
1520S: Maintained
1521
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522HIGH-SPEED SCC DRIVER FOR AX.25
1523P: Klaus Kudielka
1524M: klaus.kudielka@ieee.org
1525L: linux-hams@vger.kernel.org
1526W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1527S: Maintained
1528
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001529HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1530P: HighPoint Linux Team
1531M: linux@highpoint-tech.com
1532W: http://www.highpoint-tech.com
1533S: Supported
1534
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535HIPPI
1536P: Jes Sorensen
1537M: jes@trained-monkey.org
1538L: linux-hippi@sunsite.dk
1539S: Maintained
1540
1541HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1542P: Chirag Kantharia
1543M: chirag.kantharia@hp.com
1544L: iss_storagedev@hp.com
1545S: Maintained
1546
1547HEWLETT-PACKARD SMART2 RAID DRIVER
1548P: Chirag Kantharia
1549M: chirag.kantharia@hp.com
1550L: iss_storagedev@hp.com
1551S: Maintained
1552
1553HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1554P: Mike Miller
1555M: mike.miller@hp.com
1556L: iss_storagedev@hp.com
1557S: Supported
1558
Jouni Malinenff1d2762005-05-12 22:54:16 -04001559HOST AP DRIVER
1560P: Jouni Malinen
1561M: jkmaline@cc.hut.fi
Johannes Berg724c6b32007-04-23 12:18:20 -07001562L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001563L: hostap@shmoo.com
1564W: http://hostap.epitest.fi/
1565S: Maintained
1566
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1568P: Jaroslav Kysela
1569M: perex@suse.cz
1570S: Maintained
1571
Bob Piccob9b03322005-11-07 00:59:19 -08001572HPET: High Precision Event Timers driver (hpet.c)
1573P: Clemens Ladisch
1574M: clemens@ladisch.de
1575S: Maintained
1576
1577HPET: i386
1578P: Venkatesh Pallipadi (Venki)
1579M: venkatesh.pallipadi@intel.com
1580S: Maintained
1581
1582HPET: x86_64
1583P: Andi Kleen and Vojtech Pavlik
1584M: ak@muc.de and vojtech@suse.cz
1585S: Maintained
1586
1587HPET: ACPI hpet.c
1588P: Bob Picco
1589M: bob.picco@hp.com
1590S: Maintained
1591
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592HPFS FILESYSTEM
1593P: Mikulas Patocka
1594M: mikulas@artax.karlin.mff.cuni.cz
1595W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1596S: Maintained
1597
1598HUGETLB FILESYSTEM
1599P: William Irwin
1600M: wli@holomorphy.com
1601S: Maintained
1602
Jean Delvare5b543962005-08-15 19:51:02 +02001603I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604P: Jean Delvare
1605M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001606L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001607T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608S: Maintained
1609
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610i386 BOOT CODE
1611P: Riley H. Williams
1612M: Riley@Williams.Name
1613L: Linux-Kernel@vger.kernel.org
1614S: Maintained
1615
1616i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1617P: Dave Jones
1618M: davej@codemonkey.org.uk
1619P: H. Peter Anvin
1620M: hpa@zytor.com
1621S: Maintained
1622
1623i810 TCO TIMER WATCHDOG
1624P: Nils Faerber
1625M: nils@kernelconcepts.de
1626W: http://www.kernelconcepts.de/
1627S: Maintained
1628
1629IA64 (Itanium) PLATFORM
1630P: Tony Luck
1631M: tony.luck@intel.com
1632L: linux-ia64@vger.kernel.org
1633W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001634T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635S: Maintained
1636
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001637IBM ACPI EXTRAS DRIVER
1638P: Henrique de Moraes Holschuh
1639M: ibm-acpi@hmh.eng.br
1640L: ibm-acpi-devel@lists.sourceforge.net
1641W: http://ibm-acpi.sourceforge.net
1642W: http://thinkwiki.org/wiki/Ibm-acpi
1643T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1644S: Maintained
1645
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001647P: Jes Sorensen
1648M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649L: linux-altix@sgi.com
1650L: linux-ia64@vger.kernel.org
1651W: http://www.sgi.com/altix
1652S: Maintained
1653
1654IBM MCA SCSI SUBSYSTEM DRIVER
1655P: Michael Lang
1656M: langa2@kph.uni-mainz.de
1657W: http://www.uni-mainz.de/~langm000/linux.html
1658S: Maintained
1659
1660IBM Power Linux RAID adapter
1661P: Brian King
1662M: brking@us.ibm.com
1663S: Supported
1664
1665IBM ServeRAID RAID DRIVER
1666P: Jack Hammer
1667P: Dave Jeffery
1668M: ipslinux@adaptec.com
1669W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1670S: Supported
1671
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001672IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001674M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001676T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Maintained
1678
1679IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001680P: Alan Cox
1681M: alan@lxorguk.ukuu.org.uk
1682L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683S: Maintained
1684
1685IDE/ATAPI FLOPPY DRIVERS
1686P: Paul Bristow
1687M: Paul Bristow <paul@paulbristow.net>
1688W: http://paulbristow.net/linux/idefloppy.html
1689L: linux-kernel@vger.kernel.org
1690S: Maintained
1691
1692IDE/ATAPI TAPE DRIVERS
1693P: Gadi Oxman
1694M: Gadi Oxman <gadio@netvision.net.il>
1695L: linux-kernel@vger.kernel.org
1696S: Maintained
1697
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698IEEE 1394 SUBSYSTEM
1699P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001700M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001701P: Stefan Richter
1702M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703L: linux1394-devel@lists.sourceforge.net
1704W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001705T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706S: Maintained
1707
Stefan Richterf51a5a92007-04-23 14:41:10 -07001708IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709P: Dan Dennedy
1710M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001711P: Stefan Richter
1712M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001714S: Maintained
1715
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716IMS TWINTURBO FRAMEBUFFER DRIVER
1717P: Paul Mundt
1718M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001719L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720S: Maintained
1721
1722INFINIBAND SUBSYSTEM
1723P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001724M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725P: Sean Hefty
1726M: mshefty@ichips.intel.com
1727P: Hal Rosenstock
1728M: halr@voltaire.com
1729L: openib-general@openib.org
1730W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001731T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732S: Supported
1733
1734INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001735P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001736M: dmitry.torokhov@gmail.com
1737M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738L: linux-input@atrey.karlin.mff.cuni.cz
1739L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001740T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741S: Maintained
1742
Robert Lovec9f04f52005-07-15 12:21:07 -04001743INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001744P: John McCutchan
1745M: ttb@tentacle.dhs.org
1746P: Robert Love
1747M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001748L: linux-kernel@vger.kernel.org
1749S: Maintained
1750
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001751INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001752P: Sylvain Meyer
1753M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001754L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001755S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001756
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001758P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001759M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001760L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001761S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762
1763INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1764P: Ingo Molnar
1765M: mingo@redhat.com
1766S: Maintained
1767
1768INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1769P: Jeff Garzik
1770M: jgarzik@pobox.com
1771W: http://sourceforge.net/projects/gkernel/
1772S: Maintained
1773
1774INTEL IA32 MICROCODE UPDATE SUPPORT
1775P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001776M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777S: Maintained
1778
Michael Buesch844dd052006-06-26 00:24:59 -07001779INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1780P: Deepak Saxena
1781M: dsaxena@plexity.net
1782S: Maintained
1783
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001784INTEL IXP2000 ETHERNET DRIVER
1785P: Lennert Buytenhek
1786M: kernel@wantstofly.org
1787L: netdev@vger.kernel.org
1788S: Maintained
1789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790INTEL PRO/100 ETHERNET SUPPORT
1791P: John Ronciak
1792M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793P: Jesse Brandeburg
1794M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001795P: Jeff Kirsher
1796M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001797P: Auke Kok
1798M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799W: http://sourceforge.net/projects/e1000/
1800S: Supported
1801
1802INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1803P: Jeb Cramer
1804M: cramerj@intel.com
1805P: John Ronciak
1806M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001807P: Jesse Brandeburg
1808M: jesse.brandeburg@intel.com
1809P: Jeff Kirsher
1810M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001811P: Auke Kok
1812M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813W: http://sourceforge.net/projects/e1000/
1814S: Supported
1815
1816INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001817P: Jeff Kirsher
1818M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819P: Ayyappan Veeraiyan
1820M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821P: John Ronciak
1822M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001823P: Jesse Brandeburg
1824M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001825P: Auke Kok
1826M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827W: http://sourceforge.net/projects/e1000/
1828S: Supported
1829
James Ketrenos826d2ab2005-11-07 18:56:59 -06001830INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1831P: Yi Zhu
1832M: yi.zhu@intel.com
1833P: James Ketrenos
1834M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001835L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001836L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001837L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1838W: http://ipw2100.sourceforge.net
1839S: Supported
1840
1841INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1842P: Yi Zhu
1843M: yi.zhu@intel.com
1844P: James Ketrenos
1845M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001846L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001847L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001848L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1849W: http://ipw2200.sourceforge.net
1850S: Supported
1851
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852IOC3 DRIVER
1853P: Ralf Baechle
1854M: ralf@linux-mips.org
1855L: linux-mips@linux-mips.org
1856S: Maintained
1857
1858IP MASQUERADING:
1859P: Juanjo Ciarlante
1860M: jjciarla@raiz.uncu.edu.ar
1861S: Maintained
1862
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001863IPATH DRIVER:
1864P: Bryan O'Sullivan
1865M: support@pathscale.com
1866L: openib-general@openib.org
1867S: Supported
1868
Corey Minyard4409ebe2006-04-20 02:43:12 -07001869IPMI SUBSYSTEM
1870P: Corey Minyard
1871M: minyard@acm.org
1872L: openipmi-developer@lists.sourceforge.net
1873W: http://openipmi.sourceforge.net/
1874S: Supported
1875
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876IPX NETWORK LAYER
1877P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001878M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001879L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880S: Maintained
1881
1882IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001883P: Samuel Ortiz
1884M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001885L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001887S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888
1889ISAPNP
1890P: Jaroslav Kysela
1891M: perex@suse.cz
1892S: Maintained
1893
1894ISDN SUBSYSTEM
1895P: Karsten Keil
1896M: kkeil@suse.de
1897P: Kai Germaschewski
1898M: kai.germaschewski@gmx.de
1899L: isdn4linux@listserv.isdn4linux.de
1900W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001901T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902S: Maintained
1903
1904ISDN SUBSYSTEM (Eicon active card driver)
1905P: Armin Schindler
1906M: mac@melware.de
1907L: isdn4linux@listserv.isdn4linux.de
1908W: http://www.melware.de
1909S: Maintained
1910
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1912P: David Woodhouse
1913M: dwmw2@infradead.org
1914L: jffs-dev@axis.com
1915W: http://sources.redhat.com/jffs2/
1916S: Maintained
1917
1918JFS FILESYSTEM
1919P: Dave Kleikamp
1920M: shaggy@austin.ibm.com
1921L: jfs-discussion@lists.sourceforge.net
1922W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001923T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924S: Supported
1925
Josh Triplettde456d32006-07-30 03:04:00 -07001926JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001927P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001928M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001929L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001930S: Maintained
1931
Rudolf Marek4660cb32006-10-08 22:01:26 +02001932K8TEMP HARDWARE MONITORING DRIVER
1933P: Rudolf Marek
1934M: r.marek@assembler.cz
1935L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936S: Maintained
1937
1938KCONFIG
1939P: Roman Zippel
1940M: zippel@linux-m68k.org
1941L: kbuild-devel@lists.sourceforge.net
1942S: Maintained
1943
Vivek Goyalea6c2082006-05-20 14:59:55 -07001944KDUMP
1945P: Vivek Goyal
1946M: vgoyal@in.ibm.com
1947P: Haren Myneni
1948M: hbabu@us.ibm.com
David Brownellf318a632007-04-23 14:41:06 -07001949L: fastboot@lists.linux-foundation.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07001950L: linux-kernel@vger.kernel.org
1951W: http://lse.sourceforge.net/kdump/
1952S: Maintained
1953
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954KERNEL AUTOMOUNTER (AUTOFS)
1955P: H. Peter Anvin
1956M: hpa@zytor.com
1957L: autofs@linux.kernel.org
1958S: Odd Fixes
1959
1960KERNEL AUTOMOUNTER v4 (AUTOFS4)
1961P: Ian Kent
1962M: raven@themaw.net
1963L: autofs@linux.kernel.org
1964S: Maintained
1965
1966KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1967P: Kai Germaschewski
1968M: kai@germaschewski.name
1969P: Sam Ravnborg
1970M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001971T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972S: Maintained
1973
1974KERNEL JANITORS
1975P: Several
David Brownellf318a632007-04-23 14:41:06 -07001976L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978S: Maintained
1979
1980KERNEL NFSD
1981P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001982M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983L: nfs@lists.sourceforge.net
1984W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001985S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986
Avi Kivity426d62e2006-12-13 00:34:03 -08001987KERNEL VIRTUAL MACHINE (KVM)
1988P: Avi Kivity
1989M: avi@qumranet.com
1990L: kvm-devel@lists.sourceforge.net
1991W: kvm.sourceforge.net
1992S: Supported
1993
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001994KEXEC
1995P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001996M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001997W: http://www.xmission.com/~ebiederm/files/kexec/
1998L: linux-kernel@vger.kernel.org
David Brownellf318a632007-04-23 14:41:06 -07001999L: fastboot@lists.linux-foundation.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002000S: Maintained
2001
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002002KPROBES
2003P: Prasanna S Panchamukhi
2004M: prasanna@in.ibm.com
2005P: Ananth N Mavinakayanahalli
2006M: ananth@in.ibm.com
2007P: Anil S Keshavamurthy
2008M: anil.s.keshavamurthy@intel.com
2009P: David S. Miller
2010M: davem@davemloft.net
2011L: linux-kernel@vger.kernel.org
2012S: Maintained
2013
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002014KS0108 LCD CONTROLLER DRIVER
2015P: Miguel Ojeda Sandonis
2016M: maxextreme@gmail.com
2017L: linux-kernel@vger.kernel.org
2018S: Maintained
2019
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002022S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023
2024LASI 53c700 driver for PARISC
2025P: James E.J. Bottomley
2026M: James.Bottomley@HansenPartnership.com
2027L: linux-scsi@vger.kernel.org
2028S: Maintained
2029
Richard Purdie263de9b2006-05-15 09:44:16 -07002030LED SUBSYSTEM
2031P: Richard Purdie
2032M: rpurdie@rpsys.net
2033S: Maintained
2034
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035LEGO USB Tower driver
2036P: Juergen Stuber
2037M: starblue@users.sourceforge.net
2038L: legousb-devel@lists.sourceforge.net
2039W: http://legousb.sourceforge.net/
2040S: Maintained
2041
2042LINUX FOR IBM pSERIES (RS/6000)
2043P: Paul Mackerras
2044M: paulus@au.ibm.com
2045W: http://www.ibm.com/linux/ltc/projects/ppc
2046S: Supported
2047
2048LINUX FOR NCR VOYAGER
2049P: James Bottomley
2050M: James.Bottomley@HansenPartnership.com
2051W: http://www.hansenpartnership.com/voyager
2052S: Maintained
2053
2054LINUX FOR POWERPC
2055P: Paul Mackerras
2056M: paulus@samba.org
2057W: http://www.penguinppc.org/
2058L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002059T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060S: Supported
2061
2062LINUX FOR POWER MACINTOSH
2063P: Benjamin Herrenschmidt
2064M: benh@kernel.crashing.org
2065W: http://www.penguinppc.org/
2066L: linuxppc-dev@ozlabs.org
2067S: Maintained
2068
2069LINUX FOR POWERPC EMBEDDED MPC52XX
2070P: Sylvain Munaut
2071M: tnt@246tNt.com
2072W: http://www.246tNt.com/mpc52xx/
2073W: http://www.penguinppc.org/
2074L: linuxppc-dev@ozlabs.org
2075L: linuxppc-embedded@ozlabs.org
2076S: Maintained
2077
2078LINUX FOR POWERPC EMBEDDED PPC4XX
2079P: Matt Porter
2080M: mporter@kernel.crashing.org
2081W: http://www.penguinppc.org/
2082L: linuxppc-embedded@ozlabs.org
2083S: Maintained
2084
Tom Rinie93adf12005-07-26 12:49:53 -07002085LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086P: Tom Rini
2087M: trini@kernel.crashing.org
2088W: http://www.penguinppc.org/
2089L: linuxppc-embedded@ozlabs.org
2090S: Maintained
2091
Tom Rinie93adf12005-07-26 12:49:53 -07002092LINUX FOR POWERPC EMBEDDED PPC8XX
2093P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002094M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002095W: http://www.penguinppc.org/
2096L: linuxppc-embedded@ozlabs.org
2097S: Maintained
2098
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002100P: Kumar Gala
2101M: galak@kernel.crashing.org
2102W: http://www.penguinppc.org/
2103L: linuxppc-embedded@ozlabs.org
2104S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105
Olof Johanssonab06ff32006-09-06 14:44:54 -05002106LINUX FOR POWERPC PA SEMI PWRFICIENT
2107P: Olof Johansson
2108M: olof@lixom.net
2109W: http://www.pasemi.com/
2110L: linuxppc-dev@ozlabs.org
2111S: Supported
2112
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113LLC (802.2)
2114P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002115M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116S: Maintained
2117
2118LINUX FOR 64BIT POWERPC
2119P: Paul Mackerras
2120M: paulus@samba.org
2121M: paulus@au.ibm.com
2122P: Anton Blanchard
2123M: anton@samba.org
2124M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002125W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002126L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127S: Supported
2128
2129LINUX SECURITY MODULE (LSM) FRAMEWORK
2130P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002131M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002132L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002134T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Supported
2136
2137LM83 HARDWARE MONITOR DRIVER
2138P: Jean Delvare
2139M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002140L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Maintained
2142
2143LM90 HARDWARE MONITOR DRIVER
2144P: Jean Delvare
2145M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002146L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Maintained
2148
2149LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2150P: Richard Russon (FlatCap)
2151M: ldm@flatcap.org
2152L: ldm-devel@lists.sourceforge.net
2153W: http://ldm.sourceforge.net
2154S: Maintained
2155
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002156LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2157P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002158M: Eric.Moore@lsi.com
2159M: support@lsi.com
2160L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002161L: linux-scsi@vger.kernel.org
2162W: http://www.lsilogic.com/support
2163S: Supported
2164
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2166P: Matthew Wilcox
2167M: matthew@wil.cx
2168L: linux-scsi@vger.kernel.org
2169S: Maintained
2170
2171M68K ARCHITECTURE
2172P: Geert Uytterhoeven
2173M: geert@linux-m68k.org
2174P: Roman Zippel
2175M: zippel@linux-m68k.org
2176L: linux-m68k@lists.linux-m68k.org
2177W: http://www.linux-m68k.org/
2178W: http://linux-m68k-cvs.ubb.ca/
2179S: Maintained
2180
2181M68K ON APPLE MACINTOSH
2182P: Joshua Thompson
2183M: funaho@jurai.org
2184W: http://www.mac.linux-m68k.org/
2185L: linux-mac68k@mac.linux-m68k.org
2186S: Maintained
2187
2188M68K ON HP9000/300
2189P: Philip Blundell
2190M: philb@gnu.org
2191W: http://www.tazenda.demon.co.uk/phil/linux-hp
2192S: Maintained
2193
2194MARVELL YUKON / SYSKONNECT DRIVER
2195P: Mirko Lindner
2196M: mlindner@syskonnect.de
2197P: Ralph Roesler
2198M: rroesler@syskonnect.de
2199W: http://www.syskonnect.com
2200S: Supported
2201
Michael Kerriskfaf16682005-07-31 22:34:47 -07002202MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002203P: Michael Kerrisk
2204M: mtk-manpages@gmx.net
2205W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2206S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002207
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002208MARVELL MV643XX ETHERNET DRIVER
2209P: Dale Farnsworth
2210M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002212M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002213L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002214S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215
2216MATROX FRAMEBUFFER DRIVER
2217P: Petr Vandrovec
2218M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002219L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220S: Maintained
2221
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002222MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002223P: Neela Syam Kolli
2224M: Neela.Kolli@engenio.com
2225S: linux-scsi@vger.kernel.org
2226W: http://megaraid.lsilogic.com
2227S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002228
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002229MEMORY MANAGEMENT
2230L: linux-mm@kvack.org
2231L: linux-kernel@vger.kernel.org
2232W: http://www.linux-mm.org
2233S: Maintained
2234
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002235MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236P: David Woodhouse
2237M: dwmw2@infradead.org
2238W: http://www.linux-mtd.infradead.org/
2239L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002240T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241S: Maintained
2242
2243MICROTEK X6 SCANNER
2244P: Oliver Neukum
2245M: oliver@neukum.name
2246S: Maintained
2247
2248MIPS
2249P: Ralf Baechle
2250M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002251W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002253T: git www.linux-mips.org:/pub/scm/linux.git
2254S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255
2256MISCELLANEOUS MCA-SUPPORT
2257P: James Bottomley
2258M: jejb@steeleye.com
2259L: linux-kernel@vger.kernel.org
2260S: Maintained
2261
2262MODULE SUPPORT
2263P: Rusty Russell
2264M: rusty@rustcorp.com.au
2265L: linux-kernel@vger.kernel.org
2266S: Maintained
2267
2268MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2269P: Stelian Pop
2270M: stelian@popies.net
2271W: http://popies.net/meye/
2272S: Maintained
2273
2274MOUSE AND MISC DEVICES [GENERAL]
2275P: Alessandro Rubini
2276M: rubini@ipvvis.unipv.it
2277L: linux-kernel@vger.kernel.org
2278S: Maintained
2279
Jiri Slabyd7354102006-12-08 02:38:35 -08002280MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2281P: Jiri Slaby
2282M: jirislaby@gmail.com
2283L: linux-kernel@vger.kernel.org
2284S: Maintained
2285
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002286MSI LAPTOP SUPPORT
2287P: Lennart Poettering
2288M: mzxreary@0pointer.de
2289L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2290W: http://0pointer.de/lennart/tchibo.html
2291S: Maintained
2292
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293MTRR AND SIMILAR SUPPORT [i386]
2294P: Richard Gooch
2295M: rgooch@atnf.csiro.au
2296L: linux-kernel@vger.kernel.org
2297W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2298S: Maintained
2299
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002300MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2301P: Pierre Ossman
2302M: drzeus-mmc@drzeus.cx
2303L: linux-kernel@vger.kernel.org
2304S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002305
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306MULTISOUND SOUND DRIVER
2307P: Andrew Veliath
2308M: andrewtv@usa.net
2309S: Maintained
2310
Jiri Slabyd7354102006-12-08 02:38:35 -08002311MULTITECH MULTIPORT CARD (ISICOM)
2312P: Jiri Slaby
2313M: jirislaby@gmail.com
2314L: linux-kernel@vger.kernel.org
2315S: Maintained
2316
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317NATSEMI ETHERNET DRIVER (DP8381x)
2318P: Tim Hockin
2319M: thockin@hockin.org
2320S: Maintained
2321
2322NCP FILESYSTEM
2323P: Petr Vandrovec
2324M: vandrove@vc.cvut.cz
2325L: linware@sh.cvut.cz
2326S: Maintained
2327
2328NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2329P: James E.J. Bottomley
2330M: James.Bottomley@HansenPartnership.com
2331L: linux-scsi@vger.kernel.org
2332S: Maintained
2333
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002334NETEM NETWORK EMULATOR
2335P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002336M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002337L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002338S: Maintained
2339
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340NETFILTER/IPTABLES/IPCHAINS
2341P: Rusty Russell
2342P: Marc Boucher
2343P: James Morris
2344P: Harald Welte
2345P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002346P: Patrick McHardy
2347M: kaber@trash.net
2348L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002349L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002350L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351W: http://www.netfilter.org/
2352W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353S: Supported
2354
Paul Moore4cc67732006-09-25 15:57:13 -07002355NETLABEL
2356P: Paul Moore
2357M: paul.moore@hp.com
2358W: http://netlabel.sf.net
2359L: netdev@vger.kernel.org
2360S: Supported
2361
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362NETROM NETWORK LAYER
2363P: Ralf Baechle
2364M: ralf@linux-mips.org
2365L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002366W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Maintained
2368
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002369NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370P: Paul Clements
2371M: Paul.Clements@steeleye.com
2372S: Maintained
2373
2374NETWORK DEVICE DRIVERS
2375P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002376M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377P: Jeff Garzik
2378M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002379L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002380T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Maintained
2382
2383NETWORKING [GENERAL]
2384P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002385M: netdev@vger.kernel.org
2386L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002387W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388S: Maintained
2389
2390NETWORKING [IPv4/IPv6]
2391P: David S. Miller
2392M: davem@davemloft.net
2393P: Alexey Kuznetsov
2394M: kuznet@ms2.inr.ac.ru
2395P: Pekka Savola (ipv6)
2396M: pekkas@netcore.fi
2397P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002398M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399P: Hideaki YOSHIFUJI
2400M: yoshfuji@linux-ipv6.org
2401P: Patrick McHardy
2402M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002403L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002404T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405S: Maintained
2406
John W. Linville29f8f632006-01-18 14:52:48 -08002407NETWORKING [WIRELESS]
2408P: John W. Linville
2409M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002410L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002411T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2412S: Maintained
2413
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002414NETXEN (1/10) GbE SUPPORT
2415P: Amit S. Kale
2416M: amitkale@netxen.com
2417L: netdev@vger.kernel.org
2418W: http://www.netxen.com
2419S: Supported
2420
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421IPVS
2422P: Wensong Zhang
2423M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002424P: Simon Horman
2425M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426P: Julian Anastasov
2427M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002428L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429S: Maintained
2430
2431NFS CLIENT
2432P: Trond Myklebust
2433M: trond.myklebust@fys.uio.no
2434L: linux-kernel@vger.kernel.org
2435S: Maintained
2436
2437NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002438P: Jan-Pascal van Best
2439M: janpascal@vanbest.org
2440P: Andreas Mohr
2441M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002442L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443S: Maintained
2444
2445NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2446P: YOKOTA Hiroshi
2447M: yokota@netlab.is.tsukuba.ac.jp
2448W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2449S: Maintained
2450
2451NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2452P: GOTO Masanori
2453M: gotom@debian.or.jp
2454P: YOKOTA Hiroshi
2455M: yokota@netlab.is.tsukuba.ac.jp
2456W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2457S: Maintained
2458
2459NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2460P: Eberhard Moenkeberg
2461M: emoenke@gwdg.de
2462L: linux-kernel@vger.kernel.org
2463S: Maintained
2464
2465NTFS FILESYSTEM
2466P: Anton Altaparmakov
2467M: aia21@cantab.net
2468L: linux-ntfs-dev@lists.sourceforge.net
2469L: linux-kernel@vger.kernel.org
2470W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002471T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472S: Maintained
2473
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002474NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002475P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002476M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002477L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002478S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002480OPENCORES I2C BUS DRIVER
2481P: Peter Korsgaard
2482M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002483L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002484S: Maintained
2485
Mark Fashehccd979b2005-12-15 14:31:24 -08002486ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2487P: Mark Fasheh
2488M: mark.fasheh@oracle.com
2489P: Kurt Hackel
2490M: kurt.hackel@oracle.com
2491L: ocfs2-devel@oss.oracle.com
2492W: http://oss.oracle.com/projects/ocfs2/
2493S: Supported
2494
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495OLYMPIC NETWORK DRIVER
2496P: Peter De Shrijver
2497M: p2@ace.ulyssis.student.kuleuven.ac.be
2498P: Mike Phillips
2499M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002500L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501L: linux-tr@linuxtr.net
2502W: http://www.linuxtr.net
2503S: Maintained
2504
Harald Weltec1986ee2005-11-13 16:06:29 -08002505OMNIKEY CARDMAN 4000 DRIVER
2506P: Harald Welte
2507M: laforge@gnumonks.org
2508S: Maintained
2509
Harald Welte77c44ab2005-11-13 16:06:26 -08002510OMNIKEY CARDMAN 4040 DRIVER
2511P: Harald Welte
2512M: laforge@gnumonks.org
2513S: Maintained
2514
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515ONSTREAM SCSI TAPE DRIVER
2516P: Willem Riede
2517M: osst@riede.org
2518L: osst-users@lists.sourceforge.net
2519L: linux-scsi@vger.kernel.org
2520S: Maintained
2521
2522OPL3-SA2, SA3, and SAx DRIVER
2523P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002524M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525L: linux-sound@vger.kernel.org
2526S: Maintained
2527
2528OPROFILE
2529P: Philippe Elie
2530M: phil.el@wanadoo.fr
2531L: oprofile-list@lists.sf.net
2532S: Maintained
2533
2534ORINOCO DRIVER
2535P: Pavel Roskin
2536M: proski@gnu.org
2537P: David Gibson
2538M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002539L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002540L: orinoco-users@lists.sourceforge.net
2541L: orinoco-devel@lists.sourceforge.net
2542W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543S: Maintained
2544
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002545PA SEMI ETHERNET DRIVER
2546P: Olof Johansson
2547M: olof@lixom.net
2548L: netdev@vger.kernel.org
2549S: Maintained
2550
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002551PA SEMI SMBUS DRIVER
2552P: Olof Johansson
2553M: olof@lixom.net
2554L: i2c@lm-sensors.org
2555S: Maintained
2556
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002559S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560
2561PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2562P: Tim Waugh
2563M: tim@cyberelk.net
2564L: linux-parport@lists.infradead.org
2565W: http://www.torque.net/linux-pp.html
2566S: Maintained
2567
2568PARISC ARCHITECTURE
2569P: Matthew Wilcox
2570M: matthew@wil.cx
2571P: Grant Grundler
2572M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002573P: Kyle McMartin
2574M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575L: parisc-linux@parisc-linux.org
2576W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002577T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2578T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579S: Maintained
2580
Jim Cromie1662d322006-10-06 00:43:59 -07002581PC87360 HARDWARE MONITORING DRIVER
2582P: Jim Cromie
2583M: jim.cromie@gmail.com
2584L: lm-sensors@lm-sensors.org
2585S: Maintained
2586
2587PC8736x GPIO DRIVER
2588P: Jim Cromie
2589M: jim.cromie@gmail.com
2590S: Maintained
2591
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002592PCI ERROR RECOVERY
2593P: Linas Vepstas
2594M: linas@austin.ibm.com
2595L: linux-kernel@vger.kernel.org
2596L: linux-pci@atrey.karlin.mff.cuni.cz
2597S: Supported
2598
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2600P: Thomas Sailer
2601M: sailer@ife.ee.ethz.ch
2602L: linux-sound@vger.kernel.org
2603W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2604S: Maintained
2605
2606PCI SUBSYSTEM
2607P: Greg Kroah-Hartman
2608M: gregkh@suse.de
2609L: linux-kernel@vger.kernel.org
2610L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002611T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612S: Supported
2613
2614PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002615P: Kristen Carlson Accardi
2616M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617S: Supported
2618
2619PCI HOTPLUG COMPAQ DRIVER
2620P: Greg Kroah-Hartman
2621M: greg@kroah.com
2622S: Maintained
2623
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002624PCIE HOTPLUG DRIVER
2625P: Kristen Carlson Accardi
2626M: kristen.c.accardi@intel.com
2627L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002628S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002629
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002631P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002632L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002634T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002635S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636
2637PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002638P: Don Fry
2639M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002640L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641S: Maintained
2642
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002643PER-TASK DELAY ACCOUNTING
2644P: Shailabh Nagar
2645M: nagar@watson.ibm.com
2646L: linux-kernel@vger.kernel.org
2647S: Maintained
2648
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002649PERSONALITY HANDLING
2650P: Christoph Hellwig
2651M: hch@infradead.org
2652L: linux-abi-devel@lists.sourceforge.net
2653S: Maintained
2654
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655PHRAM MTD DRIVER
2656P: Jörn Engel
2657M: joern@wh.fh-wedel.de
2658L: linux-mtd@lists.infradead.org
2659S: Maintained
2660
Peter Osterlund249a6772005-09-27 21:45:30 -07002661PKTCDVD DRIVER
2662P: Peter Osterlund
2663M: petero2@telia.com
2664L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002665S: Maintained
2666
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667POSIX CLOCKS and TIMERS
2668P: George Anzinger
2669M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002670L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671S: Supported
2672
Eugene Surovegin24682972005-10-14 03:00:53 -07002673POWERPC 4xx EMAC DRIVER
2674P: Eugene Surovegin
2675M: ebs@ebshome.net
2676W: http://kernel.ebshome.net/emac/
2677L: linuxppc-embedded@ozlabs.org
2678L: netdev@vger.kernel.org
2679S: Maintained
2680
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681PNP SUPPORT
2682P: Adam Belay
2683M: ambx1@neo.rr.com
2684S: Maintained
2685
Vitaly Wool999445d2007-01-04 13:07:03 +01002686PNXxxxx I2C DRIVER
2687P: Vitaly Wool
2688M: vitalywool@gmail.com
2689L: i2c@lm-sensors.org
2690S: Maintained
2691
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692PPP PROTOCOL DRIVERS AND COMPRESSORS
2693P: Paul Mackerras
2694M: paulus@samba.org
2695L: linux-ppp@vger.kernel.org
2696S: Maintained
2697
2698PPP OVER ATM (RFC 2364)
2699P: Mitchell Blank Jr
2700M: mitch@sfgoth.com
2701S: Maintained
2702
2703PPP OVER ETHERNET
2704P: Michal Ostrowski
2705M: mostrows@speakeasy.net
2706S: Maintained
2707
2708PREEMPTIBLE KERNEL
2709P: Robert Love
2710M: rml@tech9.net
2711L: linux-kernel@vger.kernel.org
2712L: kpreempt-tech@lists.sourceforge.net
2713W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2714S: Supported
2715
2716PRISM54 WIRELESS DRIVER
2717P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002718M: developers@islsm.org
Johannes Berg724c6b32007-04-23 12:18:20 -07002719L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720W: http://prism54.org
2721S: Maintained
2722
2723PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2724P: Peter Denison
2725M: promise@pnd-pc.demon.co.uk
2726W: http://www.pnd-pc.demon.co.uk/promise/
2727S: Maintained
2728
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002729PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2730P: Mikael Pettersson
2731M: mikpe@it.uu.se
2732L: linux-ide@vger.kernel.org
2733S: Maintained
2734
Geoff Levandf58a9d12006-11-23 00:46:51 +01002735PS3 PLATFORM SUPPORT
2736P: Geoff Levand
2737M: geoffrey.levand@am.sony.com
2738L: linuxppc-dev@ozlabs.org
2739L: cbe-oss-dev@ozlabs.org
2740S: Supported
2741
Michael Krufky83202042006-07-03 00:24:18 -07002742PVRUSB2 VIDEO4LINUX DRIVER
2743P: Mike Isely
2744M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002745L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002746L: video4linux-list@redhat.com
2747W: http://www.isely.net/pvrusb2/
2748S: Maintained
2749
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750PXA2xx SUPPORT
2751P: Nicolas Pitre
2752M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002753L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754S: Maintained
2755
2756QLOGIC QLA2XXX FC-SCSI DRIVER
2757P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002758M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759L: linux-scsi@vger.kernel.org
2760S: Supported
2761
Ron Mercer5a4faa872006-07-25 00:40:21 -07002762QLOGIC QLA3XXX NETWORK DRIVER
2763P: Ron Mercer
2764M: linux-driver@qlogic.com
2765L: netdev@vger.kernel.org
2766S: Supported
2767
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768QNX4 FILESYSTEM
2769P: Anders Larsen
2770M: al@alarsen.net
2771L: linux-kernel@vger.kernel.org
2772W: http://www.alarsen.net/linux/qnx4fs/
2773S: Maintained
2774
2775RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002776P: Benjamin Herrenschmidt
2777M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002778L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779S: Maintained
2780
2781RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002782P: Paul Mackerras
2783M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002784L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785S: Maintained
2786
2787RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2788P: Corey Thomas
2789M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002790L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791S: Maintained
2792
Matt Mackall9e95ce22005-04-16 15:25:56 -07002793RANDOM NUMBER DRIVER
2794P: Matt Mackall
2795M: mpm@selenic.com
2796S: Maintained
2797
Matt Porter394b7012005-11-07 01:00:15 -08002798RAPIDIO SUBSYSTEM
2799P: Matt Porter
2800M: mporter@kernel.crashing.org
2801L: linux-kernel@vger.kernel.org
2802S: Maintained
2803
Josh Triplett595182b2006-10-04 02:17:21 -07002804READ-COPY UPDATE (RCU)
2805P: Dipankar Sarma
2806M: dipankar@in.ibm.com
2807W: http://www.rdrop.com/users/paulmck/rclock/
2808L: linux-kernel@vger.kernel.org
2809S: Supported
2810
2811RCUTORTURE MODULE
2812P: Josh Triplett
2813M: josh@freedesktop.org
2814L: linux-kernel@vger.kernel.org
2815S: Maintained
2816
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817REAL TIME CLOCK DRIVER
2818P: Paul Gortmaker
2819M: p_gortmaker@yahoo.com
2820L: linux-kernel@vger.kernel.org
2821S: Maintained
2822
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002823REAL TIME CLOCK (RTC) SUBSYSTEM
2824P: Alessandro Zummo
2825M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002826L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002827S: Maintained
2828
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829REISERFS FILE SYSTEM
2830P: Hans Reiser
2831M: reiserfs-dev@namesys.com
2832L: reiserfs-list@namesys.com
2833W: http://www.namesys.com
2834S: Supported
2835
2836ROCKETPORT DRIVER
2837P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838W: http://www.comtrol.com
2839S: Maintained
2840
2841ROSE NETWORK LAYER
2842P: Ralf Baechle
2843M: ralf@linux-mips.org
2844L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002845W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846S: Maintained
2847
2848RISCOM8 DRIVER
2849S: Orphan
2850
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002851S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002852P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002853M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002854L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002855S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857S390
2858P: Martin Schwidefsky
2859M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002860P: Heiko Carstens
2861M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002863L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002864W: http://www.ibm.com/developerworks/linux/linux390/
2865S: Supported
2866
2867S390 NETWORK DRIVERS
2868P: Frank Pavlic
2869M: fpavlic@de.ibm.com
2870M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002871L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002872W: http://www.ibm.com/developerworks/linux/linux390/
2873S: Supported
2874
2875S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002876P: Swen Schillig
2877M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002878M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002879L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002880W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881S: Supported
2882
2883SAA7146 VIDEO4LINUX-2 DRIVER
2884P: Michael Hunold
2885M: michael@mihu.de
2886W: http://www.mihu.de/linux/saa7146
2887S: Maintained
2888
2889SBPCD CDROM DRIVER
2890P: Eberhard Moenkeberg
2891M: emoenke@gwdg.de
2892L: linux-kernel@vger.kernel.org
2893S: Maintained
2894
2895SC1200 WDT DRIVER
2896P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002897M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898S: Maintained
2899
2900SCHEDULER
2901P: Ingo Molnar
2902M: mingo@elte.hu
2903P: Robert Love [the preemptible kernel bits]
2904M: rml@tech9.net
2905L: linux-kernel@vger.kernel.org
2906S: Maintained
2907
2908SCSI CDROM DRIVER
2909P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002910M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911L: linux-scsi@vger.kernel.org
2912W: http://www.kernel.dk
2913S: Maintained
2914
2915SCSI SG DRIVER
2916P: Doug Gilbert
2917M: dgilbert@interlog.com
2918L: linux-scsi@vger.kernel.org
2919W: http://www.torque.net/sg
2920S: Maintained
2921
2922SCSI SUBSYSTEM
2923P: James E.J. Bottomley
2924M: James.Bottomley@SteelEye.com
2925L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002926T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927S: Maintained
2928
2929SCSI TAPE DRIVER
2930P: Kai Mäkisara
2931M: Kai.Makisara@kolumbus.fi
2932L: linux-scsi@vger.kernel.org
2933S: Maintained
2934
2935SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002936P: Vlad Yasevich
2937M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01002938P: Sridhar Samudrala
2939M: sri@us.ibm.com
2940L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002941W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01002942S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943
2944SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002945P: Jim Cromie
2946M: jim.cromie@gmail.com
2947S: Odd Fixes
2948
2949SCx200 GPIO DRIVER
2950P: Jim Cromie
2951M: jim.cromie@gmail.com
2952S: Maintained
2953
2954SCx200 HRT CLOCKSOURCE DRIVER
2955P: Jim Cromie
2956M: jim.cromie@gmail.com
2957S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958
2959SECURITY CONTACT
2960P: Security Officers
2961M: security@kernel.org
2962S: Supported
2963
2964SELINUX SECURITY MODULE
2965P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002966M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002968M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969L: linux-kernel@vger.kernel.org (kernel issues)
2970L: selinux@tycho.nsa.gov (general discussion)
2971W: http://www.nsa.gov/selinux
2972S: Supported
2973
2974SERIAL ATA (SATA) SUBSYSTEM:
2975P: Jeff Garzik
2976M: jgarzik@pobox.com
2977L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002978T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979S: Supported
2980
2981SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2982P: Pat Gefre
2983M: pfg@sgi.com
2984L: linux-ia64@vger.kernel.org
2985S: Supported
2986
2987SGI VISUAL WORKSTATION 320 AND 540
2988P: Andrey Panin
2989M: pazke@donpac.ru
2990L: linux-visws-devel@lists.sf.net
2991W: http://linux-visws.sf.net
2992S: Maintained for 2.6.
2993
2994SIMTEC EB110ATX (Chalice CATS)
2995P: Ben Dooks
2996P: Vincent Sanders
2997M: support@simtec.co.uk
2998W: http://www.simtec.co.uk/products/EB110ATX/
2999S: Supported
3000
3001SIMTEC EB2410ITX (BAST)
3002P: Ben Dooks
3003P: Vincent Sanders
3004M: support@simtec.co.uk
3005W: http://www.simtec.co.uk/products/EB2410ITX/
3006S: Supported
3007
Francois Romieu92aab3c2005-07-30 13:11:18 +02003008SIS 190 ETHERNET DRIVER
3009P: Francois Romieu
3010M: romieu@fr.zoreil.com
3011L: netdev@vger.kernel.org
3012S: Maintained
3013
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014SIS 5513 IDE CONTROLLER DRIVER
3015P: Lionel Bouton
3016M: Lionel.Bouton@inet6.fr
3017W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3018W: http://gyver.homeip.net/sis5513/index.html
3019S: Maintained
3020
3021SIS 900/7016 FAST ETHERNET DRIVER
3022P: Daniele Venzano
3023M: venza@brownhat.org
3024W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003025L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026S: Maintained
3027
3028SIS FRAMEBUFFER DRIVER
3029P: Thomas Winischhofer
3030M: thomas@winischhofer.net
3031W: http://www.winischhofer.net/linuxsisvga.shtml
3032S: Maintained
3033
3034SIS USB2VGA DRIVER
3035P: Thomas Winischhofer
3036M: thomas@winischhofer.net
3037W: http://www.winischhofer.at/linuxsisusbvga.shtml
3038S: Maintained
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040SMC91x ETHERNET DRIVER
3041P: Nicolas Pitre
3042M: nico@cam.org
3043S: Maintained
3044
Daniel Drake8f0f8502006-07-18 22:00:25 +01003045SOFTMAC LAYER (IEEE 802.11)
3046P: Johannes Berg
3047M: johannes@sipsolutions.net
3048P: Joe Jezak
3049M: josejx@gentoo.org
3050P: Daniel Drake
3051M: dsd@gentoo.org
3052W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003053L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003054S: Maintained
3055
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056SOFTWARE RAID (Multiple Disks) SUPPORT
3057P: Ingo Molnar
3058M: mingo@redhat.com
3059P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003060M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003062S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063
3064SOFTWARE SUSPEND:
3065P: Pavel Machek
3066M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003067L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068S: Maintained
3069
3070SONIC NETWORK DRIVER
3071P: Thomas Bogendoerfer
3072M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003073L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074S: Maintained
3075
3076SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003077P: Mattia Dongili
3078M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003079L: linux-acpi@vger.kernel.org
3080W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081S: Maintained
3082
3083SOUND
3084P: Jaroslav Kysela
3085M: perex@suse.cz
3086L: alsa-devel@alsa-project.org
3087S: Maintained
3088
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003089SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3090P: Liam Girdwood
3091M: liam.girdwood@wolfsonmicro.com
3092L: alsa-devel@alsa-project.org
3093S: Supported
3094
Kumar Gala025c3982006-04-02 16:05:54 -05003095SPI SUBSYSTEM
3096P: David Brownell
3097M: dbrownell@users.sourceforge.net
3098L: spi-devel-general@lists.sourceforge.net
3099S: Maintained
3100
Steven Rostedt855f46a2006-08-05 12:14:50 -07003101STABLE BRANCH:
3102P: Greg Kroah-Hartman
3103M: greg@kroah.com
3104P: Chris Wright
3105M: chrisw@sous-sol.org
3106L: stable@kernel.org
3107S: Maintained
3108
Kylene Hall1c72d462005-05-01 08:59:13 -07003109TPM DEVICE DRIVER
3110P: Kylene Hall
3111M: kjhall@us.ibm.com
3112W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003113P: Marcel Selhorst
3114M: tpm@selhorst.net
3115W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003116L: tpmdd-devel@lists.sourceforge.net
3117S: Maintained
3118
Mark Gross1a80ba82005-10-30 15:02:55 -08003119Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003120P: Mark Gross
3121M: mark.gross@intel.com
3122S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003123
Chris Zankel48b415c2005-06-23 22:01:07 -07003124TENSILICA XTENSA PORT (xtensa):
3125P: Chris Zankel
3126M: chris@zankel.net
3127S: Maintained
3128
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129UltraSPARC (sparc64):
3130P: David S. Miller
3131M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003133T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134S: Maintained
3135
3136SHARP LH SUPPORT (LH7952X & LH7A40X)
3137P: Marc Singer
3138M: elf@buici.com
3139W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003140L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141S: Maintained
3142
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003143SHPC HOTPLUG DRIVER
3144P: Kristen Carlson Accardi
3145M: kristen.c.accardi@intel.com
3146L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003147S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003148
Pierre Ossmand129bce2006-03-24 03:18:17 -08003149SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3150P: Pierre Ossman
3151M: drzeus-sdhci@drzeus.cx
3152L: sdhci-devel@list.drzeus.cx
3153W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3154S: Maintained
3155
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003156SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3157P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003158M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003159L: netdev@vger.kernel.org
3160S: Maintained
3161
Chris Boot1a87d942006-07-10 04:45:34 -07003162SOEKRIS NET48XX LED SUPPORT
3163P: Chris Boot
3164M: bootc@bootc.net
3165S: Maintained
3166
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167SPARC (sparc32):
3168P: William L. Irwin
3169M: wli@holomorphy.com
3170L: sparclinux@vger.kernel.org
3171S: Maintained
3172
3173SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3174P: Roger Wolff
3175M: R.E.Wolff@BitWizard.nl
3176L: linux-kernel@vger.kernel.org ?
3177S: Supported
3178
Jim Lewis2752e402006-09-29 02:01:19 -07003179SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003180P: Linas Vepstas
3181M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003182L: netdev@vger.kernel.org
3183S: Supported
3184
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185SRM (Alpha) environment access
3186P: Jan-Benedict Glaw
3187M: jbglaw@lug-owl.de
3188L: linux-kernel@vger.kernel.org
3189S: Maintained
3190
3191STARFIRE/DURALAN NETWORK DRIVER
3192P: Ion Badulescu
3193M: ionut@cs.columbia.edu
3194S: Maintained
3195
3196STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3197W: http://mosquitonet.Stanford.EDU/strip.html
3198S: Unsupported ?
3199
3200STRADIS MPEG-2 DECODER DRIVER
3201P: Nathan Laredo
3202M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203W: http://www.stradis.com/
3204S: Maintained
3205
3206SUPERH (sh)
3207P: Paul Mundt
3208M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003209L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Maintained
3212
3213SUPERH64 (sh64)
3214P: Paul Mundt
3215M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216L: linuxsh-shmedia-dev@lists.sourceforge.net
3217W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218S: Maintained
3219
3220SUN3/3X
3221P: Sam Creasey
3222M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223W: http://sammy.net/sun3/
3224S: Maintained
3225
3226SVGA HANDLING
3227P: Martin Mares
3228M: mj@ucw.cz
3229L: linux-video@atrey.karlin.mff.cuni.cz
3230S: Maintained
3231
3232SYSV FILESYSTEM
3233P: Christoph Hellwig
3234M: hch@infradead.org
3235S: Maintained
3236
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003237TC CLASSIFIER
3238P: Jamal Hadi Salim
3239M: hadi@cyberus.ca
3240L: netdev@vger.kernel.org
3241S: Maintained
3242
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003243TCP LOW PRIORITY MODULE
3244P: Wong Hoi Sing, Edison
3245M: hswong3i@gmail.com
3246P: Hung Hing Lun, Mike
3247M: hlhung3i@gmail.com
3248W: http://tcp-lp-mod.sourceforge.net/
3249S: Maintained
3250
Alex Dubov4020f2d2006-10-04 02:15:37 -07003251TI FLASH MEDIA INTERFACE DRIVER
3252P: Alex Dubov
3253M: oakad@yahoo.com
3254S: Maintained
3255
Michael Buesch844dd052006-06-26 00:24:59 -07003256TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3257P: Deepak Saxena
3258M: dsaxena@plexity.net
3259S: Maintained
3260
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003261TASKSTATS STATISTICS INTERFACE
3262P: Shailabh Nagar
3263M: nagar@watson.ibm.com
3264L: linux-kernel@vger.kernel.org
3265S: Maintained
3266
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003268P: Romain Lievin
3269M: roms@lpg.ticalc.org
3270S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271
Per Lidene86eaa32006-01-12 16:45:18 +01003272TIPC NETWORK LAYER
3273P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003274M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003275P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003276M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003277P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003278M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003279L: tipc-discussion@lists.sourceforge.net
3280W: http://tipc.sourceforge.net/
3281W: http://tipc.cslab.ericsson.net/
3282T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3283S: Maintained
3284
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285TLAN NETWORK DRIVER
3286P: Samuel Chessman
3287M: chessman@tux.org
3288L: tlan-devel@lists.sourceforge.net
3289W: http://sourceforge.net/projects/tlan/
3290S: Maintained
3291
3292TOKEN-RING NETWORK DRIVER
3293P: Mike Phillips
3294M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003295L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296L: linux-tr@linuxtr.net
3297W: http://www.linuxtr.net
3298S: Maintained
3299
3300TOSHIBA ACPI EXTRAS DRIVER
3301P: John Belmonte
3302M: toshiba_acpi@memebeam.org
3303W: http://memebeam.org/toys/ToshibaAcpiDriver
3304S: Maintained
3305
3306TOSHIBA SMM DRIVER
3307P: Jonathan Buzzard
3308M: jonathan@buzzard.org.uk
3309L: tlinux-users@tce.toshiba-dme.co.jp
3310W: http://www.buzzard.org.uk/toshiba/
3311S: Maintained
3312
3313TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3314P: Muli Ben-Yehuda
3315M: mulix@mulix.org
3316L: linux-kernel@vger.kernel.org
3317S: Maintained
3318
3319TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003320P: Adrian Bunk
3321M: trivial@kernel.org
3322L: linux-kernel@vger.kernel.org
3323W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3324T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3325S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326
3327TMS380 TOKEN-RING NETWORK DRIVER
3328P: Adam Fritzler
3329M: mid@auk.cx
3330L: linux-tr@linuxtr.net
3331W: http://www.auk.cx/tms380tr/
3332S: Maintained
3333
3334TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003335P: Valerie Henson
3336M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337L: tulip-users@lists.sourceforge.net
3338W: http://sourceforge.net/projects/tulip/
3339S: Maintained
3340
3341TUN/TAP driver
3342P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003343M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344L: vtun@office.satix.net
3345W: http://vtun.sourceforge.net/tun
3346S: Maintained
3347
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003348TURBOCHANNEL SUBSYSTEM
3349P: Maciej W. Rozycki
3350M: macro@linux-mips.org
3351S: Maintained
3352
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353U14-34F SCSI DRIVER
3354P: Dario Ballabio
3355M: ballabio_dario@emc.com
3356L: linux-scsi@vger.kernel.org
3357S: Maintained
3358
3359UDF FILESYSTEM
3360P: Ben Fennema
3361M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362W: http://linux-udf.sourceforge.net
3363S: Maintained
3364
3365UNIFORM CDROM DRIVER
3366P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003367M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368L: linux-kernel@vger.kernel.org
3369W: http://www.kernel.dk
3370S: Maintained
3371
3372USB ACM DRIVER
3373P: Oliver Neukum
3374M: oliver@neukum.name
3375L: linux-usb-users@lists.sourceforge.net
3376L: linux-usb-devel@lists.sourceforge.net
3377S: Maintained
3378
3379USB BLOCK DRIVER (UB ub)
3380P: Pete Zaitcev
3381M: zaitcev@redhat.com
3382L: linux-kernel@vger.kernel.org
3383L: linux-usb-devel@lists.sourceforge.net
3384S: Supported
3385
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386USB CDC ETHERNET DRIVER
3387P: Greg Kroah-Hartman
3388M: greg@kroah.com
3389L: linux-usb-users@lists.sourceforge.net
3390L: linux-usb-devel@lists.sourceforge.net
3391S: Maintained
3392W: http://www.kroah.com/linux-usb/
3393
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003394USB DAVICOM DM9601 DRIVER
3395P: Peter Korsgaard
3396M: jacmet@sunsite.dk
3397L: linux-usb-devel@lists.sourceforge.net
3398W: http://www.linux-usb.org/usbnet
3399S: Maintained
3400
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401USB EHCI DRIVER
3402P: David Brownell
3403M: dbrownell@users.sourceforge.net
3404L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003405S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406
Luca Risolia7ce08c92006-01-11 02:06:59 +00003407USB ET61X[12]51 DRIVER
3408P: Luca Risolia
3409M: luca.risolia@studio.unibo.it
3410L: linux-usb-devel@lists.sourceforge.net
3411L: video4linux-list@redhat.com
3412W: http://www.linux-projects.org
3413S: Maintained
3414
David Brownell69ae9e32006-11-14 02:03:31 -08003415USB GADGET/PERIPHERAL SUBSYSTEM
3416P: David Brownell
3417M: dbrownell@users.sourceforge.net
3418L: linux-usb-devel@lists.sourceforge.net
3419W: http://www.linux-usb.org/gadget
3420S: Maintained
3421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422USB HID/HIDBP DRIVERS
Jiri Kosina641266fd2007-01-15 09:56:21 +01003423P: Jiri Kosina
3424M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003426T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427S: Maintained
3428
3429USB HUB DRIVER
3430P: Johannes Erdfelt
3431M: johannes@erdfelt.com
3432L: linux-usb-users@lists.sourceforge.net
3433L: linux-usb-devel@lists.sourceforge.net
3434S: Maintained
3435
Olav Kongas959eea22005-11-03 17:38:14 +02003436USB ISP116X DRIVER
3437P: Olav Kongas
3438M: ok@artecdesign.ee
3439L: linux-usb-devel@lists.sourceforge.net
3440S: Maintained
3441
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442USB KAWASAKI LSI DRIVER
3443P: Oliver Neukum
3444M: oliver@neukum.name
3445L: linux-usb-users@lists.sourceforge.net
3446L: linux-usb-devel@lists.sourceforge.net
3447S: Maintained
3448
3449USB MASS STORAGE DRIVER
3450P: Matthew Dharm
3451M: mdharm-usb@one-eyed-alien.net
3452L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003453L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454S: Maintained
3455W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3456
3457USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003458P: David Brownell
3459M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460L: linux-usb-users@lists.sourceforge.net
3461L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003462S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463
Matthias Urlichsba460e42005-07-14 00:33:47 -07003464USB OPTION-CARD DRIVER
3465P: Matthias Urlichs
3466M: smurf@smurf.noris.de
3467L: linux-usb-devel@lists.sourceforge.net
3468S: Maintained
3469
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470USB OV511 DRIVER
3471P: Mark McClelland
3472M: mmcclell@bigfoot.com
3473L: linux-usb-users@lists.sourceforge.net
3474L: linux-usb-devel@lists.sourceforge.net
3475W: http://alpha.dyndns.org/ov511/
3476S: Maintained
3477
3478USB PEGASUS DRIVER
3479P: Petko Manolov
3480M: petkan@users.sourceforge.net
3481L: linux-usb-users@lists.sourceforge.net
3482L: linux-usb-devel@lists.sourceforge.net
3483W: http://pegasus2.sourceforge.net/
3484S: Maintained
3485
3486USB PRINTER DRIVER
3487P: Vojtech Pavlik
3488M: vojtech@suse.cz
3489L: linux-usb-users@lists.sourceforge.net
3490L: linux-usb-devel@lists.sourceforge.net
3491S: Maintained
3492
3493USB RTL8150 DRIVER
3494P: Petko Manolov
3495M: petkan@users.sourceforge.net
3496L: linux-usb-users@lists.sourceforge.net
3497L: linux-usb-devel@lists.sourceforge.net
3498W: http://pegasus2.sourceforge.net/
3499S: Maintained
3500
3501USB SE401 DRIVER
3502P: Jeroen Vreeken
3503M: pe1rxq@amsat.org
3504L: linux-usb-users@lists.sourceforge.net
3505L: linux-usb-devel@lists.sourceforge.net
3506W: http://www.chello.nl/~j.vreeken/se401/
3507S: Maintained
3508
3509USB SERIAL CYBERJACK DRIVER
3510P: Matthias Bruestle and Harald Welte
3511M: support@reiner-sct.com
3512W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3513S: Maintained
3514
3515USB SERIAL DIGI ACCELEPORT DRIVER
3516P: Peter Berger and Al Borchers
3517M: pberger@brimson.com
3518M: alborchers@steinerpoint.com
3519L: linux-usb-users@lists.sourceforge.net
3520L: linux-usb-devel@lists.sourceforge.net
3521S: Maintained
3522
3523USB SERIAL DRIVER
3524P: Greg Kroah-Hartman
3525M: gregkh@suse.de
3526L: linux-usb-users@lists.sourceforge.net
3527L: linux-usb-devel@lists.sourceforge.net
3528S: Supported
3529
3530USB SERIAL BELKIN F5U103 DRIVER
3531P: William Greathouse
3532M: wgreathouse@smva.com
3533L: linux-usb-users@lists.sourceforge.net
3534L: linux-usb-devel@lists.sourceforge.net
3535S: Maintained
3536
3537USB SERIAL CYPRESS M8 DRIVER
3538P: Lonnie Mendez
3539M: dignome@gmail.com
3540L: linux-usb-users@lists.sourceforge.net
3541L: linux-usb-devel@lists.sourceforge.net
3542S: Maintained
3543W: http://geocities.com/i0xox0i
3544W: http://firstlight.net/cvs
3545
3546USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3547L: linux-usb-users@lists.sourceforge.net
3548L: linux-usb-devel@lists.sourceforge.net
3549S: Maintained
3550
3551USB AUERSWALD DRIVER
3552P: Wolfgang Muees
3553M: wolfgang@iksw-muees.de
3554L: linux-usb-users@lists.sourceforge.net
3555L: linux-usb-devel@lists.sourceforge.net
3556S: Maintained
3557
3558USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3559P: Gary Brubaker
3560M: xavyer@ix.netcom.com
3561L: linux-usb-users@lists.sourceforge.net
3562L: linux-usb-devel@lists.sourceforge.net
3563S: Maintained
3564
3565USB SERIAL KEYSPAN DRIVER
3566P: Greg Kroah-Hartman
3567M: greg@kroah.com
3568L: linux-usb-users@lists.sourceforge.net
3569L: linux-usb-devel@lists.sourceforge.net
3570W: http://www.kroah.com/linux/
3571S: Maintained
3572
3573USB SERIAL WHITEHEAT DRIVER
3574P: Stuart MacDonald
3575M: stuartm@connecttech.com
3576L: linux-usb-users@lists.sourceforge.net
3577L: linux-usb-devel@lists.sourceforge.net
3578W: http://www.connecttech.com
3579S: Supported
3580
3581USB SN9C10x DRIVER
3582P: Luca Risolia
3583M: luca.risolia@studio.unibo.it
3584L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003585L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586W: http://www.linux-projects.org
3587S: Maintained
3588
3589USB SUBSYSTEM
3590P: Greg Kroah-Hartman
3591M: gregkh@suse.de
3592L: linux-usb-users@lists.sourceforge.net
3593L: linux-usb-devel@lists.sourceforge.net
3594W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003595T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596S: Supported
3597
3598USB UHCI DRIVER
3599P: Alan Stern
3600M: stern@rowland.harvard.edu
3601L: linux-usb-users@lists.sourceforge.net
3602L: linux-usb-devel@lists.sourceforge.net
3603S: Maintained
3604
David Brownell69ae9e32006-11-14 02:03:31 -08003605USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606P: David Brownell
3607M: dbrownell@users.sourceforge.net
3608L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003609W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610S: Maintained
3611
3612USB W996[87]CF DRIVER
3613P: Luca Risolia
3614M: luca.risolia@studio.unibo.it
3615L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003616L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617W: http://www.linux-projects.org
3618S: Maintained
3619
Luca Risolia60f78052006-02-06 16:29:35 +00003620USB ZC0301 DRIVER
3621P: Luca Risolia
3622M: luca.risolia@studio.unibo.it
3623L: linux-usb-devel@lists.sourceforge.net
3624L: video4linux-list@redhat.com
3625W: http://www.linux-projects.org
3626S: Maintained
3627
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628USB ZD1201 DRIVER
3629P: Jeroen Vreeken
3630M: pe1rxq@amsat.org
3631L: linux-usb-users@lists.sourceforge.net
3632L: linux-usb-devel@lists.sourceforge.net
3633W: http://linux-lc100020.sourceforge.net
3634S: Maintained
3635
3636USER-MODE LINUX
3637P: Jeff Dike
3638M: jdike@karaya.com
3639L: user-mode-linux-devel@lists.sourceforge.net
3640L: user-mode-linux-user@lists.sourceforge.net
3641W: http://user-mode-linux.sourceforge.net
3642S: Maintained
3643
3644FAT/VFAT/MSDOS FILESYSTEM:
3645P: OGAWA Hirofumi
3646M: hirofumi@mail.parknet.co.jp
3647L: linux-kernel@vger.kernel.org
3648S: Maintained
3649
3650VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3651P: Jeff Garzik
3652S: Odd fixes
3653
3654VIA RHINE NETWORK DRIVER
3655P: Roger Luethi
3656M: rl@hellgate.ch
3657S: Maintained
3658
Jean Delvare32c0a522005-09-22 21:47:58 +02003659VIAPRO SMBUS DRIVER
3660P: Jean Delvare
3661M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003662L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003663S: Maintained
3664
Francois Romieu01f20732007-01-26 00:57:17 -08003665VIA VELOCITY NETWORK DRIVER
3666P: Francois Romieu
3667M: romieu@fr.zoreil.com
3668L: netdev@vger.kernel.org
3669S: Maintained
3670
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671UCLINUX (AND M68KNOMMU)
3672P: Greg Ungerer
3673M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003675L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003676S: Maintained
3677
3678UCLINUX FOR NEC V850
3679P: Miles Bader
3680M: uclinux-v850@lsi.nec.co.jp
3681W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3682W: http://www.ee.nec.de/uclinux/
3683S: Supported
3684
3685UCLINUX FOR RENESAS H8/300
3686P: Yoshinori Sato
3687M: ysato@users.sourceforge.jp
3688W: http://uclinux-h8.sourceforge.jp/
3689S: Supported
3690
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003691UFS FILESYSTEM
3692P: Evgeniy Dushistov
3693M: dushistov@mail.ru
3694L: linux-kernel@vger.kernel.org
3695S: Maintained
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697USB DIAMOND RIO500 DRIVER
3698P: Cesar Miquel
3699M: miquel@df.uba.ar
3700L: rio500-users@lists.sourceforge.net
3701W: http://rio500.sourceforge.net
3702S: Maintained
3703
3704VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003705P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003706M: mchehab@infradead.org
3707M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003709W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003710T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003711S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712
Juerg Haefligerab413192006-09-24 20:54:04 +02003713VT1211 HARDWARE MONITOR DRIVER
3714P: Juerg Haefliger
3715M: juergh@gmail.com
3716L: lm-sensors@lm-sensors.org
3717S: Maintained
3718
Roger Lucas1de9e372005-11-26 20:20:05 +01003719VT8231 HARDWARE MONITOR DRIVER
3720P: Roger Lucas
3721M: roger@planbit.co.uk
3722L: lm-sensors@lm-sensors.org
3723S: Maintained
3724
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725W1 DALLAS'S 1-WIRE BUS
3726P: Evgeniy Polyakov
3727M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728S: Maintained
3729
Charles Spirakis13927072006-07-05 18:05:15 +02003730W83791D HARDWARE MONITORING DRIVER
3731P: Charles Spirakis
3732M: bezaur@gmail.com
3733L: lm-sensors@lm-sensors.org
3734S: Maintained
3735
Rudolf Marek61db0112006-12-12 18:18:30 +01003736W83793 HARDWARE MONITORING DRIVER
3737P: Rudolf Marek
3738M: r.marek@assembler.cz
3739L: lm-sensors@lm-sensors.org
3740S: Maintained
3741
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742W83L51xD SD/MMC CARD INTERFACE DRIVER
3743P: Pierre Ossman
3744M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003745L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746W: http://projects.drzeus.cx/wbsd
3747S: Maintained
3748
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003749WATCHDOG DEVICE DRIVERS
3750P: Wim Van Sebroeck
3751M: wim@iguana.be
3752T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3753S: Maintained
3754
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3756P: Jean Tourrilhes
3757M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003758L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3760S: Maintained
3761
3762WD7000 SCSI DRIVER
3763P: Miroslav Zagorac
3764M: zaga@fly.cc.fer.hr
3765L: linux-scsi@vger.kernel.org
3766S: Maintained
3767
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003768WISTRON LAPTOP BUTTON DRIVER
3769P: Miloslav Trmac
3770M: mitr@volny.cz
3771S: Maintained
3772
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773WL3501 WIRELESS PCMCIA CARD DRIVER
3774P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003775M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003776L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003777W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778S: Maintained
3779
3780X.25 NETWORK LAYER
3781P: Henner Eisen
3782M: eis@baty.hanse.de
3783L: linux-x25@vger.kernel.org
3784S: Maintained
3785
3786XFS FILESYSTEM
3787P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003788P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003790L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003792T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793S: Supported
3794
Peter Korsgaard238b8722006-12-06 20:35:17 -08003795XILINX UARTLITE SERIAL DRIVER
3796P: Peter Korsgaard
3797M: jacmet@sunsite.dk
3798L: linux-serial@vger.kernel.org
3799S: Maintained
3800
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801X86 3-LEVEL PAGING (PAE) SUPPORT
3802P: Ingo Molnar
3803M: mingo@redhat.com
3804S: Maintained
3805
3806X86-64 port
3807P: Andi Kleen
3808M: ak@suse.de
3809L: discuss@x86-64.org
3810W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003811T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812S: Maintained
3813
3814YAM DRIVER FOR AX.25
3815P: Jean-Paul Roubelat
3816M: jpr@f6fbb.org
3817L: linux-hams@vger.kernel.org
3818S: Maintained
3819
Henkaf64a5e2005-10-12 15:02:56 +02003820YEALINK PHONE DRIVER
3821P: Henk Vergonet
3822M: Henk.Vergonet@gmail.com
3823L: usbb2k-api-dev@nongnu.org
3824S: Maintained
3825
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826Z8530 DRIVER FOR AX.25
3827P: Joerg Reuter
3828M: jreuter@yaina.de
3829W: http://yaina.de/jreuter/
3830W: http://www.qsl.net/dl1bke/
3831L: linux-hams@vger.kernel.org
3832S: Maintained
3833
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003834ZD1211RW WIRELESS DRIVER
3835P: Daniel Drake
3836M: dsd@gentoo.org
3837P: Ulrich Kunitz
3838M: kune@deine-taler.de
3839W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07003840L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003841L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3842S: Maintained
3843
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844ZF MACHZ WATCHDOG
3845P: Fernando Fuganti
3846M: fuganti@netbank.com.br
3847W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3848S: Maintained
3849
3850ZR36067 VIDEO FOR LINUX DRIVER
3851P: Ronald Bultje
3852M: rbultje@ronald.bitfreak.net
3853L: mjpeg-users@lists.sourceforge.net
3854W: http://mjpeg.sourceforge.net/driver-zoran/
3855S: Maintained
3856
3857ZR36120 VIDEO FOR LINUX DRIVER
3858P: Pauline Middelink
3859M: middelin@polyware.nl
3860W: http://www.polyware.nl/~middelin/En/hobbies.html
3861W: http://www.polyware.nl/~middelin/hobbies.html
3862S: Maintained
3863
3864THE REST
3865P: Linus Torvalds
3866S: Buried alive in reporters