blob: ef84419ade3ac2994e9ac6ea67ce4adde7a477cc [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
387M: acme@conectiva.com.br
388S: 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
659W: http://www.thekelleys.org.uk/atmel
660W: http://atmelwlandriver.sourceforge.net/
661S: Maintained
662
Chris Wrighta92b7b82005-07-07 18:12:23 -0700663AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100664P: David Woodhouse
665M: dwmw2@infradead.org
666L: linux-audit@redhat.com
667W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800668T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700669S: Maintained
670
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800671AUXILIARY DISPLAY DRIVERS
672P: Miguel Ojeda Sandonis
673M: maxextreme@gmail.com
674L: linux-kernel@vger.kernel.org
675S: Maintained
676
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700677AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700678P: Haavard Skinnemoen
679M: hskinnemoen@atmel.com
680W: http://www.atmel.com/products/AVR32/
681W: http://avr32linux.org/
682W: http://avrfreaks.net/
683S: Supported
684
685AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688S: Supported
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690AX.25 NETWORK LAYER
691P: Ralf Baechle
692M: ralf@linux-mips.org
693L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200694W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695S: Maintained
696
Richard Purdie300abeb2007-02-07 22:21:07 +0000697BACKLIGHT CLASS/SUBSYSTEM
698P: Richard Purdie
699M: rpurdie@rpsys.net
700S: Maintained
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702BAYCOM/HDLCDRV DRIVERS FOR AX.25
703P: Thomas Sailer
704M: t.sailer@alumni.ethz.ch
705L: linux-hams@vger.kernel.org
706W: http://www.baycom.org/~tom/ham/ham.html
707S: Maintained
708
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200709BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
710P: Larry Finger
711M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200712P: Stefano Brivio
713M: st3@riseup.net
714W: http://bcm43xx.berlios.de/
715S: Maintained
716
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717BEFS FILE SYSTEM
718P: Sergey S. Kostyliov
719M: rathamahata@php4.ru
720L: linux-kernel@vger.kernel.org
721S: Maintained
722
723BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
724P: Kenji Hollis
725W: http://ftp.bitgate.com/pcwd/
726S: Maintained
727
728BFS FILE SYSTEM
729P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800730M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731L: linux-kernel@vger.kernel.org
732S: Maintained
733
734BLOCK LAYER
735P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200736M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800738T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739S: Maintained
740
741BLUETOOTH SUBSYSTEM
742P: Marcel Holtmann
743M: marcel@holtmann.org
744P: Maxim Krasnyansky
745M: maxk@qualcomm.com
746L: bluez-devel@lists.sf.net
747W: http://bluez.sf.net
748W: http://www.bluez.org
749W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800750T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751S: Maintained
752
753BLUETOOTH RFCOMM LAYER
754P: Marcel Holtmann
755M: marcel@holtmann.org
756P: Maxim Krasnyansky
757M: maxk@qualcomm.com
758S: Maintained
759
760BLUETOOTH BNEP LAYER
761P: Marcel Holtmann
762M: marcel@holtmann.org
763P: Maxim Krasnyansky
764M: maxk@qualcomm.com
765S: Maintained
766
767BLUETOOTH CMTP LAYER
768P: Marcel Holtmann
769M: marcel@holtmann.org
770S: Maintained
771
772BLUETOOTH HIDP LAYER
773P: Marcel Holtmann
774M: marcel@holtmann.org
775S: Maintained
776
777BLUETOOTH HCI UART DRIVER
778P: Marcel Holtmann
779M: marcel@holtmann.org
780P: Maxim Krasnyansky
781M: maxk@qualcomm.com
782S: Maintained
783
784BLUETOOTH HCI USB DRIVER
785P: Marcel Holtmann
786M: marcel@holtmann.org
787P: Maxim Krasnyansky
788M: maxk@qualcomm.com
789S: Maintained
790
791BLUETOOTH HCI BCM203X DRIVER
792P: Marcel Holtmann
793M: marcel@holtmann.org
794S: Maintained
795
796BLUETOOTH HCI BPA10X DRIVER
797P: Marcel Holtmann
798M: marcel@holtmann.org
799S: Maintained
800
801BLUETOOTH HCI BFUSB DRIVER
802P: Marcel Holtmann
803M: marcel@holtmann.org
804S: Maintained
805
806BLUETOOTH HCI DTL1 DRIVER
807P: Marcel Holtmann
808M: marcel@holtmann.org
809S: Maintained
810
811BLUETOOTH HCI BLUECARD DRIVER
812P: Marcel Holtmann
813M: marcel@holtmann.org
814S: Maintained
815
816BLUETOOTH HCI BT3C DRIVER
817P: Marcel Holtmann
818M: marcel@holtmann.org
819S: Maintained
820
821BLUETOOTH HCI BTUART DRIVER
822P: Marcel Holtmann
823M: marcel@holtmann.org
824S: Maintained
825
826BLUETOOTH HCI VHCI DRIVER
827P: Maxim Krasnyansky
828M: maxk@qualcomm.com
829S: Maintained
830
831BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100832P: Chad Tindel
833M: ctindel@users.sourceforge.net
834P: Jay Vosburgh
835M: fubar@us.ibm.com
836L: bonding-devel@lists.sourceforge.net
837W: http://sourceforge.net/projects/bonding/
838S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000840BROADBAND PROCESSOR ARCHITECTURE
841P: Arnd Bergmann
842M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100843L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400844W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000845S: Supported
846
Gary Zambrano39105892006-06-22 17:26:20 -0700847BROADCOM B44 10/100 ETHERNET DRIVER
848P: Gary Zambrano
849M: zambrano@broadcom.com
850L: netdev@vger.kernel.org
851S: Supported
852
Michael Chan948c51e2006-06-04 02:51:39 -0700853BROADCOM BNX2 GIGABIT ETHERNET DRIVER
854P: Michael Chan
855M: mchan@broadcom.com
856L: netdev@vger.kernel.org
857S: Supported
858
859BROADCOM TG3 GIGABIT ETHERNET DRIVER
860P: Michael Chan
861M: mchan@broadcom.com
862L: netdev@vger.kernel.org
863S: Supported
864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700866P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200867M: mchehab@infradead.org
868M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700870W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200871T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700872S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200874CALGARY x86-64 IOMMU
875P: Muli Ben-Yehuda
876M: muli@il.ibm.com
877P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200878M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200879L: linux-kernel@vger.kernel.org
880L: discuss@x86-64.org
881S: Maintained
882
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800883CFAG12864B LCD DRIVER
884P: Miguel Ojeda Sandonis
885M: maxextreme@gmail.com
886L: linux-kernel@vger.kernel.org
887S: Maintained
888
889CFAG12864BFB LCD FRAMEBUFFER DRIVER
890P: Miguel Ojeda Sandonis
891M: maxextreme@gmail.com
892L: linux-kernel@vger.kernel.org
893S: Maintained
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895COMMON INTERNET FILE SYSTEM (CIFS)
896P: Steve French
897M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100898L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899L: samba-technical@lists.samba.org
900W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800901T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902S: Supported
903
Joel Becker7063fbf2005-12-15 14:29:43 -0800904CONFIGFS
905P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800906M: joel.becker@oracle.com
907L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800908S: Supported
909
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800910CIRRUS LOGIC EP93XX ETHERNET DRIVER
911P: Lennert Buytenhek
912M: kernel@wantstofly.org
913L: netdev@vger.kernel.org
914S: Maintained
915
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916CIRRUS LOGIC GENERIC FBDEV DRIVER
917P: Jeff Garzik
918M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800919L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920S: Odd Fixes
921
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800922CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
923P: Lennert Buytenhek
924M: kernel@wantstofly.org
925L: linux-usb-devel@lists.sourceforge.net
926S: Maintained
927
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
929P: Cirrus Logic Corporation (kernel 2.2 driver)
930M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
931P: Nils Faerber (port to kernel 2.4)
932M: Nils Faerber <nils@kernelconcepts.de>
933S: Maintained
934
935CODA FILE SYSTEM
936P: Jan Harkes
937M: jaharkes@cs.cmu.edu
938M: coda@cs.cmu.edu
939L: codalist@coda.cs.cmu.edu
940W: http://www.coda.cs.cmu.edu/
941S: Maintained
942
943COMPACTPCI HOTPLUG CORE
944P: Scott Murray
945M: scottm@somanetworks.com
946M: scott@spiteful.org
947L: pcihpd-discuss@lists.sourceforge.net
948S: Supported
949
950COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
951P: Scott Murray
952M: scottm@somanetworks.com
953M: scott@spiteful.org
954L: pcihpd-discuss@lists.sourceforge.net
955S: Supported
956
957COMPACTPCI HOTPLUG GENERIC DRIVER
958P: Scott Murray
959M: scottm@somanetworks.com
960M: scott@spiteful.org
961L: pcihpd-discuss@lists.sourceforge.net
962S: Supported
963
964COMPUTONE INTELLIPORT MULTIPORT CARD
965P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700966M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700968S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969
970COSA/SRP SYNC SERIAL DRIVER
971P: Jan "Yenya" Kasprzak
972M: kas@fi.muni.cz
973W: http://www.fi.muni.cz/~kas/cosa/
974S: Maintained
975
976CPU FREQUENCY DRIVERS
977P: Dave Jones
978M: davej@codemonkey.org.uk
979L: cpufreq@lists.linux.org.uk
980W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500981T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982S: Maintained
983
984CPUID/MSR DRIVER
985P: H. Peter Anvin
986M: hpa@zytor.com
987S: Maintained
988
Paul Jacksoned90fb42005-09-27 21:45:37 -0700989CPUSETS
990P: Paul Jackson
991P: Simon Derr
992M: pj@sgi.com
993M: simon.derr@bull.net
994L: linux-kernel@vger.kernel.org
995W: http://www.bullopensource.org/cpuset/
996S: Supported
997
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100999W: http://sourceforge.net/projects/cramfs/
1000S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001
1002CRIS PORT
1003P: Mikael Starvik
1004M: starvik@axis.com
1005L: dev-etrax@axis.com
1006W: http://developer.axis.com
1007S: Maintained
1008
1009CRYPTO API
1010P: Herbert Xu
1011M: herbert@gondor.apana.org.au
1012P: David S. Miller
1013M: davem@davemloft.net
1014L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001015T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016S: Maintained
1017
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001018CS5535 Audio ALSA driver
1019P: Jaya Kumar
1020M: jayakumar.alsa@gmail.com
1021S: Maintained
1022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023CYBERPRO FB DRIVER
1024P: Russell King
1025M: rmk@arm.linux.org.uk
1026W: http://www.arm.linux.org.uk/
1027S: Maintained
1028
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001029CYBLAFB FRAMEBUFFER DRIVER
1030P: Knut Petersen
1031M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001032L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001033S: Maintained
1034
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035CYCLADES 2X SYNC CARD DRIVER
1036P: Arnaldo Carvalho de Melo
1037M: acme@conectiva.com.br
1038W: http://advogato.org/person/acme
1039L: cycsyn-devel@bazar.conectiva.com.br
1040S: Maintained
1041
1042CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001044S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045
1046CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001048S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050DAMA SLAVE for AX.25
1051P: Joerg Reuter
1052M: jreuter@yaina.de
1053W: http://yaina.de/jreuter/
1054W: http://www.qsl.net/dl1bke/
1055L: linux-hams@vger.kernel.org
1056S: Maintained
1057
1058DC395x SCSI driver
1059P: Oliver Neukum
1060M: oliver@neukum.name
1061P: Ali Akcaagac
1062M: aliakc@web.de
1063P: Jamie Lenehan
1064M: lenehan@twibble.org
1065W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001066L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067L: http://lists.twibble.org/mailman/listinfo/dc395x/
1068S: Maintained
1069
1070DC390/AM53C974 SCSI driver
1071P: Kurt Garloff
1072M: garloff@suse.de
1073W: http://www.garloff.de/kurt/linux/dc390/
1074P: Guennadi Liakhovetski
1075M: g.liakhovetski@gmx.de
1076S: Maintained
1077
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001078DCCP PROTOCOL
1079P: Arnaldo Carvalho de Melo
1080M: acme@mandriva.com
1081L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001082W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001083S: Maintained
1084
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085DECnet NETWORK LAYER
1086P: Patrick Caulfield
1087M: patrick@tykepenguin.com
1088W: http://linux-decnet.sourceforge.net
1089L: linux-decnet-user@lists.sourceforge.net
1090S: Maintained
1091
1092DEFXX FDDI NETWORK DRIVER
1093P: Maciej W. Rozycki
1094M: macro@linux-mips.org
1095S: Maintained
1096
1097DELL LAPTOP SMM DRIVER
1098P: Massimo Dal Zotto
1099M: dz@debian.org
1100W: http://www.debian.org/~dz/i8k/
1101S: Maintained
1102
Doug Warzecha90563ec2005-09-06 15:17:15 -07001103DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1104P: Doug Warzecha
1105M: Douglas_Warzecha@dell.com
1106S: Maintained
1107
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001108DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109P: Alasdair Kergon
1110L: dm-devel@redhat.com
1111W: http://sources.redhat.com/dm
1112S: Maintained
1113
1114DEVICE NUMBER REGISTRY
1115P: Torben Mathiasen
1116M: device@lanana.org
1117W: http://lanana.org/docs/device-list/index.html
1118L: linux-kernel@vger.kernel.org
1119S: Maintained
1120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121DIGI INTL. EPCA DRIVER
1122P: Digi International, Inc
1123M: Eng.Linux@digi.com
1124L: Eng.Linux@digi.com
1125W: http://www.digi.com
1126S: Orphaned
1127
1128DIGI RIGHTSWITCH NETWORK DRIVER
1129P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001130L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131W: http://www.digi.com
1132S: Orphaned
1133
1134DIRECTORY NOTIFICATION
1135P: Stephen Rothwell
1136M: sfr@canb.auug.org.au
1137L: linux-kernel@vger.kernel.org
1138S: Supported
1139
1140DISK GEOMETRY AND PARTITION HANDLING
1141P: Andries Brouwer
1142M: aeb@cwi.nl
1143W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1144W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1145W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1146S: Maintained
1147
1148DISKQUOTA:
1149P: Jan Kara
1150M: jack@suse.cz
1151L: linux-kernel@vger.kernel.org
1152S: Maintained
1153
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001154DISTRIBUTED LOCK MANAGER
1155P: Patrick Caulfield
1156M: pcaulfie@redhat.com
1157P: David Teigland
1158M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001159L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001160W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001161T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1162T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001163S: Supported
1164
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1166P: Tobias Ringstrom
1167M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001168L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Maintained
1170
Martin Waitzba483d52005-06-17 13:20:59 -07001171DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001172P: Randy Dunlap
1173M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001174S: Maintained
1175
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001176DOCKING STATION DRIVER
1177P: Kristen Carlson Accardi
1178M: kristen.c.accardi@intel.com
1179L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001180S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182DOUBLETALK DRIVER
1183P: James R. Van Zandt
1184M: jrv@vanzandt.mv.com
1185L: blinux-list@redhat.com
1186S: Maintained
1187
1188DRIVER CORE, KOBJECTS, AND SYSFS
1189P: Greg Kroah-Hartman
1190M: gregkh@suse.de
1191L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001192T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193S: Supported
1194
1195DRM DRIVERS
1196P: David Airlie
1197M: airlied@linux.ie
1198L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001199T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200S: Maintained
1201
1202DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001203P: Francois Romieu
1204M: romieu@fr.zoreil.com
1205L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Maintained
1207
1208DVB SUBSYSTEM AND DRIVERS
1209P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001210M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001212W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001213T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001214S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
1216EATA-DMA SCSI DRIVER
1217P: Michael Neuffer
1218L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1219S: Maintained
1220
1221EATA ISA/EISA/PCI SCSI DRIVER
1222P: Dario Ballabio
1223M: ballabio_dario@emc.com
1224L: linux-scsi@vger.kernel.org
1225S: Maintained
1226
1227EATA-PIO SCSI DRIVER
1228P: Michael Neuffer
1229M: mike@i-Connect.Net
1230L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1231S: Maintained
1232
1233EBTABLES
1234P: Bart De Schuymer
1235M: bart.de.schuymer@pandora.be
1236L: ebtables-user@lists.sourceforge.net
1237L: ebtables-devel@lists.sourceforge.net
1238W: http://ebtables.sourceforge.net/
1239S: Maintained
1240
Michael Halcrow237fead2006-10-04 02:16:22 -07001241ECRYPT FILE SYSTEM
1242P: Mike Halcrow, Phillip Hellewell
1243M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1244L: ecryptfs-devel@lists.sourceforge.net
1245W: http://ecryptfs.sourceforge.net/
1246S: Supported
1247
Alan Coxda9bb1d2006-01-18 17:44:13 -08001248EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001249P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001250M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001251L: bluesmoke-devel@lists.sourceforge.net
1252W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001253S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001254
1255EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001256P: Mark Gross
1257M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001258L: bluesmoke-devel@lists.sourceforge.net
1259W: bluesmoke.sourceforge.net
1260S: Maintained
1261
1262EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001263P: Doug Thompson
1264M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001265L: bluesmoke-devel@lists.sourceforge.net
1266W: bluesmoke.sourceforge.net
1267S: Maintained
1268
1269EDAC-R82600
1270P: Tim Small
1271M: tim@buttersideup.com
1272L: bluesmoke-devel@lists.sourceforge.net
1273W: bluesmoke.sourceforge.net
1274S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001275
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276EEPRO100 NETWORK DRIVER
1277P: Andrey V. Savochkin
1278M: saw@saw.sw.com.sg
1279S: Maintained
1280
Josh Triplett0bee8d22006-07-30 03:03:58 -07001281EFS FILESYSTEM
1282W: http://aeschi.ch.eu.org/efs/
1283S: Orphan
1284
Heiko J Schickfab97222006-09-22 15:22:22 -07001285EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1286P: Hoang-Nam Nguyen
1287M: hnguyen@de.ibm.com
1288P: Christoph Raisch
1289M: raisch@de.ibm.com
1290L: openib-general@openib.org
1291S: Supported
1292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293EMU10K1 SOUND DRIVER
1294P: James Courtier-Dutton
1295M: James@superbug.demon.co.uk
1296L: emu10k1-devel@lists.sourceforge.net
1297W: http://sourceforge.net/projects/emu10k1/
1298S: Maintained
1299
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001300EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001301P: James Smart
1302M: james.smart@emulex.com
1303L: linux-scsi@vger.kernel.org
1304W: http://sourceforge.net/projects/lpfcxxxx
1305S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001306
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307EPSON 1355 FRAMEBUFFER DRIVER
1308P: Christopher Hoover
1309M: ch@murgatroid.com, ch@hpl.hp.com
1310S: Maintained
1311
1312ETHEREXPRESS-16 NETWORK DRIVER
1313P: Philip Blundell
1314M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001315L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316S: Maintained
1317
1318ETHERNET BRIDGE
1319P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001320M: shemminger@linux-foundation.org
Simon Horman588cc702007-02-20 13:58:06 -08001321L: bridge@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322W: http://bridge.sourceforge.net/
1323S: Maintained
1324
1325ETHERTEAM 16I DRIVER
1326P: Mika Kuoppala
1327M: miku@iki.fi
1328S: Maintained
1329
1330EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001331L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332S: Maintained
1333
1334EXT3 FILE SYSTEM
1335P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001336M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001337L: linux-ext4@vger.kernel.org
1338S: Maintained
1339
1340EXT4 FILE SYSTEM
1341P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001342M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001343L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
Jean Delvaree53004e2006-01-09 23:26:14 +01001346F71805F HARDWARE MONITORING DRIVER
1347P: Jean Delvare
1348M: khali@linux-fr.org
1349L: lm-sensors@lm-sensors.org
1350S: Maintained
1351
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352FARSYNC SYNCHRONOUS DRIVER
1353P: Kevin Curtis
1354M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355W: http://www.farsite.co.uk/
1356S: Supported
1357
1358FRAMEBUFFER LAYER
1359P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001360M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001361L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362W: http://linux-fbdev.sourceforge.net/
1363S: Maintained
1364
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001365FREESCALE SOC FS_ENET DRIVER
1366P: Pantelis Antoniou
1367M: pantelis.antoniou@gmail.com
1368P: Vitaly Bordug
1369M: vbordug@ru.mvista.com
1370L: linuxppc-embedded@ozlabs.org
1371L: netdev@vger.kernel.org
1372S: Maintained
1373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374FILE LOCKING (flock() and fcntl()/lockf())
1375P: Matthew Wilcox
1376M: matthew@wil.cx
1377L: linux-fsdevel@vger.kernel.org
1378S: Maintained
1379
1380FILESYSTEMS (VFS and infrastructure)
1381P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001382M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383S: Maintained
1384
1385FIRMWARE LOADER (request_firmware)
1386L: linux-kernel@vger.kernel.org
1387S: Orphan
1388
1389FPU EMULATOR
1390P: Bill Metzenthen
1391M: billm@suburbia.net
1392W: http://suburbia.net/~billm/floating-point/emulator/
1393S: Maintained
1394
1395FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1396P: Mike McLagan
1397M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001398L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399S: Maintained
1400
1401FREEVXFS FILESYSTEM
1402P: Christoph Hellwig
1403M: hch@infradead.org
1404W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1405S: Maintained
1406
David Howells5ab7ffe2007-04-10 15:10:45 +01001407FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408P: David Howells
1409M: dhowells@redhat.com
1410S: Maintained
1411
Miklos Szeredi04578f12005-09-09 13:10:22 -07001412FUSE: FILESYSTEM IN USERSPACE
1413P: Miklos Szeredi
1414M: miklos@szeredi.hu
1415L: fuse-devel@lists.sourceforge.net
1416W: http://fuse.sourceforge.net/
1417S: Maintained
1418
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1420P: Rik Faith
1421M: faith@cs.unc.edu
1422L: linux-scsi@vger.kernel.org
1423S: Odd fixes (e.g., new signatures)
1424
1425GDT SCSI DISK ARRAY CONTROLLER DRIVER
1426P: Achim Leubner
1427M: achim_leubner@adaptec.com
1428L: linux-scsi@vger.kernel.org
1429W: http://www.icp-vortex.com/
1430S: Supported
1431
1432GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1433P: Krzysztof Halasa
1434M: khc@pm.waw.pl
1435W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1436S: Maintained
1437
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001438GFS2 FILE SYSTEM
1439P: Steven Whitehouse
1440M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001441L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001442W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001443T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1444T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001445S: Supported
1446
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001447GIGASET ISDN DRIVERS
1448P: Hansjoerg Lipp
1449M: hjlipp@web.de
1450P: Tilman Schmidt
1451M: tilman@imap.cc
1452L: gigaset307x-common@lists.sourceforge.net
1453W: http://gigaset307x.sourceforge.net/
1454S: Maintained
1455
Jean Delvare5b543962005-08-15 19:51:02 +02001456HARDWARE MONITORING
1457P: Jean Delvare
1458M: khali@linux-fr.org
1459L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001460W: http://www.lm-sensors.org/
1461T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001462S: Maintained
1463
Michael Buesch844dd052006-06-26 00:24:59 -07001464HARDWARE RANDOM NUMBER GENERATOR CORE
1465P: Michael Buesch
1466M: mb@bu3sch.de
1467S: Maintained
1468
Robert Love860e1d62005-08-31 23:57:59 -04001469HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1470P: Robert Love
1471M: rlove@rlove.org
1472M: linux-kernel@vger.kernel.org
1473W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1474S: Maintained
1475
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476HARMONY SOUND DRIVER
1477P: Kyle McMartin
1478M: kyle@parisc-linux.org
1479W: http://www.parisc-linux.org/~kyle/harmony/
1480L: parisc-linux@lists.parisc-linux.org
1481S: Maintained
1482
1483HAYES ESP SERIAL DRIVER
1484P: Andrew J. Robinson
1485M: arobinso@nyx.net
1486L: linux-kernel@vger.kernel.org
1487W: http://www.nyx.net/~arobinso
1488S: Maintained
1489
1490HFS FILESYSTEM
1491P: Roman Zippel
1492M: zippel@linux-m68k.org
1493L: linux-kernel@vger.kernel.org
1494S: Maintained
1495
1496HGA FRAMEBUFFER DRIVER
1497P: Ferenc Bakonyi
1498M: fero@drama.obuda.kando.hu
1499L: linux-nvidia@lists.surfsouth.com
1500W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1501S: Maintained
1502
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001503HID CORE LAYER
1504P: Jiri Kosina
1505M: jkosina@suse.cz
1506L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001507T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001508S: Maintained
1509
Ingo Molnar38bed542007-02-22 09:09:34 +01001510HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1511P: Thomas Gleixner
1512M: tglx@linutronix.de
1513L: linux-kernel@vger.kernel.org
1514S: Maintained
1515
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516HIGH-SPEED SCC DRIVER FOR AX.25
1517P: Klaus Kudielka
1518M: klaus.kudielka@ieee.org
1519L: linux-hams@vger.kernel.org
1520W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1521S: Maintained
1522
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001523HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1524P: HighPoint Linux Team
1525M: linux@highpoint-tech.com
1526W: http://www.highpoint-tech.com
1527S: Supported
1528
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529HIPPI
1530P: Jes Sorensen
1531M: jes@trained-monkey.org
1532L: linux-hippi@sunsite.dk
1533S: Maintained
1534
1535HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1536P: Chirag Kantharia
1537M: chirag.kantharia@hp.com
1538L: iss_storagedev@hp.com
1539S: Maintained
1540
1541HEWLETT-PACKARD SMART2 RAID DRIVER
1542P: Chirag Kantharia
1543M: chirag.kantharia@hp.com
1544L: iss_storagedev@hp.com
1545S: Maintained
1546
1547HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1548P: Mike Miller
1549M: mike.miller@hp.com
1550L: iss_storagedev@hp.com
1551S: Supported
1552
Jouni Malinenff1d2762005-05-12 22:54:16 -04001553HOST AP DRIVER
1554P: Jouni Malinen
1555M: jkmaline@cc.hut.fi
1556L: hostap@shmoo.com
1557W: http://hostap.epitest.fi/
1558S: Maintained
1559
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1561P: Jaroslav Kysela
1562M: perex@suse.cz
1563S: Maintained
1564
Bob Piccob9b03322005-11-07 00:59:19 -08001565HPET: High Precision Event Timers driver (hpet.c)
1566P: Clemens Ladisch
1567M: clemens@ladisch.de
1568S: Maintained
1569
1570HPET: i386
1571P: Venkatesh Pallipadi (Venki)
1572M: venkatesh.pallipadi@intel.com
1573S: Maintained
1574
1575HPET: x86_64
1576P: Andi Kleen and Vojtech Pavlik
1577M: ak@muc.de and vojtech@suse.cz
1578S: Maintained
1579
1580HPET: ACPI hpet.c
1581P: Bob Picco
1582M: bob.picco@hp.com
1583S: Maintained
1584
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585HPFS FILESYSTEM
1586P: Mikulas Patocka
1587M: mikulas@artax.karlin.mff.cuni.cz
1588W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1589S: Maintained
1590
1591HUGETLB FILESYSTEM
1592P: William Irwin
1593M: wli@holomorphy.com
1594S: Maintained
1595
Jean Delvare5b543962005-08-15 19:51:02 +02001596I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597P: Jean Delvare
1598M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001599L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001600T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601S: Maintained
1602
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603i386 BOOT CODE
1604P: Riley H. Williams
1605M: Riley@Williams.Name
1606L: Linux-Kernel@vger.kernel.org
1607S: Maintained
1608
1609i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1610P: Dave Jones
1611M: davej@codemonkey.org.uk
1612P: H. Peter Anvin
1613M: hpa@zytor.com
1614S: Maintained
1615
1616i810 TCO TIMER WATCHDOG
1617P: Nils Faerber
1618M: nils@kernelconcepts.de
1619W: http://www.kernelconcepts.de/
1620S: Maintained
1621
1622IA64 (Itanium) PLATFORM
1623P: Tony Luck
1624M: tony.luck@intel.com
1625L: linux-ia64@vger.kernel.org
1626W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001627T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628S: Maintained
1629
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001630IBM ACPI EXTRAS DRIVER
1631P: Henrique de Moraes Holschuh
1632M: ibm-acpi@hmh.eng.br
1633L: ibm-acpi-devel@lists.sourceforge.net
1634W: http://ibm-acpi.sourceforge.net
1635W: http://thinkwiki.org/wiki/Ibm-acpi
1636T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1637S: Maintained
1638
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001640P: Jes Sorensen
1641M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642L: linux-altix@sgi.com
1643L: linux-ia64@vger.kernel.org
1644W: http://www.sgi.com/altix
1645S: Maintained
1646
1647IBM MCA SCSI SUBSYSTEM DRIVER
1648P: Michael Lang
1649M: langa2@kph.uni-mainz.de
1650W: http://www.uni-mainz.de/~langm000/linux.html
1651S: Maintained
1652
1653IBM Power Linux RAID adapter
1654P: Brian King
1655M: brking@us.ibm.com
1656S: Supported
1657
1658IBM ServeRAID RAID DRIVER
1659P: Jack Hammer
1660P: Dave Jeffery
1661M: ipslinux@adaptec.com
1662W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1663S: Supported
1664
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001665IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001667M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001669T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670S: Maintained
1671
1672IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001673P: Alan Cox
1674M: alan@lxorguk.ukuu.org.uk
1675L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676S: Maintained
1677
1678IDE/ATAPI FLOPPY DRIVERS
1679P: Paul Bristow
1680M: Paul Bristow <paul@paulbristow.net>
1681W: http://paulbristow.net/linux/idefloppy.html
1682L: linux-kernel@vger.kernel.org
1683S: Maintained
1684
1685IDE/ATAPI TAPE DRIVERS
1686P: Gadi Oxman
1687M: Gadi Oxman <gadio@netvision.net.il>
1688L: linux-kernel@vger.kernel.org
1689S: Maintained
1690
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691IEEE 1394 SUBSYSTEM
1692P: Ben Collins
1693M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001694P: Stefan Richter
1695M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696L: linux1394-devel@lists.sourceforge.net
1697W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001698T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699S: Maintained
1700
Stefan Richter87730d02006-09-16 12:24:00 +02001701IEEE 1394 IPV4 DRIVER (eth1394)
1702P: Stefan Richter
1703M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001705S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706
1707IEEE 1394 PCILYNX DRIVER
1708P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001709M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001710P: Stefan Richter
1711M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001713S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714
1715IEEE 1394 RAW I/O DRIVER
1716P: Ben Collins
1717M: bcollins@debian.org
1718P: Dan Dennedy
1719M: dan@dennedy.org
1720L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001721S: Maintained
1722
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723IMS TWINTURBO FRAMEBUFFER DRIVER
1724P: Paul Mundt
1725M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001726L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727S: Maintained
1728
1729INFINIBAND SUBSYSTEM
1730P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001731M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732P: Sean Hefty
1733M: mshefty@ichips.intel.com
1734P: Hal Rosenstock
1735M: halr@voltaire.com
1736L: openib-general@openib.org
1737W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001738T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739S: Supported
1740
1741INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001742P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001743M: dmitry.torokhov@gmail.com
1744M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745L: linux-input@atrey.karlin.mff.cuni.cz
1746L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001747T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748S: Maintained
1749
Robert Lovec9f04f52005-07-15 12:21:07 -04001750INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001751P: John McCutchan
1752M: ttb@tentacle.dhs.org
1753P: Robert Love
1754M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001755L: linux-kernel@vger.kernel.org
1756S: Maintained
1757
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001758INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001759P: Sylvain Meyer
1760M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001761L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001762S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001763
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001765P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001766M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001767L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001768S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769
1770INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1771P: Ingo Molnar
1772M: mingo@redhat.com
1773S: Maintained
1774
1775INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1776P: Jeff Garzik
1777M: jgarzik@pobox.com
1778W: http://sourceforge.net/projects/gkernel/
1779S: Maintained
1780
1781INTEL IA32 MICROCODE UPDATE SUPPORT
1782P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001783M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784S: Maintained
1785
Michael Buesch844dd052006-06-26 00:24:59 -07001786INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1787P: Deepak Saxena
1788M: dsaxena@plexity.net
1789S: Maintained
1790
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001791INTEL IXP2000 ETHERNET DRIVER
1792P: Lennert Buytenhek
1793M: kernel@wantstofly.org
1794L: netdev@vger.kernel.org
1795S: Maintained
1796
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797INTEL PRO/100 ETHERNET SUPPORT
1798P: John Ronciak
1799M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800P: Jesse Brandeburg
1801M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001802P: Jeff Kirsher
1803M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001804P: Auke Kok
1805M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806W: http://sourceforge.net/projects/e1000/
1807S: Supported
1808
1809INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1810P: Jeb Cramer
1811M: cramerj@intel.com
1812P: John Ronciak
1813M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001814P: Jesse Brandeburg
1815M: jesse.brandeburg@intel.com
1816P: Jeff Kirsher
1817M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001818P: Auke Kok
1819M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820W: http://sourceforge.net/projects/e1000/
1821S: Supported
1822
1823INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001824P: Jeff Kirsher
1825M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826P: Ayyappan Veeraiyan
1827M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828P: John Ronciak
1829M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001830P: Jesse Brandeburg
1831M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001832P: Auke Kok
1833M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834W: http://sourceforge.net/projects/e1000/
1835S: Supported
1836
James Ketrenos826d2ab2005-11-07 18:56:59 -06001837INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1838P: Yi Zhu
1839M: yi.zhu@intel.com
1840P: James Ketrenos
1841M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001842L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001843L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1844W: http://ipw2100.sourceforge.net
1845S: Supported
1846
1847INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1848P: Yi Zhu
1849M: yi.zhu@intel.com
1850P: James Ketrenos
1851M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001852L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001853L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1854W: http://ipw2200.sourceforge.net
1855S: Supported
1856
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857IOC3 DRIVER
1858P: Ralf Baechle
1859M: ralf@linux-mips.org
1860L: linux-mips@linux-mips.org
1861S: Maintained
1862
1863IP MASQUERADING:
1864P: Juanjo Ciarlante
1865M: jjciarla@raiz.uncu.edu.ar
1866S: Maintained
1867
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001868IPATH DRIVER:
1869P: Bryan O'Sullivan
1870M: support@pathscale.com
1871L: openib-general@openib.org
1872S: Supported
1873
Corey Minyard4409ebe2006-04-20 02:43:12 -07001874IPMI SUBSYSTEM
1875P: Corey Minyard
1876M: minyard@acm.org
1877L: openipmi-developer@lists.sourceforge.net
1878W: http://openipmi.sourceforge.net/
1879S: Supported
1880
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881IPX NETWORK LAYER
1882P: Arnaldo Carvalho de Melo
1883M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001884L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885S: Maintained
1886
1887IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001888P: Samuel Ortiz
1889M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001890L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001892S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893
1894ISAPNP
1895P: Jaroslav Kysela
1896M: perex@suse.cz
1897S: Maintained
1898
1899ISDN SUBSYSTEM
1900P: Karsten Keil
1901M: kkeil@suse.de
1902P: Kai Germaschewski
1903M: kai.germaschewski@gmx.de
1904L: isdn4linux@listserv.isdn4linux.de
1905W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001906T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907S: Maintained
1908
1909ISDN SUBSYSTEM (Eicon active card driver)
1910P: Armin Schindler
1911M: mac@melware.de
1912L: isdn4linux@listserv.isdn4linux.de
1913W: http://www.melware.de
1914S: Maintained
1915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1917P: David Woodhouse
1918M: dwmw2@infradead.org
1919L: jffs-dev@axis.com
1920W: http://sources.redhat.com/jffs2/
1921S: Maintained
1922
1923JFS FILESYSTEM
1924P: Dave Kleikamp
1925M: shaggy@austin.ibm.com
1926L: jfs-discussion@lists.sourceforge.net
1927W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001928T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929S: Supported
1930
Josh Triplettde456d32006-07-30 03:04:00 -07001931JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001932P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001933M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001934L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001935S: Maintained
1936
Rudolf Marek4660cb32006-10-08 22:01:26 +02001937K8TEMP HARDWARE MONITORING DRIVER
1938P: Rudolf Marek
1939M: r.marek@assembler.cz
1940L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941S: Maintained
1942
1943KCONFIG
1944P: Roman Zippel
1945M: zippel@linux-m68k.org
1946L: kbuild-devel@lists.sourceforge.net
1947S: Maintained
1948
Vivek Goyalea6c2082006-05-20 14:59:55 -07001949KDUMP
1950P: Vivek Goyal
1951M: vgoyal@in.ibm.com
1952P: Haren Myneni
1953M: hbabu@us.ibm.com
1954L: fastboot@lists.osdl.org
1955L: linux-kernel@vger.kernel.org
1956W: http://lse.sourceforge.net/kdump/
1957S: Maintained
1958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959KERNEL AUTOMOUNTER (AUTOFS)
1960P: H. Peter Anvin
1961M: hpa@zytor.com
1962L: autofs@linux.kernel.org
1963S: Odd Fixes
1964
1965KERNEL AUTOMOUNTER v4 (AUTOFS4)
1966P: Ian Kent
1967M: raven@themaw.net
1968L: autofs@linux.kernel.org
1969S: Maintained
1970
1971KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1972P: Kai Germaschewski
1973M: kai@germaschewski.name
1974P: Sam Ravnborg
1975M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001976T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977S: Maintained
1978
1979KERNEL JANITORS
1980P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001981L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983S: Maintained
1984
1985KERNEL NFSD
1986P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001987M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988L: nfs@lists.sourceforge.net
1989W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001990S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
Avi Kivity426d62e2006-12-13 00:34:03 -08001992KERNEL VIRTUAL MACHINE (KVM)
1993P: Avi Kivity
1994M: avi@qumranet.com
1995L: kvm-devel@lists.sourceforge.net
1996W: kvm.sourceforge.net
1997S: Supported
1998
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001999KEXEC
2000P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002001M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002002W: http://www.xmission.com/~ebiederm/files/kexec/
2003L: linux-kernel@vger.kernel.org
Simon Horman588cc702007-02-20 13:58:06 -08002004L: fastboot@lists.osdl.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002005S: Maintained
2006
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002007KPROBES
2008P: Prasanna S Panchamukhi
2009M: prasanna@in.ibm.com
2010P: Ananth N Mavinakayanahalli
2011M: ananth@in.ibm.com
2012P: Anil S Keshavamurthy
2013M: anil.s.keshavamurthy@intel.com
2014P: David S. Miller
2015M: davem@davemloft.net
2016L: linux-kernel@vger.kernel.org
2017S: Maintained
2018
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002019KS0108 LCD CONTROLLER DRIVER
2020P: Miguel Ojeda Sandonis
2021M: maxextreme@gmail.com
2022L: linux-kernel@vger.kernel.org
2023S: Maintained
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002027S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028
2029LASI 53c700 driver for PARISC
2030P: James E.J. Bottomley
2031M: James.Bottomley@HansenPartnership.com
2032L: linux-scsi@vger.kernel.org
2033S: Maintained
2034
Richard Purdie263de9b2006-05-15 09:44:16 -07002035LED SUBSYSTEM
2036P: Richard Purdie
2037M: rpurdie@rpsys.net
2038S: Maintained
2039
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040LEGO USB Tower driver
2041P: Juergen Stuber
2042M: starblue@users.sourceforge.net
2043L: legousb-devel@lists.sourceforge.net
2044W: http://legousb.sourceforge.net/
2045S: Maintained
2046
2047LINUX FOR IBM pSERIES (RS/6000)
2048P: Paul Mackerras
2049M: paulus@au.ibm.com
2050W: http://www.ibm.com/linux/ltc/projects/ppc
2051S: Supported
2052
2053LINUX FOR NCR VOYAGER
2054P: James Bottomley
2055M: James.Bottomley@HansenPartnership.com
2056W: http://www.hansenpartnership.com/voyager
2057S: Maintained
2058
2059LINUX FOR POWERPC
2060P: Paul Mackerras
2061M: paulus@samba.org
2062W: http://www.penguinppc.org/
2063L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002064T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065S: Supported
2066
2067LINUX FOR POWER MACINTOSH
2068P: Benjamin Herrenschmidt
2069M: benh@kernel.crashing.org
2070W: http://www.penguinppc.org/
2071L: linuxppc-dev@ozlabs.org
2072S: Maintained
2073
2074LINUX FOR POWERPC EMBEDDED MPC52XX
2075P: Sylvain Munaut
2076M: tnt@246tNt.com
2077W: http://www.246tNt.com/mpc52xx/
2078W: http://www.penguinppc.org/
2079L: linuxppc-dev@ozlabs.org
2080L: linuxppc-embedded@ozlabs.org
2081S: Maintained
2082
2083LINUX FOR POWERPC EMBEDDED PPC4XX
2084P: Matt Porter
2085M: mporter@kernel.crashing.org
2086W: http://www.penguinppc.org/
2087L: linuxppc-embedded@ozlabs.org
2088S: Maintained
2089
Tom Rinie93adf12005-07-26 12:49:53 -07002090LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091P: Tom Rini
2092M: trini@kernel.crashing.org
2093W: http://www.penguinppc.org/
2094L: linuxppc-embedded@ozlabs.org
2095S: Maintained
2096
Tom Rinie93adf12005-07-26 12:49:53 -07002097LINUX FOR POWERPC EMBEDDED PPC8XX
2098P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002099M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002100W: http://www.penguinppc.org/
2101L: linuxppc-embedded@ozlabs.org
2102S: Maintained
2103
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002105P: Kumar Gala
2106M: galak@kernel.crashing.org
2107W: http://www.penguinppc.org/
2108L: linuxppc-embedded@ozlabs.org
2109S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
Olof Johanssonab06ff32006-09-06 14:44:54 -05002111LINUX FOR POWERPC PA SEMI PWRFICIENT
2112P: Olof Johansson
2113M: olof@lixom.net
2114W: http://www.pasemi.com/
2115L: linuxppc-dev@ozlabs.org
2116S: Supported
2117
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118LLC (802.2)
2119P: Arnaldo Carvalho de Melo
2120M: acme@conectiva.com.br
2121S: Maintained
2122
2123LINUX FOR 64BIT POWERPC
2124P: Paul Mackerras
2125M: paulus@samba.org
2126M: paulus@au.ibm.com
2127P: Anton Blanchard
2128M: anton@samba.org
2129M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002130W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002131L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132S: Supported
2133
2134LINUX SECURITY MODULE (LSM) FRAMEWORK
2135P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002136M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002137L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002139T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140S: Supported
2141
2142LM83 HARDWARE MONITOR DRIVER
2143P: Jean Delvare
2144M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002145L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146S: Maintained
2147
2148LM90 HARDWARE MONITOR DRIVER
2149P: Jean Delvare
2150M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002151L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152S: Maintained
2153
2154LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2155P: Richard Russon (FlatCap)
2156M: ldm@flatcap.org
2157L: ldm-devel@lists.sourceforge.net
2158W: http://ldm.sourceforge.net
2159S: Maintained
2160
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002161LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2162P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002163M: Eric.Moore@lsi.com
2164M: support@lsi.com
2165L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002166L: linux-scsi@vger.kernel.org
2167W: http://www.lsilogic.com/support
2168S: Supported
2169
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2171P: Matthew Wilcox
2172M: matthew@wil.cx
2173L: linux-scsi@vger.kernel.org
2174S: Maintained
2175
2176M68K ARCHITECTURE
2177P: Geert Uytterhoeven
2178M: geert@linux-m68k.org
2179P: Roman Zippel
2180M: zippel@linux-m68k.org
2181L: linux-m68k@lists.linux-m68k.org
2182W: http://www.linux-m68k.org/
2183W: http://linux-m68k-cvs.ubb.ca/
2184S: Maintained
2185
2186M68K ON APPLE MACINTOSH
2187P: Joshua Thompson
2188M: funaho@jurai.org
2189W: http://www.mac.linux-m68k.org/
2190L: linux-mac68k@mac.linux-m68k.org
2191S: Maintained
2192
2193M68K ON HP9000/300
2194P: Philip Blundell
2195M: philb@gnu.org
2196W: http://www.tazenda.demon.co.uk/phil/linux-hp
2197S: Maintained
2198
2199MARVELL YUKON / SYSKONNECT DRIVER
2200P: Mirko Lindner
2201M: mlindner@syskonnect.de
2202P: Ralph Roesler
2203M: rroesler@syskonnect.de
2204W: http://www.syskonnect.com
2205S: Supported
2206
Michael Kerriskfaf16682005-07-31 22:34:47 -07002207MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002208P: Michael Kerrisk
2209M: mtk-manpages@gmx.net
2210W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2211S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002212
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002213MARVELL MV643XX ETHERNET DRIVER
2214P: Dale Farnsworth
2215M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002217M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002218L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002219S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220
2221MATROX FRAMEBUFFER DRIVER
2222P: Petr Vandrovec
2223M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002224L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225S: Maintained
2226
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002227MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002228P: Neela Syam Kolli
2229M: Neela.Kolli@engenio.com
2230S: linux-scsi@vger.kernel.org
2231W: http://megaraid.lsilogic.com
2232S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002233
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002234MEMORY MANAGEMENT
2235L: linux-mm@kvack.org
2236L: linux-kernel@vger.kernel.org
2237W: http://www.linux-mm.org
2238S: Maintained
2239
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002240MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241P: David Woodhouse
2242M: dwmw2@infradead.org
2243W: http://www.linux-mtd.infradead.org/
2244L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002245T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246S: Maintained
2247
2248MICROTEK X6 SCANNER
2249P: Oliver Neukum
2250M: oliver@neukum.name
2251S: Maintained
2252
2253MIPS
2254P: Ralf Baechle
2255M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002256W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002258T: git www.linux-mips.org:/pub/scm/linux.git
2259S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260
2261MISCELLANEOUS MCA-SUPPORT
2262P: James Bottomley
2263M: jejb@steeleye.com
2264L: linux-kernel@vger.kernel.org
2265S: Maintained
2266
2267MODULE SUPPORT
2268P: Rusty Russell
2269M: rusty@rustcorp.com.au
2270L: linux-kernel@vger.kernel.org
2271S: Maintained
2272
2273MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2274P: Stelian Pop
2275M: stelian@popies.net
2276W: http://popies.net/meye/
2277S: Maintained
2278
2279MOUSE AND MISC DEVICES [GENERAL]
2280P: Alessandro Rubini
2281M: rubini@ipvvis.unipv.it
2282L: linux-kernel@vger.kernel.org
2283S: Maintained
2284
Jiri Slabyd7354102006-12-08 02:38:35 -08002285MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2286P: Jiri Slaby
2287M: jirislaby@gmail.com
2288L: linux-kernel@vger.kernel.org
2289S: Maintained
2290
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002291MSI LAPTOP SUPPORT
2292P: Lennart Poettering
2293M: mzxreary@0pointer.de
2294L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2295W: http://0pointer.de/lennart/tchibo.html
2296S: Maintained
2297
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298MTRR AND SIMILAR SUPPORT [i386]
2299P: Richard Gooch
2300M: rgooch@atnf.csiro.au
2301L: linux-kernel@vger.kernel.org
2302W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2303S: Maintained
2304
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002305MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2306P: Pierre Ossman
2307M: drzeus-mmc@drzeus.cx
2308L: linux-kernel@vger.kernel.org
2309S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311MULTISOUND SOUND DRIVER
2312P: Andrew Veliath
2313M: andrewtv@usa.net
2314S: Maintained
2315
Jiri Slabyd7354102006-12-08 02:38:35 -08002316MULTITECH MULTIPORT CARD (ISICOM)
2317P: Jiri Slaby
2318M: jirislaby@gmail.com
2319L: linux-kernel@vger.kernel.org
2320S: Maintained
2321
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322NATSEMI ETHERNET DRIVER (DP8381x)
2323P: Tim Hockin
2324M: thockin@hockin.org
2325S: Maintained
2326
2327NCP FILESYSTEM
2328P: Petr Vandrovec
2329M: vandrove@vc.cvut.cz
2330L: linware@sh.cvut.cz
2331S: Maintained
2332
2333NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2334P: James E.J. Bottomley
2335M: James.Bottomley@HansenPartnership.com
2336L: linux-scsi@vger.kernel.org
2337S: Maintained
2338
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002339NETEM NETWORK EMULATOR
2340P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002341M: shemminger@linux-foundation.org
Simon Horman588cc702007-02-20 13:58:06 -08002342L: netem@lists.osdl.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002343S: Maintained
2344
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345NETFILTER/IPTABLES/IPCHAINS
2346P: Rusty Russell
2347P: Marc Boucher
2348P: James Morris
2349P: Harald Welte
2350P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002351P: Patrick McHardy
2352M: kaber@trash.net
2353L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002354L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002355L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356W: http://www.netfilter.org/
2357W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358S: Supported
2359
Paul Moore4cc67732006-09-25 15:57:13 -07002360NETLABEL
2361P: Paul Moore
2362M: paul.moore@hp.com
2363W: http://netlabel.sf.net
2364L: netdev@vger.kernel.org
2365S: Supported
2366
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367NETROM NETWORK LAYER
2368P: Ralf Baechle
2369M: ralf@linux-mips.org
2370L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002371W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372S: Maintained
2373
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002374NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375P: Paul Clements
2376M: Paul.Clements@steeleye.com
2377S: Maintained
2378
2379NETWORK DEVICE DRIVERS
2380P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002381M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382P: Jeff Garzik
2383M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002384L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002385T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Maintained
2387
2388NETWORKING [GENERAL]
2389P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002390M: netdev@vger.kernel.org
2391L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002392W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Maintained
2394
2395NETWORKING [IPv4/IPv6]
2396P: David S. Miller
2397M: davem@davemloft.net
2398P: Alexey Kuznetsov
2399M: kuznet@ms2.inr.ac.ru
2400P: Pekka Savola (ipv6)
2401M: pekkas@netcore.fi
2402P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002403M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Hideaki YOSHIFUJI
2405M: yoshfuji@linux-ipv6.org
2406P: Patrick McHardy
2407M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002408L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002409T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410S: Maintained
2411
John W. Linville29f8f632006-01-18 14:52:48 -08002412NETWORKING [WIRELESS]
2413P: John W. Linville
2414M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002415L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002416T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2417S: Maintained
2418
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002419NETXEN (1/10) GbE SUPPORT
2420P: Amit S. Kale
2421M: amitkale@netxen.com
2422L: netdev@vger.kernel.org
2423W: http://www.netxen.com
2424S: Supported
2425
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426IPVS
2427P: Wensong Zhang
2428M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002429P: Simon Horman
2430M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431P: Julian Anastasov
2432M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002433L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434S: Maintained
2435
2436NFS CLIENT
2437P: Trond Myklebust
2438M: trond.myklebust@fys.uio.no
2439L: linux-kernel@vger.kernel.org
2440S: Maintained
2441
2442NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002443P: Jan-Pascal van Best
2444M: janpascal@vanbest.org
2445P: Andreas Mohr
2446M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002447L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448S: Maintained
2449
2450NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2451P: YOKOTA Hiroshi
2452M: yokota@netlab.is.tsukuba.ac.jp
2453W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2454S: Maintained
2455
2456NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2457P: GOTO Masanori
2458M: gotom@debian.or.jp
2459P: YOKOTA Hiroshi
2460M: yokota@netlab.is.tsukuba.ac.jp
2461W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2462S: Maintained
2463
2464NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2465P: Eberhard Moenkeberg
2466M: emoenke@gwdg.de
2467L: linux-kernel@vger.kernel.org
2468S: Maintained
2469
2470NTFS FILESYSTEM
2471P: Anton Altaparmakov
2472M: aia21@cantab.net
2473L: linux-ntfs-dev@lists.sourceforge.net
2474L: linux-kernel@vger.kernel.org
2475W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002476T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477S: Maintained
2478
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002479NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002480P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002481M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002482L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002483S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002485OPENCORES I2C BUS DRIVER
2486P: Peter Korsgaard
2487M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002488L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002489S: Maintained
2490
Mark Fashehccd979b2005-12-15 14:31:24 -08002491ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2492P: Mark Fasheh
2493M: mark.fasheh@oracle.com
2494P: Kurt Hackel
2495M: kurt.hackel@oracle.com
2496L: ocfs2-devel@oss.oracle.com
2497W: http://oss.oracle.com/projects/ocfs2/
2498S: Supported
2499
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500OLYMPIC NETWORK DRIVER
2501P: Peter De Shrijver
2502M: p2@ace.ulyssis.student.kuleuven.ac.be
2503P: Mike Phillips
2504M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002505L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506L: linux-tr@linuxtr.net
2507W: http://www.linuxtr.net
2508S: Maintained
2509
Harald Weltec1986ee2005-11-13 16:06:29 -08002510OMNIKEY CARDMAN 4000 DRIVER
2511P: Harald Welte
2512M: laforge@gnumonks.org
2513S: Maintained
2514
Harald Welte77c44ab2005-11-13 16:06:26 -08002515OMNIKEY CARDMAN 4040 DRIVER
2516P: Harald Welte
2517M: laforge@gnumonks.org
2518S: Maintained
2519
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520ONSTREAM SCSI TAPE DRIVER
2521P: Willem Riede
2522M: osst@riede.org
2523L: osst-users@lists.sourceforge.net
2524L: linux-scsi@vger.kernel.org
2525S: Maintained
2526
2527OPL3-SA2, SA3, and SAx DRIVER
2528P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002529M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530L: linux-sound@vger.kernel.org
2531S: Maintained
2532
2533OPROFILE
2534P: Philippe Elie
2535M: phil.el@wanadoo.fr
2536L: oprofile-list@lists.sf.net
2537S: Maintained
2538
2539ORINOCO DRIVER
2540P: Pavel Roskin
2541M: proski@gnu.org
2542P: David Gibson
2543M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002544L: orinoco-users@lists.sourceforge.net
2545L: orinoco-devel@lists.sourceforge.net
2546W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547S: Maintained
2548
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002549PA SEMI ETHERNET DRIVER
2550P: Olof Johansson
2551M: olof@lixom.net
2552L: netdev@vger.kernel.org
2553S: Maintained
2554
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002555PA SEMI SMBUS DRIVER
2556P: Olof Johansson
2557M: olof@lixom.net
2558L: i2c@lm-sensors.org
2559S: Maintained
2560
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002563S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
2565PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2566P: Tim Waugh
2567M: tim@cyberelk.net
2568L: linux-parport@lists.infradead.org
2569W: http://www.torque.net/linux-pp.html
2570S: Maintained
2571
2572PARISC ARCHITECTURE
2573P: Matthew Wilcox
2574M: matthew@wil.cx
2575P: Grant Grundler
2576M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002577P: Kyle McMartin
2578M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579L: parisc-linux@parisc-linux.org
2580W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002581T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2582T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583S: Maintained
2584
Jim Cromie1662d322006-10-06 00:43:59 -07002585PC87360 HARDWARE MONITORING DRIVER
2586P: Jim Cromie
2587M: jim.cromie@gmail.com
2588L: lm-sensors@lm-sensors.org
2589S: Maintained
2590
2591PC8736x GPIO DRIVER
2592P: Jim Cromie
2593M: jim.cromie@gmail.com
2594S: Maintained
2595
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002596PCI ERROR RECOVERY
2597P: Linas Vepstas
2598M: linas@austin.ibm.com
2599L: linux-kernel@vger.kernel.org
2600L: linux-pci@atrey.karlin.mff.cuni.cz
2601S: Supported
2602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2604P: Thomas Sailer
2605M: sailer@ife.ee.ethz.ch
2606L: linux-sound@vger.kernel.org
2607W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2608S: Maintained
2609
2610PCI SUBSYSTEM
2611P: Greg Kroah-Hartman
2612M: gregkh@suse.de
2613L: linux-kernel@vger.kernel.org
2614L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002615T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616S: Supported
2617
2618PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002619P: Kristen Carlson Accardi
2620M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Supported
2622
2623PCI HOTPLUG COMPAQ DRIVER
2624P: Greg Kroah-Hartman
2625M: greg@kroah.com
2626S: Maintained
2627
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002628PCIE HOTPLUG DRIVER
2629P: Kristen Carlson Accardi
2630M: kristen.c.accardi@intel.com
2631L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002632S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002633
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002635P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002636L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002638T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002639S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640
2641PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002642P: Don Fry
2643M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002644L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645S: Maintained
2646
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002647PER-TASK DELAY ACCOUNTING
2648P: Shailabh Nagar
2649M: nagar@watson.ibm.com
2650L: linux-kernel@vger.kernel.org
2651S: Maintained
2652
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002653PERSONALITY HANDLING
2654P: Christoph Hellwig
2655M: hch@infradead.org
2656L: linux-abi-devel@lists.sourceforge.net
2657S: Maintained
2658
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659PHRAM MTD DRIVER
2660P: Jörn Engel
2661M: joern@wh.fh-wedel.de
2662L: linux-mtd@lists.infradead.org
2663S: Maintained
2664
Peter Osterlund249a6772005-09-27 21:45:30 -07002665PKTCDVD DRIVER
2666P: Peter Osterlund
2667M: petero2@telia.com
2668L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002669S: Maintained
2670
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671POSIX CLOCKS and TIMERS
2672P: George Anzinger
2673M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002674L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675S: Supported
2676
Eugene Surovegin24682972005-10-14 03:00:53 -07002677POWERPC 4xx EMAC DRIVER
2678P: Eugene Surovegin
2679M: ebs@ebshome.net
2680W: http://kernel.ebshome.net/emac/
2681L: linuxppc-embedded@ozlabs.org
2682L: netdev@vger.kernel.org
2683S: Maintained
2684
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685PNP SUPPORT
2686P: Adam Belay
2687M: ambx1@neo.rr.com
2688S: Maintained
2689
Vitaly Wool999445d2007-01-04 13:07:03 +01002690PNXxxxx I2C DRIVER
2691P: Vitaly Wool
2692M: vitalywool@gmail.com
2693L: i2c@lm-sensors.org
2694S: Maintained
2695
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696PPP PROTOCOL DRIVERS AND COMPRESSORS
2697P: Paul Mackerras
2698M: paulus@samba.org
2699L: linux-ppp@vger.kernel.org
2700S: Maintained
2701
2702PPP OVER ATM (RFC 2364)
2703P: Mitchell Blank Jr
2704M: mitch@sfgoth.com
2705S: Maintained
2706
2707PPP OVER ETHERNET
2708P: Michal Ostrowski
2709M: mostrows@speakeasy.net
2710S: Maintained
2711
2712PREEMPTIBLE KERNEL
2713P: Robert Love
2714M: rml@tech9.net
2715L: linux-kernel@vger.kernel.org
2716L: kpreempt-tech@lists.sourceforge.net
2717W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2718S: Supported
2719
2720PRISM54 WIRELESS DRIVER
2721P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002722M: developers@islsm.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002723L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724W: http://prism54.org
2725S: Maintained
2726
2727PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2728P: Peter Denison
2729M: promise@pnd-pc.demon.co.uk
2730W: http://www.pnd-pc.demon.co.uk/promise/
2731S: Maintained
2732
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002733PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2734P: Mikael Pettersson
2735M: mikpe@it.uu.se
2736L: linux-ide@vger.kernel.org
2737S: Maintained
2738
Geoff Levandf58a9d12006-11-23 00:46:51 +01002739PS3 PLATFORM SUPPORT
2740P: Geoff Levand
2741M: geoffrey.levand@am.sony.com
2742L: linuxppc-dev@ozlabs.org
2743L: cbe-oss-dev@ozlabs.org
2744S: Supported
2745
Michael Krufky83202042006-07-03 00:24:18 -07002746PVRUSB2 VIDEO4LINUX DRIVER
2747P: Mike Isely
2748M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002749L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002750L: video4linux-list@redhat.com
2751W: http://www.isely.net/pvrusb2/
2752S: Maintained
2753
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754PXA2xx SUPPORT
2755P: Nicolas Pitre
2756M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002757L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
2760QLOGIC QLA2XXX FC-SCSI DRIVER
2761P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002762M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763L: linux-scsi@vger.kernel.org
2764S: Supported
2765
Ron Mercer5a4faa872006-07-25 00:40:21 -07002766QLOGIC QLA3XXX NETWORK DRIVER
2767P: Ron Mercer
2768M: linux-driver@qlogic.com
2769L: netdev@vger.kernel.org
2770S: Supported
2771
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772QNX4 FILESYSTEM
2773P: Anders Larsen
2774M: al@alarsen.net
2775L: linux-kernel@vger.kernel.org
2776W: http://www.alarsen.net/linux/qnx4fs/
2777S: Maintained
2778
2779RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002780P: Benjamin Herrenschmidt
2781M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002782L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783S: Maintained
2784
2785RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002786P: Paul Mackerras
2787M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002788L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789S: Maintained
2790
2791RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2792P: Corey Thomas
2793M: corey@world.std.com
2794L: linux-kernel@vger.kernel.org
2795S: Maintained
2796
Matt Mackall9e95ce22005-04-16 15:25:56 -07002797RANDOM NUMBER DRIVER
2798P: Matt Mackall
2799M: mpm@selenic.com
2800S: Maintained
2801
Matt Porter394b7012005-11-07 01:00:15 -08002802RAPIDIO SUBSYSTEM
2803P: Matt Porter
2804M: mporter@kernel.crashing.org
2805L: linux-kernel@vger.kernel.org
2806S: Maintained
2807
Josh Triplett595182b2006-10-04 02:17:21 -07002808READ-COPY UPDATE (RCU)
2809P: Dipankar Sarma
2810M: dipankar@in.ibm.com
2811W: http://www.rdrop.com/users/paulmck/rclock/
2812L: linux-kernel@vger.kernel.org
2813S: Supported
2814
2815RCUTORTURE MODULE
2816P: Josh Triplett
2817M: josh@freedesktop.org
2818L: linux-kernel@vger.kernel.org
2819S: Maintained
2820
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821REAL TIME CLOCK DRIVER
2822P: Paul Gortmaker
2823M: p_gortmaker@yahoo.com
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002827REAL TIME CLOCK (RTC) SUBSYSTEM
2828P: Alessandro Zummo
2829M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002830L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002831S: Maintained
2832
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833REISERFS FILE SYSTEM
2834P: Hans Reiser
2835M: reiserfs-dev@namesys.com
2836L: reiserfs-list@namesys.com
2837W: http://www.namesys.com
2838S: Supported
2839
2840ROCKETPORT DRIVER
2841P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842W: http://www.comtrol.com
2843S: Maintained
2844
2845ROSE NETWORK LAYER
2846P: Ralf Baechle
2847M: ralf@linux-mips.org
2848L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002849W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850S: Maintained
2851
2852RISCOM8 DRIVER
2853S: Orphan
2854
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002855S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002856P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002857M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002858L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002859S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002860
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861S390
2862P: Martin Schwidefsky
2863M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002864P: Heiko Carstens
2865M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002867L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002868W: http://www.ibm.com/developerworks/linux/linux390/
2869S: Supported
2870
2871S390 NETWORK DRIVERS
2872P: Frank Pavlic
2873M: fpavlic@de.ibm.com
2874M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002875L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002876W: http://www.ibm.com/developerworks/linux/linux390/
2877S: Supported
2878
2879S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002880P: Swen Schillig
2881M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002882M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002883L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002884W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885S: Supported
2886
2887SAA7146 VIDEO4LINUX-2 DRIVER
2888P: Michael Hunold
2889M: michael@mihu.de
2890W: http://www.mihu.de/linux/saa7146
2891S: Maintained
2892
2893SBPCD CDROM DRIVER
2894P: Eberhard Moenkeberg
2895M: emoenke@gwdg.de
2896L: linux-kernel@vger.kernel.org
2897S: Maintained
2898
2899SC1200 WDT DRIVER
2900P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002901M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902S: Maintained
2903
2904SCHEDULER
2905P: Ingo Molnar
2906M: mingo@elte.hu
2907P: Robert Love [the preemptible kernel bits]
2908M: rml@tech9.net
2909L: linux-kernel@vger.kernel.org
2910S: Maintained
2911
2912SCSI CDROM DRIVER
2913P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002914M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915L: linux-scsi@vger.kernel.org
2916W: http://www.kernel.dk
2917S: Maintained
2918
2919SCSI SG DRIVER
2920P: Doug Gilbert
2921M: dgilbert@interlog.com
2922L: linux-scsi@vger.kernel.org
2923W: http://www.torque.net/sg
2924S: Maintained
2925
2926SCSI SUBSYSTEM
2927P: James E.J. Bottomley
2928M: James.Bottomley@SteelEye.com
2929L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002930T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931S: Maintained
2932
2933SCSI TAPE DRIVER
2934P: Kai Mäkisara
2935M: Kai.Makisara@kolumbus.fi
2936L: linux-scsi@vger.kernel.org
2937S: Maintained
2938
2939SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002940P: Vlad Yasevich
2941M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01002942P: Sridhar Samudrala
2943M: sri@us.ibm.com
2944L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002945W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01002946S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947
2948SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002949P: Jim Cromie
2950M: jim.cromie@gmail.com
2951S: Odd Fixes
2952
2953SCx200 GPIO DRIVER
2954P: Jim Cromie
2955M: jim.cromie@gmail.com
2956S: Maintained
2957
2958SCx200 HRT CLOCKSOURCE DRIVER
2959P: Jim Cromie
2960M: jim.cromie@gmail.com
2961S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962
2963SECURITY CONTACT
2964P: Security Officers
2965M: security@kernel.org
2966S: Supported
2967
2968SELINUX SECURITY MODULE
2969P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002970M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002972M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973L: linux-kernel@vger.kernel.org (kernel issues)
2974L: selinux@tycho.nsa.gov (general discussion)
2975W: http://www.nsa.gov/selinux
2976S: Supported
2977
2978SERIAL ATA (SATA) SUBSYSTEM:
2979P: Jeff Garzik
2980M: jgarzik@pobox.com
2981L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002982T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983S: Supported
2984
2985SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2986P: Pat Gefre
2987M: pfg@sgi.com
2988L: linux-ia64@vger.kernel.org
2989S: Supported
2990
2991SGI VISUAL WORKSTATION 320 AND 540
2992P: Andrey Panin
2993M: pazke@donpac.ru
2994L: linux-visws-devel@lists.sf.net
2995W: http://linux-visws.sf.net
2996S: Maintained for 2.6.
2997
2998SIMTEC EB110ATX (Chalice CATS)
2999P: Ben Dooks
3000P: Vincent Sanders
3001M: support@simtec.co.uk
3002W: http://www.simtec.co.uk/products/EB110ATX/
3003S: Supported
3004
3005SIMTEC EB2410ITX (BAST)
3006P: Ben Dooks
3007P: Vincent Sanders
3008M: support@simtec.co.uk
3009W: http://www.simtec.co.uk/products/EB2410ITX/
3010S: Supported
3011
Francois Romieu92aab3c2005-07-30 13:11:18 +02003012SIS 190 ETHERNET DRIVER
3013P: Francois Romieu
3014M: romieu@fr.zoreil.com
3015L: netdev@vger.kernel.org
3016S: Maintained
3017
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018SIS 5513 IDE CONTROLLER DRIVER
3019P: Lionel Bouton
3020M: Lionel.Bouton@inet6.fr
3021W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3022W: http://gyver.homeip.net/sis5513/index.html
3023S: Maintained
3024
3025SIS 900/7016 FAST ETHERNET DRIVER
3026P: Daniele Venzano
3027M: venza@brownhat.org
3028W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003029L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030S: Maintained
3031
3032SIS FRAMEBUFFER DRIVER
3033P: Thomas Winischhofer
3034M: thomas@winischhofer.net
3035W: http://www.winischhofer.net/linuxsisvga.shtml
3036S: Maintained
3037
3038SIS USB2VGA DRIVER
3039P: Thomas Winischhofer
3040M: thomas@winischhofer.net
3041W: http://www.winischhofer.at/linuxsisusbvga.shtml
3042S: Maintained
3043
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044SMC91x ETHERNET DRIVER
3045P: Nicolas Pitre
3046M: nico@cam.org
3047S: Maintained
3048
Daniel Drake8f0f8502006-07-18 22:00:25 +01003049SOFTMAC LAYER (IEEE 802.11)
3050P: Johannes Berg
3051M: johannes@sipsolutions.net
3052P: Joe Jezak
3053M: josejx@gentoo.org
3054P: Daniel Drake
3055M: dsd@gentoo.org
3056W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01003057L: netdev@vger.kernel.org
3058S: Maintained
3059
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060SOFTWARE RAID (Multiple Disks) SUPPORT
3061P: Ingo Molnar
3062M: mingo@redhat.com
3063P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003064M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003066S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067
3068SOFTWARE SUSPEND:
3069P: Pavel Machek
3070M: pavel@suse.cz
Simon Horman588cc702007-02-20 13:58:06 -08003071L: linux-pm@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072S: Maintained
3073
3074SONIC NETWORK DRIVER
3075P: Thomas Bogendoerfer
3076M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078S: Maintained
3079
3080SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003081P: Mattia Dongili
3082M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003083L: linux-acpi@vger.kernel.org
3084W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085S: Maintained
3086
3087SOUND
3088P: Jaroslav Kysela
3089M: perex@suse.cz
3090L: alsa-devel@alsa-project.org
3091S: Maintained
3092
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003093SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3094P: Liam Girdwood
3095M: liam.girdwood@wolfsonmicro.com
3096L: alsa-devel@alsa-project.org
3097S: Supported
3098
Kumar Gala025c3982006-04-02 16:05:54 -05003099SPI SUBSYSTEM
3100P: David Brownell
3101M: dbrownell@users.sourceforge.net
3102L: spi-devel-general@lists.sourceforge.net
3103S: Maintained
3104
Steven Rostedt855f46a2006-08-05 12:14:50 -07003105STABLE BRANCH:
3106P: Greg Kroah-Hartman
3107M: greg@kroah.com
3108P: Chris Wright
3109M: chrisw@sous-sol.org
3110L: stable@kernel.org
3111S: Maintained
3112
Kylene Hall1c72d462005-05-01 08:59:13 -07003113TPM DEVICE DRIVER
3114P: Kylene Hall
3115M: kjhall@us.ibm.com
3116W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003117P: Marcel Selhorst
3118M: tpm@selhorst.net
3119W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003120L: tpmdd-devel@lists.sourceforge.net
3121S: Maintained
3122
Mark Gross1a80ba82005-10-30 15:02:55 -08003123Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003124P: Mark Gross
3125M: mark.gross@intel.com
3126S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003127
Chris Zankel48b415c2005-06-23 22:01:07 -07003128TENSILICA XTENSA PORT (xtensa):
3129P: Chris Zankel
3130M: chris@zankel.net
3131S: Maintained
3132
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133UltraSPARC (sparc64):
3134P: David S. Miller
3135M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003137T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138S: Maintained
3139
3140SHARP LH SUPPORT (LH7952X & LH7A40X)
3141P: Marc Singer
3142M: elf@buici.com
3143W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003144L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145S: Maintained
3146
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003147SHPC HOTPLUG DRIVER
3148P: Kristen Carlson Accardi
3149M: kristen.c.accardi@intel.com
3150L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003151S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003152
Pierre Ossmand129bce2006-03-24 03:18:17 -08003153SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3154P: Pierre Ossman
3155M: drzeus-sdhci@drzeus.cx
3156L: sdhci-devel@list.drzeus.cx
3157W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3158S: Maintained
3159
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003160SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3161P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003162M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003163L: netdev@vger.kernel.org
3164S: Maintained
3165
Chris Boot1a87d942006-07-10 04:45:34 -07003166SOEKRIS NET48XX LED SUPPORT
3167P: Chris Boot
3168M: bootc@bootc.net
3169S: Maintained
3170
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171SPARC (sparc32):
3172P: William L. Irwin
3173M: wli@holomorphy.com
3174L: sparclinux@vger.kernel.org
3175S: Maintained
3176
3177SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3178P: Roger Wolff
3179M: R.E.Wolff@BitWizard.nl
3180L: linux-kernel@vger.kernel.org ?
3181S: Supported
3182
Jim Lewis2752e402006-09-29 02:01:19 -07003183SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003184P: Linas Vepstas
3185M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003186L: netdev@vger.kernel.org
3187S: Supported
3188
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189SRM (Alpha) environment access
3190P: Jan-Benedict Glaw
3191M: jbglaw@lug-owl.de
3192L: linux-kernel@vger.kernel.org
3193S: Maintained
3194
3195STARFIRE/DURALAN NETWORK DRIVER
3196P: Ion Badulescu
3197M: ionut@cs.columbia.edu
3198S: Maintained
3199
3200STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3201W: http://mosquitonet.Stanford.EDU/strip.html
3202S: Unsupported ?
3203
3204STRADIS MPEG-2 DECODER DRIVER
3205P: Nathan Laredo
3206M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207W: http://www.stradis.com/
3208S: Maintained
3209
3210SUPERH (sh)
3211P: Paul Mundt
3212M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003213L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215S: Maintained
3216
3217SUPERH64 (sh64)
3218P: Paul Mundt
3219M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220L: linuxsh-shmedia-dev@lists.sourceforge.net
3221W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222S: Maintained
3223
3224SUN3/3X
3225P: Sam Creasey
3226M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227W: http://sammy.net/sun3/
3228S: Maintained
3229
3230SVGA HANDLING
3231P: Martin Mares
3232M: mj@ucw.cz
3233L: linux-video@atrey.karlin.mff.cuni.cz
3234S: Maintained
3235
3236SYSV FILESYSTEM
3237P: Christoph Hellwig
3238M: hch@infradead.org
3239S: Maintained
3240
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003241TC CLASSIFIER
3242P: Jamal Hadi Salim
3243M: hadi@cyberus.ca
3244L: netdev@vger.kernel.org
3245S: Maintained
3246
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003247TCP LOW PRIORITY MODULE
3248P: Wong Hoi Sing, Edison
3249M: hswong3i@gmail.com
3250P: Hung Hing Lun, Mike
3251M: hlhung3i@gmail.com
3252W: http://tcp-lp-mod.sourceforge.net/
3253S: Maintained
3254
Alex Dubov4020f2d2006-10-04 02:15:37 -07003255TI FLASH MEDIA INTERFACE DRIVER
3256P: Alex Dubov
3257M: oakad@yahoo.com
3258S: Maintained
3259
Michael Buesch844dd052006-06-26 00:24:59 -07003260TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3261P: Deepak Saxena
3262M: dsaxena@plexity.net
3263S: Maintained
3264
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003265TASKSTATS STATISTICS INTERFACE
3266P: Shailabh Nagar
3267M: nagar@watson.ibm.com
3268L: linux-kernel@vger.kernel.org
3269S: Maintained
3270
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003272P: Romain Lievin
3273M: roms@lpg.ticalc.org
3274S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275
Per Lidene86eaa32006-01-12 16:45:18 +01003276TIPC NETWORK LAYER
3277P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003278M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003279P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003280M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003281P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003282M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003283L: tipc-discussion@lists.sourceforge.net
3284W: http://tipc.sourceforge.net/
3285W: http://tipc.cslab.ericsson.net/
3286T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3287S: Maintained
3288
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289TLAN NETWORK DRIVER
3290P: Samuel Chessman
3291M: chessman@tux.org
3292L: tlan-devel@lists.sourceforge.net
3293W: http://sourceforge.net/projects/tlan/
3294S: Maintained
3295
3296TOKEN-RING NETWORK DRIVER
3297P: Mike Phillips
3298M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003299L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300L: linux-tr@linuxtr.net
3301W: http://www.linuxtr.net
3302S: Maintained
3303
3304TOSHIBA ACPI EXTRAS DRIVER
3305P: John Belmonte
3306M: toshiba_acpi@memebeam.org
3307W: http://memebeam.org/toys/ToshibaAcpiDriver
3308S: Maintained
3309
3310TOSHIBA SMM DRIVER
3311P: Jonathan Buzzard
3312M: jonathan@buzzard.org.uk
3313L: tlinux-users@tce.toshiba-dme.co.jp
3314W: http://www.buzzard.org.uk/toshiba/
3315S: Maintained
3316
3317TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3318P: Muli Ben-Yehuda
3319M: mulix@mulix.org
3320L: linux-kernel@vger.kernel.org
3321S: Maintained
3322
3323TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003324P: Adrian Bunk
3325M: trivial@kernel.org
3326L: linux-kernel@vger.kernel.org
3327W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3328T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3329S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330
3331TMS380 TOKEN-RING NETWORK DRIVER
3332P: Adam Fritzler
3333M: mid@auk.cx
3334L: linux-tr@linuxtr.net
3335W: http://www.auk.cx/tms380tr/
3336S: Maintained
3337
3338TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003339P: Valerie Henson
3340M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341L: tulip-users@lists.sourceforge.net
3342W: http://sourceforge.net/projects/tulip/
3343S: Maintained
3344
3345TUN/TAP driver
3346P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003347M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348L: vtun@office.satix.net
3349W: http://vtun.sourceforge.net/tun
3350S: Maintained
3351
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003352TURBOCHANNEL SUBSYSTEM
3353P: Maciej W. Rozycki
3354M: macro@linux-mips.org
3355S: Maintained
3356
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357U14-34F SCSI DRIVER
3358P: Dario Ballabio
3359M: ballabio_dario@emc.com
3360L: linux-scsi@vger.kernel.org
3361S: Maintained
3362
3363UDF FILESYSTEM
3364P: Ben Fennema
3365M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366W: http://linux-udf.sourceforge.net
3367S: Maintained
3368
3369UNIFORM CDROM DRIVER
3370P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003371M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372L: linux-kernel@vger.kernel.org
3373W: http://www.kernel.dk
3374S: Maintained
3375
3376USB ACM DRIVER
3377P: Oliver Neukum
3378M: oliver@neukum.name
3379L: linux-usb-users@lists.sourceforge.net
3380L: linux-usb-devel@lists.sourceforge.net
3381S: Maintained
3382
3383USB BLOCK DRIVER (UB ub)
3384P: Pete Zaitcev
3385M: zaitcev@redhat.com
3386L: linux-kernel@vger.kernel.org
3387L: linux-usb-devel@lists.sourceforge.net
3388S: Supported
3389
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390USB CDC ETHERNET DRIVER
3391P: Greg Kroah-Hartman
3392M: greg@kroah.com
3393L: linux-usb-users@lists.sourceforge.net
3394L: linux-usb-devel@lists.sourceforge.net
3395S: Maintained
3396W: http://www.kroah.com/linux-usb/
3397
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003398USB DAVICOM DM9601 DRIVER
3399P: Peter Korsgaard
3400M: jacmet@sunsite.dk
3401L: linux-usb-devel@lists.sourceforge.net
3402W: http://www.linux-usb.org/usbnet
3403S: Maintained
3404
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405USB EHCI DRIVER
3406P: David Brownell
3407M: dbrownell@users.sourceforge.net
3408L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003409S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410
Luca Risolia7ce08c92006-01-11 02:06:59 +00003411USB ET61X[12]51 DRIVER
3412P: Luca Risolia
3413M: luca.risolia@studio.unibo.it
3414L: linux-usb-devel@lists.sourceforge.net
3415L: video4linux-list@redhat.com
3416W: http://www.linux-projects.org
3417S: Maintained
3418
David Brownell69ae9e32006-11-14 02:03:31 -08003419USB GADGET/PERIPHERAL SUBSYSTEM
3420P: David Brownell
3421M: dbrownell@users.sourceforge.net
3422L: linux-usb-devel@lists.sourceforge.net
3423W: http://www.linux-usb.org/gadget
3424S: Maintained
3425
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426USB HID/HIDBP DRIVERS
Jiri Kosina641266fd2007-01-15 09:56:21 +01003427P: Jiri Kosina
3428M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003430T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431S: Maintained
3432
3433USB HUB DRIVER
3434P: Johannes Erdfelt
3435M: johannes@erdfelt.com
3436L: linux-usb-users@lists.sourceforge.net
3437L: linux-usb-devel@lists.sourceforge.net
3438S: Maintained
3439
Olav Kongas959eea22005-11-03 17:38:14 +02003440USB ISP116X DRIVER
3441P: Olav Kongas
3442M: ok@artecdesign.ee
3443L: linux-usb-devel@lists.sourceforge.net
3444S: Maintained
3445
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446USB KAWASAKI LSI DRIVER
3447P: Oliver Neukum
3448M: oliver@neukum.name
3449L: linux-usb-users@lists.sourceforge.net
3450L: linux-usb-devel@lists.sourceforge.net
3451S: Maintained
3452
3453USB MASS STORAGE DRIVER
3454P: Matthew Dharm
3455M: mdharm-usb@one-eyed-alien.net
3456L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003457L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458S: Maintained
3459W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3460
3461USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003462P: David Brownell
3463M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464L: linux-usb-users@lists.sourceforge.net
3465L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003466S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467
Matthias Urlichsba460e42005-07-14 00:33:47 -07003468USB OPTION-CARD DRIVER
3469P: Matthias Urlichs
3470M: smurf@smurf.noris.de
3471L: linux-usb-devel@lists.sourceforge.net
3472S: Maintained
3473
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474USB OV511 DRIVER
3475P: Mark McClelland
3476M: mmcclell@bigfoot.com
3477L: linux-usb-users@lists.sourceforge.net
3478L: linux-usb-devel@lists.sourceforge.net
3479W: http://alpha.dyndns.org/ov511/
3480S: Maintained
3481
3482USB PEGASUS DRIVER
3483P: Petko Manolov
3484M: petkan@users.sourceforge.net
3485L: linux-usb-users@lists.sourceforge.net
3486L: linux-usb-devel@lists.sourceforge.net
3487W: http://pegasus2.sourceforge.net/
3488S: Maintained
3489
3490USB PRINTER DRIVER
3491P: Vojtech Pavlik
3492M: vojtech@suse.cz
3493L: linux-usb-users@lists.sourceforge.net
3494L: linux-usb-devel@lists.sourceforge.net
3495S: Maintained
3496
3497USB RTL8150 DRIVER
3498P: Petko Manolov
3499M: petkan@users.sourceforge.net
3500L: linux-usb-users@lists.sourceforge.net
3501L: linux-usb-devel@lists.sourceforge.net
3502W: http://pegasus2.sourceforge.net/
3503S: Maintained
3504
3505USB SE401 DRIVER
3506P: Jeroen Vreeken
3507M: pe1rxq@amsat.org
3508L: linux-usb-users@lists.sourceforge.net
3509L: linux-usb-devel@lists.sourceforge.net
3510W: http://www.chello.nl/~j.vreeken/se401/
3511S: Maintained
3512
3513USB SERIAL CYBERJACK DRIVER
3514P: Matthias Bruestle and Harald Welte
3515M: support@reiner-sct.com
3516W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3517S: Maintained
3518
3519USB SERIAL DIGI ACCELEPORT DRIVER
3520P: Peter Berger and Al Borchers
3521M: pberger@brimson.com
3522M: alborchers@steinerpoint.com
3523L: linux-usb-users@lists.sourceforge.net
3524L: linux-usb-devel@lists.sourceforge.net
3525S: Maintained
3526
3527USB SERIAL DRIVER
3528P: Greg Kroah-Hartman
3529M: gregkh@suse.de
3530L: linux-usb-users@lists.sourceforge.net
3531L: linux-usb-devel@lists.sourceforge.net
3532S: Supported
3533
3534USB SERIAL BELKIN F5U103 DRIVER
3535P: William Greathouse
3536M: wgreathouse@smva.com
3537L: linux-usb-users@lists.sourceforge.net
3538L: linux-usb-devel@lists.sourceforge.net
3539S: Maintained
3540
3541USB SERIAL CYPRESS M8 DRIVER
3542P: Lonnie Mendez
3543M: dignome@gmail.com
3544L: linux-usb-users@lists.sourceforge.net
3545L: linux-usb-devel@lists.sourceforge.net
3546S: Maintained
3547W: http://geocities.com/i0xox0i
3548W: http://firstlight.net/cvs
3549
3550USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3551L: linux-usb-users@lists.sourceforge.net
3552L: linux-usb-devel@lists.sourceforge.net
3553S: Maintained
3554
3555USB AUERSWALD DRIVER
3556P: Wolfgang Muees
3557M: wolfgang@iksw-muees.de
3558L: linux-usb-users@lists.sourceforge.net
3559L: linux-usb-devel@lists.sourceforge.net
3560S: Maintained
3561
3562USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3563P: Gary Brubaker
3564M: xavyer@ix.netcom.com
3565L: linux-usb-users@lists.sourceforge.net
3566L: linux-usb-devel@lists.sourceforge.net
3567S: Maintained
3568
3569USB SERIAL KEYSPAN DRIVER
3570P: Greg Kroah-Hartman
3571M: greg@kroah.com
3572L: linux-usb-users@lists.sourceforge.net
3573L: linux-usb-devel@lists.sourceforge.net
3574W: http://www.kroah.com/linux/
3575S: Maintained
3576
3577USB SERIAL WHITEHEAT DRIVER
3578P: Stuart MacDonald
3579M: stuartm@connecttech.com
3580L: linux-usb-users@lists.sourceforge.net
3581L: linux-usb-devel@lists.sourceforge.net
3582W: http://www.connecttech.com
3583S: Supported
3584
3585USB SN9C10x DRIVER
3586P: Luca Risolia
3587M: luca.risolia@studio.unibo.it
3588L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003589L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590W: http://www.linux-projects.org
3591S: Maintained
3592
3593USB SUBSYSTEM
3594P: Greg Kroah-Hartman
3595M: gregkh@suse.de
3596L: linux-usb-users@lists.sourceforge.net
3597L: linux-usb-devel@lists.sourceforge.net
3598W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003599T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600S: Supported
3601
3602USB UHCI DRIVER
3603P: Alan Stern
3604M: stern@rowland.harvard.edu
3605L: linux-usb-users@lists.sourceforge.net
3606L: linux-usb-devel@lists.sourceforge.net
3607S: Maintained
3608
David Brownell69ae9e32006-11-14 02:03:31 -08003609USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610P: David Brownell
3611M: dbrownell@users.sourceforge.net
3612L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003613W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614S: Maintained
3615
3616USB W996[87]CF DRIVER
3617P: Luca Risolia
3618M: luca.risolia@studio.unibo.it
3619L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003620L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621W: http://www.linux-projects.org
3622S: Maintained
3623
Luca Risolia60f78052006-02-06 16:29:35 +00003624USB ZC0301 DRIVER
3625P: Luca Risolia
3626M: luca.risolia@studio.unibo.it
3627L: linux-usb-devel@lists.sourceforge.net
3628L: video4linux-list@redhat.com
3629W: http://www.linux-projects.org
3630S: Maintained
3631
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632USB ZD1201 DRIVER
3633P: Jeroen Vreeken
3634M: pe1rxq@amsat.org
3635L: linux-usb-users@lists.sourceforge.net
3636L: linux-usb-devel@lists.sourceforge.net
3637W: http://linux-lc100020.sourceforge.net
3638S: Maintained
3639
3640USER-MODE LINUX
3641P: Jeff Dike
3642M: jdike@karaya.com
3643L: user-mode-linux-devel@lists.sourceforge.net
3644L: user-mode-linux-user@lists.sourceforge.net
3645W: http://user-mode-linux.sourceforge.net
3646S: Maintained
3647
3648FAT/VFAT/MSDOS FILESYSTEM:
3649P: OGAWA Hirofumi
3650M: hirofumi@mail.parknet.co.jp
3651L: linux-kernel@vger.kernel.org
3652S: Maintained
3653
3654VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3655P: Jeff Garzik
3656S: Odd fixes
3657
3658VIA RHINE NETWORK DRIVER
3659P: Roger Luethi
3660M: rl@hellgate.ch
3661S: Maintained
3662
Jean Delvare32c0a522005-09-22 21:47:58 +02003663VIAPRO SMBUS DRIVER
3664P: Jean Delvare
3665M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003666L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003667S: Maintained
3668
Francois Romieu01f20732007-01-26 00:57:17 -08003669VIA VELOCITY NETWORK DRIVER
3670P: Francois Romieu
3671M: romieu@fr.zoreil.com
3672L: netdev@vger.kernel.org
3673S: Maintained
3674
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675UCLINUX (AND M68KNOMMU)
3676P: Greg Ungerer
3677M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003679L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680S: Maintained
3681
3682UCLINUX FOR NEC V850
3683P: Miles Bader
3684M: uclinux-v850@lsi.nec.co.jp
3685W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3686W: http://www.ee.nec.de/uclinux/
3687S: Supported
3688
3689UCLINUX FOR RENESAS H8/300
3690P: Yoshinori Sato
3691M: ysato@users.sourceforge.jp
3692W: http://uclinux-h8.sourceforge.jp/
3693S: Supported
3694
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003695UFS FILESYSTEM
3696P: Evgeniy Dushistov
3697M: dushistov@mail.ru
3698L: linux-kernel@vger.kernel.org
3699S: Maintained
3700
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701USB DIAMOND RIO500 DRIVER
3702P: Cesar Miquel
3703M: miquel@df.uba.ar
3704L: rio500-users@lists.sourceforge.net
3705W: http://rio500.sourceforge.net
3706S: Maintained
3707
3708VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003709P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003710M: mchehab@infradead.org
3711M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003713W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003714T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003715S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716
Juerg Haefligerab413192006-09-24 20:54:04 +02003717VT1211 HARDWARE MONITOR DRIVER
3718P: Juerg Haefliger
3719M: juergh@gmail.com
3720L: lm-sensors@lm-sensors.org
3721S: Maintained
3722
Roger Lucas1de9e372005-11-26 20:20:05 +01003723VT8231 HARDWARE MONITOR DRIVER
3724P: Roger Lucas
3725M: roger@planbit.co.uk
3726L: lm-sensors@lm-sensors.org
3727S: Maintained
3728
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729W1 DALLAS'S 1-WIRE BUS
3730P: Evgeniy Polyakov
3731M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732S: Maintained
3733
Charles Spirakis13927072006-07-05 18:05:15 +02003734W83791D HARDWARE MONITORING DRIVER
3735P: Charles Spirakis
3736M: bezaur@gmail.com
3737L: lm-sensors@lm-sensors.org
3738S: Maintained
3739
Rudolf Marek61db0112006-12-12 18:18:30 +01003740W83793 HARDWARE MONITORING DRIVER
3741P: Rudolf Marek
3742M: r.marek@assembler.cz
3743L: lm-sensors@lm-sensors.org
3744S: Maintained
3745
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746W83L51xD SD/MMC CARD INTERFACE DRIVER
3747P: Pierre Ossman
3748M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003749L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750W: http://projects.drzeus.cx/wbsd
3751S: Maintained
3752
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003753WATCHDOG DEVICE DRIVERS
3754P: Wim Van Sebroeck
3755M: wim@iguana.be
3756T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3757S: Maintained
3758
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3760P: Jean Tourrilhes
3761M: jt@hpl.hp.com
3762W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3763S: Maintained
3764
3765WD7000 SCSI DRIVER
3766P: Miroslav Zagorac
3767M: zaga@fly.cc.fer.hr
3768L: linux-scsi@vger.kernel.org
3769S: Maintained
3770
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003771WISTRON LAPTOP BUTTON DRIVER
3772P: Miloslav Trmac
3773M: mitr@volny.cz
3774S: Maintained
3775
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776WL3501 WIRELESS PCMCIA CARD DRIVER
3777P: Arnaldo Carvalho de Melo
3778M: acme@conectiva.com.br
3779W: http://advogato.org/person/acme
3780S: Maintained
3781
3782X.25 NETWORK LAYER
3783P: Henner Eisen
3784M: eis@baty.hanse.de
3785L: linux-x25@vger.kernel.org
3786S: Maintained
3787
3788XFS FILESYSTEM
3789P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003790P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003792L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003794T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795S: Supported
3796
Peter Korsgaard238b8722006-12-06 20:35:17 -08003797XILINX UARTLITE SERIAL DRIVER
3798P: Peter Korsgaard
3799M: jacmet@sunsite.dk
3800L: linux-serial@vger.kernel.org
3801S: Maintained
3802
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803X86 3-LEVEL PAGING (PAE) SUPPORT
3804P: Ingo Molnar
3805M: mingo@redhat.com
3806S: Maintained
3807
3808X86-64 port
3809P: Andi Kleen
3810M: ak@suse.de
3811L: discuss@x86-64.org
3812W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003813T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814S: Maintained
3815
3816YAM DRIVER FOR AX.25
3817P: Jean-Paul Roubelat
3818M: jpr@f6fbb.org
3819L: linux-hams@vger.kernel.org
3820S: Maintained
3821
Henkaf64a5e2005-10-12 15:02:56 +02003822YEALINK PHONE DRIVER
3823P: Henk Vergonet
3824M: Henk.Vergonet@gmail.com
3825L: usbb2k-api-dev@nongnu.org
3826S: Maintained
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828Z8530 DRIVER FOR AX.25
3829P: Joerg Reuter
3830M: jreuter@yaina.de
3831W: http://yaina.de/jreuter/
3832W: http://www.qsl.net/dl1bke/
3833L: linux-hams@vger.kernel.org
3834S: Maintained
3835
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003836ZD1211RW WIRELESS DRIVER
3837P: Daniel Drake
3838M: dsd@gentoo.org
3839P: Ulrich Kunitz
3840M: kune@deine-taler.de
3841W: http://zd1211.ath.cx/wiki/DriverRewrite
3842L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3843S: Maintained
3844
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845ZF MACHZ WATCHDOG
3846P: Fernando Fuganti
3847M: fuganti@netbank.com.br
3848W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3849S: Maintained
3850
3851ZR36067 VIDEO FOR LINUX DRIVER
3852P: Ronald Bultje
3853M: rbultje@ronald.bitfreak.net
3854L: mjpeg-users@lists.sourceforge.net
3855W: http://mjpeg.sourceforge.net/driver-zoran/
3856S: Maintained
3857
3858ZR36120 VIDEO FOR LINUX DRIVER
3859P: Pauline Middelink
3860M: middelin@polyware.nl
3861W: http://www.polyware.nl/~middelin/En/hobbies.html
3862W: http://www.polyware.nl/~middelin/hobbies.html
3863S: Maintained
3864
3865THE REST
3866P: Linus Torvalds
3867S: Buried alive in reporters